Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c8e01228eebdce54d172fd10835788ee98243d1b 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17066 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/263 [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/263 # 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 c8e01228eebdce54d172fd10835788ee98243d1b (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 c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 Commit message: "refactor: Use new enhanced SecretProvider (#2942)" > git rev-list --no-walk bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T16:28:59.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T16:28:59.962Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T16:29:00.113Z] ========================================================= [2020-12-21T16:29:00.113Z] EdgeX Global Pipelines Version Info [2020-12-21T16:29:00.113Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:29:01.621Z] ------------------- [2020-12-21T16:29:01.621Z] stable info: [2020-12-21T16:29:01.621Z] ------------------- [2020-12-21T16:29:01.621Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T16:29:01.621Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T16:29:01.621Z] Message: update stable to v1.0.173 [2020-12-21T16:29:02.567Z] ------------------- [2020-12-21T16:29:02.567Z] experimental info: [2020-12-21T16:29:02.567Z] ------------------- [2020-12-21T16:29:02.567Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T16:29:02.567Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T16:29:02.567Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T16:29:02.833Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-21T16:29:02.925Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-21T16:29:03.030Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T16:29:03.115Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T16:29:03.204Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T16:29:03.299Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T16:29:03.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T16:29:03.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-21T16:29:03.665Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-21T16:29:03.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-21T16:29:03.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T16:29:04.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T16:29:04.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T16:29:04.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T16:29:04.335Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T16:29:04.447Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T16:29:04.533Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T16:29:04.624Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T16:29:04.712Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-21T16:29:04.808Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-21T16:29:04.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-21T16:29:05.019Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T16:29:05.111Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T16:29:05.204Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-21T16:29:05.292Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-21T16:29:05.377Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-21T16:29:05.477Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] echo [2020-12-21T16:29:05.561Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8e0122 [Pipeline] echo [2020-12-21T16:29:05.644Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T16:29:05.849Z] provisioning config files... [2020-12-21T16:29:05.878Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/263@tmp/config8894483340209847543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:29:06.237Z] ---> docker-login.sh [2020-12-21T16:29:06.237Z] nexus3.edgexfoundry.org:10001 [2020-12-21T16:29:06.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:06.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:06.761Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:06.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:06.761Z] [2020-12-21T16:29:06.761Z] Login Succeeded [2020-12-21T16:29:06.761Z] nexus3.edgexfoundry.org:10002 [2020-12-21T16:29:06.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:06.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:06.761Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:06.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:06.761Z] [2020-12-21T16:29:06.761Z] Login Succeeded [2020-12-21T16:29:06.761Z] nexus3.edgexfoundry.org:10003 [2020-12-21T16:29:07.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:07.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:07.022Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:07.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:07.022Z] [2020-12-21T16:29:07.022Z] Login Succeeded [2020-12-21T16:29:07.022Z] nexus3.edgexfoundry.org:10004 [2020-12-21T16:29:07.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:07.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:07.284Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:07.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:07.284Z] [2020-12-21T16:29:07.284Z] Login Succeeded [2020-12-21T16:29:07.284Z] docker.io [2020-12-21T16:29:07.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:07.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:07.546Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:07.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:07.546Z] [2020-12-21T16:29:07.546Z] Login Succeeded [2020-12-21T16:29:07.546Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T16:29:07.555Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:29:08.032Z] ++ 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 [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/core-command/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/core-data/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-21T16:29:08.032Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.032Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-21T16:29:08.032Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.032Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-21T16:29:08.033Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.033Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-21T16:29:08.033Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.033Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-21T16:29:08.033Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:08.033Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-21T16:29:08.033Z] ++ cut -d/ -f2 [2020-12-21T16:29:08.033Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-21T16:29:08.112Z] 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 [2020-12-21T16:29:09.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:29:09.656Z] [2020-12-21T16:29:09.656Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:29:10.019Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:29:10.019Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T16:29:10.019Z] 31603596830f: Pulling fs layer [2020-12-21T16:29:10.019Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T16:29:10.019Z] 6ca5941a6612: Pulling fs layer [2020-12-21T16:29:10.019Z] ecc8261a40a4: Pulling fs layer [2020-12-21T16:29:10.019Z] ecc8261a40a4: Waiting [2020-12-21T16:29:10.019Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T16:29:10.019Z] 2a8b12db71e7: Download complete [2020-12-21T16:29:10.019Z] 31603596830f: Verifying Checksum [2020-12-21T16:29:10.019Z] 31603596830f: Download complete [2020-12-21T16:29:10.283Z] ecc8261a40a4: Verifying Checksum [2020-12-21T16:29:10.283Z] ecc8261a40a4: Download complete [2020-12-21T16:29:10.283Z] 6ca5941a6612: Verifying Checksum [2020-12-21T16:29:10.283Z] 6ca5941a6612: Download complete [2020-12-21T16:29:10.544Z] 31603596830f: Pull complete [2020-12-21T16:29:10.545Z] 2a8b12db71e7: Pull complete [2020-12-21T16:29:11.492Z] 6ca5941a6612: Pull complete [2020-12-21T16:29:11.753Z] ecc8261a40a4: Pull complete [2020-12-21T16:29:11.753Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T16:29:11.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:29:11.753Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T16:29:11.852Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:29:11.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:29:14.402Z] $ docker top d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T16:29:14.757Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:29:14.757Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:29:14.968Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:29:14.974Z] $ docker exec d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 ssh-agent [2020-12-21T16:29:15.148Z] SSH_AUTH_SOCK=/tmp/ssh-tkyrXoDWoLod/agent.11 [2020-12-21T16:29:15.148Z] SSH_AGENT_PID=17 [2020-12-21T16:29:15.161Z] Running ssh-add (command line suppressed) [2020-12-21T16:29:15.279Z] Identity added: /w/workspace/edgex-go/263@tmp/private_key_2779367581639427321.key (/w/workspace/edgex-go/263@tmp/private_key_2779367581639427321.key) [2020-12-21T16:29:15.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:29:15.663Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T16:29:15.690Z] $ docker exec --env ******** --env ******** d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 ssh-agent -k [2020-12-21T16:29:15.806Z] unset SSH_AUTH_SOCK; [2020-12-21T16:29:15.807Z] unset SSH_AGENT_PID; [2020-12-21T16:29:15.807Z] echo Agent pid 17 killed; [2020-12-21T16:29:15.850Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T16:29:16.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:29:16.007Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:29:16.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:29:16.177Z] $ docker exec d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 ssh-agent [2020-12-21T16:29:16.332Z] SSH_AUTH_SOCK=/tmp/ssh-ReB1vrR76csm/agent.45 [2020-12-21T16:29:16.332Z] SSH_AGENT_PID=51 [2020-12-21T16:29:16.338Z] Running ssh-add (command line suppressed) [2020-12-21T16:29:16.456Z] Identity added: /w/workspace/edgex-go/263@tmp/private_key_1736881133587830673.key (/w/workspace/edgex-go/263@tmp/private_key_1736881133587830673.key) [2020-12-21T16:29:16.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:29:16.845Z] + git semver init [2020-12-21T16:29:16.845Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T16:29:16.845Z] # $GIT_DIR = /w/workspace/edgex-go/263/.git [2020-12-21T16:29:16.845Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/263 [2020-12-21T16:29:16.845Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T16:29:16.845Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T16:29:16.845Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T16:29:16.845Z] # $SEMVER_BRANCH = master [2020-12-21T16:29:16.845Z] # $SEMVER_TEMP = /tmp/semver-994441940 [2020-12-21T16:29:16.845Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-21T16:29:35.041Z] # '/tmp/semver-994441940' -> '/w/workspace/edgex-go/263/.semver' [2020-12-21T16:29:35.041Z] # -> Force: false [2020-12-21T16:29:35.041Z] # $SEMVER_DIR = /w/workspace/edgex-go/263/.semver [Pipeline] } [2020-12-21T16:29:35.056Z] $ docker exec --env ******** --env ******** d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 ssh-agent -k [2020-12-21T16:29:35.267Z] unset SSH_AUTH_SOCK; [2020-12-21T16:29:35.267Z] unset SSH_AGENT_PID; [2020-12-21T16:29:35.267Z] echo Agent pid 51 killed; [2020-12-21T16:29:35.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:29:35.816Z] + git semver [Pipeline] } [2020-12-21T16:29:35.837Z] $ docker stop --time=1 d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 [2020-12-21T16:29:37.439Z] $ docker rm -f d47a76b5ae14242f7627472e25b5e26d6c7a7d607d6345b68d23349b51e399c7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T16:29:37.980Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T16:29:38.592Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T16:29:38.595Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.19 [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 [2020-12-21T16:29:39.554Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:29:39.967Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:29:40.272Z] + sudo service docker restart [2020-12-21T16:29:40.272Z] + true [2020-12-21T16:29:40.272Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-21T16:29:40.862Z] ========================================================= [2020-12-21T16:29:40.862Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T16:29:40.862Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:29:41.283Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-21T16:29:45.519Z] Sending build context to Docker daemon 326.2MB [2020-12-21T16:29:45.519Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-21T16:29:45.519Z] Step 2/7 : FROM ${BASE} [2020-12-21T16:29:45.519Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T16:29:45.519Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T16:29:45.519Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T16:29:45.519Z] de9db76c5a1d: Pulling fs layer [2020-12-21T16:29:45.519Z] bca2f99d35d6: Pulling fs layer [2020-12-21T16:29:45.519Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T16:29:45.519Z] 7c6f9722023f: Pulling fs layer [2020-12-21T16:29:45.519Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T16:29:45.519Z] 93359f2a8cfa: Waiting [2020-12-21T16:29:45.519Z] bca2f99d35d6: Waiting [2020-12-21T16:29:45.519Z] 7c6f9722023f: Waiting [2020-12-21T16:29:45.519Z] a35cf1a2eb13: Waiting [2020-12-21T16:29:45.519Z] de9db76c5a1d: Verifying Checksum [2020-12-21T16:29:45.519Z] de9db76c5a1d: Download complete [2020-12-21T16:29:45.519Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T16:29:45.519Z] 0ef7d3d256c8: Download complete [2020-12-21T16:29:45.519Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T16:29:45.519Z] 93359f2a8cfa: Download complete [2020-12-21T16:29:45.519Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T16:29:45.519Z] 188c0c94c7c5: Download complete [2020-12-21T16:29:45.519Z] 7c6f9722023f: Verifying Checksum [2020-12-21T16:29:45.519Z] 7c6f9722023f: Download complete [2020-12-21T16:29:45.789Z] 188c0c94c7c5: Pull complete [2020-12-21T16:29:46.053Z] 0ef7d3d256c8: Pull complete [2020-12-21T16:29:46.053Z] de9db76c5a1d: Pull complete [2020-12-21T16:29:47.454Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T16:29:47.454Z] a35cf1a2eb13: Download complete [2020-12-21T16:29:48.416Z] bca2f99d35d6: Verifying Checksum [2020-12-21T16:29:48.416Z] bca2f99d35d6: Download complete [2020-12-21T16:29:53.789Z] bca2f99d35d6: Pull complete [2020-12-21T16:29:53.789Z] 93359f2a8cfa: Pull complete [2020-12-21T16:29:53.789Z] 7c6f9722023f: Pull complete [2020-12-21T16:29:54.060Z] Still waiting to schedule task [2020-12-21T16:29:54.060Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-21T16:29:58.042Z] a35cf1a2eb13: Pull complete [2020-12-21T16:29:58.042Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T16:29:58.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T16:29:58.042Z] ---> a62c8e92a672 [2020-12-21T16:29:58.042Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-21T16:29:58.303Z] ---> Running in c92f1b13e77c [2020-12-21T16:29:58.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:29:59.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:30:00.402Z] (1/12) Installing libmagic (5.38-r0) [2020-12-21T16:30:00.402Z] (2/12) Installing file (5.38-r0) [2020-12-21T16:30:00.663Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-21T16:30:00.663Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-21T16:30:18.864Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-21T16:30:18.864Z] (6/12) Installing patch (2.7.6-r6) [2020-12-21T16:30:18.864Z] (7/12) Installing build-base (0.5-r2) [2020-12-21T16:30:18.864Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-21T16:30:18.864Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-21T16:30:18.864Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-21T16:30:18.864Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-21T16:30:18.864Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-21T16:30:18.864Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:30:18.864Z] OK: 233 MiB in 51 packages [2020-12-21T16:30:21.421Z] Removing intermediate container c92f1b13e77c [2020-12-21T16:30:21.421Z] ---> 99f72fe51917 [2020-12-21T16:30:21.421Z] Step 4/7 : WORKDIR /edgex-go [2020-12-21T16:30:21.683Z] ---> Running in 3bfa7d1c7bc8 [2020-12-21T16:30:21.945Z] Removing intermediate container 3bfa7d1c7bc8 [2020-12-21T16:30:21.945Z] ---> 46db92e868f8 [2020-12-21T16:30:21.945Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-21T16:30:22.519Z] latest: Pulling from library/docker [2020-12-21T16:30:22.781Z] 801bfaa63ef2: Pulling fs layer [2020-12-21T16:30:22.781Z] 4f7dc993c79e: Pulling fs layer [2020-12-21T16:30:22.781Z] d39d95e4997f: Pulling fs layer [2020-12-21T16:30:22.781Z] 1cda4b703d87: Pulling fs layer [2020-12-21T16:30:22.781Z] 54e5375350ea: Pulling fs layer [2020-12-21T16:30:22.781Z] f08cd1b3bb1b: Pulling fs layer [2020-12-21T16:30:22.781Z] 8e17d04e0c68: Pulling fs layer [2020-12-21T16:30:22.781Z] 54e5375350ea: Waiting [2020-12-21T16:30:22.781Z] f08cd1b3bb1b: Waiting [2020-12-21T16:30:22.781Z] 8e17d04e0c68: Waiting [2020-12-21T16:30:22.781Z] 1cda4b703d87: Waiting [2020-12-21T16:30:22.781Z] d39d95e4997f: Verifying Checksum [2020-12-21T16:30:22.781Z] d39d95e4997f: Download complete [2020-12-21T16:30:22.781Z] 4f7dc993c79e: Verifying Checksum [2020-12-21T16:30:22.781Z] 4f7dc993c79e: Download complete [2020-12-21T16:30:23.044Z] 801bfaa63ef2: Download complete [2020-12-21T16:30:23.044Z] 54e5375350ea: Verifying Checksum [2020-12-21T16:30:23.044Z] 54e5375350ea: Download complete [2020-12-21T16:30:23.044Z] f08cd1b3bb1b: Verifying Checksum [2020-12-21T16:30:23.044Z] f08cd1b3bb1b: Download complete [2020-12-21T16:30:23.309Z] 8e17d04e0c68: Verifying Checksum [2020-12-21T16:30:23.309Z] 8e17d04e0c68: Download complete [2020-12-21T16:30:23.309Z] 801bfaa63ef2: Pull complete [2020-12-21T16:30:23.573Z] 4f7dc993c79e: Pull complete [2020-12-21T16:30:23.573Z] d39d95e4997f: Pull complete [2020-12-21T16:30:24.163Z] 1cda4b703d87: Verifying Checksum [2020-12-21T16:30:24.163Z] 1cda4b703d87: Download complete [2020-12-21T16:30:26.729Z] 1cda4b703d87: Pull complete [2020-12-21T16:30:26.729Z] 54e5375350ea: Pull complete [2020-12-21T16:30:26.729Z] f08cd1b3bb1b: Pull complete [2020-12-21T16:30:26.729Z] 8e17d04e0c68: Pull complete [2020-12-21T16:30:26.990Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-21T16:30:26.990Z] Status: Downloaded newer image for docker:latest [2020-12-21T16:30:28.927Z] ---> 16ea77b7d6e1 [2020-12-21T16:30:28.927Z] Step 6/7 : COPY go.mod . [2020-12-21T16:30:28.927Z] ---> cba483587fbf [2020-12-21T16:30:28.927Z] Step 7/7 : RUN go mod download [2020-12-21T16:30:28.927Z] ---> Running in adb3fc1965d1 [2020-12-21T16:30:50.957Z] Removing intermediate container adb3fc1965d1 [2020-12-21T16:30:50.957Z] ---> 6de0973652c1 [2020-12-21T16:30:50.957Z] Successfully built 6de0973652c1 [2020-12-21T16:30:50.957Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:30:51.273Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T16:30:51.273Z] . [Pipeline] withDockerContainer [2020-12-21T16:30:51.382Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:30:51.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:30:52.248Z] $ docker top d921d4793aef6faa3191efadf76101307a0d0c20551db45e7e2adf78235824aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:30:52.730Z] + go version [2020-12-21T16:30:52.730Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-21T16:30:52.747Z] $ docker stop --time=1 d921d4793aef6faa3191efadf76101307a0d0c20551db45e7e2adf78235824aa [2020-12-21T16:30:54.108Z] $ docker rm -f d921d4793aef6faa3191efadf76101307a0d0c20551db45e7e2adf78235824aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:30:54.891Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T16:30:54.891Z] . [Pipeline] withDockerContainer [2020-12-21T16:30:54.985Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:30:55.036Z] $ 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/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:30:55.830Z] $ docker top d44d0cfc59a2229f8fc71bad35cfe6ad4deac122f3b899422764d87e39ad26c1 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-21T16:30:56.009Z] ========================================================= [2020-12-21T16:30:56.009Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-21T16:30:56.009Z] ========================================================= [Pipeline] sh [2020-12-21T16:30:56.308Z] + make test [2020-12-21T16:30:56.308Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-21T16:31:04.533Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-21T16:31:23.292Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-21T16:31:24.715Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-21T16:31:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-21T16:31:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-21T16:31:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-21T16:31:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-21T16:31:26.128Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-21T16:31:26.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-21T16:31:26.658Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-21T16:31:28.057Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-21T16:31:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-21T16:31:29.472Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-21T16:31:29.472Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-21T16:31:31.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2020-12-21T16:31:31.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-21T16:31:31.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-21T16:31:31.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-21T16:31:31.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-21T16:31:31.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-21T16:31:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.0% of statements [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-21T16:31:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-21T16:31:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-21T16:31:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.385s coverage: 72.7% of statements [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-21T16:31:36.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 83.3% of statements [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-21T16:31:36.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-21T16:31:38.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.327s coverage: 28.6% of statements [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-21T16:31:38.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-21T16:31:38.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-21T16:31:38.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-21T16:31:38.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2020-12-21T16:31:38.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-21T16:31:38.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2020-12-21T16:31:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-21T16:31:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-21T16:31:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-21T16:31:38.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-21T16:31:40.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.332s coverage: 93.8% of statements [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-21T16:31:40.473Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-21T16:31:40.473Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-21T16:31:40.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.027s coverage: 100.0% of statements [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-21T16:31:40.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2020-12-21T16:31:40.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-21T16:31:40.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2020-12-21T16:31:40.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2020-12-21T16:31:41.012Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2020-12-21T16:31:41.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.4% of statements [2020-12-21T16:31:41.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-21T16:31:42.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 63.5% of statements [2020-12-21T16:31:42.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-21T16:31:42.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-21T16:31:42.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-12-21T16:31:42.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2020-12-21T16:31:42.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2020-12-21T16:31:42.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2020-12-21T16:31:42.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2020-12-21T16:31:44.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.390s coverage: 55.9% of statements [2020-12-21T16:31:44.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-21T16:31:44.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-21T16:31:44.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-21T16:31:44.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-21T16:31:44.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-21T16:31:44.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2020-12-21T16:31:44.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-21T16:31:44.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-21T16:31:44.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.0% of statements [2020-12-21T16:31:44.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements [2020-12-21T16:31:46.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-21T16:31:46.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-21T16:31:46.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-12-21T16:31:46.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-21T16:31:46.469Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17069 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-21T16:31:46.520Z] Running in /w/workspace/edgex-go/263 [Pipeline] { [Pipeline] checkout [2020-12-21T16:31:47.367Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-21T16:31:47.367Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-21T16:31:47.367Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-21T16:31:47.367Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-21T16:31:47.367Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-21T16:31:47.367Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-21T16:31:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2020-12-21T16:31:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-21T16:31:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-21T16:31:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2020-12-21T16:31:48.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2020-12-21T16:31:48.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-21T16:31:48.486Z] GO111MODULE=on go vet ./... [2020-12-21T16:31:51.103Z] using credential edgex-jenkins-ssh [2020-12-21T16:31:51.196Z] Cloning the remote Git repository [2020-12-21T16:31:51.255Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-21T16:31:51.370Z] > git init /w/workspace/edgex-go/263 # timeout=10 [2020-12-21T16:31:51.449Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-21T16:31:51.450Z] > git --version # timeout=10 [2020-12-21T16:31:51.467Z] > git --version # 'git version 2.17.1' [2020-12-21T16:31:51.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T16:31:51.518Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T16:32:08.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-21T16:32:08.510Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T16:32:08.535Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-21T16:32:08.575Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-21T16:32:08.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T16:32:08.589Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T16:32:09.210Z] Checking out Revision c8e01228eebdce54d172fd10835788ee98243d1b (master) [2020-12-21T16:32:10.571Z] gofmt -l . [2020-12-21T16:32:10.571Z] [ "`gofmt -l .`" = "" ] [2020-12-21T16:32:10.571Z] ./bin/test-go-mod-tidy.sh [2020-12-21T16:32:09.227Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T16:32:09.247Z] > git checkout -f c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 [2020-12-21T16:32:11.517Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-21T16:32:13.743Z] + ls -al . [2020-12-21T16:32:13.743Z] total 636 [2020-12-21T16:32:13.743Z] drwxrwxr-x 10 1001 1001 4096 Dec 21 16:32 . [2020-12-21T16:32:13.743Z] drwxr-xr-x 4 root root 32 Dec 21 16:30 .. [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 11 Dec 21 16:28 .dockerignore [2020-12-21T16:32:13.743Z] drwxrwxr-x 8 1001 1001 162 Dec 21 16:28 .git [2020-12-21T16:32:13.743Z] drwxrwxr-x 3 1001 1001 125 Dec 21 16:28 .github [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 824 Dec 21 16:28 .gitignore [2020-12-21T16:32:13.743Z] drwx------ 3 1001 1001 32 Dec 21 16:29 .semver [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 166 Dec 21 16:28 .sonarcloud.properties [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 3804 Dec 21 16:28 CONTRIBUTING.md [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 1035 Dec 21 16:28 Dockerfile.build [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 863 Dec 21 16:28 Jenkinsfile [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 10775 Dec 21 16:28 LICENSE [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 5750 Dec 21 16:28 Makefile [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 6511 Dec 21 16:28 README.md [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 6744 Dec 21 16:28 SECURITY.md [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 12 Dec 21 16:29 VERSION [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 4131 Dec 21 16:28 ZMQWindows.md [2020-12-21T16:32:13.743Z] drwxrwxr-x 2 1001 1001 117 Dec 21 16:28 bin [2020-12-21T16:32:13.743Z] drwxrwxr-x 14 1001 1001 4096 Dec 21 16:28 cmd [2020-12-21T16:32:13.743Z] -rw-r--r-- 1 root root 537098 Dec 21 16:31 coverage.out [2020-12-21T16:32:13.743Z] -rw-r--r-- 1 root root 979 Dec 21 16:32 go.mod [2020-12-21T16:32:13.743Z] -rw-r--r-- 1 root root 18739 Dec 21 16:32 go.sum [2020-12-21T16:32:13.743Z] drwxrwxr-x 8 1001 1001 127 Dec 21 16:28 internal [2020-12-21T16:32:13.743Z] drwxrwxr-x 4 1001 1001 26 Dec 21 16:28 openapi [2020-12-21T16:32:13.743Z] drwxrwxr-x 4 1001 1001 71 Dec 21 16:28 snap [2020-12-21T16:32:13.743Z] -rw-rw-r-- 1 1001 1001 168 Dec 21 16:28 version.go [Pipeline] sh [2020-12-21T16:32:13.986Z] Commit message: "refactor: Use new enhanced SecretProvider (#2942)" [2020-12-21T16:32:14.045Z] + '[' -e coverage.out ] [2020-12-21T16:32:14.045Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-21T16:32:14.280Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-21T16:32:14.579Z] + make build [2020-12-21T16:32:14.579Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T16:32:15.496Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:32:15.959Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:32:16.320Z] + true [2020-12-21T16:32:16.320Z] + sudo service docker restart [2020-12-21T16:32:17.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T16:32:18.385Z] provisioning config files... [2020-12-21T16:32:18.432Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/263@tmp/config2243943420218009852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:32:18.863Z] ---> docker-login.sh [2020-12-21T16:32:18.864Z] nexus3.edgexfoundry.org:10001 [2020-12-21T16:32:19.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:32:20.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:32:20.122Z] Configure a credential helper to remove this warning. See [2020-12-21T16:32:20.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:32:20.122Z] [2020-12-21T16:32:20.122Z] Login Succeeded [2020-12-21T16:32:20.122Z] nexus3.edgexfoundry.org:10002 [2020-12-21T16:32:20.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:32:20.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:32:20.671Z] Configure a credential helper to remove this warning. See [2020-12-21T16:32:20.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:32:20.671Z] [2020-12-21T16:32:20.671Z] Login Succeeded [2020-12-21T16:32:20.671Z] nexus3.edgexfoundry.org:10003 [2020-12-21T16:32:20.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:32:21.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:32:21.218Z] Configure a credential helper to remove this warning. See [2020-12-21T16:32:21.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:32:21.218Z] [2020-12-21T16:32:21.218Z] Login Succeeded [2020-12-21T16:32:21.218Z] nexus3.edgexfoundry.org:10004 [2020-12-21T16:32:21.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:32:21.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:32:21.766Z] Configure a credential helper to remove this warning. See [2020-12-21T16:32:21.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:32:21.766Z] [2020-12-21T16:32:21.766Z] Login Succeeded [2020-12-21T16:32:21.766Z] docker.io [2020-12-21T16:32:22.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:32:22.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:32:22.971Z] Configure a credential helper to remove this warning. See [2020-12-21T16:32:22.971Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:32:22.971Z] [2020-12-21T16:32:22.971Z] Login Succeeded [2020-12-21T16:32:22.971Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T16:32:22.991Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T16:32:23.597Z] ========================================================= [2020-12-21T16:32:23.597Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T16:32:23.597Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:32:24.011Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-21T16:32:24.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-command/core-command ./cmd/core-command [2020-12-21T16:32:25.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-21T16:32:26.023Z] Sending build context to Docker daemon 165.3MB [2020-12-21T16:32:26.304Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-21T16:32:26.304Z] Step 2/7 : FROM ${BASE} [2020-12-21T16:32:26.304Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-21T16:32:26.304Z] 5f621e34cdf4: Pulling fs layer [2020-12-21T16:32:26.304Z] a4357932f1b6: Pulling fs layer [2020-12-21T16:32:26.304Z] 18c013af1878: Pulling fs layer [2020-12-21T16:32:26.304Z] 00ac8860ef70: Pulling fs layer [2020-12-21T16:32:26.304Z] 63d7cb157983: Pulling fs layer [2020-12-21T16:32:26.304Z] b116817d02f9: Pulling fs layer [2020-12-21T16:32:26.304Z] 745a02a5169b: Pulling fs layer [2020-12-21T16:32:26.304Z] 63d7cb157983: Waiting [2020-12-21T16:32:26.304Z] b116817d02f9: Waiting [2020-12-21T16:32:26.304Z] 745a02a5169b: Waiting [2020-12-21T16:32:26.304Z] 00ac8860ef70: Waiting [2020-12-21T16:32:26.304Z] 18c013af1878: Verifying Checksum [2020-12-21T16:32:26.304Z] 18c013af1878: Download complete [2020-12-21T16:32:26.304Z] a4357932f1b6: Verifying Checksum [2020-12-21T16:32:26.304Z] a4357932f1b6: Download complete [2020-12-21T16:32:26.304Z] 63d7cb157983: Verifying Checksum [2020-12-21T16:32:26.304Z] 63d7cb157983: Download complete [2020-12-21T16:32:26.304Z] b116817d02f9: Verifying Checksum [2020-12-21T16:32:26.304Z] b116817d02f9: Download complete [2020-12-21T16:32:26.588Z] 5f621e34cdf4: Verifying Checksum [2020-12-21T16:32:26.588Z] 5f621e34cdf4: Download complete [2020-12-21T16:32:26.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-21T16:32:27.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-21T16:32:27.190Z] 5f621e34cdf4: Pull complete [2020-12-21T16:32:27.471Z] a4357932f1b6: Pull complete [2020-12-21T16:32:28.068Z] 18c013af1878: Pull complete [2020-12-21T16:32:28.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-21T16:32:29.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-21T16:32:30.049Z] 745a02a5169b: Verifying Checksum [2020-12-21T16:32:30.049Z] 745a02a5169b: Download complete [2020-12-21T16:32:30.325Z] 00ac8860ef70: Verifying Checksum [2020-12-21T16:32:30.325Z] 00ac8860ef70: Download complete [2020-12-21T16:32:31.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-21T16:32:32.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-21T16:32:33.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-21T16:32:34.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-21T16:32:35.165Z] $ docker stop --time=1 d44d0cfc59a2229f8fc71bad35cfe6ad4deac122f3b899422764d87e39ad26c1 [2020-12-21T16:32:36.768Z] $ docker rm -f d44d0cfc59a2229f8fc71bad35cfe6ad4deac122f3b899422764d87e39ad26c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:32:40.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:32:40.249Z] [2020-12-21T16:32:40.249Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:32:40.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:32:40.599Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-21T16:32:40.599Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-21T16:32:40.599Z] ca9280d653b3: Pulling fs layer [2020-12-21T16:32:40.599Z] 7e9c9ca2126c: Pulling fs layer [2020-12-21T16:32:40.869Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-21T16:32:40.869Z] cbdbe7a5bc2a: Download complete [2020-12-21T16:32:41.448Z] cbdbe7a5bc2a: Pull complete [2020-12-21T16:32:41.448Z] ca9280d653b3: Download complete [2020-12-21T16:32:42.401Z] 7e9c9ca2126c: Verifying Checksum [2020-12-21T16:32:42.401Z] 7e9c9ca2126c: Download complete [2020-12-21T16:32:42.401Z] ca9280d653b3: Pull complete [2020-12-21T16:32:42.758Z] 00ac8860ef70: Pull complete [2020-12-21T16:32:42.758Z] 63d7cb157983: Pull complete [2020-12-21T16:32:42.758Z] b116817d02f9: Pull complete [2020-12-21T16:32:45.421Z] 745a02a5169b: Pull complete [2020-12-21T16:32:45.421Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-21T16:32:45.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-21T16:32:45.421Z] ---> b7e6874047d6 [2020-12-21T16:32:45.421Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-21T16:32:48.848Z] ---> Running in 23e52f3c40ee [2020-12-21T16:32:49.052Z] 7e9c9ca2126c: Pull complete [2020-12-21T16:32:49.052Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-21T16:32:49.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:32:49.052Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-21T16:32:49.228Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:32:49.278Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-21T16:32:50.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:32:50.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:32:51.498Z] (1/12) Installing libmagic (5.38-r0) [2020-12-21T16:32:51.769Z] (2/12) Installing file (5.38-r0) [2020-12-21T16:32:51.769Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-21T16:32:52.040Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-21T16:32:52.466Z] $ docker top 0e49ca9afc09d3217d4841cd24d3c3e8779e03e3697a398cb26ce500214cbd94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:32:52.986Z] + docker-compose build --help [2020-12-21T16:32:52.986Z] + grep parallel [2020-12-21T16:32:53.930Z] --parallel Build images in parallel. [Pipeline] } [2020-12-21T16:32:53.949Z] $ docker stop --time=1 0e49ca9afc09d3217d4841cd24d3c3e8779e03e3697a398cb26ce500214cbd94 [2020-12-21T16:32:55.310Z] $ docker rm -f 0e49ca9afc09d3217d4841cd24d3c3e8779e03e3697a398cb26ce500214cbd94 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:32:55.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:32:55.993Z] . [Pipeline] withDockerContainer [2020-12-21T16:32:56.153Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:32:56.267Z] $ 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/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:32:56.838Z] $ docker top c893b47aefa4a1ffcfaf7f4edff1cc466c3326990ce710039edd4dbd00a98c72 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:32:57.317Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-21T16:32:58.260Z] Building docker-core-command-go ... [2020-12-21T16:32:58.260Z] Building docker-core-data-go ... [2020-12-21T16:32:58.260Z] Building docker-core-metadata-go ... [2020-12-21T16:32:58.260Z] Building docker-security-bootstrap-redis-go ... [2020-12-21T16:32:58.260Z] Building docker-security-proxy-setup-go ... [2020-12-21T16:32:58.260Z] Building docker-security-secretstore-setup-go ... [2020-12-21T16:32:58.260Z] Building docker-support-notifications-go ... [2020-12-21T16:32:58.260Z] Building docker-support-scheduler-go ... [2020-12-21T16:32:58.260Z] Building docker-sys-mgmt-agent-go ... [2020-12-21T16:32:58.260Z] Building docker-security-bootstrap-redis-go [2020-12-21T16:32:58.260Z] Building docker-security-secretstore-setup-go [2020-12-21T16:32:58.260Z] Building docker-core-command-go [2020-12-21T16:32:58.260Z] Building docker-sys-mgmt-agent-go [2020-12-21T16:32:58.260Z] Building docker-core-metadata-go [2020-12-21T16:32:58.752Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-21T16:32:58.752Z] (6/12) Installing patch (2.7.6-r6) [2020-12-21T16:32:58.752Z] (7/12) Installing build-base (0.5-r2) [2020-12-21T16:32:58.752Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-21T16:32:59.025Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-21T16:32:59.025Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-21T16:32:59.025Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-21T16:32:59.306Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-21T16:32:59.306Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:32:59.306Z] OK: 217 MiB in 51 packages [2020-12-21T16:33:03.609Z] Removing intermediate container 23e52f3c40ee [2020-12-21T16:33:03.609Z] ---> 4a652036c380 [2020-12-21T16:33:03.609Z] Step 4/7 : WORKDIR /edgex-go [2020-12-21T16:33:03.609Z] ---> Running in 531d5e8c50f3 [2020-12-21T16:33:04.204Z] Removing intermediate container 531d5e8c50f3 [2020-12-21T16:33:04.204Z] ---> 1636f39c2fe6 [2020-12-21T16:33:04.204Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-21T16:33:05.178Z] latest: Pulling from library/docker [2020-12-21T16:33:06.621Z] 159e5727ea61: Pulling fs layer [2020-12-21T16:33:06.621Z] 687389c36290: Pulling fs layer [2020-12-21T16:33:06.621Z] 94e28978939c: Pulling fs layer [2020-12-21T16:33:06.621Z] ea42096754a7: Pulling fs layer [2020-12-21T16:33:06.621Z] bd61cee6920e: Pulling fs layer [2020-12-21T16:33:06.621Z] 87c4ece4675c: Pulling fs layer [2020-12-21T16:33:06.621Z] 90ca8b2ff088: Pulling fs layer [2020-12-21T16:33:06.621Z] 87c4ece4675c: Waiting [2020-12-21T16:33:06.621Z] ea42096754a7: Waiting [2020-12-21T16:33:06.621Z] bd61cee6920e: Waiting [2020-12-21T16:33:06.621Z] 90ca8b2ff088: Waiting [2020-12-21T16:33:06.621Z] 94e28978939c: Verifying Checksum [2020-12-21T16:33:06.621Z] 94e28978939c: Download complete [2020-12-21T16:33:06.621Z] 687389c36290: Verifying Checksum [2020-12-21T16:33:06.621Z] 687389c36290: Download complete [2020-12-21T16:33:06.621Z] 159e5727ea61: Verifying Checksum [2020-12-21T16:33:06.621Z] 159e5727ea61: Download complete [2020-12-21T16:33:06.904Z] bd61cee6920e: Verifying Checksum [2020-12-21T16:33:06.904Z] bd61cee6920e: Download complete [2020-12-21T16:33:06.904Z] 87c4ece4675c: Verifying Checksum [2020-12-21T16:33:06.904Z] 87c4ece4675c: Download complete [2020-12-21T16:33:07.185Z] 90ca8b2ff088: Download complete [2020-12-21T16:33:07.458Z] 159e5727ea61: Pull complete [2020-12-21T16:33:08.053Z] 687389c36290: Pull complete [2020-12-21T16:33:08.324Z] 94e28978939c: Pull complete [2020-12-21T16:33:08.918Z] ea42096754a7: Verifying Checksum [2020-12-21T16:33:08.918Z] ea42096754a7: Download complete [2020-12-21T16:33:12.309Z] ea42096754a7: Pull complete [2020-12-21T16:33:12.908Z] bd61cee6920e: Pull complete [2020-12-21T16:33:13.181Z] 87c4ece4675c: Pull complete [2020-12-21T16:33:13.452Z] 90ca8b2ff088: Pull complete [2020-12-21T16:33:13.452Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-21T16:33:13.452Z] Status: Downloaded newer image for docker:latest [2020-12-21T16:33:17.741Z] ---> 95a255421a37 [2020-12-21T16:33:17.741Z] Step 6/7 : COPY go.mod . [2020-12-21T16:33:17.741Z] ---> 45992d6fe2d6 [2020-12-21T16:33:17.741Z] Step 7/7 : RUN go mod download [2020-12-21T16:33:18.016Z] ---> Running in 3b6bf0020783 [2020-12-21T16:33:30.533Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:33:30.533Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:33:30.533Z] ---> 6de0973652c1 [2020-12-21T16:33:30.533Z] Step 3/24 : WORKDIR /edgex-go [2020-12-21T16:33:30.533Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:33:30.533Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:33:30.533Z] ---> 6de0973652c1 [2020-12-21T16:33:30.533Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:33:30.533Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:33:30.533Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:33:30.533Z] ---> 6de0973652c1 [2020-12-21T16:33:30.533Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:33:30.533Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:33:30.533Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:33:30.533Z] ---> 6de0973652c1 [2020-12-21T16:33:30.533Z] Step 3/27 : WORKDIR /edgex-go [2020-12-21T16:33:30.533Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:33:30.533Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:33:30.533Z] ---> 6de0973652c1 [2020-12-21T16:33:30.533Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:33:30.533Z] ---> Running in a8d8bea69e47 [2020-12-21T16:33:30.533Z] ---> Running in 62a5ff778767 [2020-12-21T16:33:30.533Z] ---> Running in c69986725c05 [2020-12-21T16:33:30.533Z] ---> Running in deb7f4560afa [2020-12-21T16:33:30.533Z] ---> Running in c90ae9bfd944 [2020-12-21T16:33:30.533Z] Removing intermediate container 62a5ff778767 [2020-12-21T16:33:30.533Z] ---> a4926b14cd17 [2020-12-21T16:33:30.533Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:33:30.533Z] Removing intermediate container deb7f4560afa [2020-12-21T16:33:30.533Z] ---> 56eb5f565921 [2020-12-21T16:33:30.533Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:33:30.533Z] Removing intermediate container a8d8bea69e47 [2020-12-21T16:33:30.533Z] ---> 96a063614ab8 [2020-12-21T16:33:30.533Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:33:30.533Z] Removing intermediate container c69986725c05 [2020-12-21T16:33:30.533Z] ---> 9f4ebd4e036c [2020-12-21T16:33:30.533Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:33:30.533Z] Removing intermediate container c90ae9bfd944 [2020-12-21T16:33:30.533Z] ---> cfb7ee775bf4 [2020-12-21T16:33:30.533Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:33:30.533Z] ---> Running in 87b7037c6425 [2020-12-21T16:33:30.533Z] ---> Running in b7143dc3042e [2020-12-21T16:33:30.533Z] ---> Running in 9f4766b7b691 [2020-12-21T16:33:30.533Z] ---> Running in bd565150f548 [2020-12-21T16:33:30.533Z] ---> Running in 573c39b95520 [2020-12-21T16:33:31.492Z] Removing intermediate container b7143dc3042e [2020-12-21T16:33:31.492Z] ---> e34605223d3e [2020-12-21T16:33:31.492Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:33:31.492Z] Removing intermediate container 573c39b95520 [2020-12-21T16:33:31.492Z] ---> 99d631e5ec77 [2020-12-21T16:33:31.492Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-21T16:33:31.757Z] ---> Running in ef58b850f51a [2020-12-21T16:33:31.757Z] ---> Running in d633d15ab530 [2020-12-21T16:33:32.019Z] Removing intermediate container 87b7037c6425 [2020-12-21T16:33:32.019Z] ---> 253790bb4ce7 [2020-12-21T16:33:32.019Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:33:32.282Z] ---> Running in 4d9bce6446a5 [2020-12-21T16:33:32.282Z] Removing intermediate container 9f4766b7b691 [2020-12-21T16:33:32.282Z] ---> 0095b1cf82a1 [2020-12-21T16:33:32.282Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:33:32.282Z] Removing intermediate container bd565150f548 [2020-12-21T16:33:32.282Z] ---> dddcad18097d [2020-12-21T16:33:32.282Z] Step 5/24 : RUN apk update && apk add make git [2020-12-21T16:33:32.547Z] ---> Running in 62f1ce7c4e32 [2020-12-21T16:33:32.547Z] ---> Running in 9bb579c219db [2020-12-21T16:33:33.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:33.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:34.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:34.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:33:34.832Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:33:34.832Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:33:34.832Z] OK: 12750 distinct packages available [2020-12-21T16:33:34.832Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:33:34.832Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:33:34.832Z] OK: 12750 distinct packages available [2020-12-21T16:33:34.832Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:33:34.832Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:33:34.832Z] OK: 12750 distinct packages available [2020-12-21T16:33:35.106Z] OK: 233 MiB in 51 packages [2020-12-21T16:33:35.106Z] OK: 233 MiB in 51 packages [2020-12-21T16:33:35.106Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:33:35.106Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:33:35.106Z] OK: 12750 distinct packages available [2020-12-21T16:33:35.106Z] OK: 233 MiB in 51 packages [2020-12-21T16:33:35.379Z] OK: 233 MiB in 51 packages [2020-12-21T16:33:35.379Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:33:35.379Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:33:35.379Z] OK: 12750 distinct packages available [2020-12-21T16:33:35.641Z] OK: 233 MiB in 51 packages [2020-12-21T16:33:35.641Z] Removing intermediate container ef58b850f51a [2020-12-21T16:33:35.641Z] ---> 7b857c22dd44 [2020-12-21T16:33:35.641Z] Step 6/22 : COPY go.mod . [2020-12-21T16:33:36.213Z] Removing intermediate container d633d15ab530 [2020-12-21T16:33:36.213Z] ---> a2222aaead3b [2020-12-21T16:33:36.213Z] Step 6/27 : COPY go.mod . [2020-12-21T16:33:36.213Z] ---> 53d8954af1d2 [2020-12-21T16:33:36.213Z] Step 7/22 : RUN go mod download [2020-12-21T16:33:36.475Z] Removing intermediate container 4d9bce6446a5 [2020-12-21T16:33:36.475Z] ---> 76d633f161af [2020-12-21T16:33:36.475Z] Step 6/22 : COPY go.mod . [2020-12-21T16:33:36.475Z] ---> Running in 7cfbbc025dae [2020-12-21T16:33:36.475Z] ---> 2c4e9bf6b5ee [2020-12-21T16:33:36.475Z] Step 7/27 : RUN go mod download [2020-12-21T16:33:36.736Z] Removing intermediate container 62f1ce7c4e32 [2020-12-21T16:33:36.736Z] ---> 0eda1282a035 [2020-12-21T16:33:36.736Z] Step 6/22 : COPY go.mod . [2020-12-21T16:33:36.736Z] Removing intermediate container 9bb579c219db [2020-12-21T16:33:36.736Z] ---> 15ea4e48469f [2020-12-21T16:33:36.736Z] Step 6/24 : COPY go.mod . [2020-12-21T16:33:36.736Z] ---> fea292f4c450 [2020-12-21T16:33:36.736Z] Step 7/22 : RUN go mod download [2020-12-21T16:33:36.998Z] ---> Running in 4a1e49a5ea37 [2020-12-21T16:33:36.998Z] ---> Running in 0edab65971ca [2020-12-21T16:33:37.261Z] ---> 84bb027a0a8b [2020-12-21T16:33:37.261Z] Step 7/24 : RUN go mod download [2020-12-21T16:33:37.261Z] ---> 3f7c2a05d3ea [2020-12-21T16:33:37.261Z] Step 7/22 : RUN go mod download [2020-12-21T16:33:37.525Z] ---> Running in 745a418fdd00 [2020-12-21T16:33:37.525Z] ---> Running in edbc87cbdb70 [2020-12-21T16:33:38.951Z] Removing intermediate container 4a1e49a5ea37 [2020-12-21T16:33:38.951Z] ---> 510d3499b9ff [2020-12-21T16:33:38.951Z] Step 8/27 : COPY . . [2020-12-21T16:33:38.951Z] Removing intermediate container 7cfbbc025dae [2020-12-21T16:33:38.951Z] ---> 4e2db26e678d [2020-12-21T16:33:38.951Z] Step 8/22 : COPY . . [2020-12-21T16:33:43.181Z] Removing intermediate container 0edab65971ca [2020-12-21T16:33:43.181Z] ---> 3880f40949cc [2020-12-21T16:33:43.181Z] Step 8/22 : COPY . . [2020-12-21T16:33:45.877Z] Removing intermediate container 3b6bf0020783 [2020-12-21T16:33:45.877Z] ---> 03cae938dcf8 [2020-12-21T16:33:45.877Z] Successfully built 03cae938dcf8 [2020-12-21T16:33:45.877Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:33:46.220Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T16:33:46.220Z] . [Pipeline] withDockerContainer [2020-12-21T16:33:46.452Z] prd-ubuntu18.04-docker-arm64-4c-16g-17069 does not seem to be running inside a container [2020-12-21T16:33:46.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:33:48.051Z] $ docker top 604349aeeb93a0c65064d97029444d96e9c567639bac3fe1cfe5621c41c2bb9c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:33:49.084Z] + go version [2020-12-21T16:33:49.084Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-21T16:33:49.102Z] $ docker stop --time=1 604349aeeb93a0c65064d97029444d96e9c567639bac3fe1cfe5621c41c2bb9c [2020-12-21T16:33:50.996Z] $ docker rm -f 604349aeeb93a0c65064d97029444d96e9c567639bac3fe1cfe5621c41c2bb9c [Pipeline] // withDockerContainer [Pipeline] } [2020-12-21T16:33:51.366Z] Removing intermediate container edbc87cbdb70 [2020-12-21T16:33:51.366Z] ---> b7f004afd837 [2020-12-21T16:33:51.366Z] Step 8/24 : COPY . . [2020-12-21T16:33:51.366Z] Removing intermediate container 745a418fdd00 [2020-12-21T16:33:51.366Z] ---> 47c660e4fd7c [2020-12-21T16:33:51.366Z] Step 8/22 : COPY . . [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:33:52.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-21T16:33:52.537Z] [2020-12-21T16:33:52.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:33:53.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-21T16:33:53.275Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-21T16:33:53.275Z] 29e5d40040c1: Pulling fs layer [2020-12-21T16:33:53.275Z] 1ce36da41761: Pulling fs layer [2020-12-21T16:33:53.275Z] 25b303627fd3: Pulling fs layer [2020-12-21T16:33:53.275Z] 29e5d40040c1: Verifying Checksum [2020-12-21T16:33:53.275Z] 29e5d40040c1: Download complete [2020-12-21T16:33:53.873Z] 1ce36da41761: Verifying Checksum [2020-12-21T16:33:53.873Z] 1ce36da41761: Download complete [2020-12-21T16:33:54.149Z] 29e5d40040c1: Pull complete [2020-12-21T16:33:55.587Z] 1ce36da41761: Pull complete [2020-12-21T16:33:55.587Z] 25b303627fd3: Verifying Checksum [2020-12-21T16:33:55.587Z] 25b303627fd3: Download complete [2020-12-21T16:34:05.734Z] 25b303627fd3: Pull complete [2020-12-21T16:34:05.734Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-21T16:34:05.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-21T16:34:05.734Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-21T16:34:05.983Z] prd-ubuntu18.04-docker-arm64-4c-16g-17069 does not seem to be running inside a container [2020-12-21T16:34:06.061Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-21T16:34:09.187Z] $ docker top 4e1be732f71680c1711f0ec413abb203004b23a736fd08be06bae75c943483d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:34:10.306Z] + grep parallel [2020-12-21T16:34:10.306Z] + docker-compose build --help [2020-12-21T16:34:13.449Z] ---> ae7e3701506d [2020-12-21T16:34:13.449Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-21T16:34:13.449Z] ---> 4d59b14b85af [2020-12-21T16:34:13.449Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-21T16:34:13.449Z] ---> b4778e5d9d0f [2020-12-21T16:34:13.449Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-21T16:34:13.449Z] ---> Running in 1a7e27f9f090 [2020-12-21T16:34:13.449Z] ---> Running in bf93da745564 [2020-12-21T16:34:13.449Z] ---> Running in fd86821aef4d [2020-12-21T16:34:13.733Z] --parallel Build images in parallel. [Pipeline] } [2020-12-21T16:34:14.024Z] $ docker stop --time=1 4e1be732f71680c1711f0ec413abb203004b23a736fd08be06bae75c943483d4 [2020-12-21T16:34:15.968Z] $ docker rm -f 4e1be732f71680c1711f0ec413abb203004b23a736fd08be06bae75c943483d4 [2020-12-21T16:34:16.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-21T16:34:16.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-command/core-command ./cmd/core-command [2020-12-21T16:34:16.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:34:16.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-21T16:34:16.829Z] . [Pipeline] withDockerContainer [2020-12-21T16:34:17.091Z] prd-ubuntu18.04-docker-arm64-4c-16g-17069 does not seem to be running inside a container [2020-12-21T16:34:17.169Z] $ 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/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:34:18.505Z] $ docker top c72bbcf9329c0eab63c7644985cf87556b0f10b2ae50b661b1abaae9cbda9eb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:34:19.463Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-21T16:34:20.333Z] ---> c91edd0eb92b [2020-12-21T16:34:20.333Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-21T16:34:20.604Z] ---> Running in 5926aa08d732 [2020-12-21T16:34:20.886Z] ---> 17bfb65e25dc [2020-12-21T16:34:20.886Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-21T16:34:21.150Z] ---> Running in dcb2305e004b [2020-12-21T16:34:22.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-21T16:34:22.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-21T16:34:22.840Z] Building docker-core-command-go ... [2020-12-21T16:34:22.840Z] Building docker-core-data-go ... [2020-12-21T16:34:22.840Z] Building docker-core-metadata-go ... [2020-12-21T16:34:22.840Z] Building docker-security-bootstrap-redis-go ... [2020-12-21T16:34:22.840Z] Building docker-security-proxy-setup-go ... [2020-12-21T16:34:22.840Z] Building docker-security-secretstore-setup-go ... [2020-12-21T16:34:22.840Z] Building docker-support-notifications-go ... [2020-12-21T16:34:22.840Z] Building docker-support-scheduler-go ... [2020-12-21T16:34:22.840Z] Building docker-sys-mgmt-agent-go ... [2020-12-21T16:34:22.841Z] Building docker-core-command-go [2020-12-21T16:34:22.841Z] Building docker-security-bootstrap-redis-go [2020-12-21T16:34:22.841Z] Building docker-security-proxy-setup-go [2020-12-21T16:34:22.841Z] Building docker-core-metadata-go [2020-12-21T16:34:22.841Z] Building docker-support-scheduler-go [2020-12-21T16:34:49.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-21T16:34:49.019Z] Removing intermediate container bf93da745564 [2020-12-21T16:34:49.019Z] ---> 6c9d6628444f [2020-12-21T16:34:49.019Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-21T16:34:49.019Z] ---> Running in 4a809d02e2ee [2020-12-21T16:34:49.019Z] Removing intermediate container 1a7e27f9f090 [2020-12-21T16:34:49.019Z] ---> f484b822886f [2020-12-21T16:34:49.019Z] [2020-12-21T16:34:49.019Z] Step 10/22 : FROM scratch [2020-12-21T16:34:49.019Z] ---> [2020-12-21T16:34:49.019Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:34:49.019Z] ---> Running in 2d9871a52bab [2020-12-21T16:34:49.019Z] Removing intermediate container 2d9871a52bab [2020-12-21T16:34:49.019Z] ---> fe14972008a1 [2020-12-21T16:34:49.019Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-21T16:34:49.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-21T16:34:49.019Z] ---> Running in 6e03f8ee2aa6 [2020-12-21T16:34:50.947Z] Removing intermediate container 6e03f8ee2aa6 [2020-12-21T16:34:50.947Z] ---> eff53204726d [2020-12-21T16:34:50.947Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-21T16:34:51.214Z] ---> Running in bc949ba1086d [2020-12-21T16:34:51.477Z] Removing intermediate container fd86821aef4d [2020-12-21T16:34:51.477Z] ---> 2398cfa61338 [2020-12-21T16:34:51.477Z] [2020-12-21T16:34:51.477Z] Step 10/22 : FROM scratch [2020-12-21T16:34:51.477Z] ---> [2020-12-21T16:34:51.477Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:34:51.477Z] ---> Using cache [2020-12-21T16:34:51.477Z] ---> fe14972008a1 [2020-12-21T16:34:51.477Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-21T16:34:51.745Z] ---> Running in 22de39d1260e [2020-12-21T16:34:51.745Z] Removing intermediate container bc949ba1086d [2020-12-21T16:34:51.745Z] ---> 8997c9310c62 [2020-12-21T16:34:51.745Z] Step 14/22 : WORKDIR / [2020-12-21T16:34:52.014Z] ---> Running in ad592dc02595 [2020-12-21T16:34:52.291Z] Removing intermediate container 22de39d1260e [2020-12-21T16:34:52.291Z] ---> 8702bd9468a9 [2020-12-21T16:34:52.291Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-21T16:34:54.849Z] ---> Running in 1f1975722340 [2020-12-21T16:34:54.849Z] Removing intermediate container ad592dc02595 [2020-12-21T16:34:54.849Z] ---> 8c046992fb91 [2020-12-21T16:34:54.849Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-21T16:34:54.849Z] Removing intermediate container 4a809d02e2ee [2020-12-21T16:34:54.849Z] ---> ee008090fc3b [2020-12-21T16:34:54.849Z] [2020-12-21T16:34:54.849Z] Step 11/27 : FROM docker:latest [2020-12-21T16:34:54.849Z] ---> 0040bc98e531 [2020-12-21T16:34:54.849Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-21T16:34:54.849Z] ---> Running in 69c487e7f0b8 [2020-12-21T16:34:54.849Z] Removing intermediate container 5926aa08d732 [2020-12-21T16:34:54.849Z] ---> 85bce09b4464 [2020-12-21T16:34:54.849Z] [2020-12-21T16:34:54.849Z] Step 10/24 : FROM alpine:3.10 [2020-12-21T16:34:54.849Z] Removing intermediate container dcb2305e004b [2020-12-21T16:34:54.849Z] ---> 6b5874e735d8 [2020-12-21T16:34:54.849Z] [2020-12-21T16:34:54.849Z] Step 10/22 : FROM alpine:3.10 [2020-12-21T16:34:54.849Z] Removing intermediate container 1f1975722340 [2020-12-21T16:34:54.849Z] ---> 241c93d8d688 [2020-12-21T16:34:54.849Z] Step 14/22 : WORKDIR / [2020-12-21T16:34:54.849Z] 3.10: Pulling from library/alpine [2020-12-21T16:34:54.849Z] 3.10: Pulling from library/alpine [2020-12-21T16:34:54.849Z] ---> b8dbd47b5808 [2020-12-21T16:34:54.849Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-21T16:34:54.849Z] ---> Running in 0d2bc64928f5 [2020-12-21T16:34:55.424Z] Removing intermediate container 0d2bc64928f5 [2020-12-21T16:34:55.424Z] ---> 69d215253662 [2020-12-21T16:34:55.424Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-21T16:34:55.424Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-21T16:34:55.424Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-21T16:34:55.424Z] Status: Image is up to date for alpine:3.10 [2020-12-21T16:34:55.424Z] ---> be4e4bea2c2e [2020-12-21T16:34:55.424Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-21T16:34:55.424Z] Status: Downloaded newer image for alpine:3.10 [2020-12-21T16:34:55.424Z] ---> be4e4bea2c2e [2020-12-21T16:34:55.424Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-21T16:34:55.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:55.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:55.687Z] ---> Running in 930324fdbe6c [2020-12-21T16:34:55.687Z] ---> Running in 746778c7fdb0 [2020-12-21T16:34:55.688Z] ---> 09721a8b127e [2020-12-21T16:34:55.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-21T16:34:55.688Z] (1/2) Installing readline (8.0.4-r0) [2020-12-21T16:34:55.688Z] (2/2) Installing bash (5.0.17-r0) [2020-12-21T16:34:55.688Z] Executing bash-5.0.17-r0.post-install [2020-12-21T16:34:55.688Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:34:55.688Z] OK: 12 MiB in 22 packages [2020-12-21T16:34:55.688Z] ---> a1417b5d409e [2020-12-21T16:34:55.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-21T16:34:56.639Z] ---> 64a43ee2829f [2020-12-21T16:34:56.639Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-21T16:34:56.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:56.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:56.639Z] ---> 3a2bb430c738 [2020-12-21T16:34:56.639Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-21T16:34:56.639Z] ---> Running in 3bd76c7826e4 [2020-12-21T16:34:56.639Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:56.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:56.901Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-21T16:34:56.901Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-21T16:34:56.901Z] OK: 10350 distinct packages available [2020-12-21T16:34:56.901Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-21T16:34:56.901Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-21T16:34:56.901Z] OK: 10350 distinct packages available [2020-12-21T16:34:56.901Z] Removing intermediate container 69c487e7f0b8 [2020-12-21T16:34:56.901Z] ---> ba6060c31fdf [2020-12-21T16:34:56.901Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-21T16:34:57.164Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-21T16:34:57.164Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-21T16:34:57.164Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-21T16:34:57.164Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-21T16:34:57.164Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-21T16:34:57.164Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-21T16:34:57.164Z] (4/5) Installing curl (7.66.0-r3) [2020-12-21T16:34:57.164Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-21T16:34:57.164Z] Executing busybox-1.30.1-r3.trigger [2020-12-21T16:34:57.164Z] (4/5) Installing curl (7.66.0-r3) [2020-12-21T16:34:57.164Z] Executing ca-certificates-20191127-r2.trigger [2020-12-21T16:34:57.164Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-21T16:34:57.164Z] Executing busybox-1.30.1-r3.trigger [2020-12-21T16:34:57.164Z] Executing ca-certificates-20191127-r2.trigger [2020-12-21T16:34:57.164Z] OK: 7 MiB in 19 packages [2020-12-21T16:34:57.164Z] OK: 7 MiB in 19 packages [2020-12-21T16:34:58.568Z] ---> Running in 58171b4ac910 [2020-12-21T16:34:58.568Z] ---> 821fc1da4f1a [2020-12-21T16:34:58.568Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-21T16:34:58.568Z] Removing intermediate container 3bd76c7826e4 [2020-12-21T16:34:58.568Z] ---> 2bf13229f0fe [2020-12-21T16:34:58.568Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:34:58.568Z] ---> Running in 62638828e835 [2020-12-21T16:34:58.568Z] ---> Running in 8a84e017d516 [2020-12-21T16:34:59.522Z] Removing intermediate container 62638828e835 [2020-12-21T16:34:59.522Z] ---> fde9e67d7dea [2020-12-21T16:34:59.522Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:34:59.522Z] Removing intermediate container 8a84e017d516 [2020-12-21T16:34:59.522Z] ---> 2d626177a3ce [2020-12-21T16:34:59.522Z] Step 20/22 : LABEL arch=x86_64 [2020-12-21T16:34:59.785Z] Removing intermediate container 746778c7fdb0 [2020-12-21T16:34:59.785Z] ---> 60c0c3573717 [2020-12-21T16:34:59.785Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-21T16:35:00.049Z] ---> Running in f068f9b3512c [2020-12-21T16:35:00.313Z] ---> Running in 26f8602c8c1b [2020-12-21T16:35:00.313Z] Removing intermediate container 930324fdbe6c [2020-12-21T16:35:00.313Z] ---> dc85ff1d3844 [2020-12-21T16:35:00.313Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-21T16:35:00.313Z] ---> Running in afee9dbdf3f3 [2020-12-21T16:35:00.574Z] ---> Running in df06bccd2293 [2020-12-21T16:35:00.574Z] Removing intermediate container f068f9b3512c [2020-12-21T16:35:00.574Z] ---> e76461869588 [2020-12-21T16:35:00.574Z] Step 20/22 : LABEL arch=x86_64 [2020-12-21T16:35:00.574Z] Removing intermediate container 26f8602c8c1b [2020-12-21T16:35:00.574Z] ---> 97c44a7fbba9 [2020-12-21T16:35:00.574Z] Step 21/22 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:35:00.836Z] Removing intermediate container afee9dbdf3f3 [2020-12-21T16:35:00.836Z] ---> 5b46ad432f2c [2020-12-21T16:35:00.836Z] Step 13/22 : WORKDIR / [2020-12-21T16:35:00.836Z] ---> Running in 4ee5b8ef6079 [2020-12-21T16:35:00.836Z] ---> Running in 10646a2fc77d [2020-12-21T16:35:00.836Z] Removing intermediate container df06bccd2293 [2020-12-21T16:35:00.836Z] ---> f7b0568f30bc [2020-12-21T16:35:00.836Z] Step 13/24 : WORKDIR / [2020-12-21T16:35:00.836Z] Removing intermediate container 58171b4ac910 [2020-12-21T16:35:00.836Z] ---> bc969b77f033 [2020-12-21T16:35:00.836Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-21T16:35:01.098Z] ---> Running in e5d93b996991 [2020-12-21T16:35:01.098Z] ---> Running in e61327c36a1d [2020-12-21T16:35:01.098Z] ---> Running in d87f9df967e2 [2020-12-21T16:35:01.098Z] Removing intermediate container 10646a2fc77d [2020-12-21T16:35:01.098Z] ---> 4d0ea3b75b8c [2020-12-21T16:35:01.098Z] Step 22/22 : LABEL version=2.0.0-dev.19 [2020-12-21T16:35:01.098Z] Removing intermediate container 4ee5b8ef6079 [2020-12-21T16:35:01.098Z] ---> 61b4e44999df [2020-12-21T16:35:01.098Z] Step 21/22 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:35:01.363Z] ---> Running in d5c22132b541 [2020-12-21T16:35:01.363Z] ---> Running in a9516c7f5b5a [2020-12-21T16:35:01.363Z] Removing intermediate container e61327c36a1d [2020-12-21T16:35:01.363Z] ---> 8df0be970dd2 [2020-12-21T16:35:01.363Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-21T16:35:01.631Z] Removing intermediate container d87f9df967e2 [2020-12-21T16:35:01.631Z] ---> c3818eaf1412 [2020-12-21T16:35:01.631Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-21T16:35:01.631Z] Removing intermediate container e5d93b996991 [2020-12-21T16:35:01.631Z] ---> 09fd757a2724 [2020-12-21T16:35:01.631Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-21T16:35:01.896Z] ---> Running in 412e294d7cef [2020-12-21T16:35:01.896Z] Removing intermediate container d5c22132b541 [2020-12-21T16:35:01.896Z] ---> ff87bac7d247 [2020-12-21T16:35:01.896Z] [2020-12-21T16:35:02.164Z] Removing intermediate container a9516c7f5b5a [2020-12-21T16:35:02.164Z] ---> 086a60f63803 [2020-12-21T16:35:02.164Z] Step 22/22 : LABEL version=2.0.0-dev.19 [2020-12-21T16:35:02.164Z] ---> cf6927b82c3f [2020-12-21T16:35:02.164Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-21T16:35:02.164Z] Successfully built ff87bac7d247 [2020-12-21T16:35:02.164Z] ---> Running in c7f797e58e61 [2020-12-21T16:35:02.164Z] Successfully tagged docker-core-command-go:latest [2020-12-21T16:35:02.164Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-21T16:35:02.164Z] Removing intermediate container 412e294d7cef [2020-12-21T16:35:02.164Z] ---> 97be96cb4a6a [2020-12-21T16:35:02.164Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-21T16:35:02.164Z] ---> 3ab6e0bd75df [2020-12-21T16:35:02.164Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-21T16:35:02.435Z] ---> Running in a53a2c697c40 [2020-12-21T16:35:02.435Z] Removing intermediate container c7f797e58e61 [2020-12-21T16:35:02.435Z] ---> c9084fa69211 [2020-12-21T16:35:02.435Z] [2020-12-21T16:35:02.702Z] ---> e0ad1a05e53b [2020-12-21T16:35:02.702Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:02.702Z] Successfully built c9084fa69211 [2020-12-21T16:35:02.969Z] ---> 026d9bb2402d [2020-12-21T16:35:02.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-21T16:35:02.970Z] Successfully tagged docker-core-metadata-go:latest [2020-12-21T16:35:02.970Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-12-21T16:35:02.970Z] Removing intermediate container a53a2c697c40 [2020-12-21T16:35:02.970Z] ---> 06f1a6a4cfb3 [2020-12-21T16:35:02.970Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-21T16:35:03.242Z] ---> 709f49da5421 [2020-12-21T16:35:03.242Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-21T16:35:03.519Z] ---> 8f865df317e4 [2020-12-21T16:35:03.519Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:07.769Z] ---> f66c68f98dbf [2020-12-21T16:35:07.769Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:09.727Z] ---> 469095404bc6 [2020-12-21T16:35:09.727Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-21T16:35:09.727Z] ---> a3cbf99610d3 [2020-12-21T16:35:09.727Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-21T16:35:09.727Z] ---> 7adf2e58cf78 [2020-12-21T16:35:09.727Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-21T16:35:09.834Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:09.834Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:09.834Z] ---> 03cae938dcf8 [2020-12-21T16:35:09.834Z] Step 3/21 : WORKDIR /edgex-go [2020-12-21T16:35:09.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:09.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:09.834Z] ---> 03cae938dcf8 [2020-12-21T16:35:09.834Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:35:09.834Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:09.834Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:09.834Z] ---> 03cae938dcf8 [2020-12-21T16:35:09.834Z] Step 3/21 : WORKDIR /edgex-go [2020-12-21T16:35:09.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:09.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:09.834Z] ---> 03cae938dcf8 [2020-12-21T16:35:09.834Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:35:09.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:09.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:09.834Z] ---> 03cae938dcf8 [2020-12-21T16:35:09.834Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:35:10.336Z] ---> Running in 7d0e0afb78c5 [2020-12-21T16:35:10.827Z] ---> Running in 0feaf4256dea [2020-12-21T16:35:10.827Z] ---> Running in 5d9601602366 [2020-12-21T16:35:10.827Z] ---> Running in 5021d77ed984 [2020-12-21T16:35:10.827Z] ---> Running in 79cc91fad9f1 [2020-12-21T16:35:10.827Z] ---> Running in 6928bfa64740 [2020-12-21T16:35:11.431Z] Removing intermediate container 0feaf4256dea [2020-12-21T16:35:11.431Z] ---> 05fa6010947b [2020-12-21T16:35:11.431Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:11.708Z] ---> Running in 7f8d19f8a02f [2020-12-21T16:35:11.708Z] Removing intermediate container 6928bfa64740 [2020-12-21T16:35:11.708Z] ---> 1429fd2718d2 [2020-12-21T16:35:11.708Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:12.011Z] Removing intermediate container 79cc91fad9f1 [2020-12-21T16:35:12.011Z] ---> d1a79fb53d31 [2020-12-21T16:35:12.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:12.011Z] Removing intermediate container 5d9601602366 [2020-12-21T16:35:12.011Z] ---> e8f294eef3db [2020-12-21T16:35:12.011Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:12.011Z] Removing intermediate container 5021d77ed984 [2020-12-21T16:35:12.011Z] ---> baeeb9502a34 [2020-12-21T16:35:12.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:12.011Z] ---> Running in 09e60277268e [2020-12-21T16:35:12.301Z] ---> Running in 62c8b4ca7ed1 [2020-12-21T16:35:12.301Z] ---> Running in b3ebce9c956a [2020-12-21T16:35:12.301Z] ---> Running in 99435ed8dfef [2020-12-21T16:35:12.952Z] ---> ecc246d28aba [2020-12-21T16:35:12.952Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-21T16:35:12.952Z] ---> 3af80b942600 [2020-12-21T16:35:12.952Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-21T16:35:14.896Z] ---> Running in 5ec2290722ae [2020-12-21T16:35:15.733Z] Removing intermediate container 7f8d19f8a02f [2020-12-21T16:35:15.733Z] ---> 6503858a5897 [2020-12-21T16:35:15.733Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:35:15.733Z] ---> Running in fa85ce8fc6e5 [2020-12-21T16:35:15.733Z] Removing intermediate container 09e60277268e [2020-12-21T16:35:15.733Z] ---> 7a1d513a556d [2020-12-21T16:35:15.733Z] Step 5/21 : RUN apk update && apk add make git [2020-12-21T16:35:15.892Z] ---> 481fe93b9a32 [2020-12-21T16:35:15.892Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-21T16:35:16.011Z] ---> Running in 348961b44290 [2020-12-21T16:35:16.303Z] Removing intermediate container 99435ed8dfef [2020-12-21T16:35:16.303Z] ---> ea9acb645ff0 [2020-12-21T16:35:16.303Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:35:16.303Z] Removing intermediate container 62c8b4ca7ed1 [2020-12-21T16:35:16.303Z] ---> 346361587e80 [2020-12-21T16:35:16.303Z] Step 5/21 : RUN apk update && apk add make git [2020-12-21T16:35:16.303Z] Removing intermediate container b3ebce9c956a [2020-12-21T16:35:16.303Z] ---> 61f534a10baf [2020-12-21T16:35:16.303Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:35:16.576Z] ---> Running in 185c1b680748 [2020-12-21T16:35:16.576Z] ---> Running in 2ada4e3fee7e [2020-12-21T16:35:16.576Z] ---> Running in 236ed4a1aa7c [2020-12-21T16:35:17.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:17.296Z] ---> Running in 85fedc5e0b60 [2020-12-21T16:35:17.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:18.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:18.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:18.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:18.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:18.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:18.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:18.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:18.955Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-21T16:35:18.955Z] (2/33) Installing expat (2.2.9-r1) [2020-12-21T16:35:18.955Z] (3/33) Installing libffi (3.3-r2) [2020-12-21T16:35:18.955Z] (4/33) Installing gdbm (1.13-r1) [2020-12-21T16:35:18.955Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-21T16:35:18.955Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-21T16:35:18.955Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-21T16:35:18.955Z] Removing intermediate container 7d0e0afb78c5 [2020-12-21T16:35:18.955Z] ---> b4b6b65062bd [2020-12-21T16:35:18.955Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-21T16:35:19.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:19.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:19.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:35:19.467Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:19.467Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:19.467Z] OK: 12620 distinct packages available [2020-12-21T16:35:20.072Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:20.072Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:20.072Z] OK: 12620 distinct packages available [2020-12-21T16:35:20.349Z] OK: 217 MiB in 51 packages [2020-12-21T16:35:20.626Z] OK: 217 MiB in 51 packages [2020-12-21T16:35:20.909Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:20.909Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:20.909Z] OK: 12620 distinct packages available [2020-12-21T16:35:20.909Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:20.909Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:20.909Z] OK: 12620 distinct packages available [2020-12-21T16:35:20.938Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:20.938Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:20.938Z] ---> 6de0973652c1 [2020-12-21T16:35:20.938Z] Step 3/24 : WORKDIR /edgex-go [2020-12-21T16:35:20.938Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:20.938Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:20.938Z] ---> 6de0973652c1 [2020-12-21T16:35:20.938Z] Step 3/23 : WORKDIR /edgex-go [2020-12-21T16:35:20.938Z] ---> Using cache [2020-12-21T16:35:20.938Z] ---> cfb7ee775bf4 [2020-12-21T16:35:20.938Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:20.938Z] ---> Using cache [2020-12-21T16:35:20.938Z] ---> cfb7ee775bf4 [2020-12-21T16:35:20.938Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:21.185Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:21.186Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:21.186Z] OK: 12620 distinct packages available [2020-12-21T16:35:21.216Z] ---> Using cache [2020-12-21T16:35:21.216Z] ---> 99d631e5ec77 [2020-12-21T16:35:21.216Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-21T16:35:21.216Z] ---> Using cache [2020-12-21T16:35:21.216Z] ---> 99d631e5ec77 [2020-12-21T16:35:21.216Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-21T16:35:21.792Z] OK: 217 MiB in 51 packages [2020-12-21T16:35:22.069Z] OK: 217 MiB in 51 packages [2020-12-21T16:35:22.069Z] Removing intermediate container fa85ce8fc6e5 [2020-12-21T16:35:22.069Z] ---> 9d7fdd2a10e9 [2020-12-21T16:35:22.069Z] Step 6/22 : COPY go.mod . [2020-12-21T16:35:22.069Z] OK: 217 MiB in 51 packages [2020-12-21T16:35:22.626Z] ---> Running in e4c320182240 [2020-12-21T16:35:22.626Z] ---> Running in de9a270bab11 [2020-12-21T16:35:22.626Z] ---> Running in 8034db9c39ce [2020-12-21T16:35:22.626Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-21T16:35:22.626Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-21T16:35:22.626Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-21T16:35:22.626Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-21T16:35:22.626Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-21T16:35:22.626Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-21T16:35:22.626Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-21T16:35:22.669Z] Removing intermediate container 348961b44290 [2020-12-21T16:35:22.669Z] ---> af03701bd3d4 [2020-12-21T16:35:22.669Z] Step 6/21 : COPY go.mod . [2020-12-21T16:35:23.201Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-21T16:35:23.201Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-21T16:35:23.201Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-21T16:35:23.201Z] Removing intermediate container e4c320182240 [2020-12-21T16:35:23.201Z] ---> 3acac56153ae [2020-12-21T16:35:23.201Z] Step 20/22 : LABEL arch=x86_64 [2020-12-21T16:35:23.267Z] ---> 37e12569d146 [2020-12-21T16:35:23.267Z] Step 7/22 : RUN go mod download [2020-12-21T16:35:23.541Z] ---> Running in 34919dd663c7 [2020-12-21T16:35:23.541Z] Removing intermediate container 236ed4a1aa7c [2020-12-21T16:35:23.541Z] ---> 54d00e322c25 [2020-12-21T16:35:23.541Z] Step 6/22 : COPY go.mod . [2020-12-21T16:35:23.776Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-21T16:35:23.776Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-21T16:35:23.776Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-21T16:35:23.776Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-21T16:35:23.825Z] ---> c3fa713861a8 [2020-12-21T16:35:23.825Z] Step 7/21 : RUN go mod download [2020-12-21T16:35:24.037Z] ---> Running in 07062a912b30 [2020-12-21T16:35:24.037Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-21T16:35:24.037Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-21T16:35:24.104Z] Removing intermediate container 185c1b680748 [2020-12-21T16:35:24.104Z] ---> 1ada1dce484f [2020-12-21T16:35:24.104Z] Step 6/22 : COPY go.mod . [2020-12-21T16:35:24.104Z] Removing intermediate container 2ada4e3fee7e [2020-12-21T16:35:24.104Z] ---> 58c3769f9fe5 [2020-12-21T16:35:24.104Z] Step 6/21 : COPY go.mod . [2020-12-21T16:35:24.104Z] ---> Running in 863e3cdfa03b [2020-12-21T16:35:24.305Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-21T16:35:24.305Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-21T16:35:24.305Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-21T16:35:24.572Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-21T16:35:24.572Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-21T16:35:24.572Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-21T16:35:24.572Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-21T16:35:24.707Z] ---> 6a333b94b024 [2020-12-21T16:35:24.707Z] Step 7/22 : RUN go mod download [2020-12-21T16:35:24.834Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-21T16:35:24.834Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-21T16:35:24.834Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-21T16:35:24.834Z] Removing intermediate container 07062a912b30 [2020-12-21T16:35:24.834Z] ---> f6c8cc79037b [2020-12-21T16:35:24.834Z] Step 21/22 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:35:24.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:24.980Z] ---> Running in 0d290db37a1e [2020-12-21T16:35:25.257Z] ---> 22895498d2d1 [2020-12-21T16:35:25.257Z] Step 7/22 : RUN go mod download [2020-12-21T16:35:25.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:25.534Z] ---> 0ce5a8023742 [2020-12-21T16:35:25.535Z] Step 7/21 : RUN go mod download [2020-12-21T16:35:25.535Z] ---> Running in 47cafe9b75fd [2020-12-21T16:35:25.672Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:35:25.672Z] Removing intermediate container 85fedc5e0b60 [2020-12-21T16:35:25.672Z] ---> dd8c1058b904 [2020-12-21T16:35:25.672Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-21T16:35:25.672Z] OK: 71 MiB in 55 packages [2020-12-21T16:35:25.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:25.672Z] ---> Running in bdf9f751e752 [2020-12-21T16:35:25.812Z] ---> Running in b3aa3f887a12 [2020-12-21T16:35:25.937Z] ---> Running in 8d59c7a2d954 [2020-12-21T16:35:25.937Z] Removing intermediate container bdf9f751e752 [2020-12-21T16:35:25.937Z] ---> 79721fbd9522 [2020-12-21T16:35:25.937Z] Step 22/22 : LABEL version=2.0.0-dev.19 [2020-12-21T16:35:26.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:26.207Z] ---> Running in 8b8815cc1e4d [2020-12-21T16:35:26.207Z] Removing intermediate container 8d59c7a2d954 [2020-12-21T16:35:26.207Z] ---> db955c6d20d0 [2020-12-21T16:35:26.207Z] Step 22/24 : LABEL arch=x86_64 [2020-12-21T16:35:26.471Z] ---> Running in 37f33f78d25d [2020-12-21T16:35:26.741Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:26.741Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:26.741Z] OK: 12750 distinct packages available [2020-12-21T16:35:27.006Z] OK: 233 MiB in 51 packages [2020-12-21T16:35:27.006Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:27.006Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:27.006Z] OK: 12750 distinct packages available [2020-12-21T16:35:27.283Z] OK: 233 MiB in 51 packages [2020-12-21T16:35:27.283Z] Removing intermediate container 8b8815cc1e4d [2020-12-21T16:35:27.283Z] ---> 6fd66e934c17 [2020-12-21T16:35:27.283Z] [2020-12-21T16:35:27.811Z] Removing intermediate container 34919dd663c7 [2020-12-21T16:35:27.811Z] ---> bcc48d2abe86 [2020-12-21T16:35:27.811Z] Step 8/22 : COPY . . [2020-12-21T16:35:28.418Z] Removing intermediate container 863e3cdfa03b [2020-12-21T16:35:28.418Z] ---> 5ee220bc6129 [2020-12-21T16:35:28.418Z] Step 8/21 : COPY . . [2020-12-21T16:35:29.412Z] Removing intermediate container 0d290db37a1e [2020-12-21T16:35:29.412Z] ---> 0c8ccf22586e [2020-12-21T16:35:29.412Z] Step 8/22 : COPY . . [2020-12-21T16:35:30.005Z] Removing intermediate container 47cafe9b75fd [2020-12-21T16:35:30.005Z] ---> bf2e1ae95d78 [2020-12-21T16:35:30.005Z] Step 8/22 : COPY . . [2020-12-21T16:35:30.597Z] Successfully built 6fd66e934c17 [2020-12-21T16:35:30.603Z] Removing intermediate container b3aa3f887a12 [2020-12-21T16:35:30.603Z] ---> db7832fbc5a2 [2020-12-21T16:35:30.603Z] Step 8/21 : COPY . . [2020-12-21T16:35:31.542Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-21T16:35:31.542Z] Building docker-support-scheduler-go [2020-12-21T16:35:31.542Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 37f33f78d25d [2020-12-21T16:35:31.542Z] ---> 6fd91caded69 [2020-12-21T16:35:31.542Z] Step 23/24 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:35:32.119Z] ---> Running in 9c75c6adb27a [2020-12-21T16:35:32.382Z] Removing intermediate container 5ec2290722ae [2020-12-21T16:35:32.382Z] ---> e2d203ad1657 [2020-12-21T16:35:32.382Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-21T16:35:32.382Z] Removing intermediate container de9a270bab11 [2020-12-21T16:35:32.382Z] ---> 56d2087c0393 [2020-12-21T16:35:32.382Z] Step 6/23 : COPY go.mod . [2020-12-21T16:35:32.660Z] Removing intermediate container 8034db9c39ce [2020-12-21T16:35:32.660Z] ---> 5dd5d6f1220d [2020-12-21T16:35:32.660Z] Step 6/24 : COPY go.mod . [2020-12-21T16:35:34.593Z] ---> Running in cf34cfac4e25 [2020-12-21T16:35:34.593Z] Removing intermediate container 9c75c6adb27a [2020-12-21T16:35:34.593Z] ---> 027ca1181f32 [2020-12-21T16:35:34.593Z] Step 24/24 : LABEL version=2.0.0-dev.19 [2020-12-21T16:35:36.524Z] ---> Running in 2876e4f13838 [2020-12-21T16:35:36.524Z] ---> 6f038d642f87 [2020-12-21T16:35:36.524Z] Step 7/23 : RUN go mod download [2020-12-21T16:35:36.524Z] ---> 2d55222363b9 [2020-12-21T16:35:36.524Z] Step 7/24 : RUN go mod download [2020-12-21T16:35:37.482Z] ---> Running in 6285c43bb895 [2020-12-21T16:35:37.765Z] ---> Running in 9dc19d3d8696 [2020-12-21T16:35:37.765Z] Removing intermediate container 2876e4f13838 [2020-12-21T16:35:37.765Z] ---> 83fad41c1be7 [2020-12-21T16:35:37.765Z] [2020-12-21T16:35:38.345Z] Successfully built 83fad41c1be7 [2020-12-21T16:35:38.345Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-21T16:35:38.345Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-12-21T16:35:39.752Z] Collecting docker-compose==1.23.2 [2020-12-21T16:35:39.752Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-21T16:35:42.327Z] Collecting docopt<0.7,>=0.6.1 [2020-12-21T16:35:42.327Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-21T16:35:43.751Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-21T16:35:43.751Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-21T16:35:44.029Z] Removing intermediate container 6285c43bb895 [2020-12-21T16:35:44.029Z] ---> 9cc8e8f8eb46 [2020-12-21T16:35:44.029Z] Step 8/23 : COPY . . [2020-12-21T16:35:44.029Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-21T16:35:44.029Z] Removing intermediate container 9dc19d3d8696 [2020-12-21T16:35:44.029Z] ---> 79fdb13cf136 [2020-12-21T16:35:44.029Z] Step 8/24 : COPY . . [2020-12-21T16:35:44.029Z] Collecting docker<4.0,>=3.6.0 [2020-12-21T16:35:44.300Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-21T16:35:46.874Z] Collecting cached-property<2,>=1.2.0 [2020-12-21T16:35:46.874Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-21T16:35:48.273Z] Collecting texttable<0.10,>=0.9.0 [2020-12-21T16:35:48.273Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-21T16:35:48.914Z] ---> f5a5ea57c6da [2020-12-21T16:35:48.914Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-21T16:35:48.914Z] ---> 6cb9cdbf2b09 [2020-12-21T16:35:48.914Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-21T16:35:48.914Z] ---> c2802398d836 [2020-12-21T16:35:48.914Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-21T16:35:48.914Z] ---> be3488aefb34 [2020-12-21T16:35:48.914Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-21T16:35:48.914Z] ---> 2ba48e29e163 [2020-12-21T16:35:48.914Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-21T16:35:48.914Z] ---> Running in 30a506a0e70f [2020-12-21T16:35:48.914Z] ---> Running in e1153f2350f0 [2020-12-21T16:35:48.914Z] ---> Running in bf40b7355b7c [2020-12-21T16:35:48.914Z] ---> Running in ff65c55c9294 [2020-12-21T16:35:48.914Z] ---> Running in 3bd4a62c76b1 [2020-12-21T16:35:48.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-command/core-command ./cmd/core-command [2020-12-21T16:35:48.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-21T16:35:48.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-21T16:35:48.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-21T16:35:48.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-21T16:35:51.605Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:35:51.605Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:35:51.605Z] ---> 6de0973652c1 [2020-12-21T16:35:51.605Z] Step 3/21 : WORKDIR /edgex-go [2020-12-21T16:35:51.605Z] ---> Using cache [2020-12-21T16:35:51.605Z] ---> cfb7ee775bf4 [2020-12-21T16:35:51.605Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:35:51.605Z] ---> Using cache [2020-12-21T16:35:51.605Z] ---> 99d631e5ec77 [2020-12-21T16:35:51.605Z] Step 5/21 : RUN apk update && apk add make git [2020-12-21T16:35:53.039Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-21T16:35:53.039Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-21T16:35:53.039Z] ---> Running in b06c7b71d5a7 [2020-12-21T16:35:53.615Z] Collecting PyYAML<4,>=3.10 [2020-12-21T16:35:53.615Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-21T16:35:56.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:56.488Z] Collecting jsonschema<3,>=2.5.1 [2020-12-21T16:35:56.488Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-21T16:35:56.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:56.760Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-21T16:35:56.760Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-21T16:35:57.713Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:35:57.713Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:35:57.713Z] OK: 12750 distinct packages available [2020-12-21T16:35:58.298Z] OK: 233 MiB in 51 packages [2020-12-21T16:35:58.887Z] Collecting idna<2.8,>=2.5 [2020-12-21T16:35:58.887Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-21T16:36:00.283Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-21T16:36:01.264Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-21T16:36:01.264Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-21T16:36:02.216Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-21T16:36:03.200Z] Collecting docker-pycreds>=0.4.0 [2020-12-21T16:36:03.200Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-21T16:36:03.468Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:36:03.468Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:36:03.468Z] ---> 6de0973652c1 [2020-12-21T16:36:03.468Z] Step 3/21 : WORKDIR /edgex-go [2020-12-21T16:36:03.468Z] ---> Using cache [2020-12-21T16:36:03.468Z] ---> cfb7ee775bf4 [2020-12-21T16:36:03.468Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:36:03.468Z] ---> Using cache [2020-12-21T16:36:03.468Z] ---> 99d631e5ec77 [2020-12-21T16:36:03.468Z] Step 5/21 : RUN apk update && apk add make git [2020-12-21T16:36:04.048Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-21T16:36:04.048Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-21T16:36:04.048Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-21T16:36:04.048Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-21T16:36:04.312Z] Installing collected packages: docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, texttable, PyYAML, jsonschema, dockerpty, docker-compose [2020-12-21T16:36:04.312Z] Running setup.py install for docopt: started [2020-12-21T16:36:04.899Z] ---> Running in 213f3ac14fa4 [2020-12-21T16:36:05.863Z] Running setup.py install for docopt: finished with status 'done' [2020-12-21T16:36:05.863Z] Attempting uninstall: idna [2020-12-21T16:36:05.863Z] Found existing installation: idna 2.9 [2020-12-21T16:36:05.863Z] Uninstalling idna-2.9: [2020-12-21T16:36:06.125Z] Successfully uninstalled idna-2.9 [2020-12-21T16:36:07.536Z] Attempting uninstall: urllib3 [2020-12-21T16:36:07.536Z] Found existing installation: urllib3 1.25.9 [2020-12-21T16:36:07.536Z] Uninstalling urllib3-1.25.9: [2020-12-21T16:36:07.536Z] Successfully uninstalled urllib3-1.25.9 [2020-12-21T16:36:07.813Z] Removing intermediate container b06c7b71d5a7 [2020-12-21T16:36:07.813Z] ---> 52d7652cda78 [2020-12-21T16:36:07.813Z] Step 6/21 : COPY go.mod . [2020-12-21T16:36:08.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:08.076Z] Attempting uninstall: requests [2020-12-21T16:36:08.076Z] Found existing installation: requests 2.23.0 [2020-12-21T16:36:08.076Z] Uninstalling requests-2.23.0: [2020-12-21T16:36:08.076Z] Successfully uninstalled requests-2.23.0 [2020-12-21T16:36:09.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:09.674Z] ---> ae0272c1b62a [2020-12-21T16:36:09.674Z] Step 7/21 : RUN go mod download [2020-12-21T16:36:10.045Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:36:10.045Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:36:10.045Z] OK: 12750 distinct packages available [2020-12-21T16:36:10.627Z] OK: 233 MiB in 51 packages [2020-12-21T16:36:12.042Z] ---> Running in 0d1a9b881af3 [2020-12-21T16:36:12.987Z] Running setup.py install for texttable: started [2020-12-21T16:36:13.561Z] Running setup.py install for texttable: finished with status 'done' [2020-12-21T16:36:13.561Z] Running setup.py install for PyYAML: started [2020-12-21T16:36:14.137Z] ---> e78dd19c4ed0 [2020-12-21T16:36:14.137Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-21T16:36:14.400Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-21T16:36:14.986Z] Running setup.py install for dockerpty: started [2020-12-21T16:36:14.986Z] Removing intermediate container 213f3ac14fa4 [2020-12-21T16:36:14.986Z] ---> a615afba5f81 [2020-12-21T16:36:14.986Z] Step 6/21 : COPY go.mod . [2020-12-21T16:36:15.260Z] ---> 4f65400f2d72 [2020-12-21T16:36:15.260Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-21T16:36:15.260Z] ---> Running in b63d16e3e459 [2020-12-21T16:36:15.260Z] ---> Running in df50c699c52c [2020-12-21T16:36:15.522Z] ---> 48f4cde8a8b8 [2020-12-21T16:36:15.522Z] Step 7/21 : RUN go mod download [2020-12-21T16:36:15.522Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-21T16:36:15.801Z] ---> Running in d54d6f823ede [2020-12-21T16:36:16.067Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-21T16:36:16.659Z] Removing intermediate container 0d1a9b881af3 [2020-12-21T16:36:16.659Z] ---> 6b5d3febf826 [2020-12-21T16:36:16.659Z] Step 8/21 : COPY . . [2020-12-21T16:36:16.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-21T16:36:16.659Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-data/core-data ./cmd/core-data [2020-12-21T16:36:22.090Z] Removing intermediate container d54d6f823ede [2020-12-21T16:36:22.090Z] ---> 6aea9771fe68 [2020-12-21T16:36:22.090Z] Step 8/21 : COPY . . [2020-12-21T16:36:27.463Z] Removing intermediate container cf34cfac4e25 [2020-12-21T16:36:27.463Z] ---> 7de5b1af3494 [2020-12-21T16:36:27.463Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-21T16:36:30.856Z] ---> Running in 2e967b8efa2e [2020-12-21T16:36:33.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:33.492Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:33.492Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-21T16:36:33.492Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-21T16:36:33.492Z] (3/3) Installing curl (7.69.1-r3) [2020-12-21T16:36:33.492Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:36:33.759Z] OK: 72 MiB in 58 packages [2020-12-21T16:36:43.847Z] Removing intermediate container 2e967b8efa2e [2020-12-21T16:36:43.847Z] ---> 91cf3b49b0c9 [2020-12-21T16:36:43.847Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-21T16:36:44.822Z] ---> Running in f474bf8ce918 [2020-12-21T16:36:47.410Z] ---> dfe663f4fdcd [2020-12-21T16:36:47.410Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-21T16:36:48.064Z] Removing intermediate container f474bf8ce918 [2020-12-21T16:36:48.064Z] ---> 73276d71e499 [2020-12-21T16:36:48.064Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:36:49.171Z] ---> Running in 9e633d4b8d7b [2020-12-21T16:36:49.171Z] ---> Running in c2fb202d2ecf [2020-12-21T16:36:49.171Z] ---> 52e2469e79ee [2020-12-21T16:36:49.171Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-21T16:36:49.610Z] ---> Running in c3790c122572 [2020-12-21T16:36:49.895Z] Removing intermediate container c2fb202d2ecf [2020-12-21T16:36:49.895Z] ---> 3cb941d19765 [2020-12-21T16:36:49.895Z] Step 25/27 : LABEL arch=x86_64 [2020-12-21T16:36:49.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-21T16:36:51.296Z] ---> Running in 3c351a779059 [2020-12-21T16:36:51.579Z] Removing intermediate container df50c699c52c [2020-12-21T16:36:51.579Z] ---> 8e61538e59f8 [2020-12-21T16:36:51.579Z] [2020-12-21T16:36:51.579Z] Step 10/24 : FROM scratch [2020-12-21T16:36:51.579Z] ---> [2020-12-21T16:36:51.579Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-21T16:36:51.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-21T16:36:52.436Z] ---> Running in 9281df3a8550 [2020-12-21T16:36:52.436Z] Removing intermediate container 3c351a779059 [2020-12-21T16:36:52.436Z] ---> d4b5487a804c [2020-12-21T16:36:52.436Z] Step 26/27 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:36:52.710Z] ---> Running in 66171b6f73ff [2020-12-21T16:36:52.985Z] Removing intermediate container 9281df3a8550 [2020-12-21T16:36:52.985Z] ---> 54687b7af51a [2020-12-21T16:36:52.985Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-21T16:36:54.936Z] ---> Running in 4fab0684bcc2 [2020-12-21T16:36:54.936Z] Removing intermediate container 66171b6f73ff [2020-12-21T16:36:54.936Z] ---> 63e54fc715a4 [2020-12-21T16:36:54.936Z] Step 27/27 : LABEL version=2.0.0-dev.19 [2020-12-21T16:36:54.936Z] ---> Running in a06c86a40618 [2020-12-21T16:36:55.210Z] Removing intermediate container 4fab0684bcc2 [2020-12-21T16:36:55.210Z] ---> 4abcc0ecfeed [2020-12-21T16:36:55.210Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-21T16:36:55.482Z] ---> Running in b8cdda539904 [2020-12-21T16:36:55.482Z] Removing intermediate container a06c86a40618 [2020-12-21T16:36:55.482Z] ---> 9be3c274fe0d [2020-12-21T16:36:55.482Z] [2020-12-21T16:36:55.750Z] Successfully built 9be3c274fe0d [2020-12-21T16:36:55.750Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-21T16:36:55.750Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b8cdda539904 [2020-12-21T16:36:55.750Z] ---> 14514f46178d [2020-12-21T16:36:55.750Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-21T16:36:56.715Z] ---> f91a41084da7 [2020-12-21T16:36:56.715Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-21T16:36:59.325Z] ---> 78e87cb9bbfa [2020-12-21T16:36:59.325Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-21T16:36:59.325Z] Removing intermediate container b63d16e3e459 [2020-12-21T16:36:59.325Z] ---> 751c0f8042a7 [2020-12-21T16:36:59.325Z] [2020-12-21T16:36:59.325Z] Step 10/23 : FROM alpine [2020-12-21T16:36:59.595Z] latest: Pulling from library/alpine [2020-12-21T16:36:59.595Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T16:36:59.595Z] Status: Downloaded newer image for alpine:latest [2020-12-21T16:36:59.595Z] ---> 389fef711851 [2020-12-21T16:36:59.595Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:36:59.860Z] ---> Running in 5f17e93288cd [2020-12-21T16:37:00.128Z] ---> 1df89bf14297 [2020-12-21T16:37:00.128Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-21T16:37:00.402Z] Removing intermediate container 5f17e93288cd [2020-12-21T16:37:00.402Z] ---> 7f24de1ba9ad [2020-12-21T16:37:00.402Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-21T16:37:00.402Z] ---> Running in d5f80561f62d [2020-12-21T16:37:00.402Z] ---> 065d7b510d5d [2020-12-21T16:37:00.402Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-21T16:37:00.677Z] Removing intermediate container d5f80561f62d [2020-12-21T16:37:00.677Z] ---> f649332335a2 [2020-12-21T16:37:00.677Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-21T16:37:00.677Z] ---> Running in b1a1f015d234 [2020-12-21T16:37:00.952Z] Removing intermediate container b1a1f015d234 [2020-12-21T16:37:00.952Z] ---> 79c0dbdb81ac [2020-12-21T16:37:00.952Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:37:01.233Z] ---> Running in 895fefeb4e1d [2020-12-21T16:37:01.510Z] ---> 9ef2d1ca36b8 [2020-12-21T16:37:01.510Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:02.105Z] ---> f0396cfc354f [2020-12-21T16:37:02.105Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-21T16:37:03.519Z] ---> Running in 66a040743a3e [2020-12-21T16:37:03.793Z] Removing intermediate container 66a040743a3e [2020-12-21T16:37:03.793Z] ---> 75ade0039dc6 [2020-12-21T16:37:03.793Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:04.063Z] ---> Running in 80bc4e758d9e [2020-12-21T16:37:04.336Z] Removing intermediate container 895fefeb4e1d [2020-12-21T16:37:04.336Z] ---> e16511bbf773 [2020-12-21T16:37:04.336Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-21T16:37:04.336Z] ---> Running in 4b76b59a1ea5 [2020-12-21T16:37:04.602Z] Removing intermediate container 80bc4e758d9e [2020-12-21T16:37:04.602Z] ---> c54b0a7bca51 [2020-12-21T16:37:04.602Z] Step 22/24 : LABEL arch=x86_64 [2020-12-21T16:37:04.872Z] ---> Running in 04879094c1c1 [2020-12-21T16:37:05.143Z] Removing intermediate container 04879094c1c1 [2020-12-21T16:37:05.143Z] ---> 0fc5b4bdd511 [2020-12-21T16:37:05.143Z] Step 23/24 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:05.143Z] ---> Running in 91741ffff849 [2020-12-21T16:37:05.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:05.414Z] Removing intermediate container 91741ffff849 [2020-12-21T16:37:05.414Z] ---> a838f72fb71e [2020-12-21T16:37:05.414Z] Step 24/24 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:05.686Z] ---> Running in 3862d047e189 [2020-12-21T16:37:05.686Z] Removing intermediate container 3862d047e189 [2020-12-21T16:37:05.686Z] ---> 2ef1f0f68acd [2020-12-21T16:37:05.686Z] [2020-12-21T16:37:06.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:06.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-21T16:37:06.534Z] Successfully built 2ef1f0f68acd [2020-12-21T16:37:06.534Z] Successfully tagged docker-support-notifications-go:latest [2020-12-21T16:37:07.118Z]  Building docker-support-notifications-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-12-21T16:37:07.118Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-21T16:37:07.384Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-21T16:37:07.647Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-21T16:37:08.220Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-21T16:37:08.482Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:37:08.482Z] OK: 8 MiB in 19 packages [2020-12-21T16:37:08.482Z] Removing intermediate container 9e633d4b8d7b [2020-12-21T16:37:08.482Z] ---> 789001a28c34 [2020-12-21T16:37:08.482Z] [2020-12-21T16:37:08.482Z] Step 10/21 : FROM scratch [2020-12-21T16:37:08.482Z] ---> [2020-12-21T16:37:08.482Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:37:08.743Z] ---> Using cache [2020-12-21T16:37:08.743Z] ---> fe14972008a1 [2020-12-21T16:37:08.743Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-21T16:37:08.743Z] ---> Running in e9c7fc926711 [2020-12-21T16:37:09.007Z] Removing intermediate container e9c7fc926711 [2020-12-21T16:37:09.007Z] ---> fdc962ccfa57 [2020-12-21T16:37:09.007Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-21T16:37:09.007Z] Removing intermediate container 4b76b59a1ea5 [2020-12-21T16:37:09.007Z] ---> 811532ed7526 [2020-12-21T16:37:09.007Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-21T16:37:09.273Z] ---> Running in 5aefd134e664 [2020-12-21T16:37:10.219Z] Removing intermediate container 5aefd134e664 [2020-12-21T16:37:10.219Z] ---> b00058d9536d [2020-12-21T16:37:10.219Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-21T16:37:10.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-21T16:37:10.796Z] ---> 8ef066c83cfd [2020-12-21T16:37:10.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-21T16:37:10.796Z] Removing intermediate container c3790c122572 [2020-12-21T16:37:10.796Z] ---> 88979cf60f68 [2020-12-21T16:37:10.796Z] [2020-12-21T16:37:10.796Z] Step 10/21 : FROM alpine [2020-12-21T16:37:10.796Z] ---> 389fef711851 [2020-12-21T16:37:10.796Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-21T16:37:10.796Z] ---> Running in 873e11fe07c2 [2020-12-21T16:37:11.063Z] ---> 7a9ddb32d1d2 [2020-12-21T16:37:11.063Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-21T16:37:11.327Z] ---> 704074bf1ca2 [2020-12-21T16:37:11.327Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:11.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:11.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:11.852Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:37:11.852Z] v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:37:11.852Z] OK: 12745 distinct packages available [2020-12-21T16:37:11.852Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-21T16:37:12.427Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-21T16:37:12.427Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-21T16:37:12.689Z] (4/4) Installing curl (7.69.1-r3) [2020-12-21T16:37:12.689Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:37:12.689Z] Executing ca-certificates-20191127-r4.trigger [2020-12-21T16:37:12.689Z] OK: 7 MiB in 18 packages [2020-12-21T16:37:13.263Z] ---> 44a8e4fee9ee [2020-12-21T16:37:13.263Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:13.263Z] ---> ad7b6e382e70 [2020-12-21T16:37:13.263Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-21T16:37:13.524Z] ---> Running in 2e725693e5cf [2020-12-21T16:37:13.524Z] ---> 0a81a43dce53 [2020-12-21T16:37:13.524Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-21T16:37:14.097Z] ---> Running in dbd1a74f951a [2020-12-21T16:37:14.097Z] Removing intermediate container 2e725693e5cf [2020-12-21T16:37:14.097Z] ---> 6f69ce8a2336 [2020-12-21T16:37:14.097Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:14.359Z] Removing intermediate container 873e11fe07c2 [2020-12-21T16:37:14.359Z] ---> 022273b97bf2 [2020-12-21T16:37:14.359Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-21T16:37:14.359Z] ---> Running in dea6449bf959 [2020-12-21T16:37:14.359Z] ---> Running in 978f01030896 [2020-12-21T16:37:14.622Z] Removing intermediate container dbd1a74f951a [2020-12-21T16:37:14.622Z] ---> 566481016213 [2020-12-21T16:37:14.622Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:14.622Z] Removing intermediate container dea6449bf959 [2020-12-21T16:37:14.622Z] ---> 4ba395e29e08 [2020-12-21T16:37:14.622Z] Step 21/23 : LABEL arch=x86_64 [2020-12-21T16:37:14.622Z] ---> Running in ed47604ea756 [2020-12-21T16:37:14.884Z] ---> Running in b7558b9d23c9 [2020-12-21T16:37:14.884Z] Removing intermediate container 978f01030896 [2020-12-21T16:37:14.884Z] ---> 0d4f78420358 [2020-12-21T16:37:14.884Z] Step 13/21 : WORKDIR /edgex [2020-12-21T16:37:14.884Z] ---> Running in 29d8042a7ea0 [2020-12-21T16:37:14.884Z] Removing intermediate container ed47604ea756 [2020-12-21T16:37:14.884Z] ---> bfcf7013c8b6 [2020-12-21T16:37:14.884Z] Step 19/21 : LABEL arch=x86_64 [2020-12-21T16:37:15.145Z] Removing intermediate container b7558b9d23c9 [2020-12-21T16:37:15.145Z] ---> 4d60f9001ffe [2020-12-21T16:37:15.145Z] Step 22/23 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:15.145Z] ---> Running in 51a825eba2f8 [2020-12-21T16:37:15.145Z] ---> Running in 94928670b0c6 [2020-12-21T16:37:15.145Z] Removing intermediate container 29d8042a7ea0 [2020-12-21T16:37:15.145Z] ---> fdcb3d89714b [2020-12-21T16:37:15.145Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-21T16:37:15.409Z] Removing intermediate container 51a825eba2f8 [2020-12-21T16:37:15.409Z] ---> 34b5ceff1644 [2020-12-21T16:37:15.409Z] Step 20/21 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:15.409Z] Removing intermediate container 94928670b0c6 [2020-12-21T16:37:15.409Z] ---> 822d81387695 [2020-12-21T16:37:15.409Z] Step 23/23 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:15.409Z] ---> Running in 80a9b5ed49ad [2020-12-21T16:37:15.409Z] ---> 05fcb63274d6 [2020-12-21T16:37:15.409Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-21T16:37:15.671Z] ---> Running in 8ead12d1631b [2020-12-21T16:37:15.671Z] Removing intermediate container 80a9b5ed49ad [2020-12-21T16:37:15.671Z] ---> 4ef302a60df9 [2020-12-21T16:37:15.671Z] Step 21/21 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:15.933Z] ---> Running in 77c1c2112685 [2020-12-21T16:37:15.933Z] Removing intermediate container 8ead12d1631b [2020-12-21T16:37:15.933Z] ---> 3b52b86035e7 [2020-12-21T16:37:15.933Z] [2020-12-21T16:37:15.933Z] Successfully built 3b52b86035e7 [2020-12-21T16:37:15.933Z] ---> 82213a5599cb [2020-12-21T16:37:15.933Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-21T16:37:15.933Z] Successfully tagged docker-core-data-go:latest [2020-12-21T16:37:16.199Z]  Building docker-core-data-go ... done Removing intermediate container 77c1c2112685 [2020-12-21T16:37:16.199Z] ---> d0261efdd446 [2020-12-21T16:37:16.199Z] [2020-12-21T16:37:16.199Z] Successfully built d0261efdd446 [2020-12-21T16:37:16.199Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-21T16:37:16.461Z]  Building docker-support-scheduler-go ... done  ---> 4923953ecebc [2020-12-21T16:37:16.461Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-21T16:37:16.467Z] Removing intermediate container 3bd4a62c76b1 [2020-12-21T16:37:16.467Z] ---> 222a22d59179 [2020-12-21T16:37:16.467Z] [2020-12-21T16:37:16.467Z] Step 10/22 : FROM alpine:3.10 [2020-12-21T16:37:16.725Z] ---> Running in 182d1a6fad27 [2020-12-21T16:37:16.725Z] Removing intermediate container 182d1a6fad27 [2020-12-21T16:37:16.725Z] ---> c56587d61b7f [2020-12-21T16:37:16.725Z] Step 18/21 : CMD ["--init=true"] [2020-12-21T16:37:16.725Z] ---> Running in fe2f71cfa0cf [2020-12-21T16:37:16.744Z] 3.10: Pulling from library/alpine [2020-12-21T16:37:16.991Z] Removing intermediate container fe2f71cfa0cf [2020-12-21T16:37:16.991Z] ---> 0f370e125f22 [2020-12-21T16:37:16.991Z] Step 19/21 : LABEL arch=x86_64 [2020-12-21T16:37:16.991Z] ---> Running in 0a16751c6416 [2020-12-21T16:37:17.252Z] Removing intermediate container 0a16751c6416 [2020-12-21T16:37:17.252Z] ---> cff4850c8f20 [2020-12-21T16:37:17.252Z] Step 20/21 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:17.252Z] ---> Running in be87a4693fc3 [2020-12-21T16:37:17.513Z] Removing intermediate container be87a4693fc3 [2020-12-21T16:37:17.513Z] ---> 7ddde0ed791e [2020-12-21T16:37:17.513Z] Step 21/21 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:17.513Z] ---> Running in 006a8b1f3deb [2020-12-21T16:37:17.775Z] Removing intermediate container 006a8b1f3deb [2020-12-21T16:37:17.775Z] ---> d8e6b5381546 [2020-12-21T16:37:17.775Z] [2020-12-21T16:37:17.775Z] Successfully built d8e6b5381546 [2020-12-21T16:37:17.775Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-21T16:37:18.047Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-21T16:37:18.069Z] $ docker stop --time=1 c893b47aefa4a1ffcfaf7f4edff1cc466c3326990ce710039edd4dbd00a98c72 [2020-12-21T16:37:18.191Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-21T16:37:18.192Z] Status: Downloaded newer image for alpine:3.10 [2020-12-21T16:37:18.192Z] ---> 536a684cf733 [2020-12-21T16:37:18.192Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-21T16:37:18.795Z] ---> Running in 0232dac106ef [2020-12-21T16:37:19.711Z] $ docker rm -f c893b47aefa4a1ffcfaf7f4edff1cc466c3326990ce710039edd4dbd00a98c72 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T16:37:20.309Z] + docker images [2020-12-21T16:37:20.309Z] + grep docker [2020-12-21T16:37:20.309Z] docker-security-proxy-setup-go latest d8e6b5381546 3 seconds ago 24.7MB [2020-12-21T16:37:20.309Z] docker-support-scheduler-go latest d0261efdd446 5 seconds ago 10.8MB [2020-12-21T16:37:20.309Z] docker-core-data-go latest 3b52b86035e7 5 seconds ago 22.2MB [2020-12-21T16:37:20.309Z] docker-support-notifications-go latest 2ef1f0f68acd 15 seconds ago 12.1MB [2020-12-21T16:37:20.309Z] docker-sys-mgmt-agent-go latest 9be3c274fe0d 25 seconds ago 313MB [2020-12-21T16:37:20.309Z] docker-security-secretstore-setup-go latest 83fad41c1be7 About a minute ago 24.7MB [2020-12-21T16:37:20.309Z] docker-security-bootstrap-redis-go latest 6fd66e934c17 About a minute ago 15.9MB [2020-12-21T16:37:20.309Z] docker-core-metadata-go latest c9084fa69211 2 minutes ago 13MB [2020-12-21T16:37:20.309Z] docker-core-command-go latest ff87bac7d247 2 minutes ago 10.6MB [2020-12-21T16:37:20.309Z] docker latest 0040bc98e531 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T16:37:21.152Z] provisioning config files... [2020-12-21T16:37:21.196Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/263@tmp/config8309605202029406048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:37:21.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:37:21.572Z] ---> docker-login.sh [2020-12-21T16:37:21.572Z] nexus3.edgexfoundry.org:10001 [2020-12-21T16:37:21.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:37:21.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:37:21.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:37:21.834Z] Configure a credential helper to remove this warning. See [2020-12-21T16:37:21.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:37:21.834Z] [2020-12-21T16:37:21.834Z] Login Succeeded [2020-12-21T16:37:21.834Z] nexus3.edgexfoundry.org:10002 [2020-12-21T16:37:21.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:37:21.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:37:21.834Z] Configure a credential helper to remove this warning. See [2020-12-21T16:37:21.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:37:21.834Z] [2020-12-21T16:37:21.834Z] Login Succeeded [2020-12-21T16:37:21.834Z] nexus3.edgexfoundry.org:10003 [2020-12-21T16:37:22.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:37:22.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:37:22.096Z] Configure a credential helper to remove this warning. See [2020-12-21T16:37:22.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:37:22.096Z] [2020-12-21T16:37:22.096Z] Login Succeeded [2020-12-21T16:37:22.096Z] nexus3.edgexfoundry.org:10004 [2020-12-21T16:37:22.329Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-21T16:37:22.329Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-21T16:37:22.329Z] OK: 10171 distinct packages available [2020-12-21T16:37:22.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:37:22.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:37:22.357Z] Configure a credential helper to remove this warning. See [2020-12-21T16:37:22.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:37:22.357Z] [2020-12-21T16:37:22.357Z] Login Succeeded [2020-12-21T16:37:22.357Z] docker.io [2020-12-21T16:37:22.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:37:22.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:37:22.618Z] Configure a credential helper to remove this warning. See [2020-12-21T16:37:22.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:37:22.618Z] [2020-12-21T16:37:22.618Z] Login Succeeded [2020-12-21T16:37:22.618Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T16:37:22.627Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:22.888Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-21T16:37:22.888Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:22.888Z] 2.0.0-dev.19 [2020-12-21T16:37:22.888Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:22.888Z] master [2020-12-21T16:37:22.888Z] ===================================================== [2020-12-21T16:37:22.942Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-21T16:37:22.942Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-21T16:37:22.942Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-21T16:37:22.942Z] (4/5) Installing curl (7.66.0-r3) [2020-12-21T16:37:22.942Z] (5/5) Installing dumb-init (1.2.2-r1) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:23.222Z] Executing busybox-1.30.1-r3.trigger [2020-12-21T16:37:23.222Z] Executing ca-certificates-20191127-r2.trigger [2020-12-21T16:37:23.436Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:23.501Z] Removing intermediate container bf40b7355b7c [2020-12-21T16:37:23.501Z] ---> 7db6f99e043c [2020-12-21T16:37:23.501Z] [2020-12-21T16:37:23.501Z] Step 10/22 : FROM scratch [2020-12-21T16:37:23.501Z] ---> [2020-12-21T16:37:23.501Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:37:23.501Z] OK: 7 MiB in 19 packages [2020-12-21T16:37:23.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:23.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-21T16:37:23.744Z] ae3203c03ea2: Preparing [2020-12-21T16:37:23.744Z] cb6075008d17: Preparing [2020-12-21T16:37:23.744Z] cc5a7a751d6a: Preparing [2020-12-21T16:37:24.006Z] cc5a7a751d6a: Pushed [2020-12-21T16:37:24.006Z] ae3203c03ea2: Pushed [2020-12-21T16:37:24.491Z] ---> Running in a86a3013d9e7 [2020-12-21T16:37:24.965Z] cb6075008d17: Pushed [2020-12-21T16:37:24.965Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:6484f8d4f4380f11b24e56f7727dfedc5b9ed5abbbc3a98994806ea1e2675900 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:25.301Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:25.477Z] Removing intermediate container a86a3013d9e7 [2020-12-21T16:37:25.477Z] ---> 1ee4abb978cc [2020-12-21T16:37:25.477Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-21T16:37:25.477Z] Removing intermediate container 30a506a0e70f [2020-12-21T16:37:25.477Z] ---> 988200af8ef8 [2020-12-21T16:37:25.477Z] [2020-12-21T16:37:25.477Z] Step 10/21 : FROM scratch [2020-12-21T16:37:25.477Z] ---> [2020-12-21T16:37:25.477Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:37:25.477Z] ---> Using cache [2020-12-21T16:37:25.477Z] ---> 1ee4abb978cc [2020-12-21T16:37:25.477Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-21T16:37:25.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.19 [2020-12-21T16:37:25.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-21T16:37:25.604Z] ae3203c03ea2: Preparing [2020-12-21T16:37:25.604Z] cb6075008d17: Preparing [2020-12-21T16:37:25.604Z] cc5a7a751d6a: Preparing [2020-12-21T16:37:25.604Z] cb6075008d17: Layer already exists [2020-12-21T16:37:25.604Z] ae3203c03ea2: Layer already exists [2020-12-21T16:37:25.604Z] cc5a7a751d6a: Layer already exists [2020-12-21T16:37:25.604Z] 2.0.0-dev.19: digest: sha256:6484f8d4f4380f11b24e56f7727dfedc5b9ed5abbbc3a98994806ea1e2675900 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:25.752Z] ---> Running in 2eefac88c149 [2020-12-21T16:37:25.752Z] ---> Running in 280bfd7a962d [2020-12-21T16:37:25.925Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:26.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:26.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-21T16:37:26.238Z] ae3203c03ea2: Preparing [2020-12-21T16:37:26.238Z] cb6075008d17: Preparing [2020-12-21T16:37:26.238Z] cc5a7a751d6a: Preparing [2020-12-21T16:37:26.238Z] cb6075008d17: Layer already exists [2020-12-21T16:37:26.238Z] ae3203c03ea2: Layer already exists [2020-12-21T16:37:26.238Z] cc5a7a751d6a: Layer already exists [2020-12-21T16:37:26.238Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:6484f8d4f4380f11b24e56f7727dfedc5b9ed5abbbc3a98994806ea1e2675900 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:26.556Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:26.746Z] Removing intermediate container 280bfd7a962d [2020-12-21T16:37:26.746Z] ---> b1a76619f3bd [2020-12-21T16:37:26.746Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-21T16:37:26.746Z] Removing intermediate container 2eefac88c149 [2020-12-21T16:37:26.746Z] ---> a1c748e2fd7b [2020-12-21T16:37:26.746Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-21T16:37:26.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-21T16:37:26.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-21T16:37:26.865Z] ae3203c03ea2: Preparing [2020-12-21T16:37:26.865Z] cb6075008d17: Preparing [2020-12-21T16:37:26.865Z] cc5a7a751d6a: Preparing [2020-12-21T16:37:26.865Z] cb6075008d17: Layer already exists [2020-12-21T16:37:26.865Z] cc5a7a751d6a: Layer already exists [2020-12-21T16:37:26.865Z] ae3203c03ea2: Layer already exists [2020-12-21T16:37:26.865Z] master: digest: sha256:6484f8d4f4380f11b24e56f7727dfedc5b9ed5abbbc3a98994806ea1e2675900 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-21T16:37:27.030Z] ---> Running in 90b6e5526934 [2020-12-21T16:37:27.030Z] Removing intermediate container 0232dac106ef [2020-12-21T16:37:27.030Z] ---> ef6d15c024fa [2020-12-21T16:37:27.030Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-21T16:37:27.030Z] ---> Running in eded231e6308 [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:27.109Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:27.165Z] taggedImages: [2020-12-21T16:37:27.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:27.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.19 [2020-12-21T16:37:27.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:27.165Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-21T16:37:27.237Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-21T16:37:27.238Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:27.238Z] 2.0.0-dev.19 [2020-12-21T16:37:27.238Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:27.238Z] master [2020-12-21T16:37:27.238Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-21T16:37:27.313Z] Removing intermediate container ff65c55c9294 [2020-12-21T16:37:27.313Z] ---> d6ba2757cc10 [2020-12-21T16:37:27.313Z] [2020-12-21T16:37:27.313Z] Step 10/21 : FROM alpine [2020-12-21T16:37:27.313Z] ---> Running in b028a51c8063 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:27.595Z] latest: Pulling from library/alpine [2020-12-21T16:37:27.596Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T16:37:27.596Z] Status: Downloaded newer image for alpine:latest [2020-12-21T16:37:27.596Z] ---> afeebe901d6b [2020-12-21T16:37:27.596Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-21T16:37:27.770Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:27.878Z] Removing intermediate container 90b6e5526934 [2020-12-21T16:37:27.878Z] ---> 430e3a2a101d [2020-12-21T16:37:27.878Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-21T16:37:27.878Z] ---> Running in 06e138fc1711 [2020-12-21T16:37:27.878Z] Removing intermediate container eded231e6308 [2020-12-21T16:37:27.878Z] ---> 071c6069f97a [2020-12-21T16:37:27.878Z] Step 14/22 : WORKDIR / [2020-12-21T16:37:28.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:28.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-21T16:37:28.077Z] 09ca71a13940: Preparing [2020-12-21T16:37:28.077Z] c61c1328a040: Preparing [2020-12-21T16:37:28.077Z] a1f6c2847e69: Preparing [2020-12-21T16:37:28.077Z] 5eede403faa0: Preparing [2020-12-21T16:37:28.077Z] 6604a6dfef24: Preparing [2020-12-21T16:37:28.077Z] 777b2c648970: Preparing [2020-12-21T16:37:28.077Z] 777b2c648970: Waiting [2020-12-21T16:37:28.153Z] Removing intermediate container b028a51c8063 [2020-12-21T16:37:28.153Z] ---> ff53fc087885 [2020-12-21T16:37:28.153Z] Step 13/22 : WORKDIR / [2020-12-21T16:37:28.153Z] ---> Running in 8da65617b792 [2020-12-21T16:37:28.338Z] a1f6c2847e69: Pushed [2020-12-21T16:37:28.338Z] 09ca71a13940: Pushed [2020-12-21T16:37:28.338Z] 6604a6dfef24: Pushed [2020-12-21T16:37:28.338Z] 777b2c648970: Layer already exists [2020-12-21T16:37:28.338Z] 5eede403faa0: Pushed [2020-12-21T16:37:28.431Z] ---> Running in 014911b8e863 [2020-12-21T16:37:28.709Z] ---> 857acba02555 [2020-12-21T16:37:28.709Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-21T16:37:28.984Z] Removing intermediate container 8da65617b792 [2020-12-21T16:37:28.984Z] ---> 078885ebef93 [2020-12-21T16:37:28.984Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-21T16:37:29.259Z] Removing intermediate container 014911b8e863 [2020-12-21T16:37:29.259Z] ---> b7f5a1056642 [2020-12-21T16:37:29.259Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-21T16:37:29.283Z] c61c1328a040: Pushed [2020-12-21T16:37:29.543Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:f8cfb0f5d613b97ba373a5d3e923c0f2935dee22d267ce8dfd01934f55329868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:29.852Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.19 [2020-12-21T16:37:29.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:30.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:37:30.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.19 [2020-12-21T16:37:30.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-21T16:37:30.157Z] 09ca71a13940: Preparing [2020-12-21T16:37:30.157Z] c61c1328a040: Preparing [2020-12-21T16:37:30.157Z] a1f6c2847e69: Preparing [2020-12-21T16:37:30.157Z] 5eede403faa0: Preparing [2020-12-21T16:37:30.157Z] 6604a6dfef24: Preparing [2020-12-21T16:37:30.157Z] 777b2c648970: Preparing [2020-12-21T16:37:30.157Z] 777b2c648970: Waiting [2020-12-21T16:37:30.157Z] c61c1328a040: Layer already exists [2020-12-21T16:37:30.157Z] a1f6c2847e69: Layer already exists [2020-12-21T16:37:30.157Z] 6604a6dfef24: Layer already exists [2020-12-21T16:37:30.157Z] 09ca71a13940: Layer already exists [2020-12-21T16:37:30.157Z] 5eede403faa0: Layer already exists [2020-12-21T16:37:30.157Z] 777b2c648970: Layer already exists [2020-12-21T16:37:30.157Z] 2.0.0-dev.19: digest: sha256:f8cfb0f5d613b97ba373a5d3e923c0f2935dee22d267ce8dfd01934f55329868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:30.576Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:30.771Z] ---> 9b0070fe3d07 [2020-12-21T16:37:30.771Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-21T16:37:30.771Z] ---> 952f72064334 [2020-12-21T16:37:30.771Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-21T16:37:30.771Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:37:30.771Z] v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:37:30.771Z] OK: 12615 distinct packages available [2020-12-21T16:37:30.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:30.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-21T16:37:30.938Z] 09ca71a13940: Preparing [2020-12-21T16:37:30.938Z] c61c1328a040: Preparing [2020-12-21T16:37:30.938Z] a1f6c2847e69: Preparing [2020-12-21T16:37:30.938Z] 5eede403faa0: Preparing [2020-12-21T16:37:30.938Z] 6604a6dfef24: Preparing [2020-12-21T16:37:30.938Z] 777b2c648970: Preparing [2020-12-21T16:37:30.938Z] 777b2c648970: Waiting [2020-12-21T16:37:30.938Z] 6604a6dfef24: Layer already exists [2020-12-21T16:37:30.938Z] c61c1328a040: Layer already exists [2020-12-21T16:37:30.938Z] 5eede403faa0: Layer already exists [2020-12-21T16:37:30.938Z] a1f6c2847e69: Layer already exists [2020-12-21T16:37:30.938Z] 09ca71a13940: Layer already exists [2020-12-21T16:37:30.938Z] 777b2c648970: Layer already exists [2020-12-21T16:37:30.938Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:f8cfb0f5d613b97ba373a5d3e923c0f2935dee22d267ce8dfd01934f55329868 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:31.049Z] ---> 51f910deb2a8 [2020-12-21T16:37:31.049Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:31.256Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:31.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-21T16:37:31.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-21T16:37:31.560Z] 09ca71a13940: Preparing [2020-12-21T16:37:31.560Z] c61c1328a040: Preparing [2020-12-21T16:37:31.560Z] a1f6c2847e69: Preparing [2020-12-21T16:37:31.560Z] 5eede403faa0: Preparing [2020-12-21T16:37:31.560Z] 6604a6dfef24: Preparing [2020-12-21T16:37:31.560Z] 777b2c648970: Preparing [2020-12-21T16:37:31.560Z] 777b2c648970: Waiting [2020-12-21T16:37:31.560Z] 5eede403faa0: Layer already exists [2020-12-21T16:37:31.560Z] a1f6c2847e69: Layer already exists [2020-12-21T16:37:31.560Z] c61c1328a040: Layer already exists [2020-12-21T16:37:31.560Z] 6604a6dfef24: Layer already exists [2020-12-21T16:37:31.560Z] 09ca71a13940: Layer already exists [2020-12-21T16:37:31.560Z] 777b2c648970: Layer already exists [2020-12-21T16:37:31.560Z] master: digest: sha256:f8cfb0f5d613b97ba373a5d3e923c0f2935dee22d267ce8dfd01934f55329868 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-21T16:37:31.647Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-21T16:37:31.647Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-21T16:37:31.647Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-21T16:37:31.647Z] (4/4) Installing curl (7.69.1-r3) [2020-12-21T16:37:31.647Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:37:31.647Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:31.779Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:31.842Z] taggedImages: [2020-12-21T16:37:31.842Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:31.842Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.19 [2020-12-21T16:37:31.842Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:31.842Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-21T16:37:31.943Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-21T16:37:31.943Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:31.943Z] 2.0.0-dev.19 [2020-12-21T16:37:31.943Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:31.943Z] master [2020-12-21T16:37:31.943Z] ===================================================== [2020-12-21T16:37:31.963Z] OK: 7 MiB in 18 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:32.447Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:32.573Z] ---> 41ea9ebdb4d1 [2020-12-21T16:37:32.573Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-21T16:37:32.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:32.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-21T16:37:32.754Z] 1128056e8832: Preparing [2020-12-21T16:37:32.754Z] c0e1a0b16a3d: Preparing [2020-12-21T16:37:32.754Z] 215891f2d913: Preparing [2020-12-21T16:37:32.754Z] 215891f2d913: Pushed [2020-12-21T16:37:33.017Z] 1128056e8832: Pushed [2020-12-21T16:37:33.175Z] ---> Running in 2266be03a16d [2020-12-21T16:37:33.175Z] ---> cff153a237fc [2020-12-21T16:37:33.175Z] ---> 97566339135b [2020-12-21T16:37:33.175Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-21T16:37:33.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:33.962Z] c0e1a0b16a3d: Pushed [2020-12-21T16:37:34.165Z] Removing intermediate container 2266be03a16d [2020-12-21T16:37:34.165Z] ---> 29331a4c25a0 [2020-12-21T16:37:34.165Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:34.224Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:c1947b548e4b0c0a96b0707ae68059e39b7cf0c00050b1fe0cfad6d643b95cda size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:34.439Z] ---> Running in 6bb4c8803f58 [2020-12-21T16:37:34.440Z] ---> 5ef105c52765 [2020-12-21T16:37:34.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:34.440Z] ---> 988116683551 [2020-12-21T16:37:34.440Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-21T16:37:34.541Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:34.715Z] Removing intermediate container 06e138fc1711 [2020-12-21T16:37:34.715Z] ---> 39b881ef9808 [2020-12-21T16:37:34.715Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-21T16:37:34.715Z] ---> Running in 12c7e51ae3f6 [2020-12-21T16:37:34.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.19 [2020-12-21T16:37:34.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-21T16:37:34.840Z] 1128056e8832: Preparing [2020-12-21T16:37:34.840Z] c0e1a0b16a3d: Preparing [2020-12-21T16:37:34.840Z] 215891f2d913: Preparing [2020-12-21T16:37:34.840Z] 1128056e8832: Layer already exists [2020-12-21T16:37:34.840Z] 215891f2d913: Layer already exists [2020-12-21T16:37:34.840Z] c0e1a0b16a3d: Layer already exists [2020-12-21T16:37:34.840Z] 2.0.0-dev.19: digest: sha256:c1947b548e4b0c0a96b0707ae68059e39b7cf0c00050b1fe0cfad6d643b95cda size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:34.990Z] ---> Running in b2bd18161e17 [2020-12-21T16:37:35.145Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:35.268Z] Removing intermediate container 6bb4c8803f58 [2020-12-21T16:37:35.268Z] ---> 505d7edcc9c6 [2020-12-21T16:37:35.268Z] Step 19/21 : LABEL arch=arm64 [2020-12-21T16:37:35.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:35.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-21T16:37:35.449Z] 1128056e8832: Preparing [2020-12-21T16:37:35.449Z] c0e1a0b16a3d: Preparing [2020-12-21T16:37:35.449Z] 215891f2d913: Preparing [2020-12-21T16:37:35.449Z] 215891f2d913: Layer already exists [2020-12-21T16:37:35.449Z] c0e1a0b16a3d: Layer already exists [2020-12-21T16:37:35.449Z] 1128056e8832: Layer already exists [2020-12-21T16:37:35.449Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:c1947b548e4b0c0a96b0707ae68059e39b7cf0c00050b1fe0cfad6d643b95cda size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:35.550Z] ---> fde3e91b456c [2020-12-21T16:37:35.550Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-21T16:37:35.550Z] ---> Running in a3cae1e54207 [2020-12-21T16:37:35.755Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:35.822Z] ---> Running in bd70fe7aa9f1 [2020-12-21T16:37:35.822Z] Removing intermediate container 12c7e51ae3f6 [2020-12-21T16:37:35.822Z] ---> e190760fc699 [2020-12-21T16:37:35.822Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:35.822Z] Removing intermediate container b2bd18161e17 [2020-12-21T16:37:35.822Z] ---> c6d589682b4d [2020-12-21T16:37:35.822Z] Step 13/21 : WORKDIR /edgex [2020-12-21T16:37:36.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-21T16:37:36.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-21T16:37:36.054Z] 1128056e8832: Preparing [2020-12-21T16:37:36.054Z] c0e1a0b16a3d: Preparing [2020-12-21T16:37:36.054Z] 215891f2d913: Preparing [2020-12-21T16:37:36.054Z] c0e1a0b16a3d: Layer already exists [2020-12-21T16:37:36.054Z] 1128056e8832: Layer already exists [2020-12-21T16:37:36.054Z] 215891f2d913: Layer already exists [2020-12-21T16:37:36.054Z] master: digest: sha256:c1947b548e4b0c0a96b0707ae68059e39b7cf0c00050b1fe0cfad6d643b95cda size: 943 [Pipeline] } [2020-12-21T16:37:36.098Z] ---> Running in 9099ecf7e6a4 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:36.247Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:36.297Z] taggedImages: [2020-12-21T16:37:36.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:36.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.19 [2020-12-21T16:37:36.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:36.297Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-21T16:37:36.362Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-21T16:37:36.362Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:36.362Z] 2.0.0-dev.19 [2020-12-21T16:37:36.362Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:36.362Z] master [2020-12-21T16:37:36.362Z] ===================================================== [2020-12-21T16:37:36.382Z] ---> Running in 53c4d56735fa [2020-12-21T16:37:36.382Z] Removing intermediate container a3cae1e54207 [2020-12-21T16:37:36.382Z] ---> ff4936cd990f [2020-12-21T16:37:36.382Z] Step 20/21 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:36.661Z] Removing intermediate container e1153f2350f0 [2020-12-21T16:37:36.661Z] ---> d8f2fd36adc3 [2020-12-21T16:37:36.661Z] [2020-12-21T16:37:36.661Z] Step 10/22 : FROM scratch [2020-12-21T16:37:36.661Z] ---> [2020-12-21T16:37:36.661Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:37:36.932Z] ---> Using cache [2020-12-21T16:37:36.932Z] ---> 1ee4abb978cc [2020-12-21T16:37:36.932Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-21T16:37:36.932Z] ---> Running in 6396e7a9112f [2020-12-21T16:37:36.932Z] Removing intermediate container 53c4d56735fa [2020-12-21T16:37:36.932Z] ---> 5482be2dcea9 [2020-12-21T16:37:36.932Z] Step 20/22 : LABEL arch=arm64 [2020-12-21T16:37:36.932Z] ---> Running in dbf03f631248 [2020-12-21T16:37:36.943Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:37.205Z] ---> Running in a339364a7c58 [2020-12-21T16:37:37.205Z] Removing intermediate container 9099ecf7e6a4 [2020-12-21T16:37:37.205Z] ---> 080ee39a0f63 [2020-12-21T16:37:37.205Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-21T16:37:37.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:37.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-21T16:37:37.241Z] 908262ef125c: Preparing [2020-12-21T16:37:37.241Z] 155999c3ceae: Preparing [2020-12-21T16:37:37.241Z] 8825bb458e6c: Preparing [2020-12-21T16:37:37.241Z] 5d2ea6b14969: Preparing [2020-12-21T16:37:37.241Z] b0f8d7bc83dc: Preparing [2020-12-21T16:37:37.241Z] ce6d2c65a2cb: Preparing [2020-12-21T16:37:37.241Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:37.241Z] ce6d2c65a2cb: Waiting [2020-12-21T16:37:37.241Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:37.480Z] Removing intermediate container 6396e7a9112f [2020-12-21T16:37:37.480Z] ---> 0d2bb9aca013 [2020-12-21T16:37:37.480Z] Step 21/21 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:37.502Z] 908262ef125c: Pushed [2020-12-21T16:37:37.502Z] 155999c3ceae: Pushed [2020-12-21T16:37:37.502Z] 8825bb458e6c: Pushed [2020-12-21T16:37:37.502Z] b0f8d7bc83dc: Pushed [2020-12-21T16:37:37.502Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:37.751Z] ---> Running in 52fc316bca49 [2020-12-21T16:37:38.024Z] Removing intermediate container dbf03f631248 [2020-12-21T16:37:38.024Z] ---> de327ffb85be [2020-12-21T16:37:38.024Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-21T16:37:38.024Z] Removing intermediate container a339364a7c58 [2020-12-21T16:37:38.024Z] ---> 808f9ca2393f [2020-12-21T16:37:38.024Z] Step 21/22 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:38.024Z] ---> Running in bd3b630aff92 [2020-12-21T16:37:38.024Z] ---> Running in 0d4a6fefcfd3 [2020-12-21T16:37:38.075Z] ce6d2c65a2cb: Pushed [2020-12-21T16:37:38.075Z] 5d2ea6b14969: Pushed [2020-12-21T16:37:38.295Z] ---> eed41353dfd4 [2020-12-21T16:37:38.295Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-21T16:37:38.337Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:2b76d258780ce2c3d988523d73b29478076eb0717325fdb7c8bb9e239a8edebd size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:38.567Z] Removing intermediate container 52fc316bca49 [2020-12-21T16:37:38.567Z] ---> a06308b7d955 [2020-12-21T16:37:38.567Z] [2020-12-21T16:37:38.643Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:38.839Z] Successfully built a06308b7d955 [2020-12-21T16:37:38.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.19 [2020-12-21T16:37:38.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-21T16:37:38.941Z] 908262ef125c: Preparing [2020-12-21T16:37:38.941Z] 155999c3ceae: Preparing [2020-12-21T16:37:38.941Z] 8825bb458e6c: Preparing [2020-12-21T16:37:38.941Z] 5d2ea6b14969: Preparing [2020-12-21T16:37:38.941Z] b0f8d7bc83dc: Preparing [2020-12-21T16:37:38.941Z] ce6d2c65a2cb: Preparing [2020-12-21T16:37:38.941Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:38.941Z] ce6d2c65a2cb: Waiting [2020-12-21T16:37:38.941Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:38.941Z] 5d2ea6b14969: Layer already exists [2020-12-21T16:37:38.941Z] 8825bb458e6c: Layer already exists [2020-12-21T16:37:38.941Z] 908262ef125c: Layer already exists [2020-12-21T16:37:38.941Z] 155999c3ceae: Layer already exists [2020-12-21T16:37:38.941Z] b0f8d7bc83dc: Layer already exists [2020-12-21T16:37:38.941Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:38.941Z] ce6d2c65a2cb: Layer already exists [2020-12-21T16:37:38.941Z] 2.0.0-dev.19: digest: sha256:2b76d258780ce2c3d988523d73b29478076eb0717325fdb7c8bb9e239a8edebd size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:39.110Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-21T16:37:39.110Z] Building docker-sys-mgmt-agent-go [2020-12-21T16:37:39.110Z]  Building docker-support-scheduler-go ... done Removing intermediate container bd70fe7aa9f1 [2020-12-21T16:37:39.110Z] Removing intermediate container 0d4a6fefcfd3 [2020-12-21T16:37:39.110Z] ---> d940b2396957 [2020-12-21T16:37:39.110Z] ---> 898b052f9576 [2020-12-21T16:37:39.110Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"]Step 22/22 : LABEL version=2.0.0-dev.19Removing intermediate container bd3b630aff92 [2020-12-21T16:37:39.110Z] [2020-12-21T16:37:39.110Z] [2020-12-21T16:37:39.110Z] ---> 9b5f4077e338 [2020-12-21T16:37:39.110Z] Step 14/22 : WORKDIR / [2020-12-21T16:37:39.254Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:39.382Z] ---> Running in ae639e3dc302 [2020-12-21T16:37:39.382Z] ---> Running in 671ea4116178 [2020-12-21T16:37:39.382Z] ---> Running in 5cba5a089562 [2020-12-21T16:37:39.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:39.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-21T16:37:39.570Z] 908262ef125c: Preparing [2020-12-21T16:37:39.570Z] 155999c3ceae: Preparing [2020-12-21T16:37:39.570Z] 8825bb458e6c: Preparing [2020-12-21T16:37:39.570Z] 5d2ea6b14969: Preparing [2020-12-21T16:37:39.570Z] b0f8d7bc83dc: Preparing [2020-12-21T16:37:39.570Z] ce6d2c65a2cb: Preparing [2020-12-21T16:37:39.570Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:39.570Z] ce6d2c65a2cb: Waiting [2020-12-21T16:37:39.570Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:39.570Z] b0f8d7bc83dc: Layer already exists [2020-12-21T16:37:39.570Z] 8825bb458e6c: Layer already exists [2020-12-21T16:37:39.570Z] 155999c3ceae: Layer already exists [2020-12-21T16:37:39.570Z] 5d2ea6b14969: Layer already exists [2020-12-21T16:37:39.570Z] 908262ef125c: Layer already exists [2020-12-21T16:37:39.570Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:39.570Z] ce6d2c65a2cb: Layer already exists [2020-12-21T16:37:39.570Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:2b76d258780ce2c3d988523d73b29478076eb0717325fdb7c8bb9e239a8edebd size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:39.671Z] ---> 3327d9c0b7f1 [2020-12-21T16:37:39.671Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-21T16:37:39.888Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:39.971Z] Removing intermediate container ae639e3dc302 [2020-12-21T16:37:39.971Z] ---> b86110689d30 [2020-12-21T16:37:39.971Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-21T16:37:40.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-21T16:37:40.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-21T16:37:40.250Z] 908262ef125c: Preparing [2020-12-21T16:37:40.250Z] 155999c3ceae: Preparing [2020-12-21T16:37:40.250Z] 8825bb458e6c: Preparing [2020-12-21T16:37:40.250Z] 5d2ea6b14969: Preparing [2020-12-21T16:37:40.250Z] b0f8d7bc83dc: Preparing [2020-12-21T16:37:40.250Z] ce6d2c65a2cb: Preparing [2020-12-21T16:37:40.250Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:40.250Z] ce6d2c65a2cb: Waiting [2020-12-21T16:37:40.250Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:40.250Z] 8825bb458e6c: Layer already exists [2020-12-21T16:37:40.250Z] 5d2ea6b14969: Layer already exists [2020-12-21T16:37:40.250Z] 908262ef125c: Layer already exists [2020-12-21T16:37:40.250Z] b0f8d7bc83dc: Layer already exists [2020-12-21T16:37:40.250Z] 155999c3ceae: Layer already exists [2020-12-21T16:37:40.250Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:40.250Z] ce6d2c65a2cb: Layer already exists [2020-12-21T16:37:40.250Z] master: digest: sha256:2b76d258780ce2c3d988523d73b29478076eb0717325fdb7c8bb9e239a8edebd size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:40.472Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:40.541Z] taggedImages: [2020-12-21T16:37:40.541Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:40.541Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.19 [2020-12-21T16:37:40.541Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:40.541Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-21T16:37:40.580Z] Removing intermediate container 671ea4116178 [2020-12-21T16:37:40.580Z] ---> 9ed46df3fb69 [2020-12-21T16:37:40.580Z] Step 20/22 : LABEL arch=arm64 [2020-12-21T16:37:40.580Z] Removing intermediate container 5cba5a089562 [2020-12-21T16:37:40.580Z] ---> 449775b9d5c7 [2020-12-21T16:37:40.580Z] [Pipeline] echo [2020-12-21T16:37:40.607Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-21T16:37:40.607Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:40.607Z] 2.0.0-dev.19 [2020-12-21T16:37:40.607Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:40.607Z] master [2020-12-21T16:37:40.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:41.181Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:41.184Z] Successfully built 449775b9d5c7 [2020-12-21T16:37:41.184Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-21T16:37:41.184Z] Building docker-security-secretstore-setup-go [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:41.462Z]  Building docker-core-command-go ... done  ---> Running in bc10429218af [2020-12-21T16:37:41.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:41.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-21T16:37:41.485Z] 4b1c30c7c2ad: Preparing [2020-12-21T16:37:41.485Z] 653ffb367def: Preparing [2020-12-21T16:37:41.485Z] c4bdd43d5280: Preparing [2020-12-21T16:37:41.485Z] 108d0c0d999a: Preparing [2020-12-21T16:37:41.485Z] efcb6cc15434: Preparing [2020-12-21T16:37:41.485Z] 777b2c648970: Preparing [2020-12-21T16:37:41.485Z] 777b2c648970: Waiting [2020-12-21T16:37:41.485Z] c4bdd43d5280: Pushed [2020-12-21T16:37:41.485Z] 108d0c0d999a: Pushed [2020-12-21T16:37:41.739Z] ---> 4d2e86a66599 [2020-12-21T16:37:41.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-21T16:37:41.739Z] ---> c253e499659b [2020-12-21T16:37:41.739Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-21T16:37:41.748Z] efcb6cc15434: Pushed [2020-12-21T16:37:42.014Z] ---> Running in 601bde0b926e [2020-12-21T16:37:42.298Z] Removing intermediate container bc10429218af [2020-12-21T16:37:42.298Z] ---> 255fcf5beed7 [2020-12-21T16:37:42.298Z] Step 21/22 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:42.319Z] 653ffb367def: Pushed [2020-12-21T16:37:42.581Z] 4b1c30c7c2ad: Pushed [2020-12-21T16:37:42.581Z] 777b2c648970: Layer already exists [2020-12-21T16:37:42.842Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:4cd0f1e7d57f6068a2954ce66ee5c4cedb58fa4b99d2af0f3130264cffd7c95d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:43.147Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:43.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.19 [2020-12-21T16:37:43.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-21T16:37:43.449Z] 4b1c30c7c2ad: Preparing [2020-12-21T16:37:43.449Z] 653ffb367def: Preparing [2020-12-21T16:37:43.449Z] c4bdd43d5280: Preparing [2020-12-21T16:37:43.449Z] 108d0c0d999a: Preparing [2020-12-21T16:37:43.449Z] efcb6cc15434: Preparing [2020-12-21T16:37:43.449Z] 777b2c648970: Preparing [2020-12-21T16:37:43.449Z] 777b2c648970: Waiting [2020-12-21T16:37:43.449Z] 108d0c0d999a: Layer already exists [2020-12-21T16:37:43.449Z] 653ffb367def: Layer already exists [2020-12-21T16:37:43.449Z] efcb6cc15434: Layer already exists [2020-12-21T16:37:43.449Z] 4b1c30c7c2ad: Layer already exists [2020-12-21T16:37:43.449Z] c4bdd43d5280: Layer already exists [2020-12-21T16:37:43.449Z] 777b2c648970: Layer already exists [2020-12-21T16:37:43.449Z] 2.0.0-dev.19: digest: sha256:4cd0f1e7d57f6068a2954ce66ee5c4cedb58fa4b99d2af0f3130264cffd7c95d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:43.730Z] ---> Running in 73b9370aacf7 [2020-12-21T16:37:43.730Z] Removing intermediate container 601bde0b926e [2020-12-21T16:37:43.730Z] ---> 36882e19c4df [2020-12-21T16:37:43.730Z] Step 18/21 : CMD ["--init=true"] [2020-12-21T16:37:43.750Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:44.010Z] ---> b02e42828a51 [2020-12-21T16:37:44.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:44.011Z] ---> Running in d7828f1d0963 [2020-12-21T16:37:44.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:44.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-21T16:37:44.048Z] 4b1c30c7c2ad: Preparing [2020-12-21T16:37:44.048Z] 653ffb367def: Preparing [2020-12-21T16:37:44.048Z] c4bdd43d5280: Preparing [2020-12-21T16:37:44.048Z] 108d0c0d999a: Preparing [2020-12-21T16:37:44.048Z] efcb6cc15434: Preparing [2020-12-21T16:37:44.048Z] 777b2c648970: Preparing [2020-12-21T16:37:44.048Z] 777b2c648970: Waiting [2020-12-21T16:37:44.048Z] 108d0c0d999a: Layer already exists [2020-12-21T16:37:44.048Z] 4b1c30c7c2ad: Layer already exists [2020-12-21T16:37:44.048Z] c4bdd43d5280: Layer already exists [2020-12-21T16:37:44.048Z] 653ffb367def: Layer already exists [2020-12-21T16:37:44.048Z] efcb6cc15434: Layer already exists [2020-12-21T16:37:44.048Z] 777b2c648970: Layer already exists [2020-12-21T16:37:44.049Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:4cd0f1e7d57f6068a2954ce66ee5c4cedb58fa4b99d2af0f3130264cffd7c95d size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:44.286Z] Removing intermediate container 73b9370aacf7 [2020-12-21T16:37:44.286Z] ---> 79ccfc2bae1a [2020-12-21T16:37:44.286Z] Step 22/22 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:44.351Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:44.561Z] ---> Running in 3ef4169fdb41 [2020-12-21T16:37:44.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-21T16:37:44.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-21T16:37:44.647Z] 4b1c30c7c2ad: Preparing [2020-12-21T16:37:44.647Z] 653ffb367def: Preparing [2020-12-21T16:37:44.647Z] c4bdd43d5280: Preparing [2020-12-21T16:37:44.647Z] 108d0c0d999a: Preparing [2020-12-21T16:37:44.647Z] efcb6cc15434: Preparing [2020-12-21T16:37:44.647Z] 777b2c648970: Preparing [2020-12-21T16:37:44.647Z] 777b2c648970: Waiting [2020-12-21T16:37:44.647Z] 108d0c0d999a: Layer already exists [2020-12-21T16:37:44.647Z] 653ffb367def: Layer already exists [2020-12-21T16:37:44.647Z] 4b1c30c7c2ad: Layer already exists [2020-12-21T16:37:44.647Z] efcb6cc15434: Layer already exists [2020-12-21T16:37:44.647Z] c4bdd43d5280: Layer already exists [2020-12-21T16:37:44.647Z] 777b2c648970: Layer already exists [2020-12-21T16:37:44.647Z] master: digest: sha256:4cd0f1e7d57f6068a2954ce66ee5c4cedb58fa4b99d2af0f3130264cffd7c95d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-21T16:37:44.834Z] Removing intermediate container d7828f1d0963 [2020-12-21T16:37:44.834Z] ---> 536b3c1257b3 [2020-12-21T16:37:44.834Z] Step 19/21 : LABEL arch=arm64 [Pipeline] echo [2020-12-21T16:37:44.841Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:44.891Z] taggedImages: [2020-12-21T16:37:44.891Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:44.891Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.19 [2020-12-21T16:37:44.891Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:44.891Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-21T16:37:44.958Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-21T16:37:44.958Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:44.958Z] 2.0.0-dev.19 [2020-12-21T16:37:44.958Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:44.958Z] master [2020-12-21T16:37:44.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-21T16:37:45.116Z] ---> Running in f8406b7ee251 [2020-12-21T16:37:45.116Z] ---> bd10714ee030 [2020-12-21T16:37:45.116Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:45.399Z] Removing intermediate container 3ef4169fdb41 [2020-12-21T16:37:45.399Z] ---> 0c207a3f7426 [2020-12-21T16:37:45.399Z] [2020-12-21T16:37:45.399Z] ---> Running in 972fc002dee3 [2020-12-21T16:37:45.441Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:45.673Z] Successfully built 0c207a3f7426 [2020-12-21T16:37:45.673Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-21T16:37:45.673Z] Removing intermediate container f8406b7ee251 [2020-12-21T16:37:45.673Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2020-12-21T16:37:45.673Z] ---> e0b20a1445bb [2020-12-21T16:37:45.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:45.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-21T16:37:45.739Z] bc9fc9becca4: Preparing [2020-12-21T16:37:45.739Z] 04aa23c47261: Preparing [2020-12-21T16:37:45.739Z] 9c25d80b5c8c: Preparing [2020-12-21T16:37:45.739Z] 5eeb4b253ea6: Preparing [2020-12-21T16:37:45.739Z] 329ed9b05126: Preparing [2020-12-21T16:37:45.739Z] ad7a8e42eb42: Preparing [2020-12-21T16:37:45.739Z] 202a4766d198: Preparing [2020-12-21T16:37:45.739Z] 2a74b4318130: Preparing [2020-12-21T16:37:45.739Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:45.739Z] ad7a8e42eb42: Waiting [2020-12-21T16:37:45.739Z] 202a4766d198: Waiting [2020-12-21T16:37:45.739Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:45.739Z] 2a74b4318130: Waiting [2020-12-21T16:37:45.945Z] Step 20/21 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:46.003Z] bc9fc9becca4: Pushed [2020-12-21T16:37:46.003Z] 329ed9b05126: Pushed [2020-12-21T16:37:46.003Z] 202a4766d198: Pushed [2020-12-21T16:37:46.003Z] 04aa23c47261: Pushed [2020-12-21T16:37:46.003Z] ad7a8e42eb42: Pushed [2020-12-21T16:37:46.218Z] ---> Running in d625e916037a [2020-12-21T16:37:46.218Z] Removing intermediate container 972fc002dee3 [2020-12-21T16:37:46.218Z] ---> 24aba2507d24 [2020-12-21T16:37:46.218Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:46.266Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:46.492Z] ---> Running in 1153f61605d6 [2020-12-21T16:37:46.527Z] 2a74b4318130: Pushed [2020-12-21T16:37:46.765Z] Removing intermediate container d625e916037a [2020-12-21T16:37:46.765Z] ---> 7dc352594655 [2020-12-21T16:37:46.765Z] Step 21/21 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:46.788Z] 5eeb4b253ea6: Pushed [2020-12-21T16:37:46.788Z] 9c25d80b5c8c: Pushed [2020-12-21T16:37:46.788Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:d3f189ce223499a51206a7093d70f6d06a412a5439bf4a42fe68e183152f7bb3 size: 2198 [2020-12-21T16:37:47.046Z] ---> Running in d1fbb185db6b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:47.322Z] Removing intermediate container 1153f61605d6 [2020-12-21T16:37:47.322Z] ---> 6f67c0c3aa61 [2020-12-21T16:37:47.322Z] Step 20/22 : LABEL arch=arm64 [2020-12-21T16:37:47.353Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:47.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.19 [2020-12-21T16:37:47.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-21T16:37:47.650Z] bc9fc9becca4: Preparing [2020-12-21T16:37:47.650Z] 04aa23c47261: Preparing [2020-12-21T16:37:47.650Z] 9c25d80b5c8c: Preparing [2020-12-21T16:37:47.650Z] 5eeb4b253ea6: Preparing [2020-12-21T16:37:47.650Z] 329ed9b05126: Preparing [2020-12-21T16:37:47.650Z] ad7a8e42eb42: Preparing [2020-12-21T16:37:47.650Z] 202a4766d198: Preparing [2020-12-21T16:37:47.650Z] 2a74b4318130: Preparing [2020-12-21T16:37:47.650Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:47.650Z] 202a4766d198: Waiting [2020-12-21T16:37:47.650Z] 2a74b4318130: Waiting [2020-12-21T16:37:47.650Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:47.650Z] ad7a8e42eb42: Waiting [2020-12-21T16:37:47.650Z] bc9fc9becca4: Layer already exists [2020-12-21T16:37:47.650Z] 5eeb4b253ea6: Layer already exists [2020-12-21T16:37:47.650Z] 9c25d80b5c8c: Layer already exists [2020-12-21T16:37:47.650Z] 04aa23c47261: Layer already exists [2020-12-21T16:37:47.650Z] 329ed9b05126: Layer already exists [2020-12-21T16:37:47.650Z] ad7a8e42eb42: Layer already exists [2020-12-21T16:37:47.650Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:47.650Z] 202a4766d198: Layer already exists [2020-12-21T16:37:47.650Z] 2a74b4318130: Layer already exists [2020-12-21T16:37:47.650Z] 2.0.0-dev.19: digest: sha256:d3f189ce223499a51206a7093d70f6d06a412a5439bf4a42fe68e183152f7bb3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:47.917Z] Removing intermediate container d1fbb185db6b [2020-12-21T16:37:47.917Z] ---> e3a48b9250dd [2020-12-21T16:37:47.917Z] [2020-12-21T16:37:47.917Z] ---> Running in 432a5f7ce824 [2020-12-21T16:37:47.958Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:48.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:48.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-21T16:37:48.257Z] bc9fc9becca4: Preparing [2020-12-21T16:37:48.257Z] 04aa23c47261: Preparing [2020-12-21T16:37:48.257Z] 9c25d80b5c8c: Preparing [2020-12-21T16:37:48.257Z] 5eeb4b253ea6: Preparing [2020-12-21T16:37:48.257Z] 329ed9b05126: Preparing [2020-12-21T16:37:48.257Z] ad7a8e42eb42: Preparing [2020-12-21T16:37:48.257Z] 202a4766d198: Preparing [2020-12-21T16:37:48.257Z] 2a74b4318130: Preparing [2020-12-21T16:37:48.257Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:48.257Z] 202a4766d198: Waiting [2020-12-21T16:37:48.257Z] 2a74b4318130: Waiting [2020-12-21T16:37:48.257Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:48.257Z] ad7a8e42eb42: Waiting [2020-12-21T16:37:48.257Z] 9c25d80b5c8c: Layer already exists [2020-12-21T16:37:48.257Z] 5eeb4b253ea6: Layer already exists [2020-12-21T16:37:48.257Z] bc9fc9becca4: Layer already exists [2020-12-21T16:37:48.257Z] 04aa23c47261: Layer already exists [2020-12-21T16:37:48.257Z] 329ed9b05126: Layer already exists [2020-12-21T16:37:48.257Z] ad7a8e42eb42: Layer already exists [2020-12-21T16:37:48.257Z] 202a4766d198: Layer already exists [2020-12-21T16:37:48.257Z] 2a74b4318130: Layer already exists [2020-12-21T16:37:48.257Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:48.257Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:d3f189ce223499a51206a7093d70f6d06a412a5439bf4a42fe68e183152f7bb3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:48.517Z] Successfully built e3a48b9250dd [2020-12-21T16:37:48.517Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-21T16:37:48.517Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-21T16:37:48.560Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:48.791Z] Removing intermediate container 432a5f7ce824 [2020-12-21T16:37:48.791Z] ---> 916888474296 [2020-12-21T16:37:48.791Z] Step 21/22 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:48.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-21T16:37:48.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-21T16:37:48.910Z] bc9fc9becca4: Preparing [2020-12-21T16:37:48.910Z] 04aa23c47261: Preparing [2020-12-21T16:37:48.910Z] 9c25d80b5c8c: Preparing [2020-12-21T16:37:48.910Z] 5eeb4b253ea6: Preparing [2020-12-21T16:37:48.910Z] 329ed9b05126: Preparing [2020-12-21T16:37:48.910Z] ad7a8e42eb42: Preparing [2020-12-21T16:37:48.910Z] 202a4766d198: Preparing [2020-12-21T16:37:48.910Z] 2a74b4318130: Preparing [2020-12-21T16:37:48.910Z] 1b3ee35aacca: Preparing [2020-12-21T16:37:48.910Z] ad7a8e42eb42: Waiting [2020-12-21T16:37:48.910Z] 202a4766d198: Waiting [2020-12-21T16:37:48.910Z] 2a74b4318130: Waiting [2020-12-21T16:37:48.910Z] 1b3ee35aacca: Waiting [2020-12-21T16:37:48.910Z] 9c25d80b5c8c: Layer already exists [2020-12-21T16:37:48.910Z] bc9fc9becca4: Layer already exists [2020-12-21T16:37:48.910Z] 329ed9b05126: Layer already exists [2020-12-21T16:37:48.910Z] 5eeb4b253ea6: Layer already exists [2020-12-21T16:37:48.910Z] 04aa23c47261: Layer already exists [2020-12-21T16:37:48.910Z] ad7a8e42eb42: Layer already exists [2020-12-21T16:37:48.910Z] 202a4766d198: Layer already exists [2020-12-21T16:37:48.910Z] 1b3ee35aacca: Layer already exists [2020-12-21T16:37:48.910Z] 2a74b4318130: Layer already exists [2020-12-21T16:37:48.910Z] master: digest: sha256:d3f189ce223499a51206a7093d70f6d06a412a5439bf4a42fe68e183152f7bb3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-21T16:37:49.063Z] ---> Running in 0a896bf93f17 [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:49.130Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:49.180Z] taggedImages: [2020-12-21T16:37:49.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:49.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.19 [2020-12-21T16:37:49.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:49.180Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-21T16:37:49.245Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-21T16:37:49.245Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:49.245Z] 2.0.0-dev.19 [2020-12-21T16:37:49.245Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:49.245Z] master [2020-12-21T16:37:49.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:49.666Z] Removing intermediate container 0a896bf93f17 [2020-12-21T16:37:49.666Z] ---> ee5cc826d971 [2020-12-21T16:37:49.666Z] Step 22/22 : LABEL version=2.0.0-dev.19 [2020-12-21T16:37:49.666Z] ---> Running in f2cf5f686f3e [2020-12-21T16:37:49.766Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:50.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:50.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-21T16:37:50.066Z] 1e5ea859ee44: Preparing [2020-12-21T16:37:50.066Z] 17b65132ee94: Preparing [2020-12-21T16:37:50.066Z] 1b4778fea792: Preparing [2020-12-21T16:37:50.066Z] 76b6192821eb: Preparing [2020-12-21T16:37:50.066Z] 9649e35adcd2: Preparing [2020-12-21T16:37:50.066Z] afa64a03a30a: Preparing [2020-12-21T16:37:50.066Z] afa64a03a30a: Waiting [2020-12-21T16:37:50.066Z] 1e5ea859ee44: Pushed [2020-12-21T16:37:50.262Z] Removing intermediate container f2cf5f686f3e [2020-12-21T16:37:50.262Z] ---> 1f74a08f43fd [2020-12-21T16:37:50.262Z] [2020-12-21T16:37:50.327Z] 9649e35adcd2: Pushed [2020-12-21T16:37:50.327Z] 1b4778fea792: Pushed [2020-12-21T16:37:50.327Z] 76b6192821eb: Pushed [2020-12-21T16:37:50.327Z] afa64a03a30a: Pushed [2020-12-21T16:37:50.537Z] Successfully built 1f74a08f43fd [2020-12-21T16:37:50.809Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-21T16:37:51.274Z] 17b65132ee94: Pushed [2020-12-21T16:37:51.274Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:b2d95a0af96617bdaf2a6a0e60b99b339bcd9d4f185a5b84606f95b116b835c3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:51.575Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:51.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.19 [2020-12-21T16:37:51.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-21T16:37:51.870Z] 1e5ea859ee44: Preparing [2020-12-21T16:37:51.870Z] 17b65132ee94: Preparing [2020-12-21T16:37:51.870Z] 1b4778fea792: Preparing [2020-12-21T16:37:51.870Z] 76b6192821eb: Preparing [2020-12-21T16:37:51.870Z] 9649e35adcd2: Preparing [2020-12-21T16:37:51.870Z] afa64a03a30a: Preparing [2020-12-21T16:37:51.870Z] afa64a03a30a: Waiting [2020-12-21T16:37:51.870Z] 1b4778fea792: Layer already exists [2020-12-21T16:37:51.870Z] 9649e35adcd2: Layer already exists [2020-12-21T16:37:51.870Z] 1e5ea859ee44: Layer already exists [2020-12-21T16:37:51.870Z] 76b6192821eb: Layer already exists [2020-12-21T16:37:51.870Z] 17b65132ee94: Layer already exists [2020-12-21T16:37:51.870Z] afa64a03a30a: Layer already exists [2020-12-21T16:37:51.870Z] 2.0.0-dev.19: digest: sha256:b2d95a0af96617bdaf2a6a0e60b99b339bcd9d4f185a5b84606f95b116b835c3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:52.172Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:52.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:52.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-21T16:37:52.469Z] 1e5ea859ee44: Preparing [2020-12-21T16:37:52.469Z] 17b65132ee94: Preparing [2020-12-21T16:37:52.469Z] 1b4778fea792: Preparing [2020-12-21T16:37:52.469Z] 76b6192821eb: Preparing [2020-12-21T16:37:52.469Z] 9649e35adcd2: Preparing [2020-12-21T16:37:52.469Z] afa64a03a30a: Preparing [2020-12-21T16:37:52.469Z] afa64a03a30a: Waiting [2020-12-21T16:37:52.469Z] 1b4778fea792: Layer already exists [2020-12-21T16:37:52.469Z] 76b6192821eb: Layer already exists [2020-12-21T16:37:52.469Z] 17b65132ee94: Layer already exists [2020-12-21T16:37:52.469Z] 9649e35adcd2: Layer already exists [2020-12-21T16:37:52.469Z] 1e5ea859ee44: Layer already exists [2020-12-21T16:37:52.469Z] afa64a03a30a: Layer already exists [2020-12-21T16:37:52.469Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:b2d95a0af96617bdaf2a6a0e60b99b339bcd9d4f185a5b84606f95b116b835c3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:52.771Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:53.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-21T16:37:53.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-21T16:37:53.066Z] 1e5ea859ee44: Preparing [2020-12-21T16:37:53.066Z] 17b65132ee94: Preparing [2020-12-21T16:37:53.066Z] 1b4778fea792: Preparing [2020-12-21T16:37:53.066Z] 76b6192821eb: Preparing [2020-12-21T16:37:53.066Z] 9649e35adcd2: Preparing [2020-12-21T16:37:53.066Z] afa64a03a30a: Preparing [2020-12-21T16:37:53.066Z] afa64a03a30a: Waiting [2020-12-21T16:37:53.066Z] 76b6192821eb: Layer already exists [2020-12-21T16:37:53.066Z] 17b65132ee94: Layer already exists [2020-12-21T16:37:53.066Z] 1b4778fea792: Layer already exists [2020-12-21T16:37:53.066Z] 1e5ea859ee44: Layer already exists [2020-12-21T16:37:53.066Z] 9649e35adcd2: Layer already exists [2020-12-21T16:37:53.066Z] afa64a03a30a: Layer already exists [2020-12-21T16:37:53.066Z] master: digest: sha256:b2d95a0af96617bdaf2a6a0e60b99b339bcd9d4f185a5b84606f95b116b835c3 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:53.347Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:53.445Z] taggedImages: [2020-12-21T16:37:53.445Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:53.445Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.19 [2020-12-21T16:37:53.445Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:53.445Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-21T16:37:53.511Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-21T16:37:53.511Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:53.511Z] 2.0.0-dev.19 [2020-12-21T16:37:53.511Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:53.511Z] master [2020-12-21T16:37:53.511Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:54.069Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:54.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:54.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-21T16:37:54.367Z] 6aea35013fec: Preparing [2020-12-21T16:37:54.367Z] 477535846bb9: Preparing [2020-12-21T16:37:54.367Z] 7686c26d9807: Preparing [2020-12-21T16:37:54.367Z] 6aea35013fec: Pushed [2020-12-21T16:37:54.367Z] 7686c26d9807: Pushed [2020-12-21T16:37:55.311Z] 477535846bb9: Pushed [2020-12-21T16:37:55.573Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:173ebb043e18e30ad9cd3abfc461653192eada79d3ba23a9bdc84af9e6692617 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:55.876Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:56.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.19 [2020-12-21T16:37:56.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-21T16:37:56.173Z] 6aea35013fec: Preparing [2020-12-21T16:37:56.173Z] 477535846bb9: Preparing [2020-12-21T16:37:56.173Z] 7686c26d9807: Preparing [2020-12-21T16:37:56.173Z] 477535846bb9: Layer already exists [2020-12-21T16:37:56.173Z] 7686c26d9807: Layer already exists [2020-12-21T16:37:56.173Z] 6aea35013fec: Layer already exists [2020-12-21T16:37:56.173Z] 2.0.0-dev.19: digest: sha256:173ebb043e18e30ad9cd3abfc461653192eada79d3ba23a9bdc84af9e6692617 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:56.474Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:56.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:56.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-21T16:37:56.772Z] 6aea35013fec: Preparing [2020-12-21T16:37:56.772Z] 477535846bb9: Preparing [2020-12-21T16:37:56.772Z] 7686c26d9807: Preparing [2020-12-21T16:37:56.772Z] 6aea35013fec: Layer already exists [2020-12-21T16:37:56.772Z] 477535846bb9: Layer already exists [2020-12-21T16:37:56.772Z] 7686c26d9807: Layer already exists [2020-12-21T16:37:56.772Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:173ebb043e18e30ad9cd3abfc461653192eada79d3ba23a9bdc84af9e6692617 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:57.077Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:57.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-21T16:37:57.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-21T16:37:57.373Z] 6aea35013fec: Preparing [2020-12-21T16:37:57.373Z] 477535846bb9: Preparing [2020-12-21T16:37:57.373Z] 7686c26d9807: Preparing [2020-12-21T16:37:57.373Z] 7686c26d9807: Layer already exists [2020-12-21T16:37:57.373Z] 6aea35013fec: Layer already exists [2020-12-21T16:37:57.373Z] 477535846bb9: Layer already exists [2020-12-21T16:37:57.373Z] master: digest: sha256:173ebb043e18e30ad9cd3abfc461653192eada79d3ba23a9bdc84af9e6692617 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:37:57.558Z] ===================================================== [Pipeline] echo [2020-12-21T16:37:57.637Z] taggedImages: [2020-12-21T16:37:57.637Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:57.637Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.19 [2020-12-21T16:37:57.637Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:57.637Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-21T16:37:57.699Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-21T16:37:57.699Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:57.699Z] 2.0.0-dev.19 [2020-12-21T16:37:57.699Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:37:57.699Z] master [2020-12-21T16:37:57.699Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:58.211Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:37:58.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:37:58.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-21T16:37:58.512Z] 18dc76a29482: Preparing [2020-12-21T16:37:58.512Z] 8618c72fecb8: Preparing [2020-12-21T16:37:58.512Z] 6b981bf2e0f1: Preparing [2020-12-21T16:37:58.512Z] bdeb5ad2d937: Preparing [2020-12-21T16:37:58.512Z] 7fb97b0de995: Preparing [2020-12-21T16:37:58.512Z] ea97f7430b6c: Preparing [2020-12-21T16:37:58.512Z] 246c4efac4fd: Preparing [2020-12-21T16:37:58.512Z] 465390b6f3e8: Preparing [2020-12-21T16:37:58.512Z] 12483a5c7e40: Preparing [2020-12-21T16:37:58.512Z] 62730860e49c: Preparing [2020-12-21T16:37:58.512Z] 348802d6ed4a: Preparing [2020-12-21T16:37:58.512Z] fbde41d77d8c: Preparing [2020-12-21T16:37:58.512Z] f3e26e9cc915: Preparing [2020-12-21T16:37:58.512Z] 777b2c648970: Preparing [2020-12-21T16:37:58.512Z] ea97f7430b6c: Waiting [2020-12-21T16:37:58.512Z] 246c4efac4fd: Waiting [2020-12-21T16:37:58.512Z] 465390b6f3e8: Waiting [2020-12-21T16:37:58.512Z] 12483a5c7e40: Waiting [2020-12-21T16:37:58.512Z] 62730860e49c: Waiting [2020-12-21T16:37:58.512Z] 348802d6ed4a: Waiting [2020-12-21T16:37:58.512Z] fbde41d77d8c: Waiting [2020-12-21T16:37:58.512Z] f3e26e9cc915: Waiting [2020-12-21T16:37:58.512Z] 777b2c648970: Waiting [2020-12-21T16:37:58.781Z] 7fb97b0de995: Pushed [2020-12-21T16:37:58.781Z] 18dc76a29482: Pushed [2020-12-21T16:37:59.042Z] bdeb5ad2d937: Pushed [2020-12-21T16:37:59.042Z] 465390b6f3e8: Layer already exists [2020-12-21T16:37:59.042Z] 12483a5c7e40: Layer already exists [2020-12-21T16:37:59.042Z] 62730860e49c: Layer already exists [2020-12-21T16:37:59.307Z] 348802d6ed4a: Layer already exists [2020-12-21T16:37:59.307Z] fbde41d77d8c: Layer already exists [2020-12-21T16:37:59.307Z] 246c4efac4fd: Pushed [2020-12-21T16:37:59.307Z] f3e26e9cc915: Layer already exists [2020-12-21T16:37:59.307Z] 777b2c648970: Layer already exists [2020-12-21T16:37:59.879Z] ea97f7430b6c: Pushed [2020-12-21T16:38:00.141Z] 8618c72fecb8: Pushed [2020-12-21T16:38:08.298Z] 6b981bf2e0f1: Pushed [2020-12-21T16:38:08.298Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:38affd0381c19b363abbf4a3ddb757261140a8251ebc50a4b55ab1e202623fb7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:38:08.610Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:38:08.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.19 [2020-12-21T16:38:08.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-21T16:38:08.914Z] 18dc76a29482: Preparing [2020-12-21T16:38:08.914Z] 8618c72fecb8: Preparing [2020-12-21T16:38:08.914Z] 6b981bf2e0f1: Preparing [2020-12-21T16:38:08.914Z] bdeb5ad2d937: Preparing [2020-12-21T16:38:08.914Z] 7fb97b0de995: Preparing [2020-12-21T16:38:08.914Z] ea97f7430b6c: Preparing [2020-12-21T16:38:08.914Z] 246c4efac4fd: Preparing [2020-12-21T16:38:08.914Z] 465390b6f3e8: Preparing [2020-12-21T16:38:08.914Z] 12483a5c7e40: Preparing [2020-12-21T16:38:08.914Z] 62730860e49c: Preparing [2020-12-21T16:38:08.914Z] 348802d6ed4a: Preparing [2020-12-21T16:38:08.914Z] fbde41d77d8c: Preparing [2020-12-21T16:38:08.914Z] f3e26e9cc915: Preparing [2020-12-21T16:38:08.914Z] 777b2c648970: Preparing [2020-12-21T16:38:08.914Z] ea97f7430b6c: Waiting [2020-12-21T16:38:08.914Z] 246c4efac4fd: Waiting [2020-12-21T16:38:08.914Z] 465390b6f3e8: Waiting [2020-12-21T16:38:08.914Z] 12483a5c7e40: Waiting [2020-12-21T16:38:08.914Z] 62730860e49c: Waiting [2020-12-21T16:38:08.914Z] 348802d6ed4a: Waiting [2020-12-21T16:38:08.914Z] fbde41d77d8c: Waiting [2020-12-21T16:38:08.914Z] f3e26e9cc915: Waiting [2020-12-21T16:38:08.914Z] 777b2c648970: Waiting [2020-12-21T16:38:08.914Z] 8618c72fecb8: Layer already exists [2020-12-21T16:38:08.914Z] 6b981bf2e0f1: Layer already exists [2020-12-21T16:38:08.914Z] 18dc76a29482: Layer already exists [2020-12-21T16:38:08.914Z] 7fb97b0de995: Layer already exists [2020-12-21T16:38:08.914Z] bdeb5ad2d937: Layer already exists [2020-12-21T16:38:08.914Z] ea97f7430b6c: Layer already exists [2020-12-21T16:38:08.914Z] 465390b6f3e8: Layer already exists [2020-12-21T16:38:08.914Z] 12483a5c7e40: Layer already exists [2020-12-21T16:38:08.914Z] 246c4efac4fd: Layer already exists [2020-12-21T16:38:08.914Z] 62730860e49c: Layer already exists [2020-12-21T16:38:08.914Z] 348802d6ed4a: Layer already exists [2020-12-21T16:38:08.914Z] f3e26e9cc915: Layer already exists [2020-12-21T16:38:08.914Z] fbde41d77d8c: Layer already exists [2020-12-21T16:38:08.914Z] 777b2c648970: Layer already exists [2020-12-21T16:38:09.096Z]  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:38:09.097Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:38:09.097Z] ---> 03cae938dcf8 [2020-12-21T16:38:09.097Z] Step 3/27 : WORKDIR /edgex-go [2020-12-21T16:38:09.097Z] ---> Using cache [2020-12-21T16:38:09.097Z] ---> baeeb9502a34 [2020-12-21T16:38:09.097Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:38:09.097Z] ---> Using cache [2020-12-21T16:38:09.097Z] ---> ea9acb645ff0 [2020-12-21T16:38:09.097Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-21T16:38:09.175Z] 2.0.0-dev.19: digest: sha256:38affd0381c19b363abbf4a3ddb757261140a8251ebc50a4b55ab1e202623fb7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:38:09.482Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:38:09.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:38:09.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-21T16:38:09.782Z] 18dc76a29482: Preparing [2020-12-21T16:38:09.782Z] 8618c72fecb8: Preparing [2020-12-21T16:38:09.782Z] 6b981bf2e0f1: Preparing [2020-12-21T16:38:09.782Z] bdeb5ad2d937: Preparing [2020-12-21T16:38:09.782Z] 7fb97b0de995: Preparing [2020-12-21T16:38:09.782Z] ea97f7430b6c: Preparing [2020-12-21T16:38:09.782Z] 246c4efac4fd: Preparing [2020-12-21T16:38:09.782Z] 465390b6f3e8: Preparing [2020-12-21T16:38:09.782Z] 12483a5c7e40: Preparing [2020-12-21T16:38:09.782Z] 62730860e49c: Preparing [2020-12-21T16:38:09.782Z] 348802d6ed4a: Preparing [2020-12-21T16:38:09.782Z] fbde41d77d8c: Preparing [2020-12-21T16:38:09.782Z] f3e26e9cc915: Preparing [2020-12-21T16:38:09.782Z] 777b2c648970: Preparing [2020-12-21T16:38:09.782Z] ea97f7430b6c: Waiting [2020-12-21T16:38:09.782Z] 246c4efac4fd: Waiting [2020-12-21T16:38:09.782Z] 465390b6f3e8: Waiting [2020-12-21T16:38:09.782Z] 12483a5c7e40: Waiting [2020-12-21T16:38:09.782Z] 62730860e49c: Waiting [2020-12-21T16:38:09.782Z] 348802d6ed4a: Waiting [2020-12-21T16:38:09.782Z] fbde41d77d8c: Waiting [2020-12-21T16:38:09.782Z] f3e26e9cc915: Waiting [2020-12-21T16:38:09.782Z] 777b2c648970: Waiting [2020-12-21T16:38:09.782Z] 7fb97b0de995: Layer already exists [2020-12-21T16:38:09.782Z] bdeb5ad2d937: Layer already exists [2020-12-21T16:38:09.782Z] 18dc76a29482: Layer already exists [2020-12-21T16:38:09.782Z] 8618c72fecb8: Layer already exists [2020-12-21T16:38:09.782Z] 6b981bf2e0f1: Layer already exists [2020-12-21T16:38:09.782Z] ea97f7430b6c: Layer already exists [2020-12-21T16:38:09.782Z] 246c4efac4fd: Layer already exists [2020-12-21T16:38:09.782Z] 12483a5c7e40: Layer already exists [2020-12-21T16:38:09.782Z] 465390b6f3e8: Layer already exists [2020-12-21T16:38:09.782Z] 62730860e49c: Layer already exists [2020-12-21T16:38:09.782Z] 348802d6ed4a: Layer already exists [2020-12-21T16:38:09.782Z] fbde41d77d8c: Layer already exists [2020-12-21T16:38:09.782Z] f3e26e9cc915: Layer already exists [2020-12-21T16:38:09.782Z] 777b2c648970: Layer already exists [2020-12-21T16:38:09.782Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:38affd0381c19b363abbf4a3ddb757261140a8251ebc50a4b55ab1e202623fb7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:38:10.087Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:38:10.386Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-21T16:38:10.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-21T16:38:10.386Z] 18dc76a29482: Preparing [2020-12-21T16:38:10.386Z] 8618c72fecb8: Preparing [2020-12-21T16:38:10.386Z] 6b981bf2e0f1: Preparing [2020-12-21T16:38:10.386Z] bdeb5ad2d937: Preparing [2020-12-21T16:38:10.386Z] 7fb97b0de995: Preparing [2020-12-21T16:38:10.386Z] ea97f7430b6c: Preparing [2020-12-21T16:38:10.386Z] 246c4efac4fd: Preparing [2020-12-21T16:38:10.386Z] 465390b6f3e8: Preparing [2020-12-21T16:38:10.386Z] 12483a5c7e40: Preparing [2020-12-21T16:38:10.386Z] 62730860e49c: Preparing [2020-12-21T16:38:10.386Z] 348802d6ed4a: Preparing [2020-12-21T16:38:10.386Z] fbde41d77d8c: Preparing [2020-12-21T16:38:10.386Z] f3e26e9cc915: Preparing [2020-12-21T16:38:10.386Z] 777b2c648970: Preparing [2020-12-21T16:38:10.386Z] 12483a5c7e40: Waiting [2020-12-21T16:38:10.386Z] 62730860e49c: Waiting [2020-12-21T16:38:10.386Z] 348802d6ed4a: Waiting [2020-12-21T16:38:10.386Z] f3e26e9cc915: Waiting [2020-12-21T16:38:10.386Z] 777b2c648970: Waiting [2020-12-21T16:38:10.386Z] 246c4efac4fd: Waiting [2020-12-21T16:38:10.386Z] fbde41d77d8c: Waiting [2020-12-21T16:38:10.386Z] ea97f7430b6c: Waiting [2020-12-21T16:38:10.386Z] 465390b6f3e8: Waiting [2020-12-21T16:38:10.386Z] 7fb97b0de995: Layer already exists [2020-12-21T16:38:10.386Z] 18dc76a29482: Layer already exists [2020-12-21T16:38:10.386Z] 8618c72fecb8: Layer already exists [2020-12-21T16:38:10.386Z] 6b981bf2e0f1: Layer already exists [2020-12-21T16:38:10.386Z] bdeb5ad2d937: Layer already exists [2020-12-21T16:38:10.386Z] 246c4efac4fd: Layer already exists [2020-12-21T16:38:10.386Z] ea97f7430b6c: Layer already exists [2020-12-21T16:38:10.386Z] 465390b6f3e8: Layer already exists [2020-12-21T16:38:10.386Z] 12483a5c7e40: Layer already exists [2020-12-21T16:38:10.386Z] 348802d6ed4a: Layer already exists [2020-12-21T16:38:10.386Z] 62730860e49c: Layer already exists [2020-12-21T16:38:10.386Z] fbde41d77d8c: Layer already exists [2020-12-21T16:38:10.386Z] f3e26e9cc915: Layer already exists [2020-12-21T16:38:10.386Z] 777b2c648970: Layer already exists [2020-12-21T16:38:10.386Z] master: digest: sha256:38affd0381c19b363abbf4a3ddb757261140a8251ebc50a4b55ab1e202623fb7 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-21T16:38:10.529Z] ---> Running in 7123709d69bc [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:38:10.582Z] ===================================================== [Pipeline] echo [2020-12-21T16:38:10.639Z] taggedImages: [2020-12-21T16:38:10.639Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:38:10.639Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.19 [2020-12-21T16:38:10.639Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:38:10.639Z] - 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] } [2020-12-21T16:38:11.974Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:38:11.974Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:38:11.974Z] ---> 03cae938dcf8 [2020-12-21T16:38:11.974Z] Step 3/24 : WORKDIR /edgex-go [2020-12-21T16:38:11.974Z] ---> Using cache [2020-12-21T16:38:11.974Z] ---> baeeb9502a34 [2020-12-21T16:38:11.974Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:38:11.974Z] ---> Using cache [2020-12-21T16:38:11.974Z] ---> ea9acb645ff0 [2020-12-21T16:38:11.974Z] Step 5/24 : RUN apk update && apk add make git [2020-12-21T16:38:11.974Z] ---> Using cache [2020-12-21T16:38:11.974Z] ---> 1ada1dce484f [2020-12-21T16:38:11.974Z] Step 6/24 : COPY go.mod . [2020-12-21T16:38:11.975Z] ---> Using cache [2020-12-21T16:38:11.975Z] ---> 22895498d2d1 [2020-12-21T16:38:11.975Z] Step 7/24 : RUN go mod download [2020-12-21T16:38:11.975Z] ---> Using cache [2020-12-21T16:38:11.975Z] ---> bf2e1ae95d78 [2020-12-21T16:38:11.975Z] Step 8/24 : COPY . .fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:38:11.975Z] [2020-12-21T16:38:12.249Z] ---> Using cache [2020-12-21T16:38:12.249Z] ---> 2ba48e29e163 [2020-12-21T16:38:12.249Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-21T16:38:12.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:38:13.120Z] ---> Running in 86d72d9214fe [2020-12-21T16:38:14.113Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:38:14.113Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:38:14.113Z] OK: 12620 distinct packages available [2020-12-21T16:38:14.709Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:38:14.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:38:14.709Z] ---> 03cae938dcf8 [2020-12-21T16:38:14.709Z] Step 3/23 : WORKDIR /edgex-go [2020-12-21T16:38:14.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-21T16:38:14.709Z] ---> Using cache [2020-12-21T16:38:14.709Z] ---> baeeb9502a34 [2020-12-21T16:38:14.709Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:38:14.709Z] ---> Using cache [2020-12-21T16:38:14.709Z] ---> ea9acb645ff0 [2020-12-21T16:38:14.709Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-21T16:38:14.709Z] OK: 217 MiB in 51 packages [2020-12-21T16:38:15.314Z] ---> Running in 77d93b61ac18 [2020-12-21T16:38:15.595Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:38:15.595Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:38:15.595Z] ---> 03cae938dcf8 [2020-12-21T16:38:15.595Z] Step 3/24 : WORKDIR /edgex-go [2020-12-21T16:38:15.595Z] ---> Using cache [2020-12-21T16:38:15.595Z] ---> baeeb9502a34 [2020-12-21T16:38:15.595Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:38:15.595Z] ---> Using cache [2020-12-21T16:38:15.595Z] ---> ea9acb645ff0 [2020-12-21T16:38:15.595Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-21T16:38:15.870Z] ---> Running in 1df5c12a1683 [2020-12-21T16:38:16.472Z] Removing intermediate container 7123709d69bc [2020-12-21T16:38:16.473Z] ---> 2f5bc6b07c3e [2020-12-21T16:38:16.473Z] Step 6/27 : COPY go.mod . [2020-12-21T16:38:17.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:38:17.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:38:18.012Z] ---> 7ca4760ed946 [2020-12-21T16:38:18.012Z] Step 7/27 : RUN go mod download [2020-12-21T16:38:18.012Z] ---> Running in b0de554105ba [2020-12-21T16:38:18.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:38:18.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:38:19.554Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:38:19.554Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:38:19.554Z] OK: 12620 distinct packages available [2020-12-21T16:38:19.828Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:38:19.828Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:38:19.828Z] OK: 12620 distinct packages available [2020-12-21T16:38:20.427Z] OK: 217 MiB in 51 packages [2020-12-21T16:38:20.427Z] OK: 217 MiB in 51 packages [2020-12-21T16:38:22.414Z] Removing intermediate container 77d93b61ac18 [2020-12-21T16:38:22.414Z] ---> 0490b7280bce [2020-12-21T16:38:22.414Z] Step 6/23 : COPY go.mod . [2020-12-21T16:38:22.698Z] Removing intermediate container 1df5c12a1683 [2020-12-21T16:38:22.698Z] ---> 788e18ff4110 [2020-12-21T16:38:22.698Z] Step 6/24 : COPY go.mod . [2020-12-21T16:38:22.972Z] Removing intermediate container b0de554105ba [2020-12-21T16:38:22.972Z] ---> c3f52e2f51b7 [2020-12-21T16:38:22.972Z] Step 8/27 : COPY . . [2020-12-21T16:38:23.571Z] ---> c6f2ce55856d [2020-12-21T16:38:23.571Z] Step 7/23 : RUN go mod download [2020-12-21T16:38:23.847Z] ---> Running in 104308f44074 [2020-12-21T16:38:24.124Z] ---> bae7e3bc3f3f [2020-12-21T16:38:24.124Z] Step 7/24 : RUN go mod download [2020-12-21T16:38:24.737Z] ---> Running in 9c3beecd3ec4 [2020-12-21T16:38:31.473Z] Removing intermediate container 104308f44074 [2020-12-21T16:38:31.473Z] ---> c18fc31b2554 [2020-12-21T16:38:31.473Z] Step 8/23 : COPY . . [2020-12-21T16:38:31.473Z] Removing intermediate container 9c3beecd3ec4 [2020-12-21T16:38:31.473Z] ---> cc63640d1ede [2020-12-21T16:38:31.473Z] Step 8/24 : COPY . . [2020-12-21T16:38:39.920Z] ---> 3c53de93f521 [2020-12-21T16:38:39.920Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-21T16:38:39.920Z] ---> Running in 5e4f5d1066ec [2020-12-21T16:38:41.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-21T16:38:50.203Z] ---> 187bb1faf804 [2020-12-21T16:38:50.203Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-21T16:38:50.203Z] ---> c0616076163c [2020-12-21T16:38:50.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-21T16:38:50.203Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-21T16:38:50.203Z] ---> Running in ec47cce4a0e2 [2020-12-21T16:38:50.203Z] ---> Running in beb385a7d188 [2020-12-21T16:38:51.652Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/core-data/core-data ./cmd/core-data [2020-12-21T16:38:51.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-21T16:39:04.081Z] Removing intermediate container 86d72d9214fe [2020-12-21T16:39:04.081Z] ---> 667ae2da3479 [2020-12-21T16:39:04.081Z] [2020-12-21T16:39:04.081Z] Step 10/24 : FROM alpine:3.10 [2020-12-21T16:39:04.081Z] ---> 536a684cf733 [2020-12-21T16:39:04.081Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-21T16:39:04.081Z] ---> Using cache [2020-12-21T16:39:04.081Z] ---> ef6d15c024fa [2020-12-21T16:39:04.081Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-21T16:39:04.081Z] ---> Running in e2688b1e7271 [2020-12-21T16:39:04.081Z] Removing intermediate container e2688b1e7271 [2020-12-21T16:39:04.081Z] ---> 1956909c637b [2020-12-21T16:39:04.081Z] Step 13/24 : WORKDIR / [2020-12-21T16:39:04.081Z] ---> Running in 6bb26b40e7b3 [2020-12-21T16:39:05.071Z] Removing intermediate container 6bb26b40e7b3 [2020-12-21T16:39:05.071Z] ---> 4eb9754449ad [2020-12-21T16:39:05.071Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-21T16:39:06.066Z] ---> e7445ac650aa [2020-12-21T16:39:06.066Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-21T16:39:07.525Z] ---> eac129e04afa [2020-12-21T16:39:07.525Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-21T16:39:08.516Z] ---> 06e7bcf90237 [2020-12-21T16:39:08.517Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-21T16:39:09.987Z] ---> c2716416fffb [2020-12-21T16:39:09.987Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-21T16:39:11.965Z] ---> ea4b2a8e1276 [2020-12-21T16:39:11.965Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-21T16:39:12.951Z] ---> a596091fbdcb [2020-12-21T16:39:12.951Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-21T16:39:13.232Z] ---> Running in 8a163f900c44 [2020-12-21T16:39:16.643Z] Removing intermediate container 8a163f900c44 [2020-12-21T16:39:16.643Z] ---> 0174a96a5963 [2020-12-21T16:39:16.643Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-21T16:39:16.918Z] ---> Running in f9fd7415a8ad [2020-12-21T16:39:17.518Z] Removing intermediate container f9fd7415a8ad [2020-12-21T16:39:17.518Z] ---> 905774548e9f [2020-12-21T16:39:17.518Z] Step 22/24 : LABEL arch=arm64 [2020-12-21T16:39:17.798Z] ---> Running in 43797ed70470 [2020-12-21T16:39:18.403Z] Removing intermediate container 43797ed70470 [2020-12-21T16:39:18.403Z] ---> 16a39dbab1c6 [2020-12-21T16:39:18.403Z] Step 23/24 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:39:18.403Z] ---> Running in 22dffdee4c0f [2020-12-21T16:39:19.003Z] Removing intermediate container 22dffdee4c0f [2020-12-21T16:39:19.003Z] ---> b5bdca17ca43 [2020-12-21T16:39:19.003Z] Step 24/24 : LABEL version=2.0.0-dev.19 [2020-12-21T16:39:19.279Z] ---> Running in 41bca0ad0e6f [2020-12-21T16:39:19.888Z] Removing intermediate container 41bca0ad0e6f [2020-12-21T16:39:19.888Z] ---> f15f15bbd952 [2020-12-21T16:39:19.888Z] [2020-12-21T16:39:20.164Z] Successfully built f15f15bbd952 [2020-12-21T16:39:20.448Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-21T16:39:47.282Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5e4f5d1066ec [2020-12-21T16:39:47.282Z] ---> dec3e46ba063 [2020-12-21T16:39:47.282Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-21T16:39:47.282Z] ---> Running in 48a65f36fe35 [2020-12-21T16:39:47.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.19" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-21T16:39:52.709Z] Removing intermediate container 48a65f36fe35 [2020-12-21T16:39:52.709Z] ---> 2a289e8dea8e [2020-12-21T16:39:52.709Z] [2020-12-21T16:39:52.709Z] Step 11/27 : FROM docker:latest [2020-12-21T16:39:52.709Z] ---> f66387bf908a [2020-12-21T16:39:52.709Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-21T16:39:52.709Z] ---> Running in d7ffff65ba33 [2020-12-21T16:39:54.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:39:54.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:39:54.435Z] (1/2) Installing readline (8.0.4-r0) [2020-12-21T16:39:54.715Z] (2/2) Installing bash (5.0.17-r0) [2020-12-21T16:39:54.715Z] Executing bash-5.0.17-r0.post-install [2020-12-21T16:39:54.715Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:39:54.715Z] OK: 12 MiB in 22 packages [2020-12-21T16:39:57.381Z] Removing intermediate container d7ffff65ba33 [2020-12-21T16:39:57.381Z] ---> c435bf5a3292 [2020-12-21T16:39:57.381Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-21T16:39:57.656Z] ---> Running in d60709f43a88 [2020-12-21T16:39:58.264Z] Removing intermediate container beb385a7d188 [2020-12-21T16:39:58.264Z] ---> f8c3c1b0f6d5 [2020-12-21T16:39:58.264Z] [2020-12-21T16:39:58.264Z] Step 10/24 : FROM scratch [2020-12-21T16:39:58.264Z] ---> [2020-12-21T16:39:58.264Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-21T16:39:58.542Z] ---> Running in 37812249ab43 [2020-12-21T16:39:59.144Z] Removing intermediate container 37812249ab43 [2020-12-21T16:39:59.144Z] ---> 643c697ce9fc [2020-12-21T16:39:59.144Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-21T16:39:59.144Z] ---> Running in 4d631721db6d [2020-12-21T16:39:59.739Z] Removing intermediate container 4d631721db6d [2020-12-21T16:39:59.739Z] ---> c6cdfbf935ba [2020-12-21T16:39:59.739Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-21T16:40:00.014Z] ---> Running in f613a2d74697 [2020-12-21T16:40:00.014Z] Removing intermediate container d60709f43a88 [2020-12-21T16:40:00.014Z] ---> 84281b36fb6a [2020-12-21T16:40:00.014Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-21T16:40:00.286Z] ---> Running in ed7177139b4f [2020-12-21T16:40:00.286Z] Removing intermediate container f613a2d74697 [2020-12-21T16:40:00.286Z] ---> a209986a9ee8 [2020-12-21T16:40:00.286Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-21T16:40:00.878Z] Removing intermediate container ed7177139b4f [2020-12-21T16:40:00.878Z] ---> 8fa4cc4b1f37 [2020-12-21T16:40:00.878Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-21T16:40:00.878Z] ---> Running in e006b4c86b26 [2020-12-21T16:40:01.151Z] ---> 1afa6d9258ae [2020-12-21T16:40:01.151Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-21T16:40:01.750Z] Removing intermediate container e006b4c86b26 [2020-12-21T16:40:01.750Z] ---> b8b83fcc0165 [2020-12-21T16:40:01.750Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-21T16:40:02.023Z] ---> Running in 2fbde3d508fb [2020-12-21T16:40:02.300Z] ---> 19b621212dc2 [2020-12-21T16:40:02.300Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-21T16:40:02.572Z] Removing intermediate container 2fbde3d508fb [2020-12-21T16:40:02.572Z] ---> 77dc13b0410f [2020-12-21T16:40:02.572Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-21T16:40:04.031Z] ---> 1998374dbb7f [2020-12-21T16:40:04.031Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-21T16:40:04.031Z] ---> 0a3303e7cf7a [2020-12-21T16:40:04.031Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-21T16:40:04.633Z] ---> 1f0a74d69eae [2020-12-21T16:40:04.633Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-21T16:40:04.904Z] ---> f97286eef6a3 [2020-12-21T16:40:04.904Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-21T16:40:06.335Z] ---> 16ff4f6a2f4c [2020-12-21T16:40:06.335Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-21T16:40:06.335Z] ---> 8dcc0c8792b5 [2020-12-21T16:40:06.335Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-21T16:40:06.335Z] ---> Running in a96680f651cd [2020-12-21T16:40:06.941Z] ---> 59c8a18475ac [2020-12-21T16:40:06.941Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-21T16:40:06.941Z] ---> Running in f13dae1eb7dd [2020-12-21T16:40:07.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:40:07.580Z] Removing intermediate container f13dae1eb7dd [2020-12-21T16:40:07.580Z] ---> beb5fde6d01a [2020-12-21T16:40:07.580Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:40:07.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:40:07.856Z] ---> Running in 46c12229209c [2020-12-21T16:40:08.140Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-21T16:40:08.140Z] (2/33) Installing expat (2.2.9-r1) [2020-12-21T16:40:08.140Z] (3/33) Installing libffi (3.3-r2) [2020-12-21T16:40:08.140Z] (4/33) Installing gdbm (1.13-r1) [2020-12-21T16:40:08.414Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-21T16:40:08.414Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-21T16:40:08.414Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-21T16:40:08.414Z] Removing intermediate container 46c12229209c [2020-12-21T16:40:08.414Z] ---> 196d023f85e6 [2020-12-21T16:40:08.414Z] Step 22/24 : LABEL arch=arm64 [2020-12-21T16:40:09.408Z] ---> Running in 647d6cc487cd [2020-12-21T16:40:10.008Z] Removing intermediate container 647d6cc487cd [2020-12-21T16:40:10.008Z] ---> ead058857e4f [2020-12-21T16:40:10.008Z] Step 23/24 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:40:10.279Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-21T16:40:10.279Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-21T16:40:10.279Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-21T16:40:10.279Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-21T16:40:10.279Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-21T16:40:10.550Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-21T16:40:10.550Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-21T16:40:10.550Z] ---> Running in d4ff3efe1e26 [2020-12-21T16:40:10.550Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-21T16:40:10.550Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-21T16:40:10.550Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-21T16:40:10.824Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-21T16:40:10.824Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-21T16:40:10.824Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-21T16:40:10.824Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-21T16:40:11.096Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-21T16:40:11.096Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-21T16:40:11.096Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-21T16:40:11.096Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-21T16:40:11.096Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-21T16:40:11.096Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-21T16:40:11.369Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-21T16:40:11.369Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-21T16:40:11.369Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-21T16:40:11.369Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-21T16:40:11.369Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-21T16:40:11.369Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-21T16:40:11.369Z] Removing intermediate container d4ff3efe1e26 [2020-12-21T16:40:11.369Z] ---> 9e80ba179b67 [2020-12-21T16:40:11.369Z] Step 24/24 : LABEL version=2.0.0-dev.19 [2020-12-21T16:40:11.369Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:40:11.640Z] OK: 71 MiB in 55 packages [2020-12-21T16:40:11.640Z] ---> Running in 538144beb5c1 [2020-12-21T16:40:11.925Z] Removing intermediate container ec47cce4a0e2 [2020-12-21T16:40:11.925Z] ---> c5644bb99696 [2020-12-21T16:40:11.925Z] [2020-12-21T16:40:11.925Z] Step 10/23 : FROM alpine [2020-12-21T16:40:11.925Z] ---> afeebe901d6b [2020-12-21T16:40:11.925Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:40:12.206Z] ---> Running in a6dec65d441e [2020-12-21T16:40:12.206Z] Removing intermediate container 538144beb5c1 [2020-12-21T16:40:12.206Z] ---> bd371dcb67e5 [2020-12-21T16:40:12.206Z] [2020-12-21T16:40:12.479Z] Successfully built bd371dcb67e5 [2020-12-21T16:40:12.750Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-21T16:40:12.750Z]  Building docker-support-notifications-go ... done Removing intermediate container a6dec65d441e [2020-12-21T16:40:12.750Z] ---> 81077142fdc4 [2020-12-21T16:40:12.750Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-21T16:40:13.023Z] ---> Running in c795d22df669 [2020-12-21T16:40:13.618Z] Removing intermediate container c795d22df669 [2020-12-21T16:40:13.618Z] ---> 44be84b15a5d [2020-12-21T16:40:13.618Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-21T16:40:13.618Z] ---> Running in 51195b863b22 [2020-12-21T16:40:14.253Z] Removing intermediate container 51195b863b22 [2020-12-21T16:40:14.253Z] ---> 304732d95ef0 [2020-12-21T16:40:14.253Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:40:14.532Z] ---> Running in d76aeeeb7947 [2020-12-21T16:40:17.224Z] Removing intermediate container d76aeeeb7947 [2020-12-21T16:40:17.224Z] ---> 7032edc4a661 [2020-12-21T16:40:17.224Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-21T16:40:17.496Z] ---> Running in baadbc634ec3 [2020-12-21T16:40:18.099Z] Removing intermediate container a96680f651cd [2020-12-21T16:40:18.099Z] ---> ca6488db8fa3 [2020-12-21T16:40:18.099Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-21T16:40:18.099Z] ---> Running in 293957aecf26 [2020-12-21T16:40:18.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:40:19.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:40:20.272Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-21T16:40:20.272Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-21T16:40:20.272Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-21T16:40:20.544Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-21T16:40:20.817Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-21T16:40:20.817Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:40:20.817Z] OK: 8 MiB in 19 packages [2020-12-21T16:40:22.256Z] Removing intermediate container baadbc634ec3 [2020-12-21T16:40:22.256Z] ---> 5950e3482ea4 [2020-12-21T16:40:22.256Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-21T16:40:22.853Z] ---> cc9a163ac424 [2020-12-21T16:40:22.853Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-21T16:40:23.128Z] Collecting docker-compose==1.23.2 [2020-12-21T16:40:23.401Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-21T16:40:23.999Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-21T16:40:23.999Z] ---> 3b0efd8e1d78 [2020-12-21T16:40:23.999Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-21T16:40:24.270Z] Collecting texttable<0.10,>=0.9.0 [2020-12-21T16:40:24.270Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-21T16:40:24.862Z] ---> 7d01766db182 [2020-12-21T16:40:24.862Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-21T16:40:25.136Z] ---> Running in 9df43c109a99 [2020-12-21T16:40:25.756Z] Removing intermediate container 9df43c109a99 [2020-12-21T16:40:25.756Z] ---> 25f2b1c7dd2f [2020-12-21T16:40:25.756Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:40:25.756Z] ---> Running in c97c0e3a503e [2020-12-21T16:40:26.048Z] Removing intermediate container c97c0e3a503e [2020-12-21T16:40:26.048Z] ---> 6947a187d24f [2020-12-21T16:40:26.048Z] Step 21/23 : LABEL arch=arm64 [2020-12-21T16:40:26.350Z] ---> Running in 554f30e3713f [2020-12-21T16:40:26.350Z] Collecting cached-property<2,>=1.2.0 [2020-12-21T16:40:26.350Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-21T16:40:26.664Z] Removing intermediate container 554f30e3713f [2020-12-21T16:40:26.664Z] ---> c6903c15190f [2020-12-21T16:40:26.664Z] Step 22/23 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:40:26.664Z] ---> Running in 9c544efa5bf9 [2020-12-21T16:40:26.664Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-21T16:40:26.945Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-21T16:40:27.219Z] Removing intermediate container 9c544efa5bf9 [2020-12-21T16:40:27.219Z] ---> e9b1d4f4cc4d [2020-12-21T16:40:27.219Z] Step 23/23 : LABEL version=2.0.0-dev.19 [2020-12-21T16:40:27.219Z] ---> Running in d50bcfed99b7 [2020-12-21T16:40:27.816Z] Removing intermediate container d50bcfed99b7 [2020-12-21T16:40:27.816Z] ---> e068be87af8b [2020-12-21T16:40:27.816Z] [2020-12-21T16:40:28.087Z] Successfully built e068be87af8b [2020-12-21T16:40:28.087Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-21T16:40:29.058Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2020-12-21T16:40:29.058Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-21T16:40:31.018Z] Collecting jsonschema<3,>=2.5.1 [2020-12-21T16:40:31.018Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-21T16:40:31.611Z] Collecting PyYAML<4,>=3.10 [2020-12-21T16:40:31.611Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-21T16:40:34.992Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-21T16:40:34.992Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-21T16:40:35.959Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-21T16:40:35.959Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-21T16:40:36.548Z] Collecting docker<4.0,>=3.6.0 [2020-12-21T16:40:36.548Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-21T16:40:37.138Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-21T16:40:37.138Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-21T16:40:37.730Z] Collecting idna<2.8,>=2.5 [2020-12-21T16:40:37.730Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-21T16:40:37.730Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-21T16:40:37.730Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-21T16:40:37.730Z] Collecting docker-pycreds>=0.4.0 [2020-12-21T16:40:37.999Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-21T16:40:37.999Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-21T16:40:37.999Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-21T16:40:37.999Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-21T16:40:37.999Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-21T16:40:38.972Z] Installing collected packages: texttable, cached-property, dockerpty, docopt, jsonschema, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-12-21T16:40:38.972Z] Running setup.py install for texttable: started [2020-12-21T16:40:40.399Z] Running setup.py install for texttable: finished with status 'done' [2020-12-21T16:40:40.670Z] Running setup.py install for dockerpty: started [2020-12-21T16:40:42.635Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-21T16:40:42.635Z] Running setup.py install for docopt: started [2020-12-21T16:40:44.062Z] Running setup.py install for docopt: finished with status 'done' [2020-12-21T16:40:44.334Z] Running setup.py install for PyYAML: started [2020-12-21T16:40:46.301Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-21T16:40:46.574Z] Attempting uninstall: urllib3 [2020-12-21T16:40:46.574Z] Found existing installation: urllib3 1.25.9 [2020-12-21T16:40:46.574Z] Uninstalling urllib3-1.25.9: [2020-12-21T16:40:46.844Z] Successfully uninstalled urllib3-1.25.9 [2020-12-21T16:40:47.435Z] Attempting uninstall: idna [2020-12-21T16:40:47.435Z] Found existing installation: idna 2.9 [2020-12-21T16:40:47.435Z] Uninstalling idna-2.9: [2020-12-21T16:40:47.435Z] Successfully uninstalled idna-2.9 [2020-12-21T16:40:48.028Z] Attempting uninstall: requests [2020-12-21T16:40:48.028Z] Found existing installation: requests 2.23.0 [2020-12-21T16:40:48.028Z] Uninstalling requests-2.23.0: [2020-12-21T16:40:48.300Z] Successfully uninstalled requests-2.23.0 [2020-12-21T16:40:50.265Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-21T16:40:53.649Z] Removing intermediate container 293957aecf26 [2020-12-21T16:40:53.649Z] ---> a0dc08229bbb [2020-12-21T16:40:53.649Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-21T16:40:53.649Z] ---> Running in 594a62f1cec7 [2020-12-21T16:40:55.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T16:40:55.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T16:40:55.670Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-21T16:40:55.670Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-21T16:40:55.670Z] (3/3) Installing curl (7.69.1-r3) [2020-12-21T16:40:55.670Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:40:55.945Z] OK: 71 MiB in 58 packages [2020-12-21T16:40:57.376Z] Removing intermediate container 594a62f1cec7 [2020-12-21T16:40:57.376Z] ---> 8af0e7ba85ce [2020-12-21T16:40:57.376Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-21T16:40:57.376Z] ---> Running in 4e419ab5b1ee [2020-12-21T16:40:57.650Z] Removing intermediate container 4e419ab5b1ee [2020-12-21T16:40:57.650Z] ---> 30f7d248000f [2020-12-21T16:40:57.650Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:40:57.966Z] ---> Running in 3d45451209ea [2020-12-21T16:40:58.242Z] Removing intermediate container 3d45451209ea [2020-12-21T16:40:58.242Z] ---> f2c2632a0060 [2020-12-21T16:40:58.242Z] Step 25/27 : LABEL arch=arm64 [2020-12-21T16:40:58.514Z] ---> Running in 09776e5d05c2 [2020-12-21T16:40:59.107Z] Removing intermediate container 09776e5d05c2 [2020-12-21T16:40:59.107Z] ---> d063de7a3416 [2020-12-21T16:40:59.107Z] Step 26/27 : LABEL git_sha=c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:40:59.107Z] ---> Running in 05e3a9942ff3 [2020-12-21T16:40:59.380Z] Removing intermediate container 05e3a9942ff3 [2020-12-21T16:40:59.380Z] ---> ffa1692fa234 [2020-12-21T16:40:59.650Z] Step 27/27 : LABEL version=2.0.0-dev.19 [2020-12-21T16:40:59.650Z] ---> Running in 7714ec04a027 [2020-12-21T16:40:59.924Z] Removing intermediate container 7714ec04a027 [2020-12-21T16:40:59.924Z] ---> 9cfa5f85f59f [2020-12-21T16:40:59.924Z] [2020-12-21T16:41:00.514Z] Successfully built 9cfa5f85f59f [2020-12-21T16:41:00.514Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-21T16:41:00.800Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-21T16:41:00.798Z] $ docker stop --time=1 c72bbcf9329c0eab63c7644985cf87556b0f10b2ae50b661b1abaae9cbda9eb2 [2020-12-21T16:41:02.610Z] $ docker rm -f c72bbcf9329c0eab63c7644985cf87556b0f10b2ae50b661b1abaae9cbda9eb2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T16:41:03.291Z] + docker images [2020-12-21T16:41:03.291Z] + grep docker [2020-12-21T16:41:03.562Z] docker-sys-mgmt-agent-go-arm64 latest 9cfa5f85f59f 4 seconds ago 300MB [2020-12-21T16:41:03.562Z] docker-core-data-go-arm64 latest e068be87af8b 36 seconds ago 21MB [2020-12-21T16:41:03.562Z] docker-support-notifications-go-arm64 latest bd371dcb67e5 51 seconds ago 11.4MB [2020-12-21T16:41:03.562Z] docker-security-secretstore-setup-go-arm64 latest f15f15bbd952 About a minute ago 23.5MB [2020-12-21T16:41:03.562Z] docker-core-metadata-go-arm64 latest 1f74a08f43fd 3 minutes ago 12.3MB [2020-12-21T16:41:03.562Z] docker-security-proxy-setup-go-arm64 latest e3a48b9250dd 3 minutes ago 23.4MB [2020-12-21T16:41:03.562Z] docker-security-bootstrap-redis-go-arm64 latest 0c207a3f7426 3 minutes ago 15.2MB [2020-12-21T16:41:03.562Z] docker-core-command-go-arm64 latest 449775b9d5c7 3 minutes ago 9.98MB [2020-12-21T16:41:03.562Z] docker-support-scheduler-go-arm64 latest a06308b7d955 3 minutes ago 10.1MB [2020-12-21T16:41:03.562Z] docker latest f66387bf908a 2 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T16:41:04.058Z] provisioning config files... [2020-12-21T16:41:04.097Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/263@tmp/config3198255795460305583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:41:04.490Z] ---> docker-login.sh [2020-12-21T16:41:04.490Z] nexus3.edgexfoundry.org:10001 [2020-12-21T16:41:04.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:41:05.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:41:05.031Z] Configure a credential helper to remove this warning. See [2020-12-21T16:41:05.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:41:05.031Z] [2020-12-21T16:41:05.031Z] Login Succeeded [2020-12-21T16:41:05.031Z] nexus3.edgexfoundry.org:10002 [2020-12-21T16:41:05.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:41:05.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:41:05.303Z] Configure a credential helper to remove this warning. See [2020-12-21T16:41:05.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:41:05.303Z] [2020-12-21T16:41:05.303Z] Login Succeeded [2020-12-21T16:41:05.573Z] nexus3.edgexfoundry.org:10003 [2020-12-21T16:41:05.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:41:05.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:41:05.845Z] Configure a credential helper to remove this warning. See [2020-12-21T16:41:05.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:41:05.845Z] [2020-12-21T16:41:05.845Z] Login Succeeded [2020-12-21T16:41:05.845Z] nexus3.edgexfoundry.org:10004 [2020-12-21T16:41:06.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:41:06.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:41:06.439Z] Configure a credential helper to remove this warning. See [2020-12-21T16:41:06.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:41:06.439Z] [2020-12-21T16:41:06.439Z] Login Succeeded [2020-12-21T16:41:06.439Z] docker.io [2020-12-21T16:41:07.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:41:07.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:41:07.308Z] Configure a credential helper to remove this warning. See [2020-12-21T16:41:07.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:41:07.308Z] [2020-12-21T16:41:07.308Z] Login Succeeded [2020-12-21T16:41:07.308Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T16:41:07.326Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:07.526Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-21T16:41:07.526Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:07.526Z] 2.0.0-dev.19 [2020-12-21T16:41:07.526Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:07.526Z] master [2020-12-21T16:41:07.526Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:08.026Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:08.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:08.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-21T16:41:08.358Z] 9c8065d66bb9: Preparing [2020-12-21T16:41:08.358Z] a9ce8d8336e4: Preparing [2020-12-21T16:41:08.358Z] 56330860cb6a: Preparing [2020-12-21T16:41:08.630Z] 9c8065d66bb9: Pushed [2020-12-21T16:41:08.630Z] 56330860cb6a: Pushed [2020-12-21T16:41:11.267Z] a9ce8d8336e4: Pushed [2020-12-21T16:41:11.267Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:62bc6de854d4ddb1cc94e907eab0e4e594d6574fa7177e81c2491da34c3a53fa size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:11.626Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:11.983Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:11.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-21T16:41:11.983Z] 9c8065d66bb9: Preparing [2020-12-21T16:41:11.983Z] a9ce8d8336e4: Preparing [2020-12-21T16:41:11.983Z] 56330860cb6a: Preparing [2020-12-21T16:41:11.983Z] 9c8065d66bb9: Layer already exists [2020-12-21T16:41:11.983Z] 56330860cb6a: Layer already exists [2020-12-21T16:41:11.983Z] a9ce8d8336e4: Layer already exists [2020-12-21T16:41:12.253Z] 2.0.0-dev.19: digest: sha256:62bc6de854d4ddb1cc94e907eab0e4e594d6574fa7177e81c2491da34c3a53fa size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:13.742Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:14.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:14.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-21T16:41:14.084Z] 9c8065d66bb9: Preparing [2020-12-21T16:41:14.084Z] a9ce8d8336e4: Preparing [2020-12-21T16:41:14.084Z] 56330860cb6a: Preparing [2020-12-21T16:41:14.084Z] a9ce8d8336e4: Layer already exists [2020-12-21T16:41:14.084Z] 56330860cb6a: Layer already exists [2020-12-21T16:41:14.084Z] 9c8065d66bb9: Layer already exists [2020-12-21T16:41:14.355Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:62bc6de854d4ddb1cc94e907eab0e4e594d6574fa7177e81c2491da34c3a53fa size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:14.697Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:15.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-21T16:41:15.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-21T16:41:15.033Z] 9c8065d66bb9: Preparing [2020-12-21T16:41:15.033Z] a9ce8d8336e4: Preparing [2020-12-21T16:41:15.033Z] 56330860cb6a: Preparing [2020-12-21T16:41:15.304Z] 9c8065d66bb9: Layer already exists [2020-12-21T16:41:15.304Z] a9ce8d8336e4: Layer already exists [2020-12-21T16:41:15.304Z] 56330860cb6a: Layer already exists [2020-12-21T16:41:15.304Z] master: digest: sha256:62bc6de854d4ddb1cc94e907eab0e4e594d6574fa7177e81c2491da34c3a53fa size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:15.493Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:15.537Z] taggedImages: [2020-12-21T16:41:15.537Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:15.537Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:15.537Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:15.537Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-21T16:41:15.615Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-21T16:41:15.615Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:15.615Z] 2.0.0-dev.19 [2020-12-21T16:41:15.615Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:15.615Z] master [2020-12-21T16:41:15.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:16.114Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:16.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:16.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-21T16:41:16.442Z] 8810236a2f32: Preparing [2020-12-21T16:41:16.442Z] eb75140a27d0: Preparing [2020-12-21T16:41:16.442Z] 2837f3fb6ce2: Preparing [2020-12-21T16:41:16.442Z] 4ec6315d0079: Preparing [2020-12-21T16:41:16.442Z] 79c2cd88ceda: Preparing [2020-12-21T16:41:16.442Z] 379067d0cb53: Preparing [2020-12-21T16:41:16.442Z] 379067d0cb53: Waiting [2020-12-21T16:41:16.721Z] 79c2cd88ceda: Pushed [2020-12-21T16:41:16.721Z] 2837f3fb6ce2: Pushed [2020-12-21T16:41:16.721Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:16.721Z] 8810236a2f32: Pushed [2020-12-21T16:41:17.313Z] 4ec6315d0079: Pushed [2020-12-21T16:41:19.915Z] eb75140a27d0: Pushed [2020-12-21T16:41:19.915Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:fb9c6c4cc77ced9490fdcde3facffc05947b1108c83be71919a051d2587d6494 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:20.252Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:20.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:20.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-21T16:41:20.584Z] 8810236a2f32: Preparing [2020-12-21T16:41:20.584Z] eb75140a27d0: Preparing [2020-12-21T16:41:20.584Z] 2837f3fb6ce2: Preparing [2020-12-21T16:41:20.584Z] 4ec6315d0079: Preparing [2020-12-21T16:41:20.584Z] 79c2cd88ceda: Preparing [2020-12-21T16:41:20.584Z] 379067d0cb53: Preparing [2020-12-21T16:41:20.584Z] 379067d0cb53: Waiting [2020-12-21T16:41:20.857Z] eb75140a27d0: Layer already exists [2020-12-21T16:41:20.857Z] 8810236a2f32: Layer already exists [2020-12-21T16:41:20.857Z] 4ec6315d0079: Layer already exists [2020-12-21T16:41:20.857Z] 2837f3fb6ce2: Layer already exists [2020-12-21T16:41:20.857Z] 79c2cd88ceda: Layer already exists [2020-12-21T16:41:20.857Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:20.857Z] 2.0.0-dev.19: digest: sha256:fb9c6c4cc77ced9490fdcde3facffc05947b1108c83be71919a051d2587d6494 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:21.191Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:21.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:21.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-21T16:41:21.522Z] 8810236a2f32: Preparing [2020-12-21T16:41:21.522Z] eb75140a27d0: Preparing [2020-12-21T16:41:21.522Z] 2837f3fb6ce2: Preparing [2020-12-21T16:41:21.522Z] 4ec6315d0079: Preparing [2020-12-21T16:41:21.522Z] 79c2cd88ceda: Preparing [2020-12-21T16:41:21.522Z] 379067d0cb53: Preparing [2020-12-21T16:41:21.522Z] 379067d0cb53: Waiting [2020-12-21T16:41:21.522Z] eb75140a27d0: Layer already exists [2020-12-21T16:41:21.522Z] 8810236a2f32: Layer already exists [2020-12-21T16:41:21.791Z] 4ec6315d0079: Layer already exists [2020-12-21T16:41:21.791Z] 2837f3fb6ce2: Layer already exists [2020-12-21T16:41:21.791Z] 79c2cd88ceda: Layer already exists [2020-12-21T16:41:21.791Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:21.791Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:fb9c6c4cc77ced9490fdcde3facffc05947b1108c83be71919a051d2587d6494 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:22.127Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:22.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-21T16:41:22.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-21T16:41:22.469Z] 8810236a2f32: Preparing [2020-12-21T16:41:22.469Z] eb75140a27d0: Preparing [2020-12-21T16:41:22.469Z] 2837f3fb6ce2: Preparing [2020-12-21T16:41:22.469Z] 4ec6315d0079: Preparing [2020-12-21T16:41:22.469Z] 79c2cd88ceda: Preparing [2020-12-21T16:41:22.469Z] 379067d0cb53: Preparing [2020-12-21T16:41:22.469Z] 379067d0cb53: Waiting [2020-12-21T16:41:22.469Z] 4ec6315d0079: Layer already exists [2020-12-21T16:41:22.469Z] 2837f3fb6ce2: Layer already exists [2020-12-21T16:41:22.469Z] 8810236a2f32: Layer already exists [2020-12-21T16:41:22.469Z] eb75140a27d0: Layer already exists [2020-12-21T16:41:22.740Z] 79c2cd88ceda: Layer already exists [2020-12-21T16:41:22.740Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:22.740Z] master: digest: sha256:fb9c6c4cc77ced9490fdcde3facffc05947b1108c83be71919a051d2587d6494 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:22.981Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:23.029Z] taggedImages: [2020-12-21T16:41:23.029Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:23.029Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:23.029Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:23.029Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-21T16:41:23.117Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-21T16:41:23.117Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:23.117Z] 2.0.0-dev.19 [2020-12-21T16:41:23.117Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:23.117Z] master [2020-12-21T16:41:23.117Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:23.650Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:23.979Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:23.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-21T16:41:23.979Z] 68c674d9d504: Preparing [2020-12-21T16:41:23.979Z] 9068c7539745: Preparing [2020-12-21T16:41:23.979Z] 471f2b19ef61: Preparing [2020-12-21T16:41:24.255Z] 471f2b19ef61: Pushed [2020-12-21T16:41:24.255Z] 68c674d9d504: Pushed [2020-12-21T16:41:27.622Z] 9068c7539745: Pushed [2020-12-21T16:41:27.622Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:364fad44167d6c21a4d9c1480e5c1485320798111d58b695eda6cf96dc157f45 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:27.967Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:28.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:28.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-21T16:41:28.299Z] 68c674d9d504: Preparing [2020-12-21T16:41:28.299Z] 9068c7539745: Preparing [2020-12-21T16:41:28.299Z] 471f2b19ef61: Preparing [2020-12-21T16:41:28.299Z] 471f2b19ef61: Layer already exists [2020-12-21T16:41:28.299Z] 68c674d9d504: Layer already exists [2020-12-21T16:41:28.299Z] 9068c7539745: Layer already exists [2020-12-21T16:41:28.569Z] 2.0.0-dev.19: digest: sha256:364fad44167d6c21a4d9c1480e5c1485320798111d58b695eda6cf96dc157f45 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:28.906Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:29.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:29.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-21T16:41:29.238Z] 68c674d9d504: Preparing [2020-12-21T16:41:29.238Z] 9068c7539745: Preparing [2020-12-21T16:41:29.238Z] 471f2b19ef61: Preparing [2020-12-21T16:41:29.506Z] 9068c7539745: Layer already exists [2020-12-21T16:41:29.506Z] 471f2b19ef61: Layer already exists [2020-12-21T16:41:29.506Z] 68c674d9d504: Layer already exists [2020-12-21T16:41:29.506Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:364fad44167d6c21a4d9c1480e5c1485320798111d58b695eda6cf96dc157f45 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:29.846Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:30.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-21T16:41:30.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-21T16:41:30.179Z] 68c674d9d504: Preparing [2020-12-21T16:41:30.179Z] 9068c7539745: Preparing [2020-12-21T16:41:30.179Z] 471f2b19ef61: Preparing [2020-12-21T16:41:30.179Z] 9068c7539745: Layer already exists [2020-12-21T16:41:30.179Z] 68c674d9d504: Layer already exists [2020-12-21T16:41:30.447Z] 471f2b19ef61: Layer already exists [2020-12-21T16:41:30.447Z] master: digest: sha256:364fad44167d6c21a4d9c1480e5c1485320798111d58b695eda6cf96dc157f45 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:30.674Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:30.763Z] taggedImages: [2020-12-21T16:41:30.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:30.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:30.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:30.763Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-21T16:41:30.831Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-21T16:41:30.831Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:30.831Z] 2.0.0-dev.19 [2020-12-21T16:41:30.831Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:30.831Z] master [2020-12-21T16:41:30.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:31.340Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:31.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:31.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-21T16:41:31.672Z] 14206071b2c4: Preparing [2020-12-21T16:41:31.672Z] 66dfbeeed4fa: Preparing [2020-12-21T16:41:31.672Z] 9396358c21fc: Preparing [2020-12-21T16:41:31.672Z] c8197e24fce5: Preparing [2020-12-21T16:41:31.672Z] 945f3ebe1408: Preparing [2020-12-21T16:41:31.672Z] 694f496c4c47: Preparing [2020-12-21T16:41:31.672Z] 66b385cf80cf: Preparing [2020-12-21T16:41:31.672Z] 66b385cf80cf: Waiting [2020-12-21T16:41:31.672Z] 694f496c4c47: Waiting [2020-12-21T16:41:31.951Z] 66dfbeeed4fa: Pushed [2020-12-21T16:41:31.951Z] 14206071b2c4: Pushed [2020-12-21T16:41:32.222Z] 945f3ebe1408: Pushed [2020-12-21T16:41:32.222Z] 9396358c21fc: Pushed [2020-12-21T16:41:32.222Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:32.493Z] 694f496c4c47: Pushed [2020-12-21T16:41:34.453Z] c8197e24fce5: Pushed [2020-12-21T16:41:34.453Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:e2ad024a17cb7b540cb11acc61edcdcc14c983f61f20ba7b899b0758b4b184c2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:34.831Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:35.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:35.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-21T16:41:35.208Z] 14206071b2c4: Preparing [2020-12-21T16:41:35.208Z] 66dfbeeed4fa: Preparing [2020-12-21T16:41:35.208Z] 9396358c21fc: Preparing [2020-12-21T16:41:35.208Z] c8197e24fce5: Preparing [2020-12-21T16:41:35.208Z] 945f3ebe1408: Preparing [2020-12-21T16:41:35.208Z] 694f496c4c47: Preparing [2020-12-21T16:41:35.208Z] 66b385cf80cf: Preparing [2020-12-21T16:41:35.208Z] 694f496c4c47: Waiting [2020-12-21T16:41:35.208Z] 66b385cf80cf: Waiting [2020-12-21T16:41:35.208Z] 945f3ebe1408: Layer already exists [2020-12-21T16:41:35.208Z] c8197e24fce5: Layer already exists [2020-12-21T16:41:35.208Z] 14206071b2c4: Layer already exists [2020-12-21T16:41:35.208Z] 66dfbeeed4fa: Layer already exists [2020-12-21T16:41:35.208Z] 9396358c21fc: Layer already exists [2020-12-21T16:41:35.483Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:35.483Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:35.483Z] 2.0.0-dev.19: digest: sha256:e2ad024a17cb7b540cb11acc61edcdcc14c983f61f20ba7b899b0758b4b184c2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:35.847Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:36.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:36.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-21T16:41:36.198Z] 14206071b2c4: Preparing [2020-12-21T16:41:36.198Z] 66dfbeeed4fa: Preparing [2020-12-21T16:41:36.198Z] 9396358c21fc: Preparing [2020-12-21T16:41:36.198Z] c8197e24fce5: Preparing [2020-12-21T16:41:36.198Z] 945f3ebe1408: Preparing [2020-12-21T16:41:36.198Z] 694f496c4c47: Preparing [2020-12-21T16:41:36.198Z] 66b385cf80cf: Preparing [2020-12-21T16:41:36.198Z] 694f496c4c47: Waiting [2020-12-21T16:41:36.198Z] 66b385cf80cf: Waiting [2020-12-21T16:41:36.198Z] c8197e24fce5: Layer already exists [2020-12-21T16:41:36.471Z] 14206071b2c4: Layer already exists [2020-12-21T16:41:36.471Z] 945f3ebe1408: Layer already exists [2020-12-21T16:41:36.471Z] 9396358c21fc: Layer already exists [2020-12-21T16:41:36.471Z] 66dfbeeed4fa: Layer already exists [2020-12-21T16:41:36.471Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:36.471Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:36.471Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:e2ad024a17cb7b540cb11acc61edcdcc14c983f61f20ba7b899b0758b4b184c2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:36.809Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:37.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-21T16:41:37.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-21T16:41:37.141Z] 14206071b2c4: Preparing [2020-12-21T16:41:37.141Z] 66dfbeeed4fa: Preparing [2020-12-21T16:41:37.141Z] 9396358c21fc: Preparing [2020-12-21T16:41:37.141Z] c8197e24fce5: Preparing [2020-12-21T16:41:37.141Z] 945f3ebe1408: Preparing [2020-12-21T16:41:37.141Z] 694f496c4c47: Preparing [2020-12-21T16:41:37.141Z] 66b385cf80cf: Preparing [2020-12-21T16:41:37.141Z] 694f496c4c47: Waiting [2020-12-21T16:41:37.141Z] 66b385cf80cf: Waiting [2020-12-21T16:41:37.141Z] 945f3ebe1408: Layer already exists [2020-12-21T16:41:37.141Z] c8197e24fce5: Layer already exists [2020-12-21T16:41:37.141Z] 14206071b2c4: Layer already exists [2020-12-21T16:41:37.141Z] 9396358c21fc: Layer already exists [2020-12-21T16:41:37.412Z] 66dfbeeed4fa: Layer already exists [2020-12-21T16:41:37.412Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:37.412Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:37.412Z] master: digest: sha256:e2ad024a17cb7b540cb11acc61edcdcc14c983f61f20ba7b899b0758b4b184c2 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:37.608Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:37.657Z] taggedImages: [2020-12-21T16:41:37.658Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:37.658Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:37.658Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:37.658Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-21T16:41:37.723Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-21T16:41:37.723Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:37.723Z] 2.0.0-dev.19 [2020-12-21T16:41:37.723Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:37.723Z] master [2020-12-21T16:41:37.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:38.265Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:38.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:38.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-21T16:41:38.607Z] b8128f504824: Preparing [2020-12-21T16:41:38.607Z] bae10b7fe724: Preparing [2020-12-21T16:41:38.607Z] 52cfb12d3195: Preparing [2020-12-21T16:41:38.607Z] d2f7eda95e6f: Preparing [2020-12-21T16:41:38.607Z] a3ed9349da00: Preparing [2020-12-21T16:41:38.607Z] 379067d0cb53: Preparing [2020-12-21T16:41:38.607Z] 379067d0cb53: Waiting [2020-12-21T16:41:38.884Z] 52cfb12d3195: Pushed [2020-12-21T16:41:38.884Z] d2f7eda95e6f: Pushed [2020-12-21T16:41:38.884Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:39.481Z] a3ed9349da00: Pushed [2020-12-21T16:41:41.452Z] b8128f504824: Pushed [2020-12-21T16:41:41.452Z] bae10b7fe724: Pushed [2020-12-21T16:41:41.452Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:3c0a17198d5a9e73e3d755c44f48fe56893c627de77443a7b5b1463b4219efbc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:41.803Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:42.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:42.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-21T16:41:42.175Z] b8128f504824: Preparing [2020-12-21T16:41:42.175Z] bae10b7fe724: Preparing [2020-12-21T16:41:42.175Z] 52cfb12d3195: Preparing [2020-12-21T16:41:42.175Z] d2f7eda95e6f: Preparing [2020-12-21T16:41:42.175Z] a3ed9349da00: Preparing [2020-12-21T16:41:42.175Z] 379067d0cb53: Preparing [2020-12-21T16:41:42.175Z] 379067d0cb53: Waiting [2020-12-21T16:41:42.175Z] d2f7eda95e6f: Layer already exists [2020-12-21T16:41:42.175Z] a3ed9349da00: Layer already exists [2020-12-21T16:41:42.175Z] 52cfb12d3195: Layer already exists [2020-12-21T16:41:42.175Z] bae10b7fe724: Layer already exists [2020-12-21T16:41:42.175Z] b8128f504824: Layer already exists [2020-12-21T16:41:42.175Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:42.446Z] 2.0.0-dev.19: digest: sha256:3c0a17198d5a9e73e3d755c44f48fe56893c627de77443a7b5b1463b4219efbc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:42.784Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:43.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:43.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-21T16:41:43.114Z] b8128f504824: Preparing [2020-12-21T16:41:43.114Z] bae10b7fe724: Preparing [2020-12-21T16:41:43.114Z] 52cfb12d3195: Preparing [2020-12-21T16:41:43.114Z] d2f7eda95e6f: Preparing [2020-12-21T16:41:43.114Z] a3ed9349da00: Preparing [2020-12-21T16:41:43.114Z] 379067d0cb53: Preparing [2020-12-21T16:41:43.114Z] 379067d0cb53: Waiting [2020-12-21T16:41:43.114Z] 52cfb12d3195: Layer already exists [2020-12-21T16:41:43.114Z] bae10b7fe724: Layer already exists [2020-12-21T16:41:43.114Z] a3ed9349da00: Layer already exists [2020-12-21T16:41:43.114Z] d2f7eda95e6f: Layer already exists [2020-12-21T16:41:43.385Z] b8128f504824: Layer already exists [2020-12-21T16:41:43.385Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:43.385Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:3c0a17198d5a9e73e3d755c44f48fe56893c627de77443a7b5b1463b4219efbc size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:43.727Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:44.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-21T16:41:44.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-21T16:41:44.055Z] b8128f504824: Preparing [2020-12-21T16:41:44.056Z] bae10b7fe724: Preparing [2020-12-21T16:41:44.056Z] 52cfb12d3195: Preparing [2020-12-21T16:41:44.056Z] d2f7eda95e6f: Preparing [2020-12-21T16:41:44.056Z] a3ed9349da00: Preparing [2020-12-21T16:41:44.056Z] 379067d0cb53: Preparing [2020-12-21T16:41:44.056Z] d2f7eda95e6f: Layer already exists [2020-12-21T16:41:44.324Z] b8128f504824: Layer already exists [2020-12-21T16:41:44.324Z] 52cfb12d3195: Layer already exists [2020-12-21T16:41:44.324Z] a3ed9349da00: Layer already exists [2020-12-21T16:41:44.324Z] bae10b7fe724: Layer already exists [2020-12-21T16:41:44.324Z] 379067d0cb53: Layer already exists [2020-12-21T16:41:44.324Z] master: digest: sha256:3c0a17198d5a9e73e3d755c44f48fe56893c627de77443a7b5b1463b4219efbc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:44.517Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:44.568Z] taggedImages: [2020-12-21T16:41:44.568Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:44.568Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:44.568Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:44.568Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-21T16:41:44.633Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-21T16:41:44.633Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:44.633Z] 2.0.0-dev.19 [2020-12-21T16:41:44.633Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:44.633Z] master [2020-12-21T16:41:44.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:45.162Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:45.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:45.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-21T16:41:45.491Z] 28740b41950d: Preparing [2020-12-21T16:41:45.491Z] 491e6d791729: Preparing [2020-12-21T16:41:45.491Z] e0266f1344eb: Preparing [2020-12-21T16:41:45.491Z] ebabe9c5e543: Preparing [2020-12-21T16:41:45.491Z] 60b1902a0ef8: Preparing [2020-12-21T16:41:45.491Z] 6cf199ecc385: Preparing [2020-12-21T16:41:45.491Z] 038542d6a5fd: Preparing [2020-12-21T16:41:45.491Z] 694f496c4c47: Preparing [2020-12-21T16:41:45.491Z] 66b385cf80cf: Preparing [2020-12-21T16:41:45.491Z] 038542d6a5fd: Waiting [2020-12-21T16:41:45.491Z] 694f496c4c47: Waiting [2020-12-21T16:41:45.491Z] 6cf199ecc385: Waiting [2020-12-21T16:41:46.081Z] 491e6d791729: Pushed [2020-12-21T16:41:46.081Z] 60b1902a0ef8: Pushed [2020-12-21T16:41:46.081Z] 28740b41950d: Pushed [2020-12-21T16:41:46.081Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:46.081Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:46.353Z] 6cf199ecc385: Pushed [2020-12-21T16:41:46.353Z] 038542d6a5fd: Pushed [2020-12-21T16:41:47.778Z] ebabe9c5e543: Pushed [2020-12-21T16:41:48.053Z] e0266f1344eb: Pushed [2020-12-21T16:41:48.326Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:b165f23ac764cd231f60046b8089a9e1c94fe97b799997ae22c6d450ccb9b690 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:48.669Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:49.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:49.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-21T16:41:49.003Z] 28740b41950d: Preparing [2020-12-21T16:41:49.003Z] 491e6d791729: Preparing [2020-12-21T16:41:49.003Z] e0266f1344eb: Preparing [2020-12-21T16:41:49.003Z] ebabe9c5e543: Preparing [2020-12-21T16:41:49.003Z] 60b1902a0ef8: Preparing [2020-12-21T16:41:49.003Z] 6cf199ecc385: Preparing [2020-12-21T16:41:49.003Z] 038542d6a5fd: Preparing [2020-12-21T16:41:49.003Z] 694f496c4c47: Preparing [2020-12-21T16:41:49.003Z] 66b385cf80cf: Preparing [2020-12-21T16:41:49.003Z] 6cf199ecc385: Waiting [2020-12-21T16:41:49.003Z] 038542d6a5fd: Waiting [2020-12-21T16:41:49.003Z] 66b385cf80cf: Waiting [2020-12-21T16:41:49.274Z] 491e6d791729: Layer already exists [2020-12-21T16:41:49.274Z] 28740b41950d: Layer already exists [2020-12-21T16:41:49.274Z] 60b1902a0ef8: Layer already exists [2020-12-21T16:41:49.274Z] e0266f1344eb: Layer already exists [2020-12-21T16:41:49.274Z] ebabe9c5e543: Layer already exists [2020-12-21T16:41:49.274Z] 6cf199ecc385: Layer already exists [2020-12-21T16:41:49.274Z] 038542d6a5fd: Layer already exists [2020-12-21T16:41:49.274Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:49.274Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:49.274Z] 2.0.0-dev.19: digest: sha256:b165f23ac764cd231f60046b8089a9e1c94fe97b799997ae22c6d450ccb9b690 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:49.616Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:49.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:49.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-21T16:41:49.957Z] 28740b41950d: Preparing [2020-12-21T16:41:49.957Z] 491e6d791729: Preparing [2020-12-21T16:41:49.957Z] e0266f1344eb: Preparing [2020-12-21T16:41:49.957Z] ebabe9c5e543: Preparing [2020-12-21T16:41:49.957Z] 60b1902a0ef8: Preparing [2020-12-21T16:41:49.957Z] 6cf199ecc385: Preparing [2020-12-21T16:41:49.957Z] 038542d6a5fd: Preparing [2020-12-21T16:41:49.957Z] 694f496c4c47: Preparing [2020-12-21T16:41:49.957Z] 66b385cf80cf: Preparing [2020-12-21T16:41:49.957Z] 694f496c4c47: Waiting [2020-12-21T16:41:49.957Z] 6cf199ecc385: Waiting [2020-12-21T16:41:49.957Z] 038542d6a5fd: Waiting [2020-12-21T16:41:49.957Z] 66b385cf80cf: Waiting [2020-12-21T16:41:49.957Z] 60b1902a0ef8: Layer already exists [2020-12-21T16:41:49.957Z] 491e6d791729: Layer already exists [2020-12-21T16:41:49.957Z] e0266f1344eb: Layer already exists [2020-12-21T16:41:50.229Z] 28740b41950d: Layer already exists [2020-12-21T16:41:50.229Z] ebabe9c5e543: Layer already exists [2020-12-21T16:41:50.229Z] 6cf199ecc385: Layer already exists [2020-12-21T16:41:50.229Z] 038542d6a5fd: Layer already exists [2020-12-21T16:41:50.229Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:50.229Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:50.229Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:b165f23ac764cd231f60046b8089a9e1c94fe97b799997ae22c6d450ccb9b690 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:50.573Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:50.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-21T16:41:50.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-21T16:41:50.913Z] 28740b41950d: Preparing [2020-12-21T16:41:50.913Z] 491e6d791729: Preparing [2020-12-21T16:41:50.913Z] e0266f1344eb: Preparing [2020-12-21T16:41:50.913Z] ebabe9c5e543: Preparing [2020-12-21T16:41:50.913Z] 60b1902a0ef8: Preparing [2020-12-21T16:41:50.913Z] 6cf199ecc385: Preparing [2020-12-21T16:41:50.913Z] 038542d6a5fd: Preparing [2020-12-21T16:41:50.913Z] 694f496c4c47: Preparing [2020-12-21T16:41:50.913Z] 66b385cf80cf: Preparing [2020-12-21T16:41:50.913Z] 6cf199ecc385: Waiting [2020-12-21T16:41:50.913Z] 038542d6a5fd: Waiting [2020-12-21T16:41:50.913Z] 694f496c4c47: Waiting [2020-12-21T16:41:50.913Z] 66b385cf80cf: Waiting [2020-12-21T16:41:50.913Z] ebabe9c5e543: Layer already exists [2020-12-21T16:41:50.913Z] 491e6d791729: Layer already exists [2020-12-21T16:41:50.913Z] 60b1902a0ef8: Layer already exists [2020-12-21T16:41:50.913Z] e0266f1344eb: Layer already exists [2020-12-21T16:41:50.913Z] 28740b41950d: Layer already exists [2020-12-21T16:41:51.185Z] 694f496c4c47: Layer already exists [2020-12-21T16:41:51.185Z] 6cf199ecc385: Layer already exists [2020-12-21T16:41:51.185Z] 038542d6a5fd: Layer already exists [2020-12-21T16:41:51.185Z] 66b385cf80cf: Layer already exists [2020-12-21T16:41:51.186Z] master: digest: sha256:b165f23ac764cd231f60046b8089a9e1c94fe97b799997ae22c6d450ccb9b690 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:51.411Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:51.470Z] taggedImages: [2020-12-21T16:41:51.470Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:51.470Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:51.470Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:51.470Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-21T16:41:51.539Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-21T16:41:51.539Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:51.539Z] 2.0.0-dev.19 [2020-12-21T16:41:51.539Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:51.539Z] master [2020-12-21T16:41:51.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:52.087Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:52.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:52.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-21T16:41:52.424Z] 278699a9f549: Preparing [2020-12-21T16:41:52.424Z] 1e44bba4238f: Preparing [2020-12-21T16:41:52.424Z] 525b09258f2d: Preparing [2020-12-21T16:41:52.424Z] 34568ba8718c: Preparing [2020-12-21T16:41:52.424Z] f52d2a512d32: Preparing [2020-12-21T16:41:52.424Z] 1633b44b4e00: Preparing [2020-12-21T16:41:52.424Z] 1633b44b4e00: Waiting [2020-12-21T16:41:52.702Z] 278699a9f549: Pushed [2020-12-21T16:41:52.703Z] 525b09258f2d: Pushed [2020-12-21T16:41:52.973Z] 34568ba8718c: Pushed [2020-12-21T16:41:52.973Z] f52d2a512d32: Pushed [2020-12-21T16:41:53.246Z] 1633b44b4e00: Pushed [2020-12-21T16:41:55.214Z] 1e44bba4238f: Pushed [2020-12-21T16:41:55.485Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:704eee7f16d53cd098b79fecf8b3f0eb32704e7db2187349717bd06c5aed5d72 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:55.820Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:56.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:56.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-21T16:41:56.158Z] 278699a9f549: Preparing [2020-12-21T16:41:56.158Z] 1e44bba4238f: Preparing [2020-12-21T16:41:56.158Z] 525b09258f2d: Preparing [2020-12-21T16:41:56.158Z] 34568ba8718c: Preparing [2020-12-21T16:41:56.158Z] f52d2a512d32: Preparing [2020-12-21T16:41:56.158Z] 1633b44b4e00: Preparing [2020-12-21T16:41:56.158Z] 278699a9f549: Layer already exists [2020-12-21T16:41:56.158Z] 525b09258f2d: Layer already exists [2020-12-21T16:41:56.158Z] 1e44bba4238f: Layer already exists [2020-12-21T16:41:56.158Z] f52d2a512d32: Layer already exists [2020-12-21T16:41:56.158Z] 34568ba8718c: Layer already exists [2020-12-21T16:41:56.158Z] 1633b44b4e00: Layer already exists [2020-12-21T16:41:56.429Z] 2.0.0-dev.19: digest: sha256:704eee7f16d53cd098b79fecf8b3f0eb32704e7db2187349717bd06c5aed5d72 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:56.777Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:57.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:57.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-21T16:41:57.127Z] 278699a9f549: Preparing [2020-12-21T16:41:57.127Z] 1e44bba4238f: Preparing [2020-12-21T16:41:57.127Z] 525b09258f2d: Preparing [2020-12-21T16:41:57.127Z] 34568ba8718c: Preparing [2020-12-21T16:41:57.127Z] f52d2a512d32: Preparing [2020-12-21T16:41:57.127Z] 1633b44b4e00: Preparing [2020-12-21T16:41:57.127Z] 1633b44b4e00: Waiting [2020-12-21T16:41:57.127Z] 34568ba8718c: Layer already exists [2020-12-21T16:41:57.127Z] 278699a9f549: Layer already exists [2020-12-21T16:41:57.127Z] 525b09258f2d: Layer already exists [2020-12-21T16:41:57.127Z] 1e44bba4238f: Layer already exists [2020-12-21T16:41:57.127Z] f52d2a512d32: Layer already exists [2020-12-21T16:41:57.127Z] 1633b44b4e00: Layer already exists [2020-12-21T16:41:57.404Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:704eee7f16d53cd098b79fecf8b3f0eb32704e7db2187349717bd06c5aed5d72 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:57.761Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:58.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-21T16:41:58.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-21T16:41:58.130Z] 278699a9f549: Preparing [2020-12-21T16:41:58.130Z] 1e44bba4238f: Preparing [2020-12-21T16:41:58.130Z] 525b09258f2d: Preparing [2020-12-21T16:41:58.130Z] 34568ba8718c: Preparing [2020-12-21T16:41:58.130Z] f52d2a512d32: Preparing [2020-12-21T16:41:58.130Z] 1633b44b4e00: Preparing [2020-12-21T16:41:58.130Z] 1633b44b4e00: Waiting [2020-12-21T16:41:58.130Z] 278699a9f549: Layer already exists [2020-12-21T16:41:58.130Z] 34568ba8718c: Layer already exists [2020-12-21T16:41:58.130Z] 525b09258f2d: Layer already exists [2020-12-21T16:41:58.130Z] f52d2a512d32: Layer already exists [2020-12-21T16:41:58.130Z] 1e44bba4238f: Layer already exists [2020-12-21T16:41:58.130Z] 1633b44b4e00: Layer already exists [2020-12-21T16:41:58.404Z] master: digest: sha256:704eee7f16d53cd098b79fecf8b3f0eb32704e7db2187349717bd06c5aed5d72 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:41:58.653Z] ===================================================== [Pipeline] echo [2020-12-21T16:41:58.706Z] taggedImages: [2020-12-21T16:41:58.706Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:58.706Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.19 [2020-12-21T16:41:58.706Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:58.706Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-21T16:41:58.774Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-21T16:41:58.774Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:58.774Z] 2.0.0-dev.19 [2020-12-21T16:41:58.774Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:41:58.774Z] master [2020-12-21T16:41:58.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:59.296Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:41:59.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:41:59.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-21T16:41:59.643Z] 36864cdff8e7: Preparing [2020-12-21T16:41:59.643Z] 0739136d9299: Preparing [2020-12-21T16:41:59.643Z] c4632495c011: Preparing [2020-12-21T16:41:59.918Z] c4632495c011: Pushed [2020-12-21T16:41:59.918Z] 36864cdff8e7: Pushed [2020-12-21T16:42:02.529Z] 0739136d9299: Pushed [2020-12-21T16:42:02.799Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:f0adab7d619bcc5104465c8b7b720b59d7331e95c88b41e4407d5c8bc0fff25a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:03.141Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:03.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.19 [2020-12-21T16:42:03.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-21T16:42:03.493Z] 36864cdff8e7: Preparing [2020-12-21T16:42:03.493Z] 0739136d9299: Preparing [2020-12-21T16:42:03.493Z] c4632495c011: Preparing [2020-12-21T16:42:03.493Z] 0739136d9299: Layer already exists [2020-12-21T16:42:03.493Z] c4632495c011: Layer already exists [2020-12-21T16:42:03.493Z] 36864cdff8e7: Layer already exists [2020-12-21T16:42:03.765Z] 2.0.0-dev.19: digest: sha256:f0adab7d619bcc5104465c8b7b720b59d7331e95c88b41e4407d5c8bc0fff25a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:04.114Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:04.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:42:04.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-21T16:42:04.461Z] 36864cdff8e7: Preparing [2020-12-21T16:42:04.461Z] 0739136d9299: Preparing [2020-12-21T16:42:04.461Z] c4632495c011: Preparing [2020-12-21T16:42:04.461Z] 36864cdff8e7: Layer already exists [2020-12-21T16:42:04.461Z] c4632495c011: Layer already exists [2020-12-21T16:42:04.461Z] 0739136d9299: Layer already exists [2020-12-21T16:42:04.732Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:f0adab7d619bcc5104465c8b7b720b59d7331e95c88b41e4407d5c8bc0fff25a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:05.098Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:05.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-21T16:42:05.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-21T16:42:05.479Z] 36864cdff8e7: Preparing [2020-12-21T16:42:05.479Z] 0739136d9299: Preparing [2020-12-21T16:42:05.479Z] c4632495c011: Preparing [2020-12-21T16:42:05.796Z] c4632495c011: Layer already exists [2020-12-21T16:42:05.796Z] 36864cdff8e7: Layer already exists [2020-12-21T16:42:05.796Z] 0739136d9299: Layer already exists [2020-12-21T16:42:05.796Z] master: digest: sha256:f0adab7d619bcc5104465c8b7b720b59d7331e95c88b41e4407d5c8bc0fff25a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:42:06.088Z] ===================================================== [Pipeline] echo [2020-12-21T16:42:06.141Z] taggedImages: [2020-12-21T16:42:06.141Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:42:06.141Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.19 [2020-12-21T16:42:06.141Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:42:06.141Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-21T16:42:06.208Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-21T16:42:06.208Z] c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:42:06.208Z] 2.0.0-dev.19 [2020-12-21T16:42:06.208Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:42:06.208Z] master [2020-12-21T16:42:06.208Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:06.769Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:42:07.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:42:07.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-21T16:42:07.106Z] 6f3ac7ac5974: Preparing [2020-12-21T16:42:07.106Z] d0495b1be79f: Preparing [2020-12-21T16:42:07.106Z] e4d9dd77bb48: Preparing [2020-12-21T16:42:07.106Z] 54860c3bbcfe: Preparing [2020-12-21T16:42:07.106Z] 739d067d4aa7: Preparing [2020-12-21T16:42:07.106Z] f75a342efb95: Preparing [2020-12-21T16:42:07.106Z] 15d4c4f6d1c8: Preparing [2020-12-21T16:42:07.106Z] 810929c4e214: Preparing [2020-12-21T16:42:07.106Z] 52785e09ca18: Preparing [2020-12-21T16:42:07.106Z] 25d05c0af8f6: Preparing [2020-12-21T16:42:07.106Z] 7d66c039c378: Preparing [2020-12-21T16:42:07.106Z] 639b2dbb9529: Preparing [2020-12-21T16:42:07.106Z] 40cbbeaa4e8b: Preparing [2020-12-21T16:42:07.106Z] 379067d0cb53: Preparing [2020-12-21T16:42:07.106Z] 639b2dbb9529: Waiting [2020-12-21T16:42:07.106Z] 25d05c0af8f6: Waiting [2020-12-21T16:42:07.106Z] 7d66c039c378: Waiting [2020-12-21T16:42:07.106Z] 15d4c4f6d1c8: Waiting [2020-12-21T16:42:07.106Z] f75a342efb95: Waiting [2020-12-21T16:42:07.106Z] 810929c4e214: Waiting [2020-12-21T16:42:07.106Z] 40cbbeaa4e8b: Waiting [2020-12-21T16:42:07.106Z] 52785e09ca18: Waiting [2020-12-21T16:42:07.106Z] 379067d0cb53: Waiting [2020-12-21T16:42:07.710Z] 739d067d4aa7: Pushed [2020-12-21T16:42:07.986Z] 6f3ac7ac5974: Pushed [2020-12-21T16:42:08.590Z] 54860c3bbcfe: Pushed [2020-12-21T16:42:08.861Z] 810929c4e214: Pushed [2020-12-21T16:42:08.861Z] 15d4c4f6d1c8: Pushed [2020-12-21T16:42:08.861Z] 52785e09ca18: Pushed [2020-12-21T16:42:09.135Z] 25d05c0af8f6: Pushed [2020-12-21T16:42:09.406Z] d0495b1be79f: Pushed [2020-12-21T16:42:09.678Z] 639b2dbb9529: Pushed [2020-12-21T16:42:09.678Z] 379067d0cb53: Layer already exists [2020-12-21T16:42:10.272Z] f75a342efb95: Pushed [2020-12-21T16:42:11.253Z] 40cbbeaa4e8b: Pushed [2020-12-21T16:42:21.374Z] e4d9dd77bb48: Pushed [2020-12-21T16:43:00.307Z] 7d66c039c378: Pushed [2020-12-21T16:43:00.307Z] c8e01228eebdce54d172fd10835788ee98243d1b: digest: sha256:8e160689b440fe7a5e5331972bc654326e1e68b643470b336f38a1c023d1d239 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:00.640Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:00.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.19 [2020-12-21T16:43:00.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-21T16:43:00.970Z] 6f3ac7ac5974: Preparing [2020-12-21T16:43:00.970Z] d0495b1be79f: Preparing [2020-12-21T16:43:00.970Z] e4d9dd77bb48: Preparing [2020-12-21T16:43:00.970Z] 54860c3bbcfe: Preparing [2020-12-21T16:43:00.970Z] 739d067d4aa7: Preparing [2020-12-21T16:43:00.970Z] f75a342efb95: Preparing [2020-12-21T16:43:00.970Z] 15d4c4f6d1c8: Preparing [2020-12-21T16:43:00.970Z] 810929c4e214: Preparing [2020-12-21T16:43:00.970Z] 52785e09ca18: Preparing [2020-12-21T16:43:00.970Z] 25d05c0af8f6: Preparing [2020-12-21T16:43:00.970Z] 7d66c039c378: Preparing [2020-12-21T16:43:00.970Z] 639b2dbb9529: Preparing [2020-12-21T16:43:00.970Z] 40cbbeaa4e8b: Preparing [2020-12-21T16:43:00.970Z] 379067d0cb53: Preparing [2020-12-21T16:43:00.970Z] f75a342efb95: Waiting [2020-12-21T16:43:00.970Z] 15d4c4f6d1c8: Waiting [2020-12-21T16:43:00.970Z] 810929c4e214: Waiting [2020-12-21T16:43:00.970Z] 52785e09ca18: Waiting [2020-12-21T16:43:00.970Z] 25d05c0af8f6: Waiting [2020-12-21T16:43:00.970Z] 7d66c039c378: Waiting [2020-12-21T16:43:00.970Z] 639b2dbb9529: Waiting [2020-12-21T16:43:00.970Z] 379067d0cb53: Waiting [2020-12-21T16:43:00.970Z] 40cbbeaa4e8b: Waiting [2020-12-21T16:43:00.970Z] 739d067d4aa7: Layer already exists [2020-12-21T16:43:00.970Z] 6f3ac7ac5974: Layer already exists [2020-12-21T16:43:00.970Z] 54860c3bbcfe: Layer already exists [2020-12-21T16:43:01.240Z] d0495b1be79f: Layer already exists [2020-12-21T16:43:01.240Z] e4d9dd77bb48: Layer already exists [2020-12-21T16:43:01.240Z] f75a342efb95: Layer already exists [2020-12-21T16:43:01.240Z] 810929c4e214: Layer already exists [2020-12-21T16:43:01.240Z] 15d4c4f6d1c8: Layer already exists [2020-12-21T16:43:01.240Z] 25d05c0af8f6: Layer already exists [2020-12-21T16:43:01.240Z] 52785e09ca18: Layer already exists [2020-12-21T16:43:01.240Z] 7d66c039c378: Layer already exists [2020-12-21T16:43:01.240Z] 639b2dbb9529: Layer already exists [2020-12-21T16:43:01.240Z] 379067d0cb53: Layer already exists [2020-12-21T16:43:01.240Z] 40cbbeaa4e8b: Layer already exists [2020-12-21T16:43:01.240Z] 2.0.0-dev.19: digest: sha256:8e160689b440fe7a5e5331972bc654326e1e68b643470b336f38a1c023d1d239 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:01.578Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:01.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:43:01.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-21T16:43:01.910Z] 6f3ac7ac5974: Preparing [2020-12-21T16:43:01.910Z] d0495b1be79f: Preparing [2020-12-21T16:43:01.910Z] e4d9dd77bb48: Preparing [2020-12-21T16:43:01.910Z] 54860c3bbcfe: Preparing [2020-12-21T16:43:01.910Z] 739d067d4aa7: Preparing [2020-12-21T16:43:01.910Z] f75a342efb95: Preparing [2020-12-21T16:43:01.910Z] 15d4c4f6d1c8: Preparing [2020-12-21T16:43:01.910Z] 810929c4e214: Preparing [2020-12-21T16:43:01.910Z] 52785e09ca18: Preparing [2020-12-21T16:43:01.910Z] f75a342efb95: Waiting [2020-12-21T16:43:01.910Z] 15d4c4f6d1c8: Waiting [2020-12-21T16:43:01.910Z] 25d05c0af8f6: Preparing [2020-12-21T16:43:01.910Z] 7d66c039c378: Preparing [2020-12-21T16:43:01.910Z] 639b2dbb9529: Preparing [2020-12-21T16:43:01.910Z] 810929c4e214: Waiting [2020-12-21T16:43:01.910Z] 40cbbeaa4e8b: Preparing [2020-12-21T16:43:01.910Z] 52785e09ca18: Waiting [2020-12-21T16:43:01.910Z] 379067d0cb53: Preparing [2020-12-21T16:43:01.910Z] 25d05c0af8f6: Waiting [2020-12-21T16:43:01.910Z] 7d66c039c378: Waiting [2020-12-21T16:43:01.910Z] 639b2dbb9529: Waiting [2020-12-21T16:43:01.910Z] 40cbbeaa4e8b: Waiting [2020-12-21T16:43:01.910Z] 379067d0cb53: Waiting [2020-12-21T16:43:01.910Z] e4d9dd77bb48: Layer already exists [2020-12-21T16:43:01.910Z] 739d067d4aa7: Layer already exists [2020-12-21T16:43:02.181Z] 54860c3bbcfe: Layer already exists [2020-12-21T16:43:02.181Z] d0495b1be79f: Layer already exists [2020-12-21T16:43:02.181Z] 6f3ac7ac5974: Layer already exists [2020-12-21T16:43:02.181Z] 810929c4e214: Layer already exists [2020-12-21T16:43:02.181Z] 52785e09ca18: Layer already exists [2020-12-21T16:43:02.181Z] 15d4c4f6d1c8: Layer already exists [2020-12-21T16:43:02.181Z] 25d05c0af8f6: Layer already exists [2020-12-21T16:43:02.181Z] f75a342efb95: Layer already exists [2020-12-21T16:43:02.181Z] 639b2dbb9529: Layer already exists [2020-12-21T16:43:02.181Z] 7d66c039c378: Layer already exists [2020-12-21T16:43:02.181Z] 40cbbeaa4e8b: Layer already exists [2020-12-21T16:43:02.181Z] 379067d0cb53: Layer already exists [2020-12-21T16:43:02.181Z] c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19: digest: sha256:8e160689b440fe7a5e5331972bc654326e1e68b643470b336f38a1c023d1d239 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:02.516Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:02.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-21T16:43:02.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-21T16:43:02.873Z] 6f3ac7ac5974: Preparing [2020-12-21T16:43:02.873Z] d0495b1be79f: Preparing [2020-12-21T16:43:02.873Z] e4d9dd77bb48: Preparing [2020-12-21T16:43:02.873Z] 54860c3bbcfe: Preparing [2020-12-21T16:43:02.873Z] 739d067d4aa7: Preparing [2020-12-21T16:43:02.873Z] f75a342efb95: Preparing [2020-12-21T16:43:02.873Z] 15d4c4f6d1c8: Preparing [2020-12-21T16:43:02.873Z] 810929c4e214: Preparing [2020-12-21T16:43:02.873Z] 52785e09ca18: Preparing [2020-12-21T16:43:02.873Z] 25d05c0af8f6: Preparing [2020-12-21T16:43:02.873Z] 7d66c039c378: Preparing [2020-12-21T16:43:02.873Z] 639b2dbb9529: Preparing [2020-12-21T16:43:02.873Z] 40cbbeaa4e8b: Preparing [2020-12-21T16:43:02.873Z] 379067d0cb53: Preparing [2020-12-21T16:43:02.873Z] 52785e09ca18: Waiting [2020-12-21T16:43:02.873Z] f75a342efb95: Waiting [2020-12-21T16:43:02.873Z] 15d4c4f6d1c8: Waiting [2020-12-21T16:43:02.873Z] 810929c4e214: Waiting [2020-12-21T16:43:02.873Z] 25d05c0af8f6: Waiting [2020-12-21T16:43:02.873Z] 7d66c039c378: Waiting [2020-12-21T16:43:02.873Z] 639b2dbb9529: Waiting [2020-12-21T16:43:02.873Z] 40cbbeaa4e8b: Waiting [2020-12-21T16:43:02.873Z] 379067d0cb53: Waiting [2020-12-21T16:43:02.873Z] d0495b1be79f: Layer already exists [2020-12-21T16:43:02.873Z] e4d9dd77bb48: Layer already exists [2020-12-21T16:43:02.873Z] 739d067d4aa7: Layer already exists [2020-12-21T16:43:02.873Z] 6f3ac7ac5974: Layer already exists [2020-12-21T16:43:02.873Z] 54860c3bbcfe: Layer already exists [2020-12-21T16:43:03.143Z] 25d05c0af8f6: Layer already exists [2020-12-21T16:43:03.143Z] f75a342efb95: Layer already exists [2020-12-21T16:43:03.143Z] 15d4c4f6d1c8: Layer already exists [2020-12-21T16:43:03.143Z] 810929c4e214: Layer already exists [2020-12-21T16:43:03.143Z] 52785e09ca18: Layer already exists [2020-12-21T16:43:03.143Z] 7d66c039c378: Layer already exists [2020-12-21T16:43:03.143Z] 639b2dbb9529: Layer already exists [2020-12-21T16:43:03.143Z] 379067d0cb53: Layer already exists [2020-12-21T16:43:03.143Z] 40cbbeaa4e8b: Layer already exists [2020-12-21T16:43:03.143Z] master: digest: sha256:8e160689b440fe7a5e5331972bc654326e1e68b643470b336f38a1c023d1d239 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T16:43:03.323Z] ===================================================== [Pipeline] echo [2020-12-21T16:43:03.374Z] taggedImages: [2020-12-21T16:43:03.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b [2020-12-21T16:43:03.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.19 [2020-12-21T16:43:03.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c8e01228eebdce54d172fd10835788ee98243d1b-2.0.0-dev.19 [2020-12-21T16:43:03.374Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-21T16:43:04.897Z] provisioning config files... [2020-12-21T16:43:04.906Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/263@tmp/config1025679485500641097tmp [Pipeline] { [Pipeline] sh [2020-12-21T16:43:05.280Z] + set +x [2020-12-21T16:43:05.281Z] + curl -s https://codecov.io/bash [2020-12-21T16:43:05.281Z] + bash -s -- [2020-12-21T16:43:05.856Z] [2020-12-21T16:43:05.857Z] _____ _ [2020-12-21T16:43:05.857Z] / ____| | | [2020-12-21T16:43:05.857Z] | | ___ __| | ___ ___ _____ __ [2020-12-21T16:43:05.857Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-21T16:43:05.857Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-21T16:43:05.857Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-21T16:43:05.857Z] Bash-20201217-3d3df35 [2020-12-21T16:43:05.857Z] [2020-12-21T16:43:05.857Z] [2020-12-21T16:43:05.857Z] git version 2.24.3 found [2020-12-21T16:43:05.857Z] 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 [2020-12-21T16:43:05.857Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-21T16:43:05.857Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-21T16:43:05.857Z] ==> Jenkins CI detected. [2020-12-21T16:43:05.857Z] project root: . [2020-12-21T16:43:05.857Z] --> token set from env [2020-12-21T16:43:05.857Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-21T16:43:05.857Z] ==> Running gcov in . (disable via -X gcov) [2020-12-21T16:43:05.857Z] ==> Python coveragepy not found [2020-12-21T16:43:05.857Z] ==> Searching for coverage reports in: [2020-12-21T16:43:05.857Z] + . [2020-12-21T16:43:05.857Z] -> Found 1 reports [2020-12-21T16:43:05.857Z] ==> Detecting git/mercurial file structure [2020-12-21T16:43:05.857Z] ==> Reading reports [2020-12-21T16:43:05.857Z] + ./coverage.out bytes=537098 [2020-12-21T16:43:05.857Z] ==> Appending adjustments [2020-12-21T16:43:05.857Z] https://docs.codecov.io/docs/fixing-reports [2020-12-21T16:43:09.165Z] + Found adjustments [2020-12-21T16:43:09.165Z] ==> Gzipping contents [2020-12-21T16:43:09.165Z] 80K /tmp/codecov.nf51mE.gz [2020-12-21T16:43:09.165Z] ==> Uploading reports [2020-12-21T16:43:09.165Z] url: https://codecov.io [2020-12-21T16:43:09.165Z] query: branch=master&commit=c8e01228eebdce54d172fd10835788ee98243d1b&build=263&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F263%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-21T16:43:09.165Z] -> Pinging Codecov [2020-12-21T16:43:09.165Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=c8e01228eebdce54d172fd10835788ee98243d1b&build=263&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F263%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-21T16:43:09.428Z] -> Uploading to [2020-12-21T16:43:09.428Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-21/00271124DB129430A58F1EEE437C3FCB/c8e01228eebdce54d172fd10835788ee98243d1b/ab095cb0-d461-4d23-ac00-39d06eab95b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T164309Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9ab7978759bbb29439661ec7f5bac9a605be133b004ddf304bd3929e17321253 [2020-12-21T16:43:09.428Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:43:09.428Z] Dload Upload Total Spent Left Speed [2020-12-21T16:43:10.002Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81708 0 0 100 81708 0 136k --:--:-- --:--:-- --:--:-- 136k 100 81708 0 0 100 81708 0 136k --:--:-- --:--:-- --:--:-- 136k [2020-12-21T16:43:10.002Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c8e01228eebdce54d172fd10835788ee98243d1b [Pipeline] } [2020-12-21T16:43:10.014Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-21T16:43:11.263Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-21T16:43:11.365Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:11.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T16:43:11.709Z] [2020-12-21T16:43:11.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:43:12.055Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T16:43:12.055Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-21T16:43:12.055Z] 188c0c94c7c5: Already exists [2020-12-21T16:43:12.055Z] 0ef7d3d256c8: Already exists [2020-12-21T16:43:12.055Z] de9db76c5a1d: Already exists [2020-12-21T16:43:12.055Z] 0eba1c9be4d2: Pulling fs layer [2020-12-21T16:43:12.055Z] 0d57e429df01: Pulling fs layer [2020-12-21T16:43:12.055Z] 4e4be7b47b0d: Pulling fs layer [2020-12-21T16:43:12.055Z] e1f770b5df2f: Pulling fs layer [2020-12-21T16:43:12.055Z] 85a0685a4137: Pulling fs layer [2020-12-21T16:43:12.055Z] e1f770b5df2f: Waiting [2020-12-21T16:43:12.055Z] 85a0685a4137: Waiting [2020-12-21T16:43:12.055Z] 4e4be7b47b0d: Verifying Checksum [2020-12-21T16:43:12.055Z] 4e4be7b47b0d: Download complete [2020-12-21T16:43:12.055Z] 0d57e429df01: Download complete [2020-12-21T16:43:13.976Z] e1f770b5df2f: Verifying Checksum [2020-12-21T16:43:13.976Z] e1f770b5df2f: Download complete [2020-12-21T16:43:16.062Z] 0eba1c9be4d2: Verifying Checksum [2020-12-21T16:43:16.062Z] 0eba1c9be4d2: Download complete [2020-12-21T16:43:16.354Z] 85a0685a4137: Verifying Checksum [2020-12-21T16:43:16.354Z] 85a0685a4137: Download complete [2020-12-21T16:43:22.996Z] 0eba1c9be4d2: Pull complete [2020-12-21T16:43:22.996Z] 0d57e429df01: Pull complete [2020-12-21T16:43:22.996Z] 4e4be7b47b0d: Pull complete [2020-12-21T16:43:26.405Z] e1f770b5df2f: Pull complete [2020-12-21T16:43:36.449Z] 85a0685a4137: Pull complete [2020-12-21T16:43:36.449Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-21T16:43:36.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-21T16:43:36.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-21T16:43:36.656Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:43:36.717Z] $ 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/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:43:38.330Z] $ docker top d0d92fee0d773ce3b53022982414722ab081e166e76cccc3f5b39a5683e17b66 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-21T16:43:38.613Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-21T16:43:38.927Z] + set -o pipefail [2020-12-21T16:43:38.927Z] + snyk monitor '--org=edgex-jenkins' [2020-12-21T16:43:51.201Z] [2020-12-21T16:43:51.201Z] Monitoring /w/workspace/edgex-go/263 (github.com/edgexfoundry/edgex-go)... [2020-12-21T16:43:51.201Z] [2020-12-21T16:43:51.201Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/f6a8ad05-1075-45bd-8af2-ab2068d78062 [2020-12-21T16:43:51.201Z] [2020-12-21T16:43:51.201Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-21T16:43:51.201Z] [2020-12-21T16:43:51.201Z] [2020-12-21T16:43:51.201Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-21T16:43:51.201Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-21T16:43:51.219Z] $ docker stop --time=1 d0d92fee0d773ce3b53022982414722ab081e166e76cccc3f5b39a5683e17b66 [2020-12-21T16:43:54.243Z] $ docker rm -f d0d92fee0d773ce3b53022982414722ab081e166e76cccc3f5b39a5683e17b66 [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 [2020-12-21T16:43:55.387Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T16:43:55.439Z] provisioning config files... [2020-12-21T16:43:55.449Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/263@tmp/config587618929631217426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:43:55.830Z] --> edgex-publish-swagger.sh [2020-12-21T16:43:55.830Z] === Publish openapi/v1 API === [2020-12-21T16:43:55.830Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-21T16:43:55.830Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-21T16:43:55.830Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:43:55.830Z] Dload Upload Total Spent Left Speed [2020-12-21T16:43:57.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8439 0:00:01 0:00:01 --:--:-- 8443 100 10521 0 0 100 10521 0 8326 0:00:01 0:00:01 --:--:-- 8330 [2020-12-21T16:43:57.035Z] [2020-12-21T16:43:57.035Z] [2020-12-21T16:43:57.035Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-21T16:43:57.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:43:57.035Z] Dload Upload Total Spent Left Speed [2020-12-21T16:43:58.421Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26862 0:00:01 0:00:01 --:--:-- 26883 100 32556 0 0 100 32556 0 25100 0:00:01 0:00:01 --:--:-- 25120 [2020-12-21T16:43:58.421Z] [2020-12-21T16:43:58.421Z] [2020-12-21T16:43:58.421Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-21T16:43:58.421Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:43:58.421Z] Dload Upload Total Spent Left Speed [2020-12-21T16:43:59.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 60493 0:00:01 0:00:01 --:--:-- 60525 100 73720 0 0 100 73720 0 58289 0:00:01 0:00:01 --:--:-- 58322 [2020-12-21T16:43:59.811Z] [2020-12-21T16:43:59.811Z] [2020-12-21T16:43:59.811Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-21T16:43:59.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:43:59.811Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:00.753Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11365 0:00:01 0:00:01 --:--:-- 11373 100 13580 0 0 100 13580 0 11363 0:00:01 0:00:01 --:--:-- 11373 [2020-12-21T16:44:00.753Z] [2020-12-21T16:44:00.753Z] [2020-12-21T16:44:00.753Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-21T16:44:00.753Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:00.753Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:01.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33682 0:00:01 0:00:01 --:--:-- 33670 100 38889 0 0 100 38889 0 33677 0:00:01 0:00:01 --:--:-- 33670 [2020-12-21T16:44:01.966Z] [2020-12-21T16:44:01.966Z] [2020-12-21T16:44:01.966Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-21T16:44:01.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:01.966Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:03.369Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12920 0:00:01 0:00:01 --:--:-- 12929 100 14248 0 0 100 14248 0 12917 0:00:01 0:00:01 --:--:-- 12929 [2020-12-21T16:44:03.369Z] [2020-12-21T16:44:03.369Z] [2020-12-21T16:44:03.369Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-21T16:44:03.369Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:03.369Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:04.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3777 0:00:01 0:00:01 --:--:-- 3780 100 4109 0 0 100 4109 0 3777 0:00:01 0:00:01 --:--:-- 3780 [2020-12-21T16:44:04.313Z] [2020-12-21T16:44:04.313Z] [2020-12-21T16:44:04.313Z] === Publish openapi/v2 API === [2020-12-21T16:44:04.313Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-21T16:44:04.313Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-21T16:44:04.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:04.313Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:05.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25343 0:00:01 0:00:01 --:--:-- 25351 100 29535 0 0 100 29535 0 25340 0:00:01 0:00:01 --:--:-- 25351 [2020-12-21T16:44:05.704Z] [2020-12-21T16:44:05.704Z] [2020-12-21T16:44:05.704Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-21T16:44:05.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:05.704Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:06.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58706 0 0 100 58706 0 49539 0:00:01 0:00:01 --:--:-- 49582 100 58706 0 0 100 58706 0 49532 0:00:01 0:00:01 --:--:-- 49540 [2020-12-21T16:44:06.648Z] [2020-12-21T16:44:06.648Z] [2020-12-21T16:44:06.648Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-21T16:44:06.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:06.648Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:08.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 119k 0 0 100 119k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2020-12-21T16:44:08.034Z] [2020-12-21T16:44:08.034Z] [2020-12-21T16:44:08.034Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-21T16:44:08.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:08.034Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:08.977Z] 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 22506 0:00:01 0:00:01 --:--:-- 22519 [2020-12-21T16:44:08.977Z] [2020-12-21T16:44:08.977Z] [2020-12-21T16:44:08.977Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-21T16:44:08.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:08.977Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:09.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 53743 0:00:01 0:00:01 --:--:-- 53719 100 62691 0 0 100 62691 0 53732 0:00:01 0:00:01 --:--:-- 53719 [2020-12-21T16:44:09.931Z] [2020-12-21T16:44:09.931Z] [2020-12-21T16:44:09.931Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-21T16:44:09.931Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:09.931Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:11.318Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 39304 0:00:01 0:00:01 --:--:-- 39317 100 46198 0 0 100 46198 0 39298 0:00:01 0:00:01 --:--:-- 39317 [2020-12-21T16:44:11.318Z] [2020-12-21T16:44:11.318Z] [2020-12-21T16:44:11.318Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-21T16:44:11.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-21T16:44:11.318Z] Dload Upload Total Spent Left Speed [2020-12-21T16:44:12.711Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 19849 0:00:01 0:00:01 --:--:-- 19853 100 23725 0 0 100 23725 0 19846 0:00:01 0:00:01 --:--:-- 19853 [2020-12-21T16:44:12.711Z] [2020-12-21T16:44:12.711Z] [Pipeline] } [2020-12-21T16:44:12.720Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:44:13.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:44:13.512Z] . [Pipeline] withDockerContainer [2020-12-21T16:44:13.613Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:44:13.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:44:14.429Z] $ docker top 6d2e2c4de0fbc91946a96539b35539e09937452a4f51c4d17a95981ccf830731 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T16:44:14.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:44:14.784Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:44:15.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:44:15.039Z] $ docker exec 6d2e2c4de0fbc91946a96539b35539e09937452a4f51c4d17a95981ccf830731 ssh-agent [2020-12-21T16:44:15.222Z] SSH_AUTH_SOCK=/tmp/ssh-HAUIHvvA9BTG/agent.11 [2020-12-21T16:44:15.222Z] SSH_AGENT_PID=16 [2020-12-21T16:44:15.231Z] Running ssh-add (command line suppressed) [2020-12-21T16:44:15.366Z] Identity added: /w/workspace/edgex-go/263@tmp/private_key_8083063905358546491.key (/w/workspace/edgex-go/263@tmp/private_key_8083063905358546491.key) [2020-12-21T16:44:15.423Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:44:15.757Z] + git semver tag [2020-12-21T16:44:16.018Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T16:44:16.018Z] # $GIT_DIR = /w/workspace/edgex-go/263/.git [2020-12-21T16:44:16.018Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/263 [2020-12-21T16:44:16.018Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T16:44:16.018Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T16:44:16.018Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T16:44:16.018Z] # $SEMVER_BRANCH = master [2020-12-21T16:44:16.018Z] # $SEMVER_DIR = /w/workspace/edgex-go/263/.semver [2020-12-21T16:44:16.018Z] # c8e01228eebdce54d172fd10835788ee98243d1b HEAD [2020-12-21T16:44:16.279Z] # -> Force: false [2020-12-21T16:44:16.279Z] # a522388ca63be665ac1fddf7f8b5a60b96190137 refs/tags/v2.0.0-dev.19 [Pipeline] } [2020-12-21T16:44:16.292Z] $ docker exec --env ******** --env ******** 6d2e2c4de0fbc91946a96539b35539e09937452a4f51c4d17a95981ccf830731 ssh-agent -k [2020-12-21T16:44:16.425Z] unset SSH_AUTH_SOCK; [2020-12-21T16:44:16.425Z] unset SSH_AGENT_PID; [2020-12-21T16:44:16.425Z] echo Agent pid 16 killed; [2020-12-21T16:44:16.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:44:16.981Z] + git semver [Pipeline] } [2020-12-21T16:44:16.999Z] $ docker stop --time=1 6d2e2c4de0fbc91946a96539b35539e09937452a4f51c4d17a95981ccf830731 [2020-12-21T16:44:18.368Z] $ docker rm -f 6d2e2c4de0fbc91946a96539b35539e09937452a4f51c4d17a95981ccf830731 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:44:19.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T16:44:19.009Z] [2020-12-21T16:44:19.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:44:19.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T16:44:19.404Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-21T16:44:19.404Z] ab5ef0e58194: Pulling fs layer [2020-12-21T16:44:19.404Z] 9712f1f96733: Pulling fs layer [2020-12-21T16:44:19.404Z] 63f879dbbcfc: Pulling fs layer [2020-12-21T16:44:19.404Z] 0d9ebad4ef96: Pulling fs layer [2020-12-21T16:44:19.404Z] e9a5061849ea: Pulling fs layer [2020-12-21T16:44:19.404Z] d747dcd14b5f: Pulling fs layer [2020-12-21T16:44:19.404Z] 2de7ff778b66: Pulling fs layer [2020-12-21T16:44:19.404Z] 0d9ebad4ef96: Waiting [2020-12-21T16:44:19.404Z] e9a5061849ea: Waiting [2020-12-21T16:44:19.404Z] d747dcd14b5f: Waiting [2020-12-21T16:44:19.404Z] 2de7ff778b66: Waiting [2020-12-21T16:44:19.404Z] 9712f1f96733: Verifying Checksum [2020-12-21T16:44:19.404Z] 9712f1f96733: Download complete [2020-12-21T16:44:20.896Z] 63f879dbbcfc: Verifying Checksum [2020-12-21T16:44:20.896Z] 63f879dbbcfc: Download complete [2020-12-21T16:44:21.163Z] e9a5061849ea: Verifying Checksum [2020-12-21T16:44:21.163Z] e9a5061849ea: Download complete [2020-12-21T16:44:21.163Z] d747dcd14b5f: Verifying Checksum [2020-12-21T16:44:21.163Z] d747dcd14b5f: Download complete [2020-12-21T16:44:21.433Z] 2de7ff778b66: Verifying Checksum [2020-12-21T16:44:21.433Z] 2de7ff778b66: Download complete [2020-12-21T16:44:21.696Z] 0d9ebad4ef96: Verifying Checksum [2020-12-21T16:44:21.696Z] 0d9ebad4ef96: Download complete [2020-12-21T16:44:21.960Z] ab5ef0e58194: Verifying Checksum [2020-12-21T16:44:21.960Z] ab5ef0e58194: Download complete [2020-12-21T16:44:27.285Z] ab5ef0e58194: Pull complete [2020-12-21T16:44:27.285Z] 9712f1f96733: Pull complete [2020-12-21T16:44:29.234Z] 63f879dbbcfc: Pull complete [2020-12-21T16:44:39.302Z] 0d9ebad4ef96: Pull complete [2020-12-21T16:44:39.569Z] e9a5061849ea: Pull complete [2020-12-21T16:44:39.832Z] d747dcd14b5f: Pull complete [2020-12-21T16:44:44.053Z] 2de7ff778b66: Pull complete [2020-12-21T16:44:44.053Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-21T16:44:44.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-21T16:44:44.053Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-21T16:44:44.236Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:44:44.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:44:47.243Z] $ docker top 2f33710d21287190479e542d24371eb180fb976bfeb8fff4646d0deef66d33b6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-21T16:44:47.517Z] provisioning config files... [2020-12-21T16:44:47.530Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/263@tmp/config3205610916824417482tmp [2020-12-21T16:44:47.549Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/263@tmp/config924350289878589221tmp [2020-12-21T16:44:47.562Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/263@tmp/config5793869680898820641tmp [Pipeline] { [Pipeline] echo [2020-12-21T16:44:47.614Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:44:47.914Z] ---> sigul-configuration.sh [2020-12-21T16:44:47.914Z] gpg: directory `/root/.gnupg' created [2020-12-21T16:44:47.914Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-21T16:44:47.914Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-21T16:44:47.914Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-21T16:44:47.914Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-21T16:44:47.914Z] gpg: CAST5 encrypted data [2020-12-21T16:44:48.176Z] gpg: encrypted with 1 passphrase [2020-12-21T16:44:48.176Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-21T16:44:48.477Z] + mkdir /home/jenkins [2020-12-21T16:44:48.478Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-21T16:44:48.778Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-21T16:44:48.789Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:44:49.086Z] ---> sigul-install.sh [2020-12-21T16:44:54.432Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-21T16:44:54.766Z] + git tag --list [2020-12-21T16:44:55.045Z] 0.6.0 [2020-12-21T16:44:55.045Z] 0.6.1 [2020-12-21T16:44:55.045Z] 0.7.0 [2020-12-21T16:44:55.045Z] 0.7.1 [2020-12-21T16:44:55.045Z] v1.0.0 [2020-12-21T16:44:55.045Z] v1.0.1 [2020-12-21T16:44:55.045Z] v1.1.0 [2020-12-21T16:44:55.045Z] v1.2.0 [2020-12-21T16:44:55.045Z] v1.2.1 [2020-12-21T16:44:55.045Z] v1.2.2-dev.1 [2020-12-21T16:44:55.045Z] v1.2.2-dev.10 [2020-12-21T16:44:55.045Z] v1.2.2-dev.100 [2020-12-21T16:44:55.045Z] v1.2.2-dev.101 [2020-12-21T16:44:55.045Z] v1.2.2-dev.102 [2020-12-21T16:44:55.045Z] v1.2.2-dev.103 [2020-12-21T16:44:55.045Z] v1.2.2-dev.104 [2020-12-21T16:44:55.045Z] v1.2.2-dev.105 [2020-12-21T16:44:55.045Z] v1.2.2-dev.106 [2020-12-21T16:44:55.045Z] v1.2.2-dev.107 [2020-12-21T16:44:55.045Z] v1.2.2-dev.11 [2020-12-21T16:44:55.045Z] v1.2.2-dev.12 [2020-12-21T16:44:55.045Z] v1.2.2-dev.13 [2020-12-21T16:44:55.045Z] v1.2.2-dev.14 [2020-12-21T16:44:55.045Z] v1.2.2-dev.15 [2020-12-21T16:44:55.045Z] v1.2.2-dev.16 [2020-12-21T16:44:55.045Z] v1.2.2-dev.17 [2020-12-21T16:44:55.045Z] v1.2.2-dev.18 [2020-12-21T16:44:55.045Z] v1.2.2-dev.19 [2020-12-21T16:44:55.045Z] v1.2.2-dev.2 [2020-12-21T16:44:55.045Z] v1.2.2-dev.20 [2020-12-21T16:44:55.045Z] v1.2.2-dev.21 [2020-12-21T16:44:55.045Z] v1.2.2-dev.22 [2020-12-21T16:44:55.045Z] v1.2.2-dev.23 [2020-12-21T16:44:55.045Z] v1.2.2-dev.24 [2020-12-21T16:44:55.045Z] v1.2.2-dev.25 [2020-12-21T16:44:55.045Z] v1.2.2-dev.26 [2020-12-21T16:44:55.045Z] v1.2.2-dev.27 [2020-12-21T16:44:55.045Z] v1.2.2-dev.28 [2020-12-21T16:44:55.045Z] v1.2.2-dev.29 [2020-12-21T16:44:55.045Z] v1.2.2-dev.3 [2020-12-21T16:44:55.045Z] v1.2.2-dev.30 [2020-12-21T16:44:55.045Z] v1.2.2-dev.31 [2020-12-21T16:44:55.045Z] v1.2.2-dev.32 [2020-12-21T16:44:55.045Z] v1.2.2-dev.33 [2020-12-21T16:44:55.045Z] v1.2.2-dev.34 [2020-12-21T16:44:55.045Z] v1.2.2-dev.35 [2020-12-21T16:44:55.045Z] v1.2.2-dev.36 [2020-12-21T16:44:55.045Z] v1.2.2-dev.37 [2020-12-21T16:44:55.045Z] v1.2.2-dev.38 [2020-12-21T16:44:55.045Z] v1.2.2-dev.39 [2020-12-21T16:44:55.045Z] v1.2.2-dev.4 [2020-12-21T16:44:55.045Z] v1.2.2-dev.40 [2020-12-21T16:44:55.045Z] v1.2.2-dev.41 [2020-12-21T16:44:55.045Z] v1.2.2-dev.42 [2020-12-21T16:44:55.045Z] v1.2.2-dev.43 [2020-12-21T16:44:55.045Z] v1.2.2-dev.44 [2020-12-21T16:44:55.045Z] v1.2.2-dev.45 [2020-12-21T16:44:55.045Z] v1.2.2-dev.46 [2020-12-21T16:44:55.045Z] v1.2.2-dev.47 [2020-12-21T16:44:55.045Z] v1.2.2-dev.48 [2020-12-21T16:44:55.045Z] v1.2.2-dev.49 [2020-12-21T16:44:55.045Z] v1.2.2-dev.5 [2020-12-21T16:44:55.045Z] v1.2.2-dev.50 [2020-12-21T16:44:55.045Z] v1.2.2-dev.51 [2020-12-21T16:44:55.045Z] v1.2.2-dev.52 [2020-12-21T16:44:55.045Z] v1.2.2-dev.53 [2020-12-21T16:44:55.045Z] v1.2.2-dev.54 [2020-12-21T16:44:55.045Z] v1.2.2-dev.55 [2020-12-21T16:44:55.045Z] v1.2.2-dev.56 [2020-12-21T16:44:55.045Z] v1.2.2-dev.57 [2020-12-21T16:44:55.045Z] v1.2.2-dev.58 [2020-12-21T16:44:55.045Z] v1.2.2-dev.59 [2020-12-21T16:44:55.045Z] v1.2.2-dev.6 [2020-12-21T16:44:55.045Z] v1.2.2-dev.60 [2020-12-21T16:44:55.045Z] v1.2.2-dev.61 [2020-12-21T16:44:55.045Z] v1.2.2-dev.62 [2020-12-21T16:44:55.045Z] v1.2.2-dev.63 [2020-12-21T16:44:55.045Z] v1.2.2-dev.64 [2020-12-21T16:44:55.045Z] v1.2.2-dev.65 [2020-12-21T16:44:55.045Z] v1.2.2-dev.66 [2020-12-21T16:44:55.045Z] v1.2.2-dev.67 [2020-12-21T16:44:55.045Z] v1.2.2-dev.68 [2020-12-21T16:44:55.045Z] v1.2.2-dev.69 [2020-12-21T16:44:55.045Z] v1.2.2-dev.7 [2020-12-21T16:44:55.045Z] v1.2.2-dev.70 [2020-12-21T16:44:55.045Z] v1.2.2-dev.71 [2020-12-21T16:44:55.045Z] v1.2.2-dev.72 [2020-12-21T16:44:55.045Z] v1.2.2-dev.73 [2020-12-21T16:44:55.045Z] v1.2.2-dev.74 [2020-12-21T16:44:55.045Z] v1.2.2-dev.75 [2020-12-21T16:44:55.045Z] v1.2.2-dev.76 [2020-12-21T16:44:55.045Z] v1.2.2-dev.77 [2020-12-21T16:44:55.045Z] v1.2.2-dev.78 [2020-12-21T16:44:55.045Z] v1.2.2-dev.79 [2020-12-21T16:44:55.045Z] v1.2.2-dev.8 [2020-12-21T16:44:55.045Z] v1.2.2-dev.80 [2020-12-21T16:44:55.045Z] v1.2.2-dev.81 [2020-12-21T16:44:55.045Z] v1.2.2-dev.82 [2020-12-21T16:44:55.045Z] v1.2.2-dev.83 [2020-12-21T16:44:55.045Z] v1.2.2-dev.84 [2020-12-21T16:44:55.045Z] v1.2.2-dev.85 [2020-12-21T16:44:55.045Z] v1.2.2-dev.86 [2020-12-21T16:44:55.045Z] v1.2.2-dev.87 [2020-12-21T16:44:55.045Z] v1.2.2-dev.88 [2020-12-21T16:44:55.045Z] v1.2.2-dev.89 [2020-12-21T16:44:55.045Z] v1.2.2-dev.9 [2020-12-21T16:44:55.045Z] v1.2.2-dev.90 [2020-12-21T16:44:55.045Z] v1.2.2-dev.91 [2020-12-21T16:44:55.045Z] v1.2.2-dev.92 [2020-12-21T16:44:55.045Z] v1.2.2-dev.93 [2020-12-21T16:44:55.045Z] v1.2.2-dev.94 [2020-12-21T16:44:55.045Z] v1.2.2-dev.95 [2020-12-21T16:44:55.045Z] v1.2.2-dev.96 [2020-12-21T16:44:55.045Z] v1.2.2-dev.97 [2020-12-21T16:44:55.045Z] v1.2.2-dev.98 [2020-12-21T16:44:55.045Z] v1.2.2-dev.99 [2020-12-21T16:44:55.045Z] v1.3.0 [2020-12-21T16:44:55.045Z] v1.3.1-dev.1 [2020-12-21T16:44:55.045Z] v1.3.1-dev.10 [2020-12-21T16:44:55.045Z] v1.3.1-dev.11 [2020-12-21T16:44:55.045Z] v1.3.1-dev.12 [2020-12-21T16:44:55.045Z] v1.3.1-dev.13 [2020-12-21T16:44:55.045Z] v1.3.1-dev.14 [2020-12-21T16:44:55.045Z] v1.3.1-dev.15 [2020-12-21T16:44:55.045Z] v1.3.1-dev.16 [2020-12-21T16:44:55.045Z] v1.3.1-dev.17 [2020-12-21T16:44:55.045Z] v1.3.1-dev.18 [2020-12-21T16:44:55.045Z] v1.3.1-dev.2 [2020-12-21T16:44:55.045Z] v1.3.1-dev.3 [2020-12-21T16:44:55.045Z] v1.3.1-dev.4 [2020-12-21T16:44:55.045Z] v1.3.1-dev.5 [2020-12-21T16:44:55.045Z] v1.3.1-dev.6 [2020-12-21T16:44:55.045Z] v1.3.1-dev.7 [2020-12-21T16:44:55.045Z] v1.3.1-dev.8 [2020-12-21T16:44:55.045Z] v1.3.1-dev.9 [2020-12-21T16:44:55.045Z] v2.0.0-dev.1 [2020-12-21T16:44:55.045Z] v2.0.0-dev.10 [2020-12-21T16:44:55.045Z] v2.0.0-dev.11 [2020-12-21T16:44:55.045Z] v2.0.0-dev.12 [2020-12-21T16:44:55.045Z] v2.0.0-dev.13 [2020-12-21T16:44:55.045Z] v2.0.0-dev.14 [2020-12-21T16:44:55.045Z] v2.0.0-dev.15 [2020-12-21T16:44:55.045Z] v2.0.0-dev.16 [2020-12-21T16:44:55.045Z] v2.0.0-dev.17 [2020-12-21T16:44:55.045Z] v2.0.0-dev.18 [2020-12-21T16:44:55.045Z] v2.0.0-dev.19 [2020-12-21T16:44:55.045Z] v2.0.0-dev.2 [2020-12-21T16:44:55.045Z] v2.0.0-dev.3 [2020-12-21T16:44:55.045Z] v2.0.0-dev.4 [2020-12-21T16:44:55.045Z] v2.0.0-dev.5 [2020-12-21T16:44:55.045Z] v2.0.0-dev.6 [2020-12-21T16:44:55.045Z] v2.0.0-dev.7 [2020-12-21T16:44:55.045Z] v2.0.0-dev.8 [2020-12-21T16:44:55.045Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-21T16:44:55.357Z] + lftools sign git-tag v2.0.0-dev.19 [2020-12-21T16:44:56.800Z] Signing Git tag with Sigul... [2020-12-21T16:44:56.800Z] Signing v2.0.0-dev.19 [Pipeline] echo [2020-12-21T16:44:57.766Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:44:58.084Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-21T16:44:58.105Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-21T16:44:58.209Z] $ docker stop --time=1 2f33710d21287190479e542d24371eb180fb976bfeb8fff4646d0deef66d33b6 [2020-12-21T16:45:00.080Z] $ docker rm -f 2f33710d21287190479e542d24371eb180fb976bfeb8fff4646d0deef66d33b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:45:01.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:45:01.140Z] . [Pipeline] withDockerContainer [2020-12-21T16:45:01.254Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:45:01.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:45:02.218Z] $ docker top 0493516ce3f221b2d147c5ea0cb6c1adeff22f05232ad90768f7a3b949a42135 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T16:45:02.567Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:45:02.567Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:45:02.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:45:02.808Z] $ docker exec 0493516ce3f221b2d147c5ea0cb6c1adeff22f05232ad90768f7a3b949a42135 ssh-agent [2020-12-21T16:45:03.009Z] SSH_AUTH_SOCK=/tmp/ssh-GX8OncoWKU0n/agent.12 [2020-12-21T16:45:03.009Z] SSH_AGENT_PID=17 [2020-12-21T16:45:03.023Z] Running ssh-add (command line suppressed) [2020-12-21T16:45:03.220Z] Identity added: /w/workspace/edgex-go/263@tmp/private_key_5439310079465435953.key (/w/workspace/edgex-go/263@tmp/private_key_5439310079465435953.key) [2020-12-21T16:45:03.281Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:45:03.618Z] + git semver bump pre [2020-12-21T16:45:03.618Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T16:45:03.618Z] # $GIT_DIR = /w/workspace/edgex-go/263/.git [2020-12-21T16:45:03.618Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/263 [2020-12-21T16:45:03.618Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T16:45:03.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T16:45:03.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T16:45:03.618Z] # $SEMVER_BRANCH = master [2020-12-21T16:45:03.618Z] # $SEMVER_DIR = /w/workspace/edgex-go/263/.semver [2020-12-21T16:45:03.618Z] 2.0.0-dev.20 [Pipeline] } [2020-12-21T16:45:03.632Z] $ docker exec --env ******** --env ******** 0493516ce3f221b2d147c5ea0cb6c1adeff22f05232ad90768f7a3b949a42135 ssh-agent -k [2020-12-21T16:45:03.769Z] unset SSH_AUTH_SOCK; [2020-12-21T16:45:03.770Z] unset SSH_AGENT_PID; [2020-12-21T16:45:03.770Z] echo Agent pid 17 killed; [2020-12-21T16:45:03.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:45:04.437Z] + git semver [Pipeline] } [2020-12-21T16:45:04.462Z] $ docker stop --time=1 0493516ce3f221b2d147c5ea0cb6c1adeff22f05232ad90768f7a3b949a42135 [2020-12-21T16:45:05.895Z] $ docker rm -f 0493516ce3f221b2d147c5ea0cb6c1adeff22f05232ad90768f7a3b949a42135 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:45:06.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:45:06.432Z] . [Pipeline] withDockerContainer [2020-12-21T16:45:06.552Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:45:06.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:45:07.373Z] $ docker top 1a284e74ee9b603a6733c35f2129ecd80599a59919d3e6d1192c6a30a5075d9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T16:45:07.684Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:45:07.684Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:45:07.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:45:07.905Z] $ docker exec 1a284e74ee9b603a6733c35f2129ecd80599a59919d3e6d1192c6a30a5075d9c ssh-agent [2020-12-21T16:45:08.119Z] SSH_AUTH_SOCK=/tmp/ssh-k2Cu7tsHMZ0A/agent.13 [2020-12-21T16:45:08.119Z] SSH_AGENT_PID=18 [2020-12-21T16:45:08.129Z] Running ssh-add (command line suppressed) [2020-12-21T16:45:08.271Z] Identity added: /w/workspace/edgex-go/263@tmp/private_key_460397717857909834.key (/w/workspace/edgex-go/263@tmp/private_key_460397717857909834.key) [2020-12-21T16:45:08.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:45:08.746Z] + git semver push [2020-12-21T16:45:08.747Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T16:45:08.747Z] # $GIT_DIR = /w/workspace/edgex-go/263/.git [2020-12-21T16:45:08.747Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/263 [2020-12-21T16:45:08.747Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T16:45:08.747Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T16:45:08.747Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T16:45:08.747Z] # $SEMVER_BRANCH = master [2020-12-21T16:45:08.747Z] # $SEMVER_DIR = /w/workspace/edgex-go/263/.semver [Pipeline] } [2020-12-21T16:45:21.032Z] $ docker exec --env ******** --env ******** 1a284e74ee9b603a6733c35f2129ecd80599a59919d3e6d1192c6a30a5075d9c ssh-agent -k [2020-12-21T16:45:21.211Z] unset SSH_AUTH_SOCK; [2020-12-21T16:45:21.211Z] unset SSH_AGENT_PID; [2020-12-21T16:45:21.211Z] echo Agent pid 18 killed; [2020-12-21T16:45:21.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:45:21.860Z] + git semver [Pipeline] } [2020-12-21T16:45:21.897Z] $ docker stop --time=1 1a284e74ee9b603a6733c35f2129ecd80599a59919d3e6d1192c6a30a5075d9c [2020-12-21T16:45:23.332Z] $ docker rm -f 1a284e74ee9b603a6733c35f2129ecd80599a59919d3e6d1192c6a30a5075d9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:24.646Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:25.524Z] ---> package-listing.sh [2020-12-21T16:45:25.524Z] ++ facter osfamily [2020-12-21T16:45:25.524Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T16:45:25.524Z] + OS_FAMILY=redhat [2020-12-21T16:45:25.524Z] + workspace=/w/workspace/edgex-go/263 [2020-12-21T16:45:25.524Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T16:45:25.524Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T16:45:25.524Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T16:45:25.524Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T16:45:25.524Z] + '[' /w/workspace/edgex-go/263 ']' [2020-12-21T16:45:25.524Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T16:45:25.524Z] + case "${OS_FAMILY}" in [2020-12-21T16:45:25.524Z] + rpm -qa [2020-12-21T16:45:25.524Z] + sort [2020-12-21T16:45:29.765Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T16:45:29.765Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T16:45:29.765Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T16:45:29.765Z] + '[' /w/workspace/edgex-go/263 ']' [2020-12-21T16:45:29.765Z] + mkdir -p /w/workspace/edgex-go/263/archives/ [2020-12-21T16:45:29.765Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/263/archives/ [Pipeline] echo [2020-12-21T16:45:29.784Z] 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/263/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-21T16:45:30.080Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:45:30.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T16:45:30.382Z] [2020-12-21T16:45:30.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:45:30.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T16:45:30.739Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T16:45:30.739Z] df20fa9351a1: Pulling fs layer [2020-12-21T16:45:30.739Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T16:45:30.739Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T16:45:30.739Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T16:45:30.739Z] 93b61091891f: Pulling fs layer [2020-12-21T16:45:30.739Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T16:45:30.739Z] 5e14af77c1be: Pulling fs layer [2020-12-21T16:45:30.739Z] 01666e4c0597: Pulling fs layer [2020-12-21T16:45:30.739Z] aa168da1d23b: Pulling fs layer [2020-12-21T16:45:30.739Z] 93b9cdb0e59b: Waiting [2020-12-21T16:45:30.739Z] 5e14af77c1be: Waiting [2020-12-21T16:45:30.739Z] 01666e4c0597: Waiting [2020-12-21T16:45:30.739Z] aa168da1d23b: Waiting [2020-12-21T16:45:30.739Z] 46f8f816bc3b: Waiting [2020-12-21T16:45:30.739Z] 93b61091891f: Waiting [2020-12-21T16:45:30.739Z] 36b3adc4ff6f: Verifying Checksum [2020-12-21T16:45:30.739Z] 36b3adc4ff6f: Download complete [2020-12-21T16:45:30.739Z] 46f8f816bc3b: Download complete [2020-12-21T16:45:31.011Z] df20fa9351a1: Verifying Checksum [2020-12-21T16:45:31.011Z] 93b61091891f: Verifying Checksum [2020-12-21T16:45:31.011Z] 93b61091891f: Download complete [2020-12-21T16:45:31.011Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T16:45:31.011Z] 93b9cdb0e59b: Download complete [2020-12-21T16:45:31.011Z] 5e14af77c1be: Verifying Checksum [2020-12-21T16:45:31.011Z] 5e14af77c1be: Download complete [2020-12-21T16:45:31.011Z] 01666e4c0597: Verifying Checksum [2020-12-21T16:45:31.011Z] 01666e4c0597: Download complete [2020-12-21T16:45:31.011Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T16:45:31.011Z] 8ad3a11d3b57: Download complete [2020-12-21T16:45:31.279Z] df20fa9351a1: Pull complete [2020-12-21T16:45:31.556Z] 36b3adc4ff6f: Pull complete [2020-12-21T16:45:33.011Z] 8ad3a11d3b57: Pull complete [2020-12-21T16:45:33.011Z] 46f8f816bc3b: Pull complete [2020-12-21T16:45:33.594Z] aa168da1d23b: Verifying Checksum [2020-12-21T16:45:33.594Z] aa168da1d23b: Download complete [2020-12-21T16:45:33.858Z] 93b61091891f: Pull complete [2020-12-21T16:45:34.123Z] 93b9cdb0e59b: Pull complete [2020-12-21T16:45:34.123Z] 5e14af77c1be: Pull complete [2020-12-21T16:45:34.386Z] 01666e4c0597: Pull complete [2020-12-21T16:45:42.636Z] aa168da1d23b: Pull complete [2020-12-21T16:45:42.636Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T16:45:42.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T16:45:42.636Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T16:45:42.970Z] prd-centos7-docker-4c-2g-17066 does not seem to be running inside a container [2020-12-21T16:45:43.042Z] $ 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/263/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/263 -v /w/workspace/edgex-go/263:/w/workspace/edgex-go/263:rw,z -v /w/workspace/edgex-go/263@tmp:/w/workspace/edgex-go/263@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 [2020-12-21T16:45:46.024Z] $ docker top 7071e80e30ed1de9566484b6018bd9af940ef7e7d2757e5c8ba011c5326b6007 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:45:46.553Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T16:45:46.862Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T16:45:47.162Z] + ls /var/log/sa-host [2020-12-21T16:45:47.162Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T16:45:47.162Z] file_magic: OK [2020-12-21T16:45:47.162Z] HZ: Using current value: 100 [2020-12-21T16:45:47.162Z] file_header: OK [2020-12-21T16:45:47.162Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T16:45:47.162Z] Statistics: [2020-12-21T16:45:47.162Z] 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... [2020-12-21T16:45:47.162Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T16:45:47.162Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T16:45:47.162Z] file_magic: OK [2020-12-21T16:45:47.162Z] HZ: Using current value: 100 [2020-12-21T16:45:47.162Z] file_header: OK [2020-12-21T16:45:47.162Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T16:45:47.162Z] Statistics: [2020-12-21T16:45:47.162Z] Hnuu...uuuununununu... [2020-12-21T16:45:47.162Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T16:45:47.805Z] provisioning config files... [2020-12-21T16:45:47.824Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/263@tmp/config2344116323681415746tmp [Pipeline] { [Pipeline] echo [2020-12-21T16:45:47.927Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:48.327Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T16:45:48.338Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T16:45:48.425Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:48.720Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T16:45:48.732Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:49.028Z] ---> sudo-logs.sh [2020-12-21T16:45:49.028Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T16:45:49.040Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:49.334Z] ---> job-cost.sh [2020-12-21T16:45:49.334Z] lf-activate-venv: SKIPPING [2020-12-21T16:45:49.334Z] INFO: No Stack... [2020-12-21T16:45:50.283Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T16:45:50.861Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T16:45:50.909Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:45:51.207Z] ---> logs-deploy.sh [2020-12-21T16:45:51.207Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/263 [2020-12-21T16:45:51.207Z] INFO: archiving workspace using pattern(s): [2020-12-21T16:45:53.133Z] Archives upload complete. [2020-12-21T16:45:53.133Z] INFO: archiving logs to Nexus [2020-12-21T16:45:54.088Z] ---> uname -a: [2020-12-21T16:45:54.088Z] Linux prd-centos7-docker-4c-2g-17066.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] ---> lscpu: [2020-12-21T16:45:54.088Z] Architecture: x86_64 [2020-12-21T16:45:54.088Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-21T16:45:54.088Z] Byte Order: Little Endian [2020-12-21T16:45:54.088Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-21T16:45:54.088Z] CPU(s): 4 [2020-12-21T16:45:54.088Z] On-line CPU(s) list: 0-3 [2020-12-21T16:45:54.088Z] Thread(s) per core: 1 [2020-12-21T16:45:54.088Z] Core(s) per socket: 1 [2020-12-21T16:45:54.088Z] Socket(s): 4 [2020-12-21T16:45:54.088Z] NUMA node(s): 1 [2020-12-21T16:45:54.088Z] Vendor ID: GenuineIntel [2020-12-21T16:45:54.088Z] CPU family: 6 [2020-12-21T16:45:54.088Z] Model: 44 [2020-12-21T16:45:54.088Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-21T16:45:54.088Z] Stepping: 1 [2020-12-21T16:45:54.088Z] CPU MHz: 2933.436 [2020-12-21T16:45:54.088Z] BogoMIPS: 5866.87 [2020-12-21T16:45:54.088Z] Virtualization: VT-x [2020-12-21T16:45:54.088Z] Hypervisor vendor: KVM [2020-12-21T16:45:54.088Z] Virtualization type: full [2020-12-21T16:45:54.088Z] L1d cache: 128 KiB [2020-12-21T16:45:54.088Z] L1i cache: 128 KiB [2020-12-21T16:45:54.088Z] L2 cache: 16 MiB [2020-12-21T16:45:54.088Z] L3 cache: 64 MiB [2020-12-21T16:45:54.088Z] NUMA node0 CPU(s): 0-3 [2020-12-21T16:45:54.088Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-21T16:45:54.088Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-21T16:45:54.088Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-21T16:45:54.088Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-21T16:45:54.088Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-21T16:45:54.088Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-21T16:45:54.088Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-21T16:45:54.088Z] Vulnerability Srbds: Not affected [2020-12-21T16:45:54.088Z] Vulnerability Tsx async abort: Not affected [2020-12-21T16:45:54.088Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] ---> nproc: [2020-12-21T16:45:54.088Z] 4 [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] ---> df -h: [2020-12-21T16:45:54.088Z] Filesystem Size Used Available Use% Mounted on [2020-12-21T16:45:54.088Z] overlay 50.0G 14.2G 35.8G 28% / [2020-12-21T16:45:54.088Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-21T16:45:54.088Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-21T16:45:54.088Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /facter-os [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /etc/resolv.conf [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /etc/hostname [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /etc/hosts [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /var/log/auth.log [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /run/cloud-init/result.json [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /var/log/sa-host [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /var/log/secure [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /w/workspace/edgex-go/263 [2020-12-21T16:45:54.088Z] /dev/vda1 50.0G 14.2G 35.8G 28% /w/workspace/edgex-go/263@tmp [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] [2020-12-21T16:45:54.088Z] ---> free -m: [2020-12-21T16:45:54.088Z] total used free shared buff/cache available [2020-12-21T16:45:54.088Z] Mem: 1837 751 268 0 817 1013 [2020-12-21T16:45:54.089Z] Swap: 1023 75 948 [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] ---> ip addr: [2020-12-21T16:45:54.089Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-21T16:45:54.089Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-21T16:45:54.089Z] inet 127.0.0.1/8 scope host lo [2020-12-21T16:45:54.089Z] valid_lft forever preferred_lft forever [2020-12-21T16:45:54.089Z] inet6 ::1/128 scope host [2020-12-21T16:45:54.089Z] valid_lft forever preferred_lft forever [2020-12-21T16:45:54.089Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-21T16:45:54.089Z] link/ether fa:16:3e:fa:7b:e6 brd ff:ff:ff:ff:ff:ff [2020-12-21T16:45:54.089Z] inet 10.30.123.58/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-21T16:45:54.089Z] valid_lft 85349sec preferred_lft 85349sec [2020-12-21T16:45:54.089Z] inet6 fe80::f816:3eff:fefa:7be6/64 scope link [2020-12-21T16:45:54.089Z] valid_lft forever preferred_lft forever [2020-12-21T16:45:54.089Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-21T16:45:54.089Z] link/ether 02:42:25:1f:aa:c8 brd ff:ff:ff:ff:ff:ff [2020-12-21T16:45:54.089Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-21T16:45:54.089Z] valid_lft forever preferred_lft forever [2020-12-21T16:45:54.089Z] inet6 fe80::42:25ff:fe1f:aac8/64 scope link [2020-12-21T16:45:54.089Z] valid_lft forever preferred_lft forever [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] ---> sar -b -r -n DEV: [2020-12-21T16:45:54.089Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] 16:28:09 LINUX RESTART (4 CPU) [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] 16:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-21T16:45:54.089Z] 16:30:01 225.51 110.47 115.04 0.00 10879.65 46846.27 0.00 [2020-12-21T16:45:54.089Z] 16:31:02 256.81 115.16 141.66 0.00 5771.95 31834.34 0.00 [2020-12-21T16:45:54.089Z] 16:32:01 211.41 98.90 112.51 0.00 3573.96 12316.53 0.00 [2020-12-21T16:45:54.089Z] 16:33:02 177.06 62.68 114.38 0.00 8872.53 39199.35 0.00 [2020-12-21T16:45:54.089Z] 16:34:02 2502.05 2127.92 374.12 0.00 183871.15 233869.53 0.00 [2020-12-21T16:45:54.089Z] 16:35:01 1168.09 899.80 268.29 0.00 50576.70 70582.19 0.00 [2020-12-21T16:45:54.089Z] 16:36:02 2228.57 1857.39 371.18 0.00 135469.05 160059.79 0.00 [2020-12-21T16:45:54.089Z] 16:37:02 1732.67 1397.48 335.19 0.00 94238.50 99409.75 0.00 [2020-12-21T16:45:54.089Z] 16:38:01 159.34 67.43 91.91 0.00 6793.36 9283.04 0.00 [2020-12-21T16:45:54.089Z] 16:39:01 41.34 38.27 3.06 0.00 1200.60 73.58 0.00 [2020-12-21T16:45:54.089Z] 16:40:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2020-12-21T16:45:54.089Z] 16:41:01 0.18 0.02 0.17 0.00 0.53 1.90 0.00 [2020-12-21T16:45:54.089Z] 16:42:01 0.47 0.18 0.28 0.00 1.87 4.40 0.00 [2020-12-21T16:45:54.089Z] 16:43:01 0.27 0.02 0.25 0.00 0.53 3.23 0.00 [2020-12-21T16:45:54.089Z] 16:44:01 303.61 161.37 142.24 0.00 8445.41 36571.99 0.00 [2020-12-21T16:45:54.089Z] 16:45:02 235.63 84.43 151.20 0.00 6383.91 33234.88 0.00 [2020-12-21T16:45:54.089Z] Average: 578.38 439.46 138.92 0.00 32308.68 48407.72 0.00 [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] 16:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-21T16:45:54.089Z] 16:30:01 131672 0 717904 38.16 2112 1029856 1441216 49.19 573116 935720 16904 [2020-12-21T16:45:54.089Z] 16:31:02 140420 0 776588 41.27 992 963544 1537896 52.49 619264 843676 23028 [2020-12-21T16:45:54.089Z] 16:32:01 376996 0 776296 41.26 548 727704 1704776 58.18 587344 630320 67132 [2020-12-21T16:45:54.089Z] 16:33:02 78740 0 736708 39.15 364 1065732 1261080 43.04 701656 827288 205212 [2020-12-21T16:45:54.089Z] 16:34:02 64612 0 842340 44.77 112 974480 2316692 79.06 755284 840852 22492 [2020-12-21T16:45:54.089Z] 16:35:01 415972 0 732932 38.95 112 732528 1544392 52.71 513604 709496 96 [2020-12-21T16:45:54.089Z] 16:36:02 66484 0 777456 41.32 108 1037496 2077624 70.91 677088 912088 74228 [2020-12-21T16:45:54.089Z] 16:37:02 360312 0 702272 37.32 108 818852 1889004 64.47 578812 697608 5348 [2020-12-21T16:45:54.089Z] 16:38:01 216804 0 644788 34.27 108 1019844 1414640 48.28 630308 797240 28 [2020-12-21T16:45:54.089Z] 16:39:01 211672 0 614692 32.67 108 1055072 1183388 40.39 602672 830748 16 [2020-12-21T16:45:54.089Z] 16:40:01 214628 0 611728 32.51 108 1055080 1159732 39.58 600864 830160 16 [2020-12-21T16:45:54.089Z] 16:41:01 215268 0 611080 32.48 108 1055088 1159732 39.58 600872 830172 8 [2020-12-21T16:45:54.089Z] 16:42:01 215308 0 611028 32.47 108 1055100 1159860 39.58 600972 830228 20 [2020-12-21T16:45:54.089Z] 16:43:01 214824 0 611504 32.50 108 1055108 1159980 39.59 601388 830244 12 [2020-12-21T16:45:54.089Z] 16:44:01 225340 0 686356 36.48 8 969840 1188620 40.57 615544 735912 32 [2020-12-21T16:45:54.089Z] 16:45:02 227400 0 748304 39.77 8 905832 1775988 60.61 474344 844936 16 [2020-12-21T16:45:54.089Z] Average: 211028 0 700124 37.21 320 970072 1498414 51.14 608321 807918 25912 [2020-12-21T16:45:54.089Z] [2020-12-21T16:45:54.089Z] 16:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-21T16:45:54.089Z] 16:30:01 eth0 1084.59 1127.15 5996.11 133.75 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:30:01 vethd2a5915 8.02 10.12 0.59 62.10 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:30:01 docker0 833.48 724.56 69.36 2773.14 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:31:02 veth0028cc1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:31:02 eth0 348.58 235.05 2047.62 30.08 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:31:02 docker0 134.02 156.81 9.51 763.46 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:32:01 veth0028cc1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:32:01 eth0 36.60 22.54 25.30 71.55 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:33:02 vethba6b3cd 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:33:02 eth0 204.50 168.61 1668.22 88.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:34:02 vethba6b3cd 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:34:02 eth0 45.19 24.20 164.79 9.74 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:34:02 docker0 13.36 24.43 0.71 147.66 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:35:01 vethba6b3cd 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:35:01 eth0 47.57 31.32 172.14 11.38 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:35:01 docker0 14.37 19.12 0.77 105.95 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:36:02 vethba6b3cd 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:36:02 eth0 140.64 87.58 445.45 89.93 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:36:02 vethcf74424 4.84 5.40 0.56 19.59 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:37:02 vethba6b3cd 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:37:02 veth5aca3ae 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:37:02 eth0 81.34 58.01 101.69 88.18 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:38:01 eth0 393.58 373.92 266.38 1372.69 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:38:01 docker0 1041.10 1013.68 83.18 4378.07 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:39:01 eth0 42.88 39.87 18.53 179.60 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:40:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.089Z] 16:41:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:43:01 eth0 0.85 0.35 0.30 0.17 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:44:01 eth0 458.84 410.97 4262.25 86.43 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:44:01 docker0 30.43 30.08 2.92 217.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:45:02 vethcac18ee 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:45:02 eth0 436.48 366.20 3428.55 95.06 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] 16:45:02 docker0 24.55 39.62 1.37 190.17 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] Average: vethcac18ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] Average: eth0 206.97 183.31 1161.69 139.90 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] Average: docker0 67.57 66.80 5.39 295.17 0.00 0.00 0.00 0.00 [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z] ---> sar -P ALL: [2020-12-21T16:45:54.090Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z] 16:28:09 LINUX RESTART (4 CPU) [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z] 16:29:02 CPU %user %nice %system %iowait %steal %idle [2020-12-21T16:45:54.090Z] 16:30:01 all 16.09 0.00 9.04 2.44 0.09 72.34 [2020-12-21T16:45:54.090Z] 16:30:01 0 17.17 0.00 9.85 2.06 0.09 70.83 [2020-12-21T16:45:54.090Z] 16:30:01 1 18.64 0.00 7.76 2.54 0.09 70.97 [2020-12-21T16:45:54.090Z] 16:30:01 2 14.96 0.00 9.36 2.74 0.09 72.85 [2020-12-21T16:45:54.090Z] 16:30:01 3 13.61 0.00 9.20 2.41 0.09 74.70 [2020-12-21T16:45:54.090Z] 16:31:02 all 10.36 0.00 7.16 5.30 0.10 77.08 [2020-12-21T16:45:54.090Z] 16:31:02 0 11.44 0.00 7.01 3.39 0.12 78.04 [2020-12-21T16:45:54.090Z] 16:31:02 1 9.56 0.00 7.11 4.96 0.12 78.26 [2020-12-21T16:45:54.090Z] 16:31:02 2 9.82 0.00 7.61 6.38 0.07 76.12 [2020-12-21T16:45:54.090Z] 16:31:02 3 10.62 0.00 6.92 6.49 0.09 75.89 [2020-12-21T16:45:54.090Z] 16:32:01 all 63.99 0.00 15.44 5.35 0.09 15.13 [2020-12-21T16:45:54.090Z] 16:32:01 0 64.51 0.00 15.00 8.07 0.07 12.35 [2020-12-21T16:45:54.090Z] 16:32:01 1 64.07 0.00 16.08 3.89 0.11 15.85 [2020-12-21T16:45:54.090Z] 16:32:01 2 64.58 0.00 14.70 3.88 0.11 16.73 [2020-12-21T16:45:54.090Z] 16:32:01 3 62.82 0.00 15.97 5.54 0.07 15.60 [2020-12-21T16:45:54.090Z] 16:33:02 all 28.90 0.00 12.42 4.54 0.11 54.03 [2020-12-21T16:45:54.090Z] 16:33:02 0 28.94 0.00 12.46 4.06 0.15 54.39 [2020-12-21T16:45:54.090Z] 16:33:02 1 29.02 0.00 12.39 4.09 0.13 54.37 [2020-12-21T16:45:54.090Z] 16:33:02 2 29.35 0.00 12.78 6.25 0.08 51.53 [2020-12-21T16:45:54.090Z] 16:33:02 3 28.29 0.00 12.06 3.75 0.08 55.81 [2020-12-21T16:45:54.090Z] 16:34:02 all 21.42 0.00 28.40 22.84 0.17 27.17 [2020-12-21T16:45:54.090Z] 16:34:02 0 21.20 0.00 26.23 24.96 0.16 27.45 [2020-12-21T16:45:54.090Z] 16:34:02 1 21.55 0.00 28.58 22.24 0.16 27.46 [2020-12-21T16:45:54.090Z] 16:34:02 2 21.38 0.00 29.21 22.13 0.21 27.06 [2020-12-21T16:45:54.090Z] 16:34:02 3 21.55 0.00 29.59 22.01 0.14 26.71 [2020-12-21T16:45:54.090Z] 16:35:01 all 51.27 0.00 17.91 15.60 0.10 15.12 [2020-12-21T16:45:54.090Z] 16:35:01 0 51.28 0.00 17.22 17.48 0.07 13.94 [2020-12-21T16:45:54.090Z] 16:35:01 1 51.76 0.00 17.49 15.87 0.12 14.75 [2020-12-21T16:45:54.090Z] 16:35:01 2 50.78 0.00 18.27 13.31 0.09 17.56 [2020-12-21T16:45:54.090Z] 16:35:01 3 51.25 0.00 18.69 15.70 0.11 14.26 [2020-12-21T16:45:54.090Z] 16:36:02 all 17.94 0.00 21.72 31.93 0.17 28.25 [2020-12-21T16:45:54.090Z] 16:36:02 0 17.25 0.00 19.53 37.10 0.15 25.97 [2020-12-21T16:45:54.090Z] 16:36:02 1 18.03 0.00 22.04 33.60 0.19 26.14 [2020-12-21T16:45:54.090Z] 16:36:02 2 17.60 0.00 22.00 31.02 0.14 29.24 [2020-12-21T16:45:54.090Z] 16:36:02 3 18.87 0.00 23.31 25.93 0.19 31.70 [2020-12-21T16:45:54.090Z] 16:37:02 all 44.50 0.00 21.46 22.87 0.15 11.03 [2020-12-21T16:45:54.090Z] 16:37:02 0 45.24 0.00 20.76 20.19 0.16 13.66 [2020-12-21T16:45:54.090Z] 16:37:02 1 44.24 0.00 21.56 25.67 0.19 8.33 [2020-12-21T16:45:54.090Z] 16:37:02 2 44.08 0.00 22.06 20.48 0.14 13.24 [2020-12-21T16:45:54.090Z] 16:37:02 3 44.44 0.00 21.46 25.15 0.09 8.87 [2020-12-21T16:45:54.090Z] 16:38:01 all 13.43 0.00 7.11 5.88 0.13 73.45 [2020-12-21T16:45:54.090Z] 16:38:01 0 13.91 0.00 7.64 8.11 0.14 70.21 [2020-12-21T16:45:54.090Z] 16:38:01 1 12.76 0.00 6.85 6.62 0.12 73.65 [2020-12-21T16:45:54.090Z] 16:38:01 2 13.72 0.00 7.48 5.03 0.09 73.68 [2020-12-21T16:45:54.090Z] 16:38:01 3 13.32 0.00 6.47 3.77 0.16 76.29 [2020-12-21T16:45:54.090Z] 16:39:01 all 1.25 0.00 0.55 1.16 0.01 97.02 [2020-12-21T16:45:54.090Z] 16:39:01 0 1.29 0.00 0.67 1.14 0.00 96.90 [2020-12-21T16:45:54.090Z] 16:39:01 1 1.07 0.00 0.52 1.07 0.02 97.33 [2020-12-21T16:45:54.090Z] 16:39:01 2 1.22 0.00 0.49 1.21 0.03 97.05 [2020-12-21T16:45:54.090Z] 16:39:01 3 1.43 0.00 0.54 1.24 0.00 96.79 [2020-12-21T16:45:54.090Z] 16:40:01 all 0.14 0.00 0.04 0.00 0.00 99.81 [2020-12-21T16:45:54.090Z] 16:40:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2020-12-21T16:45:54.090Z] 16:40:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-12-21T16:45:54.090Z] 16:40:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-21T16:45:54.090Z] 16:40:01 3 0.42 0.00 0.05 0.00 0.00 99.53 [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z] 16:40:01 CPU %user %nice %system %iowait %steal %idle [2020-12-21T16:45:54.090Z] 16:41:01 all 0.16 0.00 0.03 0.00 0.01 99.81 [2020-12-21T16:45:54.090Z] 16:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-21T16:45:54.090Z] 16:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2020-12-21T16:45:54.090Z] 16:41:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-12-21T16:45:54.090Z] 16:41:01 3 0.53 0.00 0.02 0.00 0.02 99.43 [2020-12-21T16:45:54.090Z] 16:42:01 all 0.22 0.00 0.04 0.00 0.00 99.73 [2020-12-21T16:45:54.090Z] 16:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-21T16:45:54.090Z] 16:42:01 1 0.18 0.00 0.07 0.02 0.00 99.73 [2020-12-21T16:45:54.090Z] 16:42:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2020-12-21T16:45:54.090Z] 16:42:01 3 0.60 0.00 0.02 0.00 0.00 99.38 [2020-12-21T16:45:54.090Z] 16:43:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-12-21T16:45:54.090Z] 16:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-21T16:45:54.090Z] 16:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-21T16:45:54.090Z] 16:43:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-21T16:45:54.090Z] 16:43:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2020-12-21T16:45:54.090Z] 16:44:01 all 10.47 0.00 7.98 6.26 0.10 75.19 [2020-12-21T16:45:54.090Z] 16:44:01 0 10.19 0.00 7.96 5.20 0.10 76.55 [2020-12-21T16:45:54.090Z] 16:44:01 1 12.48 0.00 8.03 9.51 0.10 69.88 [2020-12-21T16:45:54.090Z] 16:44:01 2 9.67 0.00 8.19 6.54 0.12 75.49 [2020-12-21T16:45:54.090Z] 16:44:01 3 9.56 0.00 7.75 3.78 0.09 78.83 [2020-12-21T16:45:54.090Z] 16:45:02 all 11.24 0.00 9.28 2.91 0.94 75.63 [2020-12-21T16:45:54.090Z] 16:45:02 0 14.63 0.00 10.14 2.11 0.95 72.17 [2020-12-21T16:45:54.090Z] 16:45:02 1 10.18 0.00 9.05 2.24 0.97 77.56 [2020-12-21T16:45:54.090Z] 16:45:02 2 9.93 0.00 8.75 5.20 0.94 75.18 [2020-12-21T16:45:54.090Z] 16:45:02 3 10.26 0.00 9.20 2.06 0.89 77.60 [2020-12-21T16:45:54.090Z] Average: all 17.88 0.00 9.75 7.81 0.13 64.42 [2020-12-21T16:45:54.090Z] Average: 0 18.27 0.00 9.53 8.25 0.13 63.82 [2020-12-21T16:45:54.090Z] Average: 1 18.02 0.00 9.69 8.13 0.15 64.01 [2020-12-21T16:45:54.090Z] Average: 2 17.60 0.00 9.90 7.65 0.13 64.71 [2020-12-21T16:45:54.090Z] Average: 3 17.65 0.00 9.89 7.21 0.12 65.13 [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z] [2020-12-21T16:45:54.090Z]