Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68a8f910767166238b38b7946bcb5bba3869a893 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17811 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/266 [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/266 # 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 68a8f910767166238b38b7946bcb5bba3869a893 (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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 Commit message: "Merge pull request #2977 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging-0.1.29" > git rev-list --no-walk f96f7b915cefbb80505bb9c3ea8da34b1ed55ef2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-30T23:38:01.164Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-30T23:38:01.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-30T23:38:01.544Z] ========================================================= [2020-12-30T23:38:01.544Z] EdgeX Global Pipelines Version Info [2020-12-30T23:38:01.544Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:38:03.096Z] ------------------- [2020-12-30T23:38:03.096Z] stable info: [2020-12-30T23:38:03.097Z] ------------------- [2020-12-30T23:38:03.097Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-30T23:38:03.097Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T23:38:03.097Z] Message: update stable to v1.0.173 [2020-12-30T23:38:04.051Z] ------------------- [2020-12-30T23:38:04.051Z] experimental info: [2020-12-30T23:38:04.051Z] ------------------- [2020-12-30T23:38:04.051Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-30T23:38:04.051Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-30T23:38:04.051Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T23:38:04.339Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-30T23:38:04.443Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-30T23:38:04.545Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-30T23:38:04.648Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-30T23:38:04.749Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-30T23:38:04.847Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-30T23:38:04.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-30T23:38:05.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-30T23:38:05.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-30T23:38:05.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-30T23:38:05.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-30T23:38:05.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-30T23:38:05.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-30T23:38:05.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-30T23:38:05.890Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T23:38:05.986Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-30T23:38:06.101Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-30T23:38:06.195Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-30T23:38:06.310Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-30T23:38:06.410Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-30T23:38:06.529Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-30T23:38:06.624Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-30T23:38:06.754Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-30T23:38:06.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-30T23:38:06.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-30T23:38:07.045Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-30T23:38:07.137Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] echo [2020-12-30T23:38:07.228Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68a8f91 [Pipeline] echo [2020-12-30T23:38:07.355Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T23:38:07.553Z] provisioning config files... [2020-12-30T23:38:07.587Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/266@tmp/config7394065702478581557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:38:07.942Z] ---> docker-login.sh [2020-12-30T23:38:07.942Z] nexus3.edgexfoundry.org:10001 [2020-12-30T23:38:08.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:38:08.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:38:08.470Z] Configure a credential helper to remove this warning. See [2020-12-30T23:38:08.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:38:08.470Z] [2020-12-30T23:38:08.470Z] Login Succeeded [2020-12-30T23:38:08.470Z] nexus3.edgexfoundry.org:10002 [2020-12-30T23:38:08.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:38:08.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:38:08.733Z] Configure a credential helper to remove this warning. See [2020-12-30T23:38:08.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:38:08.733Z] [2020-12-30T23:38:08.733Z] Login Succeeded [2020-12-30T23:38:08.733Z] nexus3.edgexfoundry.org:10003 [2020-12-30T23:38:08.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:38:08.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:38:08.734Z] Configure a credential helper to remove this warning. See [2020-12-30T23:38:08.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:38:08.734Z] [2020-12-30T23:38:08.734Z] Login Succeeded [2020-12-30T23:38:08.734Z] nexus3.edgexfoundry.org:10004 [2020-12-30T23:38:08.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:38:08.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:38:08.997Z] Configure a credential helper to remove this warning. See [2020-12-30T23:38:08.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:38:08.997Z] [2020-12-30T23:38:08.997Z] Login Succeeded [2020-12-30T23:38:08.997Z] docker.io [2020-12-30T23:38:09.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:38:09.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:38:09.522Z] Configure a credential helper to remove this warning. See [2020-12-30T23:38:09.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:38:09.522Z] [2020-12-30T23:38:09.522Z] Login Succeeded [2020-12-30T23:38:09.522Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T23:38:09.532Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T23:38:09.996Z] ++ 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-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/core-command/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/core-data/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-30T23:38:09.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-30T23:38:09.996Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-30T23:38:09.996Z] ++ cut -d/ -f2 [2020-12-30T23:38:09.996Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-30T23:38:10.072Z] 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-30T23:38:11.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T23:38:11.611Z] [2020-12-30T23:38:11.611Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:38:11.962Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T23:38:11.962Z] latest: Pulling from edgex-devops/git-semver [2020-12-30T23:38:11.962Z] 31603596830f: Pulling fs layer [2020-12-30T23:38:11.962Z] 2a8b12db71e7: Pulling fs layer [2020-12-30T23:38:11.962Z] 6ca5941a6612: Pulling fs layer [2020-12-30T23:38:11.962Z] ecc8261a40a4: Pulling fs layer [2020-12-30T23:38:11.962Z] ecc8261a40a4: Waiting [2020-12-30T23:38:11.962Z] 2a8b12db71e7: Verifying Checksum [2020-12-30T23:38:11.962Z] 2a8b12db71e7: Download complete [2020-12-30T23:38:12.227Z] 31603596830f: Download complete [2020-12-30T23:38:12.493Z] ecc8261a40a4: Verifying Checksum [2020-12-30T23:38:12.493Z] ecc8261a40a4: Download complete [2020-12-30T23:38:12.493Z] 6ca5941a6612: Verifying Checksum [2020-12-30T23:38:12.493Z] 6ca5941a6612: Download complete [2020-12-30T23:38:12.493Z] 31603596830f: Pull complete [2020-12-30T23:38:12.755Z] 2a8b12db71e7: Pull complete [2020-12-30T23:38:13.706Z] 6ca5941a6612: Pull complete [2020-12-30T23:38:13.968Z] ecc8261a40a4: Pull complete [2020-12-30T23:38:13.968Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-30T23:38:13.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-30T23:38:13.968Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-30T23:38:14.072Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:38:14.127Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-30T23:38:16.673Z] $ docker top 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-30T23:38:17.050Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T23:38:17.050Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T23:38:17.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T23:38:17.291Z] $ docker exec 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c ssh-agent [2020-12-30T23:38:17.482Z] SSH_AUTH_SOCK=/tmp/ssh-4ZZ3hz4vj50J/agent.12 [2020-12-30T23:38:17.482Z] SSH_AGENT_PID=17 [2020-12-30T23:38:17.499Z] Running ssh-add (command line suppressed) [2020-12-30T23:38:17.667Z] Identity added: /w/workspace/edgex-go/266@tmp/private_key_1240096335124956431.key (/w/workspace/edgex-go/266@tmp/private_key_1240096335124956431.key) [2020-12-30T23:38:17.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T23:38:18.079Z] + git tag --points-at HEAD [Pipeline] } [2020-12-30T23:38:18.104Z] $ docker exec --env ******** --env ******** 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c ssh-agent -k [2020-12-30T23:38:18.219Z] unset SSH_AUTH_SOCK; [2020-12-30T23:38:18.219Z] unset SSH_AGENT_PID; [2020-12-30T23:38:18.219Z] echo Agent pid 17 killed; [2020-12-30T23:38:18.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-30T23:38:18.410Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-30T23:38:18.410Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-30T23:38:18.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-30T23:38:18.584Z] $ docker exec 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c ssh-agent [2020-12-30T23:38:18.745Z] SSH_AUTH_SOCK=/tmp/ssh-CgWC0HM285Jl/agent.46 [2020-12-30T23:38:18.745Z] SSH_AGENT_PID=52 [2020-12-30T23:38:18.752Z] Running ssh-add (command line suppressed) [2020-12-30T23:38:18.875Z] Identity added: /w/workspace/edgex-go/266@tmp/private_key_4037922349310895471.key (/w/workspace/edgex-go/266@tmp/private_key_4037922349310895471.key) [2020-12-30T23:38:18.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-30T23:38:19.273Z] + git semver init [2020-12-30T23:38:19.273Z] # -> Open(): unable to determine branch for HEAD [2020-12-30T23:38:19.273Z] # $GIT_DIR = /w/workspace/edgex-go/266/.git [2020-12-30T23:38:19.273Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/266 [2020-12-30T23:38:19.273Z] # $SEMVER_REMOTE_NAME = origin [2020-12-30T23:38:19.273Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-30T23:38:19.273Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-30T23:38:19.273Z] # $SEMVER_BRANCH = master [2020-12-30T23:38:19.273Z] # $SEMVER_TEMP = /tmp/semver-575071465 [2020-12-30T23:38:19.273Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-30T23:38:37.445Z] # '/tmp/semver-575071465' -> '/w/workspace/edgex-go/266/.semver' [2020-12-30T23:38:37.445Z] # -> Force: false [2020-12-30T23:38:37.445Z] # $SEMVER_DIR = /w/workspace/edgex-go/266/.semver [Pipeline] } [2020-12-30T23:38:37.462Z] $ docker exec --env ******** --env ******** 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c ssh-agent -k [2020-12-30T23:38:37.683Z] unset SSH_AUTH_SOCK; [2020-12-30T23:38:37.683Z] unset SSH_AGENT_PID; [2020-12-30T23:38:37.683Z] echo Agent pid 52 killed; [2020-12-30T23:38:37.780Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-30T23:38:38.368Z] + git semver [Pipeline] } [2020-12-30T23:38:38.388Z] $ docker stop --time=1 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c [2020-12-30T23:38:40.028Z] $ docker rm -f 7a1117ca07a09afe2dda3ec57fe8e00c5c8f919fb0634e258d05d6e85b80050c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T23:38:40.727Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-30T23:38:41.358Z] Stashed 1 file(s) [Pipeline] echo [2020-12-30T23:38:41.361Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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-30T23:38:42.319Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-30T23:38:42.623Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T23:38:42.923Z] + sudo service docker restart [2020-12-30T23:38:42.923Z] + true [2020-12-30T23:38:42.923Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-30T23:38:43.515Z] ========================================================= [2020-12-30T23:38:43.515Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-30T23:38:43.515Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:38:43.865Z] + 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-30T23:38:48.104Z] Sending build context to Docker daemon 326.2MB [2020-12-30T23:38:48.104Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T23:38:48.104Z] Step 2/7 : FROM ${BASE} [2020-12-30T23:38:48.104Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-30T23:38:48.104Z] 188c0c94c7c5: Pulling fs layer [2020-12-30T23:38:48.104Z] 0ef7d3d256c8: Pulling fs layer [2020-12-30T23:38:48.104Z] de9db76c5a1d: Pulling fs layer [2020-12-30T23:38:48.104Z] bca2f99d35d6: Pulling fs layer [2020-12-30T23:38:48.104Z] 93359f2a8cfa: Pulling fs layer [2020-12-30T23:38:48.104Z] 7c6f9722023f: Pulling fs layer [2020-12-30T23:38:48.104Z] a35cf1a2eb13: Pulling fs layer [2020-12-30T23:38:48.104Z] 93359f2a8cfa: Waiting [2020-12-30T23:38:48.104Z] 7c6f9722023f: Waiting [2020-12-30T23:38:48.104Z] bca2f99d35d6: Waiting [2020-12-30T23:38:48.104Z] 0ef7d3d256c8: Download complete [2020-12-30T23:38:48.104Z] 93359f2a8cfa: Verifying Checksum [2020-12-30T23:38:48.104Z] 93359f2a8cfa: Download complete [2020-12-30T23:38:48.104Z] 7c6f9722023f: Download complete [2020-12-30T23:38:48.104Z] 188c0c94c7c5: Verifying Checksum [2020-12-30T23:38:48.104Z] 188c0c94c7c5: Download complete [2020-12-30T23:38:50.030Z] 188c0c94c7c5: Pull complete [2020-12-30T23:38:50.983Z] a35cf1a2eb13: Verifying Checksum [2020-12-30T23:38:50.983Z] a35cf1a2eb13: Download complete [2020-12-30T23:38:51.246Z] bca2f99d35d6: Verifying Checksum [2020-12-30T23:38:51.246Z] bca2f99d35d6: Download complete [2020-12-30T23:38:51.509Z] 0ef7d3d256c8: Pull complete [2020-12-30T23:38:51.774Z] de9db76c5a1d: Pull complete [2020-12-30T23:38:56.770Z] Still waiting to schedule task [2020-12-30T23:38:56.771Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-30T23:38:57.114Z] bca2f99d35d6: Pull complete [2020-12-30T23:38:57.114Z] 93359f2a8cfa: Pull complete [2020-12-30T23:38:57.114Z] 7c6f9722023f: Pull complete [2020-12-30T23:39:07.164Z] a35cf1a2eb13: Pull complete [2020-12-30T23:39:07.164Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-30T23:39:07.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-30T23:39:07.164Z] ---> a62c8e92a672 [2020-12-30T23:39:07.164Z] 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-30T23:39:07.164Z] ---> Running in 76bd78159598 [2020-12-30T23:39:07.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:39:08.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:39:08.374Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T23:39:08.636Z] (2/12) Installing file (5.38-r0) [2020-12-30T23:39:08.636Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T23:39:08.899Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T23:39:15.502Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T23:39:15.502Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T23:39:15.502Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T23:39:15.502Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T23:39:15.502Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T23:39:15.502Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T23:39:15.502Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T23:39:15.502Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T23:39:15.502Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:39:15.502Z] OK: 233 MiB in 51 packages [2020-12-30T23:39:20.824Z] Removing intermediate container 76bd78159598 [2020-12-30T23:39:20.824Z] ---> 6cf37e02fe9e [2020-12-30T23:39:20.824Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T23:39:20.824Z] ---> Running in 055fda91823f [2020-12-30T23:39:20.824Z] Removing intermediate container 055fda91823f [2020-12-30T23:39:20.824Z] ---> a0fdd825ad7a [2020-12-30T23:39:20.824Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T23:39:21.087Z] latest: Pulling from library/docker [2020-12-30T23:39:21.360Z] 801bfaa63ef2: Pulling fs layer [2020-12-30T23:39:21.360Z] 4f7dc993c79e: Pulling fs layer [2020-12-30T23:39:21.360Z] d39d95e4997f: Pulling fs layer [2020-12-30T23:39:21.360Z] 1cda4b703d87: Pulling fs layer [2020-12-30T23:39:21.360Z] 54e5375350ea: Pulling fs layer [2020-12-30T23:39:21.360Z] f08cd1b3bb1b: Pulling fs layer [2020-12-30T23:39:21.360Z] 8e17d04e0c68: Pulling fs layer [2020-12-30T23:39:21.360Z] f08cd1b3bb1b: Waiting [2020-12-30T23:39:21.360Z] 54e5375350ea: Waiting [2020-12-30T23:39:21.360Z] 8e17d04e0c68: Waiting [2020-12-30T23:39:21.360Z] 1cda4b703d87: Waiting [2020-12-30T23:39:21.360Z] d39d95e4997f: Verifying Checksum [2020-12-30T23:39:21.360Z] d39d95e4997f: Download complete [2020-12-30T23:39:21.360Z] 801bfaa63ef2: Verifying Checksum [2020-12-30T23:39:21.360Z] 801bfaa63ef2: Download complete [2020-12-30T23:39:21.360Z] 4f7dc993c79e: Verifying Checksum [2020-12-30T23:39:21.360Z] 4f7dc993c79e: Download complete [2020-12-30T23:39:21.627Z] 54e5375350ea: Verifying Checksum [2020-12-30T23:39:21.627Z] 54e5375350ea: Download complete [2020-12-30T23:39:21.627Z] f08cd1b3bb1b: Verifying Checksum [2020-12-30T23:39:21.628Z] f08cd1b3bb1b: Download complete [2020-12-30T23:39:21.628Z] 8e17d04e0c68: Verifying Checksum [2020-12-30T23:39:21.628Z] 8e17d04e0c68: Download complete [2020-12-30T23:39:21.628Z] 801bfaa63ef2: Pull complete [2020-12-30T23:39:21.897Z] 4f7dc993c79e: Pull complete [2020-12-30T23:39:22.162Z] d39d95e4997f: Pull complete [2020-12-30T23:39:22.426Z] 1cda4b703d87: Verifying Checksum [2020-12-30T23:39:22.426Z] 1cda4b703d87: Download complete [2020-12-30T23:39:24.986Z] 1cda4b703d87: Pull complete [2020-12-30T23:39:25.248Z] 54e5375350ea: Pull complete [2020-12-30T23:39:25.248Z] f08cd1b3bb1b: Pull complete [2020-12-30T23:39:25.511Z] 8e17d04e0c68: Pull complete [2020-12-30T23:39:25.511Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T23:39:25.511Z] Status: Downloaded newer image for docker:latest [2020-12-30T23:39:26.908Z] ---> 19900b661d11 [2020-12-30T23:39:26.908Z] Step 6/7 : COPY go.mod . [2020-12-30T23:39:26.908Z] ---> 098b3cc793a6 [2020-12-30T23:39:26.908Z] Step 7/7 : RUN go mod download [2020-12-30T23:39:27.174Z] ---> Running in 568fbac23ad6 [2020-12-30T23:39:49.192Z] Removing intermediate container 568fbac23ad6 [2020-12-30T23:39:49.192Z] ---> b7053d9721c2 [2020-12-30T23:39:49.192Z] Successfully built b7053d9721c2 [2020-12-30T23:39:49.192Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:39:49.532Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T23:39:49.533Z] . [Pipeline] withDockerContainer [2020-12-30T23:39:49.646Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:39:49.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-x86_64 cat [2020-12-30T23:39:50.632Z] $ docker top 890571cf60bb6fb60c6599e3dfae08ed57c95a81178c5c312c1bd235dd9e217c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T23:39:51.189Z] + go version [2020-12-30T23:39:51.189Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-30T23:39:51.205Z] $ docker stop --time=1 890571cf60bb6fb60c6599e3dfae08ed57c95a81178c5c312c1bd235dd9e217c [2020-12-30T23:39:52.611Z] $ docker rm -f 890571cf60bb6fb60c6599e3dfae08ed57c95a81178c5c312c1bd235dd9e217c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:39:53.441Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-30T23:39:53.441Z] . [Pipeline] withDockerContainer [2020-12-30T23:39:53.539Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:39:53.584Z] $ 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/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-x86_64 cat [2020-12-30T23:39:55.454Z] $ docker top acb711bcb968d7ceaffb685b18a7a985444cbdea6d71eff93590a83b9583300d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T23:39:55.635Z] ========================================================= [2020-12-30T23:39:55.635Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-30T23:39:55.635Z] ========================================================= [Pipeline] sh [2020-12-30T23:39:55.932Z] + make test [2020-12-30T23:39:55.932Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-30T23:40:04.131Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-30T23:40:19.761Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-30T23:40:25.108Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-30T23:40:25.693Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-30T23:40:25.693Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-30T23:40:25.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-30T23:40:25.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-30T23:40:25.962Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-30T23:40:26.226Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-30T23:40:26.820Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-30T23:40:27.402Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-30T23:40:29.345Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-30T23:40:29.345Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-30T23:40:29.345Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-30T23:40:31.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements [2020-12-30T23:40:31.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-30T23:40:31.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-30T23:40:31.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-30T23:40:31.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-30T23:40:31.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-30T23:40:35.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.143s coverage: 27.0% of statements [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-30T23:40:35.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-30T23:40:35.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-30T23:40:35.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.415s coverage: 74.4% of statements [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-30T23:40:35.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 83.3% of statements [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-30T23:40:35.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-30T23:40:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-30T23:40:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-30T23:40:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2020-12-30T23:40:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-30T23:40:37.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2020-12-30T23:40:37.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-30T23:40:37.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2020-12-30T23:40:37.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-30T23:40:37.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2020-12-30T23:40:37.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-30T23:40:37.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-30T23:40:37.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-30T23:40:37.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-30T23:40:39.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.337s coverage: 93.8% of statements [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-30T23:40:39.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-30T23:40:39.750Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-30T23:40:39.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-30T23:40:39.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 75.5% of statements [2020-12-30T23:40:39.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-30T23:40:39.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2020-12-30T23:40:40.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2020-12-30T23:40:40.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements [2020-12-30T23:40:40.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2020-12-30T23:40:40.874Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-30T23:40:41.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.215s coverage: 63.5% of statements [2020-12-30T23:40:41.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-30T23:40:41.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-30T23:40:41.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2020-12-30T23:40:41.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2020-12-30T23:40:41.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2020-12-30T23:40:41.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2020-12-30T23:40:42.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2020-12-30T23:40:43.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 55.9% of statements [2020-12-30T23:40:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-30T23:40:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-30T23:40:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-30T23:40:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-30T23:40:43.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-30T23:40:43.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 37.0% of statements [2020-12-30T23:40:43.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-30T23:40:43.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-30T23:40:43.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements [2020-12-30T23:40:43.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-12-30T23:40:45.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-30T23:40:45.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-30T23:40:45.772Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2020-12-30T23:40:45.772Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-30T23:40:47.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.679s coverage: 29.1% of statements [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-30T23:40:47.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-30T23:40:47.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-30T23:40:47.188Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-30T23:40:47.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-30T23:40:47.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-30T23:40:47.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-30T23:40:47.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-30T23:40:47.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-30T23:40:47.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-30T23:40:47.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-30T23:40:47.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-30T23:40:47.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2020-12-30T23:40:47.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2020-12-30T23:40:47.715Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-30T23:40:48.290Z] GO111MODULE=on go vet ./... [2020-12-30T23:40:48.683Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17812 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-30T23:40:48.738Z] Running in /w/workspace/edgex-go/266 [Pipeline] { [Pipeline] checkout [2020-12-30T23:40:53.724Z] using credential edgex-jenkins-ssh [2020-12-30T23:40:54.261Z] Cloning the remote Git repository [2020-12-30T23:40:54.336Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-30T23:40:54.449Z] > git init /w/workspace/edgex-go/266 # timeout=10 [2020-12-30T23:40:54.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T23:40:54.540Z] > git --version # timeout=10 [2020-12-30T23:40:54.562Z] > git --version # 'git version 2.17.1' [2020-12-30T23:40:54.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T23:40:54.635Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T23:41:10.378Z] gofmt -l . [2020-12-30T23:41:10.379Z] [ "`gofmt -l .`" = "" ] [2020-12-30T23:41:10.379Z] ./bin/test-go-mod-tidy.sh [2020-12-30T23:41:10.962Z] ./bin/test-attribution-txt.sh [2020-12-30T23:41:10.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T23:41:10.547Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-30T23:41:10.572Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-30T23:41:10.615Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-30T23:41:10.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-30T23:41:10.627Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-30T23:41:11.224Z] Checking out Revision 68a8f910767166238b38b7946bcb5bba3869a893 (master) [Pipeline] sh [2020-12-30T23:41:13.208Z] + ls -al . [2020-12-30T23:41:13.208Z] total 636 [2020-12-30T23:41:13.208Z] drwxrwxr-x 10 1001 1001 4096 Dec 30 23:41 . [2020-12-30T23:41:13.208Z] drwxr-xr-x 4 root root 32 Dec 30 23:39 .. [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 11 Dec 30 23:37 .dockerignore [2020-12-30T23:41:13.208Z] drwxrwxr-x 8 1001 1001 162 Dec 30 23:38 .git [2020-12-30T23:41:13.208Z] drwxrwxr-x 3 1001 1001 125 Dec 30 23:37 .github [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 824 Dec 30 23:37 .gitignore [2020-12-30T23:41:13.208Z] drwx------ 3 1001 1001 32 Dec 30 23:38 .semver [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 166 Dec 30 23:37 .sonarcloud.properties [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 3804 Dec 30 23:37 CONTRIBUTING.md [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 1035 Dec 30 23:37 Dockerfile.build [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 863 Dec 30 23:37 Jenkinsfile [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 10775 Dec 30 23:37 LICENSE [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 5750 Dec 30 23:37 Makefile [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 6511 Dec 30 23:37 README.md [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 6744 Dec 30 23:37 SECURITY.md [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 12 Dec 30 23:38 VERSION [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 4131 Dec 30 23:37 ZMQWindows.md [2020-12-30T23:41:13.208Z] drwxrwxr-x 2 1001 1001 117 Dec 30 23:37 bin [2020-12-30T23:41:13.208Z] drwxrwxr-x 14 1001 1001 4096 Dec 30 23:37 cmd [2020-12-30T23:41:13.208Z] -rw-r--r-- 1 root root 537189 Dec 30 23:40 coverage.out [2020-12-30T23:41:13.208Z] -rw-r--r-- 1 root root 979 Dec 30 23:41 go.mod [2020-12-30T23:41:13.208Z] -rw-r--r-- 1 root root 18739 Dec 30 23:41 go.sum [2020-12-30T23:41:13.208Z] drwxrwxr-x 8 1001 1001 127 Dec 30 23:37 internal [2020-12-30T23:41:13.208Z] drwxrwxr-x 4 1001 1001 26 Dec 30 23:37 openapi [2020-12-30T23:41:13.208Z] drwxrwxr-x 4 1001 1001 71 Dec 30 23:37 snap [2020-12-30T23:41:13.208Z] -rw-rw-r-- 1 1001 1001 168 Dec 30 23:37 version.go [Pipeline] sh [2020-12-30T23:41:11.246Z] > git config core.sparsecheckout # timeout=10 [2020-12-30T23:41:11.261Z] > git checkout -f 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-30T23:41:13.518Z] + '[' -e coverage.out ] [2020-12-30T23:41:13.518Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-30T23:41:13.700Z] Stashed 1 file(s) [Pipeline] sh [2020-12-30T23:41:13.997Z] + make build [2020-12-30T23:41:13.997Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T23:41:15.889Z] Commit message: "Merge pull request #2977 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging-0.1.29" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-30T23:41:17.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T23:41:17.625Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-30T23:41:18.077Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-30T23:41:18.414Z] + sudo service docker restart [2020-12-30T23:41:18.415Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T23:41:20.471Z] provisioning config files... [2020-12-30T23:41:20.517Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/266@tmp/config4803887688595213312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:41:20.935Z] ---> docker-login.sh [2020-12-30T23:41:20.935Z] nexus3.edgexfoundry.org:10001 [2020-12-30T23:41:21.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:41:22.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:41:22.193Z] Configure a credential helper to remove this warning. See [2020-12-30T23:41:22.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:41:22.193Z] [2020-12-30T23:41:22.193Z] Login Succeeded [2020-12-30T23:41:22.193Z] nexus3.edgexfoundry.org:10002 [2020-12-30T23:41:22.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:41:22.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:41:22.743Z] Configure a credential helper to remove this warning. See [2020-12-30T23:41:22.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:41:22.743Z] [2020-12-30T23:41:22.743Z] Login Succeeded [2020-12-30T23:41:22.743Z] nexus3.edgexfoundry.org:10003 [2020-12-30T23:41:23.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:41:23.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:41:23.288Z] Configure a credential helper to remove this warning. See [2020-12-30T23:41:23.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:41:23.288Z] [2020-12-30T23:41:23.288Z] Login Succeeded [2020-12-30T23:41:23.288Z] nexus3.edgexfoundry.org:10004 [2020-12-30T23:41:23.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:41:23.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:41:23.833Z] Configure a credential helper to remove this warning. See [2020-12-30T23:41:23.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:41:23.833Z] [2020-12-30T23:41:23.833Z] Login Succeeded [2020-12-30T23:41:23.833Z] docker.io [2020-12-30T23:41:24.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T23:41:24.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:41:24.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:41:24.377Z] Configure a credential helper to remove this warning. See [2020-12-30T23:41:24.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:41:24.377Z] [2020-12-30T23:41:24.377Z] Login Succeeded [2020-12-30T23:41:24.377Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T23:41:24.397Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-30T23:41:24.849Z] ========================================================= [2020-12-30T23:41:24.849Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-30T23:41:24.849Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:41:25.225Z] + 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-30T23:41:25.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T23:41:26.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T23:41:27.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T23:41:27.871Z] Sending build context to Docker daemon 165.3MB [2020-12-30T23:41:27.872Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-30T23:41:27.872Z] Step 2/7 : FROM ${BASE} [2020-12-30T23:41:27.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-30T23:41:27.872Z] 5f621e34cdf4: Pulling fs layer [2020-12-30T23:41:27.872Z] a4357932f1b6: Pulling fs layer [2020-12-30T23:41:27.872Z] 18c013af1878: Pulling fs layer [2020-12-30T23:41:27.872Z] 00ac8860ef70: Pulling fs layer [2020-12-30T23:41:27.872Z] 00ac8860ef70: Waiting [2020-12-30T23:41:27.872Z] 63d7cb157983: Pulling fs layer [2020-12-30T23:41:27.872Z] b116817d02f9: Pulling fs layer [2020-12-30T23:41:27.872Z] 745a02a5169b: Pulling fs layer [2020-12-30T23:41:27.872Z] 63d7cb157983: Waiting [2020-12-30T23:41:27.872Z] b116817d02f9: Waiting [2020-12-30T23:41:27.872Z] 745a02a5169b: Waiting [2020-12-30T23:41:27.872Z] 18c013af1878: Download complete [2020-12-30T23:41:27.872Z] a4357932f1b6: Verifying Checksum [2020-12-30T23:41:27.872Z] a4357932f1b6: Download complete [2020-12-30T23:41:27.872Z] 63d7cb157983: Verifying Checksum [2020-12-30T23:41:27.872Z] 63d7cb157983: Download complete [2020-12-30T23:41:27.872Z] b116817d02f9: Download complete [2020-12-30T23:41:27.872Z] 5f621e34cdf4: Verifying Checksum [2020-12-30T23:41:27.872Z] 5f621e34cdf4: Download complete [2020-12-30T23:41:28.149Z] 5f621e34cdf4: Pull complete [2020-12-30T23:41:28.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T23:41:28.756Z] a4357932f1b6: Pull complete [2020-12-30T23:41:29.356Z] 18c013af1878: Pull complete [2020-12-30T23:41:29.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T23:41:30.350Z] 745a02a5169b: Verifying Checksum [2020-12-30T23:41:30.350Z] 745a02a5169b: Download complete [2020-12-30T23:41:30.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T23:41:31.781Z] 00ac8860ef70: Verifying Checksum [2020-12-30T23:41:31.782Z] 00ac8860ef70: Download complete [2020-12-30T23:41:32.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T23:41:33.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T23:41:34.145Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-30T23:41:35.105Z] $ docker stop --time=1 acb711bcb968d7ceaffb685b18a7a985444cbdea6d71eff93590a83b9583300d [2020-12-30T23:41:36.761Z] $ docker rm -f acb711bcb968d7ceaffb685b18a7a985444cbdea6d71eff93590a83b9583300d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:41:40.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T23:41:40.263Z] [2020-12-30T23:41:40.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:41:40.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T23:41:40.616Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-30T23:41:40.616Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-30T23:41:40.616Z] ca9280d653b3: Pulling fs layer [2020-12-30T23:41:40.616Z] 7e9c9ca2126c: Pulling fs layer [2020-12-30T23:41:41.192Z] cbdbe7a5bc2a: Download complete [2020-12-30T23:41:41.454Z] cbdbe7a5bc2a: Pull complete [2020-12-30T23:41:41.717Z] ca9280d653b3: Verifying Checksum [2020-12-30T23:41:41.717Z] ca9280d653b3: Download complete [2020-12-30T23:41:41.963Z] 00ac8860ef70: Pull complete [2020-12-30T23:41:42.245Z] 63d7cb157983: Pull complete [2020-12-30T23:41:42.299Z] 7e9c9ca2126c: Download complete [2020-12-30T23:41:42.518Z] b116817d02f9: Pull complete [2020-12-30T23:41:42.874Z] ca9280d653b3: Pull complete [2020-12-30T23:41:46.833Z] 745a02a5169b: Pull complete [2020-12-30T23:41:46.833Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-30T23:41:46.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-30T23:41:46.833Z] ---> b7e6874047d6 [2020-12-30T23:41:46.833Z] 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-30T23:41:49.493Z] 7e9c9ca2126c: Pull complete [2020-12-30T23:41:49.493Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-30T23:41:49.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T23:41:49.493Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-30T23:41:49.668Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:41:49.714Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-30T23:41:50.233Z] ---> Running in e7840ae19951 [2020-12-30T23:41:51.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:41:52.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:41:52.796Z] (1/12) Installing libmagic (5.38-r0) [2020-12-30T23:41:52.968Z] $ docker top 01118149a122dd0e41927b1aa529ca818c962fe6de9bf540bca8c665c0aaa155 -eo pid,comm [2020-12-30T23:41:53.068Z] (2/12) Installing file (5.38-r0) [Pipeline] { [Pipeline] sh [2020-12-30T23:41:53.340Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-30T23:41:53.340Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-30T23:41:53.539Z] + docker-compose build --help [2020-12-30T23:41:53.539Z] + grep parallel [2020-12-30T23:41:54.485Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T23:41:54.542Z] $ docker stop --time=1 01118149a122dd0e41927b1aa529ca818c962fe6de9bf540bca8c665c0aaa155 [2020-12-30T23:41:56.165Z] $ docker rm -f 01118149a122dd0e41927b1aa529ca818c962fe6de9bf540bca8c665c0aaa155 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:41:56.724Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-30T23:41:56.724Z] (6/12) Installing patch (2.7.6-r6) [2020-12-30T23:41:56.724Z] (7/12) Installing build-base (0.5-r2) [2020-12-30T23:41:56.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-30T23:41:56.876Z] . [Pipeline] withDockerContainer [2020-12-30T23:41:56.997Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:41:56.997Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-30T23:41:56.997Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-30T23:41:56.997Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-30T23:41:57.043Z] $ 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/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-30T23:41:57.267Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-30T23:41:57.267Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-30T23:41:57.267Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:41:57.539Z] OK: 217 MiB in 51 packages [2020-12-30T23:41:57.755Z] $ docker top 0f1f14b1574aad62114090e0e8f3cd483cd35e268f90dbe2a37035654cb6a6d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T23:41:58.290Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T23:41:59.235Z] Building docker-core-command-go ... [2020-12-30T23:41:59.235Z] Building docker-core-data-go ... [2020-12-30T23:41:59.235Z] Building docker-core-metadata-go ... [2020-12-30T23:41:59.235Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T23:41:59.235Z] Building docker-security-proxy-setup-go ... [2020-12-30T23:41:59.235Z] Building docker-security-secretstore-setup-go ... [2020-12-30T23:41:59.235Z] Building docker-support-notifications-go ... [2020-12-30T23:41:59.235Z] Building docker-support-scheduler-go ... [2020-12-30T23:41:59.235Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T23:41:59.235Z] Building docker-security-secretstore-setup-go [2020-12-30T23:41:59.235Z] Building docker-support-scheduler-go [2020-12-30T23:41:59.235Z] Building docker-security-proxy-setup-go [2020-12-30T23:41:59.235Z] Building docker-security-bootstrap-redis-go [2020-12-30T23:41:59.235Z] Building docker-core-command-go [2020-12-30T23:42:01.840Z] Removing intermediate container e7840ae19951 [2020-12-30T23:42:01.840Z] ---> 22d8fbd1a58a [2020-12-30T23:42:01.840Z] Step 4/7 : WORKDIR /edgex-go [2020-12-30T23:42:01.840Z] ---> Running in 983bf05b473d [2020-12-30T23:42:02.123Z] Removing intermediate container 983bf05b473d [2020-12-30T23:42:02.123Z] ---> 7a7d211e1bf5 [2020-12-30T23:42:02.123Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-30T23:42:02.715Z] latest: Pulling from library/docker [2020-12-30T23:42:02.991Z] 159e5727ea61: Pulling fs layer [2020-12-30T23:42:02.991Z] 687389c36290: Pulling fs layer [2020-12-30T23:42:02.991Z] 94e28978939c: Pulling fs layer [2020-12-30T23:42:02.991Z] ea42096754a7: Pulling fs layer [2020-12-30T23:42:02.991Z] bd61cee6920e: Pulling fs layer [2020-12-30T23:42:02.991Z] 87c4ece4675c: Pulling fs layer [2020-12-30T23:42:02.991Z] 90ca8b2ff088: Pulling fs layer [2020-12-30T23:42:02.991Z] ea42096754a7: Waiting [2020-12-30T23:42:02.991Z] bd61cee6920e: Waiting [2020-12-30T23:42:02.991Z] 90ca8b2ff088: Waiting [2020-12-30T23:42:02.991Z] 87c4ece4675c: Waiting [2020-12-30T23:42:02.991Z] 94e28978939c: Verifying Checksum [2020-12-30T23:42:02.991Z] 94e28978939c: Download complete [2020-12-30T23:42:03.270Z] 159e5727ea61: Verifying Checksum [2020-12-30T23:42:03.270Z] 159e5727ea61: Download complete [2020-12-30T23:42:03.270Z] 687389c36290: Verifying Checksum [2020-12-30T23:42:03.270Z] 687389c36290: Download complete [2020-12-30T23:42:03.270Z] 87c4ece4675c: Verifying Checksum [2020-12-30T23:42:03.270Z] 87c4ece4675c: Download complete [2020-12-30T23:42:03.270Z] bd61cee6920e: Download complete [2020-12-30T23:42:03.545Z] 90ca8b2ff088: Verifying Checksum [2020-12-30T23:42:03.545Z] 90ca8b2ff088: Download complete [2020-12-30T23:42:03.824Z] 159e5727ea61: Pull complete [2020-12-30T23:42:04.819Z] 687389c36290: Pull complete [2020-12-30T23:42:04.819Z] ea42096754a7: Verifying Checksum [2020-12-30T23:42:04.819Z] ea42096754a7: Download complete [2020-12-30T23:42:04.819Z] 94e28978939c: Pull complete [2020-12-30T23:42:09.142Z] ea42096754a7: Pull complete [2020-12-30T23:42:09.142Z] bd61cee6920e: Pull complete [2020-12-30T23:42:09.417Z] 87c4ece4675c: Pull complete [2020-12-30T23:42:10.012Z] 90ca8b2ff088: Pull complete [2020-12-30T23:42:10.012Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-30T23:42:10.012Z] Status: Downloaded newer image for docker:latest [2020-12-30T23:42:13.415Z] ---> 1f92c11e1eeb [2020-12-30T23:42:13.415Z] Step 6/7 : COPY go.mod . [2020-12-30T23:42:14.011Z] ---> 1b9cb8f86916 [2020-12-30T23:42:14.012Z] Step 7/7 : RUN go mod download [2020-12-30T23:42:14.298Z] ---> Running in 78744b716bfe [2020-12-30T23:42:31.503Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:42:31.503Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:42:31.503Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:42:31.503Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:42:31.503Z] ---> b7053d9721c2 [2020-12-30T23:42:31.503Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T23:42:31.503Z] ---> b7053d9721c2 [2020-12-30T23:42:31.503Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T23:42:31.503Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:42:31.503Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:42:31.503Z] ---> b7053d9721c2 [2020-12-30T23:42:31.503Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T23:42:31.503Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:42:31.503Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:42:31.503Z] ---> b7053d9721c2 [2020-12-30T23:42:31.503Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T23:42:32.082Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:42:32.082Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:42:32.082Z] ---> b7053d9721c2 [2020-12-30T23:42:32.082Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T23:42:32.082Z] ---> Running in 468ea0241ad4 [2020-12-30T23:42:34.640Z] ---> Running in 692498e25e1d [2020-12-30T23:42:34.640Z] ---> Running in 1b831c0a874c [2020-12-30T23:42:34.640Z] ---> Running in 6205715d104c [2020-12-30T23:42:34.640Z] ---> Running in 635acb8ae563 [2020-12-30T23:42:35.218Z] Removing intermediate container 635acb8ae563 [2020-12-30T23:42:35.218Z] ---> 5ea0af9b84cb [2020-12-30T23:42:35.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:42:35.218Z] Removing intermediate container 468ea0241ad4 [2020-12-30T23:42:35.218Z] ---> ef8b400d6c3f [2020-12-30T23:42:35.218Z] Removing intermediate container 1b831c0a874c [2020-12-30T23:42:35.218Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8cceb4805203 [2020-12-30T23:42:35.218Z] [2020-12-30T23:42:35.218Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:42:35.218Z] Removing intermediate container 692498e25e1d [2020-12-30T23:42:35.218Z] ---> 061a72f7ff45 [2020-12-30T23:42:35.218Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:42:35.218Z] Removing intermediate container 6205715d104c [2020-12-30T23:42:35.218Z] ---> b0b2d58a53d1 [2020-12-30T23:42:35.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:42:35.218Z] ---> Running in f8f3a9127fea [2020-12-30T23:42:35.218Z] ---> Running in 1ffe3ed8e9a8 [2020-12-30T23:42:35.218Z] ---> Running in e68f2f500db0 [2020-12-30T23:42:35.480Z] ---> Running in 29589db42833 [2020-12-30T23:42:35.480Z] ---> Running in 9875dced1c5f [2020-12-30T23:42:38.064Z] Removing intermediate container f8f3a9127fea [2020-12-30T23:42:38.064Z] ---> 11c5d7347176 [2020-12-30T23:42:38.064Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T23:42:38.064Z] Removing intermediate container e68f2f500db0 [2020-12-30T23:42:38.064Z] ---> 9911193767b8 [2020-12-30T23:42:38.064Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T23:42:38.064Z] Removing intermediate container 1ffe3ed8e9a8 [2020-12-30T23:42:38.064Z] ---> 1abb8ed2750a [2020-12-30T23:42:38.064Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T23:42:38.064Z] Removing intermediate container 9875dced1c5f [2020-12-30T23:42:38.064Z] ---> 4650f931a676 [2020-12-30T23:42:38.064Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T23:42:38.064Z] ---> Running in 467a5c2d6219 [2020-12-30T23:42:38.064Z] ---> Running in be69ccb5163f [2020-12-30T23:42:38.064Z] ---> Running in fa1c1805f1ab [2020-12-30T23:42:38.064Z] ---> Running in 382a0e14777d [2020-12-30T23:42:38.064Z] Removing intermediate container 29589db42833 [2020-12-30T23:42:38.064Z] ---> 4b3f33cecb87 [2020-12-30T23:42:38.064Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T23:42:38.331Z] ---> Running in b7a7f34d52f5 [2020-12-30T23:42:38.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:38.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:39.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:39.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:39.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:39.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:39.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:39.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:40.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:40.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:42:40.039Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:42:40.039Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:42:40.039Z] OK: 12750 distinct packages available [2020-12-30T23:42:40.301Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:42:40.301Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:42:40.301Z] OK: 12750 distinct packages available [2020-12-30T23:42:40.301Z] OK: 233 MiB in 51 packages [2020-12-30T23:42:40.571Z] OK: 233 MiB in 51 packages [2020-12-30T23:42:40.571Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:42:40.571Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:42:40.571Z] OK: 12750 distinct packages available [2020-12-30T23:42:40.571Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:42:40.571Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:42:40.571Z] OK: 12750 distinct packages available [2020-12-30T23:42:40.833Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:42:40.833Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:42:40.833Z] OK: 12750 distinct packages available [2020-12-30T23:42:41.081Z] Removing intermediate container 78744b716bfe [2020-12-30T23:42:41.081Z] ---> f32b8232e9a6 [2020-12-30T23:42:41.081Z] Successfully built f32b8232e9a6 [2020-12-30T23:42:41.081Z] Successfully tagged ci-base-image-arm64:latest [2020-12-30T23:42:41.101Z] OK: 233 MiB in 51 packages [2020-12-30T23:42:41.101Z] OK: 233 MiB in 51 packages [2020-12-30T23:42:41.101Z] OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:42:41.422Z] + docker inspect -f . ci-base-image-arm64 [2020-12-30T23:42:41.422Z] . [Pipeline] withDockerContainer [2020-12-30T23:42:41.703Z] prd-ubuntu18.04-docker-arm64-4c-16g-17812 does not seem to be running inside a container [2020-12-30T23:42:41.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-arm64 cat [2020-12-30T23:42:42.058Z] Removing intermediate container be69ccb5163f [2020-12-30T23:42:42.058Z] ---> 327332735136 [2020-12-30T23:42:42.058Z] Step 6/21 : COPY go.mod . [2020-12-30T23:42:42.646Z] Removing intermediate container fa1c1805f1ab [2020-12-30T23:42:42.646Z] ---> 6ceb61c37f22 [2020-12-30T23:42:42.646Z] Step 6/22 : COPY go.mod . [2020-12-30T23:42:42.646Z] Removing intermediate container b7a7f34d52f5 [2020-12-30T23:42:42.646Z] ---> ba6acb5b4989 [2020-12-30T23:42:42.646Z] Step 6/21 : COPY go.mod . [2020-12-30T23:42:42.646Z] ---> 4914cb86d04e [2020-12-30T23:42:42.646Z] Step 7/21 : RUN go mod download [2020-12-30T23:42:42.646Z] Removing intermediate container 382a0e14777d [2020-12-30T23:42:42.646Z] ---> f6a0eb6550d9 [2020-12-30T23:42:42.646Z] Step 6/22 : COPY go.mod . [2020-12-30T23:42:42.646Z] ---> Running in 13cb8e5cbe2c [2020-12-30T23:42:42.912Z] Removing intermediate container 467a5c2d6219 [2020-12-30T23:42:42.912Z] ---> e6c5d6461732 [2020-12-30T23:42:42.912Z] Step 6/24 : COPY go.mod . [2020-12-30T23:42:42.912Z] ---> f286793671a7 [2020-12-30T23:42:42.912Z] Step 7/22 : RUN go mod download [2020-12-30T23:42:43.176Z] ---> e5b071effa00 [2020-12-30T23:42:43.176Z] Step 7/21 : RUN go mod download [2020-12-30T23:42:43.176Z] ---> d6a33be2e255 [2020-12-30T23:42:43.176Z] Step 7/22 : RUN go mod download [2020-12-30T23:42:43.176Z] ---> Running in d0a16053771c [2020-12-30T23:42:43.231Z] $ docker top bbf33945358c4a5ad207ee2ef10dd4876e8ecb7ce1b8e7013691becfe37a4ac1 -eo pid,comm [2020-12-30T23:42:43.444Z] ---> 6ff9523e4804 [2020-12-30T23:42:43.444Z] Step 7/24 : RUN go mod download [2020-12-30T23:42:43.444Z] ---> Running in 9594e909fe23 [2020-12-30T23:42:43.444Z] ---> Running in 420469fd83c5 [2020-12-30T23:42:43.444Z] ---> Running in d50cb579e683 [Pipeline] { [Pipeline] sh [2020-12-30T23:42:44.250Z] + go version [2020-12-30T23:42:44.250Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-30T23:42:44.274Z] $ docker stop --time=1 bbf33945358c4a5ad207ee2ef10dd4876e8ecb7ce1b8e7013691becfe37a4ac1 [2020-12-30T23:42:45.406Z] Removing intermediate container 13cb8e5cbe2c [2020-12-30T23:42:45.406Z] ---> 1c34977b6d8b [2020-12-30T23:42:45.406Z] Step 8/21 : COPY . . [2020-12-30T23:42:46.213Z] $ docker rm -f bbf33945358c4a5ad207ee2ef10dd4876e8ecb7ce1b8e7013691becfe37a4ac1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-30T23:42:46.804Z] Removing intermediate container 9594e909fe23 [2020-12-30T23:42:46.804Z] ---> 6aa2c8794904 [2020-12-30T23:42:46.804Z] Step 8/21 : COPY . . [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-30T23:42:47.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T23:42:47.565Z] [2020-12-30T23:42:47.565Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:42:47.958Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T23:42:47.958Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-30T23:42:47.958Z] 29e5d40040c1: Pulling fs layer [2020-12-30T23:42:47.958Z] 1ce36da41761: Pulling fs layer [2020-12-30T23:42:47.958Z] 25b303627fd3: Pulling fs layer [2020-12-30T23:42:48.937Z] 29e5d40040c1: Verifying Checksum [2020-12-30T23:42:48.938Z] 29e5d40040c1: Download complete [2020-12-30T23:42:49.213Z] 1ce36da41761: Verifying Checksum [2020-12-30T23:42:49.213Z] 1ce36da41761: Download complete [2020-12-30T23:42:49.487Z] 29e5d40040c1: Pull complete [2020-12-30T23:42:50.921Z] 1ce36da41761: Pull complete [2020-12-30T23:42:50.921Z] 25b303627fd3: Verifying Checksum [2020-12-30T23:42:50.921Z] 25b303627fd3: Download complete [2020-12-30T23:42:53.444Z] Removing intermediate container d0a16053771c [2020-12-30T23:42:53.445Z] ---> 558bd96229dc [2020-12-30T23:42:53.445Z] Step 8/22 : COPY . . [2020-12-30T23:42:58.774Z] Removing intermediate container d50cb579e683 [2020-12-30T23:42:58.774Z] ---> a76f253968cc [2020-12-30T23:42:58.774Z] Step 8/24 : COPY . . [2020-12-30T23:43:01.077Z] 25b303627fd3: Pull complete [2020-12-30T23:43:01.078Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-30T23:43:01.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T23:43:01.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-30T23:43:01.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-17812 does not seem to be running inside a container [2020-12-30T23:43:01.439Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-arm64:latest cat [2020-12-30T23:43:05.035Z] $ docker top 2623f54ca458832a7698eb373db83c11f78546d4415304d3fd2378407e4e2dad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T23:43:06.285Z] + docker-compose build --help [2020-12-30T23:43:06.285Z] + grep parallel [2020-12-30T23:43:06.996Z] Removing intermediate container 420469fd83c5 [2020-12-30T23:43:06.996Z] ---> 8ec01702c97e [2020-12-30T23:43:06.996Z] Step 8/22 : COPY . . [2020-12-30T23:43:09.689Z] --parallel Build images in parallel. [Pipeline] } [2020-12-30T23:43:09.990Z] $ docker stop --time=1 2623f54ca458832a7698eb373db83c11f78546d4415304d3fd2378407e4e2dad [2020-12-30T23:43:12.020Z] $ docker rm -f 2623f54ca458832a7698eb373db83c11f78546d4415304d3fd2378407e4e2dad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:43:12.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-30T23:43:12.836Z] . [Pipeline] withDockerContainer [2020-12-30T23:43:13.097Z] prd-ubuntu18.04-docker-arm64-4c-16g-17812 does not seem to be running inside a container [2020-12-30T23:43:13.180Z] $ 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/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-30T23:43:14.819Z] $ docker top b6c7d8ad131152ea0e2f3ab1cceab9d5ea71b0c148d89da216e35f7cd2383455 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T23:43:15.842Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-30T23:43:19.218Z] Building docker-core-command-go ... [2020-12-30T23:43:19.218Z] Building docker-core-data-go ... [2020-12-30T23:43:19.218Z] Building docker-core-metadata-go ... [2020-12-30T23:43:19.218Z] Building docker-security-bootstrap-redis-go ... [2020-12-30T23:43:19.218Z] Building docker-security-proxy-setup-go ... [2020-12-30T23:43:19.218Z] Building docker-security-secretstore-setup-go ... [2020-12-30T23:43:19.218Z] Building docker-support-notifications-go ... [2020-12-30T23:43:19.218Z] Building docker-support-scheduler-go ... [2020-12-30T23:43:19.218Z] Building docker-sys-mgmt-agent-go ... [2020-12-30T23:43:19.218Z] Building docker-support-scheduler-go [2020-12-30T23:43:19.218Z] Building docker-core-command-go [2020-12-30T23:43:19.218Z] Building docker-security-bootstrap-redis-go [2020-12-30T23:43:19.218Z] Building docker-security-secretstore-setup-go [2020-12-30T23:43:19.218Z] Building docker-sys-mgmt-agent-go [2020-12-30T23:43:29.174Z] ---> 122d83fe18e5 [2020-12-30T23:43:29.174Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T23:43:29.174Z] ---> 74d97411759e [2020-12-30T23:43:29.174Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T23:43:29.174Z] ---> 0753b73078a5 [2020-12-30T23:43:29.174Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T23:43:30.618Z] ---> Running in 571ad3d07552 [2020-12-30T23:43:30.618Z] ---> Running in 0de229482e03 [2020-12-30T23:43:30.618Z] ---> Running in 24cba35af036 [2020-12-30T23:43:31.587Z] ---> fc52d94937df [2020-12-30T23:43:31.587Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T23:43:34.201Z] ---> Running in 114d901aad56 [2020-12-30T23:43:35.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T23:43:35.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T23:43:35.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T23:43:35.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T23:43:36.401Z] ---> 32facebf7ee0 [2020-12-30T23:43:36.401Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T23:43:36.401Z] ---> Running in b163f9820bab [2020-12-30T23:43:36.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T23:44:03.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T23:44:03.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T23:44:06.169Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:06.169Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:06.169Z] ---> f32b8232e9a6 [2020-12-30T23:44:06.169Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T23:44:06.169Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:06.169Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:06.169Z] ---> f32b8232e9a6 [2020-12-30T23:44:06.169Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T23:44:06.169Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:06.169Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:06.169Z] ---> f32b8232e9a6 [2020-12-30T23:44:06.169Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T23:44:06.169Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:06.169Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:06.169Z] ---> f32b8232e9a6 [2020-12-30T23:44:06.169Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T23:44:06.169Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:06.169Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:06.169Z] ---> f32b8232e9a6 [2020-12-30T23:44:06.169Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T23:44:06.169Z] ---> Running in 6e45c458d392 [2020-12-30T23:44:06.169Z] ---> Running in 511f4991dec2 [2020-12-30T23:44:06.169Z] ---> Running in ec6b21dac666 [2020-12-30T23:44:06.169Z] ---> Running in e57ac29e8197 [2020-12-30T23:44:06.169Z] ---> Running in cedc77085911 [2020-12-30T23:44:06.443Z] Removing intermediate container 511f4991dec2 [2020-12-30T23:44:06.443Z] ---> ce1c2ac9024a [2020-12-30T23:44:06.443Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:06.443Z] Removing intermediate container ec6b21dac666 [2020-12-30T23:44:06.443Z] Removing intermediate container e57ac29e8197 [2020-12-30T23:44:06.443Z] ---> 5d13b7d6642d [2020-12-30T23:44:06.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:06.443Z] ---> 192df25452c7 [2020-12-30T23:44:06.443Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:06.443Z] Removing intermediate container cedc77085911 [2020-12-30T23:44:06.443Z] ---> 2a9938888fbc [2020-12-30T23:44:06.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:06.717Z] Removing intermediate container 6e45c458d392 [2020-12-30T23:44:06.717Z] ---> 83d70485910d [2020-12-30T23:44:06.717Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:06.717Z] ---> Running in ce495c8f41e8 [2020-12-30T23:44:06.717Z] ---> Running in fa2d5b1945fb [2020-12-30T23:44:06.717Z] ---> Running in 94f462d6e03b [2020-12-30T23:44:06.717Z] ---> Running in 77a2ac0d9a8d [2020-12-30T23:44:06.992Z] ---> Running in 0b6b9e54e547 [2020-12-30T23:44:09.076Z] Removing intermediate container 571ad3d07552 [2020-12-30T23:44:09.076Z] Removing intermediate container 24cba35af036 [2020-12-30T23:44:09.076Z] ---> 9e61ac80c2d7 [2020-12-30T23:44:09.076Z] ---> 2944f3c64ec6 [2020-12-30T23:44:09.076Z] [2020-12-30T23:44:09.076Z] Step 10/22 : FROM scratch [2020-12-30T23:44:09.076Z] ---> [2020-12-30T23:44:09.076Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:44:09.076Z] [2020-12-30T23:44:09.076Z] Step 10/21 : FROM scratch [2020-12-30T23:44:09.076Z] ---> [2020-12-30T23:44:09.076Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:44:09.651Z] Removing intermediate container 114d901aad56 [2020-12-30T23:44:09.651Z] ---> ed14b196a7d8 [2020-12-30T23:44:09.651Z] [2020-12-30T23:44:09.651Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T23:44:09.651Z] ---> Running in 4b929ec9d392 [2020-12-30T23:44:09.651Z] 3.10: Pulling from library/alpine [2020-12-30T23:44:09.651Z] ---> Running in c4ae06ea05a0 [2020-12-30T23:44:09.651Z] Removing intermediate container b163f9820bab [2020-12-30T23:44:09.651Z] ---> a0711fc42e3e [2020-12-30T23:44:09.651Z] [2020-12-30T23:44:09.651Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T23:44:09.651Z] Removing intermediate container 0de229482e03 [2020-12-30T23:44:09.651Z] ---> 6acf4ff194e0 [2020-12-30T23:44:09.651Z] [2020-12-30T23:44:09.651Z] Step 10/21 : FROM alpine [2020-12-30T23:44:09.651Z] 3.10: Pulling from library/alpine [2020-12-30T23:44:09.651Z] latest: Pulling from library/alpine [2020-12-30T23:44:09.913Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T23:44:09.913Z] Status: Downloaded newer image for alpine:latest [2020-12-30T23:44:09.913Z] ---> 389fef711851 [2020-12-30T23:44:09.913Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T23:44:09.913Z] Removing intermediate container 4b929ec9d392 [2020-12-30T23:44:09.913Z] ---> 9fba1a40b97a [2020-12-30T23:44:09.913Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T23:44:09.913Z] Removing intermediate container c4ae06ea05a0 [2020-12-30T23:44:09.913Z] ---> 603154847c69 [2020-12-30T23:44:09.913Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T23:44:10.179Z] ---> Running in d1cd8c5a31e3 [2020-12-30T23:44:10.179Z] ---> Running in 86341df80965 [2020-12-30T23:44:10.179Z] ---> Running in ceae01d5bf75 [2020-12-30T23:44:10.179Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T23:44:10.179Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T23:44:10.179Z] ---> be4e4bea2c2e [2020-12-30T23:44:10.179Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T23:44:10.179Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T23:44:10.179Z] Status: Image is up to date for alpine:3.10 [2020-12-30T23:44:10.179Z] ---> be4e4bea2c2e [2020-12-30T23:44:10.179Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T23:44:10.415Z] Removing intermediate container fa2d5b1945fb [2020-12-30T23:44:10.415Z] ---> 8ecf91a9f6f2 [2020-12-30T23:44:10.415Z] Step 5/24 : RUN apk update && apk add make git [2020-12-30T23:44:10.449Z] Removing intermediate container d1cd8c5a31e3 [2020-12-30T23:44:10.449Z] ---> bc1551e0db52 [2020-12-30T23:44:10.449Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T23:44:10.449Z] ---> Running in 496c6933e27f [2020-12-30T23:44:10.449Z] ---> Running in d82da8012492 [2020-12-30T23:44:10.715Z] Removing intermediate container 86341df80965 [2020-12-30T23:44:10.715Z] ---> ee0584bd53ff [2020-12-30T23:44:10.715Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T23:44:10.715Z] ---> Running in 944702cf66c0 [2020-12-30T23:44:10.715Z] ---> Running in a490af8e0c2d [2020-12-30T23:44:10.753Z] ---> Running in f8963e406933 [2020-12-30T23:44:11.029Z] Removing intermediate container 94f462d6e03b [2020-12-30T23:44:11.029Z] ---> d23d0677803a [2020-12-30T23:44:11.029Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T23:44:11.307Z] Removing intermediate container 0b6b9e54e547 [2020-12-30T23:44:11.307Z] ---> 1bdf641c3752 [2020-12-30T23:44:11.307Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T23:44:11.307Z] ---> Running in 4f78593d03a4 [2020-12-30T23:44:11.307Z] Removing intermediate container ce495c8f41e8 [2020-12-30T23:44:11.307Z] ---> 7d47cd56613e [2020-12-30T23:44:11.307Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T23:44:11.588Z] Removing intermediate container 77a2ac0d9a8d [2020-12-30T23:44:11.588Z] ---> da12e5494f6e [2020-12-30T23:44:11.588Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T23:44:11.588Z] ---> Running in 9e80d8754169 [2020-12-30T23:44:11.870Z] ---> Running in 66c360d844ad [2020-12-30T23:44:11.870Z] ---> Running in 54af65d4fc34 [2020-12-30T23:44:12.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:13.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:13.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:13.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:13.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:13.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:14.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:14.410Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:14.410Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:14.410Z] OK: 12620 distinct packages available [2020-12-30T23:44:14.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:14.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:14.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:44:14.953Z] Removing intermediate container 944702cf66c0 [2020-12-30T23:44:14.953Z] ---> bb9bee6da34e [2020-12-30T23:44:14.953Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T23:44:14.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:14.953Z] Removing intermediate container a490af8e0c2d [2020-12-30T23:44:14.953Z] ---> f690b0ed9a0c [2020-12-30T23:44:14.953Z] Step 14/22 : WORKDIR / [2020-12-30T23:44:14.953Z] ---> Running in a8591e10d0ed [2020-12-30T23:44:14.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:14.953Z] ---> ea70e983b2ec [2020-12-30T23:44:14.953Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T23:44:14.953Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:14.953Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:14.953Z] OK: 12745 distinct packages available [2020-12-30T23:44:14.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:14.953Z] Removing intermediate container a8591e10d0ed [2020-12-30T23:44:14.953Z] ---> 8dda611997ac [2020-12-30T23:44:14.953Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-30T23:44:15.013Z] OK: 217 MiB in 51 packages [2020-12-30T23:44:15.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:15.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:15.234Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T23:44:15.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:15.234Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T23:44:15.234Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T23:44:15.234Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T23:44:15.234Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T23:44:15.234Z] OK: 10350 distinct packages available [2020-12-30T23:44:15.296Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:15.296Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:15.296Z] OK: 12620 distinct packages available [2020-12-30T23:44:15.504Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T23:44:15.504Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:44:15.504Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T23:44:15.504Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T23:44:15.504Z] OK: 10350 distinct packages available [2020-12-30T23:44:15.504Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T23:44:15.504Z] ---> b859e616f858 [2020-12-30T23:44:15.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T23:44:15.504Z] OK: 7 MiB in 18 packages [2020-12-30T23:44:15.504Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T23:44:15.504Z] ---> 1241d3ddd234 [2020-12-30T23:44:15.504Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T23:44:15.504Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T23:44:15.504Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T23:44:15.504Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T23:44:15.575Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:15.575Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:15.575Z] OK: 12620 distinct packages available [2020-12-30T23:44:15.771Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T23:44:15.771Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T23:44:15.771Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T23:44:15.771Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T23:44:15.771Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T23:44:15.771Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T23:44:15.771Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T23:44:15.771Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T23:44:15.771Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T23:44:15.771Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T23:44:15.771Z] OK: 7 MiB in 19 packages [2020-12-30T23:44:15.771Z] OK: 7 MiB in 19 packages [2020-12-30T23:44:15.854Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:15.854Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:15.854Z] OK: 12620 distinct packages available [2020-12-30T23:44:15.854Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:15.854Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:15.854Z] OK: 12620 distinct packages available [2020-12-30T23:44:16.128Z] OK: 217 MiB in 51 packages [2020-12-30T23:44:16.406Z] OK: 217 MiB in 51 packages [2020-12-30T23:44:16.682Z] OK: 217 MiB in 51 packages [2020-12-30T23:44:16.682Z] OK: 217 MiB in 51 packages [2020-12-30T23:44:16.717Z] ---> d44e98666d6d [2020-12-30T23:44:16.718Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T23:44:16.979Z] Removing intermediate container f8963e406933 [2020-12-30T23:44:16.979Z] ---> 24fbbceb8ed1 [2020-12-30T23:44:16.979Z] Step 6/24 : COPY go.mod . [2020-12-30T23:44:17.337Z] ---> 03eb2154fb28 [2020-12-30T23:44:17.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T23:44:17.337Z] ---> Running in 7c478229a2df [2020-12-30T23:44:17.604Z] Removing intermediate container ceae01d5bf75 [2020-12-30T23:44:17.604Z] ---> df117e3d02af [2020-12-30T23:44:17.604Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T23:44:18.447Z] ---> 1ab4b3e61c01 [2020-12-30T23:44:18.447Z] Step 7/24 : RUN go mod download [2020-12-30T23:44:18.447Z] Removing intermediate container 4f78593d03a4 [2020-12-30T23:44:18.447Z] ---> 72c80b297b25 [2020-12-30T23:44:18.447Z] Step 6/22 : COPY go.mod . [2020-12-30T23:44:18.447Z] Removing intermediate container 66c360d844ad [2020-12-30T23:44:18.447Z] ---> e1ada8f7dbe9 [2020-12-30T23:44:18.447Z] Step 6/22 : COPY go.mod . [2020-12-30T23:44:18.447Z] ---> Running in 991d0dfe467e [2020-12-30T23:44:18.548Z] ---> 2bca3fb34d9c [2020-12-30T23:44:18.549Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T23:44:18.549Z] ---> Running in c7418ee62eae [2020-12-30T23:44:18.723Z] Removing intermediate container 54af65d4fc34 [2020-12-30T23:44:18.723Z] ---> 27936d935598 [2020-12-30T23:44:18.723Z] Step 6/27 : COPY go.mod . [2020-12-30T23:44:18.819Z] Removing intermediate container 7c478229a2df [2020-12-30T23:44:18.819Z] ---> d4c2b285b660 [2020-12-30T23:44:18.819Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:44:18.819Z] ---> Running in 9643f4e71ae2 [2020-12-30T23:44:18.819Z] Removing intermediate container 496c6933e27f [2020-12-30T23:44:18.819Z] ---> ca4e0ab3df0f [2020-12-30T23:44:18.819Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T23:44:18.819Z] ---> Running in d6354415886e [2020-12-30T23:44:18.999Z] Removing intermediate container 9e80d8754169 [2020-12-30T23:44:18.999Z] ---> 7e2fa8ed2d4e [2020-12-30T23:44:18.999Z] Step 6/21 : COPY go.mod . [2020-12-30T23:44:19.081Z] Removing intermediate container d82da8012492 [2020-12-30T23:44:19.081Z] ---> 09c882a19441 [2020-12-30T23:44:19.082Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T23:44:19.082Z] ---> Running in 680259bf0bc5 [2020-12-30T23:44:19.082Z] Removing intermediate container c7418ee62eae [2020-12-30T23:44:19.082Z] ---> cbcddebd0893 [2020-12-30T23:44:19.082Z] Step 13/21 : WORKDIR /edgex [2020-12-30T23:44:19.082Z] ---> Running in 331549abf283 [2020-12-30T23:44:19.275Z] ---> 6b31be59db01 [2020-12-30T23:44:19.275Z] Step 7/22 : RUN go mod download [2020-12-30T23:44:19.343Z] Removing intermediate container 9643f4e71ae2 [2020-12-30T23:44:19.343Z] ---> c8f638f792a8 [2020-12-30T23:44:19.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:44:19.343Z] ---> Running in 71575dcff8f1 [2020-12-30T23:44:19.343Z] Removing intermediate container d6354415886e [2020-12-30T23:44:19.343Z] ---> 02f319cdafc6 [2020-12-30T23:44:19.343Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T23:44:20.660Z] ---> Running in 0c862daac84b [2020-12-30T23:44:20.660Z] Removing intermediate container 680259bf0bc5 [2020-12-30T23:44:20.660Z] ---> 2fd258e86e66 [2020-12-30T23:44:20.660Z] Step 13/22 : WORKDIR / [2020-12-30T23:44:20.660Z] ---> Running in 89c1ad2c0fd7 [2020-12-30T23:44:20.660Z] Removing intermediate container 331549abf283 [2020-12-30T23:44:20.660Z] ---> 2ac46d002842 [2020-12-30T23:44:20.660Z] Step 13/24 : WORKDIR / [2020-12-30T23:44:20.660Z] ---> Running in 015a211a251c [2020-12-30T23:44:20.660Z] ---> Running in 82d33f962eb7 [2020-12-30T23:44:20.660Z] Removing intermediate container 71575dcff8f1 [2020-12-30T23:44:20.660Z] ---> cc75aa4acf74 [2020-12-30T23:44:20.661Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T23:44:20.661Z] Removing intermediate container 0c862daac84b [2020-12-30T23:44:20.661Z] ---> 1ff12586c6f8 [2020-12-30T23:44:20.661Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T23:44:20.661Z] Removing intermediate container 89c1ad2c0fd7 [2020-12-30T23:44:20.661Z] ---> 52c9436dcd90 [2020-12-30T23:44:20.661Z] Step 20/21 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:44:20.661Z] ---> Running in 79fd16a0a3c8 [2020-12-30T23:44:20.661Z] ---> Running in 14aac4b0e70b [2020-12-30T23:44:20.661Z] Removing intermediate container 82d33f962eb7 [2020-12-30T23:44:20.661Z] ---> 5753a78545d2 [2020-12-30T23:44:20.661Z] 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-30T23:44:20.661Z] Removing intermediate container 015a211a251c [2020-12-30T23:44:20.661Z] ---> 71cb3d8a51aa [2020-12-30T23:44:20.661Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T23:44:20.661Z] ---> 854c451ef195 [2020-12-30T23:44:20.661Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T23:44:20.661Z] Removing intermediate container 79fd16a0a3c8 [2020-12-30T23:44:20.661Z] ---> 8577b23e0d61 [2020-12-30T23:44:20.661Z] Step 21/22 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:44:20.661Z] Removing intermediate container 14aac4b0e70b [2020-12-30T23:44:20.661Z] ---> 4786746acfb2 [2020-12-30T23:44:20.661Z] Step 21/21 : LABEL version=2.0.0-dev.22 [2020-12-30T23:44:20.669Z] ---> 77e57e0eab89 [2020-12-30T23:44:20.669Z] Step 7/22 : RUN go mod download [2020-12-30T23:44:20.669Z] ---> Running in 7b3f6d11da7c [2020-12-30T23:44:20.669Z] ---> 7126a65f812b [2020-12-30T23:44:20.669Z] Step 7/27 : RUN go mod download [2020-12-30T23:44:20.669Z] ---> Running in 35da7b54b9fd [2020-12-30T23:44:20.669Z] ---> 8f7898a27e6f [2020-12-30T23:44:20.669Z] Step 7/21 : RUN go mod download [2020-12-30T23:44:20.669Z] ---> Running in bea285bf09cb [2020-12-30T23:44:20.934Z] ---> 28751388ec50 [2020-12-30T23:44:20.934Z] 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-30T23:44:20.934Z] ---> Running in 6d3940bdfcee [2020-12-30T23:44:20.934Z] ---> a7d3f57cbc10 [2020-12-30T23:44:20.934Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T23:44:20.934Z] ---> 79c354a074c2 [2020-12-30T23:44:20.934Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T23:44:20.934Z] ---> Running in bed1e6fea8b1 [2020-12-30T23:44:20.944Z] ---> Running in 5feefbf7e928 [2020-12-30T23:44:21.201Z] Removing intermediate container 6d3940bdfcee [2020-12-30T23:44:21.201Z] ---> e50fb9830254 [2020-12-30T23:44:21.201Z] Step 22/22 : LABEL version=2.0.0-dev.22 [2020-12-30T23:44:21.507Z] ---> 900788b8868a [2020-12-30T23:44:21.507Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T23:44:21.507Z] Removing intermediate container bed1e6fea8b1 [2020-12-30T23:44:21.507Z] ---> 36621d38c514 [2020-12-30T23:44:21.507Z] [2020-12-30T23:44:21.507Z] ---> Running in b18ca2f52a0b [2020-12-30T23:44:21.507Z] ---> f60c6726b405 [2020-12-30T23:44:21.507Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T23:44:21.781Z] ---> ccd14e97bc4e [2020-12-30T23:44:21.781Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T23:44:21.781Z] Successfully built 36621d38c514 [2020-12-30T23:44:21.781Z] ---> Running in d0e6d49a594a [2020-12-30T23:44:21.781Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-30T23:44:21.781Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-30T23:44:22.045Z] Removing intermediate container b18ca2f52a0b [2020-12-30T23:44:22.045Z] ---> 42e6d4a1a6c2 [2020-12-30T23:44:22.045Z] [2020-12-30T23:44:22.045Z] ---> 979eda1db765 [2020-12-30T23:44:22.045Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T23:44:22.045Z] ---> bbdf31e8a8c4 [2020-12-30T23:44:22.045Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T23:44:22.316Z] Successfully built 42e6d4a1a6c2 [2020-12-30T23:44:22.316Z] Successfully tagged docker-core-command-go:latest [2020-12-30T23:44:22.316Z] Building docker-core-data-go [2020-12-30T23:44:22.434Z] Removing intermediate container 991d0dfe467e [2020-12-30T23:44:22.434Z] ---> 642698494055 [2020-12-30T23:44:22.434Z] Step 8/24 : COPY . . [2020-12-30T23:44:22.580Z]  Building docker-core-command-go ... done Removing intermediate container d0e6d49a594a [2020-12-30T23:44:22.580Z] ---> 3ccbe8062e99 [2020-12-30T23:44:22.580Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T23:44:22.874Z] ---> aa1ec9cbcdac [2020-12-30T23:44:22.874Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T23:44:23.406Z] ---> Running in 88e214ca4940 [2020-12-30T23:44:23.406Z] ---> f88a5bc7fe3b [2020-12-30T23:44:23.406Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T23:44:23.406Z] ---> Running in aee45e3f325a [2020-12-30T23:44:24.514Z] Removing intermediate container 7b3f6d11da7c [2020-12-30T23:44:24.514Z] ---> 27912d789527 [2020-12-30T23:44:24.514Z] Step 8/22 : COPY . . [2020-12-30T23:44:25.108Z] Removing intermediate container 35da7b54b9fd [2020-12-30T23:44:25.108Z] ---> 34f5ac6a870c [2020-12-30T23:44:25.108Z] Step 8/22 : COPY . . [2020-12-30T23:44:26.114Z] Removing intermediate container bea285bf09cb [2020-12-30T23:44:26.114Z] ---> 4d5fc222ffd0 [2020-12-30T23:44:26.114Z] Step 8/27 : COPY . . [2020-12-30T23:44:26.393Z] Removing intermediate container 5feefbf7e928 [2020-12-30T23:44:26.393Z] ---> ab1cd816ee13 [2020-12-30T23:44:26.393Z] Step 8/21 : COPY . . [2020-12-30T23:44:28.403Z] Removing intermediate container 88e214ca4940 [2020-12-30T23:44:28.403Z] ---> 68362f9fc38e [2020-12-30T23:44:28.403Z] Step 19/21 : LABEL arch=x86_64 [2020-12-30T23:44:28.403Z] ---> f03b4611829f [2020-12-30T23:44:28.403Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T23:44:28.403Z] ---> Running in 348090d5d9f9 [2020-12-30T23:44:28.403Z] ---> f15dedae5dda [2020-12-30T23:44:28.403Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T23:44:28.666Z] ---> Running in 0d30413115a2 [2020-12-30T23:44:28.666Z] Removing intermediate container 348090d5d9f9 [2020-12-30T23:44:28.666Z] ---> 1774b75fe182 [2020-12-30T23:44:28.666Z] Step 20/21 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:44:28.929Z] ---> Running in 2f3155c3cda9 [2020-12-30T23:44:30.861Z] Removing intermediate container 2f3155c3cda9 [2020-12-30T23:44:30.861Z] ---> 553703961d49 [2020-12-30T23:44:30.861Z] Step 21/21 : LABEL version=2.0.0-dev.22 [2020-12-30T23:44:31.436Z] Removing intermediate container aee45e3f325a [2020-12-30T23:44:31.436Z] ---> 6a0e3d06a7b9 [2020-12-30T23:44:31.436Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T23:44:38.059Z] ---> Running in 9a6d1aafe89d [2020-12-30T23:44:38.059Z] ---> Running in 22e2ccdc4407 [2020-12-30T23:44:38.638Z] Removing intermediate container 22e2ccdc4407 [2020-12-30T23:44:38.638Z] ---> 42ea1da990eb [2020-12-30T23:44:38.638Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T23:44:38.902Z] Removing intermediate container 9a6d1aafe89d [2020-12-30T23:44:38.902Z] ---> 891222ff288f [2020-12-30T23:44:38.902Z] [2020-12-30T23:44:39.167Z] Successfully built 891222ff288f [2020-12-30T23:44:39.432Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-30T23:44:39.432Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-30T23:44:39.699Z] ---> Running in 7f250a643aed [2020-12-30T23:44:41.100Z] Removing intermediate container 0d30413115a2 [2020-12-30T23:44:41.100Z] ---> 796a2de759ba [2020-12-30T23:44:41.100Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T23:44:43.041Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:43.041Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:43.041Z] ---> b7053d9721c2 [2020-12-30T23:44:43.041Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T23:44:43.041Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:43.041Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:43.041Z] ---> b7053d9721c2 [2020-12-30T23:44:43.041Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T23:44:44.440Z] ---> Using cache [2020-12-30T23:44:44.440Z] ---> b0b2d58a53d1 [2020-12-30T23:44:44.440Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:44.440Z] ---> Using cache [2020-12-30T23:44:44.440Z] ---> b0b2d58a53d1 [2020-12-30T23:44:44.440Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:44.440Z] ---> Using cache [2020-12-30T23:44:44.440Z] ---> 4650f931a676 [2020-12-30T23:44:44.440Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T23:44:44.440Z] ---> Using cache [2020-12-30T23:44:44.440Z] ---> 4650f931a676 [2020-12-30T23:44:44.440Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T23:44:44.719Z] ---> 3a19742ca009 [2020-12-30T23:44:44.719Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-30T23:44:44.719Z] ---> 4245ad8e872c [2020-12-30T23:44:44.719Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-30T23:44:44.719Z] ---> 738e4d7d2281 [2020-12-30T23:44:44.719Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-30T23:44:44.719Z] ---> bf91a55905ef [2020-12-30T23:44:44.719Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-30T23:44:44.719Z] ---> 95f4e58fba64 [2020-12-30T23:44:44.719Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T23:44:44.719Z] ---> Running in 34db64351549 [2020-12-30T23:44:44.719Z] ---> Running in 55b4c4bba99c [2020-12-30T23:44:44.719Z] ---> Running in a7ee91c51961 [2020-12-30T23:44:44.719Z] ---> Running in 8723f7f9fed7 [2020-12-30T23:44:44.719Z] ---> Running in 874a28d66c12 [2020-12-30T23:44:44.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-30T23:44:44.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-30T23:44:44.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-command/core-command ./cmd/core-command [2020-12-30T23:44:45.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-30T23:44:45.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T23:44:45.388Z] ---> Running in 9abab68863c9 [2020-12-30T23:44:45.388Z] Removing intermediate container 7f250a643aed [2020-12-30T23:44:45.388Z] ---> 2502c0148a93 [2020-12-30T23:44:45.388Z] Step 21/22 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:44:45.653Z] ---> Running in 75f4685ff4ec [2020-12-30T23:44:45.653Z] ---> Running in 9c4d56324ab7 [2020-12-30T23:44:46.226Z] ---> Running in 97a47aaf3ec0 [2020-12-30T23:44:46.800Z] Removing intermediate container 9abab68863c9 [2020-12-30T23:44:46.800Z] ---> f62241bd5ea5 [2020-12-30T23:44:46.800Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T23:44:48.196Z] ---> Running in 149c11e18420 [2020-12-30T23:44:48.196Z] Removing intermediate container 97a47aaf3ec0 [2020-12-30T23:44:48.196Z] ---> 387da06c7a69 [2020-12-30T23:44:48.196Z] Step 22/22 : LABEL version=2.0.0-dev.22 [2020-12-30T23:44:48.468Z] ---> Running in 2a849eb04e67 [2020-12-30T23:44:49.048Z] Removing intermediate container 149c11e18420 [2020-12-30T23:44:49.048Z] ---> 26d2fd87173a [2020-12-30T23:44:49.048Z] Step 23/24 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:44:49.048Z] Removing intermediate container 2a849eb04e67 [2020-12-30T23:44:49.048Z] ---> 975ce2eefda4 [2020-12-30T23:44:49.048Z] [2020-12-30T23:44:49.048Z] ---> Running in 34253dc9eb01 [2020-12-30T23:44:49.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:49.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:49.310Z] Successfully built 975ce2eefda4 [2020-12-30T23:44:49.310Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-30T23:44:49.310Z] Building docker-core-metadata-go [2020-12-30T23:44:49.895Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 34253dc9eb01 [2020-12-30T23:44:49.895Z] ---> 178ff7e77ffe [2020-12-30T23:44:49.895Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2020-12-30T23:44:49.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:49.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:50.480Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:50.480Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:50.480Z] OK: 12750 distinct packages available [2020-12-30T23:44:50.765Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:50.765Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:50.765Z] OK: 12750 distinct packages available [2020-12-30T23:44:51.043Z] OK: 233 MiB in 51 packages [2020-12-30T23:44:51.043Z] ---> Running in cb258bd9a590 [2020-12-30T23:44:51.043Z] OK: 233 MiB in 51 packages [2020-12-30T23:44:51.626Z] Removing intermediate container cb258bd9a590 [2020-12-30T23:44:51.626Z] ---> b8b271c06827 [2020-12-30T23:44:51.626Z] [2020-12-30T23:44:51.893Z] Successfully built b8b271c06827 [2020-12-30T23:44:52.472Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-30T23:44:53.450Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 75f4685ff4ec [2020-12-30T23:44:53.450Z] ---> aeb96642b183 [2020-12-30T23:44:53.450Z] Step 6/23 : COPY go.mod . [2020-12-30T23:44:53.450Z] Removing intermediate container 9c4d56324ab7 [2020-12-30T23:44:53.450Z] ---> 37bf63e0fd02 [2020-12-30T23:44:53.450Z] Step 6/24 : COPY go.mod . [2020-12-30T23:44:54.398Z] ---> c782b3e7b119 [2020-12-30T23:44:54.398Z] Step 7/23 : RUN go mod download [2020-12-30T23:44:54.398Z] ---> 0361751fdd92 [2020-12-30T23:44:54.398Z] Step 7/24 : RUN go mod download [2020-12-30T23:44:55.354Z] ---> Running in 2037f05158b2 [2020-12-30T23:44:55.354Z] ---> Running in fa0b057d5509 [2020-12-30T23:44:55.616Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:44:55.616Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:44:55.616Z] ---> b7053d9721c2 [2020-12-30T23:44:55.616Z] Step 3/27 : WORKDIR /edgex-go [2020-12-30T23:44:55.616Z] ---> Using cache [2020-12-30T23:44:55.616Z] ---> b0b2d58a53d1 [2020-12-30T23:44:55.616Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:44:55.616Z] ---> Using cache [2020-12-30T23:44:55.616Z] ---> 4650f931a676 [2020-12-30T23:44:55.616Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-30T23:44:56.207Z] ---> Running in ddbe48f1bd66 [2020-12-30T23:44:57.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:57.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:44:58.348Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:44:58.348Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:44:58.348Z] OK: 12750 distinct packages available [2020-12-30T23:44:58.930Z] OK: 233 MiB in 51 packages [2020-12-30T23:44:59.522Z] Removing intermediate container fa0b057d5509 [2020-12-30T23:44:59.522Z] ---> 8fd445b666d2 [2020-12-30T23:44:59.522Z] Step 8/24 : COPY . . [2020-12-30T23:44:59.522Z] Removing intermediate container 2037f05158b2 [2020-12-30T23:44:59.522Z] ---> 10550fd9042d [2020-12-30T23:44:59.522Z] Step 8/23 : COPY . . [2020-12-30T23:45:03.016Z] Removing intermediate container ddbe48f1bd66 [2020-12-30T23:45:03.016Z] ---> 8cfb136b20a0 [2020-12-30T23:45:03.016Z] Step 6/27 : COPY go.mod . [2020-12-30T23:45:06.371Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:45:06.371Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:45:06.371Z] ---> b7053d9721c2 [2020-12-30T23:45:06.371Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T23:45:06.633Z] ---> Using cache [2020-12-30T23:45:06.633Z] ---> b0b2d58a53d1 [2020-12-30T23:45:06.633Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:45:06.633Z] ---> Using cache [2020-12-30T23:45:06.633Z] ---> 4650f931a676 [2020-12-30T23:45:06.633Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T23:45:06.633Z] ---> Using cache [2020-12-30T23:45:06.633Z] ---> 6ceb61c37f22 [2020-12-30T23:45:06.633Z] Step 6/22 : COPY go.mod . [2020-12-30T23:45:06.633Z] ---> Using cache [2020-12-30T23:45:06.633Z] ---> f286793671a7 [2020-12-30T23:45:06.633Z] Step 7/22 : RUN go mod download [2020-12-30T23:45:06.633Z] ---> Using cache [2020-12-30T23:45:06.633Z] ---> 558bd96229dc [2020-12-30T23:45:06.633Z] Step 8/22 : COPY . . [2020-12-30T23:45:06.633Z] ---> Using cache [2020-12-30T23:45:06.633Z] ---> 0753b73078a5 [2020-12-30T23:45:06.633Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T23:45:08.035Z] ---> 8dbe5d911d69 [2020-12-30T23:45:08.035Z] Step 7/27 : RUN go mod download [2020-12-30T23:45:09.428Z] ---> Running in edd8603ae7b9 [2020-12-30T23:45:09.428Z] ---> Running in 1eb115b3882f [2020-12-30T23:45:13.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T23:45:17.036Z] Removing intermediate container 1eb115b3882f [2020-12-30T23:45:17.036Z] ---> bfd696c79c8b [2020-12-30T23:45:17.036Z] Step 8/27 : COPY . . [2020-12-30T23:45:29.442Z] ---> 1049d5105c7d [2020-12-30T23:45:29.442Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T23:45:29.442Z] ---> Running in 67e8ada43dc0 [2020-12-30T23:45:29.442Z] ---> f7248bfcf2ad [2020-12-30T23:45:29.442Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T23:45:29.442Z] ---> Running in 23285158269c [2020-12-30T23:45:30.408Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T23:45:30.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T23:45:43.419Z] ---> 50b389e6f79e [2020-12-30T23:45:43.419Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-30T23:45:43.419Z] Removing intermediate container edd8603ae7b9 [2020-12-30T23:45:43.419Z] ---> 00bb0d064d12 [2020-12-30T23:45:43.419Z] [2020-12-30T23:45:43.419Z] Step 10/22 : FROM scratch [2020-12-30T23:45:43.419Z] ---> [2020-12-30T23:45:43.419Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:45:43.419Z] ---> Running in 7f50262e8b32 [2020-12-30T23:45:44.006Z] ---> Using cache [2020-12-30T23:45:44.006Z] ---> 603154847c69 [2020-12-30T23:45:44.006Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T23:45:44.286Z] ---> Running in 3a7d93e43f84 [2020-12-30T23:45:44.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-30T23:45:44.555Z] Removing intermediate container 3a7d93e43f84 [2020-12-30T23:45:44.555Z] ---> 0cae47a8f0f8 [2020-12-30T23:45:44.555Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T23:45:44.827Z] ---> Running in b8127620954b [2020-12-30T23:45:45.097Z] Removing intermediate container b8127620954b [2020-12-30T23:45:45.098Z] ---> ade6d884359c [2020-12-30T23:45:45.098Z] Step 14/22 : WORKDIR / [2020-12-30T23:45:45.098Z] ---> Running in 990fc52e608e [2020-12-30T23:45:46.522Z] Removing intermediate container 990fc52e608e [2020-12-30T23:45:46.522Z] ---> e9e241ee0dcb [2020-12-30T23:45:46.522Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T23:45:47.493Z] ---> 0954de3924c5 [2020-12-30T23:45:47.493Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T23:45:48.495Z] ---> 93f68666e6c9 [2020-12-30T23:45:48.495Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T23:45:49.095Z] ---> b24e88e564aa [2020-12-30T23:45:49.095Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T23:45:49.368Z] ---> Running in 1b974ee9e46a [2020-12-30T23:45:49.637Z] Removing intermediate container 1b974ee9e46a [2020-12-30T23:45:49.637Z] ---> 2c824fb1ba18 [2020-12-30T23:45:49.637Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:45:49.637Z] ---> Running in 7181adad2bad [2020-12-30T23:45:49.906Z] Removing intermediate container 7181adad2bad [2020-12-30T23:45:49.906Z] ---> 0cf4a7f8d76f [2020-12-30T23:45:49.906Z] Step 20/22 : LABEL arch=x86_64 [2020-12-30T23:45:50.172Z] ---> Running in b28aa8c6e98c [2020-12-30T23:45:50.443Z] Removing intermediate container b28aa8c6e98c [2020-12-30T23:45:50.443Z] ---> d4388faac7bc [2020-12-30T23:45:50.443Z] Step 21/22 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:45:50.443Z] ---> Running in 0016579705dd [2020-12-30T23:45:51.028Z] Removing intermediate container 0016579705dd [2020-12-30T23:45:51.028Z] ---> 0a9a4b60aa68 [2020-12-30T23:45:51.028Z] Step 22/22 : LABEL version=2.0.0-dev.22 [2020-12-30T23:45:51.028Z] ---> Running in 2f429d5e1cce [2020-12-30T23:45:51.299Z] Removing intermediate container 2f429d5e1cce [2020-12-30T23:45:51.299Z] ---> 05e1e5354401 [2020-12-30T23:45:51.299Z] [2020-12-30T23:45:51.565Z] Successfully built 05e1e5354401 [2020-12-30T23:45:51.565Z] Successfully tagged docker-core-metadata-go:latest [2020-12-30T23:45:54.933Z]  Building docker-core-metadata-go ... done Removing intermediate container 23285158269c [2020-12-30T23:45:54.933Z] ---> 124595f53d67 [2020-12-30T23:45:54.933Z] [2020-12-30T23:45:54.933Z] Step 10/24 : FROM scratch [2020-12-30T23:45:54.933Z] ---> [2020-12-30T23:45:54.933Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T23:45:54.933Z] ---> Running in 5eea2a09221b [2020-12-30T23:45:54.933Z] Removing intermediate container 5eea2a09221b [2020-12-30T23:45:54.933Z] ---> fa10cfe486e2 [2020-12-30T23:45:54.933Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T23:45:54.933Z] ---> Running in 9a8458da9ec1 [2020-12-30T23:45:54.933Z] Removing intermediate container 9a8458da9ec1 [2020-12-30T23:45:54.933Z] ---> a0406bc5e85a [2020-12-30T23:45:54.933Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T23:45:55.198Z] ---> Running in fa9c916cf14e [2020-12-30T23:45:55.198Z] Removing intermediate container fa9c916cf14e [2020-12-30T23:45:55.198Z] ---> 489797ee5524 [2020-12-30T23:45:55.198Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T23:45:55.790Z] ---> c1a5379c90fe [2020-12-30T23:45:55.790Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T23:45:56.765Z] ---> 8761a29aca2b [2020-12-30T23:45:56.765Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T23:45:57.746Z] ---> 4f13c8d730b4 [2020-12-30T23:45:57.746Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T23:45:58.345Z] ---> d6183dc70b36 [2020-12-30T23:45:58.345Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T23:46:01.671Z] ---> 4520d583c8bb [2020-12-30T23:46:01.671Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:02.248Z] Removing intermediate container 67e8ada43dc0 [2020-12-30T23:46:02.248Z] ---> bbde85e85722 [2020-12-30T23:46:02.248Z] [2020-12-30T23:46:02.248Z] Step 10/23 : FROM alpine [2020-12-30T23:46:02.248Z] ---> 389fef711851 [2020-12-30T23:46:02.248Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:46:02.513Z] ---> Running in c8f38392ecbb [2020-12-30T23:46:02.513Z] ---> 9cd2dcef117e [2020-12-30T23:46:02.513Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T23:46:02.794Z] ---> Running in aa82ae8551e6 [2020-12-30T23:46:03.076Z] Removing intermediate container c8f38392ecbb [2020-12-30T23:46:03.076Z] ---> db2ae69b5d9c [2020-12-30T23:46:03.076Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T23:46:04.074Z] Removing intermediate container aa82ae8551e6 [2020-12-30T23:46:04.074Z] ---> 0259d82333a3 [2020-12-30T23:46:04.074Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:46:04.074Z] ---> Running in 7c6a7277ce6a [2020-12-30T23:46:04.383Z] ---> Running in 9a76af9d4a1d [2020-12-30T23:46:04.383Z] Removing intermediate container 7f50262e8b32 [2020-12-30T23:46:04.383Z] ---> 6a19864888c0 [2020-12-30T23:46:04.383Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T23:46:04.383Z] Removing intermediate container 7c6a7277ce6a [2020-12-30T23:46:04.383Z] ---> 90e1b8b36601 [2020-12-30T23:46:04.383Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T23:46:04.383Z] ---> Running in 474ca5294c7a [2020-12-30T23:46:04.644Z] ---> Running in 138ba1a9f372 [2020-12-30T23:46:04.644Z] Removing intermediate container 9a76af9d4a1d [2020-12-30T23:46:04.644Z] ---> c99b9b2ffe4e [2020-12-30T23:46:04.644Z] Step 22/24 : LABEL arch=x86_64 [2020-12-30T23:46:04.909Z] ---> Running in ed4d0344bb98 [2020-12-30T23:46:04.909Z] Removing intermediate container 138ba1a9f372 [2020-12-30T23:46:04.909Z] ---> 75081f6ba986 [2020-12-30T23:46:04.909Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:46:04.909Z] ---> Running in 4663c0bcf5e1 [2020-12-30T23:46:05.193Z] Removing intermediate container ed4d0344bb98 [2020-12-30T23:46:05.193Z] ---> cee9fc0e9de0 [2020-12-30T23:46:05.193Z] Step 23/24 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:05.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T23:46:05.193Z] ---> Running in 9b159d3b07c7 [2020-12-30T23:46:05.777Z] Removing intermediate container 9b159d3b07c7 [2020-12-30T23:46:05.777Z] ---> 07d8ffae724b [2020-12-30T23:46:05.777Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:05.777Z] ---> Running in 3b7eb0193448 [2020-12-30T23:46:06.043Z] Removing intermediate container 3b7eb0193448 [2020-12-30T23:46:06.043Z] ---> 5d6a88a9d800 [2020-12-30T23:46:06.043Z] [2020-12-30T23:46:06.305Z] Successfully built 5d6a88a9d800 [2020-12-30T23:46:07.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-30T23:46:08.225Z] Successfully tagged docker-support-notifications-go:latest [2020-12-30T23:46:08.487Z]  Building docker-support-notifications-go ... done Removing intermediate container 4663c0bcf5e1 [2020-12-30T23:46:08.487Z] ---> 983aa7a0e8f7 [2020-12-30T23:46:08.487Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T23:46:08.487Z] ---> Running in 80a2f4fa9b25 [2020-12-30T23:46:08.753Z] Removing intermediate container 474ca5294c7a [2020-12-30T23:46:08.753Z] ---> bf385cf34218 [2020-12-30T23:46:08.753Z] [2020-12-30T23:46:08.753Z] Step 11/27 : FROM docker:latest [2020-12-30T23:46:08.753Z] ---> 0040bc98e531 [2020-12-30T23:46:08.753Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T23:46:08.753Z] ---> Running in d0cfbb459cd0 [2020-12-30T23:46:09.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:09.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:09.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:09.600Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T23:46:09.600Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T23:46:09.600Z] Executing bash-5.0.17-r0.post-install [2020-12-30T23:46:09.600Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:46:09.600Z] OK: 12 MiB in 22 packages [2020-12-30T23:46:09.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:10.128Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T23:46:10.392Z] Removing intermediate container d0cfbb459cd0 [2020-12-30T23:46:10.392Z] ---> 2a5ae683e002 [2020-12-30T23:46:10.392Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T23:46:10.392Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T23:46:10.392Z] ---> Running in bd46aac8e3f6 [2020-12-30T23:46:10.392Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T23:46:10.655Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T23:46:10.655Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T23:46:10.655Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:46:10.655Z] OK: 8 MiB in 19 packages [2020-12-30T23:46:12.598Z] Removing intermediate container bd46aac8e3f6 [2020-12-30T23:46:12.598Z] ---> 9285f7ae0650 [2020-12-30T23:46:12.598Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T23:46:12.598Z] Removing intermediate container 80a2f4fa9b25 [2020-12-30T23:46:12.598Z] ---> 5318dfcaca9b [2020-12-30T23:46:12.598Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T23:46:12.598Z] ---> Running in eeabfd9febec [2020-12-30T23:46:12.606Z] Removing intermediate container 55b4c4bba99c [2020-12-30T23:46:12.606Z] ---> dfe22babb602 [2020-12-30T23:46:12.606Z] [2020-12-30T23:46:12.606Z] Step 10/22 : FROM alpine:3.10 [2020-12-30T23:46:12.606Z] 3.10: Pulling from library/alpine [2020-12-30T23:46:12.863Z] Removing intermediate container eeabfd9febec [2020-12-30T23:46:12.863Z] ---> 93bb6a5a5fed [2020-12-30T23:46:12.863Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T23:46:12.863Z] ---> e5d72710f850 [2020-12-30T23:46:12.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T23:46:12.863Z] ---> Running in 65ff50860dac [2020-12-30T23:46:13.132Z] Removing intermediate container 65ff50860dac [2020-12-30T23:46:13.132Z] ---> 6b236fe4a46b [2020-12-30T23:46:13.132Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T23:46:13.132Z] ---> Running in 87eaebeb6206 [2020-12-30T23:46:13.395Z] Removing intermediate container 87eaebeb6206 [2020-12-30T23:46:13.395Z] ---> f9db181e2725 [2020-12-30T23:46:13.395Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T23:46:13.395Z] ---> 9110de8eb536 [2020-12-30T23:46:13.395Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:13.609Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-30T23:46:13.609Z] Status: Downloaded newer image for alpine:3.10 [2020-12-30T23:46:13.609Z] ---> 536a684cf733 [2020-12-30T23:46:13.609Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T23:46:13.977Z] ---> 0e17bbd07f42 [2020-12-30T23:46:13.977Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T23:46:13.977Z] ---> Running in b6b3c26b7423 [2020-12-30T23:46:13.977Z] ---> 4cf2b48b5370 [2020-12-30T23:46:13.977Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:14.593Z] ---> Running in 093cdbd36c1b [2020-12-30T23:46:15.374Z] Removing intermediate container b6b3c26b7423 [2020-12-30T23:46:15.374Z] ---> 853f8e98534b [2020-12-30T23:46:15.374Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:46:15.374Z] ---> Running in 7f8d3a40d1e5 [2020-12-30T23:46:15.374Z] ---> cdfe08f6a6a8 [2020-12-30T23:46:15.374Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T23:46:15.374Z] Removing intermediate container 7f8d3a40d1e5 [2020-12-30T23:46:15.374Z] ---> 5dda55d8a898 [2020-12-30T23:46:15.374Z] Step 21/23 : LABEL arch=x86_64 [2020-12-30T23:46:15.575Z] Removing intermediate container 34db64351549 [2020-12-30T23:46:15.575Z] ---> 9b9f22b444b4 [2020-12-30T23:46:15.575Z] [2020-12-30T23:46:15.575Z] Step 10/24 : FROM alpine:3.10 [2020-12-30T23:46:15.575Z] ---> 536a684cf733 [2020-12-30T23:46:15.575Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-30T23:46:15.637Z] ---> Running in 8e5fe59e6009 [2020-12-30T23:46:15.637Z] ---> d3ba0471375b [2020-12-30T23:46:15.637Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T23:46:15.637Z] ---> Running in 358b9bff27f6 [2020-12-30T23:46:15.903Z] Removing intermediate container 8e5fe59e6009 [2020-12-30T23:46:15.903Z] ---> ef5915a26899 [2020-12-30T23:46:15.903Z] Step 22/23 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:15.903Z] ---> Running in 9c5a9df09f9b [2020-12-30T23:46:16.165Z] Removing intermediate container 9c5a9df09f9b [2020-12-30T23:46:16.165Z] ---> 3e1db7b53dd7 [2020-12-30T23:46:16.165Z] Step 23/23 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:16.165Z] ---> Running in 7f1f824f693e [2020-12-30T23:46:16.178Z] ---> Running in a464a9423338 [2020-12-30T23:46:16.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:16.432Z] Removing intermediate container 7f1f824f693e [2020-12-30T23:46:16.432Z] ---> 8ee70200cbf0 [2020-12-30T23:46:16.432Z] [2020-12-30T23:46:16.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:16.432Z] Successfully built 8ee70200cbf0 [2020-12-30T23:46:16.693Z] Successfully tagged docker-core-data-go:latest [2020-12-30T23:46:16.693Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T23:46:16.693Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T23:46:16.693Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T23:46:16.693Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T23:46:16.693Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T23:46:16.693Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T23:46:16.693Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-30T23:46:16.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:17.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:17.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:17.646Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T23:46:17.646Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T23:46:17.646Z] OK: 10171 distinct packages available [2020-12-30T23:46:17.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:18.083Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T23:46:18.083Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T23:46:18.083Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T23:46:18.083Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T23:46:18.083Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T23:46:18.083Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T23:46:18.083Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T23:46:18.083Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T23:46:18.083Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T23:46:18.083Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-30T23:46:18.083Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T23:46:18.083Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T23:46:18.083Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T23:46:18.083Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T23:46:18.083Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T23:46:18.083Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T23:46:18.200Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-30T23:46:18.200Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-30T23:46:18.200Z] OK: 10171 distinct packages available [2020-12-30T23:46:18.200Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T23:46:18.345Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T23:46:18.345Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T23:46:18.345Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-30T23:46:18.345Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T23:46:18.345Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T23:46:18.345Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T23:46:18.345Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T23:46:18.345Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T23:46:18.483Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T23:46:18.483Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T23:46:18.483Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T23:46:18.483Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T23:46:18.483Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T23:46:18.483Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T23:46:18.607Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T23:46:18.607Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T23:46:18.607Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:46:18.607Z] OK: 71 MiB in 55 packages [2020-12-30T23:46:18.754Z] OK: 7 MiB in 19 packages [2020-12-30T23:46:18.754Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-30T23:46:19.027Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-30T23:46:19.027Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-30T23:46:19.027Z] (4/5) Installing curl (7.66.0-r3) [2020-12-30T23:46:19.027Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-30T23:46:19.027Z] Executing busybox-1.30.1-r3.trigger [2020-12-30T23:46:19.027Z] Executing ca-certificates-20191127-r2.trigger [2020-12-30T23:46:19.303Z] OK: 7 MiB in 19 packages [2020-12-30T23:46:20.279Z] Removing intermediate container 8723f7f9fed7 [2020-12-30T23:46:20.279Z] ---> 0045f673fd39 [2020-12-30T23:46:20.279Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-30T23:46:20.279Z] Removing intermediate container 874a28d66c12 [2020-12-30T23:46:20.279Z] ---> 165f76cc1e86 [2020-12-30T23:46:20.279Z] [2020-12-30T23:46:20.279Z] Step 10/21 : FROM scratch [2020-12-30T23:46:20.279Z] ---> [2020-12-30T23:46:20.279Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:46:20.279Z] Removing intermediate container a7ee91c51961 [2020-12-30T23:46:20.279Z] ---> f5da1322ee91 [2020-12-30T23:46:20.279Z] [2020-12-30T23:46:20.279Z] Step 10/22 : FROM scratch [2020-12-30T23:46:20.279Z] ---> [2020-12-30T23:46:20.279Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:46:20.573Z] ---> Running in aa2f851301a9 [2020-12-30T23:46:20.573Z] ---> Running in deb5a992d30d [2020-12-30T23:46:20.573Z] ---> Running in 4ca2178e11ce [2020-12-30T23:46:22.027Z] Removing intermediate container 4ca2178e11ce [2020-12-30T23:46:22.027Z] Removing intermediate container aa2f851301a9 [2020-12-30T23:46:22.027Z] ---> 40c3ea839578 [2020-12-30T23:46:22.027Z] ---> 6508a88b5070 [2020-12-30T23:46:22.027Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-30T23:46:22.027Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-30T23:46:22.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-30T23:46:22.027Z] ---> Running in 55cf2a5fa6f0 [2020-12-30T23:46:22.027Z] ---> Running in f1510ad03bb2 [2020-12-30T23:46:22.027Z] Removing intermediate container 093cdbd36c1b [2020-12-30T23:46:22.027Z] ---> 7edcd989f840 [2020-12-30T23:46:22.027Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-30T23:46:22.027Z] Removing intermediate container a464a9423338 [2020-12-30T23:46:22.027Z] ---> b5d4a3dc01b9 [2020-12-30T23:46:22.027Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T23:46:22.299Z] ---> Running in cb4f32488431 [2020-12-30T23:46:22.575Z] ---> Running in cdabc6065953 [2020-12-30T23:46:22.575Z] Removing intermediate container f1510ad03bb2 [2020-12-30T23:46:22.575Z] ---> 9c0ec3d54ced [2020-12-30T23:46:22.575Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T23:46:22.575Z] Removing intermediate container 55cf2a5fa6f0 [2020-12-30T23:46:22.575Z] ---> d571a417e0a5 [2020-12-30T23:46:22.575Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-30T23:46:22.850Z] ---> Running in 8ff3e08a8dec [2020-12-30T23:46:22.850Z] ---> Running in d3cb64637c00 [2020-12-30T23:46:22.850Z] Removing intermediate container cb4f32488431 [2020-12-30T23:46:22.850Z] ---> 35df3fc262dd [2020-12-30T23:46:22.850Z] Step 13/22 : WORKDIR / [2020-12-30T23:46:23.120Z] Removing intermediate container cdabc6065953 [2020-12-30T23:46:23.120Z] ---> 9b3415e436cc [2020-12-30T23:46:23.120Z] Step 13/24 : WORKDIR / [2020-12-30T23:46:23.120Z] ---> Running in 2eef3513145a [2020-12-30T23:46:23.406Z] ---> Running in e771d824be25 [2020-12-30T23:46:23.406Z] Removing intermediate container 8ff3e08a8dec [2020-12-30T23:46:23.406Z] ---> ac316ac5c7fb [2020-12-30T23:46:23.406Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-30T23:46:23.406Z] Removing intermediate container d3cb64637c00 [2020-12-30T23:46:23.406Z] ---> ec9181e19dce [2020-12-30T23:46:23.406Z] Step 14/22 : WORKDIR / [2020-12-30T23:46:23.680Z] ---> Running in 17a3f6a9d6a5 [2020-12-30T23:46:23.955Z] Removing intermediate container 2eef3513145a [2020-12-30T23:46:23.955Z] ---> 69eccc7150dc [2020-12-30T23:46:23.955Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-30T23:46:24.234Z] Removing intermediate container 17a3f6a9d6a5 [2020-12-30T23:46:24.234Z] ---> 4f0aba45d961 [2020-12-30T23:46:24.234Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt /Removing intermediate container e771d824be25 [2020-12-30T23:46:24.234Z] [2020-12-30T23:46:24.234Z] ---> a8b0733e609f [2020-12-30T23:46:24.234Z] 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-30T23:46:24.510Z] ---> 5619ca034c0d [2020-12-30T23:46:24.510Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-30T23:46:25.119Z] ---> 34956111f678 [2020-12-30T23:46:25.119Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-30T23:46:25.735Z] ---> 568c851a1c06 [2020-12-30T23:46:25.735Z] 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-30T23:46:25.735Z] ---> 2123e43c311f [2020-12-30T23:46:25.735Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-30T23:46:26.032Z] ---> 54b2c427420d [2020-12-30T23:46:26.032Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:26.032Z] Removing intermediate container deb5a992d30d [2020-12-30T23:46:26.032Z] ---> e8ba527cdb4f [2020-12-30T23:46:26.032Z] [2020-12-30T23:46:26.032Z] Step 11/27 : FROM docker:latest [2020-12-30T23:46:26.032Z] ---> f66387bf908a [2020-12-30T23:46:26.032Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-30T23:46:26.638Z] ---> Running in b0555c4a62d4 [2020-12-30T23:46:26.638Z] ---> 096b17d5393d [2020-12-30T23:46:26.638Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-30T23:46:27.633Z] ---> 2680c0f7974c [2020-12-30T23:46:27.633Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:28.625Z] ---> 891e1b92a6d8 [2020-12-30T23:46:28.625Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-30T23:46:28.625Z] ---> 02503fc750ad [2020-12-30T23:46:28.625Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:28.625Z] ---> d896fa1113c4 [2020-12-30T23:46:28.625Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:28.906Z] ---> Running in e7e7dcc35354 [2020-12-30T23:46:29.185Z] ---> ce9c6b858cae [2020-12-30T23:46:29.185Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-30T23:46:29.784Z] Removing intermediate container e7e7dcc35354 [2020-12-30T23:46:29.784Z] ---> 62f49f7f153a [2020-12-30T23:46:29.784Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:46:29.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:30.059Z] ---> Running in f0af3e77aeff [2020-12-30T23:46:30.059Z] ---> c28a55bdd2e3 [2020-12-30T23:46:30.059Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-30T23:46:30.059Z] ---> cc2788b79559 [2020-12-30T23:46:30.059Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-30T23:46:30.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:30.652Z] ---> Running in 3b146dd2f53f [2020-12-30T23:46:30.652Z] ---> Running in 86232fbd79ac [2020-12-30T23:46:30.652Z] ---> 4b3fe8601b2f [2020-12-30T23:46:30.652Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-30T23:46:30.876Z] Removing intermediate container 358b9bff27f6 [2020-12-30T23:46:30.876Z] ---> 35541680449b [2020-12-30T23:46:30.876Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T23:46:30.876Z] ---> Running in 44711ba176b5 [2020-12-30T23:46:30.925Z] (1/2) Installing readline (8.0.4-r0) [2020-12-30T23:46:30.925Z] (2/2) Installing bash (5.0.17-r0) [2020-12-30T23:46:30.925Z] Executing bash-5.0.17-r0.post-install [2020-12-30T23:46:30.925Z] Removing intermediate container f0af3e77aeff [2020-12-30T23:46:30.925Z] ---> 1431172d8dc3 [2020-12-30T23:46:30.925Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T23:46:30.925Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:46:30.925Z] OK: 12 MiB in 22 packages [2020-12-30T23:46:31.520Z] ---> Running in e092efe43e84 [2020-12-30T23:46:31.520Z] Removing intermediate container 3b146dd2f53f [2020-12-30T23:46:31.520Z] ---> 1fae1714bb29 [2020-12-30T23:46:31.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:46:31.793Z] ---> Running in 0d7f36b95c3f [2020-12-30T23:46:31.823Z] Collecting docker-compose==1.23.2 [2020-12-30T23:46:31.823Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T23:46:31.823Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T23:46:31.823Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T23:46:32.067Z] Removing intermediate container e092efe43e84 [2020-12-30T23:46:32.067Z] ---> b39daa4459d6 [2020-12-30T23:46:32.067Z] Step 20/21 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:32.084Z] Collecting PyYAML<4,>=3.10 [2020-12-30T23:46:32.084Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T23:46:32.341Z] ---> ccf5fddee21c [2020-12-30T23:46:32.341Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-30T23:46:32.341Z] ---> Running in bff531e4fd9d [2020-12-30T23:46:32.945Z] Removing intermediate container 0d7f36b95c3f [2020-12-30T23:46:32.945Z] ---> 3d4f97f38f8a [2020-12-30T23:46:32.945Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T23:46:33.036Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T23:46:33.036Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T23:46:33.219Z] Removing intermediate container bff531e4fd9d [2020-12-30T23:46:33.219Z] ---> 15c1c87a951c [2020-12-30T23:46:33.219Z] Step 21/21 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:33.219Z] Removing intermediate container b0555c4a62d4 [2020-12-30T23:46:33.219Z] ---> 9bdc80e95114 [2020-12-30T23:46:33.219Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-30T23:46:33.219Z] ---> Running in f17f7ad0ac9b [2020-12-30T23:46:33.298Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T23:46:33.298Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T23:46:33.298Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T23:46:33.298Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T23:46:33.497Z] ---> Running in 96ae91e9a80c [2020-12-30T23:46:33.497Z] ---> 1d327bc6b727 [2020-12-30T23:46:33.497Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-30T23:46:33.497Z] ---> Running in bfbf3f005479 [2020-12-30T23:46:33.560Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T23:46:33.560Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T23:46:33.776Z] ---> Running in c861655f64b3 [2020-12-30T23:46:33.776Z] Removing intermediate container f17f7ad0ac9b [2020-12-30T23:46:33.776Z] ---> 1d44d550a453 [2020-12-30T23:46:33.776Z] Step 21/22 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:34.056Z] ---> Running in f7583f138907 [2020-12-30T23:46:34.056Z] Removing intermediate container 86232fbd79ac [2020-12-30T23:46:34.056Z] ---> 769dab09e0e8 [2020-12-30T23:46:34.056Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-30T23:46:34.133Z] 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-30T23:46:34.133Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T23:46:34.133Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T23:46:34.133Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T23:46:34.133Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T23:46:34.337Z] Removing intermediate container 96ae91e9a80c [2020-12-30T23:46:34.337Z] ---> c9a4ca552a84 [2020-12-30T23:46:34.337Z] [2020-12-30T23:46:34.612Z] ---> Running in 5f34bcb8c5e1 [2020-12-30T23:46:34.705Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T23:46:34.705Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T23:46:34.884Z] Successfully built c9a4ca552a84 [2020-12-30T23:46:34.884Z] Removing intermediate container f7583f138907 [2020-12-30T23:46:34.884Z] ---> 1e6a4b3b0408 [2020-12-30T23:46:34.884Z] Step 22/22 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:34.884Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-30T23:46:34.884Z] Building docker-support-notifications-go [2020-12-30T23:46:35.166Z]  Building docker-support-scheduler-go ... done  ---> Running in 12a7bf93a87f [2020-12-30T23:46:35.280Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T23:46:35.280Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T23:46:35.280Z] Collecting idna<2.8,>=2.5 [2020-12-30T23:46:35.280Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T23:46:35.280Z] 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-30T23:46:35.438Z] Removing intermediate container 5f34bcb8c5e1 [2020-12-30T23:46:35.438Z] ---> 8b15c6e0c1aa [2020-12-30T23:46:35.438Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T23:46:35.542Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T23:46:35.542Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-30T23:46:35.542Z] 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-30T23:46:35.542Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T23:46:35.542Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T23:46:35.542Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T23:46:35.542Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T23:46:35.723Z] ---> Running in 688c9c0b8f18 [2020-12-30T23:46:35.723Z] Removing intermediate container 12a7bf93a87f [2020-12-30T23:46:35.723Z] ---> c6bbd33fd69a [2020-12-30T23:46:35.723Z] [2020-12-30T23:46:35.805Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, jsonschema, docopt, texttable, dockerpty, docker-compose [2020-12-30T23:46:35.806Z] Attempting uninstall: idna [2020-12-30T23:46:35.806Z] Found existing installation: idna 2.9 [2020-12-30T23:46:35.806Z] Uninstalling idna-2.9: [2020-12-30T23:46:35.806Z] Successfully uninstalled idna-2.9 [2020-12-30T23:46:35.806Z] Attempting uninstall: urllib3 [2020-12-30T23:46:35.806Z] Found existing installation: urllib3 1.25.9 [2020-12-30T23:46:35.806Z] Uninstalling urllib3-1.25.9: [2020-12-30T23:46:36.067Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T23:46:36.068Z] Attempting uninstall: requests [2020-12-30T23:46:36.068Z] Found existing installation: requests 2.23.0 [2020-12-30T23:46:36.068Z] Uninstalling requests-2.23.0: [2020-12-30T23:46:36.318Z] Successfully built c6bbd33fd69a [2020-12-30T23:46:36.330Z] Successfully uninstalled requests-2.23.0 [2020-12-30T23:46:36.597Z] Running setup.py install for PyYAML: started [2020-12-30T23:46:36.601Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-30T23:46:36.601Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-12-30T23:46:37.193Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T23:46:37.236Z] Removing intermediate container 688c9c0b8f18 [2020-12-30T23:46:37.236Z] ---> 206468c37fb1 [2020-12-30T23:46:37.236Z] Step 21/22 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:37.455Z] Running setup.py install for docopt: started [2020-12-30T23:46:37.861Z] Removing intermediate container bfbf3f005479 [2020-12-30T23:46:37.861Z] ---> 7e22c8024e87 [2020-12-30T23:46:37.861Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-30T23:46:38.030Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T23:46:38.030Z] Running setup.py install for texttable: started [2020-12-30T23:46:38.603Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T23:46:38.603Z] Running setup.py install for dockerpty: started [2020-12-30T23:46:38.863Z] ---> Running in cbfdb3bb7256 [2020-12-30T23:46:38.866Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T23:46:39.128Z] 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-30T23:46:39.458Z] ---> Running in d5c4d325761b [2020-12-30T23:46:39.458Z] Removing intermediate container c861655f64b3 [2020-12-30T23:46:39.459Z] ---> 1431b74f4e0f [2020-12-30T23:46:39.459Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-30T23:46:39.734Z] Removing intermediate container cbfdb3bb7256 [2020-12-30T23:46:39.735Z] ---> 3386f9c0b5dc [2020-12-30T23:46:39.735Z] Step 22/22 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:40.009Z] ---> Running in 287342dd5a22 [2020-12-30T23:46:40.282Z] Removing intermediate container d5c4d325761b [2020-12-30T23:46:40.282Z] ---> b0103e75961c [2020-12-30T23:46:40.282Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-30T23:46:40.282Z] ---> Running in de81040a02b9 [2020-12-30T23:46:40.886Z] ---> Running in 6d548a3a1baa [2020-12-30T23:46:40.886Z] Removing intermediate container 287342dd5a22 [2020-12-30T23:46:40.886Z] ---> cffb7012dc18 [2020-12-30T23:46:40.886Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T23:46:40.886Z] Removing intermediate container de81040a02b9 [2020-12-30T23:46:40.886Z] ---> ad7a972bd078 [2020-12-30T23:46:40.886Z] [2020-12-30T23:46:41.171Z] ---> Running in 4e648181a3da [2020-12-30T23:46:41.443Z] Successfully built ad7a972bd078 [2020-12-30T23:46:41.725Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-30T23:46:41.725Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2020-12-30T23:46:41.725Z] Removing intermediate container 6d548a3a1baa [2020-12-30T23:46:41.725Z] ---> 6ee8cccac05b [2020-12-30T23:46:41.725Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-30T23:46:41.996Z] Removing intermediate container 4e648181a3da [2020-12-30T23:46:41.996Z] ---> 0888af15d462 [2020-12-30T23:46:41.996Z] Step 23/24 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:42.266Z] ---> Running in 5729d6b361a9 [2020-12-30T23:46:42.266Z] ---> Running in 937a54308f21 [2020-12-30T23:46:42.873Z] Removing intermediate container 5729d6b361a9 [2020-12-30T23:46:42.873Z] ---> 1f9edfe365f6 [2020-12-30T23:46:42.873Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-30T23:46:43.149Z] Removing intermediate container 937a54308f21 [2020-12-30T23:46:43.149Z] ---> 708a005ce923 [2020-12-30T23:46:43.149Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:44.135Z] ---> Running in a8af3c21c1da [2020-12-30T23:46:44.135Z] ---> 832c97a17686 [2020-12-30T23:46:44.135Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-30T23:46:44.460Z] Removing intermediate container 44711ba176b5 [2020-12-30T23:46:44.460Z] ---> a86598c56f79 [2020-12-30T23:46:44.460Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T23:46:44.460Z] ---> Running in 80e5b92124f1 [2020-12-30T23:46:44.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:44.732Z] Removing intermediate container a8af3c21c1da [2020-12-30T23:46:44.732Z] ---> 57c74096e8e7 [2020-12-30T23:46:44.732Z] [2020-12-30T23:46:44.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-30T23:46:44.985Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T23:46:44.985Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T23:46:44.985Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T23:46:44.985Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:46:44.985Z] OK: 72 MiB in 58 packages [2020-12-30T23:46:45.327Z] Successfully built 57c74096e8e7 [2020-12-30T23:46:45.327Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-30T23:46:45.327Z] Building docker-security-proxy-setup-go [2020-12-30T23:46:45.563Z] Removing intermediate container 80e5b92124f1 [2020-12-30T23:46:45.563Z] ---> a12e5e360ee2 [2020-12-30T23:46:45.563Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T23:46:45.563Z] ---> Running in 5a1505396212 [2020-12-30T23:46:45.830Z] Removing intermediate container 5a1505396212 [2020-12-30T23:46:45.830Z] ---> abaadf87ad14 [2020-12-30T23:46:45.830Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:46:45.830Z] ---> Running in f7171821bd6c [2020-12-30T23:46:45.922Z]  Building docker-security-secretstore-setup-go ... done  ---> 474fcef58934 [2020-12-30T23:46:45.923Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-30T23:46:46.099Z] Removing intermediate container f7171821bd6c [2020-12-30T23:46:46.099Z] ---> dca971292442 [2020-12-30T23:46:46.100Z] Step 25/27 : LABEL arch=x86_64 [2020-12-30T23:46:46.100Z] ---> Running in 450878c8261d [2020-12-30T23:46:46.362Z] Removing intermediate container 450878c8261d [2020-12-30T23:46:46.362Z] ---> 51e91e068cbf [2020-12-30T23:46:46.362Z] Step 26/27 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:46.362Z] ---> Running in aa7998cd4b53 [2020-12-30T23:46:46.624Z] Removing intermediate container aa7998cd4b53 [2020-12-30T23:46:46.624Z] ---> aae5277f18eb [2020-12-30T23:46:46.624Z] Step 27/27 : LABEL version=2.0.0-dev.22 [2020-12-30T23:46:46.624Z] ---> Running in 579d6eec224d [2020-12-30T23:46:46.886Z] Removing intermediate container 579d6eec224d [2020-12-30T23:46:46.886Z] ---> 43a3c585e018 [2020-12-30T23:46:46.886Z] [2020-12-30T23:46:46.886Z] Successfully built 43a3c585e018 [2020-12-30T23:46:46.886Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-30T23:46:47.363Z] ---> f9216a8f296d [2020-12-30T23:46:47.363Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-30T23:46:47.477Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-30T23:46:47.498Z] $ docker stop --time=1 0f1f14b1574aad62114090e0e8f3cd483cd35e268f90dbe2a37035654cb6a6d0 [2020-12-30T23:46:47.960Z] ---> Running in 2985d857fe67 [2020-12-30T23:46:49.105Z] $ docker rm -f 0f1f14b1574aad62114090e0e8f3cd483cd35e268f90dbe2a37035654cb6a6d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T23:46:49.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:49.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:46:49.632Z] + docker images [2020-12-30T23:46:49.632Z] + grep docker [2020-12-30T23:46:49.632Z] docker-sys-mgmt-agent-go latest 43a3c585e018 3 seconds ago 313MB [2020-12-30T23:46:49.632Z] docker-core-data-go latest 8ee70200cbf0 33 seconds ago 22.2MB [2020-12-30T23:46:49.632Z] docker-support-notifications-go latest 5d6a88a9d800 44 seconds ago 12MB [2020-12-30T23:46:49.632Z] docker-core-metadata-go latest 05e1e5354401 58 seconds ago 13MB [2020-12-30T23:46:49.632Z] docker-security-secretstore-setup-go latest b8b271c06827 About a minute ago 24.6MB [2020-12-30T23:46:49.632Z] docker-security-bootstrap-redis-go latest 975ce2eefda4 2 minutes ago 15.8MB [2020-12-30T23:46:49.632Z] docker-security-proxy-setup-go latest 891222ff288f 2 minutes ago 24.5MB [2020-12-30T23:46:49.632Z] docker-support-scheduler-go latest 36621d38c514 2 minutes ago 10.7MB [2020-12-30T23:46:49.632Z] docker-core-command-go latest 42e6d4a1a6c2 2 minutes ago 10.6MB [2020-12-30T23:46:49.632Z] docker latest 0040bc98e531 13 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-30T23:46:50.005Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-30T23:46:50.005Z] (2/33) Installing expat (2.2.9-r1) [2020-12-30T23:46:50.005Z] (3/33) Installing libffi (3.3-r2) [2020-12-30T23:46:50.005Z] (4/33) Installing gdbm (1.13-r1) [2020-12-30T23:46:50.005Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-30T23:46:50.005Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-30T23:46:50.005Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-30T23:46:50.171Z] provisioning config files... [2020-12-30T23:46:50.220Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/266@tmp/config7403275765968594726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:46:50.605Z] ---> docker-login.sh [2020-12-30T23:46:50.605Z] nexus3.edgexfoundry.org:10001 [2020-12-30T23:46:50.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:46:50.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:46:50.868Z] Configure a credential helper to remove this warning. See [2020-12-30T23:46:50.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:46:50.868Z] [2020-12-30T23:46:50.868Z] Login Succeeded [2020-12-30T23:46:50.868Z] nexus3.edgexfoundry.org:10002 [2020-12-30T23:46:50.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:46:51.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:46:51.132Z] Configure a credential helper to remove this warning. See [2020-12-30T23:46:51.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:46:51.132Z] [2020-12-30T23:46:51.132Z] Login Succeeded [2020-12-30T23:46:51.132Z] nexus3.edgexfoundry.org:10003 [2020-12-30T23:46:51.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:46:51.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:46:51.132Z] Configure a credential helper to remove this warning. See [2020-12-30T23:46:51.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:46:51.133Z] [2020-12-30T23:46:51.133Z] Login Succeeded [2020-12-30T23:46:51.133Z] nexus3.edgexfoundry.org:10004 [2020-12-30T23:46:51.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:46:51.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:46:51.398Z] Configure a credential helper to remove this warning. See [2020-12-30T23:46:51.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:46:51.398Z] [2020-12-30T23:46:51.398Z] Login Succeeded [2020-12-30T23:46:51.398Z] docker.io [2020-12-30T23:46:51.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:46:51.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:46:51.927Z] Configure a credential helper to remove this warning. See [2020-12-30T23:46:51.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:46:51.927Z] [2020-12-30T23:46:51.927Z] Login Succeeded [2020-12-30T23:46:51.927Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T23:46:51.937Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-30T23:46:52.016Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-30T23:46:52.016Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-30T23:46:52.016Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-30T23:46:52.016Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-30T23:46:52.016Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-30T23:46:52.016Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-30T23:46:52.016Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-30T23:46:52.016Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-30T23:46:52.016Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-30T23:46:52.016Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:46:52.146Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-30T23:46:52.146Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:52.146Z] 2.0.0-dev.22 [2020-12-30T23:46:52.146Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:46:52.146Z] master [2020-12-30T23:46:52.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-30T23:46:52.301Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-30T23:46:52.301Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-30T23:46:52.301Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-30T23:46:52.301Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-30T23:46:52.301Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-30T23:46:52.301Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-30T23:46:52.301Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-30T23:46:52.301Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-30T23:46:52.301Z] (26/33) Installing py3-html5lib (1.0.1-r4) [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:52.579Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-30T23:46:52.579Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-30T23:46:52.579Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-30T23:46:52.579Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-30T23:46:52.579Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-30T23:46:52.579Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-30T23:46:52.579Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-30T23:46:52.656Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:52.854Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:46:52.854Z] OK: 71 MiB in 55 packages [2020-12-30T23:46:52.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:52.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-30T23:46:52.977Z] a9d0391632f6: Preparing [2020-12-30T23:46:52.977Z] 0fb5546a628c: Preparing [2020-12-30T23:46:52.977Z] a6e92e65d6b8: Preparing [2020-12-30T23:46:53.239Z] a9d0391632f6: Pushed [2020-12-30T23:46:53.239Z] a6e92e65d6b8: Pushed [2020-12-30T23:46:54.185Z] 0fb5546a628c: Pushed [2020-12-30T23:46:54.185Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:a481b5d729488c65dfd94530b3c3e02f2c3040794155c8d6ba977988a90ff20e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:54.762Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:55.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.22 [2020-12-30T23:46:55.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-30T23:46:55.070Z] a9d0391632f6: Preparing [2020-12-30T23:46:55.070Z] 0fb5546a628c: Preparing [2020-12-30T23:46:55.070Z] a6e92e65d6b8: Preparing [2020-12-30T23:46:55.070Z] a6e92e65d6b8: Layer already exists [2020-12-30T23:46:55.070Z] a9d0391632f6: Layer already exists [2020-12-30T23:46:55.070Z] 0fb5546a628c: Layer already exists [2020-12-30T23:46:55.070Z] 2.0.0-dev.22: digest: sha256:a481b5d729488c65dfd94530b3c3e02f2c3040794155c8d6ba977988a90ff20e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:55.388Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:55.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:46:55.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-30T23:46:55.692Z] a9d0391632f6: Preparing [2020-12-30T23:46:55.692Z] 0fb5546a628c: Preparing [2020-12-30T23:46:55.692Z] a6e92e65d6b8: Preparing [2020-12-30T23:46:55.692Z] a6e92e65d6b8: Layer already exists [2020-12-30T23:46:55.692Z] a9d0391632f6: Layer already exists [2020-12-30T23:46:55.692Z] 0fb5546a628c: Layer already exists [2020-12-30T23:46:55.692Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:a481b5d729488c65dfd94530b3c3e02f2c3040794155c8d6ba977988a90ff20e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:56.000Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:56.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-30T23:46:56.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-30T23:46:56.301Z] a9d0391632f6: Preparing [2020-12-30T23:46:56.301Z] 0fb5546a628c: Preparing [2020-12-30T23:46:56.301Z] a6e92e65d6b8: Preparing [2020-12-30T23:46:56.301Z] a9d0391632f6: Layer already exists [2020-12-30T23:46:56.301Z] 0fb5546a628c: Layer already exists [2020-12-30T23:46:56.301Z] a6e92e65d6b8: Layer already exists [2020-12-30T23:46:56.301Z] master: digest: sha256:a481b5d729488c65dfd94530b3c3e02f2c3040794155c8d6ba977988a90ff20e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:46:56.488Z] ===================================================== [Pipeline] echo [2020-12-30T23:46:56.538Z] taggedImages: [2020-12-30T23:46:56.539Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:56.539Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.22 [2020-12-30T23:46:56.539Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:46:56.539Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-30T23:46:56.601Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-30T23:46:56.601Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:56.601Z] 2.0.0-dev.22 [2020-12-30T23:46:56.601Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:46:56.601Z] master [2020-12-30T23:46:56.601Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:57.085Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:57.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:46:57.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-30T23:46:57.392Z] 95f782272339: Preparing [2020-12-30T23:46:57.392Z] 76325b5d7480: Preparing [2020-12-30T23:46:57.392Z] 68ca69e0b1df: Preparing [2020-12-30T23:46:57.392Z] 6b60a958ff56: Preparing [2020-12-30T23:46:57.392Z] 0a011186e187: Preparing [2020-12-30T23:46:57.392Z] 777b2c648970: Preparing [2020-12-30T23:46:57.392Z] 777b2c648970: Waiting [2020-12-30T23:46:57.654Z] 68ca69e0b1df: Pushed [2020-12-30T23:46:57.654Z] 95f782272339: Pushed [2020-12-30T23:46:57.654Z] 0a011186e187: Pushed [2020-12-30T23:46:57.654Z] 777b2c648970: Layer already exists [2020-12-30T23:46:57.654Z] 6b60a958ff56: Pushed [2020-12-30T23:46:59.100Z] 76325b5d7480: Pushed [2020-12-30T23:46:59.100Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:4f18a673f19356e8c8e184098d4b1a38b144ef1dfa166b0896c8e158bce32ed7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:59.427Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:46:59.572Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:46:59.572Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:46:59.572Z] ---> f32b8232e9a6 [2020-12-30T23:46:59.572Z] Step 3/24 : WORKDIR /edgex-go [2020-12-30T23:46:59.572Z] ---> Using cache [2020-12-30T23:46:59.572Z] ---> 83d70485910d [2020-12-30T23:46:59.572Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:46:59.572Z] ---> Using cache [2020-12-30T23:46:59.572Z] ---> 1bdf641c3752 [2020-12-30T23:46:59.572Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-30T23:46:59.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.22 [2020-12-30T23:46:59.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-30T23:46:59.769Z] 95f782272339: Preparing [2020-12-30T23:46:59.769Z] 76325b5d7480: Preparing [2020-12-30T23:46:59.769Z] 68ca69e0b1df: Preparing [2020-12-30T23:46:59.769Z] 6b60a958ff56: Preparing [2020-12-30T23:46:59.769Z] 0a011186e187: Preparing [2020-12-30T23:46:59.769Z] 777b2c648970: Preparing [2020-12-30T23:46:59.769Z] 777b2c648970: Waiting [2020-12-30T23:46:59.769Z] 0a011186e187: Layer already exists [2020-12-30T23:46:59.769Z] 6b60a958ff56: Layer already exists [2020-12-30T23:46:59.769Z] 95f782272339: Layer already exists [2020-12-30T23:46:59.769Z] 76325b5d7480: Layer already exists [2020-12-30T23:46:59.769Z] 68ca69e0b1df: Layer already exists [2020-12-30T23:46:59.769Z] 777b2c648970: Layer already exists [2020-12-30T23:46:59.769Z] 2.0.0-dev.22: digest: sha256:4f18a673f19356e8c8e184098d4b1a38b144ef1dfa166b0896c8e158bce32ed7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:00.078Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:00.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:00.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-30T23:47:00.381Z] 95f782272339: Preparing [2020-12-30T23:47:00.381Z] 76325b5d7480: Preparing [2020-12-30T23:47:00.381Z] 68ca69e0b1df: Preparing [2020-12-30T23:47:00.381Z] 6b60a958ff56: Preparing [2020-12-30T23:47:00.381Z] 0a011186e187: Preparing [2020-12-30T23:47:00.381Z] 777b2c648970: Preparing [2020-12-30T23:47:00.381Z] 777b2c648970: Waiting [2020-12-30T23:47:00.381Z] 76325b5d7480: Layer already exists [2020-12-30T23:47:00.381Z] 68ca69e0b1df: Layer already exists [2020-12-30T23:47:00.381Z] 0a011186e187: Layer already exists [2020-12-30T23:47:00.381Z] 6b60a958ff56: Layer already exists [2020-12-30T23:47:00.381Z] 95f782272339: Layer already exists [2020-12-30T23:47:00.381Z] 777b2c648970: Layer already exists [2020-12-30T23:47:00.381Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:4f18a673f19356e8c8e184098d4b1a38b144ef1dfa166b0896c8e158bce32ed7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:00.689Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:00.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-30T23:47:00.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-30T23:47:00.993Z] 95f782272339: Preparing [2020-12-30T23:47:00.993Z] 76325b5d7480: Preparing [2020-12-30T23:47:00.993Z] 68ca69e0b1df: Preparing [2020-12-30T23:47:00.993Z] 6b60a958ff56: Preparing [2020-12-30T23:47:00.993Z] 0a011186e187: Preparing [2020-12-30T23:47:00.993Z] 777b2c648970: Preparing [2020-12-30T23:47:00.993Z] 777b2c648970: Waiting [2020-12-30T23:47:00.993Z] 95f782272339: Layer already exists [2020-12-30T23:47:00.993Z] 6b60a958ff56: Layer already exists [2020-12-30T23:47:00.993Z] 68ca69e0b1df: Layer already exists [2020-12-30T23:47:00.993Z] 0a011186e187: Layer already exists [2020-12-30T23:47:00.993Z] 76325b5d7480: Layer already exists [2020-12-30T23:47:00.993Z] 777b2c648970: Layer already exists [2020-12-30T23:47:00.993Z] master: digest: sha256:4f18a673f19356e8c8e184098d4b1a38b144ef1dfa166b0896c8e158bce32ed7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:01.207Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:01.253Z] taggedImages: [2020-12-30T23:47:01.253Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:01.253Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.22 [2020-12-30T23:47:01.253Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:01.253Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-30T23:47:01.316Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-30T23:47:01.317Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:01.317Z] 2.0.0-dev.22 [2020-12-30T23:47:01.317Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:01.317Z] master [2020-12-30T23:47:01.317Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:01.589Z] ---> Running in 98132e367332 [2020-12-30T23:47:01.823Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:02.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:02.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-30T23:47:02.134Z] 6c2ee1b6db6a: Preparing [2020-12-30T23:47:02.134Z] de14a494ddb0: Preparing [2020-12-30T23:47:02.134Z] 1216ee0e8a0f: Preparing [2020-12-30T23:47:02.395Z] 6c2ee1b6db6a: Pushed [2020-12-30T23:47:02.395Z] 1216ee0e8a0f: Pushed [2020-12-30T23:47:03.341Z] de14a494ddb0: Pushed [2020-12-30T23:47:03.586Z] Removing intermediate container 2985d857fe67 [2020-12-30T23:47:03.586Z] ---> 6c6de020a9c1 [2020-12-30T23:47:03.586Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-30T23:47:03.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:47:03.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:47:03.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:47:03.586Z] ---> f32b8232e9a6 [2020-12-30T23:47:03.586Z] Step 3/22 : WORKDIR /edgex-go [2020-12-30T23:47:03.586Z] ---> Using cache [2020-12-30T23:47:03.586Z] ---> 83d70485910d [2020-12-30T23:47:03.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:47:03.586Z] ---> Using cache [2020-12-30T23:47:03.586Z] ---> 1bdf641c3752 [2020-12-30T23:47:03.586Z] Step 5/22 : RUN apk update && apk add make git [2020-12-30T23:47:03.586Z] ---> Using cache [2020-12-30T23:47:03.586Z] ---> 7e2fa8ed2d4e [2020-12-30T23:47:03.586Z] Step 6/22 : COPY go.mod . [2020-12-30T23:47:03.586Z] ---> Using cache [2020-12-30T23:47:03.586Z] ---> 8f7898a27e6f [2020-12-30T23:47:03.586Z] Step 7/22 : RUN go mod download [2020-12-30T23:47:03.586Z] ---> Using cache [2020-12-30T23:47:03.586Z] ---> ab1cd816ee13 [2020-12-30T23:47:03.586Z] Step 8/22 : COPY . . [2020-12-30T23:47:03.586Z] ---> Using cache [2020-12-30T23:47:03.586Z] ---> bf91a55905ef [2020-12-30T23:47:03.586Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-30T23:47:03.602Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:6696508aa7db1a5c7d2e2a20f9d9f45fab45056d172fc26d6cb73c779453f5d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:03.917Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:04.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:47:04.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.22 [2020-12-30T23:47:04.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-30T23:47:04.232Z] 6c2ee1b6db6a: Preparing [2020-12-30T23:47:04.232Z] de14a494ddb0: Preparing [2020-12-30T23:47:04.232Z] 1216ee0e8a0f: Preparing [2020-12-30T23:47:04.232Z] de14a494ddb0: Layer already exists [2020-12-30T23:47:04.232Z] 1216ee0e8a0f: Layer already exists [2020-12-30T23:47:04.232Z] 6c2ee1b6db6a: Layer already exists [2020-12-30T23:47:04.232Z] 2.0.0-dev.22: digest: sha256:6696508aa7db1a5c7d2e2a20f9d9f45fab45056d172fc26d6cb73c779453f5d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:04.566Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:04.790Z] ---> Running in 7d8983acda4b [2020-12-30T23:47:04.790Z] ---> Running in 299a493f84a3 [2020-12-30T23:47:04.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:04.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-30T23:47:04.870Z] 6c2ee1b6db6a: Preparing [2020-12-30T23:47:04.870Z] de14a494ddb0: Preparing [2020-12-30T23:47:04.870Z] 1216ee0e8a0f: Preparing [2020-12-30T23:47:04.870Z] 1216ee0e8a0f: Layer already exists [2020-12-30T23:47:04.870Z] de14a494ddb0: Layer already exists [2020-12-30T23:47:04.870Z] 6c2ee1b6db6a: Layer already exists [2020-12-30T23:47:04.870Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:6696508aa7db1a5c7d2e2a20f9d9f45fab45056d172fc26d6cb73c779453f5d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:05.065Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:47:05.065Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:47:05.065Z] OK: 12620 distinct packages available [2020-12-30T23:47:05.178Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:05.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-30T23:47:05.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-30T23:47:05.477Z] 6c2ee1b6db6a: Preparing [2020-12-30T23:47:05.477Z] de14a494ddb0: Preparing [2020-12-30T23:47:05.477Z] 1216ee0e8a0f: Preparing [2020-12-30T23:47:05.477Z] 1216ee0e8a0f: Layer already exists [2020-12-30T23:47:05.477Z] 6c2ee1b6db6a: Layer already exists [2020-12-30T23:47:05.477Z] de14a494ddb0: Layer already exists [2020-12-30T23:47:05.739Z] master: digest: sha256:6696508aa7db1a5c7d2e2a20f9d9f45fab45056d172fc26d6cb73c779453f5d5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:05.952Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:05.998Z] taggedImages: [2020-12-30T23:47:05.998Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:05.998Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.22 [2020-12-30T23:47:05.998Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:05.998Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-30T23:47:06.055Z] OK: 217 MiB in 51 packages [Pipeline] echo [2020-12-30T23:47:06.078Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-30T23:47:06.078Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:06.078Z] 2.0.0-dev.22 [2020-12-30T23:47:06.078Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:06.078Z] master [2020-12-30T23:47:06.078Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:06.570Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:06.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:06.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-30T23:47:06.871Z] 9f1b69958dfd: Preparing [2020-12-30T23:47:06.871Z] a4900aa96832: Preparing [2020-12-30T23:47:06.871Z] 876f856b78e9: Preparing [2020-12-30T23:47:06.871Z] d09f8c3aa584: Preparing [2020-12-30T23:47:06.871Z] df7efc43fa25: Preparing [2020-12-30T23:47:06.871Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:06.871Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:06.871Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:06.871Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:07.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-30T23:47:07.133Z] 876f856b78e9: Pushed [2020-12-30T23:47:07.133Z] a4900aa96832: Pushed [2020-12-30T23:47:07.133Z] 9f1b69958dfd: Pushed [2020-12-30T23:47:07.133Z] df7efc43fa25: Pushed [2020-12-30T23:47:07.133Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:07.706Z] e6bf6d7e750b: Pushed [2020-12-30T23:47:07.706Z] d09f8c3aa584: Pushed [2020-12-30T23:47:07.971Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:9b1fd9ba2cdb2f493cfe608f5814e6c54eee4829a0781d52d5a1ef9afa073863 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:08.276Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:08.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.22 [2020-12-30T23:47:08.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-30T23:47:08.574Z] 9f1b69958dfd: Preparing [2020-12-30T23:47:08.574Z] a4900aa96832: Preparing [2020-12-30T23:47:08.574Z] 876f856b78e9: Preparing [2020-12-30T23:47:08.574Z] d09f8c3aa584: Preparing [2020-12-30T23:47:08.574Z] df7efc43fa25: Preparing [2020-12-30T23:47:08.574Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:08.574Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:08.574Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:08.574Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:08.574Z] 9f1b69958dfd: Layer already exists [2020-12-30T23:47:08.574Z] d09f8c3aa584: Layer already exists [2020-12-30T23:47:08.574Z] 876f856b78e9: Layer already exists [2020-12-30T23:47:08.574Z] a4900aa96832: Layer already exists [2020-12-30T23:47:08.574Z] df7efc43fa25: Layer already exists [2020-12-30T23:47:08.574Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:08.574Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:08.574Z] 2.0.0-dev.22: digest: sha256:9b1fd9ba2cdb2f493cfe608f5814e6c54eee4829a0781d52d5a1ef9afa073863 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:08.880Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:09.038Z] Removing intermediate container 98132e367332 [2020-12-30T23:47:09.038Z] ---> 0ce77e0dae70 [2020-12-30T23:47:09.038Z] Step 6/24 : COPY go.mod . [2020-12-30T23:47:09.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:09.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-30T23:47:09.187Z] 9f1b69958dfd: Preparing [2020-12-30T23:47:09.187Z] a4900aa96832: Preparing [2020-12-30T23:47:09.187Z] 876f856b78e9: Preparing [2020-12-30T23:47:09.187Z] d09f8c3aa584: Preparing [2020-12-30T23:47:09.187Z] df7efc43fa25: Preparing [2020-12-30T23:47:09.187Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:09.187Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:09.187Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:09.187Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:09.187Z] d09f8c3aa584: Layer already exists [2020-12-30T23:47:09.187Z] 876f856b78e9: Layer already exists [2020-12-30T23:47:09.187Z] a4900aa96832: Layer already exists [2020-12-30T23:47:09.187Z] df7efc43fa25: Layer already exists [2020-12-30T23:47:09.187Z] 9f1b69958dfd: Layer already exists [2020-12-30T23:47:09.187Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:09.187Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:09.187Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:9b1fd9ba2cdb2f493cfe608f5814e6c54eee4829a0781d52d5a1ef9afa073863 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:09.508Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:09.642Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:47:09.642Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:47:09.642Z] ---> f32b8232e9a6 [2020-12-30T23:47:09.642Z] Step 3/23 : WORKDIR /edgex-go [2020-12-30T23:47:09.642Z] ---> Using cache [2020-12-30T23:47:09.642Z] ---> 83d70485910d [2020-12-30T23:47:09.642Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:47:09.642Z] ---> Using cache [2020-12-30T23:47:09.642Z] ---> 1bdf641c3752 [2020-12-30T23:47:09.642Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-30T23:47:09.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-30T23:47:09.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-30T23:47:09.811Z] 9f1b69958dfd: Preparing [2020-12-30T23:47:09.811Z] a4900aa96832: Preparing [2020-12-30T23:47:09.811Z] 876f856b78e9: Preparing [2020-12-30T23:47:09.811Z] d09f8c3aa584: Preparing [2020-12-30T23:47:09.811Z] df7efc43fa25: Preparing [2020-12-30T23:47:09.811Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:09.811Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:09.811Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:09.811Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:09.811Z] d09f8c3aa584: Layer already exists [2020-12-30T23:47:09.811Z] 9f1b69958dfd: Layer already exists [2020-12-30T23:47:09.811Z] 876f856b78e9: Layer already exists [2020-12-30T23:47:09.811Z] df7efc43fa25: Layer already exists [2020-12-30T23:47:09.811Z] a4900aa96832: Layer already exists [2020-12-30T23:47:09.811Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:09.811Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:09.811Z] master: digest: sha256:9b1fd9ba2cdb2f493cfe608f5814e6c54eee4829a0781d52d5a1ef9afa073863 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-30T23:47:09.935Z] ---> Running in 5ba3f169b58c [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:10.001Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:10.048Z] taggedImages: [2020-12-30T23:47:10.048Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:10.048Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.22 [2020-12-30T23:47:10.048Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:10.048Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-30T23:47:10.133Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-30T23:47:10.134Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:10.134Z] 2.0.0-dev.22 [2020-12-30T23:47:10.134Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:10.134Z] master [2020-12-30T23:47:10.134Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:10.549Z] ---> 6ef94e9741f6 [2020-12-30T23:47:10.549Z] Step 7/24 : RUN go mod download [2020-12-30T23:47:10.549Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-30T23:47:10.549Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-30T23:47:10.549Z] ---> f32b8232e9a6 [2020-12-30T23:47:10.549Z] Step 3/21 : WORKDIR /edgex-go [2020-12-30T23:47:10.549Z] ---> Using cache [2020-12-30T23:47:10.549Z] ---> 83d70485910d [2020-12-30T23:47:10.549Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:47:10.549Z] ---> Using cache [2020-12-30T23:47:10.549Z] ---> 1bdf641c3752 [2020-12-30T23:47:10.549Z] Step 5/21 : RUN apk update && apk add make git [2020-12-30T23:47:10.549Z] ---> Using cache [2020-12-30T23:47:10.549Z] ---> 7e2fa8ed2d4e [2020-12-30T23:47:10.549Z] Step 6/21 : COPY go.mod . [2020-12-30T23:47:10.549Z] ---> Using cache [2020-12-30T23:47:10.549Z] ---> 8f7898a27e6f [2020-12-30T23:47:10.549Z] Step 7/21 : RUN go mod download [2020-12-30T23:47:10.549Z] ---> Using cache [2020-12-30T23:47:10.549Z] ---> ab1cd816ee13 [2020-12-30T23:47:10.549Z] Step 8/21 : COPY . . [2020-12-30T23:47:10.636Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:10.824Z] ---> Using cache [2020-12-30T23:47:10.824Z] ---> bf91a55905ef [2020-12-30T23:47:10.824Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-30T23:47:10.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:10.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-30T23:47:10.955Z] 39f5bb3a2e95: Preparing [2020-12-30T23:47:10.956Z] 8c728cd104a6: Preparing [2020-12-30T23:47:10.956Z] a0f7529c3f57: Preparing [2020-12-30T23:47:10.956Z] 413abd71b84a: Preparing [2020-12-30T23:47:10.956Z] 93ebc8d0eee5: Preparing [2020-12-30T23:47:10.956Z] 777b2c648970: Preparing [2020-12-30T23:47:10.956Z] 777b2c648970: Waiting [2020-12-30T23:47:11.107Z] ---> Running in 8fbca6168a0d [2020-12-30T23:47:11.107Z] ---> Running in 01b10de234f3 [2020-12-30T23:47:11.226Z] 413abd71b84a: Pushed [2020-12-30T23:47:11.226Z] a0f7529c3f57: Pushed [2020-12-30T23:47:11.226Z] 777b2c648970: Layer already exists [2020-12-30T23:47:11.811Z] 93ebc8d0eee5: Pushed [2020-12-30T23:47:11.811Z] 39f5bb3a2e95: Pushed [2020-12-30T23:47:12.077Z] 8c728cd104a6: Pushed [2020-12-30T23:47:12.092Z] Collecting docker-compose==1.23.2 [2020-12-30T23:47:12.337Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:d651ff3423a75c7979d6d4ef8042f25d7320c3a7d93b8a94234e27a809533046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:12.372Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-30T23:47:12.646Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:12.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.22 [2020-12-30T23:47:12.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-30T23:47:12.943Z] 39f5bb3a2e95: Preparing [2020-12-30T23:47:12.943Z] 8c728cd104a6: Preparing [2020-12-30T23:47:12.943Z] a0f7529c3f57: Preparing [2020-12-30T23:47:12.943Z] 413abd71b84a: Preparing [2020-12-30T23:47:12.943Z] 93ebc8d0eee5: Preparing [2020-12-30T23:47:12.943Z] 777b2c648970: Preparing [2020-12-30T23:47:12.943Z] 777b2c648970: Waiting [2020-12-30T23:47:12.943Z] 93ebc8d0eee5: Layer already exists [2020-12-30T23:47:12.943Z] a0f7529c3f57: Layer already exists [2020-12-30T23:47:12.943Z] 8c728cd104a6: Layer already exists [2020-12-30T23:47:12.943Z] 39f5bb3a2e95: Layer already exists [2020-12-30T23:47:12.943Z] 413abd71b84a: Layer already exists [2020-12-30T23:47:12.943Z] 777b2c648970: Layer already exists [2020-12-30T23:47:12.943Z] 2.0.0-dev.22: digest: sha256:d651ff3423a75c7979d6d4ef8042f25d7320c3a7d93b8a94234e27a809533046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:12.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:47:13.246Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:13.249Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-30T23:47:13.249Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-30T23:47:13.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-30T23:47:13.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:14.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:14.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-30T23:47:14.132Z] 39f5bb3a2e95: Preparing [2020-12-30T23:47:14.132Z] 8c728cd104a6: Preparing [2020-12-30T23:47:14.132Z] a0f7529c3f57: Preparing [2020-12-30T23:47:14.132Z] 413abd71b84a: Preparing [2020-12-30T23:47:14.132Z] 93ebc8d0eee5: Preparing [2020-12-30T23:47:14.132Z] 777b2c648970: Preparing [2020-12-30T23:47:14.132Z] 777b2c648970: Waiting [2020-12-30T23:47:14.132Z] 8c728cd104a6: Layer already exists [2020-12-30T23:47:14.132Z] 39f5bb3a2e95: Layer already exists [2020-12-30T23:47:14.132Z] a0f7529c3f57: Layer already exists [2020-12-30T23:47:14.132Z] 413abd71b84a: Layer already exists [2020-12-30T23:47:14.132Z] 93ebc8d0eee5: Layer already exists [2020-12-30T23:47:14.132Z] 777b2c648970: Layer already exists [2020-12-30T23:47:14.132Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:d651ff3423a75c7979d6d4ef8042f25d7320c3a7d93b8a94234e27a809533046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:14.449Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:14.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-30T23:47:14.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-30T23:47:14.753Z] 39f5bb3a2e95: Preparing [2020-12-30T23:47:14.753Z] 8c728cd104a6: Preparing [2020-12-30T23:47:14.753Z] a0f7529c3f57: Preparing [2020-12-30T23:47:14.753Z] 413abd71b84a: Preparing [2020-12-30T23:47:14.753Z] 93ebc8d0eee5: Preparing [2020-12-30T23:47:14.753Z] 777b2c648970: Preparing [2020-12-30T23:47:14.753Z] 777b2c648970: Waiting [2020-12-30T23:47:14.753Z] 93ebc8d0eee5: Layer already exists [2020-12-30T23:47:14.753Z] 8c728cd104a6: Layer already exists [2020-12-30T23:47:14.753Z] 39f5bb3a2e95: Layer already exists [2020-12-30T23:47:14.753Z] 413abd71b84a: Layer already exists [2020-12-30T23:47:14.753Z] a0f7529c3f57: Layer already exists [2020-12-30T23:47:14.753Z] 777b2c648970: Layer already exists [2020-12-30T23:47:14.753Z] master: digest: sha256:d651ff3423a75c7979d6d4ef8042f25d7320c3a7d93b8a94234e27a809533046 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:14.957Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:15.005Z] taggedImages: [2020-12-30T23:47:15.005Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:15.005Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.22 [2020-12-30T23:47:15.005Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:15.005Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-12-30T23:47:15.091Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-30T23:47:15.091Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:15.091Z] 2.0.0-dev.22 [2020-12-30T23:47:15.091Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:15.091Z] master [2020-12-30T23:47:15.091Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-30T23:47:15.273Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:47:15.273Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:47:15.273Z] OK: 12620 distinct packages available [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:15.614Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:15.872Z] Removing intermediate container 8fbca6168a0d [2020-12-30T23:47:15.872Z] ---> 50a2e3c628b8 [2020-12-30T23:47:15.872Z] Step 8/24 : COPY . . [2020-12-30T23:47:15.872Z] OK: 217 MiB in 51 packages [2020-12-30T23:47:15.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:15.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-30T23:47:15.916Z] 74bbef99bfb4: Preparing [2020-12-30T23:47:15.916Z] a8dca867c0ec: Preparing [2020-12-30T23:47:15.916Z] c2f11613e981: Preparing [2020-12-30T23:47:15.916Z] d9e282fff5b0: Preparing [2020-12-30T23:47:15.916Z] 1af9023b08c4: Preparing [2020-12-30T23:47:15.916Z] 8606b6b74806: Preparing [2020-12-30T23:47:15.916Z] d9a472d4df4e: Preparing [2020-12-30T23:47:15.916Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:15.916Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:15.916Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:15.916Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:15.916Z] 8606b6b74806: Waiting [2020-12-30T23:47:15.916Z] d9a472d4df4e: Waiting [2020-12-30T23:47:16.186Z] 74bbef99bfb4: Pushed [2020-12-30T23:47:16.186Z] 1af9023b08c4: Pushed [2020-12-30T23:47:16.186Z] a8dca867c0ec: Pushed [2020-12-30T23:47:16.186Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:16.186Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:16.186Z] 8606b6b74806: Pushed [2020-12-30T23:47:16.186Z] d9a472d4df4e: Pushed [2020-12-30T23:47:16.763Z] d9e282fff5b0: Pushed [2020-12-30T23:47:16.763Z] c2f11613e981: Pushed [2020-12-30T23:47:16.859Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-30T23:47:16.859Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-30T23:47:17.024Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:b10bd0e6da22139f571273205f0b904f9093ac98adb48a29819561b255f087bf size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:17.362Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:17.778Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.22 [2020-12-30T23:47:17.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-30T23:47:17.778Z] 74bbef99bfb4: Preparing [2020-12-30T23:47:17.778Z] a8dca867c0ec: Preparing [2020-12-30T23:47:17.778Z] c2f11613e981: Preparing [2020-12-30T23:47:17.778Z] d9e282fff5b0: Preparing [2020-12-30T23:47:17.778Z] 1af9023b08c4: Preparing [2020-12-30T23:47:17.778Z] 8606b6b74806: Preparing [2020-12-30T23:47:17.778Z] d9a472d4df4e: Preparing [2020-12-30T23:47:17.778Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:17.778Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:17.778Z] 8606b6b74806: Waiting [2020-12-30T23:47:17.778Z] d9a472d4df4e: Waiting [2020-12-30T23:47:17.778Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:17.778Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:17.778Z] c2f11613e981: Layer already exists [2020-12-30T23:47:17.778Z] 74bbef99bfb4: Layer already exists [2020-12-30T23:47:17.778Z] d9e282fff5b0: Layer already exists [2020-12-30T23:47:17.778Z] a8dca867c0ec: Layer already exists [2020-12-30T23:47:17.778Z] 1af9023b08c4: Layer already exists [2020-12-30T23:47:17.778Z] 8606b6b74806: Layer already exists [2020-12-30T23:47:17.778Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:17.778Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:17.778Z] d9a472d4df4e: Layer already exists [2020-12-30T23:47:17.778Z] 2.0.0-dev.22: digest: sha256:b10bd0e6da22139f571273205f0b904f9093ac98adb48a29819561b255f087bf size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:17.854Z] Collecting PyYAML<4,>=3.10 [2020-12-30T23:47:17.854Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-30T23:47:18.085Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:18.299Z] Removing intermediate container 5ba3f169b58c [2020-12-30T23:47:18.299Z] ---> a02c8e455062 [2020-12-30T23:47:18.299Z] Step 6/23 : COPY go.mod . [2020-12-30T23:47:18.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:18.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-30T23:47:18.384Z] 74bbef99bfb4: Preparing [2020-12-30T23:47:18.384Z] a8dca867c0ec: Preparing [2020-12-30T23:47:18.384Z] c2f11613e981: Preparing [2020-12-30T23:47:18.384Z] d9e282fff5b0: Preparing [2020-12-30T23:47:18.384Z] 1af9023b08c4: Preparing [2020-12-30T23:47:18.384Z] 8606b6b74806: Preparing [2020-12-30T23:47:18.384Z] d9a472d4df4e: Preparing [2020-12-30T23:47:18.384Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:18.384Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:18.384Z] 8606b6b74806: Waiting [2020-12-30T23:47:18.384Z] d9a472d4df4e: Waiting [2020-12-30T23:47:18.384Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:18.384Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:18.384Z] 1af9023b08c4: Layer already exists [2020-12-30T23:47:18.384Z] c2f11613e981: Layer already exists [2020-12-30T23:47:18.384Z] a8dca867c0ec: Layer already exists [2020-12-30T23:47:18.384Z] 74bbef99bfb4: Layer already exists [2020-12-30T23:47:18.384Z] d9e282fff5b0: Layer already exists [2020-12-30T23:47:18.384Z] 8606b6b74806: Layer already exists [2020-12-30T23:47:18.384Z] d9a472d4df4e: Layer already exists [2020-12-30T23:47:18.384Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:18.384Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:18.384Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:b10bd0e6da22139f571273205f0b904f9093ac98adb48a29819561b255f087bf size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:18.698Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:19.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-30T23:47:19.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-30T23:47:19.001Z] 74bbef99bfb4: Preparing [2020-12-30T23:47:19.001Z] a8dca867c0ec: Preparing [2020-12-30T23:47:19.001Z] c2f11613e981: Preparing [2020-12-30T23:47:19.001Z] d9e282fff5b0: Preparing [2020-12-30T23:47:19.001Z] 1af9023b08c4: Preparing [2020-12-30T23:47:19.001Z] 8606b6b74806: Preparing [2020-12-30T23:47:19.001Z] d9a472d4df4e: Preparing [2020-12-30T23:47:19.001Z] e6bf6d7e750b: Preparing [2020-12-30T23:47:19.001Z] 1b3ee35aacca: Preparing [2020-12-30T23:47:19.001Z] 8606b6b74806: Waiting [2020-12-30T23:47:19.001Z] d9a472d4df4e: Waiting [2020-12-30T23:47:19.001Z] 1b3ee35aacca: Waiting [2020-12-30T23:47:19.001Z] e6bf6d7e750b: Waiting [2020-12-30T23:47:19.001Z] 74bbef99bfb4: Layer already exists [2020-12-30T23:47:19.001Z] c2f11613e981: Layer already exists [2020-12-30T23:47:19.001Z] d9e282fff5b0: Layer already exists [2020-12-30T23:47:19.001Z] 1af9023b08c4: Layer already exists [2020-12-30T23:47:19.001Z] a8dca867c0ec: Layer already exists [2020-12-30T23:47:19.001Z] e6bf6d7e750b: Layer already exists [2020-12-30T23:47:19.001Z] 8606b6b74806: Layer already exists [2020-12-30T23:47:19.001Z] 1b3ee35aacca: Layer already exists [2020-12-30T23:47:19.001Z] d9a472d4df4e: Layer already exists [2020-12-30T23:47:19.001Z] master: digest: sha256:b10bd0e6da22139f571273205f0b904f9093ac98adb48a29819561b255f087bf size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:19.228Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:19.275Z] taggedImages: [2020-12-30T23:47:19.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:19.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.22 [2020-12-30T23:47:19.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:19.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-30T23:47:19.339Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-30T23:47:19.339Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:19.339Z] 2.0.0-dev.22 [2020-12-30T23:47:19.339Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:19.339Z] master [2020-12-30T23:47:19.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:19.836Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:20.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:20.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-30T23:47:20.137Z] 779fdf496356: Preparing [2020-12-30T23:47:20.137Z] 92f62bae245d: Preparing [2020-12-30T23:47:20.137Z] 6cd6272ec0fe: Preparing [2020-12-30T23:47:20.137Z] 66b7c596e92d: Preparing [2020-12-30T23:47:20.137Z] 65e96cabee96: Preparing [2020-12-30T23:47:20.137Z] 85e38a085cde: Preparing [2020-12-30T23:47:20.137Z] 85e38a085cde: Waiting [2020-12-30T23:47:20.401Z] 6cd6272ec0fe: Pushed [2020-12-30T23:47:20.401Z] 65e96cabee96: Pushed [2020-12-30T23:47:20.401Z] 66b7c596e92d: Pushed [2020-12-30T23:47:20.401Z] 779fdf496356: Pushed [2020-12-30T23:47:20.401Z] 85e38a085cde: Pushed [2020-12-30T23:47:20.530Z] ---> 1f5391b9d34c [2020-12-30T23:47:20.530Z] Step 7/23 : RUN go mod download [2020-12-30T23:47:20.530Z] ---> Running in b5e543d97c7c [2020-12-30T23:47:21.349Z] 92f62bae245d: Pushed [2020-12-30T23:47:21.349Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:735ee1ffc8fd67f878b2135c6b9fc38bea529637c82c8da915119c4c2f898f31 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:21.656Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:21.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.22 [2020-12-30T23:47:21.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-30T23:47:21.955Z] 779fdf496356: Preparing [2020-12-30T23:47:21.955Z] 92f62bae245d: Preparing [2020-12-30T23:47:21.955Z] 6cd6272ec0fe: Preparing [2020-12-30T23:47:21.955Z] 66b7c596e92d: Preparing [2020-12-30T23:47:21.955Z] 65e96cabee96: Preparing [2020-12-30T23:47:21.955Z] 85e38a085cde: Preparing [2020-12-30T23:47:21.955Z] 85e38a085cde: Waiting [2020-12-30T23:47:21.955Z] 65e96cabee96: Layer already exists [2020-12-30T23:47:21.955Z] 66b7c596e92d: Layer already exists [2020-12-30T23:47:21.955Z] 779fdf496356: Layer already exists [2020-12-30T23:47:21.955Z] 92f62bae245d: Layer already exists [2020-12-30T23:47:21.955Z] 6cd6272ec0fe: Layer already exists [2020-12-30T23:47:21.955Z] 85e38a085cde: Layer already exists [2020-12-30T23:47:21.955Z] 2.0.0-dev.22: digest: sha256:735ee1ffc8fd67f878b2135c6b9fc38bea529637c82c8da915119c4c2f898f31 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:22.259Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:22.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:22.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-30T23:47:22.561Z] 779fdf496356: Preparing [2020-12-30T23:47:22.561Z] 92f62bae245d: Preparing [2020-12-30T23:47:22.561Z] 6cd6272ec0fe: Preparing [2020-12-30T23:47:22.561Z] 66b7c596e92d: Preparing [2020-12-30T23:47:22.561Z] 65e96cabee96: Preparing [2020-12-30T23:47:22.561Z] 85e38a085cde: Preparing [2020-12-30T23:47:22.561Z] 85e38a085cde: Waiting [2020-12-30T23:47:22.561Z] 66b7c596e92d: Layer already exists [2020-12-30T23:47:22.561Z] 779fdf496356: Layer already exists [2020-12-30T23:47:22.561Z] 65e96cabee96: Layer already exists [2020-12-30T23:47:22.561Z] 92f62bae245d: Layer already exists [2020-12-30T23:47:22.561Z] 6cd6272ec0fe: Layer already exists [2020-12-30T23:47:22.561Z] 85e38a085cde: Layer already exists [2020-12-30T23:47:22.561Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:735ee1ffc8fd67f878b2135c6b9fc38bea529637c82c8da915119c4c2f898f31 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:22.867Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:23.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-30T23:47:23.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-30T23:47:23.166Z] 779fdf496356: Preparing [2020-12-30T23:47:23.166Z] 92f62bae245d: Preparing [2020-12-30T23:47:23.166Z] 6cd6272ec0fe: Preparing [2020-12-30T23:47:23.166Z] 66b7c596e92d: Preparing [2020-12-30T23:47:23.166Z] 65e96cabee96: Preparing [2020-12-30T23:47:23.166Z] 85e38a085cde: Preparing [2020-12-30T23:47:23.166Z] 85e38a085cde: Waiting [2020-12-30T23:47:23.167Z] 6cd6272ec0fe: Layer already exists [2020-12-30T23:47:23.167Z] 65e96cabee96: Layer already exists [2020-12-30T23:47:23.167Z] 92f62bae245d: Layer already exists [2020-12-30T23:47:23.167Z] 779fdf496356: Layer already exists [2020-12-30T23:47:23.167Z] 66b7c596e92d: Layer already exists [2020-12-30T23:47:23.167Z] 85e38a085cde: Layer already exists [2020-12-30T23:47:23.167Z] master: digest: sha256:735ee1ffc8fd67f878b2135c6b9fc38bea529637c82c8da915119c4c2f898f31 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:23.363Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:23.408Z] taggedImages: [2020-12-30T23:47:23.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:23.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.22 [2020-12-30T23:47:23.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:23.408Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-30T23:47:23.470Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-30T23:47:23.471Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:23.471Z] 2.0.0-dev.22 [2020-12-30T23:47:23.471Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:23.471Z] master [2020-12-30T23:47:23.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:23.951Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:24.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:24.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-30T23:47:24.251Z] eb1bb318611d: Preparing [2020-12-30T23:47:24.251Z] 9757bdbab13f: Preparing [2020-12-30T23:47:24.251Z] f1cbd1b50854: Preparing [2020-12-30T23:47:24.251Z] eb1bb318611d: Pushed [2020-12-30T23:47:24.251Z] f1cbd1b50854: Pushed [2020-12-30T23:47:24.952Z] Collecting jsonschema<3,>=2.5.1 [2020-12-30T23:47:24.952Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-30T23:47:24.952Z] 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-30T23:47:24.952Z] Collecting texttable<0.10,>=0.9.0 [2020-12-30T23:47:24.952Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-30T23:47:25.196Z] 9757bdbab13f: Pushed [2020-12-30T23:47:25.458Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:73260e02cdcc4b835960dcb64feb242c743ade126723a255aa84cfd53657b545 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:25.762Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:26.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.22 [2020-12-30T23:47:26.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-30T23:47:26.059Z] eb1bb318611d: Preparing [2020-12-30T23:47:26.059Z] 9757bdbab13f: Preparing [2020-12-30T23:47:26.059Z] f1cbd1b50854: Preparing [2020-12-30T23:47:26.059Z] f1cbd1b50854: Layer already exists [2020-12-30T23:47:26.059Z] eb1bb318611d: Layer already exists [2020-12-30T23:47:26.059Z] 9757bdbab13f: Layer already exists [2020-12-30T23:47:26.059Z] 2.0.0-dev.22: digest: sha256:73260e02cdcc4b835960dcb64feb242c743ade126723a255aa84cfd53657b545 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:26.366Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:26.418Z] Removing intermediate container b5e543d97c7c [2020-12-30T23:47:26.418Z] ---> c3b48bd3a38a [2020-12-30T23:47:26.418Z] Step 8/23 : COPY . . [2020-12-30T23:47:26.666Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:26.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-30T23:47:26.666Z] eb1bb318611d: Preparing [2020-12-30T23:47:26.666Z] 9757bdbab13f: Preparing [2020-12-30T23:47:26.666Z] f1cbd1b50854: Preparing [2020-12-30T23:47:26.666Z] f1cbd1b50854: Layer already exists [2020-12-30T23:47:26.666Z] eb1bb318611d: Layer already exists [2020-12-30T23:47:26.666Z] 9757bdbab13f: Layer already exists [2020-12-30T23:47:26.666Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:73260e02cdcc4b835960dcb64feb242c743ade126723a255aa84cfd53657b545 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:26.973Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:27.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-30T23:47:27.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-30T23:47:27.273Z] eb1bb318611d: Preparing [2020-12-30T23:47:27.273Z] 9757bdbab13f: Preparing [2020-12-30T23:47:27.273Z] f1cbd1b50854: Preparing [2020-12-30T23:47:27.273Z] eb1bb318611d: Layer already exists [2020-12-30T23:47:27.273Z] f1cbd1b50854: Layer already exists [2020-12-30T23:47:27.273Z] 9757bdbab13f: Layer already exists [2020-12-30T23:47:27.273Z] master: digest: sha256:73260e02cdcc4b835960dcb64feb242c743ade126723a255aa84cfd53657b545 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:27.443Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:27.487Z] taggedImages: [2020-12-30T23:47:27.487Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:27.487Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.22 [2020-12-30T23:47:27.487Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:27.487Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-30T23:47:27.545Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-30T23:47:27.545Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:27.545Z] 2.0.0-dev.22 [2020-12-30T23:47:27.545Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:27.545Z] master [2020-12-30T23:47:27.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:27.870Z] Collecting cached-property<2,>=1.2.0 [2020-12-30T23:47:27.870Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-30T23:47:28.007Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:28.147Z] Collecting docopt<0.7,>=0.6.1 [2020-12-30T23:47:28.147Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-30T23:47:28.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:28.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-30T23:47:28.323Z] ce9314536898: Preparing [2020-12-30T23:47:28.323Z] 2f2006280a9b: Preparing [2020-12-30T23:47:28.323Z] 9cb8fffb6e7e: Preparing [2020-12-30T23:47:28.323Z] 83b40e7aad01: Preparing [2020-12-30T23:47:28.323Z] ef5a0418f7db: Preparing [2020-12-30T23:47:28.323Z] 0f640db15ded: Preparing [2020-12-30T23:47:28.323Z] 92a90fdeb6c5: Preparing [2020-12-30T23:47:28.323Z] 465390b6f3e8: Preparing [2020-12-30T23:47:28.323Z] 12483a5c7e40: Preparing [2020-12-30T23:47:28.323Z] 62730860e49c: Preparing [2020-12-30T23:47:28.323Z] 348802d6ed4a: Preparing [2020-12-30T23:47:28.323Z] fbde41d77d8c: Preparing [2020-12-30T23:47:28.323Z] f3e26e9cc915: Preparing [2020-12-30T23:47:28.323Z] 777b2c648970: Preparing [2020-12-30T23:47:28.323Z] 0f640db15ded: Waiting [2020-12-30T23:47:28.323Z] 92a90fdeb6c5: Waiting [2020-12-30T23:47:28.323Z] 465390b6f3e8: Waiting [2020-12-30T23:47:28.323Z] 12483a5c7e40: Waiting [2020-12-30T23:47:28.323Z] 62730860e49c: Waiting [2020-12-30T23:47:28.323Z] 348802d6ed4a: Waiting [2020-12-30T23:47:28.323Z] fbde41d77d8c: Waiting [2020-12-30T23:47:28.323Z] f3e26e9cc915: Waiting [2020-12-30T23:47:28.323Z] 777b2c648970: Waiting [2020-12-30T23:47:28.594Z] ef5a0418f7db: Pushed [2020-12-30T23:47:28.594Z] ce9314536898: Pushed [2020-12-30T23:47:28.877Z] 83b40e7aad01: Pushed [2020-12-30T23:47:28.877Z] 465390b6f3e8: Layer already exists [2020-12-30T23:47:28.877Z] 12483a5c7e40: Layer already exists [2020-12-30T23:47:28.877Z] 62730860e49c: Layer already exists [2020-12-30T23:47:28.877Z] 92a90fdeb6c5: Pushed [2020-12-30T23:47:28.877Z] 348802d6ed4a: Layer already exists [2020-12-30T23:47:29.138Z] fbde41d77d8c: Layer already exists [2020-12-30T23:47:29.138Z] f3e26e9cc915: Layer already exists [2020-12-30T23:47:29.138Z] 777b2c648970: Layer already exists [2020-12-30T23:47:29.138Z] 2f2006280a9b: Pushed [2020-12-30T23:47:29.712Z] 0f640db15ded: Pushed [2020-12-30T23:47:32.522Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-30T23:47:32.522Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-30T23:47:33.017Z] 9cb8fffb6e7e: Pushed [2020-12-30T23:47:33.017Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:004c738f281e91cf75439caf3a5e11892f9246a4473d28947dbd5411ead51f5d size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:33.342Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:33.535Z] ---> 75602505bc43 [2020-12-30T23:47:33.535Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-30T23:47:33.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.22 [2020-12-30T23:47:33.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-30T23:47:33.649Z] ce9314536898: Preparing [2020-12-30T23:47:33.649Z] 2f2006280a9b: Preparing [2020-12-30T23:47:33.649Z] 9cb8fffb6e7e: Preparing [2020-12-30T23:47:33.649Z] 83b40e7aad01: Preparing [2020-12-30T23:47:33.649Z] ef5a0418f7db: Preparing [2020-12-30T23:47:33.649Z] 0f640db15ded: Preparing [2020-12-30T23:47:33.649Z] 92a90fdeb6c5: Preparing [2020-12-30T23:47:33.649Z] 465390b6f3e8: Preparing [2020-12-30T23:47:33.649Z] 12483a5c7e40: Preparing [2020-12-30T23:47:33.649Z] 62730860e49c: Preparing [2020-12-30T23:47:33.649Z] 348802d6ed4a: Preparing [2020-12-30T23:47:33.649Z] fbde41d77d8c: Preparing [2020-12-30T23:47:33.649Z] f3e26e9cc915: Preparing [2020-12-30T23:47:33.649Z] 777b2c648970: Preparing [2020-12-30T23:47:33.649Z] 465390b6f3e8: Waiting [2020-12-30T23:47:33.649Z] 12483a5c7e40: Waiting [2020-12-30T23:47:33.649Z] 62730860e49c: Waiting [2020-12-30T23:47:33.649Z] 348802d6ed4a: Waiting [2020-12-30T23:47:33.649Z] fbde41d77d8c: Waiting [2020-12-30T23:47:33.649Z] f3e26e9cc915: Waiting [2020-12-30T23:47:33.649Z] 777b2c648970: Waiting [2020-12-30T23:47:33.649Z] 0f640db15ded: Waiting [2020-12-30T23:47:33.649Z] 92a90fdeb6c5: Waiting [2020-12-30T23:47:33.649Z] 9cb8fffb6e7e: Layer already exists [2020-12-30T23:47:33.649Z] ce9314536898: Layer already exists [2020-12-30T23:47:33.649Z] ef5a0418f7db: Layer already exists [2020-12-30T23:47:33.649Z] 83b40e7aad01: Layer already exists [2020-12-30T23:47:33.649Z] 2f2006280a9b: Layer already exists [2020-12-30T23:47:33.649Z] 0f640db15ded: Layer already exists [2020-12-30T23:47:33.649Z] 92a90fdeb6c5: Layer already exists [2020-12-30T23:47:33.649Z] 12483a5c7e40: Layer already exists [2020-12-30T23:47:33.649Z] 62730860e49c: Layer already exists [2020-12-30T23:47:33.649Z] 465390b6f3e8: Layer already exists [2020-12-30T23:47:33.649Z] 348802d6ed4a: Layer already exists [2020-12-30T23:47:33.649Z] 777b2c648970: Layer already exists [2020-12-30T23:47:33.649Z] f3e26e9cc915: Layer already exists [2020-12-30T23:47:33.649Z] fbde41d77d8c: Layer already exists [2020-12-30T23:47:33.649Z] 2.0.0-dev.22: digest: sha256:004c738f281e91cf75439caf3a5e11892f9246a4473d28947dbd5411ead51f5d size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:33.813Z] Collecting docker<4.0,>=3.6.0 [2020-12-30T23:47:33.813Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-30T23:47:33.963Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:34.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:34.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-30T23:47:34.265Z] ce9314536898: Preparing [2020-12-30T23:47:34.265Z] 2f2006280a9b: Preparing [2020-12-30T23:47:34.265Z] 9cb8fffb6e7e: Preparing [2020-12-30T23:47:34.265Z] 83b40e7aad01: Preparing [2020-12-30T23:47:34.265Z] ef5a0418f7db: Preparing [2020-12-30T23:47:34.265Z] 0f640db15ded: Preparing [2020-12-30T23:47:34.265Z] 92a90fdeb6c5: Preparing [2020-12-30T23:47:34.265Z] 465390b6f3e8: Preparing [2020-12-30T23:47:34.265Z] 12483a5c7e40: Preparing [2020-12-30T23:47:34.265Z] 62730860e49c: Preparing [2020-12-30T23:47:34.265Z] 348802d6ed4a: Preparing [2020-12-30T23:47:34.265Z] fbde41d77d8c: Preparing [2020-12-30T23:47:34.265Z] f3e26e9cc915: Preparing [2020-12-30T23:47:34.265Z] 777b2c648970: Preparing [2020-12-30T23:47:34.265Z] 0f640db15ded: Waiting [2020-12-30T23:47:34.265Z] 92a90fdeb6c5: Waiting [2020-12-30T23:47:34.265Z] 465390b6f3e8: Waiting [2020-12-30T23:47:34.265Z] 12483a5c7e40: Waiting [2020-12-30T23:47:34.265Z] 62730860e49c: Waiting [2020-12-30T23:47:34.265Z] 348802d6ed4a: Waiting [2020-12-30T23:47:34.265Z] fbde41d77d8c: Waiting [2020-12-30T23:47:34.265Z] f3e26e9cc915: Waiting [2020-12-30T23:47:34.265Z] 777b2c648970: Waiting [2020-12-30T23:47:34.265Z] 9cb8fffb6e7e: Layer already exists [2020-12-30T23:47:34.265Z] 83b40e7aad01: Layer already exists [2020-12-30T23:47:34.265Z] ef5a0418f7db: Layer already exists [2020-12-30T23:47:34.265Z] 2f2006280a9b: Layer already exists [2020-12-30T23:47:34.265Z] ce9314536898: Layer already exists [2020-12-30T23:47:34.265Z] 92a90fdeb6c5: Layer already exists [2020-12-30T23:47:34.265Z] 0f640db15ded: Layer already exists [2020-12-30T23:47:34.265Z] 465390b6f3e8: Layer already exists [2020-12-30T23:47:34.265Z] 12483a5c7e40: Layer already exists [2020-12-30T23:47:34.265Z] 62730860e49c: Layer already exists [2020-12-30T23:47:34.265Z] 348802d6ed4a: Layer already exists [2020-12-30T23:47:34.265Z] f3e26e9cc915: Layer already exists [2020-12-30T23:47:34.265Z] 777b2c648970: Layer already exists [2020-12-30T23:47:34.265Z] fbde41d77d8c: Layer already exists [2020-12-30T23:47:34.265Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:004c738f281e91cf75439caf3a5e11892f9246a4473d28947dbd5411ead51f5d size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:34.428Z] ---> Running in 3b15478048da [2020-12-30T23:47:34.580Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:47:34.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-30T23:47:34.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-30T23:47:34.880Z] ce9314536898: Preparing [2020-12-30T23:47:34.880Z] 2f2006280a9b: Preparing [2020-12-30T23:47:34.880Z] 9cb8fffb6e7e: Preparing [2020-12-30T23:47:34.880Z] 83b40e7aad01: Preparing [2020-12-30T23:47:34.880Z] ef5a0418f7db: Preparing [2020-12-30T23:47:34.880Z] 0f640db15ded: Preparing [2020-12-30T23:47:34.880Z] 92a90fdeb6c5: Preparing [2020-12-30T23:47:34.880Z] 465390b6f3e8: Preparing [2020-12-30T23:47:34.881Z] 12483a5c7e40: Preparing [2020-12-30T23:47:34.881Z] 62730860e49c: Preparing [2020-12-30T23:47:34.881Z] 348802d6ed4a: Preparing [2020-12-30T23:47:34.881Z] fbde41d77d8c: Preparing [2020-12-30T23:47:34.881Z] f3e26e9cc915: Preparing [2020-12-30T23:47:34.881Z] 777b2c648970: Preparing [2020-12-30T23:47:34.881Z] 62730860e49c: Waiting [2020-12-30T23:47:34.881Z] 348802d6ed4a: Waiting [2020-12-30T23:47:34.881Z] fbde41d77d8c: Waiting [2020-12-30T23:47:34.881Z] f3e26e9cc915: Waiting [2020-12-30T23:47:34.881Z] 777b2c648970: Waiting [2020-12-30T23:47:34.881Z] 0f640db15ded: Waiting [2020-12-30T23:47:34.881Z] 92a90fdeb6c5: Waiting [2020-12-30T23:47:34.881Z] 465390b6f3e8: Waiting [2020-12-30T23:47:34.881Z] 12483a5c7e40: Waiting [2020-12-30T23:47:34.881Z] ef5a0418f7db: Layer already exists [2020-12-30T23:47:34.881Z] 2f2006280a9b: Layer already exists [2020-12-30T23:47:34.881Z] 9cb8fffb6e7e: Layer already exists [2020-12-30T23:47:34.881Z] 83b40e7aad01: Layer already exists [2020-12-30T23:47:34.881Z] ce9314536898: Layer already exists [2020-12-30T23:47:34.881Z] 92a90fdeb6c5: Layer already exists [2020-12-30T23:47:34.881Z] 0f640db15ded: Layer already exists [2020-12-30T23:47:34.881Z] 12483a5c7e40: Layer already exists [2020-12-30T23:47:34.881Z] 465390b6f3e8: Layer already exists [2020-12-30T23:47:34.881Z] 62730860e49c: Layer already exists [2020-12-30T23:47:34.881Z] fbde41d77d8c: Layer already exists [2020-12-30T23:47:34.881Z] 348802d6ed4a: Layer already exists [2020-12-30T23:47:34.881Z] f3e26e9cc915: Layer already exists [2020-12-30T23:47:34.881Z] 777b2c648970: Layer already exists [2020-12-30T23:47:34.881Z] master: digest: sha256:004c738f281e91cf75439caf3a5e11892f9246a4473d28947dbd5411ead51f5d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:47:35.105Z] ===================================================== [Pipeline] echo [2020-12-30T23:47:35.156Z] taggedImages: [2020-12-30T23:47:35.156Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:47:35.156Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.22 [2020-12-30T23:47:35.156Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:47:35.156Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-12-30T23:47:35.434Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-30T23:47:35.434Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-12-30T23:47:35.710Z] 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-30T23:47:35.710Z] 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) [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-30T23:47:36.308Z] Collecting idna<2.8,>=2.5 [2020-12-30T23:47:36.308Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-30T23:47:36.589Z] Collecting docker-pycreds>=0.4.0 [2020-12-30T23:47:36.589Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-30T23:47:36.867Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-30T23:47:36.867Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-30T23:47:36.867Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-30T23:47:36.867Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-30T23:47:36.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-30T23:47:38.309Z] Installing collected packages: dockerpty, websocket-client, PyYAML, jsonschema, texttable, cached-property, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-12-30T23:47:38.309Z] Running setup.py install for dockerpty: started [2020-12-30T23:47:40.947Z] ---> 4f2a9783742c [2020-12-30T23:47:40.947Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-30T23:47:40.947Z] ---> Running in 72f7555e8fca [2020-12-30T23:47:40.947Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-30T23:47:41.562Z] Running setup.py install for PyYAML: started [2020-12-30T23:47:43.019Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o cmd/core-data/core-data ./cmd/core-data [2020-12-30T23:47:44.469Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-30T23:47:45.075Z] Running setup.py install for texttable: started [2020-12-30T23:47:48.485Z] Running setup.py install for texttable: finished with status 'done' [2020-12-30T23:47:48.485Z] Running setup.py install for docopt: started [2020-12-30T23:47:50.477Z] Running setup.py install for docopt: finished with status 'done' [2020-12-30T23:47:50.477Z] Attempting uninstall: urllib3 [2020-12-30T23:47:50.477Z] Found existing installation: urllib3 1.25.9 [2020-12-30T23:47:50.477Z] Uninstalling urllib3-1.25.9: [2020-12-30T23:47:50.753Z] Successfully uninstalled urllib3-1.25.9 [2020-12-30T23:47:51.738Z] Attempting uninstall: idna [2020-12-30T23:47:51.738Z] Found existing installation: idna 2.9 [2020-12-30T23:47:51.738Z] Uninstalling idna-2.9: [2020-12-30T23:47:51.738Z] Successfully uninstalled idna-2.9 [2020-12-30T23:47:52.723Z] Attempting uninstall: requests [2020-12-30T23:47:52.723Z] Found existing installation: requests 2.23.0 [2020-12-30T23:47:52.723Z] Uninstalling requests-2.23.0: [2020-12-30T23:47:53.000Z] Successfully uninstalled requests-2.23.0 [2020-12-30T23:47:55.689Z] 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-30T23:48:01.115Z] Removing intermediate container 299a493f84a3 [2020-12-30T23:48:01.115Z] ---> d67972f49f31 [2020-12-30T23:48:01.115Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-30T23:48:01.395Z] ---> Running in 271c698919be [2020-12-30T23:48:04.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:48:04.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:48:04.671Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T23:48:04.671Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-30T23:48:04.671Z] (3/3) Installing curl (7.69.1-r3) [2020-12-30T23:48:04.671Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:48:04.947Z] OK: 71 MiB in 58 packages [2020-12-30T23:48:06.956Z] Removing intermediate container 271c698919be [2020-12-30T23:48:06.956Z] ---> 16fcf891e7ac [2020-12-30T23:48:06.956Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-30T23:48:06.956Z] ---> Running in 2e8d5a312d90 [2020-12-30T23:48:08.416Z] Removing intermediate container 2e8d5a312d90 [2020-12-30T23:48:08.416Z] ---> d0268062b24a [2020-12-30T23:48:08.416Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:48:08.416Z] ---> Running in 1d8504769c49 [2020-12-30T23:48:09.037Z] Removing intermediate container 1d8504769c49 [2020-12-30T23:48:09.037Z] ---> 55bcd39863f5 [2020-12-30T23:48:09.038Z] Step 25/27 : LABEL arch=arm64 [2020-12-30T23:48:09.315Z] ---> Running in 78d14552f524 [2020-12-30T23:48:09.915Z] Removing intermediate container 78d14552f524 [2020-12-30T23:48:09.915Z] ---> 0d6f7b03045b [2020-12-30T23:48:09.915Z] Step 26/27 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:48:10.188Z] ---> Running in 76756105b4bd [2020-12-30T23:48:10.787Z] Removing intermediate container 76756105b4bd [2020-12-30T23:48:10.787Z] ---> b7cb767a6c22 [2020-12-30T23:48:10.787Z] Step 27/27 : LABEL version=2.0.0-dev.22 [2020-12-30T23:48:11.060Z] ---> Running in ba7d4dd50ee9 [2020-12-30T23:48:11.665Z] Removing intermediate container ba7d4dd50ee9 [2020-12-30T23:48:11.665Z] ---> 5774f53af122 [2020-12-30T23:48:11.665Z] [2020-12-30T23:48:12.282Z] Successfully built 5774f53af122 [2020-12-30T23:48:12.282Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-30T23:48:27.404Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.22" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-30T23:48:46.333Z] Removing intermediate container 01b10de234f3 [2020-12-30T23:48:46.334Z] ---> ad4176319546 [2020-12-30T23:48:46.334Z] [2020-12-30T23:48:46.334Z] Step 10/21 : FROM alpine [2020-12-30T23:48:46.334Z] latest: Pulling from library/alpine [2020-12-30T23:48:46.334Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-30T23:48:46.334Z] Status: Downloaded newer image for alpine:latest [2020-12-30T23:48:46.334Z] ---> afeebe901d6b [2020-12-30T23:48:46.334Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-30T23:48:46.334Z] ---> Running in e714bf11c224 [2020-12-30T23:48:46.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:48:46.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:48:46.608Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-30T23:48:46.608Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-30T23:48:46.608Z] OK: 12615 distinct packages available [2020-12-30T23:48:47.601Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-30T23:48:47.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-30T23:48:47.601Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-30T23:48:47.601Z] (4/4) Installing curl (7.69.1-r3) [2020-12-30T23:48:47.601Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:48:47.601Z] Executing ca-certificates-20191127-r4.trigger [2020-12-30T23:48:47.878Z] OK: 7 MiB in 18 packages [2020-12-30T23:48:51.325Z] Removing intermediate container e714bf11c224 [2020-12-30T23:48:51.326Z] ---> 03d1a0925408 [2020-12-30T23:48:51.326Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-30T23:48:51.326Z] ---> Running in 93e646a42e3e [2020-12-30T23:48:52.146Z] Removing intermediate container 93e646a42e3e [2020-12-30T23:48:52.146Z] ---> a87f62b7bad8 [2020-12-30T23:48:52.146Z] Step 13/21 : WORKDIR /edgex [2020-12-30T23:48:52.146Z] ---> Running in 0b2ef9d0143c [2020-12-30T23:48:53.201Z] Removing intermediate container 0b2ef9d0143c [2020-12-30T23:48:53.201Z] ---> d05bb76a78ba [2020-12-30T23:48:53.201Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-30T23:48:55.223Z] ---> 13e7a328f112 [2020-12-30T23:48:55.223Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-30T23:48:57.880Z] Removing intermediate container 7d8983acda4b [2020-12-30T23:48:57.880Z] ---> 4fdae86ad557 [2020-12-30T23:48:57.880Z] [2020-12-30T23:48:57.880Z] Step 10/22 : FROM scratch [2020-12-30T23:48:57.880Z] ---> [2020-12-30T23:48:57.880Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:48:57.880Z] ---> Using cache [2020-12-30T23:48:57.880Z] ---> 40c3ea839578 [2020-12-30T23:48:57.880Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-30T23:48:58.155Z] ---> 80857a60b784 [2020-12-30T23:48:58.155Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-30T23:48:58.155Z] ---> Running in f16d5ce5aea5 [2020-12-30T23:48:59.143Z] Removing intermediate container f16d5ce5aea5 [2020-12-30T23:48:59.143Z] ---> 30d46f0f81bf [2020-12-30T23:48:59.143Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-30T23:48:59.747Z] ---> Running in 1d6c24ba6959 [2020-12-30T23:49:00.749Z] ---> 3265d7d023da [2020-12-30T23:49:00.749Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-30T23:49:01.024Z] Removing intermediate container 1d6c24ba6959 [2020-12-30T23:49:01.024Z] ---> 8ead288ab8a9 [2020-12-30T23:49:01.024Z] Step 14/22 : WORKDIR / [2020-12-30T23:49:01.297Z] ---> Running in bf4aad8208a4 [2020-12-30T23:49:01.298Z] ---> Running in c6afedfa37e7 [2020-12-30T23:49:02.295Z] Removing intermediate container 3b15478048da [2020-12-30T23:49:02.295Z] ---> b4ed5efe4ab2 [2020-12-30T23:49:02.295Z] [2020-12-30T23:49:02.295Z] Step 10/24 : FROM scratch [2020-12-30T23:49:02.295Z] ---> [2020-12-30T23:49:02.295Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-30T23:49:02.295Z] Removing intermediate container c6afedfa37e7 [2020-12-30T23:49:02.295Z] ---> 97a0390e868a [2020-12-30T23:49:02.295Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-30T23:49:02.295Z] Removing intermediate container bf4aad8208a4 [2020-12-30T23:49:02.295Z] ---> 52f95703fe05 [2020-12-30T23:49:02.295Z] Step 18/21 : CMD ["--init=true"] [2020-12-30T23:49:02.571Z] ---> Running in bed3d18b09aa [2020-12-30T23:49:02.845Z] ---> Running in fa1ca02d3747 [2020-12-30T23:49:03.444Z] ---> 1156f55ca130 [2020-12-30T23:49:03.444Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-30T23:49:03.444Z] Removing intermediate container bed3d18b09aa [2020-12-30T23:49:03.444Z] ---> f1680d34a81e [2020-12-30T23:49:03.444Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-30T23:49:03.731Z] ---> Running in aa6fe3a838cb [2020-12-30T23:49:03.731Z] Removing intermediate container fa1ca02d3747 [2020-12-30T23:49:03.731Z] ---> be45cbe9b51b [2020-12-30T23:49:03.731Z] Step 19/21 : LABEL arch=arm64 [2020-12-30T23:49:04.006Z] ---> Running in d9c545441904 [2020-12-30T23:49:04.607Z] Removing intermediate container aa6fe3a838cb [2020-12-30T23:49:04.607Z] ---> d55e3e3f91b1 [2020-12-30T23:49:04.607Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-30T23:49:04.608Z] ---> Running in feae5c36f8c4 [2020-12-30T23:49:04.608Z] Removing intermediate container d9c545441904 [2020-12-30T23:49:04.608Z] ---> d81ae63a0db5 [2020-12-30T23:49:04.608Z] Step 20/21 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:05.214Z] ---> Running in 45e0d81acc81 [2020-12-30T23:49:05.486Z] Removing intermediate container feae5c36f8c4 [2020-12-30T23:49:05.486Z] ---> 0b6e691947bf [2020-12-30T23:49:05.486Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-30T23:49:05.486Z] ---> 9cab90b62056 [2020-12-30T23:49:05.486Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-30T23:49:05.765Z] Removing intermediate container 45e0d81acc81 [2020-12-30T23:49:05.765Z] ---> d47ddd8593eb [2020-12-30T23:49:05.765Z] Step 21/21 : LABEL version=2.0.0-dev.22 [2020-12-30T23:49:06.037Z] ---> Running in ad2ce9f1a12e [2020-12-30T23:49:06.328Z] ---> 5898783a13cc [2020-12-30T23:49:06.328Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-30T23:49:06.617Z] ---> cd96d66b2921 [2020-12-30T23:49:06.617Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-30T23:49:06.617Z] Removing intermediate container ad2ce9f1a12e [2020-12-30T23:49:06.617Z] ---> 1f98e7e159a5 [2020-12-30T23:49:06.617Z] [2020-12-30T23:49:06.617Z] ---> Running in a3490ef5b050 [2020-12-30T23:49:06.891Z] Successfully built 1f98e7e159a5 [2020-12-30T23:49:06.891Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-30T23:49:07.490Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a3490ef5b050 [2020-12-30T23:49:07.490Z] ---> ceeb285c0cde [2020-12-30T23:49:07.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:49:07.762Z] ---> Running in dd2a83e6cb6a [2020-12-30T23:49:07.762Z] ---> 744e36321e6f [2020-12-30T23:49:07.762Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-30T23:49:08.359Z] Removing intermediate container dd2a83e6cb6a [2020-12-30T23:49:08.359Z] ---> 95c45daf6c5e [2020-12-30T23:49:08.359Z] Step 20/22 : LABEL arch=arm64 [2020-12-30T23:49:08.642Z] ---> Running in 356778514ab0 [2020-12-30T23:49:09.241Z] ---> b36829694d3b [2020-12-30T23:49:09.241Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-30T23:49:09.241Z] Removing intermediate container 356778514ab0 [2020-12-30T23:49:09.241Z] ---> e2f86b3ce4e3 [2020-12-30T23:49:09.241Z] Step 21/22 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:09.516Z] ---> Running in b53e78ebd1a2 [2020-12-30T23:49:09.791Z] ---> 61e4a980ad22 [2020-12-30T23:49:09.792Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-30T23:49:10.075Z] Removing intermediate container b53e78ebd1a2 [2020-12-30T23:49:10.075Z] ---> da8326a52202 [2020-12-30T23:49:10.075Z] Step 22/22 : LABEL version=2.0.0-dev.22 [2020-12-30T23:49:10.678Z] ---> Running in 26bec42e29ba [2020-12-30T23:49:12.129Z] Removing intermediate container 26bec42e29ba [2020-12-30T23:49:12.129Z] ---> 4d6e51408bc5 [2020-12-30T23:49:12.129Z] [2020-12-30T23:49:12.421Z] Successfully built 4d6e51408bc5 [2020-12-30T23:49:12.421Z] ---> 64b9c2bbf830 [2020-12-30T23:49:12.421Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-30T23:49:12.691Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-30T23:49:13.668Z]  Building docker-core-metadata-go ... done  ---> 5980baae7719 [2020-12-30T23:49:13.668Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-30T23:49:13.668Z] ---> Running in c21cde4c0e78 [2020-12-30T23:49:13.938Z] Removing intermediate container c21cde4c0e78 [2020-12-30T23:49:13.938Z] ---> c9c74e85bc8a [2020-12-30T23:49:13.938Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:49:14.211Z] ---> Running in cd03741c17f7 [2020-12-30T23:49:14.484Z] Removing intermediate container cd03741c17f7 [2020-12-30T23:49:14.484Z] ---> 3f02da061cec [2020-12-30T23:49:14.484Z] Step 22/24 : LABEL arch=arm64 [2020-12-30T23:49:14.758Z] ---> Running in 24d1d21a1045 [2020-12-30T23:49:15.038Z] Removing intermediate container 24d1d21a1045 [2020-12-30T23:49:15.038Z] ---> 8a0093027bef [2020-12-30T23:49:15.038Z] Step 23/24 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:15.310Z] ---> Running in 85419a1b3200 [2020-12-30T23:49:15.908Z] Removing intermediate container 85419a1b3200 [2020-12-30T23:49:15.908Z] ---> 9453b57e318f [2020-12-30T23:49:15.908Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2020-12-30T23:49:16.190Z] ---> Running in 883930134d57 [2020-12-30T23:49:16.794Z] Removing intermediate container 883930134d57 [2020-12-30T23:49:16.794Z] ---> 1b22859e016c [2020-12-30T23:49:16.794Z] [2020-12-30T23:49:17.065Z] Successfully built 1b22859e016c [2020-12-30T23:49:17.065Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-30T23:49:19.036Z]  Building docker-support-notifications-go ... done Removing intermediate container 72f7555e8fca [2020-12-30T23:49:19.036Z] ---> 604582196862 [2020-12-30T23:49:19.036Z] [2020-12-30T23:49:19.036Z] Step 10/23 : FROM alpine [2020-12-30T23:49:19.036Z] ---> afeebe901d6b [2020-12-30T23:49:19.036Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-30T23:49:19.309Z] ---> Running in fa967f79a351 [2020-12-30T23:49:19.580Z] Removing intermediate container fa967f79a351 [2020-12-30T23:49:19.580Z] ---> fc89f9c8c908 [2020-12-30T23:49:19.580Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-30T23:49:19.851Z] ---> Running in 95d7023f2bc8 [2020-12-30T23:49:20.443Z] Removing intermediate container 95d7023f2bc8 [2020-12-30T23:49:20.443Z] ---> d407149a01ca [2020-12-30T23:49:20.443Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-30T23:49:20.443Z] ---> Running in 5bb6386871af [2020-12-30T23:49:21.038Z] Removing intermediate container 5bb6386871af [2020-12-30T23:49:21.038Z] ---> 7bbebaeb0bd7 [2020-12-30T23:49:21.038Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-30T23:49:21.038Z] ---> Running in 34f5a8887beb [2020-12-30T23:49:23.008Z] Removing intermediate container 34f5a8887beb [2020-12-30T23:49:23.008Z] ---> 0fc57957ad6c [2020-12-30T23:49:23.008Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-30T23:49:23.280Z] ---> Running in 66cd0ea63a2b [2020-12-30T23:49:24.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-30T23:49:25.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-30T23:49:25.808Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-30T23:49:25.808Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-30T23:49:25.808Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-30T23:49:26.077Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-30T23:49:26.077Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-30T23:49:26.349Z] Executing busybox-1.31.1-r19.trigger [2020-12-30T23:49:26.349Z] OK: 8 MiB in 19 packages [2020-12-30T23:49:27.786Z] Removing intermediate container 66cd0ea63a2b [2020-12-30T23:49:27.786Z] ---> 00167e4d3f2a [2020-12-30T23:49:27.786Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-30T23:49:28.379Z] ---> df8cdceddd43 [2020-12-30T23:49:28.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-30T23:49:29.825Z] ---> 9bcee727161c [2020-12-30T23:49:29.825Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-30T23:49:30.416Z] ---> 3d980c3b2c44 [2020-12-30T23:49:30.416Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-30T23:49:30.416Z] ---> Running in 5765a85ff7d8 [2020-12-30T23:49:31.012Z] Removing intermediate container 5765a85ff7d8 [2020-12-30T23:49:31.012Z] ---> fc85ab279bba [2020-12-30T23:49:31.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-30T23:49:31.288Z] ---> Running in 8b3ec8647161 [2020-12-30T23:49:31.560Z] Removing intermediate container 8b3ec8647161 [2020-12-30T23:49:31.560Z] ---> 9fc631e90ee6 [2020-12-30T23:49:31.560Z] Step 21/23 : LABEL arch=arm64 [2020-12-30T23:49:31.837Z] ---> Running in a5a408c68eeb [2020-12-30T23:49:32.108Z] Removing intermediate container a5a408c68eeb [2020-12-30T23:49:32.108Z] ---> b9539a678a0f [2020-12-30T23:49:32.108Z] Step 22/23 : LABEL git_sha=68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:32.384Z] ---> Running in 779b6026bf0c [2020-12-30T23:49:32.976Z] Removing intermediate container 779b6026bf0c [2020-12-30T23:49:32.976Z] ---> 8bfa5898706d [2020-12-30T23:49:32.976Z] Step 23/23 : LABEL version=2.0.0-dev.22 [2020-12-30T23:49:32.976Z] ---> Running in c44650b906b6 [2020-12-30T23:49:33.567Z] Removing intermediate container c44650b906b6 [2020-12-30T23:49:33.567Z] ---> 1c47848e2d97 [2020-12-30T23:49:33.567Z] [2020-12-30T23:49:33.839Z] Successfully built 1c47848e2d97 [2020-12-30T23:49:33.839Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-30T23:49:34.126Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-30T23:49:34.136Z] $ docker stop --time=1 b6c7d8ad131152ea0e2f3ab1cceab9d5ea71b0c148d89da216e35f7cd2383455 [2020-12-30T23:49:36.084Z] $ docker rm -f b6c7d8ad131152ea0e2f3ab1cceab9d5ea71b0c148d89da216e35f7cd2383455 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-30T23:49:36.751Z] + grep docker [2020-12-30T23:49:36.751Z] + docker images [2020-12-30T23:49:37.022Z] docker-core-data-go-arm64 latest 1c47848e2d97 3 seconds ago 20.9MB [2020-12-30T23:49:37.022Z] docker-support-notifications-go-arm64 latest 1b22859e016c 20 seconds ago 11.4MB [2020-12-30T23:49:37.022Z] docker-core-metadata-go-arm64 latest 4d6e51408bc5 26 seconds ago 12.2MB [2020-12-30T23:49:37.022Z] docker-security-proxy-setup-go-arm64 latest 1f98e7e159a5 30 seconds ago 23.3MB [2020-12-30T23:49:37.022Z] docker-sys-mgmt-agent-go-arm64 latest 5774f53af122 About a minute ago 300MB [2020-12-30T23:49:37.022Z] docker-security-secretstore-setup-go-arm64 latest 57c74096e8e7 2 minutes ago 23.5MB [2020-12-30T23:49:37.022Z] docker-security-bootstrap-redis-go-arm64 latest ad7a972bd078 2 minutes ago 15.1MB [2020-12-30T23:49:37.022Z] docker-core-command-go-arm64 latest c6bbd33fd69a 3 minutes ago 9.98MB [2020-12-30T23:49:37.022Z] docker-support-scheduler-go-arm64 latest c9a4ca552a84 3 minutes ago 10MB [2020-12-30T23:49:37.022Z] docker latest f66387bf908a 12 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-30T23:49:37.531Z] provisioning config files... [2020-12-30T23:49:37.570Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/266@tmp/config5494232591827622833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:49:37.956Z] ---> docker-login.sh [2020-12-30T23:49:37.956Z] nexus3.edgexfoundry.org:10001 [2020-12-30T23:49:38.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:49:38.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:49:38.498Z] Configure a credential helper to remove this warning. See [2020-12-30T23:49:38.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:49:38.498Z] [2020-12-30T23:49:38.498Z] Login Succeeded [2020-12-30T23:49:38.498Z] nexus3.edgexfoundry.org:10002 [2020-12-30T23:49:38.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:49:39.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:49:39.038Z] Configure a credential helper to remove this warning. See [2020-12-30T23:49:39.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:49:39.038Z] [2020-12-30T23:49:39.038Z] Login Succeeded [2020-12-30T23:49:39.038Z] nexus3.edgexfoundry.org:10003 [2020-12-30T23:49:39.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:49:39.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:49:39.636Z] Configure a credential helper to remove this warning. See [2020-12-30T23:49:39.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:49:39.636Z] [2020-12-30T23:49:39.636Z] Login Succeeded [2020-12-30T23:49:39.636Z] nexus3.edgexfoundry.org:10004 [2020-12-30T23:49:39.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:49:40.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:49:40.192Z] Configure a credential helper to remove this warning. See [2020-12-30T23:49:40.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:49:40.192Z] [2020-12-30T23:49:40.192Z] Login Succeeded [2020-12-30T23:49:40.192Z] docker.io [2020-12-30T23:49:40.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-30T23:49:41.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-30T23:49:41.077Z] Configure a credential helper to remove this warning. See [2020-12-30T23:49:41.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-30T23:49:41.077Z] [2020-12-30T23:49:41.077Z] Login Succeeded [2020-12-30T23:49:41.077Z] ---> docker-login.sh ends [Pipeline] } [2020-12-30T23:49:41.092Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:49:41.368Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-30T23:49:41.368Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:41.368Z] 2.0.0-dev.22 [2020-12-30T23:49:41.368Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:41.368Z] master [2020-12-30T23:49:41.368Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:41.940Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:42.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:42.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-30T23:49:42.347Z] 5e4f172777aa: Preparing [2020-12-30T23:49:42.347Z] e211699a2eee: Preparing [2020-12-30T23:49:42.347Z] 39522ef00983: Preparing [2020-12-30T23:49:42.648Z] 39522ef00983: Pushed [2020-12-30T23:49:42.648Z] 5e4f172777aa: Pushed [2020-12-30T23:49:45.467Z] e211699a2eee: Pushed [2020-12-30T23:49:45.467Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:86641eab555c89caec53a909b12caaefa8a8646d1d4fce0ba0f3650703507d49 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:45.855Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:46.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.22 [2020-12-30T23:49:46.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-30T23:49:46.192Z] 5e4f172777aa: Preparing [2020-12-30T23:49:46.192Z] e211699a2eee: Preparing [2020-12-30T23:49:46.192Z] 39522ef00983: Preparing [2020-12-30T23:49:46.192Z] e211699a2eee: Layer already exists [2020-12-30T23:49:46.192Z] 5e4f172777aa: Layer already exists [2020-12-30T23:49:46.192Z] 39522ef00983: Layer already exists [2020-12-30T23:49:46.462Z] 2.0.0-dev.22: digest: sha256:86641eab555c89caec53a909b12caaefa8a8646d1d4fce0ba0f3650703507d49 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:46.808Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:47.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:47.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-30T23:49:47.740Z] 5e4f172777aa: Preparing [2020-12-30T23:49:47.741Z] e211699a2eee: Preparing [2020-12-30T23:49:47.741Z] 39522ef00983: Preparing [2020-12-30T23:49:47.741Z] 5e4f172777aa: Layer already exists [2020-12-30T23:49:47.741Z] 39522ef00983: Layer already exists [2020-12-30T23:49:47.741Z] e211699a2eee: Layer already exists [2020-12-30T23:49:47.741Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:86641eab555c89caec53a909b12caaefa8a8646d1d4fce0ba0f3650703507d49 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:48.081Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:48.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-30T23:49:48.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-30T23:49:48.416Z] 5e4f172777aa: Preparing [2020-12-30T23:49:48.416Z] e211699a2eee: Preparing [2020-12-30T23:49:48.416Z] 39522ef00983: Preparing [2020-12-30T23:49:48.687Z] e211699a2eee: Layer already exists [2020-12-30T23:49:48.687Z] 5e4f172777aa: Layer already exists [2020-12-30T23:49:48.687Z] 39522ef00983: Layer already exists [2020-12-30T23:49:48.687Z] master: digest: sha256:86641eab555c89caec53a909b12caaefa8a8646d1d4fce0ba0f3650703507d49 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:49:48.882Z] ===================================================== [Pipeline] echo [2020-12-30T23:49:48.931Z] taggedImages: [2020-12-30T23:49:48.931Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:48.931Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.22 [2020-12-30T23:49:48.931Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:48.931Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-30T23:49:48.997Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-30T23:49:48.997Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:48.997Z] 2.0.0-dev.22 [2020-12-30T23:49:48.997Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:48.997Z] master [2020-12-30T23:49:48.997Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:49.519Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:49.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:49.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-30T23:49:49.858Z] ac3013a16690: Preparing [2020-12-30T23:49:49.858Z] 25e19bc77a8b: Preparing [2020-12-30T23:49:49.858Z] 102e9e7f8a2d: Preparing [2020-12-30T23:49:49.858Z] 47d1d2c545a7: Preparing [2020-12-30T23:49:49.858Z] 30a62cb8aeee: Preparing [2020-12-30T23:49:49.858Z] 379067d0cb53: Preparing [2020-12-30T23:49:50.140Z] 30a62cb8aeee: Pushed [2020-12-30T23:49:50.140Z] 102e9e7f8a2d: Pushed [2020-12-30T23:49:50.140Z] ac3013a16690: Pushed [2020-12-30T23:49:50.140Z] 379067d0cb53: Layer already exists [2020-12-30T23:49:50.731Z] 47d1d2c545a7: Pushed [2020-12-30T23:49:53.345Z] 25e19bc77a8b: Pushed [2020-12-30T23:49:53.345Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:16c60cd7cebbc5ad6d3968830a5c67e22a6a1d35cc65a07d69350f1e914b0824 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:53.699Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:54.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.22 [2020-12-30T23:49:54.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-30T23:49:54.067Z] ac3013a16690: Preparing [2020-12-30T23:49:54.067Z] 25e19bc77a8b: Preparing [2020-12-30T23:49:54.067Z] 102e9e7f8a2d: Preparing [2020-12-30T23:49:54.067Z] 47d1d2c545a7: Preparing [2020-12-30T23:49:54.067Z] 30a62cb8aeee: Preparing [2020-12-30T23:49:54.067Z] 379067d0cb53: Preparing [2020-12-30T23:49:54.067Z] 379067d0cb53: Waiting [2020-12-30T23:49:54.067Z] 47d1d2c545a7: Layer already exists [2020-12-30T23:49:54.067Z] 102e9e7f8a2d: Layer already exists [2020-12-30T23:49:54.067Z] 30a62cb8aeee: Layer already exists [2020-12-30T23:49:54.067Z] ac3013a16690: Layer already exists [2020-12-30T23:49:54.340Z] 25e19bc77a8b: Layer already exists [2020-12-30T23:49:54.340Z] 379067d0cb53: Layer already exists [2020-12-30T23:49:54.340Z] 2.0.0-dev.22: digest: sha256:16c60cd7cebbc5ad6d3968830a5c67e22a6a1d35cc65a07d69350f1e914b0824 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:54.682Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:55.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:55.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-30T23:49:55.016Z] ac3013a16690: Preparing [2020-12-30T23:49:55.016Z] 25e19bc77a8b: Preparing [2020-12-30T23:49:55.016Z] 102e9e7f8a2d: Preparing [2020-12-30T23:49:55.016Z] 47d1d2c545a7: Preparing [2020-12-30T23:49:55.016Z] 30a62cb8aeee: Preparing [2020-12-30T23:49:55.016Z] 379067d0cb53: Preparing [2020-12-30T23:49:55.016Z] 379067d0cb53: Waiting [2020-12-30T23:49:55.288Z] 30a62cb8aeee: Layer already exists [2020-12-30T23:49:55.288Z] 102e9e7f8a2d: Layer already exists [2020-12-30T23:49:55.288Z] 47d1d2c545a7: Layer already exists [2020-12-30T23:49:55.288Z] ac3013a16690: Layer already exists [2020-12-30T23:49:55.288Z] 25e19bc77a8b: Layer already exists [2020-12-30T23:49:55.288Z] 379067d0cb53: Layer already exists [2020-12-30T23:49:55.288Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:16c60cd7cebbc5ad6d3968830a5c67e22a6a1d35cc65a07d69350f1e914b0824 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:55.627Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:55.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-30T23:49:55.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-30T23:49:55.973Z] ac3013a16690: Preparing [2020-12-30T23:49:55.973Z] 25e19bc77a8b: Preparing [2020-12-30T23:49:55.973Z] 102e9e7f8a2d: Preparing [2020-12-30T23:49:55.973Z] 47d1d2c545a7: Preparing [2020-12-30T23:49:55.973Z] 30a62cb8aeee: Preparing [2020-12-30T23:49:55.973Z] 379067d0cb53: Preparing [2020-12-30T23:49:55.973Z] 379067d0cb53: Waiting [2020-12-30T23:49:55.973Z] 47d1d2c545a7: Layer already exists [2020-12-30T23:49:55.973Z] 25e19bc77a8b: Layer already exists [2020-12-30T23:49:55.973Z] ac3013a16690: Layer already exists [2020-12-30T23:49:55.973Z] 30a62cb8aeee: Layer already exists [2020-12-30T23:49:55.973Z] 102e9e7f8a2d: Layer already exists [2020-12-30T23:49:56.250Z] 379067d0cb53: Layer already exists [2020-12-30T23:49:56.250Z] master: digest: sha256:16c60cd7cebbc5ad6d3968830a5c67e22a6a1d35cc65a07d69350f1e914b0824 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:49:56.494Z] ===================================================== [Pipeline] echo [2020-12-30T23:49:56.555Z] taggedImages: [2020-12-30T23:49:56.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:56.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.22 [2020-12-30T23:49:56.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:56.555Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-12-30T23:49:56.627Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-30T23:49:56.627Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:56.627Z] 2.0.0-dev.22 [2020-12-30T23:49:56.627Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:49:56.627Z] master [2020-12-30T23:49:56.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:57.157Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:49:57.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:49:57.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-30T23:49:57.495Z] 24e470df05a9: Preparing [2020-12-30T23:49:57.495Z] 20f04a874625: Preparing [2020-12-30T23:49:57.495Z] d4cf53937a9a: Preparing [2020-12-30T23:49:58.477Z] d4cf53937a9a: Pushed [2020-12-30T23:49:58.477Z] 24e470df05a9: Pushed [2020-12-30T23:50:01.090Z] 20f04a874625: Pushed [2020-12-30T23:50:01.090Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:18fc51e8b61821a340595f4535ff16b80a53d33107a486caa4cade137716ed77 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:01.450Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:01.787Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:01.787Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-30T23:50:01.787Z] 24e470df05a9: Preparing [2020-12-30T23:50:01.787Z] 20f04a874625: Preparing [2020-12-30T23:50:01.787Z] d4cf53937a9a: Preparing [2020-12-30T23:50:01.787Z] d4cf53937a9a: Layer already exists [2020-12-30T23:50:01.787Z] 20f04a874625: Layer already exists [2020-12-30T23:50:01.787Z] 24e470df05a9: Layer already exists [2020-12-30T23:50:02.059Z] 2.0.0-dev.22: digest: sha256:18fc51e8b61821a340595f4535ff16b80a53d33107a486caa4cade137716ed77 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:02.397Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:02.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:02.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-30T23:50:02.730Z] 24e470df05a9: Preparing [2020-12-30T23:50:02.730Z] 20f04a874625: Preparing [2020-12-30T23:50:02.730Z] d4cf53937a9a: Preparing [2020-12-30T23:50:02.730Z] d4cf53937a9a: Layer already exists [2020-12-30T23:50:02.730Z] 24e470df05a9: Layer already exists [2020-12-30T23:50:02.730Z] 20f04a874625: Layer already exists [2020-12-30T23:50:03.000Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:18fc51e8b61821a340595f4535ff16b80a53d33107a486caa4cade137716ed77 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:03.341Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:03.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-30T23:50:03.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-30T23:50:03.678Z] 24e470df05a9: Preparing [2020-12-30T23:50:03.678Z] 20f04a874625: Preparing [2020-12-30T23:50:03.678Z] d4cf53937a9a: Preparing [2020-12-30T23:50:03.678Z] 20f04a874625: Layer already exists [2020-12-30T23:50:03.678Z] 24e470df05a9: Layer already exists [2020-12-30T23:50:03.678Z] d4cf53937a9a: Layer already exists [2020-12-30T23:50:03.951Z] master: digest: sha256:18fc51e8b61821a340595f4535ff16b80a53d33107a486caa4cade137716ed77 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:04.178Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:04.238Z] taggedImages: [2020-12-30T23:50:04.238Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:04.238Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:04.238Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:04.238Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-30T23:50:04.320Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-30T23:50:04.320Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:04.320Z] 2.0.0-dev.22 [2020-12-30T23:50:04.320Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:04.320Z] master [2020-12-30T23:50:04.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:04.905Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:05.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:05.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-30T23:50:05.245Z] afa3637de4b1: Preparing [2020-12-30T23:50:05.245Z] 50808d573b7b: Preparing [2020-12-30T23:50:05.245Z] cf68c95bbc6b: Preparing [2020-12-30T23:50:05.245Z] 7c75827fcecc: Preparing [2020-12-30T23:50:05.245Z] f7fe660ebd96: Preparing [2020-12-30T23:50:05.245Z] e15b9d1b4434: Preparing [2020-12-30T23:50:05.245Z] 66b385cf80cf: Preparing [2020-12-30T23:50:05.245Z] e15b9d1b4434: Waiting [2020-12-30T23:50:05.245Z] 66b385cf80cf: Waiting [2020-12-30T23:50:05.518Z] 50808d573b7b: Pushed [2020-12-30T23:50:05.518Z] f7fe660ebd96: Pushed [2020-12-30T23:50:05.518Z] afa3637de4b1: Pushed [2020-12-30T23:50:05.518Z] cf68c95bbc6b: Pushed [2020-12-30T23:50:05.518Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:06.120Z] e15b9d1b4434: Pushed [2020-12-30T23:50:07.651Z] 7c75827fcecc: Pushed [2020-12-30T23:50:07.651Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:9e7f894bef0bc9181b6230a8560eec4db261fd0c21905d5ce8fe7b374844b180 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:07.998Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:08.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:08.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-30T23:50:08.333Z] afa3637de4b1: Preparing [2020-12-30T23:50:08.333Z] 50808d573b7b: Preparing [2020-12-30T23:50:08.333Z] cf68c95bbc6b: Preparing [2020-12-30T23:50:08.333Z] 7c75827fcecc: Preparing [2020-12-30T23:50:08.333Z] f7fe660ebd96: Preparing [2020-12-30T23:50:08.333Z] e15b9d1b4434: Preparing [2020-12-30T23:50:08.333Z] 66b385cf80cf: Preparing [2020-12-30T23:50:08.333Z] e15b9d1b4434: Waiting [2020-12-30T23:50:08.333Z] 66b385cf80cf: Waiting [2020-12-30T23:50:08.605Z] cf68c95bbc6b: Layer already exists [2020-12-30T23:50:08.605Z] 7c75827fcecc: Layer already exists [2020-12-30T23:50:08.605Z] 50808d573b7b: Layer already exists [2020-12-30T23:50:08.605Z] afa3637de4b1: Layer already exists [2020-12-30T23:50:08.605Z] f7fe660ebd96: Layer already exists [2020-12-30T23:50:08.605Z] e15b9d1b4434: Layer already exists [2020-12-30T23:50:08.605Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:08.605Z] 2.0.0-dev.22: digest: sha256:9e7f894bef0bc9181b6230a8560eec4db261fd0c21905d5ce8fe7b374844b180 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:08.979Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:09.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:09.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-30T23:50:09.360Z] afa3637de4b1: Preparing [2020-12-30T23:50:09.360Z] 50808d573b7b: Preparing [2020-12-30T23:50:09.360Z] cf68c95bbc6b: Preparing [2020-12-30T23:50:09.360Z] 7c75827fcecc: Preparing [2020-12-30T23:50:09.360Z] f7fe660ebd96: Preparing [2020-12-30T23:50:09.360Z] e15b9d1b4434: Preparing [2020-12-30T23:50:09.360Z] 66b385cf80cf: Preparing [2020-12-30T23:50:09.360Z] e15b9d1b4434: Waiting [2020-12-30T23:50:09.360Z] 66b385cf80cf: Waiting [2020-12-30T23:50:09.629Z] f7fe660ebd96: Layer already exists [2020-12-30T23:50:09.629Z] 50808d573b7b: Layer already exists [2020-12-30T23:50:09.629Z] 7c75827fcecc: Layer already exists [2020-12-30T23:50:09.629Z] afa3637de4b1: Layer already exists [2020-12-30T23:50:09.629Z] cf68c95bbc6b: Layer already exists [2020-12-30T23:50:09.629Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:09.629Z] e15b9d1b4434: Layer already exists [2020-12-30T23:50:09.629Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:9e7f894bef0bc9181b6230a8560eec4db261fd0c21905d5ce8fe7b374844b180 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:09.980Z] + 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-30T23:50:10.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-30T23:50:10.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-30T23:50:10.313Z] afa3637de4b1: Preparing [2020-12-30T23:50:10.313Z] 50808d573b7b: Preparing [2020-12-30T23:50:10.313Z] cf68c95bbc6b: Preparing [2020-12-30T23:50:10.313Z] 7c75827fcecc: Preparing [2020-12-30T23:50:10.313Z] f7fe660ebd96: Preparing [2020-12-30T23:50:10.313Z] e15b9d1b4434: Preparing [2020-12-30T23:50:10.313Z] 66b385cf80cf: Preparing [2020-12-30T23:50:10.313Z] e15b9d1b4434: Waiting [2020-12-30T23:50:10.313Z] 7c75827fcecc: Layer already exists [2020-12-30T23:50:10.313Z] cf68c95bbc6b: Layer already exists [2020-12-30T23:50:10.313Z] 50808d573b7b: Layer already exists [2020-12-30T23:50:10.313Z] afa3637de4b1: Layer already exists [2020-12-30T23:50:10.313Z] f7fe660ebd96: Layer already exists [2020-12-30T23:50:10.593Z] e15b9d1b4434: Layer already exists [2020-12-30T23:50:10.593Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:10.593Z] master: digest: sha256:9e7f894bef0bc9181b6230a8560eec4db261fd0c21905d5ce8fe7b374844b180 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:10.788Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:10.833Z] taggedImages: [2020-12-30T23:50:10.833Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:10.833Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:10.833Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:10.833Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-30T23:50:10.900Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-30T23:50:10.900Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:10.900Z] 2.0.0-dev.22 [2020-12-30T23:50:10.900Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:10.900Z] master [2020-12-30T23:50:10.900Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:11.417Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:11.781Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:11.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-30T23:50:11.781Z] 421573464f11: Preparing [2020-12-30T23:50:11.781Z] c2aa2173ab3d: Preparing [2020-12-30T23:50:11.781Z] aacb65ea7031: Preparing [2020-12-30T23:50:11.781Z] cb688b428312: Preparing [2020-12-30T23:50:11.781Z] 39c1652d4486: Preparing [2020-12-30T23:50:11.781Z] 379067d0cb53: Preparing [2020-12-30T23:50:11.781Z] 379067d0cb53: Waiting [2020-12-30T23:50:12.093Z] cb688b428312: Pushed [2020-12-30T23:50:12.093Z] aacb65ea7031: Pushed [2020-12-30T23:50:12.094Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:12.370Z] 39c1652d4486: Pushed [2020-12-30T23:50:14.336Z] 421573464f11: Pushed [2020-12-30T23:50:14.336Z] c2aa2173ab3d: Pushed [2020-12-30T23:50:14.614Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:23732db6d2c361cea05cc85aaf97d4bd9c0a29c48ed8e71c6e67dd1333ffe2e5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:15.227Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:15.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:15.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-30T23:50:15.563Z] 421573464f11: Preparing [2020-12-30T23:50:15.563Z] c2aa2173ab3d: Preparing [2020-12-30T23:50:15.563Z] aacb65ea7031: Preparing [2020-12-30T23:50:15.563Z] cb688b428312: Preparing [2020-12-30T23:50:15.563Z] 39c1652d4486: Preparing [2020-12-30T23:50:15.563Z] 379067d0cb53: Preparing [2020-12-30T23:50:15.563Z] 379067d0cb53: Waiting [2020-12-30T23:50:15.563Z] 421573464f11: Layer already exists [2020-12-30T23:50:15.563Z] aacb65ea7031: Layer already exists [2020-12-30T23:50:15.563Z] 39c1652d4486: Layer already exists [2020-12-30T23:50:15.563Z] c2aa2173ab3d: Layer already exists [2020-12-30T23:50:15.563Z] cb688b428312: Layer already exists [2020-12-30T23:50:15.563Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:15.834Z] 2.0.0-dev.22: digest: sha256:23732db6d2c361cea05cc85aaf97d4bd9c0a29c48ed8e71c6e67dd1333ffe2e5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:16.176Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:16.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:16.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-30T23:50:16.512Z] 421573464f11: Preparing [2020-12-30T23:50:16.512Z] c2aa2173ab3d: Preparing [2020-12-30T23:50:16.512Z] aacb65ea7031: Preparing [2020-12-30T23:50:16.512Z] cb688b428312: Preparing [2020-12-30T23:50:16.512Z] 39c1652d4486: Preparing [2020-12-30T23:50:16.512Z] 379067d0cb53: Preparing [2020-12-30T23:50:16.512Z] 379067d0cb53: Waiting [2020-12-30T23:50:16.512Z] 421573464f11: Layer already exists [2020-12-30T23:50:16.512Z] aacb65ea7031: Layer already exists [2020-12-30T23:50:16.512Z] cb688b428312: Layer already exists [2020-12-30T23:50:16.512Z] c2aa2173ab3d: Layer already exists [2020-12-30T23:50:16.512Z] 39c1652d4486: Layer already exists [2020-12-30T23:50:16.512Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:16.782Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:23732db6d2c361cea05cc85aaf97d4bd9c0a29c48ed8e71c6e67dd1333ffe2e5 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:17.133Z] + 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-30T23:50:17.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-30T23:50:17.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-30T23:50:17.465Z] 421573464f11: Preparing [2020-12-30T23:50:17.465Z] c2aa2173ab3d: Preparing [2020-12-30T23:50:17.465Z] aacb65ea7031: Preparing [2020-12-30T23:50:17.465Z] cb688b428312: Preparing [2020-12-30T23:50:17.465Z] 39c1652d4486: Preparing [2020-12-30T23:50:17.465Z] 379067d0cb53: Preparing [2020-12-30T23:50:17.465Z] 379067d0cb53: Waiting [2020-12-30T23:50:17.465Z] 421573464f11: Layer already exists [2020-12-30T23:50:17.465Z] 39c1652d4486: Layer already exists [2020-12-30T23:50:17.465Z] cb688b428312: Layer already exists [2020-12-30T23:50:17.465Z] aacb65ea7031: Layer already exists [2020-12-30T23:50:17.465Z] c2aa2173ab3d: Layer already exists [2020-12-30T23:50:17.738Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:17.738Z] master: digest: sha256:23732db6d2c361cea05cc85aaf97d4bd9c0a29c48ed8e71c6e67dd1333ffe2e5 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:17.938Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:17.982Z] taggedImages: [2020-12-30T23:50:17.982Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:17.982Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:17.982Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:17.982Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-30T23:50:18.055Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-30T23:50:18.055Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:18.055Z] 2.0.0-dev.22 [2020-12-30T23:50:18.055Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:18.055Z] master [2020-12-30T23:50:18.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:18.555Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:18.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:18.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-30T23:50:18.889Z] 0cef5143f750: Preparing [2020-12-30T23:50:18.889Z] a7b32498a437: Preparing [2020-12-30T23:50:18.889Z] 2bcfc389350c: Preparing [2020-12-30T23:50:18.889Z] eda8e83f44c1: Preparing [2020-12-30T23:50:18.889Z] f8823c924acf: Preparing [2020-12-30T23:50:18.889Z] 3a0e30694560: Preparing [2020-12-30T23:50:18.889Z] 56d5fabbe6b9: Preparing [2020-12-30T23:50:18.889Z] 41df9fcaa8c8: Preparing [2020-12-30T23:50:18.889Z] 66b385cf80cf: Preparing [2020-12-30T23:50:18.889Z] 41df9fcaa8c8: Waiting [2020-12-30T23:50:18.889Z] 3a0e30694560: Waiting [2020-12-30T23:50:18.889Z] 66b385cf80cf: Waiting [2020-12-30T23:50:18.889Z] 56d5fabbe6b9: Waiting [2020-12-30T23:50:19.494Z] a7b32498a437: Pushed [2020-12-30T23:50:19.494Z] f8823c924acf: Pushed [2020-12-30T23:50:19.494Z] 0cef5143f750: Pushed [2020-12-30T23:50:19.494Z] 3a0e30694560: Pushed [2020-12-30T23:50:19.765Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:19.765Z] 56d5fabbe6b9: Pushed [2020-12-30T23:50:20.040Z] 41df9fcaa8c8: Pushed [2020-12-30T23:50:21.467Z] eda8e83f44c1: Pushed [2020-12-30T23:50:21.467Z] 2bcfc389350c: Pushed [2020-12-30T23:50:21.740Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:ad37d577b95499bea58ecd42d23591309c45682504d520d023f31cb91f28a33d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:22.103Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:22.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:22.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-30T23:50:22.440Z] 0cef5143f750: Preparing [2020-12-30T23:50:22.440Z] a7b32498a437: Preparing [2020-12-30T23:50:22.440Z] 2bcfc389350c: Preparing [2020-12-30T23:50:22.440Z] eda8e83f44c1: Preparing [2020-12-30T23:50:22.440Z] f8823c924acf: Preparing [2020-12-30T23:50:22.440Z] 3a0e30694560: Preparing [2020-12-30T23:50:22.440Z] 56d5fabbe6b9: Preparing [2020-12-30T23:50:22.440Z] 41df9fcaa8c8: Preparing [2020-12-30T23:50:22.440Z] 66b385cf80cf: Preparing [2020-12-30T23:50:22.440Z] 3a0e30694560: Waiting [2020-12-30T23:50:22.440Z] 56d5fabbe6b9: Waiting [2020-12-30T23:50:22.440Z] 41df9fcaa8c8: Waiting [2020-12-30T23:50:22.440Z] 66b385cf80cf: Waiting [2020-12-30T23:50:22.711Z] 0cef5143f750: Layer already exists [2020-12-30T23:50:22.711Z] 2bcfc389350c: Layer already exists [2020-12-30T23:50:22.711Z] f8823c924acf: Layer already exists [2020-12-30T23:50:22.711Z] eda8e83f44c1: Layer already exists [2020-12-30T23:50:22.711Z] a7b32498a437: Layer already exists [2020-12-30T23:50:22.711Z] 3a0e30694560: Layer already exists [2020-12-30T23:50:22.711Z] 41df9fcaa8c8: Layer already exists [2020-12-30T23:50:22.711Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:22.711Z] 56d5fabbe6b9: Layer already exists [2020-12-30T23:50:22.711Z] 2.0.0-dev.22: digest: sha256:ad37d577b95499bea58ecd42d23591309c45682504d520d023f31cb91f28a33d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:23.053Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:23.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:23.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-30T23:50:23.388Z] 0cef5143f750: Preparing [2020-12-30T23:50:23.388Z] a7b32498a437: Preparing [2020-12-30T23:50:23.388Z] 2bcfc389350c: Preparing [2020-12-30T23:50:23.388Z] eda8e83f44c1: Preparing [2020-12-30T23:50:23.388Z] f8823c924acf: Preparing [2020-12-30T23:50:23.388Z] 3a0e30694560: Preparing [2020-12-30T23:50:23.388Z] 56d5fabbe6b9: Preparing [2020-12-30T23:50:23.388Z] 41df9fcaa8c8: Preparing [2020-12-30T23:50:23.388Z] 66b385cf80cf: Preparing [2020-12-30T23:50:23.388Z] 56d5fabbe6b9: Waiting [2020-12-30T23:50:23.388Z] 41df9fcaa8c8: Waiting [2020-12-30T23:50:23.388Z] 3a0e30694560: Waiting [2020-12-30T23:50:23.388Z] 66b385cf80cf: Waiting [2020-12-30T23:50:23.388Z] 0cef5143f750: Layer already exists [2020-12-30T23:50:23.388Z] a7b32498a437: Layer already exists [2020-12-30T23:50:23.388Z] f8823c924acf: Layer already exists [2020-12-30T23:50:23.388Z] eda8e83f44c1: Layer already exists [2020-12-30T23:50:23.388Z] 2bcfc389350c: Layer already exists [2020-12-30T23:50:23.388Z] 3a0e30694560: Layer already exists [2020-12-30T23:50:23.388Z] 56d5fabbe6b9: Layer already exists [2020-12-30T23:50:23.388Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:23.388Z] 41df9fcaa8c8: Layer already exists [2020-12-30T23:50:23.656Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:ad37d577b95499bea58ecd42d23591309c45682504d520d023f31cb91f28a33d size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:23.995Z] + 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-30T23:50:24.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-30T23:50:24.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-30T23:50:24.343Z] 0cef5143f750: Preparing [2020-12-30T23:50:24.343Z] a7b32498a437: Preparing [2020-12-30T23:50:24.343Z] 2bcfc389350c: Preparing [2020-12-30T23:50:24.343Z] eda8e83f44c1: Preparing [2020-12-30T23:50:24.343Z] f8823c924acf: Preparing [2020-12-30T23:50:24.343Z] 3a0e30694560: Preparing [2020-12-30T23:50:24.343Z] 56d5fabbe6b9: Preparing [2020-12-30T23:50:24.343Z] 41df9fcaa8c8: Preparing [2020-12-30T23:50:24.343Z] 66b385cf80cf: Preparing [2020-12-30T23:50:24.344Z] 3a0e30694560: Waiting [2020-12-30T23:50:24.344Z] 56d5fabbe6b9: Waiting [2020-12-30T23:50:24.344Z] 41df9fcaa8c8: Waiting [2020-12-30T23:50:24.344Z] 0cef5143f750: Layer already exists [2020-12-30T23:50:24.344Z] eda8e83f44c1: Layer already exists [2020-12-30T23:50:24.344Z] a7b32498a437: Layer already exists [2020-12-30T23:50:24.344Z] f8823c924acf: Layer already exists [2020-12-30T23:50:24.344Z] 2bcfc389350c: Layer already exists [2020-12-30T23:50:24.617Z] 56d5fabbe6b9: Layer already exists [2020-12-30T23:50:24.617Z] 3a0e30694560: Layer already exists [2020-12-30T23:50:24.617Z] 66b385cf80cf: Layer already exists [2020-12-30T23:50:24.617Z] 41df9fcaa8c8: Layer already exists [2020-12-30T23:50:24.617Z] master: digest: sha256:ad37d577b95499bea58ecd42d23591309c45682504d520d023f31cb91f28a33d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:24.871Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:24.924Z] taggedImages: [2020-12-30T23:50:24.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:24.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:24.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:24.924Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-12-30T23:50:24.994Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-30T23:50:24.994Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:24.994Z] 2.0.0-dev.22 [2020-12-30T23:50:24.994Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:24.994Z] master [2020-12-30T23:50:24.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:25.510Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:25.849Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:25.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-30T23:50:25.849Z] fe800cc4c781: Preparing [2020-12-30T23:50:25.849Z] 5cf76acda223: Preparing [2020-12-30T23:50:25.849Z] f3c8d3aeacca: Preparing [2020-12-30T23:50:25.849Z] adb7f15baf0f: Preparing [2020-12-30T23:50:25.849Z] 6d3271483e62: Preparing [2020-12-30T23:50:25.849Z] 9efd587d354e: Preparing [2020-12-30T23:50:25.849Z] 9efd587d354e: Waiting [2020-12-30T23:50:26.121Z] f3c8d3aeacca: Pushed [2020-12-30T23:50:26.121Z] fe800cc4c781: Pushed [2020-12-30T23:50:26.121Z] adb7f15baf0f: Pushed [2020-12-30T23:50:26.393Z] 6d3271483e62: Pushed [2020-12-30T23:50:26.669Z] 9efd587d354e: Pushed [2020-12-30T23:50:28.651Z] 5cf76acda223: Pushed [2020-12-30T23:50:28.651Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:b1457a5a4c786d1655c21ca3fa442a5988c64ffc3be9b352b21b779cf89994cd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:28.992Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:29.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:29.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-30T23:50:29.337Z] fe800cc4c781: Preparing [2020-12-30T23:50:29.337Z] 5cf76acda223: Preparing [2020-12-30T23:50:29.337Z] f3c8d3aeacca: Preparing [2020-12-30T23:50:29.337Z] adb7f15baf0f: Preparing [2020-12-30T23:50:29.337Z] 6d3271483e62: Preparing [2020-12-30T23:50:29.337Z] 9efd587d354e: Preparing [2020-12-30T23:50:29.337Z] 9efd587d354e: Waiting [2020-12-30T23:50:29.337Z] 5cf76acda223: Layer already exists [2020-12-30T23:50:29.337Z] f3c8d3aeacca: Layer already exists [2020-12-30T23:50:29.337Z] fe800cc4c781: Layer already exists [2020-12-30T23:50:29.337Z] 6d3271483e62: Layer already exists [2020-12-30T23:50:29.337Z] adb7f15baf0f: Layer already exists [2020-12-30T23:50:29.337Z] 9efd587d354e: Layer already exists [2020-12-30T23:50:29.608Z] 2.0.0-dev.22: digest: sha256:b1457a5a4c786d1655c21ca3fa442a5988c64ffc3be9b352b21b779cf89994cd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:29.967Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:30.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:30.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-30T23:50:30.371Z] fe800cc4c781: Preparing [2020-12-30T23:50:30.371Z] 5cf76acda223: Preparing [2020-12-30T23:50:30.371Z] f3c8d3aeacca: Preparing [2020-12-30T23:50:30.371Z] adb7f15baf0f: Preparing [2020-12-30T23:50:30.371Z] 6d3271483e62: Preparing [2020-12-30T23:50:30.371Z] 9efd587d354e: Preparing [2020-12-30T23:50:30.371Z] 9efd587d354e: Waiting [2020-12-30T23:50:30.371Z] 6d3271483e62: Layer already exists [2020-12-30T23:50:30.371Z] fe800cc4c781: Layer already exists [2020-12-30T23:50:30.371Z] 5cf76acda223: Layer already exists [2020-12-30T23:50:30.371Z] f3c8d3aeacca: Layer already exists [2020-12-30T23:50:30.371Z] adb7f15baf0f: Layer already exists [2020-12-30T23:50:30.644Z] 9efd587d354e: Layer already exists [2020-12-30T23:50:30.644Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:b1457a5a4c786d1655c21ca3fa442a5988c64ffc3be9b352b21b779cf89994cd size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:31.010Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:31.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-30T23:50:31.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-30T23:50:31.357Z] fe800cc4c781: Preparing [2020-12-30T23:50:31.357Z] 5cf76acda223: Preparing [2020-12-30T23:50:31.357Z] f3c8d3aeacca: Preparing [2020-12-30T23:50:31.357Z] adb7f15baf0f: Preparing [2020-12-30T23:50:31.357Z] 6d3271483e62: Preparing [2020-12-30T23:50:31.357Z] 9efd587d354e: Preparing [2020-12-30T23:50:31.357Z] adb7f15baf0f: Layer already exists [2020-12-30T23:50:31.357Z] 5cf76acda223: Layer already exists [2020-12-30T23:50:31.357Z] 6d3271483e62: Layer already exists [2020-12-30T23:50:31.357Z] f3c8d3aeacca: Layer already exists [2020-12-30T23:50:31.357Z] fe800cc4c781: Layer already exists [2020-12-30T23:50:31.357Z] 9efd587d354e: Layer already exists [2020-12-30T23:50:31.629Z] master: digest: sha256:b1457a5a4c786d1655c21ca3fa442a5988c64ffc3be9b352b21b779cf89994cd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:31.848Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:31.892Z] taggedImages: [2020-12-30T23:50:31.892Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:31.892Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:31.892Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:31.892Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-30T23:50:31.955Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-30T23:50:31.955Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:31.955Z] 2.0.0-dev.22 [2020-12-30T23:50:31.955Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:31.955Z] master [2020-12-30T23:50:31.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:32.473Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:32.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:32.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-30T23:50:32.815Z] a741b1c0238a: Preparing [2020-12-30T23:50:32.815Z] 0d111147ee58: Preparing [2020-12-30T23:50:32.815Z] f89906fa7098: Preparing [2020-12-30T23:50:33.411Z] a741b1c0238a: Pushed [2020-12-30T23:50:33.411Z] f89906fa7098: Pushed [2020-12-30T23:50:35.374Z] 0d111147ee58: Pushed [2020-12-30T23:50:35.651Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:01345e8847f37b45357fbe2872891d1f42198efd402812be81429bc5cfa3f249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:35.989Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:36.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:36.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-30T23:50:36.322Z] a741b1c0238a: Preparing [2020-12-30T23:50:36.322Z] 0d111147ee58: Preparing [2020-12-30T23:50:36.322Z] f89906fa7098: Preparing [2020-12-30T23:50:36.594Z] 0d111147ee58: Layer already exists [2020-12-30T23:50:36.594Z] f89906fa7098: Layer already exists [2020-12-30T23:50:36.594Z] a741b1c0238a: Layer already exists [2020-12-30T23:50:36.594Z] 2.0.0-dev.22: digest: sha256:01345e8847f37b45357fbe2872891d1f42198efd402812be81429bc5cfa3f249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:36.934Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:37.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:37.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-30T23:50:37.276Z] a741b1c0238a: Preparing [2020-12-30T23:50:37.276Z] 0d111147ee58: Preparing [2020-12-30T23:50:37.276Z] f89906fa7098: Preparing [2020-12-30T23:50:37.276Z] f89906fa7098: Layer already exists [2020-12-30T23:50:37.276Z] a741b1c0238a: Layer already exists [2020-12-30T23:50:37.276Z] 0d111147ee58: Layer already exists [2020-12-30T23:50:37.551Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:01345e8847f37b45357fbe2872891d1f42198efd402812be81429bc5cfa3f249 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:37.900Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:38.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-30T23:50:38.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-30T23:50:38.272Z] a741b1c0238a: Preparing [2020-12-30T23:50:38.272Z] 0d111147ee58: Preparing [2020-12-30T23:50:38.272Z] f89906fa7098: Preparing [2020-12-30T23:50:38.272Z] f89906fa7098: Layer already exists [2020-12-30T23:50:38.272Z] 0d111147ee58: Layer already exists [2020-12-30T23:50:38.272Z] a741b1c0238a: Layer already exists [2020-12-30T23:50:38.544Z] master: digest: sha256:01345e8847f37b45357fbe2872891d1f42198efd402812be81429bc5cfa3f249 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:38.824Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:38.880Z] taggedImages: [2020-12-30T23:50:38.880Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:38.880Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:38.880Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:38.880Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-30T23:50:38.965Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-30T23:50:38.965Z] 68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:38.965Z] 2.0.0-dev.22 [2020-12-30T23:50:38.965Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:38.965Z] master [2020-12-30T23:50:38.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:39.516Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:39.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:39.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-30T23:50:39.869Z] 9f09e787a7f6: Preparing [2020-12-30T23:50:39.869Z] 4d65244cfed7: Preparing [2020-12-30T23:50:39.869Z] b4bcb26ea333: Preparing [2020-12-30T23:50:39.869Z] 6e04b4d25154: Preparing [2020-12-30T23:50:39.869Z] 268f2f51db39: Preparing [2020-12-30T23:50:39.869Z] 0e7918ffd37a: Preparing [2020-12-30T23:50:39.869Z] fd0c9cfd6105: Preparing [2020-12-30T23:50:39.869Z] 810929c4e214: Preparing [2020-12-30T23:50:39.869Z] 52785e09ca18: Preparing [2020-12-30T23:50:39.869Z] 25d05c0af8f6: Preparing [2020-12-30T23:50:39.869Z] 7d66c039c378: Preparing [2020-12-30T23:50:39.869Z] 639b2dbb9529: Preparing [2020-12-30T23:50:39.869Z] 40cbbeaa4e8b: Preparing [2020-12-30T23:50:39.869Z] 379067d0cb53: Preparing [2020-12-30T23:50:39.869Z] 0e7918ffd37a: Waiting [2020-12-30T23:50:39.869Z] fd0c9cfd6105: Waiting [2020-12-30T23:50:39.869Z] 810929c4e214: Waiting [2020-12-30T23:50:39.869Z] 52785e09ca18: Waiting [2020-12-30T23:50:39.869Z] 25d05c0af8f6: Waiting [2020-12-30T23:50:39.869Z] 7d66c039c378: Waiting [2020-12-30T23:50:39.869Z] 639b2dbb9529: Waiting [2020-12-30T23:50:39.869Z] 40cbbeaa4e8b: Waiting [2020-12-30T23:50:40.467Z] 268f2f51db39: Pushed [2020-12-30T23:50:40.741Z] 9f09e787a7f6: Pushed [2020-12-30T23:50:41.024Z] 6e04b4d25154: Pushed [2020-12-30T23:50:41.304Z] 810929c4e214: Layer already exists [2020-12-30T23:50:41.304Z] 52785e09ca18: Layer already exists [2020-12-30T23:50:41.304Z] fd0c9cfd6105: Pushed [2020-12-30T23:50:41.304Z] 25d05c0af8f6: Layer already exists [2020-12-30T23:50:41.304Z] 7d66c039c378: Layer already exists [2020-12-30T23:50:41.304Z] 639b2dbb9529: Layer already exists [2020-12-30T23:50:41.304Z] 40cbbeaa4e8b: Layer already exists [2020-12-30T23:50:41.304Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:41.934Z] 4d65244cfed7: Pushed [2020-12-30T23:50:42.930Z] 0e7918ffd37a: Pushed [2020-12-30T23:50:53.092Z] b4bcb26ea333: Pushed [2020-12-30T23:50:53.092Z] 68a8f910767166238b38b7946bcb5bba3869a893: digest: sha256:1be56147016f062f958938909bde9acbbee197f5df3a1df1d9ceb7e89ee3d9c6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:53.453Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:53.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:53.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-30T23:50:53.782Z] 9f09e787a7f6: Preparing [2020-12-30T23:50:53.782Z] 4d65244cfed7: Preparing [2020-12-30T23:50:53.782Z] b4bcb26ea333: Preparing [2020-12-30T23:50:53.782Z] 6e04b4d25154: Preparing [2020-12-30T23:50:53.782Z] 268f2f51db39: Preparing [2020-12-30T23:50:53.782Z] 0e7918ffd37a: Preparing [2020-12-30T23:50:53.782Z] fd0c9cfd6105: Preparing [2020-12-30T23:50:53.782Z] 810929c4e214: Preparing [2020-12-30T23:50:53.782Z] 52785e09ca18: Preparing [2020-12-30T23:50:53.782Z] 25d05c0af8f6: Preparing [2020-12-30T23:50:53.782Z] 7d66c039c378: Preparing [2020-12-30T23:50:53.782Z] 639b2dbb9529: Preparing [2020-12-30T23:50:53.782Z] 40cbbeaa4e8b: Preparing [2020-12-30T23:50:53.782Z] 379067d0cb53: Preparing [2020-12-30T23:50:53.782Z] fd0c9cfd6105: Waiting [2020-12-30T23:50:53.782Z] 810929c4e214: Waiting [2020-12-30T23:50:53.782Z] 0e7918ffd37a: Waiting [2020-12-30T23:50:53.782Z] 52785e09ca18: Waiting [2020-12-30T23:50:53.782Z] 25d05c0af8f6: Waiting [2020-12-30T23:50:53.782Z] 40cbbeaa4e8b: Waiting [2020-12-30T23:50:53.782Z] 7d66c039c378: Waiting [2020-12-30T23:50:53.782Z] 379067d0cb53: Waiting [2020-12-30T23:50:53.782Z] 639b2dbb9529: Waiting [2020-12-30T23:50:53.782Z] b4bcb26ea333: Layer already exists [2020-12-30T23:50:53.782Z] 4d65244cfed7: Layer already exists [2020-12-30T23:50:53.782Z] 6e04b4d25154: Layer already exists [2020-12-30T23:50:53.782Z] 268f2f51db39: Layer already exists [2020-12-30T23:50:53.782Z] 9f09e787a7f6: Layer already exists [2020-12-30T23:50:54.054Z] 810929c4e214: Layer already exists [2020-12-30T23:50:54.054Z] 52785e09ca18: Layer already exists [2020-12-30T23:50:54.054Z] fd0c9cfd6105: Layer already exists [2020-12-30T23:50:54.054Z] 0e7918ffd37a: Layer already exists [2020-12-30T23:50:54.054Z] 25d05c0af8f6: Layer already exists [2020-12-30T23:50:54.055Z] 7d66c039c378: Layer already exists [2020-12-30T23:50:54.055Z] 639b2dbb9529: Layer already exists [2020-12-30T23:50:54.055Z] 40cbbeaa4e8b: Layer already exists [2020-12-30T23:50:54.055Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:54.055Z] 2.0.0-dev.22: digest: sha256:1be56147016f062f958938909bde9acbbee197f5df3a1df1d9ceb7e89ee3d9c6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:54.394Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:54.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:54.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-30T23:50:54.718Z] 9f09e787a7f6: Preparing [2020-12-30T23:50:54.718Z] 4d65244cfed7: Preparing [2020-12-30T23:50:54.718Z] b4bcb26ea333: Preparing [2020-12-30T23:50:54.718Z] 6e04b4d25154: Preparing [2020-12-30T23:50:54.718Z] 268f2f51db39: Preparing [2020-12-30T23:50:54.718Z] 0e7918ffd37a: Preparing [2020-12-30T23:50:54.718Z] fd0c9cfd6105: Preparing [2020-12-30T23:50:54.718Z] 810929c4e214: Preparing [2020-12-30T23:50:54.718Z] 52785e09ca18: Preparing [2020-12-30T23:50:54.718Z] 25d05c0af8f6: Preparing [2020-12-30T23:50:54.718Z] 7d66c039c378: Preparing [2020-12-30T23:50:54.718Z] 639b2dbb9529: Preparing [2020-12-30T23:50:54.718Z] 40cbbeaa4e8b: Preparing [2020-12-30T23:50:54.718Z] 379067d0cb53: Preparing [2020-12-30T23:50:54.718Z] 0e7918ffd37a: Waiting [2020-12-30T23:50:54.718Z] fd0c9cfd6105: Waiting [2020-12-30T23:50:54.718Z] 810929c4e214: Waiting [2020-12-30T23:50:54.718Z] 52785e09ca18: Waiting [2020-12-30T23:50:54.718Z] 25d05c0af8f6: Waiting [2020-12-30T23:50:54.718Z] 7d66c039c378: Waiting [2020-12-30T23:50:54.718Z] 639b2dbb9529: Waiting [2020-12-30T23:50:54.718Z] 40cbbeaa4e8b: Waiting [2020-12-30T23:50:54.718Z] 379067d0cb53: Waiting [2020-12-30T23:50:54.718Z] 9f09e787a7f6: Layer already exists [2020-12-30T23:50:54.718Z] 4d65244cfed7: Layer already exists [2020-12-30T23:50:54.718Z] 6e04b4d25154: Layer already exists [2020-12-30T23:50:54.718Z] b4bcb26ea333: Layer already exists [2020-12-30T23:50:54.718Z] 268f2f51db39: Layer already exists [2020-12-30T23:50:54.718Z] fd0c9cfd6105: Layer already exists [2020-12-30T23:50:54.718Z] 0e7918ffd37a: Layer already exists [2020-12-30T23:50:54.718Z] 52785e09ca18: Layer already exists [2020-12-30T23:50:54.987Z] 810929c4e214: Layer already exists [2020-12-30T23:50:54.987Z] 25d05c0af8f6: Layer already exists [2020-12-30T23:50:54.987Z] 639b2dbb9529: Layer already exists [2020-12-30T23:50:54.987Z] 7d66c039c378: Layer already exists [2020-12-30T23:50:54.987Z] 40cbbeaa4e8b: Layer already exists [2020-12-30T23:50:54.987Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:54.987Z] 68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22: digest: sha256:1be56147016f062f958938909bde9acbbee197f5df3a1df1d9ceb7e89ee3d9c6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:50:55.316Z] + 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-30T23:50:55.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-30T23:50:55.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-30T23:50:55.639Z] 9f09e787a7f6: Preparing [2020-12-30T23:50:55.639Z] 4d65244cfed7: Preparing [2020-12-30T23:50:55.639Z] b4bcb26ea333: Preparing [2020-12-30T23:50:55.639Z] 6e04b4d25154: Preparing [2020-12-30T23:50:55.639Z] 268f2f51db39: Preparing [2020-12-30T23:50:55.639Z] 0e7918ffd37a: Preparing [2020-12-30T23:50:55.639Z] fd0c9cfd6105: Preparing [2020-12-30T23:50:55.639Z] 810929c4e214: Preparing [2020-12-30T23:50:55.639Z] 52785e09ca18: Preparing [2020-12-30T23:50:55.639Z] 25d05c0af8f6: Preparing [2020-12-30T23:50:55.639Z] 7d66c039c378: Preparing [2020-12-30T23:50:55.639Z] 639b2dbb9529: Preparing [2020-12-30T23:50:55.639Z] 40cbbeaa4e8b: Preparing [2020-12-30T23:50:55.639Z] 379067d0cb53: Preparing [2020-12-30T23:50:55.639Z] 810929c4e214: Waiting [2020-12-30T23:50:55.639Z] 52785e09ca18: Waiting [2020-12-30T23:50:55.639Z] 25d05c0af8f6: Waiting [2020-12-30T23:50:55.639Z] 7d66c039c378: Waiting [2020-12-30T23:50:55.639Z] 639b2dbb9529: Waiting [2020-12-30T23:50:55.639Z] 40cbbeaa4e8b: Waiting [2020-12-30T23:50:55.639Z] 379067d0cb53: Waiting [2020-12-30T23:50:55.639Z] 0e7918ffd37a: Waiting [2020-12-30T23:50:55.639Z] fd0c9cfd6105: Waiting [2020-12-30T23:50:55.639Z] 6e04b4d25154: Layer already exists [2020-12-30T23:50:55.639Z] 9f09e787a7f6: Layer already exists [2020-12-30T23:50:55.639Z] b4bcb26ea333: Layer already exists [2020-12-30T23:50:55.639Z] 268f2f51db39: Layer already exists [2020-12-30T23:50:55.639Z] 4d65244cfed7: Layer already exists [2020-12-30T23:50:55.639Z] 52785e09ca18: Layer already exists [2020-12-30T23:50:55.639Z] fd0c9cfd6105: Layer already exists [2020-12-30T23:50:55.639Z] 810929c4e214: Layer already exists [2020-12-30T23:50:55.639Z] 0e7918ffd37a: Layer already exists [2020-12-30T23:50:55.639Z] 25d05c0af8f6: Layer already exists [2020-12-30T23:50:55.908Z] 639b2dbb9529: Layer already exists [2020-12-30T23:50:55.908Z] 7d66c039c378: Layer already exists [2020-12-30T23:50:55.908Z] 40cbbeaa4e8b: Layer already exists [2020-12-30T23:50:55.908Z] 379067d0cb53: Layer already exists [2020-12-30T23:50:58.506Z] master: digest: sha256:1be56147016f062f958938909bde9acbbee197f5df3a1df1d9ceb7e89ee3d9c6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-30T23:50:58.721Z] ===================================================== [Pipeline] echo [2020-12-30T23:50:58.768Z] taggedImages: [2020-12-30T23:50:58.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893 [2020-12-30T23:50:58.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.22 [2020-12-30T23:50:58.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:68a8f910767166238b38b7946bcb5bba3869a893-2.0.0-dev.22 [2020-12-30T23:50:58.768Z] - 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-30T23:51:01.321Z] provisioning config files... [2020-12-30T23:51:01.349Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/266@tmp/config5114671416092535886tmp [Pipeline] { [Pipeline] sh [2020-12-30T23:51:01.828Z] + set +x [2020-12-30T23:51:01.829Z] + curl -s https://codecov.io/bash [2020-12-30T23:51:01.829Z] + bash -s -- [2020-12-30T23:51:02.774Z] [2020-12-30T23:51:02.774Z] _____ _ [2020-12-30T23:51:02.774Z] / ____| | | [2020-12-30T23:51:02.774Z] | | ___ __| | ___ ___ _____ __ [2020-12-30T23:51:02.774Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-30T23:51:02.774Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-30T23:51:02.774Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-30T23:51:02.774Z] Bash-20201223-5ad85e3 [2020-12-30T23:51:02.774Z] [2020-12-30T23:51:02.774Z] [2020-12-30T23:51:02.774Z] ==> git version 2.24.3 found [2020-12-30T23:51:02.774Z] ==> 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-30T23:51:02.774Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-30T23:51:02.774Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-30T23:51:02.774Z] ==> Jenkins CI detected. [2020-12-30T23:51:02.774Z] project root: . [2020-12-30T23:51:02.774Z] --> token set from env [2020-12-30T23:51:02.774Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-30T23:51:02.774Z] ==> Running gcov in . (disable via -X gcov) [2020-12-30T23:51:03.035Z] ==> Python coveragepy not found [2020-12-30T23:51:03.035Z] ==> Searching for coverage reports in: [2020-12-30T23:51:03.035Z] + . [2020-12-30T23:51:03.035Z] -> Found 1 reports [2020-12-30T23:51:03.035Z] ==> Detecting git/mercurial file structure [2020-12-30T23:51:03.035Z] ==> Reading reports [2020-12-30T23:51:03.035Z] + ./coverage.out bytes=537189 [2020-12-30T23:51:03.035Z] ==> Appending adjustments [2020-12-30T23:51:03.035Z] https://docs.codecov.io/docs/fixing-reports [2020-12-30T23:51:06.433Z] + Found adjustments [2020-12-30T23:51:06.433Z] ==> Gzipping contents [2020-12-30T23:51:06.433Z] 80K /tmp/codecov.BQdnDb.gz [2020-12-30T23:51:06.433Z] ==> Uploading reports [2020-12-30T23:51:06.433Z] url: https://codecov.io [2020-12-30T23:51:06.433Z] query: branch=master&commit=68a8f910767166238b38b7946bcb5bba3869a893&build=266&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F266%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-30T23:51:06.433Z] -> Pinging Codecov [2020-12-30T23:51:06.433Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=68a8f910767166238b38b7946bcb5bba3869a893&build=266&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F266%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-30T23:51:06.433Z] -> Uploading to [2020-12-30T23:51:06.433Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-30/00271124DB129430A58F1EEE437C3FCB/68a8f910767166238b38b7946bcb5bba3869a893/e65d6812-de91-417a-95fe-bc640b51ffea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201230%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201230T235106Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16889524c3f8265dea9ff1d18104a0a0c5a7cda5f34618f585c123ba78f539f2 [2020-12-30T23:51:06.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-30T23:51:06.433Z] Dload Upload Total Spent Left Speed [2020-12-30T23:51:06.971Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81816 0 0 100 81816 0 115k --:--:-- --:--:-- --:--:-- 115k [2020-12-30T23:51:06.971Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/68a8f910767166238b38b7946bcb5bba3869a893 [Pipeline] } [2020-12-30T23:51:06.981Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-30T23:51:07.904Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-30T23:51:07.977Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:51:08.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-30T23:51:08.326Z] [2020-12-30T23:51:08.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:51:08.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-30T23:51:08.671Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-30T23:51:08.671Z] 188c0c94c7c5: Already exists [2020-12-30T23:51:08.671Z] 0ef7d3d256c8: Already exists [2020-12-30T23:51:08.671Z] de9db76c5a1d: Already exists [2020-12-30T23:51:08.671Z] 0eba1c9be4d2: Pulling fs layer [2020-12-30T23:51:08.671Z] 0d57e429df01: Pulling fs layer [2020-12-30T23:51:08.671Z] 4e4be7b47b0d: Pulling fs layer [2020-12-30T23:51:08.671Z] e1f770b5df2f: Pulling fs layer [2020-12-30T23:51:08.671Z] 85a0685a4137: Pulling fs layer [2020-12-30T23:51:08.671Z] e1f770b5df2f: Waiting [2020-12-30T23:51:08.671Z] 85a0685a4137: Waiting [2020-12-30T23:51:08.671Z] 0d57e429df01: Verifying Checksum [2020-12-30T23:51:08.671Z] 0d57e429df01: Download complete [2020-12-30T23:51:08.671Z] 4e4be7b47b0d: Verifying Checksum [2020-12-30T23:51:08.671Z] 4e4be7b47b0d: Download complete [2020-12-30T23:51:09.624Z] e1f770b5df2f: Verifying Checksum [2020-12-30T23:51:09.624Z] e1f770b5df2f: Download complete [2020-12-30T23:51:11.568Z] 0eba1c9be4d2: Download complete [2020-12-30T23:51:11.837Z] 85a0685a4137: Verifying Checksum [2020-12-30T23:51:11.838Z] 85a0685a4137: Download complete [2020-12-30T23:51:18.442Z] 0eba1c9be4d2: Pull complete [2020-12-30T23:51:18.442Z] 0d57e429df01: Pull complete [2020-12-30T23:51:18.707Z] 4e4be7b47b0d: Pull complete [2020-12-30T23:51:21.261Z] e1f770b5df2f: Pull complete [2020-12-30T23:51:39.427Z] 85a0685a4137: Pull complete [2020-12-30T23:51:39.427Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-30T23:51:39.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-30T23:51:39.427Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-30T23:51:39.630Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:51:39.710Z] $ 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/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-snyk-go:1.410.4 cat [2020-12-30T23:51:40.822Z] $ docker top 06f7e17dc9488d92fae619b43b8eba50c621e4cf6a2457e98575d172497c21b7 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-30T23:51:41.032Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-30T23:51:41.320Z] + set -o pipefail [2020-12-30T23:51:41.320Z] + snyk monitor '--org=edgex-jenkins' [2020-12-30T23:51:43.871Z] [2020-12-30T23:51:43.871Z] Monitoring /w/workspace/edgex-go/266... [2020-12-30T23:51:43.871Z] [2020-12-30T23:51:43.871Z] 'go list -json -deps ./...' command failed with error: go: github.com/edgexfoundry/go-mod-messaging@v0.1.29: reading https://nexus3.edgexfoundry.org/repository/go-proxy/github.com/edgexfoundry/go-mod-messaging/@v/v0.1.29.mod: 503 Service Unavailable [2020-12-30T23:51:43.871Z] [2020-12-30T23:51:43.871Z] [Pipeline] } [2020-12-30T23:51:43.886Z] $ docker stop --time=1 06f7e17dc9488d92fae619b43b8eba50c621e4cf6a2457e98575d172497c21b7 [2020-12-30T23:51:45.439Z] $ docker rm -f 06f7e17dc9488d92fae619b43b8eba50c621e4cf6a2457e98575d172497c21b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-30T23:51:45.770Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-30T23:51:47.536Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:51:48.415Z] ---> package-listing.sh [2020-12-30T23:51:48.415Z] ++ facter osfamily [2020-12-30T23:51:48.415Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-30T23:51:48.415Z] + OS_FAMILY=redhat [2020-12-30T23:51:48.415Z] + workspace=/w/workspace/edgex-go/266 [2020-12-30T23:51:48.415Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-30T23:51:48.415Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-30T23:51:48.415Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-30T23:51:48.415Z] + PACKAGES=/tmp/packages_start.txt [2020-12-30T23:51:48.415Z] + '[' /w/workspace/edgex-go/266 ']' [2020-12-30T23:51:48.415Z] + PACKAGES=/tmp/packages_end.txt [2020-12-30T23:51:48.415Z] + case "${OS_FAMILY}" in [2020-12-30T23:51:48.415Z] + rpm -qa [2020-12-30T23:51:48.415Z] + sort [2020-12-30T23:51:53.730Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-30T23:51:53.730Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-30T23:51:53.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-30T23:51:53.730Z] + '[' /w/workspace/edgex-go/266 ']' [2020-12-30T23:51:53.730Z] + mkdir -p /w/workspace/edgex-go/266/archives/ [2020-12-30T23:51:53.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/266/archives/ [Pipeline] echo [2020-12-30T23:51:53.744Z] 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/266/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-30T23:51:54.041Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:51:54.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T23:51:54.349Z] [2020-12-30T23:51:54.349Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-30T23:51:54.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T23:51:54.726Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-30T23:51:54.726Z] df20fa9351a1: Pulling fs layer [2020-12-30T23:51:54.726Z] 36b3adc4ff6f: Pulling fs layer [2020-12-30T23:51:54.726Z] 8ad3a11d3b57: Pulling fs layer [2020-12-30T23:51:54.726Z] 46f8f816bc3b: Pulling fs layer [2020-12-30T23:51:54.726Z] 93b61091891f: Pulling fs layer [2020-12-30T23:51:54.726Z] 93b9cdb0e59b: Pulling fs layer [2020-12-30T23:51:54.726Z] 5e14af77c1be: Pulling fs layer [2020-12-30T23:51:54.726Z] 01666e4c0597: Pulling fs layer [2020-12-30T23:51:54.726Z] aa168da1d23b: Pulling fs layer [2020-12-30T23:51:54.726Z] 46f8f816bc3b: Waiting [2020-12-30T23:51:54.726Z] 93b61091891f: Waiting [2020-12-30T23:51:54.726Z] 93b9cdb0e59b: Waiting [2020-12-30T23:51:54.726Z] 5e14af77c1be: Waiting [2020-12-30T23:51:54.726Z] 01666e4c0597: Waiting [2020-12-30T23:51:54.726Z] aa168da1d23b: Waiting [2020-12-30T23:51:54.726Z] 36b3adc4ff6f: Verifying Checksum [2020-12-30T23:51:54.726Z] 36b3adc4ff6f: Download complete [2020-12-30T23:51:54.726Z] 46f8f816bc3b: Verifying Checksum [2020-12-30T23:51:54.726Z] 46f8f816bc3b: Download complete [2020-12-30T23:51:54.726Z] df20fa9351a1: Download complete [2020-12-30T23:51:54.726Z] 93b9cdb0e59b: Verifying Checksum [2020-12-30T23:51:54.726Z] 93b9cdb0e59b: Download complete [2020-12-30T23:51:54.992Z] 93b61091891f: Download complete [2020-12-30T23:51:54.992Z] 01666e4c0597: Verifying Checksum [2020-12-30T23:51:54.992Z] 01666e4c0597: Download complete [2020-12-30T23:51:54.992Z] 5e14af77c1be: Verifying Checksum [2020-12-30T23:51:54.992Z] 5e14af77c1be: Download complete [2020-12-30T23:51:55.254Z] 8ad3a11d3b57: Verifying Checksum [2020-12-30T23:51:55.254Z] 8ad3a11d3b57: Download complete [2020-12-30T23:51:57.192Z] df20fa9351a1: Pull complete [2020-12-30T23:51:57.192Z] aa168da1d23b: Verifying Checksum [2020-12-30T23:51:57.192Z] aa168da1d23b: Download complete [2020-12-30T23:51:57.192Z] 36b3adc4ff6f: Pull complete [2020-12-30T23:51:57.777Z] 8ad3a11d3b57: Pull complete [2020-12-30T23:51:58.046Z] 46f8f816bc3b: Pull complete [2020-12-30T23:51:58.310Z] 93b61091891f: Pull complete [2020-12-30T23:51:58.571Z] 93b9cdb0e59b: Pull complete [2020-12-30T23:51:58.571Z] 5e14af77c1be: Pull complete [2020-12-30T23:51:58.833Z] 01666e4c0597: Pull complete [2020-12-30T23:52:11.104Z] aa168da1d23b: Pull complete [2020-12-30T23:52:11.104Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-30T23:52:11.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-30T23:52:11.104Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-30T23:52:11.329Z] prd-centos7-docker-4c-2g-17811 does not seem to be running inside a container [2020-12-30T23:52:11.383Z] $ 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/266/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/266 -v /w/workspace/edgex-go/266:/w/workspace/edgex-go/266:rw,z -v /w/workspace/edgex-go/266@tmp:/w/workspace/edgex-go/266@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-lftools-log-publisher:alpine cat [2020-12-30T23:52:14.924Z] $ docker top e05cd678e86a3d694714f43c1881b8027857df85948d446ac0ac66957d51ad45 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-30T23:52:15.431Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-30T23:52:15.729Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-30T23:52:16.026Z] + ls /var/log/sa-host [2020-12-30T23:52:16.026Z] + sadf -c /var/log/sa-host/sa23 [2020-12-30T23:52:16.026Z] file_magic: OK [2020-12-30T23:52:16.026Z] HZ: Using current value: 100 [2020-12-30T23:52:16.026Z] file_header: OK [2020-12-30T23:52:16.026Z] 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-30T23:52:16.026Z] Statistics: [2020-12-30T23:52:16.026Z] Hnuu...uuuununununu... [2020-12-30T23:52:16.026Z] File successfully converted to sysstat format version 12.2.1 [2020-12-30T23:52:16.026Z] + sadf -c /var/log/sa-host/sa30 [2020-12-30T23:52:16.026Z] file_magic: OK [2020-12-30T23:52:16.026Z] HZ: Using current value: 100 [2020-12-30T23:52:16.026Z] file_header: OK [2020-12-30T23:52:16.026Z] 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-30T23:52:16.026Z] Statistics: [2020-12-30T23:52:16.026Z] 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... [2020-12-30T23:52:16.026Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-30T23:52:16.692Z] provisioning config files... [2020-12-30T23:52:16.707Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/266@tmp/config1853868879987772809tmp [Pipeline] { [Pipeline] echo [2020-12-30T23:52:16.787Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:52:17.188Z] ---> create-netrc.sh [Pipeline] } [2020-12-30T23:52:17.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-30T23:52:17.322Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:52:17.640Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-30T23:52:17.650Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:52:17.944Z] ---> sudo-logs.sh [2020-12-30T23:52:17.944Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-30T23:52:17.956Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:52:18.249Z] ---> job-cost.sh [2020-12-30T23:52:18.249Z] lf-activate-venv: SKIPPING [2020-12-30T23:52:18.249Z] INFO: No Stack... [2020-12-30T23:52:19.191Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-30T23:52:19.763Z] INFO: Archiving Costs [Pipeline] echo [2020-12-30T23:52:19.778Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-30T23:52:20.092Z] ---> logs-deploy.sh [2020-12-30T23:52:20.092Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/266 [2020-12-30T23:52:20.092Z] INFO: archiving workspace using pattern(s): [2020-12-30T23:52:21.477Z] Archives upload complete. [2020-12-30T23:52:21.738Z] INFO: archiving logs to Nexus [2020-12-30T23:52:22.682Z] ---> uname -a: [2020-12-30T23:52:22.682Z] Linux prd-centos7-docker-4c-2g-17811.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-30T23:52:22.682Z] [2020-12-30T23:52:22.682Z]