Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0b9e13f6a351841bf3637770c27ae08320c32e9d 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-18846 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/280 [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/280 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Checking out Revision 0b9e13f6a351841bf3637770c27ae08320c32e9d (master) > 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 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 Commit message: "Merge pull request #2993 from soolaugust/patch-1" > git rev-list --no-walk fa73db002611977724c74faadafd397fb3003e92 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T10:13:49.766Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T10:13:50.108Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T10:13:50.271Z] ========================================================= [2021-01-07T10:13:50.271Z] EdgeX Global Pipelines Version Info [2021-01-07T10:13:50.271Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:13:51.793Z] ------------------- [2021-01-07T10:13:51.793Z] stable info: [2021-01-07T10:13:51.793Z] ------------------- [2021-01-07T10:13:51.793Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T10:13:51.793Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T10:13:51.793Z] Message: update stable to v1.0.173 [2021-01-07T10:13:52.739Z] ------------------- [2021-01-07T10:13:52.740Z] experimental info: [2021-01-07T10:13:52.740Z] ------------------- [2021-01-07T10:13:52.740Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T10:13:52.740Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T10:13:52.740Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T10:13:53.066Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-07T10:13:53.190Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-07T10:13:53.299Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T10:13:53.415Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T10:13:53.519Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T10:13:53.622Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T10:13:53.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T10:13:53.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-07T10:13:53.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-07T10:13:54.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-07T10:13:54.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T10:13:54.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T10:13:54.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T10:13:54.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T10:13:54.535Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T10:13:54.633Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T10:13:54.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T10:13:54.824Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T10:13:54.920Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T10:13:55.019Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T10:13:55.120Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-07T10:13:55.232Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T10:13:55.333Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T10:13:55.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-07T10:13:55.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-07T10:13:55.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-07T10:13:55.722Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] echo [2021-01-07T10:13:55.821Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b9e13f [Pipeline] echo [2021-01-07T10:13:55.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T10:13:56.163Z] provisioning config files... [2021-01-07T10:13:56.222Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config5220685903614476724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:13:56.588Z] ---> docker-login.sh [2021-01-07T10:13:56.588Z] nexus3.edgexfoundry.org:10001 [2021-01-07T10:13:56.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:13:57.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:13:57.131Z] Configure a credential helper to remove this warning. See [2021-01-07T10:13:57.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:13:57.131Z] [2021-01-07T10:13:57.131Z] Login Succeeded [2021-01-07T10:13:57.131Z] nexus3.edgexfoundry.org:10002 [2021-01-07T10:13:57.131Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:13:57.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:13:57.394Z] Configure a credential helper to remove this warning. See [2021-01-07T10:13:57.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:13:57.394Z] [2021-01-07T10:13:57.394Z] Login Succeeded [2021-01-07T10:13:57.394Z] nexus3.edgexfoundry.org:10003 [2021-01-07T10:13:57.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:13:57.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:13:57.394Z] Configure a credential helper to remove this warning. See [2021-01-07T10:13:57.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:13:57.394Z] [2021-01-07T10:13:57.394Z] Login Succeeded [2021-01-07T10:13:57.394Z] nexus3.edgexfoundry.org:10004 [2021-01-07T10:13:57.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:13:57.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:13:57.657Z] Configure a credential helper to remove this warning. See [2021-01-07T10:13:57.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:13:57.657Z] [2021-01-07T10:13:57.657Z] Login Succeeded [2021-01-07T10:13:57.657Z] docker.io [2021-01-07T10:13:57.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:13:58.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:13:58.183Z] Configure a credential helper to remove this warning. See [2021-01-07T10:13:58.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:13:58.183Z] [2021-01-07T10:13:58.183Z] Login Succeeded [2021-01-07T10:13:58.183Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T10:13:58.194Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T10:13:58.713Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/core-command/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/core-data/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-07T10:13:58.713Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-07T10:13:58.713Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-07T10:13:58.713Z] ++ cut -d/ -f2 [2021-01-07T10:13:58.713Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-07T10:13:58.877Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:14:00.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T10:14:00.599Z] [2021-01-07T10:14:00.599Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:14:00.949Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T10:14:00.949Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T10:14:00.949Z] 31603596830f: Pulling fs layer [2021-01-07T10:14:00.949Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T10:14:00.949Z] 6ca5941a6612: Pulling fs layer [2021-01-07T10:14:00.949Z] ecc8261a40a4: Pulling fs layer [2021-01-07T10:14:00.949Z] ecc8261a40a4: Waiting [2021-01-07T10:14:00.949Z] 2a8b12db71e7: Download complete [2021-01-07T10:14:01.217Z] 31603596830f: Verifying Checksum [2021-01-07T10:14:01.217Z] 31603596830f: Download complete [2021-01-07T10:14:01.217Z] ecc8261a40a4: Verifying Checksum [2021-01-07T10:14:01.217Z] ecc8261a40a4: Download complete [2021-01-07T10:14:01.487Z] 6ca5941a6612: Verifying Checksum [2021-01-07T10:14:01.487Z] 6ca5941a6612: Download complete [2021-01-07T10:14:01.487Z] 31603596830f: Pull complete [2021-01-07T10:14:01.758Z] 2a8b12db71e7: Pull complete [2021-01-07T10:14:02.754Z] 6ca5941a6612: Pull complete [2021-01-07T10:14:03.016Z] ecc8261a40a4: Pull complete [2021-01-07T10:14:03.016Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T10:14:03.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T10:14:03.016Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T10:14:03.170Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:14:03.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:14:05.851Z] $ docker top 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T10:14:06.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T10:14:06.173Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T10:14:06.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T10:14:06.404Z] $ docker exec 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 ssh-agent [2021-01-07T10:14:06.581Z] SSH_AUTH_SOCK=/tmp/ssh-Xq9NokLHTL0y/agent.11 [2021-01-07T10:14:06.581Z] SSH_AGENT_PID=16 [2021-01-07T10:14:06.596Z] Running ssh-add (command line suppressed) [2021-01-07T10:14:06.716Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_7256119779239757881.key (/w/workspace/edgex-go/280@tmp/private_key_7256119779239757881.key) [2021-01-07T10:14:06.769Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T10:14:07.113Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T10:14:07.138Z] $ docker exec --env ******** --env ******** 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 ssh-agent -k [2021-01-07T10:14:07.253Z] unset SSH_AUTH_SOCK; [2021-01-07T10:14:07.254Z] unset SSH_AGENT_PID; [2021-01-07T10:14:07.254Z] echo Agent pid 16 killed; [2021-01-07T10:14:07.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T10:14:07.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T10:14:07.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T10:14:07.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T10:14:07.607Z] $ docker exec 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 ssh-agent [2021-01-07T10:14:07.766Z] SSH_AUTH_SOCK=/tmp/ssh-06xQ80ispRGd/agent.45 [2021-01-07T10:14:07.766Z] SSH_AGENT_PID=50 [2021-01-07T10:14:07.774Z] Running ssh-add (command line suppressed) [2021-01-07T10:14:07.892Z] Identity added: /w/workspace/edgex-go/280@tmp/private_key_8674537346971508345.key (/w/workspace/edgex-go/280@tmp/private_key_8674537346971508345.key) [2021-01-07T10:14:07.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T10:14:08.279Z] + git semver init [2021-01-07T10:14:08.279Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T10:14:08.279Z] # $GIT_DIR = /w/workspace/edgex-go/280/.git [2021-01-07T10:14:08.279Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/280 [2021-01-07T10:14:08.279Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T10:14:08.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T10:14:08.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T10:14:08.279Z] # $SEMVER_BRANCH = master [2021-01-07T10:14:08.279Z] # $SEMVER_TEMP = /tmp/semver-425720506 [2021-01-07T10:14:08.279Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-07T10:14:30.283Z] # '/tmp/semver-425720506' -> '/w/workspace/edgex-go/280/.semver' [2021-01-07T10:14:30.283Z] # -> Force: false [2021-01-07T10:14:30.283Z] # $SEMVER_DIR = /w/workspace/edgex-go/280/.semver [Pipeline] } [2021-01-07T10:14:30.301Z] $ docker exec --env ******** --env ******** 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 ssh-agent -k [2021-01-07T10:14:30.553Z] unset SSH_AUTH_SOCK; [2021-01-07T10:14:30.553Z] unset SSH_AGENT_PID; [2021-01-07T10:14:30.553Z] echo Agent pid 50 killed; [2021-01-07T10:14:30.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T10:14:31.167Z] + git semver [Pipeline] } [2021-01-07T10:14:31.186Z] $ docker stop --time=1 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 [2021-01-07T10:14:33.074Z] $ docker rm -f 437eb458a4f3364c4d11fc5537e83deab944a940c44e98c7f365e123ed5d2534 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T10:14:33.621Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T10:14:34.172Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T10:14:34.175Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T10:14:35.116Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T10:14:35.420Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T10:14:35.721Z] + sudo service docker restart [2021-01-07T10:14:35.721Z] + true [2021-01-07T10:14:35.721Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-07T10:14:36.315Z] ========================================================= [2021-01-07T10:14:36.315Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T10:14:36.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:14:36.667Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-07T10:14:40.904Z] Sending build context to Docker daemon 326.4MB [2021-01-07T10:14:40.904Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T10:14:40.904Z] Step 2/6 : FROM ${BASE} [2021-01-07T10:14:41.170Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T10:14:41.170Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T10:14:41.170Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T10:14:41.170Z] de9db76c5a1d: Pulling fs layer [2021-01-07T10:14:41.170Z] bca2f99d35d6: Pulling fs layer [2021-01-07T10:14:41.170Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T10:14:41.170Z] 7c6f9722023f: Pulling fs layer [2021-01-07T10:14:41.170Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T10:14:41.170Z] 93359f2a8cfa: Waiting [2021-01-07T10:14:41.170Z] 7c6f9722023f: Waiting [2021-01-07T10:14:41.170Z] a35cf1a2eb13: Waiting [2021-01-07T10:14:41.170Z] bca2f99d35d6: Waiting [2021-01-07T10:14:41.170Z] de9db76c5a1d: Verifying Checksum [2021-01-07T10:14:41.170Z] de9db76c5a1d: Download complete [2021-01-07T10:14:41.170Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T10:14:41.170Z] 0ef7d3d256c8: Download complete [2021-01-07T10:14:41.170Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T10:14:41.170Z] 93359f2a8cfa: Download complete [2021-01-07T10:14:41.170Z] 7c6f9722023f: Verifying Checksum [2021-01-07T10:14:41.170Z] 7c6f9722023f: Download complete [2021-01-07T10:14:41.170Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T10:14:41.170Z] 188c0c94c7c5: Download complete [2021-01-07T10:14:41.435Z] 188c0c94c7c5: Pull complete [2021-01-07T10:14:41.698Z] 0ef7d3d256c8: Pull complete [2021-01-07T10:14:41.965Z] de9db76c5a1d: Pull complete [2021-01-07T10:14:43.914Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T10:14:43.914Z] a35cf1a2eb13: Download complete [2021-01-07T10:14:44.493Z] bca2f99d35d6: Verifying Checksum [2021-01-07T10:14:44.493Z] bca2f99d35d6: Download complete [2021-01-07T10:14:49.599Z] Still waiting to schedule task [2021-01-07T10:14:49.600Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-07T10:14:49.818Z] bca2f99d35d6: Pull complete [2021-01-07T10:14:49.818Z] 93359f2a8cfa: Pull complete [2021-01-07T10:14:50.082Z] 7c6f9722023f: Pull complete [2021-01-07T10:14:55.411Z] a35cf1a2eb13: Pull complete [2021-01-07T10:14:55.412Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T10:14:55.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T10:14:55.412Z] ---> a62c8e92a672 [2021-01-07T10:14:55.412Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-07T10:14:55.690Z] ---> Running in bf0f5798c02d [2021-01-07T10:14:56.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:14:57.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:14:57.479Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T10:14:57.742Z] (2/12) Installing file (5.38-r0) [2021-01-07T10:14:57.742Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T10:14:58.005Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T10:15:08.051Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T10:15:08.051Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T10:15:08.051Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T10:15:08.051Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T10:15:08.051Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T10:15:08.051Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T10:15:08.051Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T10:15:08.051Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T10:15:08.051Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:15:08.051Z] OK: 233 MiB in 51 packages [2021-01-07T10:15:10.614Z] Removing intermediate container bf0f5798c02d [2021-01-07T10:15:10.614Z] ---> d33b9896eb36 [2021-01-07T10:15:10.614Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T10:15:10.879Z] ---> Running in 32736da98b15 [2021-01-07T10:15:10.879Z] Removing intermediate container 32736da98b15 [2021-01-07T10:15:10.879Z] ---> 2267e4fce6ba [2021-01-07T10:15:10.879Z] Step 5/6 : COPY go.mod . [2021-01-07T10:15:11.143Z] ---> c115fb6ed9d4 [2021-01-07T10:15:11.143Z] Step 6/6 : RUN go mod download [2021-01-07T10:15:11.407Z] ---> Running in 911933d5ec09 [2021-01-07T10:15:33.432Z] Removing intermediate container 911933d5ec09 [2021-01-07T10:15:33.432Z] ---> 26d9746aa2e0 [2021-01-07T10:15:33.432Z] Successfully built 26d9746aa2e0 [2021-01-07T10:15:33.432Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:15:33.759Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T10:15:33.760Z] . [Pipeline] withDockerContainer [2021-01-07T10:15:33.915Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:15:33.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:15:34.862Z] $ docker top 33fdc2ade929d6cd404e2122ad07e883852356c62944866732a32a2c1663a4e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:15:35.407Z] + go version [2021-01-07T10:15:35.407Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T10:15:35.429Z] $ docker stop --time=1 33fdc2ade929d6cd404e2122ad07e883852356c62944866732a32a2c1663a4e8 [2021-01-07T10:15:36.795Z] $ docker rm -f 33fdc2ade929d6cd404e2122ad07e883852356c62944866732a32a2c1663a4e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:15:37.624Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T10:15:37.624Z] . [Pipeline] withDockerContainer [2021-01-07T10:15:37.725Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:15:37.776Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:15:38.404Z] $ docker top 45c0ce5a9a05d62bdb1c506c720341a6f687e16e8c37eec418fc279b00f83506 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T10:15:38.607Z] ========================================================= [2021-01-07T10:15:38.607Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-07T10:15:38.607Z] ========================================================= [Pipeline] sh [2021-01-07T10:15:38.903Z] + make test [2021-01-07T10:15:38.903Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T10:15:47.082Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-07T10:16:02.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-07T10:16:08.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-07T10:16:08.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-07T10:16:08.785Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-07T10:16:08.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-07T10:16:08.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-07T10:16:09.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-07T10:16:09.642Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-07T10:16:10.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-07T10:16:10.495Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-07T10:16:13.095Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-07T10:16:13.095Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-07T10:16:13.095Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-07T10:16:14.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.143s coverage: 46.6% of statements [2021-01-07T10:16:14.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-07T10:16:14.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-07T10:16:14.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-07T10:16:14.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-07T10:16:14.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-07T10:16:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.0% of statements [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-07T10:16:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-07T10:16:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-07T10:16:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.427s coverage: 77.8% of statements [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-07T10:16:19.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.449s coverage: 82.4% of statements [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-07T10:16:19.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-07T10:16:21.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-07T10:16:21.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-07T10:16:21.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-07T10:16:21.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-01-07T10:16:21.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-07T10:16:21.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-07T10:16:21.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-07T10:16:21.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-07T10:16:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-07T10:16:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-07T10:16:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-07T10:16:21.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.335s coverage: 93.8% of statements [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.024s coverage: 100.0% of statements [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-07T10:16:23.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-07T10:16:23.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-07T10:16:24.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2021-01-07T10:16:24.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-01-07T10:16:24.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-07T10:16:25.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2021-01-07T10:16:25.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-07T10:16:25.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-07T10:16:25.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-01-07T10:16:25.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2021-01-07T10:16:25.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-07T10:16:25.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-07T10:16:25.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-07T10:16:27.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 55.9% of statements [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-07T10:16:27.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-07T10:16:27.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-07T10:16:27.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.322s coverage: 84.0% of statements [2021-01-07T10:16:27.682Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements [2021-01-07T10:16:29.642Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-07T10:16:29.642Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-07T10:16:29.642Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2021-01-07T10:16:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-07T10:16:31.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-07T10:16:31.066Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-01-07T10:16:31.331Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-07T10:16:31.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-07T10:16:31.859Z] GO111MODULE=on go vet ./... [2021-01-07T10:16:41.772Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18847 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-07T10:16:41.830Z] Running in /w/workspace/edgex-go/280 [Pipeline] { [Pipeline] checkout [2021-01-07T10:16:46.885Z] using credential edgex-jenkins-ssh [2021-01-07T10:16:46.947Z] Cloning the remote Git repository [2021-01-07T10:16:46.999Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-07T10:16:47.111Z] > git init /w/workspace/edgex-go/280 # timeout=10 [2021-01-07T10:16:47.213Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T10:16:47.214Z] > git --version # timeout=10 [2021-01-07T10:16:47.236Z] > git --version # 'git version 2.17.1' [2021-01-07T10:16:47.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T10:16:47.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T10:16:54.017Z] gofmt -l . [2021-01-07T10:16:54.018Z] [ "`gofmt -l .`" = "" ] [2021-01-07T10:16:54.597Z] ./bin/test-go-mod-tidy.sh [2021-01-07T10:16:55.175Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-07T10:16:56.884Z] + ls -al . [2021-01-07T10:16:56.884Z] total 640 [2021-01-07T10:16:56.884Z] drwxrwxr-x 10 1001 1001 4096 Jan 7 10:16 . [2021-01-07T10:16:56.884Z] drwxr-xr-x 4 root root 32 Jan 7 10:15 .. [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 11 Jan 7 10:13 .dockerignore [2021-01-07T10:16:56.884Z] drwxrwxr-x 8 1001 1001 162 Jan 7 10:13 .git [2021-01-07T10:16:56.884Z] drwxrwxr-x 3 1001 1001 125 Jan 7 10:13 .github [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 824 Jan 7 10:13 .gitignore [2021-01-07T10:16:56.884Z] drwx------ 3 1001 1001 32 Jan 7 10:14 .semver [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 166 Jan 7 10:13 .sonarcloud.properties [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 3804 Jan 7 10:13 CONTRIBUTING.md [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 931 Jan 7 10:13 Dockerfile.build [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 863 Jan 7 10:13 Jenkinsfile [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 10775 Jan 7 10:13 LICENSE [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 5750 Jan 7 10:13 Makefile [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 6524 Jan 7 10:13 README.md [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 6744 Jan 7 10:13 SECURITY.md [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 12 Jan 7 10:14 VERSION [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 4131 Jan 7 10:13 ZMQWindows.md [2021-01-07T10:16:56.884Z] drwxrwxr-x 2 1001 1001 117 Jan 7 10:13 bin [2021-01-07T10:16:56.884Z] drwxrwxr-x 14 1001 1001 4096 Jan 7 10:13 cmd [2021-01-07T10:16:56.884Z] -rw-r--r-- 1 root root 541590 Jan 7 10:16 coverage.out [2021-01-07T10:16:56.884Z] -rw-r--r-- 1 root root 979 Jan 7 10:16 go.mod [2021-01-07T10:16:56.884Z] -rw-r--r-- 1 root root 19019 Jan 7 10:16 go.sum [2021-01-07T10:16:56.884Z] drwxrwxr-x 8 1001 1001 127 Jan 7 10:13 internal [2021-01-07T10:16:56.884Z] drwxrwxr-x 4 1001 1001 26 Jan 7 10:13 openapi [2021-01-07T10:16:56.884Z] drwxrwxr-x 4 1001 1001 71 Jan 7 10:13 snap [2021-01-07T10:16:56.884Z] -rw-rw-r-- 1 1001 1001 168 Jan 7 10:13 version.go [Pipeline] sh [2021-01-07T10:16:57.190Z] + '[' -e coverage.out ] [2021-01-07T10:16:57.190Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-07T10:16:57.430Z] Stashed 1 file(s) [Pipeline] sh [2021-01-07T10:16:57.728Z] + make build [2021-01-07T10:16:57.728Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T10:17:01.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T10:17:08.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T10:17:10.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T10:17:11.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T10:17:11.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T10:17:13.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T10:17:14.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T10:17:15.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T10:17:16.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T10:17:18.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T10:17:19.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T10:17:19.387Z] Checking out Revision 0b9e13f6a351841bf3637770c27ae08320c32e9d (master) [Pipeline] } [2021-01-07T10:17:20.280Z] $ docker stop --time=1 45c0ce5a9a05d62bdb1c506c720341a6f687e16e8c37eec418fc279b00f83506 [2021-01-07T10:17:18.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T10:17:18.723Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T10:17:18.753Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-07T10:17:18.797Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-07T10:17:18.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T10:17:18.811Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T10:17:19.406Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T10:17:19.429Z] > git checkout -f 0b9e13f6a351841bf3637770c27ae08320c32e9d # timeout=10 [2021-01-07T10:17:21.946Z] $ docker rm -f 45c0ce5a9a05d62bdb1c506c720341a6f687e16e8c37eec418fc279b00f83506 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-07T10:17:24.057Z] Commit message: "Merge pull request #2993 from soolaugust/patch-1" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-07T10:17:26.293Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] sh [2021-01-07T10:17:26.293Z] [2021-01-07T10:17:26.293Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:17:27.137Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-07T10:17:27.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T10:17:27.216Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-07T10:17:27.216Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-07T10:17:27.216Z] ca9280d653b3: Pulling fs layer [2021-01-07T10:17:27.216Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-01-07T10:17:27.614Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T10:17:27.983Z] + sudo service docker restart [2021-01-07T10:17:27.983Z] + true [2021-01-07T10:17:28.163Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-07T10:17:28.164Z] cbdbe7a5bc2a: Download complete [2021-01-07T10:17:28.430Z] ca9280d653b3: Verifying Checksum [2021-01-07T10:17:28.430Z] ca9280d653b3: Download complete [2021-01-07T10:17:28.430Z] cbdbe7a5bc2a: Pull complete [2021-01-07T10:17:29.420Z] 7e9c9ca2126c: Verifying Checksum [2021-01-07T10:17:29.420Z] 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [2021-01-07T10:17:30.002Z] ca9280d653b3: Pull complete [Pipeline] wrap [2021-01-07T10:17:30.047Z] provisioning config files... [2021-01-07T10:17:30.095Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config8760912257626647653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:17:30.613Z] ---> docker-login.sh [2021-01-07T10:17:30.614Z] nexus3.edgexfoundry.org:10001 [2021-01-07T10:17:31.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:17:31.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:17:31.871Z] Configure a credential helper to remove this warning. See [2021-01-07T10:17:31.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:17:31.871Z] [2021-01-07T10:17:31.871Z] Login Succeeded [2021-01-07T10:17:31.871Z] nexus3.edgexfoundry.org:10002 [2021-01-07T10:17:32.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:17:32.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:17:32.420Z] Configure a credential helper to remove this warning. See [2021-01-07T10:17:32.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:17:32.420Z] [2021-01-07T10:17:32.420Z] Login Succeeded [2021-01-07T10:17:32.420Z] nexus3.edgexfoundry.org:10003 [2021-01-07T10:17:32.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:17:33.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:17:33.289Z] Configure a credential helper to remove this warning. See [2021-01-07T10:17:33.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:17:33.289Z] [2021-01-07T10:17:33.289Z] Login Succeeded [2021-01-07T10:17:33.289Z] nexus3.edgexfoundry.org:10004 [2021-01-07T10:17:33.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:17:33.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:17:33.565Z] Configure a credential helper to remove this warning. See [2021-01-07T10:17:33.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:17:33.565Z] [2021-01-07T10:17:33.565Z] Login Succeeded [2021-01-07T10:17:33.565Z] docker.io [2021-01-07T10:17:34.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:17:34.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:17:34.432Z] Configure a credential helper to remove this warning. See [2021-01-07T10:17:34.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:17:34.432Z] [2021-01-07T10:17:34.432Z] Login Succeeded [2021-01-07T10:17:34.432Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T10:17:34.449Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T10:17:34.949Z] ========================================================= [2021-01-07T10:17:34.949Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T10:17:34.949Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:17:35.322Z] 7e9c9ca2126c: Pull complete [2021-01-07T10:17:35.335Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-07T10:17:35.585Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-07T10:17:35.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T10:17:35.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-07T10:17:35.729Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:17:35.780Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T10:17:37.977Z] Sending build context to Docker daemon 165.5MB [2021-01-07T10:17:37.977Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T10:17:37.977Z] Step 2/6 : FROM ${BASE} [2021-01-07T10:17:37.977Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T10:17:37.977Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T10:17:37.977Z] a4357932f1b6: Pulling fs layer [2021-01-07T10:17:37.977Z] 18c013af1878: Pulling fs layer [2021-01-07T10:17:37.977Z] 00ac8860ef70: Pulling fs layer [2021-01-07T10:17:37.977Z] 63d7cb157983: Pulling fs layer [2021-01-07T10:17:37.977Z] b116817d02f9: Pulling fs layer [2021-01-07T10:17:37.977Z] 745a02a5169b: Pulling fs layer [2021-01-07T10:17:37.977Z] 63d7cb157983: Waiting [2021-01-07T10:17:37.977Z] b116817d02f9: Waiting [2021-01-07T10:17:37.977Z] 745a02a5169b: Waiting [2021-01-07T10:17:37.977Z] 00ac8860ef70: Waiting [2021-01-07T10:17:37.977Z] 18c013af1878: Verifying Checksum [2021-01-07T10:17:37.977Z] 18c013af1878: Download complete [2021-01-07T10:17:37.977Z] a4357932f1b6: Verifying Checksum [2021-01-07T10:17:37.977Z] a4357932f1b6: Download complete [2021-01-07T10:17:37.977Z] 63d7cb157983: Verifying Checksum [2021-01-07T10:17:37.977Z] 63d7cb157983: Download complete [2021-01-07T10:17:37.977Z] b116817d02f9: Download complete [2021-01-07T10:17:37.977Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T10:17:37.977Z] 5f621e34cdf4: Download complete [2021-01-07T10:17:38.582Z] 5f621e34cdf4: Pull complete [2021-01-07T10:17:38.808Z] $ docker top 3a2ea6a7f0c37e6de1c09dc14aad7eb9cad1fed7af1a3683127d375b344ef798 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:17:39.215Z] a4357932f1b6: Pull complete [2021-01-07T10:17:39.410Z] + docker-compose build --help [2021-01-07T10:17:39.411Z] + grep parallel [2021-01-07T10:17:39.826Z] 18c013af1878: Pull complete [2021-01-07T10:17:40.370Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T10:17:40.385Z] $ docker stop --time=1 3a2ea6a7f0c37e6de1c09dc14aad7eb9cad1fed7af1a3683127d375b344ef798 [2021-01-07T10:17:40.818Z] 745a02a5169b: Verifying Checksum [2021-01-07T10:17:40.818Z] 745a02a5169b: Download complete [2021-01-07T10:17:41.769Z] $ docker rm -f 3a2ea6a7f0c37e6de1c09dc14aad7eb9cad1fed7af1a3683127d375b344ef798 [2021-01-07T10:17:41.794Z] 00ac8860ef70: Verifying Checksum [2021-01-07T10:17:41.795Z] 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:17:42.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-07T10:17:42.421Z] . [Pipeline] withDockerContainer [2021-01-07T10:17:42.536Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:17:42.587Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-07T10:17:43.373Z] $ docker top 51fe931f40f2d8fa861a93431a8172e63de14aeead3fddec88b7aa8cb1dadec1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:17:43.857Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T10:17:44.808Z] Building docker-core-command-go ... [2021-01-07T10:17:44.808Z] Building docker-core-data-go ... [2021-01-07T10:17:44.808Z] Building docker-core-metadata-go ... [2021-01-07T10:17:44.808Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T10:17:44.808Z] Building docker-security-proxy-setup-go ... [2021-01-07T10:17:44.808Z] Building docker-security-secretstore-setup-go ... [2021-01-07T10:17:44.808Z] Building docker-support-notifications-go ... [2021-01-07T10:17:44.808Z] Building docker-support-scheduler-go ... [2021-01-07T10:17:44.808Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T10:17:44.808Z] Building docker-sys-mgmt-agent-go [2021-01-07T10:17:44.808Z] Building docker-support-notifications-go [2021-01-07T10:17:44.808Z] Building docker-core-command-go [2021-01-07T10:17:44.808Z] Building docker-security-secretstore-setup-go [2021-01-07T10:17:44.808Z] Building docker-security-bootstrap-redis-go [2021-01-07T10:17:51.978Z] 00ac8860ef70: Pull complete [2021-01-07T10:17:51.979Z] 63d7cb157983: Pull complete [2021-01-07T10:17:52.578Z] b116817d02f9: Pull complete [2021-01-07T10:17:56.913Z] 745a02a5169b: Pull complete [2021-01-07T10:17:56.913Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T10:17:56.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T10:17:56.913Z] ---> b7e6874047d6 [2021-01-07T10:17:56.913Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-07T10:17:59.549Z] ---> Running in 7682ed35b3c0 [2021-01-07T10:18:01.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:18:01.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:18:02.566Z] (1/12) Installing libmagic (5.38-r0) [2021-01-07T10:18:02.566Z] (2/12) Installing file (5.38-r0) [2021-01-07T10:18:02.836Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-07T10:18:02.836Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-07T10:18:06.226Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-07T10:18:06.226Z] (6/12) Installing patch (2.7.6-r6) [2021-01-07T10:18:06.226Z] (7/12) Installing build-base (0.5-r2) [2021-01-07T10:18:06.226Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-07T10:18:06.226Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-07T10:18:06.496Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-07T10:18:06.496Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-07T10:18:06.767Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-07T10:18:06.767Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:18:06.767Z] OK: 217 MiB in 51 packages [2021-01-07T10:18:11.064Z] Removing intermediate container 7682ed35b3c0 [2021-01-07T10:18:11.064Z] ---> 641a80a74c14 [2021-01-07T10:18:11.064Z] Step 4/6 : WORKDIR /edgex-go [2021-01-07T10:18:11.064Z] ---> Running in eaf54e48ac39 [2021-01-07T10:18:11.064Z] Removing intermediate container eaf54e48ac39 [2021-01-07T10:18:11.064Z] ---> f902ad852346 [2021-01-07T10:18:11.064Z] Step 5/6 : COPY go.mod . [2021-01-07T10:18:12.052Z] ---> 9b2d84956e38 [2021-01-07T10:18:12.052Z] Step 6/6 : RUN go mod download [2021-01-07T10:18:12.052Z] ---> Running in 75e03e79e17b [2021-01-07T10:18:17.101Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:18:17.101Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:18:17.101Z] ---> 26d9746aa2e0 [2021-01-07T10:18:17.101Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T10:18:17.101Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:18:17.101Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:18:17.101Z] ---> 26d9746aa2e0 [2021-01-07T10:18:17.101Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T10:18:17.101Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:18:17.101Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:18:17.101Z] ---> 26d9746aa2e0 [2021-01-07T10:18:17.101Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T10:18:17.101Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:18:17.101Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:18:17.101Z] ---> 26d9746aa2e0 [2021-01-07T10:18:17.101Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T10:18:17.101Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:18:17.101Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:18:17.101Z] ---> 26d9746aa2e0 [2021-01-07T10:18:17.101Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T10:18:17.101Z] ---> Running in 01ccd0dc5fcd [2021-01-07T10:18:17.101Z] ---> Running in 480cd1848729 [2021-01-07T10:18:17.101Z] ---> Running in 202c975d8fee [2021-01-07T10:18:17.101Z] ---> Running in 1234ee78466a [2021-01-07T10:18:17.101Z] ---> Running in 0c0b79eae735 [2021-01-07T10:18:17.101Z] Removing intermediate container 202c975d8fee [2021-01-07T10:18:17.101Z] ---> d3644c452549 [2021-01-07T10:18:17.101Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:18:17.101Z] Removing intermediate container 1234ee78466a [2021-01-07T10:18:17.101Z] ---> 5c75be0ff465 [2021-01-07T10:18:17.101Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:18:17.101Z] Removing intermediate container 0c0b79eae735 [2021-01-07T10:18:17.101Z] ---> 70df3eca262c [2021-01-07T10:18:17.101Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:18:17.375Z] Removing intermediate container 480cd1848729 [2021-01-07T10:18:17.375Z] ---> 7d4c6badfc42 [2021-01-07T10:18:17.375Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:18:17.375Z] Removing intermediate container 01ccd0dc5fcd [2021-01-07T10:18:17.375Z] ---> 5b470894c125 [2021-01-07T10:18:17.375Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:18:17.375Z] ---> Running in a69805de4c5a [2021-01-07T10:18:17.375Z] ---> Running in 86625cb938e2 [2021-01-07T10:18:17.375Z] ---> Running in f0979b0cf5e3 [2021-01-07T10:18:17.375Z] ---> Running in a3be2d388fcd [2021-01-07T10:18:17.375Z] ---> Running in f00bb4490308 [2021-01-07T10:18:19.947Z] Removing intermediate container f0979b0cf5e3 [2021-01-07T10:18:19.947Z] ---> ab8512ed4ab9 [2021-01-07T10:18:19.947Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T10:18:19.947Z] Removing intermediate container 86625cb938e2 [2021-01-07T10:18:19.947Z] ---> 8fb00f812e5b [2021-01-07T10:18:19.947Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T10:18:19.947Z] ---> Running in f33c74ab28a0 [2021-01-07T10:18:19.947Z] Removing intermediate container a69805de4c5a [2021-01-07T10:18:19.947Z] ---> 9af281a7cbbf [2021-01-07T10:18:19.947Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T10:18:20.210Z] ---> Running in e8364061f701 [2021-01-07T10:18:20.210Z] Removing intermediate container f00bb4490308 [2021-01-07T10:18:20.210Z] ---> 22d0ec3a1f74 [2021-01-07T10:18:20.210Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T10:18:20.210Z] ---> Running in a03cff645832 [2021-01-07T10:18:20.210Z] Removing intermediate container a3be2d388fcd [2021-01-07T10:18:20.210Z] ---> 6ee77c9c624e [2021-01-07T10:18:20.210Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T10:18:20.477Z] ---> Running in 0ee8871cd61f [2021-01-07T10:18:20.477Z] ---> Running in 95ca3b8d5c6c [2021-01-07T10:18:21.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:21.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:21.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:21.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:21.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:21.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:21.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:22.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:22.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:22.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:18:22.496Z] OK: 233 MiB in 51 packages [2021-01-07T10:18:22.768Z] OK: 233 MiB in 51 packages [2021-01-07T10:18:22.768Z] OK: 233 MiB in 51 packages [2021-01-07T10:18:23.035Z] OK: 233 MiB in 51 packages [2021-01-07T10:18:23.302Z] OK: 233 MiB in 51 packages [2021-01-07T10:18:23.302Z] Removing intermediate container a03cff645832 [2021-01-07T10:18:23.302Z] ---> d6afabbabc84 [2021-01-07T10:18:23.302Z] Step 6/26 : COPY go.mod . [2021-01-07T10:18:23.566Z] Removing intermediate container 0ee8871cd61f [2021-01-07T10:18:23.566Z] ---> 6906bc1b5ae3 [2021-01-07T10:18:23.566Z] Step 6/22 : COPY go.mod . [2021-01-07T10:18:23.829Z] ---> ab5e72d0c934 [2021-01-07T10:18:23.830Z] Step 7/26 : RUN go mod download [2021-01-07T10:18:23.830Z] Removing intermediate container e8364061f701 [2021-01-07T10:18:23.830Z] ---> 1c392b7d8f78 [2021-01-07T10:18:23.830Z] Step 6/22 : COPY go.mod . [2021-01-07T10:18:23.830Z] ---> Running in cca60f2da1e5 [2021-01-07T10:18:23.830Z] Removing intermediate container 95ca3b8d5c6c [2021-01-07T10:18:23.830Z] ---> b55043719c07 [2021-01-07T10:18:23.830Z] Step 6/24 : COPY go.mod . [2021-01-07T10:18:24.094Z] ---> 27f00192e12c [2021-01-07T10:18:24.094Z] Step 7/22 : RUN go mod download [2021-01-07T10:18:24.373Z] Removing intermediate container f33c74ab28a0 [2021-01-07T10:18:24.373Z] ---> c1917aea33d0 [2021-01-07T10:18:24.373Z] Step 6/24 : COPY go.mod . [2021-01-07T10:18:24.373Z] ---> 6429cc64260b [2021-01-07T10:18:24.373Z] Step 7/22 : RUN go mod download [2021-01-07T10:18:24.373Z] ---> Running in 9efa580f7b5a [2021-01-07T10:18:24.373Z] ---> b1fa651c01c8 [2021-01-07T10:18:24.373Z] Step 7/24 : RUN go mod download [2021-01-07T10:18:24.373Z] ---> Running in a556a53456a4 [2021-01-07T10:18:24.638Z] ---> Running in e74db99c501c [2021-01-07T10:18:24.638Z] ---> eee34653f40c [2021-01-07T10:18:24.638Z] Step 7/24 : RUN go mod download [2021-01-07T10:18:24.911Z] ---> Running in 90ecf70a740b [2021-01-07T10:18:26.353Z] Removing intermediate container cca60f2da1e5 [2021-01-07T10:18:26.353Z] ---> a4a1c4ca8484 [2021-01-07T10:18:26.353Z] Step 8/26 : COPY . . [2021-01-07T10:18:26.621Z] Removing intermediate container 9efa580f7b5a [2021-01-07T10:18:26.621Z] ---> 5032c8e47f06 [2021-01-07T10:18:26.621Z] Step 8/22 : COPY . . [2021-01-07T10:18:29.211Z] Removing intermediate container a556a53456a4 [2021-01-07T10:18:29.211Z] ---> 9f532c43b691 [2021-01-07T10:18:29.211Z] Step 8/22 : COPY . . [2021-01-07T10:18:29.808Z] Removing intermediate container e74db99c501c [2021-01-07T10:18:29.808Z] ---> 4f2f8c50139e [2021-01-07T10:18:29.808Z] Step 8/24 : COPY . . [2021-01-07T10:18:29.808Z] Removing intermediate container 90ecf70a740b [2021-01-07T10:18:29.808Z] ---> f54758ad7a22 [2021-01-07T10:18:29.808Z] Step 8/24 : COPY . . [2021-01-07T10:18:38.851Z] Removing intermediate container 75e03e79e17b [2021-01-07T10:18:38.851Z] ---> a90286450b35 [2021-01-07T10:18:38.851Z] Successfully built a90286450b35 [2021-01-07T10:18:38.851Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:18:39.200Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T10:18:39.200Z] . [Pipeline] withDockerContainer [2021-01-07T10:18:39.486Z] prd-ubuntu18.04-docker-arm64-4c-16g-18847 does not seem to be running inside a container [2021-01-07T10:18:39.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:18:41.166Z] $ docker top e936aa19471cf3db3833d6d243bbabb6ae5d5ca0608f2a41a84a47d0092c97ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:18:42.170Z] + go version [2021-01-07T10:18:42.170Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T10:18:42.193Z] $ docker stop --time=1 e936aa19471cf3db3833d6d243bbabb6ae5d5ca0608f2a41a84a47d0092c97ac [2021-01-07T10:18:44.148Z] $ docker rm -f e936aa19471cf3db3833d6d243bbabb6ae5d5ca0608f2a41a84a47d0092c97ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:18:45.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T10:18:45.507Z] [2021-01-07T10:18:45.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:18:46.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T10:18:46.173Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-07T10:18:46.173Z] 29e5d40040c1: Pulling fs layer [2021-01-07T10:18:46.173Z] 1ce36da41761: Pulling fs layer [2021-01-07T10:18:46.173Z] 25b303627fd3: Pulling fs layer [2021-01-07T10:18:47.158Z] 29e5d40040c1: Verifying Checksum [2021-01-07T10:18:47.158Z] 29e5d40040c1: Download complete [2021-01-07T10:18:47.434Z] 1ce36da41761: Verifying Checksum [2021-01-07T10:18:47.434Z] 1ce36da41761: Download complete [2021-01-07T10:18:47.709Z] 29e5d40040c1: Pull complete [2021-01-07T10:18:49.149Z] 1ce36da41761: Pull complete [2021-01-07T10:18:49.149Z] 25b303627fd3: Verifying Checksum [2021-01-07T10:18:49.149Z] 25b303627fd3: Download complete [2021-01-07T10:18:59.326Z] 25b303627fd3: Pull complete [2021-01-07T10:18:59.326Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-07T10:18:59.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T10:18:59.326Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-07T10:18:59.566Z] prd-ubuntu18.04-docker-arm64-4c-16g-18847 does not seem to be running inside a container [2021-01-07T10:18:59.645Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:19:02.953Z] $ docker top fa1c57ab498b5ef568037dbe5b3efcfe9e3c324162a08247987bf084278c06f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:19:04.053Z] + docker-compose build --help [2021-01-07T10:19:04.053Z] + grep parallel [2021-01-07T10:19:07.430Z] --parallel Build images in parallel. [Pipeline] } [2021-01-07T10:19:07.450Z] $ docker stop --time=1 fa1c57ab498b5ef568037dbe5b3efcfe9e3c324162a08247987bf084278c06f0 [2021-01-07T10:19:08.779Z] ---> 32512526cc75 [2021-01-07T10:19:08.780Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T10:19:08.780Z] ---> d2093af6a4e8 [2021-01-07T10:19:08.780Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T10:19:08.780Z] ---> Running in 9d897d172b17 [2021-01-07T10:19:08.780Z] ---> Running in 00017bdf87fd [2021-01-07T10:19:08.780Z] ---> 6697b1e72f11 [2021-01-07T10:19:08.780Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T10:19:08.780Z] ---> a75d56044f45 [2021-01-07T10:19:08.780Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T10:19:08.780Z] ---> 0b7b15778c9f [2021-01-07T10:19:08.780Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T10:19:08.780Z] ---> Running in fc4273148053 [2021-01-07T10:19:08.780Z] ---> Running in a88b6e1008fd [2021-01-07T10:19:08.780Z] ---> Running in 85e79d808d01 [2021-01-07T10:19:08.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T10:19:08.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T10:19:08.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T10:19:08.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T10:19:08.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T10:19:09.531Z] $ docker rm -f fa1c57ab498b5ef568037dbe5b3efcfe9e3c324162a08247987bf084278c06f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:19:10.388Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-07T10:19:10.388Z] . [Pipeline] withDockerContainer [2021-01-07T10:19:10.663Z] prd-ubuntu18.04-docker-arm64-4c-16g-18847 does not seem to be running inside a container [2021-01-07T10:19:10.747Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-07T10:19:12.154Z] $ docker top a4c43254921f3f03b05f86b33636032d09eeeaa97109eef97f722e21e5f01c22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:19:13.154Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-07T10:19:17.592Z] Building docker-core-command-go ... [2021-01-07T10:19:17.592Z] Building docker-core-data-go ... [2021-01-07T10:19:17.592Z] Building docker-core-metadata-go ... [2021-01-07T10:19:17.592Z] Building docker-security-bootstrap-redis-go ... [2021-01-07T10:19:17.592Z] Building docker-security-proxy-setup-go ... [2021-01-07T10:19:17.592Z] Building docker-security-secretstore-setup-go ... [2021-01-07T10:19:17.592Z] Building docker-support-notifications-go ... [2021-01-07T10:19:17.592Z] Building docker-support-scheduler-go ... [2021-01-07T10:19:17.592Z] Building docker-sys-mgmt-agent-go ... [2021-01-07T10:19:17.592Z] Building docker-support-scheduler-go [2021-01-07T10:19:17.592Z] Building docker-core-command-go [2021-01-07T10:19:17.592Z] Building docker-core-metadata-go [2021-01-07T10:19:17.592Z] Building docker-security-bootstrap-redis-go [2021-01-07T10:19:17.592Z] Building docker-support-notifications-go [2021-01-07T10:19:35.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T10:19:36.906Z] Removing intermediate container 00017bdf87fd [2021-01-07T10:19:36.906Z] ---> ff37bf857a68 [2021-01-07T10:19:36.906Z] [2021-01-07T10:19:36.906Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T10:19:37.171Z] 3.12: Pulling from library/alpine [2021-01-07T10:19:37.752Z] Removing intermediate container fc4273148053 [2021-01-07T10:19:37.752Z] ---> fcbcb559a525 [2021-01-07T10:19:37.752Z] [2021-01-07T10:19:37.752Z] Step 10/24 : FROM scratch [2021-01-07T10:19:37.752Z] ---> [2021-01-07T10:19:37.752Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T10:19:40.321Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T10:19:40.897Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T10:19:40.897Z] ---> 389fef711851 [2021-01-07T10:19:40.897Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T10:19:40.897Z] ---> Running in 81f44bcda477 [2021-01-07T10:19:40.897Z] Removing intermediate container 9d897d172b17 [2021-01-07T10:19:40.897Z] ---> 0bea98fbe8e1 [2021-01-07T10:19:40.897Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T10:19:40.897Z] Removing intermediate container 85e79d808d01 [2021-01-07T10:19:40.897Z] ---> 9457f105f409 [2021-01-07T10:19:40.897Z] [2021-01-07T10:19:40.897Z] Step 10/22 : FROM scratch [2021-01-07T10:19:40.897Z] ---> [2021-01-07T10:19:40.897Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:19:40.897Z] ---> Running in 8d4ef0af95bf [2021-01-07T10:19:41.159Z] ---> Running in 6aa3034152dc [2021-01-07T10:19:41.159Z] ---> Running in e61d6058ac78 [2021-01-07T10:19:41.159Z] Removing intermediate container a88b6e1008fd [2021-01-07T10:19:41.159Z] ---> 516f2c4a85f5 [2021-01-07T10:19:41.159Z] [2021-01-07T10:19:41.159Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T10:19:41.159Z] ---> 389fef711851 [2021-01-07T10:19:41.159Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T10:19:41.159Z] Removing intermediate container 81f44bcda477 [2021-01-07T10:19:41.159Z] ---> 376fc3febb35 [2021-01-07T10:19:41.159Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T10:19:41.422Z] ---> Running in ff69100bff20 [2021-01-07T10:19:41.422Z] ---> Running in ebd0fbd5da53 [2021-01-07T10:19:41.997Z] Removing intermediate container e61d6058ac78 [2021-01-07T10:19:41.997Z] ---> f7c469d24db1 [2021-01-07T10:19:41.997Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T10:19:41.997Z] Removing intermediate container ff69100bff20 [2021-01-07T10:19:41.997Z] ---> 7a36b7bbad2c [2021-01-07T10:19:41.997Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T10:19:42.261Z] ---> Running in cba3220ea572 [2021-01-07T10:19:42.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:19:42.261Z] ---> Running in bc8422456415 [2021-01-07T10:19:42.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:19:42.540Z] Removing intermediate container cba3220ea572 [2021-01-07T10:19:42.540Z] ---> e4194f659c3f [2021-01-07T10:19:42.540Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T10:19:42.540Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T10:19:42.540Z] Removing intermediate container bc8422456415 [2021-01-07T10:19:42.540Z] ---> 304a6ed2c54b [2021-01-07T10:19:42.540Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T10:19:42.540Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T10:19:42.540Z] ---> Running in a94506f26bc4 [2021-01-07T10:19:42.540Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:19:42.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:19:42.540Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T10:19:42.540Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T10:19:42.540Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T10:19:42.540Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:19:42.540Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T10:19:42.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:19:42.806Z] OK: 7 MiB in 19 packages [2021-01-07T10:19:42.806Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T10:19:42.806Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:19:42.806Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T10:19:42.806Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T10:19:42.806Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T10:19:42.806Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:19:42.806Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T10:19:43.073Z] OK: 7 MiB in 19 packages [2021-01-07T10:19:43.073Z] Removing intermediate container a94506f26bc4 [2021-01-07T10:19:43.073Z] ---> e749881aaaa3 [2021-01-07T10:19:43.073Z] Step 14/22 : WORKDIR / [2021-01-07T10:19:43.647Z] ---> a2a5229cf87d [2021-01-07T10:19:43.647Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T10:19:43.647Z] ---> Running in 17e6b6658aa1 [2021-01-07T10:19:45.046Z] Removing intermediate container 17e6b6658aa1 [2021-01-07T10:19:45.046Z] ---> eba9b6dcd951 [2021-01-07T10:19:45.046Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T10:19:45.999Z] ---> e36f8c2dbecc [2021-01-07T10:19:45.999Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T10:19:46.000Z] ---> 5713f2acb743 [2021-01-07T10:19:46.000Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T10:19:46.000Z] Removing intermediate container 8d4ef0af95bf [2021-01-07T10:19:46.000Z] ---> d2b45e6a63c5 [2021-01-07T10:19:46.000Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T10:19:46.000Z] ---> Running in ec020dda64ee [2021-01-07T10:19:46.000Z] Removing intermediate container ebd0fbd5da53 [2021-01-07T10:19:46.000Z] ---> 06b88702ef12 [2021-01-07T10:19:46.000Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T10:19:46.000Z] Removing intermediate container 6aa3034152dc [2021-01-07T10:19:46.000Z] ---> 7d9d3cb5e1e1 [2021-01-07T10:19:46.000Z] [2021-01-07T10:19:46.000Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T10:19:46.000Z] 20.10.0: Pulling from library/docker [2021-01-07T10:19:46.267Z] ---> Running in 41fdcbe8485d [2021-01-07T10:19:46.267Z] Removing intermediate container ec020dda64ee [2021-01-07T10:19:46.267Z] ---> 05101c3a4b24 [2021-01-07T10:19:46.267Z] Step 13/22 : WORKDIR / [2021-01-07T10:19:46.543Z] ---> 0ddd2771f785 [2021-01-07T10:19:46.543Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-07T10:19:46.543Z] ---> 6a27306eaa28 [2021-01-07T10:19:46.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-07T10:19:46.543Z] ---> Running in a3394b8b2699 [2021-01-07T10:19:47.130Z] Removing intermediate container 41fdcbe8485d [2021-01-07T10:19:47.130Z] ---> 2d7ea3ef2239 [2021-01-07T10:19:47.130Z] Step 13/24 : WORKDIR / [2021-01-07T10:19:47.399Z] ---> d6c2c7966ab1 [2021-01-07T10:19:47.399Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T10:19:47.399Z] ---> Running in 83f46028685e [2021-01-07T10:19:47.665Z] ---> 26d140a789b2 [2021-01-07T10:19:47.665Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T10:19:47.930Z] Removing intermediate container a3394b8b2699 [2021-01-07T10:19:47.930Z] ---> 3720875c8ffc [2021-01-07T10:19:47.930Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T10:19:47.930Z] Removing intermediate container 83f46028685e [2021-01-07T10:19:47.930Z] ---> 21a00cea95c7 [2021-01-07T10:19:47.930Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-07T10:19:47.930Z] ---> Running in 307fe9d00ab1 [2021-01-07T10:19:48.198Z] ---> e7d55f8eea4b [2021-01-07T10:19:48.198Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T10:19:48.198Z] Removing intermediate container 307fe9d00ab1 [2021-01-07T10:19:48.198Z] ---> 5285e90ad865 [2021-01-07T10:19:48.198Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:19:48.471Z] ---> 687c661a6439 [2021-01-07T10:19:48.471Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T10:19:48.471Z] ---> Running in f5036c8b1e0d [2021-01-07T10:19:48.471Z] ---> 8102a490a400 [2021-01-07T10:19:48.471Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-07T10:19:48.735Z] ---> 19a6c7e4ac15 [2021-01-07T10:19:48.735Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T10:19:49.312Z] ---> Running in 2486ecce4139 [2021-01-07T10:19:49.312Z] Removing intermediate container f5036c8b1e0d [2021-01-07T10:19:49.312Z] ---> c3b44bb2d279 [2021-01-07T10:19:49.312Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T10:19:49.312Z] ---> 910de35f4597 [2021-01-07T10:19:49.312Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T10:19:49.312Z] ---> e66a483b0274 [2021-01-07T10:19:49.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T10:19:49.576Z] ---> Running in a10eca49d0c7 [2021-01-07T10:19:49.576Z] Removing intermediate container 2486ecce4139 [2021-01-07T10:19:49.576Z] ---> e84dd593c76c [2021-01-07T10:19:49.576Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:19:49.576Z] ---> Running in a95d76d41c88 [2021-01-07T10:19:49.839Z] Removing intermediate container a10eca49d0c7 [2021-01-07T10:19:49.839Z] ---> c6932044b4eb [2021-01-07T10:19:49.839Z] Step 21/22 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:19:49.839Z] ---> Running in cd00214bbfc1 [2021-01-07T10:19:50.107Z] ---> 65ca516f4fe7 [2021-01-07T10:19:50.107Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T10:19:50.107Z] Removing intermediate container a95d76d41c88 [2021-01-07T10:19:50.107Z] ---> 5081fed02543 [2021-01-07T10:19:50.107Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T10:19:50.107Z] ---> f0c4764e1473 [2021-01-07T10:19:50.107Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T10:19:50.107Z] ---> Running in 035d67e23b44 [2021-01-07T10:19:50.107Z] Removing intermediate container cd00214bbfc1 [2021-01-07T10:19:50.107Z] ---> 3064f5b61150 [2021-01-07T10:19:50.107Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T10:19:50.369Z] ---> Running in d87a259828fc [2021-01-07T10:19:50.369Z] ---> 257b38dea25b [2021-01-07T10:19:50.369Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T10:19:50.636Z] Removing intermediate container 035d67e23b44 [2021-01-07T10:19:50.636Z] ---> 4a982a412bc3 [2021-01-07T10:19:50.636Z] Step 23/24 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:19:50.636Z] ---> Running in cf37dec00085 [2021-01-07T10:19:50.908Z] Removing intermediate container d87a259828fc [2021-01-07T10:19:50.908Z] ---> f73ff330ab51 [2021-01-07T10:19:50.908Z] [2021-01-07T10:19:50.908Z] ---> Running in 82abd7b88858 [2021-01-07T10:19:50.908Z] ---> 0bdfa0c8e7db [2021-01-07T10:19:50.908Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T10:19:51.178Z] Successfully built f73ff330ab51 [2021-01-07T10:19:51.178Z] Successfully tagged docker-core-command-go:latest [2021-01-07T10:19:51.178Z] Removing intermediate container 82abd7b88858 [2021-01-07T10:19:51.178Z] ---> 425d6c31070b [2021-01-07T10:19:51.178Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T10:19:51.178Z] Building docker-core-data-go [2021-01-07T10:19:53.746Z]  Building docker-core-command-go ... done  ---> Running in a55318e6c5da [2021-01-07T10:19:53.746Z] ---> 0f1e236a1dad [2021-01-07T10:19:53.746Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T10:19:56.317Z] Removing intermediate container a55318e6c5da [2021-01-07T10:19:56.317Z] ---> 01eb85ece5da [2021-01-07T10:19:56.317Z] [2021-01-07T10:19:56.585Z] ---> f0a949c759f6 [2021-01-07T10:19:56.585Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T10:19:56.847Z] Successfully built 01eb85ece5da [2021-01-07T10:19:57.423Z] Successfully tagged docker-support-notifications-go:latest [2021-01-07T10:19:57.423Z] Building docker-support-scheduler-go [2021-01-07T10:19:57.695Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T10:19:58.278Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T10:19:58.278Z] ---> aefe523efa57 [2021-01-07T10:19:58.278Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T10:19:58.278Z] ---> Running in 23be2fd74a04 [2021-01-07T10:19:58.278Z] Removing intermediate container cf37dec00085 [2021-01-07T10:19:58.278Z] ---> 58f135ed4bdd [2021-01-07T10:19:58.278Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T10:20:00.212Z] ---> Running in 27824791eacd [2021-01-07T10:20:00.475Z] ---> Running in 4f4d1fd93f2d [2021-01-07T10:20:02.423Z] Removing intermediate container 4f4d1fd93f2d [2021-01-07T10:20:02.423Z] ---> 6efe05d71829 [2021-01-07T10:20:02.423Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T10:20:02.705Z] ---> Running in 1cb8393beab1 [2021-01-07T10:20:03.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:20:03.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:20:03.291Z] Removing intermediate container 1cb8393beab1 [2021-01-07T10:20:03.291Z] ---> b0ba921ead0c [2021-01-07T10:20:03.291Z] Step 21/22 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:20:03.556Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T10:20:03.556Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T10:20:03.556Z] Executing bash-5.0.17-r0.post-install [2021-01-07T10:20:03.820Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:20:03.820Z] OK: 12 MiB in 22 packages [2021-01-07T10:20:04.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:04.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:04.565Z] ---> a90286450b35 [2021-01-07T10:20:04.565Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T10:20:04.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:04.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:04.565Z] ---> a90286450b35 [2021-01-07T10:20:04.565Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T10:20:04.565Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:04.565Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:04.565Z] ---> a90286450b35 [2021-01-07T10:20:04.565Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T10:20:04.565Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:04.565Z] [2021-01-07T10:20:04.565Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:04.565Z] [2021-01-07T10:20:04.565Z] ---> a90286450b35 [2021-01-07T10:20:04.566Z] ---> a90286450b35 [2021-01-07T10:20:04.566Z] Step 3/21 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-01-07T10:20:04.566Z] [2021-01-07T10:20:04.566Z] ---> Running in 5346118ad587 [2021-01-07T10:20:04.566Z] ---> Running in e44a5c4898b5 [2021-01-07T10:20:04.566Z] ---> Running in 3a2e74087955 [2021-01-07T10:20:04.566Z] ---> Running in 5acf8a7f61bb [2021-01-07T10:20:04.566Z] ---> Running in c42b9a772156 [2021-01-07T10:20:04.784Z] ---> Running in f41f195242fe [2021-01-07T10:20:05.160Z] Removing intermediate container 5acf8a7f61bb [2021-01-07T10:20:05.160Z] ---> 8302e888069a [2021-01-07T10:20:05.160Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:05.160Z] Removing intermediate container 5346118ad587 [2021-01-07T10:20:05.160Z] ---> 4dd81bc4a68e [2021-01-07T10:20:05.160Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:05.160Z] Removing intermediate container c42b9a772156 [2021-01-07T10:20:05.160Z] ---> 23f7d84afa04 [2021-01-07T10:20:05.160Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:05.160Z] Removing intermediate container 3a2e74087955 [2021-01-07T10:20:05.160Z] ---> e5e0053eabf9 [2021-01-07T10:20:05.160Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:05.160Z] Removing intermediate container e44a5c4898b5 [2021-01-07T10:20:05.160Z] ---> c2ee476045e6 [2021-01-07T10:20:05.160Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:05.443Z] ---> Running in 9c978460fd92 [2021-01-07T10:20:05.443Z] ---> Running in 15166b3d0b24 [2021-01-07T10:20:05.443Z] ---> Running in 647501cb58a0 [2021-01-07T10:20:05.443Z] ---> Running in bb1626fde47b [2021-01-07T10:20:05.443Z] ---> Running in b51f40ec7ca5 [2021-01-07T10:20:07.394Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:07.394Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:07.394Z] ---> 26d9746aa2e0 [2021-01-07T10:20:07.394Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T10:20:07.394Z] ---> Using cache [2021-01-07T10:20:07.394Z] ---> 5b470894c125 [2021-01-07T10:20:07.394Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:07.394Z] ---> Using cache [2021-01-07T10:20:07.394Z] ---> 22d0ec3a1f74 [2021-01-07T10:20:07.394Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T10:20:07.394Z] Removing intermediate container 23be2fd74a04 [2021-01-07T10:20:07.394Z] ---> 8539103c71f4 [2021-01-07T10:20:07.394Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T10:20:07.660Z] Removing intermediate container f41f195242fe [2021-01-07T10:20:07.660Z] ---> 960ee066512f [2021-01-07T10:20:07.660Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T10:20:08.351Z] ---> Running in 3328437eb517 [2021-01-07T10:20:08.351Z] ---> Running in ca7516b3a561 [2021-01-07T10:20:08.351Z] ---> Running in 84c041d89d67 [2021-01-07T10:20:08.351Z] Removing intermediate container 27824791eacd [2021-01-07T10:20:08.351Z] ---> 224dee6d5de1 [2021-01-07T10:20:08.351Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T10:20:08.668Z] ---> Running in 2f7a077bc660 [2021-01-07T10:20:09.072Z] Removing intermediate container 3328437eb517 [2021-01-07T10:20:09.072Z] ---> cc96e2c775db [2021-01-07T10:20:09.072Z] Step 22/24 : LABEL arch=x86_64 [2021-01-07T10:20:09.072Z] Removing intermediate container 84c041d89d67 [2021-01-07T10:20:09.072Z] ---> e8e5a8440fb1 [2021-01-07T10:20:09.072Z] [2021-01-07T10:20:09.419Z] ---> Running in 3bfd181fd587 [2021-01-07T10:20:09.419Z] Successfully built e8e5a8440fb1 [2021-01-07T10:20:09.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:20:09.704Z] Removing intermediate container 2f7a077bc660 [2021-01-07T10:20:09.704Z] ---> 985b086e352e [2021-01-07T10:20:09.704Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T10:20:09.704Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-07T10:20:09.704Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-07T10:20:09.789Z] Removing intermediate container 9c978460fd92 [2021-01-07T10:20:09.789Z] ---> 63a2f1402ce0 [2021-01-07T10:20:09.789Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T10:20:09.789Z] Removing intermediate container 15166b3d0b24 [2021-01-07T10:20:09.789Z] ---> c6ae67b45c5f [2021-01-07T10:20:09.789Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T10:20:09.789Z] ---> Running in fe9baf09379a [2021-01-07T10:20:09.789Z] ---> Running in ecadffcf21ee [2021-01-07T10:20:09.789Z] Removing intermediate container b51f40ec7ca5 [2021-01-07T10:20:09.789Z] ---> c75d4d03573a [2021-01-07T10:20:09.789Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-07T10:20:09.789Z] Removing intermediate container bb1626fde47b [2021-01-07T10:20:09.789Z] Removing intermediate container 647501cb58a0 [2021-01-07T10:20:09.789Z] ---> f0bf0842092d [2021-01-07T10:20:09.789Z] Step 5/22 : RUN apk add --update --no-cache make git ---> fa2c7a020fa9 [2021-01-07T10:20:09.789Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T10:20:09.789Z] [2021-01-07T10:20:09.789Z] ---> Running in 5a96d6e2165a [2021-01-07T10:20:09.789Z] ---> Running in ee4151797f16 [2021-01-07T10:20:09.789Z] ---> Running in c27856c9c48d [2021-01-07T10:20:10.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:20:11.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:11.267Z] OK: 233 MiB in 51 packages [2021-01-07T10:20:11.267Z] ---> Running in 77f59b0d10d0 [2021-01-07T10:20:11.267Z] Removing intermediate container 3bfd181fd587 [2021-01-07T10:20:11.267Z] ---> b77e6ea155fb [2021-01-07T10:20:11.267Z] Step 23/24 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:20:11.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:11.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:11.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:11.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:11.861Z] ---> Running in 152328e9283b [2021-01-07T10:20:12.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:12.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:12.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:12.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:12.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:20:13.207Z] OK: 217 MiB in 51 packages [2021-01-07T10:20:13.207Z] OK: 217 MiB in 51 packages [2021-01-07T10:20:13.481Z] OK: 217 MiB in 51 packages [2021-01-07T10:20:13.481Z] OK: 217 MiB in 51 packages [2021-01-07T10:20:13.814Z] Removing intermediate container 77f59b0d10d0 [2021-01-07T10:20:13.814Z] ---> 8b7235f2a4db [2021-01-07T10:20:13.814Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T10:20:14.083Z] OK: 217 MiB in 51 packages [2021-01-07T10:20:14.406Z] ---> Running in 12b083dd5619 [2021-01-07T10:20:14.987Z] Removing intermediate container 152328e9283b [2021-01-07T10:20:14.987Z] ---> bbd1498a8a62 [2021-01-07T10:20:14.987Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T10:20:15.075Z] Removing intermediate container ecadffcf21ee [2021-01-07T10:20:15.075Z] ---> 6777daabd179 [2021-01-07T10:20:15.075Z] Step 6/22 : COPY go.mod . [2021-01-07T10:20:15.350Z] Removing intermediate container fe9baf09379a [2021-01-07T10:20:15.350Z] ---> 43f405c866ad [2021-01-07T10:20:15.350Z] Step 6/21 : COPY go.mod . [2021-01-07T10:20:15.350Z] Removing intermediate container ee4151797f16 [2021-01-07T10:20:15.350Z] ---> 431d76035884 [2021-01-07T10:20:15.350Z] Step 6/22 : COPY go.mod . [2021-01-07T10:20:15.563Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:15.563Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:15.563Z] ---> 26d9746aa2e0 [2021-01-07T10:20:15.563Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T10:20:15.563Z] ---> Using cache [2021-01-07T10:20:15.563Z] ---> 5b470894c125 [2021-01-07T10:20:15.563Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:15.563Z] ---> Using cache [2021-01-07T10:20:15.563Z] ---> 22d0ec3a1f74 [2021-01-07T10:20:15.563Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T10:20:15.563Z] ---> Using cache [2021-01-07T10:20:15.563Z] ---> 6906bc1b5ae3 [2021-01-07T10:20:15.563Z] Step 6/21 : COPY go.mod . [2021-01-07T10:20:15.563Z] ---> Using cache [2021-01-07T10:20:15.563Z] ---> 27f00192e12c [2021-01-07T10:20:15.563Z] Step 7/21 : RUN go mod download [2021-01-07T10:20:15.563Z] ---> Using cache [2021-01-07T10:20:15.563Z] ---> 5032c8e47f06 [2021-01-07T10:20:15.563Z] Step 8/21 : COPY . . [2021-01-07T10:20:15.563Z] ---> Using cache [2021-01-07T10:20:15.563Z] ---> 32512526cc75 [2021-01-07T10:20:15.563Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T10:20:15.632Z] Removing intermediate container 5a96d6e2165a [2021-01-07T10:20:15.632Z] ---> 5bf64bb4ff82 [2021-01-07T10:20:15.632Z] Step 6/24 : COPY go.mod . [2021-01-07T10:20:15.632Z] Removing intermediate container c27856c9c48d [2021-01-07T10:20:15.632Z] ---> 2727e31000de [2021-01-07T10:20:15.632Z] Step 6/22 : COPY go.mod . [2021-01-07T10:20:15.910Z] ---> a6fd5be7d619 [2021-01-07T10:20:15.910Z] Step 7/22 : RUN go mod download [2021-01-07T10:20:16.143Z] Removing intermediate container ca7516b3a561 [2021-01-07T10:20:16.143Z] ---> 1a9fe8301f6e [2021-01-07T10:20:16.143Z] Step 6/23 : COPY go.mod . [2021-01-07T10:20:16.143Z] ---> Running in 2db4ede6c575 [2021-01-07T10:20:16.143Z] ---> Running in b0518b151097 [2021-01-07T10:20:16.143Z] Removing intermediate container 12b083dd5619 [2021-01-07T10:20:16.143Z] ---> 8fc0ccbc05da [2021-01-07T10:20:16.143Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T10:20:16.185Z] ---> Running in e7a0dcd47ba2 [2021-01-07T10:20:16.186Z] ---> 5f563e77db3e [2021-01-07T10:20:16.186Z] Step 7/21 : RUN go mod download [2021-01-07T10:20:16.420Z] Removing intermediate container b0518b151097 [2021-01-07T10:20:16.420Z] ---> 57a847bc7978 [2021-01-07T10:20:16.420Z] [2021-01-07T10:20:16.420Z] ---> 521a840ce944 [2021-01-07T10:20:16.420Z] Step 7/23 : RUN go mod download [2021-01-07T10:20:16.467Z] ---> Running in ba7ddcb900b3 [2021-01-07T10:20:16.467Z] ---> a7ad82e5b023 [2021-01-07T10:20:16.467Z] Step 7/22 : RUN go mod download [2021-01-07T10:20:16.689Z] Successfully built 57a847bc7978 [2021-01-07T10:20:16.689Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-07T10:20:16.689Z] Building docker-core-metadata-go [2021-01-07T10:20:16.689Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 765bc78dfe03 [2021-01-07T10:20:16.743Z] ---> 2152351b7cf1 [2021-01-07T10:20:16.743Z] Step 7/22 : RUN go mod download [2021-01-07T10:20:16.743Z] ---> 9f5f97768f28 [2021-01-07T10:20:16.743Z] Step 7/24 : RUN go mod download [2021-01-07T10:20:16.743Z] ---> Running in c18c60fd60ed [2021-01-07T10:20:16.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T10:20:16.966Z] ---> 515a067827d7 [2021-01-07T10:20:16.966Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T10:20:17.016Z] ---> Running in 7f3cb5e8dedd [2021-01-07T10:20:17.016Z] ---> Running in 6b89a9128593 [2021-01-07T10:20:21.238Z] ---> 71b531de17aa [2021-01-07T10:20:21.238Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T10:20:21.361Z] Removing intermediate container e7a0dcd47ba2 [2021-01-07T10:20:21.361Z] ---> 9498c8053fef [2021-01-07T10:20:21.361Z] Step 8/22 : COPY . . [2021-01-07T10:20:21.361Z] Removing intermediate container ba7ddcb900b3 [2021-01-07T10:20:21.361Z] ---> e2d8401aa09c [2021-01-07T10:20:21.361Z] Step 8/21 : COPY . . [2021-01-07T10:20:21.361Z] Removing intermediate container c18c60fd60ed [2021-01-07T10:20:21.361Z] ---> a7191bd3392a [2021-01-07T10:20:21.361Z] Step 8/22 : COPY . . [2021-01-07T10:20:21.636Z] Removing intermediate container 7f3cb5e8dedd [2021-01-07T10:20:21.636Z] ---> ea9987db8718 [2021-01-07T10:20:21.636Z] Step 8/22 : COPY . . [2021-01-07T10:20:21.911Z] Removing intermediate container 6b89a9128593 [2021-01-07T10:20:21.911Z] ---> 820350c43630 [2021-01-07T10:20:21.911Z] Step 8/24 : COPY . . [2021-01-07T10:20:23.850Z] ---> 05e93f388d2c [2021-01-07T10:20:23.850Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T10:20:24.843Z] ---> Running in 46c709d13a66 [2021-01-07T10:20:26.287Z] Removing intermediate container 765bc78dfe03 [2021-01-07T10:20:26.287Z] ---> 929d2356eaf9 [2021-01-07T10:20:26.287Z] Step 8/23 : COPY . . [2021-01-07T10:20:27.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:20:27.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:20:28.003Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T10:20:28.278Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T10:20:28.278Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T10:20:28.278Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T10:20:28.278Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T10:20:28.278Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T10:20:28.278Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T10:20:32.529Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:32.529Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:32.529Z] ---> 26d9746aa2e0 [2021-01-07T10:20:32.529Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T10:20:32.529Z] ---> Using cache [2021-01-07T10:20:32.529Z] ---> 5b470894c125 [2021-01-07T10:20:32.529Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:32.529Z] ---> Using cache [2021-01-07T10:20:32.529Z] ---> 22d0ec3a1f74 [2021-01-07T10:20:32.529Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T10:20:32.529Z] ---> Using cache [2021-01-07T10:20:32.529Z] ---> 6906bc1b5ae3 [2021-01-07T10:20:32.529Z] Step 6/21 : COPY go.mod . [2021-01-07T10:20:32.529Z] ---> Using cache [2021-01-07T10:20:32.529Z] ---> 27f00192e12c [2021-01-07T10:20:32.529Z] Step 7/21 : RUN go mod download [2021-01-07T10:20:32.529Z] ---> Using cache [2021-01-07T10:20:32.529Z] ---> 5032c8e47f06 [2021-01-07T10:20:32.529Z] Step 8/21 : COPY . . [2021-01-07T10:20:32.529Z] ---> Using cache [2021-01-07T10:20:32.529Z] ---> 32512526cc75 [2021-01-07T10:20:32.529Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T10:20:35.870Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T10:20:36.144Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T10:20:36.144Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T10:20:36.144Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T10:20:36.414Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T10:20:36.704Z] ---> Running in 94a017ebc6d3 [2021-01-07T10:20:37.307Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T10:20:37.307Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T10:20:37.908Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T10:20:37.908Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T10:20:37.908Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T10:20:38.865Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T10:20:38.865Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T10:20:38.865Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T10:20:38.865Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T10:20:38.865Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T10:20:38.865Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T10:20:38.865Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T10:20:38.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T10:20:38.865Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T10:20:38.865Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T10:20:39.830Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T10:20:40.103Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T10:20:40.103Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T10:20:40.103Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T10:20:40.103Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T10:20:40.103Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T10:20:40.103Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T10:20:40.235Z] ---> 1bf93ea99433 [2021-01-07T10:20:40.235Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T10:20:40.235Z] ---> 1215b03abc72 [2021-01-07T10:20:40.235Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-07T10:20:40.235Z] ---> f7f5b576ec51 [2021-01-07T10:20:40.235Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-07T10:20:40.235Z] ---> b7d36aaf9df3 [2021-01-07T10:20:40.235Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-07T10:20:40.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:20:40.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:20:40.377Z] ---> 26d9746aa2e0 [2021-01-07T10:20:40.377Z] Step 3/22 : WORKDIR /edgex-go [2021-01-07T10:20:40.377Z] ---> Using cache [2021-01-07T10:20:40.377Z] ---> 5b470894c125 [2021-01-07T10:20:40.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:20:40.377Z] ---> Using cache [2021-01-07T10:20:40.377Z] ---> 22d0ec3a1f74 [2021-01-07T10:20:40.377Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-07T10:20:40.377Z] ---> Using cache [2021-01-07T10:20:40.377Z] ---> 6906bc1b5ae3 [2021-01-07T10:20:40.377Z] Step 6/22 : COPY go.mod . [2021-01-07T10:20:40.377Z] ---> Using cache [2021-01-07T10:20:40.377Z] ---> 27f00192e12c [2021-01-07T10:20:40.377Z] Step 7/22 : RUN go mod download [2021-01-07T10:20:40.377Z] ---> Using cache [2021-01-07T10:20:40.377Z] ---> 5032c8e47f06 [2021-01-07T10:20:40.377Z] Step 8/22 : COPY . . [2021-01-07T10:20:40.515Z] ---> 4a17f12177b3 [2021-01-07T10:20:40.515Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-07T10:20:40.515Z] ---> Running in 5c676f22faf6 [2021-01-07T10:20:40.515Z] ---> Running in 664730187dc5 [2021-01-07T10:20:40.515Z] ---> Running in 7eb1c2fd17cb [2021-01-07T10:20:40.515Z] ---> Running in 7126eb72af1d [2021-01-07T10:20:40.515Z] ---> Running in 7b1b19d07bd2 [2021-01-07T10:20:40.960Z] ---> Using cache [2021-01-07T10:20:40.961Z] ---> 32512526cc75 [2021-01-07T10:20:40.961Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-07T10:20:42.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-07T10:20:42.507Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T10:20:42.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2021-01-07T10:20:43.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-07T10:20:43.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-07T10:20:43.524Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:20:44.111Z] OK: 71 MiB in 55 packages [2021-01-07T10:20:44.384Z] ---> Running in 760c4ee0e7cf [2021-01-07T10:20:46.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-07T10:20:54.719Z] ---> efbd2184a4dc [2021-01-07T10:20:54.719Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T10:20:54.719Z] Removing intermediate container 2db4ede6c575 [2021-01-07T10:20:54.719Z] ---> d2862a6813e4 [2021-01-07T10:20:54.719Z] [2021-01-07T10:20:54.719Z] Step 10/21 : FROM scratch [2021-01-07T10:20:54.719Z] ---> [2021-01-07T10:20:54.719Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:20:54.991Z] ---> Running in 72e72354d191 [2021-01-07T10:20:55.261Z] ---> Using cache [2021-01-07T10:20:55.261Z] ---> f7c469d24db1 [2021-01-07T10:20:55.261Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T10:20:55.864Z] ---> Running in 9cd7b29103dc [2021-01-07T10:20:56.142Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T10:20:56.730Z] Removing intermediate container 9cd7b29103dc [2021-01-07T10:20:56.730Z] ---> 316bfc61b55c [2021-01-07T10:20:56.730Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T10:20:57.002Z] ---> Running in e4a1f3a9a022 [2021-01-07T10:20:57.986Z] Removing intermediate container e4a1f3a9a022 [2021-01-07T10:20:57.986Z] ---> 1cd48ce81efa [2021-01-07T10:20:57.986Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T10:20:57.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T10:20:59.937Z] ---> e0b3bdcee126 [2021-01-07T10:20:59.937Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T10:21:02.530Z] ---> e8f6e8871f40 [2021-01-07T10:21:02.530Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T10:21:02.802Z] Removing intermediate container 46c709d13a66 [2021-01-07T10:21:02.802Z] ---> 67ab5d9f44b3 [2021-01-07T10:21:02.802Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T10:21:03.406Z] ---> Running in dae41b700c9a [2021-01-07T10:21:03.406Z] ---> 9813924209e3 [2021-01-07T10:21:03.406Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T10:21:03.680Z] ---> Running in 372fdb1cc57d [2021-01-07T10:21:03.949Z] Removing intermediate container 372fdb1cc57d [2021-01-07T10:21:03.949Z] ---> 3eb4a44444aa [2021-01-07T10:21:03.949Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:21:04.218Z] ---> Running in 6f9773fe3fb9 [2021-01-07T10:21:04.817Z] Removing intermediate container 6f9773fe3fb9 [2021-01-07T10:21:04.817Z] ---> ea6973ff3d9c [2021-01-07T10:21:04.817Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T10:21:04.817Z] ---> Running in e8edd5d20dc1 [2021-01-07T10:21:05.096Z] Removing intermediate container e8edd5d20dc1 [2021-01-07T10:21:05.096Z] ---> dcbe7c1c3cd2 [2021-01-07T10:21:05.096Z] Step 20/21 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:05.370Z] ---> Running in 2c412925f9df [2021-01-07T10:21:08.003Z] Removing intermediate container 2c412925f9df [2021-01-07T10:21:08.003Z] ---> ccc496884c4b [2021-01-07T10:21:08.003Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T10:21:08.277Z] Collecting docker-compose==1.23.2 [2021-01-07T10:21:08.277Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T10:21:09.241Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T10:21:09.241Z] ---> Running in 5ce7f72a3d80 [2021-01-07T10:21:09.241Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T10:21:09.509Z] Removing intermediate container 94a017ebc6d3 [2021-01-07T10:21:09.509Z] ---> c1e587fb8aab [2021-01-07T10:21:09.509Z] [2021-01-07T10:21:09.509Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T10:21:09.509Z] ---> 389fef711851 [2021-01-07T10:21:09.509Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T10:21:09.784Z] Removing intermediate container 5ce7f72a3d80 [2021-01-07T10:21:09.784Z] ---> aea724b3e023 [2021-01-07T10:21:09.784Z] [2021-01-07T10:21:09.784Z] ---> Running in dd9bb0e71606 [2021-01-07T10:21:10.062Z] Successfully built aea724b3e023 [2021-01-07T10:21:10.062Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-07T10:21:10.062Z]  Building docker-support-scheduler-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T10:21:10.062Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T10:21:10.336Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T10:21:10.336Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T10:21:10.613Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T10:21:10.613Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T10:21:10.886Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T10:21:10.886Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T10:21:10.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:21:11.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:21:11.171Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T10:21:11.449Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:21:11.449Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T10:21:11.449Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T10:21:11.449Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:21:11.449Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-07T10:21:11.449Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T10:21:11.449Z] OK: 7 MiB in 18 packages [2021-01-07T10:21:11.449Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T10:21:11.449Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T10:21:11.728Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T10:21:11.728Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T10:21:13.146Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T10:21:13.146Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T10:21:13.146Z] Collecting PyYAML<4,>=3.10 [2021-01-07T10:21:13.146Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T10:21:14.116Z] Removing intermediate container dd9bb0e71606 [2021-01-07T10:21:14.116Z] ---> 44cc9e109523 [2021-01-07T10:21:14.116Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T10:21:14.385Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T10:21:14.385Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T10:21:14.669Z] ---> Running in b59a5d932159 [2021-01-07T10:21:14.669Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-07T10:21:14.669Z] Collecting idna<2.8,>=2.5 [2021-01-07T10:21:14.669Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T10:21:14.669Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-07T10:21:14.935Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T10:21:14.935Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T10:21:15.202Z] Removing intermediate container b59a5d932159 [2021-01-07T10:21:15.202Z] ---> 3b8119122dd3 [2021-01-07T10:21:15.202Z] Step 13/21 : WORKDIR /edgex [2021-01-07T10:21:15.202Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T10:21:15.202Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T10:21:15.202Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T10:21:15.202Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T10:21:15.470Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, cached-property, texttable, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose [2021-01-07T10:21:15.471Z] Running setup.py install for docopt: started [2021-01-07T10:21:16.051Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T10:21:17.013Z] Attempting uninstall: urllib3 [2021-01-07T10:21:17.013Z] Found existing installation: urllib3 1.25.9 [2021-01-07T10:21:17.013Z] Uninstalling urllib3-1.25.9: [2021-01-07T10:21:17.963Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T10:21:17.963Z] ---> Running in 8aa3f288a18a [2021-01-07T10:21:18.546Z] Attempting uninstall: idna [2021-01-07T10:21:18.807Z] Found existing installation: idna 2.9 [2021-01-07T10:21:18.807Z] Uninstalling idna-2.9: [2021-01-07T10:21:18.807Z] Successfully uninstalled idna-2.9 [2021-01-07T10:21:18.807Z] Removing intermediate container 760c4ee0e7cf [2021-01-07T10:21:18.807Z] ---> 886139e90eb5 [2021-01-07T10:21:18.807Z] [2021-01-07T10:21:18.807Z] Step 10/22 : FROM scratch [2021-01-07T10:21:18.807Z] ---> [2021-01-07T10:21:18.807Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:21:18.807Z] ---> Using cache [2021-01-07T10:21:18.807Z] ---> f7c469d24db1 [2021-01-07T10:21:18.807Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T10:21:19.070Z] Removing intermediate container 8aa3f288a18a [2021-01-07T10:21:19.070Z] ---> 92f674dbd474 [2021-01-07T10:21:19.070Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T10:21:19.070Z] Attempting uninstall: requests [2021-01-07T10:21:19.070Z] Found existing installation: requests 2.23.0 [2021-01-07T10:21:19.070Z] Uninstalling requests-2.23.0: [2021-01-07T10:21:19.331Z] Successfully uninstalled requests-2.23.0 [2021-01-07T10:21:19.593Z] ---> Running in ad28bd319cdd [2021-01-07T10:21:19.865Z] Running setup.py install for texttable: started [2021-01-07T10:21:19.865Z] ---> 53191eec55cf [2021-01-07T10:21:19.865Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T10:21:20.136Z] Removing intermediate container ad28bd319cdd [2021-01-07T10:21:20.136Z] ---> cbb29867c2a7 [2021-01-07T10:21:20.136Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T10:21:20.136Z] ---> Running in adf135054ea3 [2021-01-07T10:21:20.398Z] Removing intermediate container adf135054ea3 [2021-01-07T10:21:20.398Z] ---> 3d1dd9b22f32 [2021-01-07T10:21:20.398Z] Step 14/22 : WORKDIR / [2021-01-07T10:21:20.398Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T10:21:20.398Z] ---> Running in 2e72eea7665b [2021-01-07T10:21:20.660Z] ---> 4f1e3fce924f [2021-01-07T10:21:20.660Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T10:21:21.238Z] Running setup.py install for dockerpty: started [2021-01-07T10:21:21.238Z] Removing intermediate container 2e72eea7665b [2021-01-07T10:21:21.238Z] ---> 42abea148e70 [2021-01-07T10:21:21.238Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T10:21:22.633Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T10:21:24.102Z] ---> d70a2203bd44 [2021-01-07T10:21:24.102Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T10:21:24.102Z] Running setup.py install for PyYAML: started [2021-01-07T10:21:24.102Z] ---> 46a9739e3ee6 [2021-01-07T10:21:24.102Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T10:21:24.102Z] ---> Running in 31573bdac955 [2021-01-07T10:21:24.432Z] Removing intermediate container 31573bdac955 [2021-01-07T10:21:24.432Z] ---> 1073c636cbf7 [2021-01-07T10:21:24.432Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T10:21:24.432Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T10:21:24.755Z] ---> Running in e43eadf27be6 [2021-01-07T10:21:25.035Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-07T10:21:25.331Z] ---> 60faada0cca6 [2021-01-07T10:21:25.331Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T10:21:25.594Z] Removing intermediate container e43eadf27be6 [2021-01-07T10:21:25.594Z] ---> 334ff9fd0b4c [2021-01-07T10:21:25.594Z] Step 19/21 : LABEL arch=x86_64 [2021-01-07T10:21:27.528Z] ---> b3522cbef1ef [2021-01-07T10:21:27.528Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T10:21:27.528Z] ---> Running in 88c1180bb7d8 [2021-01-07T10:21:27.528Z] ---> Running in 907e94095b3d [2021-01-07T10:21:27.794Z] Removing intermediate container 72e72354d191 [2021-01-07T10:21:27.794Z] ---> e9d222ecbb56 [2021-01-07T10:21:27.794Z] [2021-01-07T10:21:27.794Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T10:21:27.794Z] ---> 389fef711851 [2021-01-07T10:21:27.794Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:21:27.794Z] Removing intermediate container 88c1180bb7d8 [2021-01-07T10:21:27.794Z] ---> d5cabb4b0316 [2021-01-07T10:21:27.794Z] Step 20/21 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:28.058Z] ---> Running in 07d0ac6a20a9 [2021-01-07T10:21:29.449Z] ---> Running in 0c50c07e2726 [2021-01-07T10:21:29.449Z] Removing intermediate container 907e94095b3d [2021-01-07T10:21:29.450Z] ---> f51832103070 [2021-01-07T10:21:29.450Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:21:29.450Z] Removing intermediate container 07d0ac6a20a9 [2021-01-07T10:21:29.450Z] ---> d4731f1310be [2021-01-07T10:21:29.450Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T10:21:29.450Z] Removing intermediate container dae41b700c9a [2021-01-07T10:21:29.450Z] ---> 6c6950328ec2 [2021-01-07T10:21:29.450Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T10:21:29.450Z] ---> Running in 570e0d19d159 [2021-01-07T10:21:29.450Z] ---> Running in 8b1949b82a26 [2021-01-07T10:21:29.450Z] ---> Running in 6a2c719d9ff9 [2021-01-07T10:21:29.450Z] Removing intermediate container 0c50c07e2726 [2021-01-07T10:21:29.450Z] ---> 25884ce43ae6 [2021-01-07T10:21:29.450Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T10:21:31.370Z] ---> Running in 7700a1002d89 [2021-01-07T10:21:31.370Z] Removing intermediate container 570e0d19d159 [2021-01-07T10:21:31.370Z] ---> 12a59f7463e3 [2021-01-07T10:21:31.370Z] Step 20/22 : LABEL arch=x86_64 [2021-01-07T10:21:31.370Z] Removing intermediate container 6a2c719d9ff9 [2021-01-07T10:21:31.370Z] ---> e5588077d8ac [2021-01-07T10:21:31.370Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T10:21:31.370Z] ---> Running in 24dc36bd1997 [2021-01-07T10:21:31.370Z] ---> Running in 2fb91fc3c45c [2021-01-07T10:21:31.370Z] Removing intermediate container 7700a1002d89 [2021-01-07T10:21:31.370Z] ---> 8522d8fe0ff3 [2021-01-07T10:21:31.370Z] [2021-01-07T10:21:31.635Z] Successfully built 8522d8fe0ff3 [2021-01-07T10:21:31.635Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-07T10:21:31.635Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 24dc36bd1997 [2021-01-07T10:21:31.635Z] ---> 60f93276434d [2021-01-07T10:21:31.635Z] Step 21/22 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:31.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:21:31.635Z] Removing intermediate container 2fb91fc3c45c [2021-01-07T10:21:31.635Z] ---> 026f8cde9c1b [2021-01-07T10:21:31.635Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:21:31.635Z] ---> Running in c699d9d6370e [2021-01-07T10:21:31.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:21:31.635Z] ---> Running in f8b23f2fc4cb [2021-01-07T10:21:31.901Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:21:31.901Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T10:21:31.901Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T10:21:31.901Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:21:31.901Z] Removing intermediate container c699d9d6370e [2021-01-07T10:21:31.901Z] ---> ef8fb131f51b [2021-01-07T10:21:31.901Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T10:21:31.901Z] OK: 72 MiB in 58 packages [2021-01-07T10:21:31.901Z] ---> Running in 1eb9bb2559e2 [2021-01-07T10:21:32.169Z] Removing intermediate container 1eb9bb2559e2 [2021-01-07T10:21:32.169Z] ---> 2339592f95bf [2021-01-07T10:21:32.169Z] [2021-01-07T10:21:32.435Z] Successfully built 2339592f95bf [2021-01-07T10:21:32.435Z] Successfully tagged docker-core-metadata-go:latest [2021-01-07T10:21:32.701Z]  Building docker-core-metadata-go ... done Removing intermediate container 8b1949b82a26 [2021-01-07T10:21:32.701Z] ---> b27c9323a990 [2021-01-07T10:21:32.701Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T10:21:32.701Z] ---> Running in 265d96aa17df [2021-01-07T10:21:32.963Z] Removing intermediate container f8b23f2fc4cb [2021-01-07T10:21:32.963Z] ---> bdb31d34855a [2021-01-07T10:21:32.963Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T10:21:32.963Z] ---> Running in 0ac083c3f284 [2021-01-07T10:21:32.963Z] Removing intermediate container 265d96aa17df [2021-01-07T10:21:32.963Z] ---> 753928ea7316 [2021-01-07T10:21:32.963Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:21:33.228Z] ---> Running in 842563f1f650 [2021-01-07T10:21:33.493Z] Removing intermediate container 842563f1f650 [2021-01-07T10:21:33.493Z] ---> e9faa719cabb [2021-01-07T10:21:33.493Z] Step 24/26 : LABEL arch=x86_64 [2021-01-07T10:21:33.493Z] ---> Running in 0b1682d41056 [2021-01-07T10:21:33.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T10:21:33.756Z] Removing intermediate container 0b1682d41056 [2021-01-07T10:21:33.756Z] ---> d4b1596e4d7c [2021-01-07T10:21:33.756Z] Step 25/26 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:33.756Z] ---> Running in ae3e4ed87594 [2021-01-07T10:21:34.019Z] Removing intermediate container ae3e4ed87594 [2021-01-07T10:21:34.019Z] ---> 89550b2df2e1 [2021-01-07T10:21:34.019Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-07T10:21:34.019Z] ---> Running in ea2ddb56e719 [2021-01-07T10:21:34.281Z] Removing intermediate container ea2ddb56e719 [2021-01-07T10:21:34.281Z] ---> 45207f875f82 [2021-01-07T10:21:34.281Z] [2021-01-07T10:21:34.281Z] Successfully built 45207f875f82 [2021-01-07T10:21:34.281Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-07T10:21:34.543Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T10:21:35.490Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T10:21:35.490Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T10:21:35.490Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T10:21:35.753Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T10:21:36.016Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T10:21:36.016Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:21:36.016Z] OK: 8 MiB in 19 packages [2021-01-07T10:21:36.593Z] Removing intermediate container 0ac083c3f284 [2021-01-07T10:21:36.593Z] ---> 3d74f4e6e18b [2021-01-07T10:21:36.593Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T10:21:36.857Z] ---> 3a7e7e5e1bb6 [2021-01-07T10:21:36.857Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T10:21:37.432Z] ---> 7bcdca3f6385 [2021-01-07T10:21:37.432Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T10:21:37.696Z] ---> fdb827f78d77 [2021-01-07T10:21:37.696Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T10:21:37.959Z] ---> Running in 170110cdb656 [2021-01-07T10:21:37.959Z] Removing intermediate container 170110cdb656 [2021-01-07T10:21:37.959Z] ---> 51c105dcc753 [2021-01-07T10:21:37.959Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:21:38.222Z] ---> Running in ab0ac9ed843c [2021-01-07T10:21:38.222Z] Removing intermediate container ab0ac9ed843c [2021-01-07T10:21:38.222Z] ---> eb5c05e3d4e1 [2021-01-07T10:21:38.222Z] Step 21/23 : LABEL arch=x86_64 [2021-01-07T10:21:38.490Z] ---> Running in c76b3e209f3c [2021-01-07T10:21:38.490Z] Removing intermediate container c76b3e209f3c [2021-01-07T10:21:38.490Z] ---> 0348fc7a74df [2021-01-07T10:21:38.490Z] Step 22/23 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:38.490Z] ---> Running in c6fc9a5bdeb1 [2021-01-07T10:21:38.753Z] Removing intermediate container c6fc9a5bdeb1 [2021-01-07T10:21:38.753Z] ---> 954dab63b5b9 [2021-01-07T10:21:38.753Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-07T10:21:38.753Z] ---> Running in 8d1fc5a76d4a [2021-01-07T10:21:39.016Z] Removing intermediate container 8d1fc5a76d4a [2021-01-07T10:21:39.016Z] ---> 63a7a346e9e1 [2021-01-07T10:21:39.016Z] [2021-01-07T10:21:39.016Z] Successfully built 63a7a346e9e1 [2021-01-07T10:21:39.279Z] Successfully tagged docker-core-data-go:latest [2021-01-07T10:21:39.559Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-07T10:21:39.575Z] $ docker stop --time=1 51fe931f40f2d8fa861a93431a8172e63de14aeead3fddec88b7aa8cb1dadec1 [2021-01-07T10:21:41.231Z] $ docker rm -f 51fe931f40f2d8fa861a93431a8172e63de14aeead3fddec88b7aa8cb1dadec1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T10:21:41.854Z] + docker images [2021-01-07T10:21:41.854Z] + grep docker [2021-01-07T10:21:41.854Z] docker-core-data-go latest 63a7a346e9e1 3 seconds ago 22.3MB [2021-01-07T10:21:41.854Z] docker-sys-mgmt-agent-go latest 45207f875f82 7 seconds ago 313MB [2021-01-07T10:21:41.854Z] docker-core-metadata-go latest 2339592f95bf 9 seconds ago 13MB [2021-01-07T10:21:41.854Z] docker-security-proxy-setup-go latest 8522d8fe0ff3 10 seconds ago 24.5MB [2021-01-07T10:21:41.854Z] docker-support-scheduler-go latest aea724b3e023 32 seconds ago 10.7MB [2021-01-07T10:21:41.854Z] docker-security-secretstore-setup-go latest 57a847bc7978 About a minute ago 24.6MB [2021-01-07T10:21:41.854Z] docker-security-bootstrap-redis-go latest e8e5a8440fb1 About a minute ago 15.8MB [2021-01-07T10:21:41.854Z] docker-support-notifications-go latest 01eb85ece5da About a minute ago 12MB [2021-01-07T10:21:41.854Z] docker-core-command-go latest f73ff330ab51 About a minute ago 10.6MB [2021-01-07T10:21:41.854Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T10:21:42.551Z] provisioning config files... [2021-01-07T10:21:42.626Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config7754620155969925372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:21:43.009Z] ---> docker-login.sh [2021-01-07T10:21:43.009Z] nexus3.edgexfoundry.org:10001 [2021-01-07T10:21:43.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:21:43.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:21:43.273Z] Configure a credential helper to remove this warning. See [2021-01-07T10:21:43.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:21:43.273Z] [2021-01-07T10:21:43.273Z] Login Succeeded [2021-01-07T10:21:43.273Z] nexus3.edgexfoundry.org:10002 [2021-01-07T10:21:43.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:21:43.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:21:43.273Z] Configure a credential helper to remove this warning. See [2021-01-07T10:21:43.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:21:43.273Z] [2021-01-07T10:21:43.273Z] Login Succeeded [2021-01-07T10:21:43.273Z] nexus3.edgexfoundry.org:10003 [2021-01-07T10:21:43.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:21:43.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:21:43.534Z] Configure a credential helper to remove this warning. See [2021-01-07T10:21:43.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:21:43.534Z] [2021-01-07T10:21:43.534Z] Login Succeeded [2021-01-07T10:21:43.534Z] nexus3.edgexfoundry.org:10004 [2021-01-07T10:21:43.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:21:43.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:21:43.796Z] Configure a credential helper to remove this warning. See [2021-01-07T10:21:43.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:21:43.796Z] [2021-01-07T10:21:43.796Z] Login Succeeded [2021-01-07T10:21:43.796Z] docker.io [2021-01-07T10:21:43.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:21:44.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:21:44.059Z] Configure a credential helper to remove this warning. See [2021-01-07T10:21:44.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:21:44.059Z] [2021-01-07T10:21:44.059Z] Login Succeeded [2021-01-07T10:21:44.059Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T10:21:44.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:21:44.337Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-07T10:21:44.337Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:44.337Z] 2.0.0-dev.33 [2021-01-07T10:21:44.337Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:44.337Z] master [2021-01-07T10:21:44.337Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:44.854Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:45.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:45.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T10:21:45.160Z] 3af2158f8a66: Preparing [2021-01-07T10:21:45.160Z] 5fa639c0f4f5: Preparing [2021-01-07T10:21:45.160Z] e3c1d41a684f: Preparing [2021-01-07T10:21:45.422Z] e3c1d41a684f: Pushed [2021-01-07T10:21:45.422Z] 3af2158f8a66: Pushed [2021-01-07T10:21:46.372Z] 5fa639c0f4f5: Pushed [2021-01-07T10:21:46.372Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:e946f2fade17642e0ce2722c8338145e3604e18e05e50ee3aabb82a2b5b26c7d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:46.688Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:46.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-07T10:21:46.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T10:21:46.996Z] 3af2158f8a66: Preparing [2021-01-07T10:21:46.996Z] 5fa639c0f4f5: Preparing [2021-01-07T10:21:46.996Z] e3c1d41a684f: Preparing [2021-01-07T10:21:46.996Z] 5fa639c0f4f5: Layer already exists [2021-01-07T10:21:46.996Z] 3af2158f8a66: Layer already exists [2021-01-07T10:21:46.996Z] e3c1d41a684f: Layer already exists [2021-01-07T10:21:46.996Z] 2.0.0-dev.33: digest: sha256:e946f2fade17642e0ce2722c8338145e3604e18e05e50ee3aabb82a2b5b26c7d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:47.311Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:47.612Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:47.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T10:21:47.613Z] 3af2158f8a66: Preparing [2021-01-07T10:21:47.613Z] 5fa639c0f4f5: Preparing [2021-01-07T10:21:47.613Z] e3c1d41a684f: Preparing [2021-01-07T10:21:47.613Z] 5fa639c0f4f5: Layer already exists [2021-01-07T10:21:47.613Z] e3c1d41a684f: Layer already exists [2021-01-07T10:21:47.613Z] 3af2158f8a66: Layer already exists [2021-01-07T10:21:47.613Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:e946f2fade17642e0ce2722c8338145e3604e18e05e50ee3aabb82a2b5b26c7d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:47.926Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:48.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-07T10:21:48.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-07T10:21:48.233Z] 3af2158f8a66: Preparing [2021-01-07T10:21:48.233Z] 5fa639c0f4f5: Preparing [2021-01-07T10:21:48.233Z] e3c1d41a684f: Preparing [2021-01-07T10:21:48.233Z] 3af2158f8a66: Layer already exists [2021-01-07T10:21:48.233Z] 5fa639c0f4f5: Layer already exists [2021-01-07T10:21:48.233Z] e3c1d41a684f: Layer already exists [2021-01-07T10:21:48.233Z] master: digest: sha256:e946f2fade17642e0ce2722c8338145e3604e18e05e50ee3aabb82a2b5b26c7d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:21:48.658Z] ===================================================== [Pipeline] echo [2021-01-07T10:21:48.714Z] taggedImages: [2021-01-07T10:21:48.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:48.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-07T10:21:48.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:48.714Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-07T10:21:48.800Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-07T10:21:48.800Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:48.800Z] 2.0.0-dev.33 [2021-01-07T10:21:48.800Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:48.800Z] master [2021-01-07T10:21:48.800Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:49.320Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:49.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:49.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T10:21:49.627Z] 246ebd16b95c: Preparing [2021-01-07T10:21:49.627Z] 03c91621c605: Preparing [2021-01-07T10:21:49.627Z] 6867841e9983: Preparing [2021-01-07T10:21:49.627Z] 993a2096c66d: Preparing [2021-01-07T10:21:49.627Z] 79a782bf8c0f: Preparing [2021-01-07T10:21:49.627Z] 777b2c648970: Preparing [2021-01-07T10:21:49.627Z] 777b2c648970: Waiting [2021-01-07T10:21:49.890Z] 6867841e9983: Pushed [2021-01-07T10:21:49.890Z] 79a782bf8c0f: Pushed [2021-01-07T10:21:49.890Z] 246ebd16b95c: Pushed [2021-01-07T10:21:49.890Z] 777b2c648970: Layer already exists [2021-01-07T10:21:49.890Z] 993a2096c66d: Pushed [2021-01-07T10:21:51.280Z] 03c91621c605: Pushed [2021-01-07T10:21:51.280Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:4cf543bf3b297739f7c09581791ef79c3be01cd787fcf3f2fa11948db1b7f544 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:51.593Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:51.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-07T10:21:51.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T10:21:51.896Z] 246ebd16b95c: Preparing [2021-01-07T10:21:51.896Z] 03c91621c605: Preparing [2021-01-07T10:21:51.896Z] 6867841e9983: Preparing [2021-01-07T10:21:51.896Z] 993a2096c66d: Preparing [2021-01-07T10:21:51.896Z] 79a782bf8c0f: Preparing [2021-01-07T10:21:51.896Z] 777b2c648970: Preparing [2021-01-07T10:21:51.896Z] 777b2c648970: Waiting [2021-01-07T10:21:51.896Z] 79a782bf8c0f: Layer already exists [2021-01-07T10:21:51.896Z] 246ebd16b95c: Layer already exists [2021-01-07T10:21:51.896Z] 6867841e9983: Layer already exists [2021-01-07T10:21:51.896Z] 993a2096c66d: Layer already exists [2021-01-07T10:21:51.896Z] 03c91621c605: Layer already exists [2021-01-07T10:21:51.896Z] 777b2c648970: Layer already exists [2021-01-07T10:21:51.896Z] 2.0.0-dev.33: digest: sha256:4cf543bf3b297739f7c09581791ef79c3be01cd787fcf3f2fa11948db1b7f544 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:52.205Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:52.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:52.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T10:21:52.509Z] 246ebd16b95c: Preparing [2021-01-07T10:21:52.509Z] 03c91621c605: Preparing [2021-01-07T10:21:52.509Z] 6867841e9983: Preparing [2021-01-07T10:21:52.509Z] 993a2096c66d: Preparing [2021-01-07T10:21:52.509Z] 79a782bf8c0f: Preparing [2021-01-07T10:21:52.509Z] 777b2c648970: Preparing [2021-01-07T10:21:52.509Z] 777b2c648970: Waiting [2021-01-07T10:21:52.509Z] 03c91621c605: Layer already exists [2021-01-07T10:21:52.509Z] 993a2096c66d: Layer already exists [2021-01-07T10:21:52.509Z] 246ebd16b95c: Layer already exists [2021-01-07T10:21:52.509Z] 79a782bf8c0f: Layer already exists [2021-01-07T10:21:52.509Z] 6867841e9983: Layer already exists [2021-01-07T10:21:52.509Z] 777b2c648970: Layer already exists [2021-01-07T10:21:52.509Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:4cf543bf3b297739f7c09581791ef79c3be01cd787fcf3f2fa11948db1b7f544 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:52.819Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:53.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-07T10:21:53.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-07T10:21:53.126Z] 246ebd16b95c: Preparing [2021-01-07T10:21:53.126Z] 03c91621c605: Preparing [2021-01-07T10:21:53.126Z] 6867841e9983: Preparing [2021-01-07T10:21:53.126Z] 993a2096c66d: Preparing [2021-01-07T10:21:53.126Z] 79a782bf8c0f: Preparing [2021-01-07T10:21:53.126Z] 777b2c648970: Preparing [2021-01-07T10:21:53.126Z] 777b2c648970: Waiting [2021-01-07T10:21:53.126Z] 993a2096c66d: Layer already exists [2021-01-07T10:21:53.126Z] 6867841e9983: Layer already exists [2021-01-07T10:21:53.126Z] 246ebd16b95c: Layer already exists [2021-01-07T10:21:53.126Z] 03c91621c605: Layer already exists [2021-01-07T10:21:53.126Z] 79a782bf8c0f: Layer already exists [2021-01-07T10:21:53.126Z] 777b2c648970: Layer already exists [2021-01-07T10:21:53.126Z] master: digest: sha256:4cf543bf3b297739f7c09581791ef79c3be01cd787fcf3f2fa11948db1b7f544 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:21:53.338Z] ===================================================== [Pipeline] echo [2021-01-07T10:21:53.394Z] taggedImages: [2021-01-07T10:21:53.394Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:53.394Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-07T10:21:53.394Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:53.394Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-07T10:21:53.474Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-07T10:21:53.474Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:53.474Z] 2.0.0-dev.33 [2021-01-07T10:21:53.474Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:53.474Z] master [2021-01-07T10:21:53.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:53.981Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:54.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:54.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T10:21:54.404Z] 6c8dfaaff0a0: Preparing [2021-01-07T10:21:54.404Z] ef23df01d364: Preparing [2021-01-07T10:21:54.404Z] 92301bd763dc: Preparing [2021-01-07T10:21:54.404Z] 6c8dfaaff0a0: Pushed [2021-01-07T10:21:54.404Z] 92301bd763dc: Pushed [2021-01-07T10:21:55.387Z] ef23df01d364: Pushed [2021-01-07T10:21:55.650Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:8cee8964658b731c3c2eea82c19ef893795e54a9c2457bd076ee8d3c32dc3d9b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:55.960Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:56.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-07T10:21:56.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T10:21:56.270Z] 6c8dfaaff0a0: Preparing [2021-01-07T10:21:56.270Z] ef23df01d364: Preparing [2021-01-07T10:21:56.270Z] 92301bd763dc: Preparing [2021-01-07T10:21:56.270Z] 92301bd763dc: Layer already exists [2021-01-07T10:21:56.270Z] ef23df01d364: Layer already exists [2021-01-07T10:21:56.270Z] 6c8dfaaff0a0: Layer already exists [2021-01-07T10:21:56.270Z] 2.0.0-dev.33: digest: sha256:8cee8964658b731c3c2eea82c19ef893795e54a9c2457bd076ee8d3c32dc3d9b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:56.577Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:56.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:56.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T10:21:56.884Z] 6c8dfaaff0a0: Preparing [2021-01-07T10:21:56.884Z] ef23df01d364: Preparing [2021-01-07T10:21:56.884Z] 92301bd763dc: Preparing [2021-01-07T10:21:56.884Z] ef23df01d364: Layer already exists [2021-01-07T10:21:56.884Z] 6c8dfaaff0a0: Layer already exists [2021-01-07T10:21:56.884Z] 92301bd763dc: Layer already exists [2021-01-07T10:21:56.884Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:8cee8964658b731c3c2eea82c19ef893795e54a9c2457bd076ee8d3c32dc3d9b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:57.193Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:57.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-07T10:21:57.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-07T10:21:57.495Z] 6c8dfaaff0a0: Preparing [2021-01-07T10:21:57.495Z] ef23df01d364: Preparing [2021-01-07T10:21:57.495Z] 92301bd763dc: Preparing [2021-01-07T10:21:57.495Z] 6c8dfaaff0a0: Layer already exists [2021-01-07T10:21:57.495Z] ef23df01d364: Layer already exists [2021-01-07T10:21:57.495Z] 92301bd763dc: Layer already exists [2021-01-07T10:21:57.495Z] master: digest: sha256:8cee8964658b731c3c2eea82c19ef893795e54a9c2457bd076ee8d3c32dc3d9b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:21:57.704Z] ===================================================== [Pipeline] echo [2021-01-07T10:21:57.758Z] taggedImages: [2021-01-07T10:21:57.758Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:57.758Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-07T10:21:57.758Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:57.758Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-07T10:21:57.837Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-07T10:21:57.837Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:57.837Z] 2.0.0-dev.33 [2021-01-07T10:21:57.837Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:21:57.837Z] master [2021-01-07T10:21:57.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:58.422Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:21:58.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:21:58.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T10:21:58.722Z] 300cc19f28d2: Preparing [2021-01-07T10:21:58.722Z] 286ac9bc58fe: Preparing [2021-01-07T10:21:58.722Z] 2187376d1f61: Preparing [2021-01-07T10:21:58.722Z] 316c848a5086: Preparing [2021-01-07T10:21:58.722Z] f943d6e9a035: Preparing [2021-01-07T10:21:58.722Z] d651c3d49ce4: Preparing [2021-01-07T10:21:58.722Z] 777b2c648970: Preparing [2021-01-07T10:21:58.722Z] d651c3d49ce4: Waiting [2021-01-07T10:21:58.722Z] 777b2c648970: Waiting [2021-01-07T10:21:58.984Z] 300cc19f28d2: Pushed [2021-01-07T10:21:58.984Z] f943d6e9a035: Pushed [2021-01-07T10:21:58.984Z] 2187376d1f61: Pushed [2021-01-07T10:21:58.984Z] 286ac9bc58fe: Pushed [2021-01-07T10:21:58.984Z] 777b2c648970: Layer already exists [2021-01-07T10:21:59.561Z] d651c3d49ce4: Pushed [2021-01-07T10:21:59.561Z] 316c848a5086: Pushed [2021-01-07T10:22:00.953Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:5578f10d17e4b643ca2e8880f4e3585c91f55818d05fb3d8b8962a35c43692e2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:01.261Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:01.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-07T10:22:01.561Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T10:22:01.561Z] 300cc19f28d2: Preparing [2021-01-07T10:22:01.561Z] 286ac9bc58fe: Preparing [2021-01-07T10:22:01.561Z] 2187376d1f61: Preparing [2021-01-07T10:22:01.561Z] 316c848a5086: Preparing [2021-01-07T10:22:01.561Z] f943d6e9a035: Preparing [2021-01-07T10:22:01.561Z] d651c3d49ce4: Preparing [2021-01-07T10:22:01.561Z] 777b2c648970: Preparing [2021-01-07T10:22:01.561Z] d651c3d49ce4: Waiting [2021-01-07T10:22:01.561Z] 777b2c648970: Waiting [2021-01-07T10:22:01.561Z] 2187376d1f61: Layer already exists [2021-01-07T10:22:01.561Z] 300cc19f28d2: Layer already exists [2021-01-07T10:22:01.561Z] 316c848a5086: Layer already exists [2021-01-07T10:22:01.561Z] f943d6e9a035: Layer already exists [2021-01-07T10:22:01.561Z] 286ac9bc58fe: Layer already exists [2021-01-07T10:22:01.561Z] 777b2c648970: Layer already exists [2021-01-07T10:22:01.561Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:01.561Z] 2.0.0-dev.33: digest: sha256:5578f10d17e4b643ca2e8880f4e3585c91f55818d05fb3d8b8962a35c43692e2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:01.882Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:02.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:02.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T10:22:02.199Z] 300cc19f28d2: Preparing [2021-01-07T10:22:02.199Z] 286ac9bc58fe: Preparing [2021-01-07T10:22:02.199Z] 2187376d1f61: Preparing [2021-01-07T10:22:02.199Z] 316c848a5086: Preparing [2021-01-07T10:22:02.199Z] f943d6e9a035: Preparing [2021-01-07T10:22:02.199Z] d651c3d49ce4: Preparing [2021-01-07T10:22:02.199Z] 777b2c648970: Preparing [2021-01-07T10:22:02.199Z] d651c3d49ce4: Waiting [2021-01-07T10:22:02.199Z] 777b2c648970: Waiting [2021-01-07T10:22:02.199Z] f943d6e9a035: Layer already exists [2021-01-07T10:22:02.199Z] 300cc19f28d2: Layer already exists [2021-01-07T10:22:02.199Z] 286ac9bc58fe: Layer already exists [2021-01-07T10:22:02.199Z] 2187376d1f61: Layer already exists [2021-01-07T10:22:02.199Z] 316c848a5086: Layer already exists [2021-01-07T10:22:02.199Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:02.199Z] 777b2c648970: Layer already exists [2021-01-07T10:22:02.199Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:5578f10d17e4b643ca2e8880f4e3585c91f55818d05fb3d8b8962a35c43692e2 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:02.508Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:02.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-07T10:22:02.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-07T10:22:02.808Z] 300cc19f28d2: Preparing [2021-01-07T10:22:02.808Z] 286ac9bc58fe: Preparing [2021-01-07T10:22:02.808Z] 2187376d1f61: Preparing [2021-01-07T10:22:02.808Z] 316c848a5086: Preparing [2021-01-07T10:22:02.808Z] f943d6e9a035: Preparing [2021-01-07T10:22:02.808Z] d651c3d49ce4: Preparing [2021-01-07T10:22:02.808Z] 777b2c648970: Preparing [2021-01-07T10:22:02.808Z] d651c3d49ce4: Waiting [2021-01-07T10:22:02.808Z] 777b2c648970: Waiting [2021-01-07T10:22:02.808Z] 286ac9bc58fe: Layer already exists [2021-01-07T10:22:02.808Z] 300cc19f28d2: Layer already exists [2021-01-07T10:22:02.808Z] 316c848a5086: Layer already exists [2021-01-07T10:22:02.808Z] f943d6e9a035: Layer already exists [2021-01-07T10:22:02.808Z] 2187376d1f61: Layer already exists [2021-01-07T10:22:02.808Z] 777b2c648970: Layer already exists [2021-01-07T10:22:02.808Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:02.808Z] master: digest: sha256:5578f10d17e4b643ca2e8880f4e3585c91f55818d05fb3d8b8962a35c43692e2 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:22:03.056Z] ===================================================== [Pipeline] echo [2021-01-07T10:22:03.128Z] taggedImages: [2021-01-07T10:22:03.128Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:03.128Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-07T10:22:03.128Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:03.128Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-07T10:22:03.225Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-07T10:22:03.225Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:03.225Z] 2.0.0-dev.33 [2021-01-07T10:22:03.225Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:03.225Z] master [2021-01-07T10:22:03.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:03.728Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:04.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:04.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T10:22:04.030Z] ba197c6504e7: Preparing [2021-01-07T10:22:04.030Z] f730f5dd0b6e: Preparing [2021-01-07T10:22:04.030Z] d7debe82a208: Preparing [2021-01-07T10:22:04.030Z] b60fd9dfd9b2: Preparing [2021-01-07T10:22:04.030Z] 42c91e2dfd6e: Preparing [2021-01-07T10:22:04.030Z] 777b2c648970: Preparing [2021-01-07T10:22:04.030Z] 777b2c648970: Waiting [2021-01-07T10:22:04.292Z] d7debe82a208: Pushed [2021-01-07T10:22:04.292Z] b60fd9dfd9b2: Pushed [2021-01-07T10:22:04.292Z] 777b2c648970: Layer already exists [2021-01-07T10:22:04.292Z] 42c91e2dfd6e: Pushed [2021-01-07T10:22:05.237Z] ba197c6504e7: Pushed [2021-01-07T10:22:05.237Z] f730f5dd0b6e: Pushed [2021-01-07T10:22:05.237Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:f57be00082cb7295af2b115674f1d36d01b6854e6cff19f35205db87b1188202 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:05.545Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:05.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-07T10:22:05.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T10:22:05.844Z] ba197c6504e7: Preparing [2021-01-07T10:22:05.844Z] f730f5dd0b6e: Preparing [2021-01-07T10:22:05.844Z] d7debe82a208: Preparing [2021-01-07T10:22:05.844Z] b60fd9dfd9b2: Preparing [2021-01-07T10:22:05.844Z] 42c91e2dfd6e: Preparing [2021-01-07T10:22:05.844Z] 777b2c648970: Preparing [2021-01-07T10:22:05.844Z] 777b2c648970: Waiting [2021-01-07T10:22:05.844Z] ba197c6504e7: Layer already exists [2021-01-07T10:22:05.844Z] 42c91e2dfd6e: Layer already exists [2021-01-07T10:22:05.844Z] b60fd9dfd9b2: Layer already exists [2021-01-07T10:22:05.844Z] f730f5dd0b6e: Layer already exists [2021-01-07T10:22:05.844Z] d7debe82a208: Layer already exists [2021-01-07T10:22:05.844Z] 777b2c648970: Layer already exists [2021-01-07T10:22:05.844Z] 2.0.0-dev.33: digest: sha256:f57be00082cb7295af2b115674f1d36d01b6854e6cff19f35205db87b1188202 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:06.146Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:06.444Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:06.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T10:22:06.445Z] ba197c6504e7: Preparing [2021-01-07T10:22:06.445Z] f730f5dd0b6e: Preparing [2021-01-07T10:22:06.445Z] d7debe82a208: Preparing [2021-01-07T10:22:06.445Z] b60fd9dfd9b2: Preparing [2021-01-07T10:22:06.445Z] 42c91e2dfd6e: Preparing [2021-01-07T10:22:06.445Z] 777b2c648970: Preparing [2021-01-07T10:22:06.445Z] 777b2c648970: Waiting [2021-01-07T10:22:06.445Z] d7debe82a208: Layer already exists [2021-01-07T10:22:06.445Z] b60fd9dfd9b2: Layer already exists [2021-01-07T10:22:06.445Z] 42c91e2dfd6e: Layer already exists [2021-01-07T10:22:06.445Z] f730f5dd0b6e: Layer already exists [2021-01-07T10:22:06.445Z] ba197c6504e7: Layer already exists [2021-01-07T10:22:06.445Z] 777b2c648970: Layer already exists [2021-01-07T10:22:06.445Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:f57be00082cb7295af2b115674f1d36d01b6854e6cff19f35205db87b1188202 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:06.745Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:07.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-07T10:22:07.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-07T10:22:07.046Z] ba197c6504e7: Preparing [2021-01-07T10:22:07.046Z] f730f5dd0b6e: Preparing [2021-01-07T10:22:07.046Z] d7debe82a208: Preparing [2021-01-07T10:22:07.046Z] b60fd9dfd9b2: Preparing [2021-01-07T10:22:07.046Z] 42c91e2dfd6e: Preparing [2021-01-07T10:22:07.046Z] 777b2c648970: Preparing [2021-01-07T10:22:07.046Z] 777b2c648970: Waiting [2021-01-07T10:22:07.046Z] b60fd9dfd9b2: Layer already exists [2021-01-07T10:22:07.046Z] f730f5dd0b6e: Layer already exists [2021-01-07T10:22:07.046Z] 42c91e2dfd6e: Layer already exists [2021-01-07T10:22:07.046Z] d7debe82a208: Layer already exists [2021-01-07T10:22:07.046Z] ba197c6504e7: Layer already exists [2021-01-07T10:22:07.046Z] 777b2c648970: Layer already exists [2021-01-07T10:22:07.046Z] master: digest: sha256:f57be00082cb7295af2b115674f1d36d01b6854e6cff19f35205db87b1188202 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:22:07.486Z] ===================================================== [Pipeline] echo [2021-01-07T10:22:07.535Z] taggedImages: [2021-01-07T10:22:07.535Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:07.535Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-07T10:22:07.535Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:07.536Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-07T10:22:07.630Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-07T10:22:07.630Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:07.630Z] 2.0.0-dev.33 [2021-01-07T10:22:07.630Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:07.630Z] master [2021-01-07T10:22:07.630Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:08.120Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:08.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:08.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T10:22:08.422Z] 1f82ed81f995: Preparing [2021-01-07T10:22:08.422Z] 61411cbfd62a: Preparing [2021-01-07T10:22:08.422Z] f935c61e3257: Preparing [2021-01-07T10:22:08.422Z] 3cfda6608b97: Preparing [2021-01-07T10:22:08.422Z] 98a4cdc3cc5d: Preparing [2021-01-07T10:22:08.422Z] 856839b1b2a8: Preparing [2021-01-07T10:22:08.422Z] 4377c4604ece: Preparing [2021-01-07T10:22:08.422Z] d651c3d49ce4: Preparing [2021-01-07T10:22:08.422Z] 777b2c648970: Preparing [2021-01-07T10:22:08.422Z] 856839b1b2a8: Waiting [2021-01-07T10:22:08.422Z] 4377c4604ece: Waiting [2021-01-07T10:22:08.422Z] d651c3d49ce4: Waiting [2021-01-07T10:22:08.422Z] 777b2c648970: Waiting [2021-01-07T10:22:08.684Z] 98a4cdc3cc5d: Pushed [2021-01-07T10:22:08.684Z] 61411cbfd62a: Pushed [2021-01-07T10:22:08.684Z] 1f82ed81f995: Pushed [2021-01-07T10:22:08.684Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:08.684Z] 777b2c648970: Layer already exists [2021-01-07T10:22:08.946Z] 856839b1b2a8: Pushed [2021-01-07T10:22:08.946Z] 4377c4604ece: Pushed [2021-01-07T10:22:09.207Z] 3cfda6608b97: Pushed [2021-01-07T10:22:09.468Z] f935c61e3257: Pushed [2021-01-07T10:22:09.468Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:eecf4167fe117cdc1b487cb23d4f3b61851a96bd65a46905fa15121337dd0d37 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:09.770Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:10.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-07T10:22:10.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T10:22:10.067Z] 1f82ed81f995: Preparing [2021-01-07T10:22:10.067Z] 61411cbfd62a: Preparing [2021-01-07T10:22:10.067Z] f935c61e3257: Preparing [2021-01-07T10:22:10.067Z] 3cfda6608b97: Preparing [2021-01-07T10:22:10.067Z] 98a4cdc3cc5d: Preparing [2021-01-07T10:22:10.067Z] 856839b1b2a8: Preparing [2021-01-07T10:22:10.067Z] 4377c4604ece: Preparing [2021-01-07T10:22:10.067Z] d651c3d49ce4: Preparing [2021-01-07T10:22:10.067Z] 777b2c648970: Preparing [2021-01-07T10:22:10.067Z] 856839b1b2a8: Waiting [2021-01-07T10:22:10.067Z] d651c3d49ce4: Waiting [2021-01-07T10:22:10.067Z] 777b2c648970: Waiting [2021-01-07T10:22:10.067Z] 4377c4604ece: Waiting [2021-01-07T10:22:10.067Z] f935c61e3257: Layer already exists [2021-01-07T10:22:10.067Z] 3cfda6608b97: Layer already exists [2021-01-07T10:22:10.067Z] 1f82ed81f995: Layer already exists [2021-01-07T10:22:10.067Z] 98a4cdc3cc5d: Layer already exists [2021-01-07T10:22:10.067Z] 61411cbfd62a: Layer already exists [2021-01-07T10:22:10.067Z] 856839b1b2a8: Layer already exists [2021-01-07T10:22:10.067Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:10.067Z] 4377c4604ece: Layer already exists [2021-01-07T10:22:10.067Z] 777b2c648970: Layer already exists [2021-01-07T10:22:10.067Z] 2.0.0-dev.33: digest: sha256:eecf4167fe117cdc1b487cb23d4f3b61851a96bd65a46905fa15121337dd0d37 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:10.371Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:10.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:10.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T10:22:10.670Z] 1f82ed81f995: Preparing [2021-01-07T10:22:10.670Z] 61411cbfd62a: Preparing [2021-01-07T10:22:10.670Z] f935c61e3257: Preparing [2021-01-07T10:22:10.670Z] 3cfda6608b97: Preparing [2021-01-07T10:22:10.670Z] 98a4cdc3cc5d: Preparing [2021-01-07T10:22:10.670Z] 856839b1b2a8: Preparing [2021-01-07T10:22:10.670Z] 4377c4604ece: Preparing [2021-01-07T10:22:10.670Z] d651c3d49ce4: Preparing [2021-01-07T10:22:10.670Z] 777b2c648970: Preparing [2021-01-07T10:22:10.670Z] 856839b1b2a8: Waiting [2021-01-07T10:22:10.670Z] 4377c4604ece: Waiting [2021-01-07T10:22:10.670Z] d651c3d49ce4: Waiting [2021-01-07T10:22:10.670Z] 777b2c648970: Waiting [2021-01-07T10:22:10.670Z] 1f82ed81f995: Layer already exists [2021-01-07T10:22:10.670Z] 98a4cdc3cc5d: Layer already exists [2021-01-07T10:22:10.670Z] f935c61e3257: Layer already exists [2021-01-07T10:22:10.670Z] 61411cbfd62a: Layer already exists [2021-01-07T10:22:10.670Z] 3cfda6608b97: Layer already exists [2021-01-07T10:22:10.670Z] 856839b1b2a8: Layer already exists [2021-01-07T10:22:10.670Z] 4377c4604ece: Layer already exists [2021-01-07T10:22:10.670Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:10.670Z] 777b2c648970: Layer already exists [2021-01-07T10:22:10.670Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:eecf4167fe117cdc1b487cb23d4f3b61851a96bd65a46905fa15121337dd0d37 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:10.970Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:11.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-07T10:22:11.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-07T10:22:11.264Z] 1f82ed81f995: Preparing [2021-01-07T10:22:11.264Z] 61411cbfd62a: Preparing [2021-01-07T10:22:11.264Z] f935c61e3257: Preparing [2021-01-07T10:22:11.264Z] 3cfda6608b97: Preparing [2021-01-07T10:22:11.264Z] 98a4cdc3cc5d: Preparing [2021-01-07T10:22:11.264Z] 856839b1b2a8: Preparing [2021-01-07T10:22:11.264Z] 4377c4604ece: Preparing [2021-01-07T10:22:11.264Z] d651c3d49ce4: Preparing [2021-01-07T10:22:11.264Z] 777b2c648970: Preparing [2021-01-07T10:22:11.264Z] 856839b1b2a8: Waiting [2021-01-07T10:22:11.264Z] 4377c4604ece: Waiting [2021-01-07T10:22:11.264Z] d651c3d49ce4: Waiting [2021-01-07T10:22:11.264Z] 777b2c648970: Waiting [2021-01-07T10:22:11.264Z] f935c61e3257: Layer already exists [2021-01-07T10:22:11.264Z] 98a4cdc3cc5d: Layer already exists [2021-01-07T10:22:11.264Z] 1f82ed81f995: Layer already exists [2021-01-07T10:22:11.264Z] 61411cbfd62a: Layer already exists [2021-01-07T10:22:11.264Z] 3cfda6608b97: Layer already exists [2021-01-07T10:22:11.264Z] 4377c4604ece: Layer already exists [2021-01-07T10:22:11.264Z] 856839b1b2a8: Layer already exists [2021-01-07T10:22:11.264Z] d651c3d49ce4: Layer already exists [2021-01-07T10:22:11.264Z] 777b2c648970: Layer already exists [2021-01-07T10:22:11.264Z] master: digest: sha256:eecf4167fe117cdc1b487cb23d4f3b61851a96bd65a46905fa15121337dd0d37 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:22:11.449Z] ===================================================== [Pipeline] echo [2021-01-07T10:22:11.494Z] taggedImages: [2021-01-07T10:22:11.494Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:11.494Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-07T10:22:11.494Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:11.494Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-07T10:22:11.558Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-07T10:22:11.558Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:11.558Z] 2.0.0-dev.33 [2021-01-07T10:22:11.558Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:11.558Z] master [2021-01-07T10:22:11.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:12.047Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:12.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:12.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T10:22:12.367Z] 26f2be75b88b: Preparing [2021-01-07T10:22:12.367Z] a57a28027139: Preparing [2021-01-07T10:22:12.367Z] 7c88346ba181: Preparing [2021-01-07T10:22:12.367Z] 2725036d44ca: Preparing [2021-01-07T10:22:12.367Z] 454adf5b2a97: Preparing [2021-01-07T10:22:12.367Z] d504c68914a1: Preparing [2021-01-07T10:22:12.367Z] d504c68914a1: Waiting [2021-01-07T10:22:12.631Z] 7c88346ba181: Pushed [2021-01-07T10:22:12.631Z] 2725036d44ca: Pushed [2021-01-07T10:22:12.631Z] 26f2be75b88b: Pushed [2021-01-07T10:22:12.631Z] 454adf5b2a97: Pushed [2021-01-07T10:22:12.893Z] d504c68914a1: Pushed [2021-01-07T10:22:13.466Z] a57a28027139: Pushed [2021-01-07T10:22:13.727Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:280ceb5e3ed174e5e366affc19ff3b705214df87dd207ce32ca4861b776e26b7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:14.025Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:14.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-07T10:22:14.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T10:22:14.320Z] 26f2be75b88b: Preparing [2021-01-07T10:22:14.320Z] a57a28027139: Preparing [2021-01-07T10:22:14.320Z] 7c88346ba181: Preparing [2021-01-07T10:22:14.320Z] 2725036d44ca: Preparing [2021-01-07T10:22:14.320Z] 454adf5b2a97: Preparing [2021-01-07T10:22:14.320Z] d504c68914a1: Preparing [2021-01-07T10:22:14.320Z] d504c68914a1: Waiting [2021-01-07T10:22:14.320Z] 26f2be75b88b: Layer already exists [2021-01-07T10:22:14.320Z] 2725036d44ca: Layer already exists [2021-01-07T10:22:14.320Z] 7c88346ba181: Layer already exists [2021-01-07T10:22:14.320Z] a57a28027139: Layer already exists [2021-01-07T10:22:14.320Z] 454adf5b2a97: Layer already exists [2021-01-07T10:22:14.320Z] d504c68914a1: Layer already exists [2021-01-07T10:22:14.320Z] 2.0.0-dev.33: digest: sha256:280ceb5e3ed174e5e366affc19ff3b705214df87dd207ce32ca4861b776e26b7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:14.765Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:15.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:15.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T10:22:15.080Z] 26f2be75b88b: Preparing [2021-01-07T10:22:15.080Z] a57a28027139: Preparing [2021-01-07T10:22:15.080Z] 7c88346ba181: Preparing [2021-01-07T10:22:15.080Z] 2725036d44ca: Preparing [2021-01-07T10:22:15.080Z] 454adf5b2a97: Preparing [2021-01-07T10:22:15.080Z] d504c68914a1: Preparing [2021-01-07T10:22:15.080Z] d504c68914a1: Waiting [2021-01-07T10:22:15.080Z] 7c88346ba181: Layer already exists [2021-01-07T10:22:15.080Z] a57a28027139: Layer already exists [2021-01-07T10:22:15.080Z] 26f2be75b88b: Layer already exists [2021-01-07T10:22:15.080Z] 2725036d44ca: Layer already exists [2021-01-07T10:22:15.080Z] 454adf5b2a97: Layer already exists [2021-01-07T10:22:15.080Z] d504c68914a1: Layer already exists [2021-01-07T10:22:15.080Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:280ceb5e3ed174e5e366affc19ff3b705214df87dd207ce32ca4861b776e26b7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:15.384Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:15.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-07T10:22:15.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-07T10:22:15.681Z] 26f2be75b88b: Preparing [2021-01-07T10:22:15.681Z] a57a28027139: Preparing [2021-01-07T10:22:15.681Z] 7c88346ba181: Preparing [2021-01-07T10:22:15.681Z] 2725036d44ca: Preparing [2021-01-07T10:22:15.681Z] 454adf5b2a97: Preparing [2021-01-07T10:22:15.681Z] d504c68914a1: Preparing [2021-01-07T10:22:15.681Z] d504c68914a1: Waiting [2021-01-07T10:22:15.681Z] 7c88346ba181: Layer already exists [2021-01-07T10:22:15.681Z] 2725036d44ca: Layer already exists [2021-01-07T10:22:15.681Z] 454adf5b2a97: Layer already exists [2021-01-07T10:22:15.681Z] a57a28027139: Layer already exists [2021-01-07T10:22:15.681Z] 26f2be75b88b: Layer already exists [2021-01-07T10:22:15.681Z] d504c68914a1: Layer already exists [2021-01-07T10:22:15.942Z] master: digest: sha256:280ceb5e3ed174e5e366affc19ff3b705214df87dd207ce32ca4861b776e26b7 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:22:16.121Z] ===================================================== [Pipeline] echo [2021-01-07T10:22:16.165Z] taggedImages: [2021-01-07T10:22:16.165Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:16.165Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-07T10:22:16.165Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:16.165Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-07T10:22:16.227Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-07T10:22:16.227Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:16.227Z] 2.0.0-dev.33 [2021-01-07T10:22:16.227Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:16.227Z] master [2021-01-07T10:22:16.227Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:16.698Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:16.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:16.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T10:22:16.998Z] 7e4f29847247: Preparing [2021-01-07T10:22:16.998Z] 70a8f5f632b7: Preparing [2021-01-07T10:22:16.998Z] b884f2156445: Preparing [2021-01-07T10:22:17.269Z] b884f2156445: Pushed [2021-01-07T10:22:17.269Z] 7e4f29847247: Pushed [2021-01-07T10:22:18.221Z] 70a8f5f632b7: Pushed [2021-01-07T10:22:18.221Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:77dfa4f79c996ed2062a124839433c674ba1e341c5249d2d77e0d4266b1f8d7c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:18.523Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:18.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-07T10:22:18.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T10:22:18.820Z] 7e4f29847247: Preparing [2021-01-07T10:22:18.820Z] 70a8f5f632b7: Preparing [2021-01-07T10:22:18.820Z] b884f2156445: Preparing [2021-01-07T10:22:18.820Z] 70a8f5f632b7: Layer already exists [2021-01-07T10:22:18.820Z] 7e4f29847247: Layer already exists [2021-01-07T10:22:18.820Z] b884f2156445: Layer already exists [2021-01-07T10:22:18.820Z] 2.0.0-dev.33: digest: sha256:77dfa4f79c996ed2062a124839433c674ba1e341c5249d2d77e0d4266b1f8d7c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:19.123Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:19.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:19.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T10:22:19.431Z] 7e4f29847247: Preparing [2021-01-07T10:22:19.431Z] 70a8f5f632b7: Preparing [2021-01-07T10:22:19.431Z] b884f2156445: Preparing [2021-01-07T10:22:19.431Z] 70a8f5f632b7: Layer already exists [2021-01-07T10:22:19.431Z] b884f2156445: Layer already exists [2021-01-07T10:22:19.431Z] 7e4f29847247: Layer already exists [2021-01-07T10:22:19.431Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:77dfa4f79c996ed2062a124839433c674ba1e341c5249d2d77e0d4266b1f8d7c size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:19.755Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:19.886Z] Removing intermediate container 5c676f22faf6 [2021-01-07T10:22:19.886Z] ---> ff8bf41b0574 [2021-01-07T10:22:19.886Z] [2021-01-07T10:22:19.886Z] Step 10/22 : FROM alpine:3.12 [2021-01-07T10:22:19.886Z] 3.12: Pulling from library/alpine [2021-01-07T10:22:19.886Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-07T10:22:19.886Z] Status: Downloaded newer image for alpine:3.12 [2021-01-07T10:22:19.886Z] ---> afeebe901d6b [2021-01-07T10:22:19.886Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T10:22:19.886Z] ---> Running in c6ac62415a06 [2021-01-07T10:22:19.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:22:19.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:22:19.886Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-07T10:22:19.886Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:22:19.886Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-07T10:22:19.886Z] (4/5) Installing curl (7.69.1-r3) [2021-01-07T10:22:19.886Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-07T10:22:19.886Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:22:19.886Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T10:22:19.886Z] OK: 7 MiB in 19 packages [2021-01-07T10:22:20.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-07T10:22:20.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-07T10:22:20.080Z] 7e4f29847247: Preparing [2021-01-07T10:22:20.080Z] 70a8f5f632b7: Preparing [2021-01-07T10:22:20.080Z] b884f2156445: Preparing [2021-01-07T10:22:20.080Z] b884f2156445: Layer already exists [2021-01-07T10:22:20.080Z] 7e4f29847247: Layer already exists [2021-01-07T10:22:20.080Z] 70a8f5f632b7: Layer already exists [2021-01-07T10:22:20.080Z] master: digest: sha256:77dfa4f79c996ed2062a124839433c674ba1e341c5249d2d77e0d4266b1f8d7c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:22:20.359Z] ===================================================== [Pipeline] echo [2021-01-07T10:22:20.404Z] taggedImages: [2021-01-07T10:22:20.404Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:20.404Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-07T10:22:20.404Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:20.404Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-07T10:22:20.470Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-07T10:22:20.470Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:20.470Z] 2.0.0-dev.33 [2021-01-07T10:22:20.470Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:20.470Z] master [2021-01-07T10:22:20.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:20.887Z] Removing intermediate container 7eb1c2fd17cb [2021-01-07T10:22:20.887Z] ---> 685ca4e28824 [2021-01-07T10:22:20.887Z] [2021-01-07T10:22:20.887Z] Step 10/21 : FROM scratch [2021-01-07T10:22:20.887Z] ---> [2021-01-07T10:22:20.887Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:22:20.979Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:21.174Z] Removing intermediate container c6ac62415a06 [2021-01-07T10:22:21.175Z] ---> 86887558d451 [2021-01-07T10:22:21.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-07T10:22:21.175Z] Removing intermediate container 7126eb72af1d [2021-01-07T10:22:21.175Z] ---> 87429282de67 [2021-01-07T10:22:21.175Z] [2021-01-07T10:22:21.175Z] Step 10/22 : FROM scratch [2021-01-07T10:22:21.175Z] ---> [2021-01-07T10:22:21.175Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:22:21.175Z] Removing intermediate container 7b1b19d07bd2 [2021-01-07T10:22:21.175Z] ---> 4f1eee754eb5 [2021-01-07T10:22:21.175Z] [2021-01-07T10:22:21.175Z] Step 10/24 : FROM scratch [2021-01-07T10:22:21.175Z] ---> [2021-01-07T10:22:21.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:21.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T10:22:21.297Z] 1b74fdd071c6: Preparing [2021-01-07T10:22:21.297Z] fdc9e804ab72: Preparing [2021-01-07T10:22:21.297Z] b562656fdec7: Preparing [2021-01-07T10:22:21.297Z] 7bbe1ba0d335: Preparing [2021-01-07T10:22:21.297Z] 4e2c6f235f58: Preparing [2021-01-07T10:22:21.297Z] ddc50621a953: Preparing [2021-01-07T10:22:21.297Z] 69b1ea383f66: Preparing [2021-01-07T10:22:21.297Z] 0754057c0ad3: Preparing [2021-01-07T10:22:21.297Z] 998cdf262ab1: Preparing [2021-01-07T10:22:21.297Z] 02e56110abd2: Preparing [2021-01-07T10:22:21.297Z] abc36efb885a: Preparing [2021-01-07T10:22:21.297Z] b0b09059f4e1: Preparing [2021-01-07T10:22:21.297Z] bb961f40224b: Preparing [2021-01-07T10:22:21.297Z] f4666769fca7: Preparing [2021-01-07T10:22:21.297Z] ddc50621a953: Waiting [2021-01-07T10:22:21.297Z] 69b1ea383f66: Waiting [2021-01-07T10:22:21.297Z] 0754057c0ad3: Waiting [2021-01-07T10:22:21.297Z] 998cdf262ab1: Waiting [2021-01-07T10:22:21.297Z] 02e56110abd2: Waiting [2021-01-07T10:22:21.297Z] abc36efb885a: Waiting [2021-01-07T10:22:21.297Z] b0b09059f4e1: Waiting [2021-01-07T10:22:21.297Z] bb961f40224b: Waiting [2021-01-07T10:22:21.297Z] f4666769fca7: Waiting [2021-01-07T10:22:21.449Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-07T10:22:21.449Z] ---> Running in 5a4bfba08e13 [2021-01-07T10:22:21.566Z] 4e2c6f235f58: Pushed [2021-01-07T10:22:21.566Z] 1b74fdd071c6: Pushed [2021-01-07T10:22:21.720Z] ---> Running in a5bb332df61f [2021-01-07T10:22:21.720Z] ---> Running in 5ab6f61c68b7 [2021-01-07T10:22:21.720Z] ---> Running in 170c6dd16c9f [2021-01-07T10:22:21.836Z] 7bbe1ba0d335: Pushed [2021-01-07T10:22:21.836Z] 0754057c0ad3: Layer already exists [2021-01-07T10:22:21.836Z] 998cdf262ab1: Layer already exists [2021-01-07T10:22:22.001Z] Removing intermediate container 5a4bfba08e13 [2021-01-07T10:22:22.001Z] ---> 50f8f58688b8 [2021-01-07T10:22:22.001Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-07T10:22:22.001Z] ---> Running in e265b18d7a97 [2021-01-07T10:22:22.107Z] 02e56110abd2: Layer already exists [2021-01-07T10:22:22.107Z] 69b1ea383f66: Pushed [2021-01-07T10:22:22.107Z] abc36efb885a: Layer already exists [2021-01-07T10:22:22.107Z] fdc9e804ab72: Pushed [2021-01-07T10:22:22.107Z] b0b09059f4e1: Layer already exists [2021-01-07T10:22:22.107Z] f4666769fca7: Layer already exists [2021-01-07T10:22:22.107Z] bb961f40224b: Layer already exists [2021-01-07T10:22:22.278Z] Removing intermediate container a5bb332df61f [2021-01-07T10:22:22.278Z] ---> a87e8baa3fc2 [2021-01-07T10:22:22.278Z] Step 13/22 : WORKDIR / [2021-01-07T10:22:22.551Z] Removing intermediate container 170c6dd16c9f [2021-01-07T10:22:22.551Z] ---> fe94203fd4bb [2021-01-07T10:22:22.551Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-07T10:22:22.551Z] Removing intermediate container 5ab6f61c68b7 [2021-01-07T10:22:22.551Z] ---> 6f4375eba1b1 [2021-01-07T10:22:22.551Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-07T10:22:22.551Z] ---> Running in 5301f4eb0813 [2021-01-07T10:22:22.551Z] ---> Running in 4536486828cb [2021-01-07T10:22:22.551Z] Removing intermediate container e265b18d7a97 [2021-01-07T10:22:22.551Z] ---> 28ffa75be052 [2021-01-07T10:22:22.551Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-07T10:22:22.551Z] ---> Running in 9ecd343f2664 [2021-01-07T10:22:22.691Z] ddc50621a953: Pushed [2021-01-07T10:22:22.823Z] ---> Running in 3b0b3471483f [2021-01-07T10:22:23.438Z] Removing intermediate container 5301f4eb0813 [2021-01-07T10:22:23.438Z] ---> 38721a1ec727 [2021-01-07T10:22:23.438Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-07T10:22:23.438Z] Removing intermediate container 4536486828cb [2021-01-07T10:22:23.438Z] ---> 43a148cd7b9c [2021-01-07T10:22:23.438Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-07T10:22:23.438Z] Removing intermediate container 9ecd343f2664 [2021-01-07T10:22:23.438Z] ---> 40219981a6d3 [2021-01-07T10:22:23.438Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T10:22:23.438Z] Removing intermediate container 3b0b3471483f [2021-01-07T10:22:23.438Z] ---> 2b1e450c63b2 [2021-01-07T10:22:23.438Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-07T10:22:23.438Z] ---> Running in 2d3f8b832771 [2021-01-07T10:22:23.719Z] ---> Running in e64b98f918a9 [2021-01-07T10:22:24.325Z] Removing intermediate container 2d3f8b832771 [2021-01-07T10:22:24.325Z] ---> 16470d2b32c3 [2021-01-07T10:22:24.325Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-07T10:22:24.325Z] ---> 022e13e58a85 [2021-01-07T10:22:24.325Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-07T10:22:24.597Z] Removing intermediate container e64b98f918a9 [2021-01-07T10:22:24.597Z] ---> 8ab0d09f035d [2021-01-07T10:22:24.597Z] Step 14/22 : WORKDIR / [2021-01-07T10:22:24.597Z] ---> 7316c8b4ae8c [2021-01-07T10:22:24.597Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-07T10:22:24.873Z] ---> Running in 0f6fbf7b0042 [2021-01-07T10:22:25.470Z] ---> 939b4d9b38c4 [2021-01-07T10:22:25.470Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-07T10:22:25.748Z] Removing intermediate container 0f6fbf7b0042 [2021-01-07T10:22:25.748Z] ---> f90f957b719c [2021-01-07T10:22:25.748Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-07T10:22:26.026Z] ---> bb8d8be33927 [2021-01-07T10:22:26.026Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-07T10:22:26.309Z] ---> 6b97c71d2e5f [2021-01-07T10:22:26.310Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-07T10:22:26.913Z] ---> 3c052dea366a [2021-01-07T10:22:26.913Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-07T10:22:26.942Z] b562656fdec7: Pushed [2021-01-07T10:22:26.942Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:8c6ece9656a837028337c3907f1d34dc02f107c1087350d58cc1296c9ac27248 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:27.243Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:27.511Z] ---> ca56c29687f5 [2021-01-07T10:22:27.511Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-07T10:22:27.511Z] ---> b2270a742fc3 [2021-01-07T10:22:27.511Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-07T10:22:27.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-07T10:22:27.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T10:22:27.541Z] 1b74fdd071c6: Preparing [2021-01-07T10:22:27.541Z] fdc9e804ab72: Preparing [2021-01-07T10:22:27.541Z] b562656fdec7: Preparing [2021-01-07T10:22:27.541Z] 7bbe1ba0d335: Preparing [2021-01-07T10:22:27.541Z] 4e2c6f235f58: Preparing [2021-01-07T10:22:27.541Z] ddc50621a953: Preparing [2021-01-07T10:22:27.541Z] 69b1ea383f66: Preparing [2021-01-07T10:22:27.541Z] 0754057c0ad3: Preparing [2021-01-07T10:22:27.541Z] 998cdf262ab1: Preparing [2021-01-07T10:22:27.541Z] 02e56110abd2: Preparing [2021-01-07T10:22:27.541Z] abc36efb885a: Preparing [2021-01-07T10:22:27.541Z] b0b09059f4e1: Preparing [2021-01-07T10:22:27.541Z] bb961f40224b: Preparing [2021-01-07T10:22:27.541Z] f4666769fca7: Preparing [2021-01-07T10:22:27.541Z] 02e56110abd2: Waiting [2021-01-07T10:22:27.541Z] ddc50621a953: Waiting [2021-01-07T10:22:27.541Z] 69b1ea383f66: Waiting [2021-01-07T10:22:27.541Z] bb961f40224b: Waiting [2021-01-07T10:22:27.541Z] abc36efb885a: Waiting [2021-01-07T10:22:27.541Z] b0b09059f4e1: Waiting [2021-01-07T10:22:27.541Z] 0754057c0ad3: Waiting [2021-01-07T10:22:27.541Z] f4666769fca7: Waiting [2021-01-07T10:22:27.541Z] 998cdf262ab1: Waiting [2021-01-07T10:22:27.541Z] 4e2c6f235f58: Layer already exists [2021-01-07T10:22:27.541Z] fdc9e804ab72: Layer already exists [2021-01-07T10:22:27.541Z] 1b74fdd071c6: Layer already exists [2021-01-07T10:22:27.541Z] 7bbe1ba0d335: Layer already exists [2021-01-07T10:22:27.541Z] b562656fdec7: Layer already exists [2021-01-07T10:22:27.541Z] ddc50621a953: Layer already exists [2021-01-07T10:22:27.541Z] 69b1ea383f66: Layer already exists [2021-01-07T10:22:27.541Z] 998cdf262ab1: Layer already exists [2021-01-07T10:22:27.541Z] 0754057c0ad3: Layer already exists [2021-01-07T10:22:27.541Z] 02e56110abd2: Layer already exists [2021-01-07T10:22:27.541Z] abc36efb885a: Layer already exists [2021-01-07T10:22:27.541Z] bb961f40224b: Layer already exists [2021-01-07T10:22:27.541Z] b0b09059f4e1: Layer already exists [2021-01-07T10:22:27.541Z] f4666769fca7: Layer already exists [2021-01-07T10:22:27.541Z] 2.0.0-dev.33: digest: sha256:8c6ece9656a837028337c3907f1d34dc02f107c1087350d58cc1296c9ac27248 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:27.846Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:28.122Z] ---> b8b1940d7c79 [2021-01-07T10:22:28.122Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-07T10:22:28.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:28.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T10:22:28.143Z] 1b74fdd071c6: Preparing [2021-01-07T10:22:28.143Z] fdc9e804ab72: Preparing [2021-01-07T10:22:28.143Z] b562656fdec7: Preparing [2021-01-07T10:22:28.143Z] 7bbe1ba0d335: Preparing [2021-01-07T10:22:28.143Z] 4e2c6f235f58: Preparing [2021-01-07T10:22:28.143Z] ddc50621a953: Preparing [2021-01-07T10:22:28.143Z] 69b1ea383f66: Preparing [2021-01-07T10:22:28.143Z] 0754057c0ad3: Preparing [2021-01-07T10:22:28.143Z] 998cdf262ab1: Preparing [2021-01-07T10:22:28.143Z] 02e56110abd2: Preparing [2021-01-07T10:22:28.143Z] abc36efb885a: Preparing [2021-01-07T10:22:28.143Z] b0b09059f4e1: Preparing [2021-01-07T10:22:28.143Z] bb961f40224b: Preparing [2021-01-07T10:22:28.143Z] f4666769fca7: Preparing [2021-01-07T10:22:28.143Z] 02e56110abd2: Waiting [2021-01-07T10:22:28.143Z] abc36efb885a: Waiting [2021-01-07T10:22:28.143Z] b0b09059f4e1: Waiting [2021-01-07T10:22:28.143Z] bb961f40224b: Waiting [2021-01-07T10:22:28.143Z] f4666769fca7: Waiting [2021-01-07T10:22:28.143Z] ddc50621a953: Waiting [2021-01-07T10:22:28.143Z] 69b1ea383f66: Waiting [2021-01-07T10:22:28.143Z] 0754057c0ad3: Waiting [2021-01-07T10:22:28.143Z] 998cdf262ab1: Waiting [2021-01-07T10:22:28.143Z] 4e2c6f235f58: Layer already exists [2021-01-07T10:22:28.143Z] 7bbe1ba0d335: Layer already exists [2021-01-07T10:22:28.143Z] 1b74fdd071c6: Layer already exists [2021-01-07T10:22:28.143Z] b562656fdec7: Layer already exists [2021-01-07T10:22:28.143Z] fdc9e804ab72: Layer already exists [2021-01-07T10:22:28.143Z] ddc50621a953: Layer already exists [2021-01-07T10:22:28.143Z] 69b1ea383f66: Layer already exists [2021-01-07T10:22:28.143Z] 0754057c0ad3: Layer already exists [2021-01-07T10:22:28.143Z] 02e56110abd2: Layer already exists [2021-01-07T10:22:28.143Z] 998cdf262ab1: Layer already exists [2021-01-07T10:22:28.143Z] b0b09059f4e1: Layer already exists [2021-01-07T10:22:28.143Z] abc36efb885a: Layer already exists [2021-01-07T10:22:28.143Z] bb961f40224b: Layer already exists [2021-01-07T10:22:28.143Z] f4666769fca7: Layer already exists [2021-01-07T10:22:28.143Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:8c6ece9656a837028337c3907f1d34dc02f107c1087350d58cc1296c9ac27248 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:28.403Z] ---> Running in faaeb0ff681a [2021-01-07T10:22:28.442Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:22:28.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-07T10:22:28.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-07T10:22:28.740Z] 1b74fdd071c6: Preparing [2021-01-07T10:22:28.740Z] fdc9e804ab72: Preparing [2021-01-07T10:22:28.740Z] b562656fdec7: Preparing [2021-01-07T10:22:28.740Z] 7bbe1ba0d335: Preparing [2021-01-07T10:22:28.740Z] 4e2c6f235f58: Preparing [2021-01-07T10:22:28.740Z] ddc50621a953: Preparing [2021-01-07T10:22:28.740Z] 69b1ea383f66: Preparing [2021-01-07T10:22:28.740Z] 0754057c0ad3: Preparing [2021-01-07T10:22:28.740Z] 998cdf262ab1: Preparing [2021-01-07T10:22:28.740Z] 02e56110abd2: Preparing [2021-01-07T10:22:28.740Z] abc36efb885a: Preparing [2021-01-07T10:22:28.740Z] b0b09059f4e1: Preparing [2021-01-07T10:22:28.740Z] bb961f40224b: Preparing [2021-01-07T10:22:28.740Z] f4666769fca7: Preparing [2021-01-07T10:22:28.740Z] ddc50621a953: Waiting [2021-01-07T10:22:28.740Z] abc36efb885a: Waiting [2021-01-07T10:22:28.740Z] 69b1ea383f66: Waiting [2021-01-07T10:22:28.740Z] 0754057c0ad3: Waiting [2021-01-07T10:22:28.740Z] 998cdf262ab1: Waiting [2021-01-07T10:22:28.740Z] b0b09059f4e1: Waiting [2021-01-07T10:22:28.740Z] 02e56110abd2: Waiting [2021-01-07T10:22:28.740Z] bb961f40224b: Waiting [2021-01-07T10:22:28.740Z] f4666769fca7: Waiting [2021-01-07T10:22:28.740Z] 4e2c6f235f58: Layer already exists [2021-01-07T10:22:28.740Z] 7bbe1ba0d335: Layer already exists [2021-01-07T10:22:28.740Z] b562656fdec7: Layer already exists [2021-01-07T10:22:28.740Z] 1b74fdd071c6: Layer already exists [2021-01-07T10:22:28.740Z] fdc9e804ab72: Layer already exists [2021-01-07T10:22:28.740Z] 0754057c0ad3: Layer already exists [2021-01-07T10:22:28.740Z] 69b1ea383f66: Layer already exists [2021-01-07T10:22:28.740Z] 998cdf262ab1: Layer already exists [2021-01-07T10:22:28.740Z] ddc50621a953: Layer already exists [2021-01-07T10:22:28.740Z] 02e56110abd2: Layer already exists [2021-01-07T10:22:28.740Z] f4666769fca7: Layer already exists [2021-01-07T10:22:28.740Z] abc36efb885a: Layer already exists [2021-01-07T10:22:28.740Z] bb961f40224b: Layer already exists [2021-01-07T10:22:28.740Z] b0b09059f4e1: Layer already exists [2021-01-07T10:22:28.740Z] master: digest: sha256:8c6ece9656a837028337c3907f1d34dc02f107c1087350d58cc1296c9ac27248 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:22:28.915Z] ===================================================== [Pipeline] echo [2021-01-07T10:22:28.967Z] taggedImages: [2021-01-07T10:22:28.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:28.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-07T10:22:28.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:22:28.967Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [2021-01-07T10:22:29.004Z] ---> 76ba341ed346 [2021-01-07T10:22:29.004Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-07T10:22:29.004Z] ---> dccabf6ebd6e [2021-01-07T10:22:29.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] // script [Pipeline] } [2021-01-07T10:22:29.276Z] ---> Running in 5eca62ee23ea [2021-01-07T10:22:29.277Z] ---> d8f97c8e7bd4 [2021-01-07T10:22:29.277Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-01-07T10:22:29.560Z] Removing intermediate container faaeb0ff681a [2021-01-07T10:22:29.560Z] ---> a9322110d362 [2021-01-07T10:22:29.560Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-07T10:22:29.840Z] ---> Running in a0ed07906e40 [2021-01-07T10:22:29.840Z] Removing intermediate container 664730187dc5 [2021-01-07T10:22:29.840Z] ---> c5a3ab69fdc4 [2021-01-07T10:22:29.840Z] [2021-01-07T10:22:29.840Z] Step 10/22 : FROM scratch [2021-01-07T10:22:29.840Z] ---> [2021-01-07T10:22:29.840Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // stage [Pipeline] } [2021-01-07T10:22:30.117Z] ---> Using cache [2021-01-07T10:22:30.117Z] ---> 6f4375eba1b1 [2021-01-07T10:22:30.117Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-07T10:22:30.117Z] ---> 919ac130d990 [2021-01-07T10:22:30.117Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-07T10:22:30.117Z] ---> Running in 49addf8f3f01 [2021-01-07T10:22:30.394Z] ---> Running in bd32128cbc8f [2021-01-07T10:22:30.394Z] Removing intermediate container a0ed07906e40 [2021-01-07T10:22:30.394Z] ---> da18425dcde0 [2021-01-07T10:22:30.394Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T10:22:30.394Z] ---> f43f563ef787 [2021-01-07T10:22:30.394Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-07T10:22:30.669Z] ---> Running in 9b02b922c5a8 [2021-01-07T10:22:30.947Z] Removing intermediate container 49addf8f3f01 [2021-01-07T10:22:30.947Z] ---> 9197ff454218 [2021-01-07T10:22:30.947Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-07T10:22:30.947Z] ---> Running in aa112fc21e60 [2021-01-07T10:22:31.223Z] Removing intermediate container bd32128cbc8f [2021-01-07T10:22:31.223Z] ---> 3c72031f0fa9 [2021-01-07T10:22:31.223Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:22:31.496Z] ---> Running in e7aeb8fdfa93 [2021-01-07T10:22:31.496Z] Removing intermediate container 9b02b922c5a8 [2021-01-07T10:22:31.496Z] ---> 8efe1c2f0e71 [2021-01-07T10:22:31.496Z] Step 20/21 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:31.770Z] ---> Running in 057471bedd4f [2021-01-07T10:22:31.770Z] Removing intermediate container aa112fc21e60 [2021-01-07T10:22:31.770Z] ---> 854c3db411f7 [2021-01-07T10:22:31.770Z] Step 14/22 : WORKDIR / [2021-01-07T10:22:32.044Z] ---> Running in 4062d8772f40 [2021-01-07T10:22:32.316Z] Removing intermediate container e7aeb8fdfa93 [2021-01-07T10:22:32.316Z] ---> 1eafbaa2248d [2021-01-07T10:22:32.316Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T10:22:32.316Z] ---> 509315f338da [2021-01-07T10:22:32.316Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-07T10:22:32.316Z] Removing intermediate container 057471bedd4f [2021-01-07T10:22:32.316Z] ---> 2d187cea3a15 [2021-01-07T10:22:32.316Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T10:22:32.316Z] Removing intermediate container 5eca62ee23ea [2021-01-07T10:22:32.316Z] ---> cb316c0748de [2021-01-07T10:22:32.316Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-07T10:22:32.587Z] ---> Running in b45ef6efc9f4 [2021-01-07T10:22:32.588Z] ---> Running in 8317a729de37 [2021-01-07T10:22:32.588Z] ---> Running in e31bc6aa7eb7 [2021-01-07T10:22:32.860Z] Removing intermediate container 4062d8772f40 [2021-01-07T10:22:32.860Z] ---> 90d6c61a6041 [2021-01-07T10:22:32.860Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-07T10:22:33.139Z] Removing intermediate container b45ef6efc9f4 [2021-01-07T10:22:33.139Z] ---> fc4be07cbc17 [2021-01-07T10:22:33.140Z] Step 21/22 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:33.425Z] ---> c970dbc2806b [2021-01-07T10:22:33.425Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-07T10:22:33.425Z] ---> Running in 041bf10e0ea0 [2021-01-07T10:22:33.425Z] Removing intermediate container 8317a729de37 [2021-01-07T10:22:33.425Z] ---> ae6631e678b5 [2021-01-07T10:22:33.425Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T10:22:33.425Z] Removing intermediate container e31bc6aa7eb7 [2021-01-07T10:22:33.425Z] ---> 3c3c86d9e8fa [2021-01-07T10:22:33.425Z] [2021-01-07T10:22:33.425Z] ---> Running in 6e24a99571f7 [2021-01-07T10:22:33.702Z] ---> 691dbd05a0d2 [2021-01-07T10:22:33.702Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-07T10:22:33.702Z] ---> Running in a86da001fa77 [2021-01-07T10:22:33.986Z] Successfully built 3c3c86d9e8fa [2021-01-07T10:22:33.986Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-07T10:22:33.986Z] Building docker-security-secretstore-setup-go [2021-01-07T10:22:33.986Z]  Building docker-support-scheduler-go ... done Removing intermediate container 041bf10e0ea0 [2021-01-07T10:22:33.986Z] ---> bfdc9efa4dc8 [2021-01-07T10:22:33.986Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T10:22:34.260Z] Removing intermediate container 6e24a99571f7 [2021-01-07T10:22:34.260Z] ---> d43dfa5d859b [2021-01-07T10:22:34.260Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:22:34.260Z] ---> Running in 6946d2173364 [2021-01-07T10:22:34.532Z] Removing intermediate container a86da001fa77 [2021-01-07T10:22:34.532Z] ---> c9b15243258f [2021-01-07T10:22:34.532Z] Step 21/22 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:34.532Z] ---> Running in 927576280b32 [2021-01-07T10:22:34.808Z] ---> Running in 649106ca1c3b [2021-01-07T10:22:35.082Z] Removing intermediate container 6946d2173364 [2021-01-07T10:22:35.082Z] ---> 45de467a90b6 [2021-01-07T10:22:35.082Z] [2021-01-07T10:22:35.353Z] Successfully built 45de467a90b6 [2021-01-07T10:22:35.626Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-07T10:22:35.626Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-07T10:22:35.626Z] ---> 98e24112f18b [2021-01-07T10:22:35.626Z] Removing intermediate container 927576280b32 [2021-01-07T10:22:35.626Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-07T10:22:35.626Z] ---> bff46bc38a7b [2021-01-07T10:22:35.626Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T10:22:35.899Z] Removing intermediate container 649106ca1c3b [2021-01-07T10:22:35.899Z] ---> 55045fa4a7b7 [2021-01-07T10:22:35.899Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T10:22:35.899Z] ---> Running in fa1a428f9933 [2021-01-07T10:22:36.170Z] ---> Running in 822ece3dd576 [2021-01-07T10:22:36.761Z] Removing intermediate container fa1a428f9933 [2021-01-07T10:22:36.761Z] ---> 348672bd9930 [2021-01-07T10:22:36.761Z] Step 23/24 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:37.361Z] ---> 9d9a7f34fff1 [2021-01-07T10:22:37.361Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-07T10:22:37.361Z] Removing intermediate container 822ece3dd576 [2021-01-07T10:22:37.361Z] ---> db00e3e96639 [2021-01-07T10:22:37.361Z] [2021-01-07T10:22:37.361Z] ---> Running in 4f3409b821c5 [2021-01-07T10:22:37.644Z] ---> Running in 5bf7ac77f51e [2021-01-07T10:22:37.918Z] Successfully built db00e3e96639 [2021-01-07T10:22:37.918Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-07T10:22:37.918Z] Building docker-core-data-go [2021-01-07T10:22:38.192Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4f3409b821c5 [2021-01-07T10:22:38.192Z] ---> 01eaf95806da [2021-01-07T10:22:38.192Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T10:22:38.466Z] Removing intermediate container 5bf7ac77f51e [2021-01-07T10:22:38.466Z] ---> 2dd2d7fd62cb [2021-01-07T10:22:38.466Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:22:38.466Z] ---> Running in 61d80839ffcb [2021-01-07T10:22:38.466Z] ---> Running in e0a8d678eb1b [2021-01-07T10:22:39.059Z] Removing intermediate container 61d80839ffcb [2021-01-07T10:22:39.059Z] ---> ace72d3150c7 [2021-01-07T10:22:39.059Z] [2021-01-07T10:22:39.331Z] Successfully built ace72d3150c7 [2021-01-07T10:22:39.331Z] Removing intermediate container e0a8d678eb1b [2021-01-07T10:22:39.331Z] ---> 9c9ebe098842 [2021-01-07T10:22:39.331Z] Step 20/22 : LABEL arch=arm64 [2021-01-07T10:22:39.331Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-07T10:22:39.331Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-07T10:22:39.602Z] ---> Running in 0ed77642cd0b [2021-01-07T10:22:40.192Z] Removing intermediate container 0ed77642cd0b [2021-01-07T10:22:40.192Z] ---> 996a143ef1e5 [2021-01-07T10:22:40.192Z] Step 21/22 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:22:40.192Z] ---> Running in bc633df0ea10 [2021-01-07T10:22:40.866Z] Removing intermediate container bc633df0ea10 [2021-01-07T10:22:40.866Z] ---> 2e11ffce9477 [2021-01-07T10:22:40.866Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-07T10:22:41.177Z] ---> Running in 4cf29af706e9 [2021-01-07T10:22:41.806Z] Removing intermediate container 4cf29af706e9 [2021-01-07T10:22:41.806Z] ---> 086345224c7d [2021-01-07T10:22:41.806Z] [2021-01-07T10:22:42.104Z] Successfully built 086345224c7d [2021-01-07T10:22:42.104Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-07T10:23:08.925Z]  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:23:08.925Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:23:08.925Z] ---> a90286450b35 [2021-01-07T10:23:08.925Z] Step 3/24 : WORKDIR /edgex-go [2021-01-07T10:23:08.925Z] ---> Using cache [2021-01-07T10:23:08.925Z] ---> c2ee476045e6 [2021-01-07T10:23:08.925Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:23:08.925Z] ---> Using cache [2021-01-07T10:23:08.925Z] ---> c75d4d03573a [2021-01-07T10:23:08.925Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-07T10:23:08.925Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:23:08.925Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:23:08.926Z] ---> a90286450b35 [2021-01-07T10:23:08.926Z] Step 3/21 : WORKDIR /edgex-go [2021-01-07T10:23:08.926Z] ---> Using cache [2021-01-07T10:23:08.926Z] ---> c2ee476045e6 [2021-01-07T10:23:08.926Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:23:08.926Z] ---> Using cache [2021-01-07T10:23:08.926Z] ---> c75d4d03573a [2021-01-07T10:23:08.926Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-07T10:23:09.909Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:23:09.909Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:23:09.909Z] ---> a90286450b35 [2021-01-07T10:23:09.909Z] Step 3/23 : WORKDIR /edgex-go [2021-01-07T10:23:09.909Z] ---> Using cache [2021-01-07T10:23:09.909Z] ---> c2ee476045e6 [2021-01-07T10:23:09.909Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:23:09.909Z] ---> Using cache [2021-01-07T10:23:09.909Z] ---> c75d4d03573a [2021-01-07T10:23:09.909Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-07T10:23:09.909Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-07T10:23:09.909Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-07T10:23:09.909Z] ---> a90286450b35 [2021-01-07T10:23:10.182Z] Step 3/26 : WORKDIR /edgex-go [2021-01-07T10:23:10.182Z] ---> Using cache [2021-01-07T10:23:10.182Z] ---> c2ee476045e6 [2021-01-07T10:23:10.182Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:23:10.182Z] ---> Using cache [2021-01-07T10:23:10.182Z] ---> c75d4d03573a [2021-01-07T10:23:10.182Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-07T10:23:11.626Z] ---> Running in 49106384d391 [2021-01-07T10:23:11.626Z] ---> Running in 35595ffa9d7d [2021-01-07T10:23:11.626Z] ---> Running in 5c06c2579d1d [2021-01-07T10:23:11.626Z] ---> Running in 524e135f6baa [2021-01-07T10:23:13.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:13.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:13.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:13.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:13.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:14.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:14.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:14.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:23:15.197Z] OK: 217 MiB in 51 packages [2021-01-07T10:23:15.197Z] OK: 217 MiB in 51 packages [2021-01-07T10:23:15.197Z] OK: 217 MiB in 51 packages [2021-01-07T10:23:15.805Z] OK: 217 MiB in 51 packages [2021-01-07T10:23:16.810Z] Removing intermediate container 524e135f6baa [2021-01-07T10:23:16.810Z] ---> 6a46e7a46f21 [2021-01-07T10:23:16.810Z] Step 6/21 : COPY go.mod . [2021-01-07T10:23:17.085Z] Removing intermediate container 5c06c2579d1d [2021-01-07T10:23:17.085Z] ---> 200e0442c47d [2021-01-07T10:23:17.085Z] Step 6/26 : COPY go.mod . [2021-01-07T10:23:17.085Z] Removing intermediate container 35595ffa9d7d [2021-01-07T10:23:17.085Z] ---> 5c3f9958ad4d [2021-01-07T10:23:17.085Z] Step 6/24 : COPY go.mod . [2021-01-07T10:23:17.360Z] Removing intermediate container 49106384d391 [2021-01-07T10:23:17.360Z] ---> b225e861dea3 [2021-01-07T10:23:17.360Z] Step 6/23 : COPY go.mod . [2021-01-07T10:23:17.963Z] ---> 31de644585ad [2021-01-07T10:23:17.963Z] Step 7/21 : RUN go mod download [2021-01-07T10:23:17.963Z] ---> 20f7598d4ffc [2021-01-07T10:23:17.963Z] Step 7/26 : RUN go mod download [2021-01-07T10:23:17.963Z] ---> 8f44aaecfe33 [2021-01-07T10:23:17.963Z] Step 7/24 : RUN go mod download [2021-01-07T10:23:17.963Z] ---> Running in 2054c62125b5 [2021-01-07T10:23:18.239Z] ---> Running in dff37fa65600 [2021-01-07T10:23:18.239Z] ---> Running in 23b172adbd3a [2021-01-07T10:23:18.239Z] ---> 0cc9fa361aac [2021-01-07T10:23:18.239Z] Step 7/23 : RUN go mod download [2021-01-07T10:23:18.840Z] ---> Running in ca69942b42ad [2021-01-07T10:23:22.250Z] Removing intermediate container 2054c62125b5 [2021-01-07T10:23:22.250Z] ---> bf18286e46b7 [2021-01-07T10:23:22.250Z] Step 8/21 : COPY . . [2021-01-07T10:23:22.250Z] Removing intermediate container dff37fa65600 [2021-01-07T10:23:22.250Z] ---> d82a65f89ea6 [2021-01-07T10:23:22.250Z] Step 8/26 : COPY . . [2021-01-07T10:23:22.250Z] Removing intermediate container 23b172adbd3a [2021-01-07T10:23:22.250Z] ---> c432935bf6b3 [2021-01-07T10:23:22.250Z] Step 8/24 : COPY . . [2021-01-07T10:23:22.523Z] Removing intermediate container ca69942b42ad [2021-01-07T10:23:22.523Z] ---> bb811124929a [2021-01-07T10:23:22.523Z] Step 8/23 : COPY . . [2021-01-07T10:23:40.825Z] ---> 7beb17720b2b [2021-01-07T10:23:40.826Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-07T10:23:40.826Z] ---> 207e38283ae0 [2021-01-07T10:23:40.826Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-07T10:23:40.826Z] ---> 0a8038e28451 [2021-01-07T10:23:40.826Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-07T10:23:40.826Z] ---> 60952ba48c2a [2021-01-07T10:23:40.826Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-07T10:23:40.826Z] ---> Running in f11b17b72540 [2021-01-07T10:23:40.826Z] ---> Running in 4e99edb17822 [2021-01-07T10:23:40.826Z] ---> Running in 7e8c6fe5b6a1 [2021-01-07T10:23:40.826Z] ---> Running in c8f3d12c7592 [2021-01-07T10:23:40.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-07T10:23:40.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-07T10:23:40.826Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2021-01-07T10:23:41.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-07T10:24:49.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-07T10:24:49.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-07T10:24:54.610Z] Removing intermediate container 4e99edb17822 [2021-01-07T10:24:54.610Z] ---> e069ec58ffe6 [2021-01-07T10:24:54.610Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-07T10:24:54.610Z] ---> Running in f3bfc6ef19f8 [2021-01-07T10:24:56.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-07T10:24:59.242Z] Removing intermediate container c8f3d12c7592 [2021-01-07T10:24:59.242Z] ---> bbc98464427a [2021-01-07T10:24:59.242Z] [2021-01-07T10:24:59.242Z] Step 10/24 : FROM alpine:3.12 [2021-01-07T10:24:59.242Z] ---> afeebe901d6b [2021-01-07T10:24:59.242Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-07T10:24:59.242Z] ---> Using cache [2021-01-07T10:24:59.242Z] ---> 86887558d451 [2021-01-07T10:24:59.242Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T10:24:59.242Z] Removing intermediate container f11b17b72540 [2021-01-07T10:24:59.242Z] ---> 1fbf997aae0b [2021-01-07T10:24:59.242Z] [2021-01-07T10:24:59.242Z] Step 10/21 : FROM alpine:3.12 [2021-01-07T10:24:59.242Z] ---> afeebe901d6b [2021-01-07T10:24:59.242Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-07T10:24:59.521Z] ---> Running in 3d7e21bd7a92 [2021-01-07T10:24:59.521Z] ---> Running in 0e2b4b47030b [2021-01-07T10:25:00.516Z] Removing intermediate container 3d7e21bd7a92 [2021-01-07T10:25:00.516Z] ---> a55f995456a3 [2021-01-07T10:25:00.516Z] Step 13/24 : WORKDIR / [2021-01-07T10:25:00.516Z] ---> Running in 143bbee5c414 [2021-01-07T10:25:01.124Z] Removing intermediate container f3bfc6ef19f8 [2021-01-07T10:25:01.124Z] ---> bc0b6a6b2f1a [2021-01-07T10:25:01.124Z] [2021-01-07T10:25:01.124Z] Step 11/26 : FROM docker:20.10.0 [2021-01-07T10:25:01.124Z] 20.10.0: Pulling from library/docker [2021-01-07T10:25:01.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:01.124Z] Removing intermediate container 143bbee5c414 [2021-01-07T10:25:01.124Z] ---> b5ad4ab11dc7 [2021-01-07T10:25:01.124Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-07T10:25:01.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:02.410Z] ---> ba3fe3aaa267 [2021-01-07T10:25:02.410Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-07T10:25:02.410Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-07T10:25:02.410Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:25:02.410Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-07T10:25:02.410Z] (4/4) Installing curl (7.69.1-r3) [2021-01-07T10:25:02.410Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:25:02.686Z] Executing ca-certificates-20191127-r4.trigger [2021-01-07T10:25:02.686Z] OK: 7 MiB in 18 packages [2021-01-07T10:25:04.680Z] ---> 177fae5a5eb0 [2021-01-07T10:25:04.680Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-07T10:25:05.297Z] Removing intermediate container 0e2b4b47030b [2021-01-07T10:25:05.297Z] ---> f8f127b3d925 [2021-01-07T10:25:05.297Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-07T10:25:05.571Z] ---> 656b517970b5 [2021-01-07T10:25:05.571Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-07T10:25:05.571Z] ---> Running in e4b760de69d0 [2021-01-07T10:25:06.561Z] Removing intermediate container e4b760de69d0 [2021-01-07T10:25:06.561Z] ---> 94a078fe8458 [2021-01-07T10:25:06.561Z] Step 13/21 : WORKDIR /edgex [2021-01-07T10:25:06.837Z] ---> Running in aa7c91258f0f [2021-01-07T10:25:08.294Z] ---> 34504a8758b1 [2021-01-07T10:25:08.294Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-07T10:25:08.294Z] Removing intermediate container aa7c91258f0f [2021-01-07T10:25:08.294Z] ---> 1f6a4d385d76 [2021-01-07T10:25:08.294Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-07T10:25:10.930Z] ---> 788c2279e056 [2021-01-07T10:25:10.930Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-07T10:25:10.930Z] ---> 4131e12e969a [2021-01-07T10:25:10.930Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-07T10:25:12.380Z] ---> 885e411735e2 [2021-01-07T10:25:12.380Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-07T10:25:12.380Z] ---> Running in 858728d88ac5 [2021-01-07T10:25:12.380Z] ---> b14bce1bbac4 [2021-01-07T10:25:12.380Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-07T10:25:15.024Z] ---> 64ea2ffb53ec [2021-01-07T10:25:15.024Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-07T10:25:15.299Z] ---> Running in 5bc3d5057319 [2021-01-07T10:25:15.916Z] Removing intermediate container 5bc3d5057319 [2021-01-07T10:25:15.916Z] ---> 27152dc5d6cf [2021-01-07T10:25:15.916Z] Step 18/21 : CMD ["--init=true"] [2021-01-07T10:25:16.518Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-07T10:25:16.518Z] Removing intermediate container 858728d88ac5 [2021-01-07T10:25:16.518Z] ---> 1150ffce6987 [2021-01-07T10:25:16.518Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-07T10:25:16.518Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-07T10:25:16.518Z] ---> eeaf43b92773 [2021-01-07T10:25:16.518Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-07T10:25:16.518Z] ---> Running in 6006648d42b4 [2021-01-07T10:25:16.795Z] ---> Running in e61aef84f36c [2021-01-07T10:25:16.795Z] ---> Running in ca7444766eec [2021-01-07T10:25:17.395Z] Removing intermediate container 7e8c6fe5b6a1 [2021-01-07T10:25:17.395Z] ---> a8193baca65f [2021-01-07T10:25:17.395Z] [2021-01-07T10:25:17.395Z] Step 10/23 : FROM alpine:3.12 [2021-01-07T10:25:17.395Z] ---> afeebe901d6b [2021-01-07T10:25:17.395Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-07T10:25:17.395Z] Removing intermediate container 6006648d42b4 [2021-01-07T10:25:17.395Z] ---> d0f03dd0ee54 [2021-01-07T10:25:17.395Z] Step 19/21 : LABEL arch=arm64 [2021-01-07T10:25:18.372Z] ---> Running in 3bea28233514 [2021-01-07T10:25:18.372Z] Removing intermediate container e61aef84f36c [2021-01-07T10:25:18.372Z] ---> b10f845faca5 [2021-01-07T10:25:18.372Z] Step 22/24 : LABEL arch=arm64 [2021-01-07T10:25:18.372Z] ---> Running in 6234baa71996 [2021-01-07T10:25:18.648Z] ---> Running in 17a9758c8fdc [2021-01-07T10:25:18.921Z] Removing intermediate container 6234baa71996 [2021-01-07T10:25:18.921Z] ---> 1c3cc975f9a3 [2021-01-07T10:25:18.921Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-07T10:25:19.206Z] Removing intermediate container 3bea28233514 [2021-01-07T10:25:19.206Z] ---> 516632def4e7 [2021-01-07T10:25:19.206Z] Step 20/21 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:25:19.206Z] ---> Running in abde2b5d573d [2021-01-07T10:25:19.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:19.206Z] Removing intermediate container 17a9758c8fdc [2021-01-07T10:25:19.206Z] ---> c47dc7238c8f [2021-01-07T10:25:19.206Z] Step 23/24 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:25:19.206Z] ---> Running in 505b9bbbd186 [2021-01-07T10:25:19.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:19.477Z] ---> Running in dfd2f0cde2a1 [2021-01-07T10:25:19.755Z] Removing intermediate container abde2b5d573d [2021-01-07T10:25:19.755Z] ---> 37e97f9e39c5 [2021-01-07T10:25:19.755Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-07T10:25:20.034Z] Removing intermediate container 505b9bbbd186 [2021-01-07T10:25:20.034Z] ---> 48ec60290960 [2021-01-07T10:25:20.034Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-07T10:25:20.034Z] (1/2) Installing readline (8.0.4-r0) [2021-01-07T10:25:20.034Z] (2/2) Installing bash (5.0.17-r0) [2021-01-07T10:25:20.034Z] ---> Running in ae242062031a [2021-01-07T10:25:20.034Z] Executing bash-5.0.17-r0.post-install [2021-01-07T10:25:20.034Z] Removing intermediate container dfd2f0cde2a1 [2021-01-07T10:25:20.034Z] ---> 39a4dabb9ce3 [2021-01-07T10:25:20.034Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-07T10:25:20.034Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:25:20.034Z] OK: 12 MiB in 22 packages [2021-01-07T10:25:20.034Z] ---> Running in dfd08e2df416 [2021-01-07T10:25:20.308Z] ---> Running in 9f775773d315 [2021-01-07T10:25:20.584Z] Removing intermediate container ae242062031a [2021-01-07T10:25:20.584Z] ---> 700ff49c69ca [2021-01-07T10:25:20.584Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T10:25:20.873Z] Removing intermediate container dfd08e2df416 [2021-01-07T10:25:20.873Z] ---> b9335e099770 [2021-01-07T10:25:20.873Z] [2021-01-07T10:25:20.873Z] ---> Running in c081b6f10eae [2021-01-07T10:25:21.154Z] Removing intermediate container 9f775773d315 [2021-01-07T10:25:21.154Z] ---> 9a593008a4ec [2021-01-07T10:25:21.154Z] [2021-01-07T10:25:21.154Z] Successfully built b9335e099770 [2021-01-07T10:25:21.154Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-07T10:25:21.429Z]  Building docker-security-proxy-setup-go ... done Successfully built 9a593008a4ec [2021-01-07T10:25:21.703Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-07T10:25:21.978Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ca7444766eec [2021-01-07T10:25:21.979Z] ---> aa7bda40b03a [2021-01-07T10:25:21.979Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-07T10:25:21.979Z] ---> Running in 28bf327096dc [2021-01-07T10:25:22.575Z] Removing intermediate container 28bf327096dc [2021-01-07T10:25:22.576Z] ---> 9fc33e2e4159 [2021-01-07T10:25:22.576Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-07T10:25:22.850Z] ---> Running in 456388ec979c [2021-01-07T10:25:23.445Z] Removing intermediate container 456388ec979c [2021-01-07T10:25:23.445Z] ---> c86c0de675b7 [2021-01-07T10:25:23.445Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-07T10:25:23.445Z] Removing intermediate container c081b6f10eae [2021-01-07T10:25:23.445Z] ---> f6ae1d21d5fe [2021-01-07T10:25:23.445Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-07T10:25:23.445Z] ---> Running in 2b3bac4fd10c [2021-01-07T10:25:23.445Z] ---> Running in ff9d7f780ce0 [2021-01-07T10:25:24.058Z] Removing intermediate container 2b3bac4fd10c [2021-01-07T10:25:24.058Z] ---> bf19e1ea2667 [2021-01-07T10:25:24.058Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-07T10:25:24.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:25.323Z] ---> 90c570e6166d [2021-01-07T10:25:25.323Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-07T10:25:25.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:26.289Z] ---> 32b922837ad0 [2021-01-07T10:25:26.289Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-07T10:25:26.568Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-07T10:25:26.568Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-07T10:25:26.856Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-07T10:25:27.129Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-07T10:25:27.129Z] ---> 644a219f29f8 [2021-01-07T10:25:27.129Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-07T10:25:27.129Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-07T10:25:27.401Z] ---> Running in 1647021389ee [2021-01-07T10:25:27.401Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:25:27.401Z] OK: 8 MiB in 19 packages [2021-01-07T10:25:28.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:28.835Z] Removing intermediate container ff9d7f780ce0 [2021-01-07T10:25:28.835Z] ---> d20507d3ea78 [2021-01-07T10:25:28.835Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-07T10:25:28.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:25:29.430Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-07T10:25:29.430Z] (2/33) Installing expat (2.2.9-r1) [2021-01-07T10:25:29.430Z] (3/33) Installing libffi (3.3-r2) [2021-01-07T10:25:29.430Z] (4/33) Installing gdbm (1.13-r1) [2021-01-07T10:25:29.430Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-07T10:25:29.430Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-07T10:25:29.430Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-07T10:25:29.430Z] ---> 277ba748cd30 [2021-01-07T10:25:29.430Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-07T10:25:31.408Z] ---> ca6a57e5e914 [2021-01-07T10:25:31.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-07T10:25:31.408Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-07T10:25:31.408Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-07T10:25:31.408Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-07T10:25:31.408Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-07T10:25:31.408Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-07T10:25:31.408Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-07T10:25:31.408Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-07T10:25:31.683Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-07T10:25:31.683Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-07T10:25:31.683Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-07T10:25:31.683Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-07T10:25:31.683Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-07T10:25:31.683Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-07T10:25:31.683Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-07T10:25:31.683Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-07T10:25:31.683Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-07T10:25:31.955Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-07T10:25:31.955Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-07T10:25:31.955Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-07T10:25:31.955Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-07T10:25:31.955Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-07T10:25:31.955Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-07T10:25:31.955Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-07T10:25:31.955Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-07T10:25:31.955Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-07T10:25:31.955Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-07T10:25:32.228Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:25:32.228Z] ---> 646ad515157c [2021-01-07T10:25:32.228Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-07T10:25:32.228Z] OK: 71 MiB in 55 packages [2021-01-07T10:25:32.502Z] ---> Running in e17fa4d20150 [2021-01-07T10:25:32.780Z] Removing intermediate container e17fa4d20150 [2021-01-07T10:25:32.780Z] ---> c6dace5c7eef [2021-01-07T10:25:32.780Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:25:33.062Z] ---> Running in 580be052d366 [2021-01-07T10:25:33.669Z] Removing intermediate container 580be052d366 [2021-01-07T10:25:33.669Z] ---> 6a501a484d4e [2021-01-07T10:25:33.669Z] Step 21/23 : LABEL arch=arm64 [2021-01-07T10:25:33.941Z] ---> Running in a87d82db9500 [2021-01-07T10:25:34.537Z] Removing intermediate container a87d82db9500 [2021-01-07T10:25:34.537Z] ---> 86a2c308a4f8 [2021-01-07T10:25:34.537Z] Step 22/23 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:25:34.817Z] ---> Running in 0b9e37f769f0 [2021-01-07T10:25:35.413Z] Removing intermediate container 0b9e37f769f0 [2021-01-07T10:25:35.413Z] ---> da15645f2ff8 [2021-01-07T10:25:35.413Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-07T10:25:35.413Z] ---> Running in de1a603c7c8e [2021-01-07T10:25:36.010Z] Removing intermediate container de1a603c7c8e [2021-01-07T10:25:36.010Z] ---> 7d27767659e5 [2021-01-07T10:25:36.010Z] [2021-01-07T10:25:36.288Z] Successfully built 7d27767659e5 [2021-01-07T10:25:36.562Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-07T10:25:37.990Z]  Building docker-core-data-go ... done Removing intermediate container 1647021389ee [2021-01-07T10:25:37.990Z] ---> ce5a22be9174 [2021-01-07T10:25:37.990Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-07T10:25:38.270Z] ---> Running in d56a33d215a8 [2021-01-07T10:25:42.572Z] Collecting docker-compose==1.23.2 [2021-01-07T10:25:42.572Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-07T10:25:43.548Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-07T10:25:43.548Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-07T10:25:43.821Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-07T10:25:43.821Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-07T10:25:46.432Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-07T10:25:46.432Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-07T10:25:47.033Z] Collecting PyYAML<4,>=3.10 [2021-01-07T10:25:47.033Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-07T10:25:49.636Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-07T10:25:49.908Z] Collecting texttable<0.10,>=0.9.0 [2021-01-07T10:25:49.908Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-07T10:25:51.868Z] Collecting cached-property<2,>=1.2.0 [2021-01-07T10:25:51.868Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-07T10:25:52.137Z] Collecting jsonschema<3,>=2.5.1 [2021-01-07T10:25:52.137Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-07T10:25:52.729Z] Collecting docker<4.0,>=3.6.0 [2021-01-07T10:25:52.729Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-07T10:25:53.320Z] Collecting docopt<0.7,>=0.6.1 [2021-01-07T10:25:53.320Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-07T10:25:55.278Z] Collecting idna<2.8,>=2.5 [2021-01-07T10:25:55.278Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-07T10:25:55.548Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-07T10:25:55.548Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-07T10:25:55.820Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-07T10:25:55.820Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-07T10:25:55.820Z] Collecting docker-pycreds>=0.4.0 [2021-01-07T10:25:55.820Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-07T10:25:56.090Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-07T10:25:56.090Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-07T10:25:56.090Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-07T10:25:56.090Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-07T10:25:56.683Z] Installing collected packages: websocket-client, dockerpty, idna, urllib3, requests, PyYAML, texttable, cached-property, jsonschema, docker-pycreds, docker, docopt, docker-compose [2021-01-07T10:25:56.956Z] Running setup.py install for dockerpty: started [2021-01-07T10:25:58.924Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-07T10:25:58.924Z] Attempting uninstall: idna [2021-01-07T10:25:58.924Z] Found existing installation: idna 2.9 [2021-01-07T10:25:58.924Z] Uninstalling idna-2.9: [2021-01-07T10:25:58.924Z] Successfully uninstalled idna-2.9 [2021-01-07T10:25:59.517Z] Attempting uninstall: urllib3 [2021-01-07T10:25:59.517Z] Found existing installation: urllib3 1.25.9 [2021-01-07T10:25:59.517Z] Uninstalling urllib3-1.25.9: [2021-01-07T10:25:59.790Z] Successfully uninstalled urllib3-1.25.9 [2021-01-07T10:26:00.383Z] Attempting uninstall: requests [2021-01-07T10:26:00.383Z] Found existing installation: requests 2.23.0 [2021-01-07T10:26:00.383Z] Uninstalling requests-2.23.0: [2021-01-07T10:26:00.383Z] Successfully uninstalled requests-2.23.0 [2021-01-07T10:26:00.654Z] Running setup.py install for PyYAML: started [2021-01-07T10:26:02.615Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-07T10:26:02.615Z] Running setup.py install for texttable: started [2021-01-07T10:26:04.582Z] Running setup.py install for texttable: finished with status 'done' [2021-01-07T10:26:05.554Z] Running setup.py install for docopt: started [2021-01-07T10:26:07.520Z] Running setup.py install for docopt: finished with status 'done' [2021-01-07T10:26:08.110Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-07T10:26:11.521Z] Removing intermediate container d56a33d215a8 [2021-01-07T10:26:11.521Z] ---> 9b1b983342ee [2021-01-07T10:26:11.521Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-07T10:26:11.521Z] ---> Running in 31a574ebcfbf [2021-01-07T10:26:12.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T10:26:12.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T10:26:13.553Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-07T10:26:13.553Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-07T10:26:13.553Z] (3/3) Installing curl (7.69.1-r3) [2021-01-07T10:26:13.553Z] Executing busybox-1.31.1-r19.trigger [2021-01-07T10:26:13.553Z] OK: 71 MiB in 58 packages [2021-01-07T10:26:14.529Z] Removing intermediate container 31a574ebcfbf [2021-01-07T10:26:14.529Z] ---> bc2520fe569c [2021-01-07T10:26:14.529Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-07T10:26:14.800Z] ---> Running in ce6cfa6f9f0d [2021-01-07T10:26:15.072Z] Removing intermediate container ce6cfa6f9f0d [2021-01-07T10:26:15.072Z] ---> c8e0728361c8 [2021-01-07T10:26:15.072Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-07T10:26:15.348Z] ---> Running in 9162bcdf6b7b [2021-01-07T10:26:15.621Z] Removing intermediate container 9162bcdf6b7b [2021-01-07T10:26:15.894Z] ---> f85fbad054a7 [2021-01-07T10:26:15.894Z] Step 24/26 : LABEL arch=arm64 [2021-01-07T10:26:15.894Z] ---> Running in 4b1ad4c0f6d6 [2021-01-07T10:26:16.488Z] Removing intermediate container 4b1ad4c0f6d6 [2021-01-07T10:26:16.488Z] ---> 91af350d94ac [2021-01-07T10:26:16.488Z] Step 25/26 : LABEL git_sha=0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:16.488Z] ---> Running in 73d6bfc19e35 [2021-01-07T10:26:17.085Z] Removing intermediate container 73d6bfc19e35 [2021-01-07T10:26:17.085Z] ---> 7dde0aeb8ef0 [2021-01-07T10:26:17.085Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-07T10:26:17.085Z] ---> Running in 50a5e78df897 [2021-01-07T10:26:17.679Z] Removing intermediate container 50a5e78df897 [2021-01-07T10:26:17.679Z] ---> 4d8dc2393208 [2021-01-07T10:26:17.679Z] [2021-01-07T10:26:17.951Z] Successfully built 4d8dc2393208 [2021-01-07T10:26:17.951Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-07T10:26:18.237Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-07T10:26:18.241Z] $ docker stop --time=1 a4c43254921f3f03b05f86b33636032d09eeeaa97109eef97f722e21e5f01c22 [2021-01-07T10:26:20.103Z] $ docker rm -f a4c43254921f3f03b05f86b33636032d09eeeaa97109eef97f722e21e5f01c22 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T10:26:20.838Z] + docker images [2021-01-07T10:26:20.839Z] + grep docker [2021-01-07T10:26:21.112Z] docker-sys-mgmt-agent-go-arm64 latest 4d8dc2393208 3 seconds ago 300MB [2021-01-07T10:26:21.112Z] docker-core-data-go-arm64 latest 7d27767659e5 45 seconds ago 21MB [2021-01-07T10:26:21.112Z] docker-security-secretstore-setup-go-arm64 latest 9a593008a4ec About a minute ago 23.4MB [2021-01-07T10:26:21.112Z] docker-security-proxy-setup-go-arm64 latest b9335e099770 About a minute ago 23.3MB [2021-01-07T10:26:21.113Z] docker-core-metadata-go-arm64 latest 086345224c7d 3 minutes ago 12.2MB [2021-01-07T10:26:21.113Z] docker-support-notifications-go-arm64 latest ace72d3150c7 3 minutes ago 11.4MB [2021-01-07T10:26:21.113Z] docker-security-bootstrap-redis-go-arm64 latest db00e3e96639 3 minutes ago 15.1MB [2021-01-07T10:26:21.113Z] docker-core-command-go-arm64 latest 45de467a90b6 3 minutes ago 9.98MB [2021-01-07T10:26:21.113Z] docker-support-scheduler-go-arm64 latest 3c3c86d9e8fa 3 minutes ago 10MB [2021-01-07T10:26:21.113Z] docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T10:26:22.131Z] provisioning config files... [2021-01-07T10:26:22.179Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/280@tmp/config414183992933804510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:26:22.578Z] ---> docker-login.sh [2021-01-07T10:26:22.578Z] nexus3.edgexfoundry.org:10001 [2021-01-07T10:26:22.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:26:23.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:26:23.122Z] Configure a credential helper to remove this warning. See [2021-01-07T10:26:23.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:26:23.122Z] [2021-01-07T10:26:23.122Z] Login Succeeded [2021-01-07T10:26:23.122Z] nexus3.edgexfoundry.org:10002 [2021-01-07T10:26:23.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:26:23.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:26:23.393Z] Configure a credential helper to remove this warning. See [2021-01-07T10:26:23.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:26:23.393Z] [2021-01-07T10:26:23.393Z] Login Succeeded [2021-01-07T10:26:23.667Z] nexus3.edgexfoundry.org:10003 [2021-01-07T10:26:23.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:26:24.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:26:24.212Z] Configure a credential helper to remove this warning. See [2021-01-07T10:26:24.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:26:24.212Z] [2021-01-07T10:26:24.212Z] Login Succeeded [2021-01-07T10:26:24.212Z] nexus3.edgexfoundry.org:10004 [2021-01-07T10:26:24.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:26:24.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:26:24.761Z] Configure a credential helper to remove this warning. See [2021-01-07T10:26:24.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:26:24.761Z] [2021-01-07T10:26:24.761Z] Login Succeeded [2021-01-07T10:26:24.761Z] docker.io [2021-01-07T10:26:25.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T10:26:25.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T10:26:25.301Z] Configure a credential helper to remove this warning. See [2021-01-07T10:26:25.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T10:26:25.301Z] [2021-01-07T10:26:25.301Z] Login Succeeded [2021-01-07T10:26:25.574Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T10:26:25.590Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:26:25.873Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-07T10:26:25.873Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:25.873Z] 2.0.0-dev.33 [2021-01-07T10:26:25.873Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:25.873Z] master [2021-01-07T10:26:25.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:26.462Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:26.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:26.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T10:26:26.856Z] e8d882847843: Preparing [2021-01-07T10:26:26.856Z] fdd807fc3ff2: Preparing [2021-01-07T10:26:26.856Z] bcf63c6f2b54: Preparing [2021-01-07T10:26:27.152Z] bcf63c6f2b54: Pushed [2021-01-07T10:26:27.152Z] e8d882847843: Pushed [2021-01-07T10:26:29.788Z] fdd807fc3ff2: Pushed [2021-01-07T10:26:29.788Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:6ffc0537c97992519e03a7a9a6e16b8701bc67493dd226e396a5f78ef70fb439 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:30.139Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:30.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:30.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T10:26:30.479Z] e8d882847843: Preparing [2021-01-07T10:26:30.479Z] fdd807fc3ff2: Preparing [2021-01-07T10:26:30.479Z] bcf63c6f2b54: Preparing [2021-01-07T10:26:30.752Z] e8d882847843: Layer already exists [2021-01-07T10:26:30.752Z] fdd807fc3ff2: Layer already exists [2021-01-07T10:26:30.752Z] bcf63c6f2b54: Layer already exists [2021-01-07T10:26:30.752Z] 2.0.0-dev.33: digest: sha256:6ffc0537c97992519e03a7a9a6e16b8701bc67493dd226e396a5f78ef70fb439 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:31.108Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:31.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:31.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T10:26:31.454Z] e8d882847843: Preparing [2021-01-07T10:26:31.454Z] fdd807fc3ff2: Preparing [2021-01-07T10:26:31.454Z] bcf63c6f2b54: Preparing [2021-01-07T10:26:31.726Z] fdd807fc3ff2: Layer already exists [2021-01-07T10:26:31.726Z] bcf63c6f2b54: Layer already exists [2021-01-07T10:26:31.726Z] e8d882847843: Layer already exists [2021-01-07T10:26:31.726Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:6ffc0537c97992519e03a7a9a6e16b8701bc67493dd226e396a5f78ef70fb439 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:32.075Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:32.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-07T10:26:32.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-07T10:26:32.415Z] e8d882847843: Preparing [2021-01-07T10:26:32.415Z] fdd807fc3ff2: Preparing [2021-01-07T10:26:32.415Z] bcf63c6f2b54: Preparing [2021-01-07T10:26:32.415Z] bcf63c6f2b54: Layer already exists [2021-01-07T10:26:32.415Z] e8d882847843: Layer already exists [2021-01-07T10:26:32.415Z] fdd807fc3ff2: Layer already exists [2021-01-07T10:26:32.687Z] master: digest: sha256:6ffc0537c97992519e03a7a9a6e16b8701bc67493dd226e396a5f78ef70fb439 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:26:32.939Z] ===================================================== [Pipeline] echo [2021-01-07T10:26:32.998Z] taggedImages: [2021-01-07T10:26:32.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:32.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:32.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:32.998Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-07T10:26:33.088Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-07T10:26:33.088Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:33.088Z] 2.0.0-dev.33 [2021-01-07T10:26:33.088Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:33.088Z] master [2021-01-07T10:26:33.088Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:33.696Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:34.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:34.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T10:26:34.036Z] 530f599284b0: Preparing [2021-01-07T10:26:34.036Z] 1442667de2e3: Preparing [2021-01-07T10:26:34.036Z] 856d7ac9b4b5: Preparing [2021-01-07T10:26:34.036Z] 5eb0de21ea9b: Preparing [2021-01-07T10:26:34.036Z] 1ecf616f5030: Preparing [2021-01-07T10:26:34.036Z] 379067d0cb53: Preparing [2021-01-07T10:26:34.036Z] 379067d0cb53: Waiting [2021-01-07T10:26:34.310Z] 856d7ac9b4b5: Pushed [2021-01-07T10:26:34.310Z] 1ecf616f5030: Pushed [2021-01-07T10:26:34.310Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:34.583Z] 530f599284b0: Pushed [2021-01-07T10:26:35.176Z] 5eb0de21ea9b: Pushed [2021-01-07T10:26:37.782Z] 1442667de2e3: Pushed [2021-01-07T10:26:37.782Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:678918cac35690f3c283e2b4494ce5465570fac0819a3bef79539ed44d779cb1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:38.123Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:38.456Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:38.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T10:26:38.456Z] 530f599284b0: Preparing [2021-01-07T10:26:38.456Z] 1442667de2e3: Preparing [2021-01-07T10:26:38.456Z] 856d7ac9b4b5: Preparing [2021-01-07T10:26:38.456Z] 5eb0de21ea9b: Preparing [2021-01-07T10:26:38.456Z] 1ecf616f5030: Preparing [2021-01-07T10:26:38.456Z] 379067d0cb53: Preparing [2021-01-07T10:26:38.456Z] 379067d0cb53: Waiting [2021-01-07T10:26:38.456Z] 530f599284b0: Layer already exists [2021-01-07T10:26:38.456Z] 856d7ac9b4b5: Layer already exists [2021-01-07T10:26:38.456Z] 5eb0de21ea9b: Layer already exists [2021-01-07T10:26:38.456Z] 1ecf616f5030: Layer already exists [2021-01-07T10:26:38.456Z] 1442667de2e3: Layer already exists [2021-01-07T10:26:38.456Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:38.729Z] 2.0.0-dev.33: digest: sha256:678918cac35690f3c283e2b4494ce5465570fac0819a3bef79539ed44d779cb1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:39.083Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:39.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:39.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T10:26:39.429Z] 530f599284b0: Preparing [2021-01-07T10:26:39.429Z] 1442667de2e3: Preparing [2021-01-07T10:26:39.429Z] 856d7ac9b4b5: Preparing [2021-01-07T10:26:39.429Z] 5eb0de21ea9b: Preparing [2021-01-07T10:26:39.429Z] 1ecf616f5030: Preparing [2021-01-07T10:26:39.429Z] 379067d0cb53: Preparing [2021-01-07T10:26:39.429Z] 379067d0cb53: Waiting [2021-01-07T10:26:39.429Z] 530f599284b0: Layer already exists [2021-01-07T10:26:39.429Z] 1442667de2e3: Layer already exists [2021-01-07T10:26:39.429Z] 1ecf616f5030: Layer already exists [2021-01-07T10:26:39.429Z] 856d7ac9b4b5: Layer already exists [2021-01-07T10:26:39.699Z] 5eb0de21ea9b: Layer already exists [2021-01-07T10:26:39.699Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:39.699Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:678918cac35690f3c283e2b4494ce5465570fac0819a3bef79539ed44d779cb1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:40.046Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:40.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-07T10:26:40.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-07T10:26:40.380Z] 530f599284b0: Preparing [2021-01-07T10:26:40.380Z] 1442667de2e3: Preparing [2021-01-07T10:26:40.380Z] 856d7ac9b4b5: Preparing [2021-01-07T10:26:40.380Z] 5eb0de21ea9b: Preparing [2021-01-07T10:26:40.380Z] 1ecf616f5030: Preparing [2021-01-07T10:26:40.380Z] 379067d0cb53: Preparing [2021-01-07T10:26:40.380Z] 379067d0cb53: Waiting [2021-01-07T10:26:40.380Z] 1ecf616f5030: Layer already exists [2021-01-07T10:26:40.380Z] 530f599284b0: Layer already exists [2021-01-07T10:26:40.380Z] 1442667de2e3: Layer already exists [2021-01-07T10:26:40.380Z] 5eb0de21ea9b: Layer already exists [2021-01-07T10:26:40.380Z] 856d7ac9b4b5: Layer already exists [2021-01-07T10:26:40.380Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:40.652Z] master: digest: sha256:678918cac35690f3c283e2b4494ce5465570fac0819a3bef79539ed44d779cb1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:26:40.907Z] ===================================================== [Pipeline] echo [2021-01-07T10:26:40.970Z] taggedImages: [2021-01-07T10:26:40.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:40.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:40.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:40.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-07T10:26:41.063Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-07T10:26:41.063Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:41.063Z] 2.0.0-dev.33 [2021-01-07T10:26:41.063Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:41.063Z] master [2021-01-07T10:26:41.063Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:41.639Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:41.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:41.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T10:26:41.990Z] 5aa569d23270: Preparing [2021-01-07T10:26:41.990Z] 6c7de7b2242d: Preparing [2021-01-07T10:26:41.990Z] 46025e904c9d: Preparing [2021-01-07T10:26:42.264Z] 46025e904c9d: Pushed [2021-01-07T10:26:42.264Z] 5aa569d23270: Pushed [2021-01-07T10:26:45.645Z] 6c7de7b2242d: Pushed [2021-01-07T10:26:45.645Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:5d4c5b91cd92393dfac99719c17ceadd029c53368c86a631b1e681b66f19ac74 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:45.993Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:46.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:46.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T10:26:46.331Z] 5aa569d23270: Preparing [2021-01-07T10:26:46.331Z] 6c7de7b2242d: Preparing [2021-01-07T10:26:46.331Z] 46025e904c9d: Preparing [2021-01-07T10:26:46.331Z] 6c7de7b2242d: Layer already exists [2021-01-07T10:26:46.331Z] 46025e904c9d: Layer already exists [2021-01-07T10:26:46.331Z] 5aa569d23270: Layer already exists [2021-01-07T10:26:46.602Z] 2.0.0-dev.33: digest: sha256:5d4c5b91cd92393dfac99719c17ceadd029c53368c86a631b1e681b66f19ac74 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:46.946Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:47.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:47.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T10:26:47.293Z] 5aa569d23270: Preparing [2021-01-07T10:26:47.293Z] 6c7de7b2242d: Preparing [2021-01-07T10:26:47.293Z] 46025e904c9d: Preparing [2021-01-07T10:26:47.293Z] 5aa569d23270: Layer already exists [2021-01-07T10:26:47.293Z] 46025e904c9d: Layer already exists [2021-01-07T10:26:47.293Z] 6c7de7b2242d: Layer already exists [2021-01-07T10:26:47.564Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:5d4c5b91cd92393dfac99719c17ceadd029c53368c86a631b1e681b66f19ac74 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:47.909Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:48.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-07T10:26:48.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-07T10:26:48.247Z] 5aa569d23270: Preparing [2021-01-07T10:26:48.247Z] 6c7de7b2242d: Preparing [2021-01-07T10:26:48.247Z] 46025e904c9d: Preparing [2021-01-07T10:26:48.247Z] 5aa569d23270: Layer already exists [2021-01-07T10:26:48.247Z] 6c7de7b2242d: Layer already exists [2021-01-07T10:26:48.247Z] 46025e904c9d: Layer already exists [2021-01-07T10:26:48.518Z] master: digest: sha256:5d4c5b91cd92393dfac99719c17ceadd029c53368c86a631b1e681b66f19ac74 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:26:48.769Z] ===================================================== [Pipeline] echo [2021-01-07T10:26:48.832Z] taggedImages: [2021-01-07T10:26:48.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:48.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:48.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:48.832Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-07T10:26:48.934Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-07T10:26:48.934Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:48.934Z] 2.0.0-dev.33 [2021-01-07T10:26:48.934Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:48.934Z] master [2021-01-07T10:26:48.934Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:49.490Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:49.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:49.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T10:26:49.831Z] d11ede7405d0: Preparing [2021-01-07T10:26:49.831Z] 7e035d390904: Preparing [2021-01-07T10:26:49.831Z] 57aac5bdb62c: Preparing [2021-01-07T10:26:49.831Z] 12c99ca34e0e: Preparing [2021-01-07T10:26:49.831Z] 554cdbee0e53: Preparing [2021-01-07T10:26:49.831Z] ef365fa485f6: Preparing [2021-01-07T10:26:49.831Z] 379067d0cb53: Preparing [2021-01-07T10:26:49.831Z] ef365fa485f6: Waiting [2021-01-07T10:26:49.831Z] 379067d0cb53: Waiting [2021-01-07T10:26:50.424Z] 7e035d390904: Pushed [2021-01-07T10:26:50.424Z] d11ede7405d0: Pushed [2021-01-07T10:26:50.424Z] 554cdbee0e53: Pushed [2021-01-07T10:26:50.424Z] 57aac5bdb62c: Pushed [2021-01-07T10:26:50.424Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:51.020Z] ef365fa485f6: Pushed [2021-01-07T10:26:52.447Z] 12c99ca34e0e: Pushed [2021-01-07T10:26:52.719Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:100fee59e6e918808caf914450626271822c01e464fe4099262ba7034e8dd36f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:53.071Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:53.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:53.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T10:26:53.466Z] d11ede7405d0: Preparing [2021-01-07T10:26:53.466Z] 7e035d390904: Preparing [2021-01-07T10:26:53.466Z] 57aac5bdb62c: Preparing [2021-01-07T10:26:53.466Z] 12c99ca34e0e: Preparing [2021-01-07T10:26:53.466Z] 554cdbee0e53: Preparing [2021-01-07T10:26:53.466Z] ef365fa485f6: Preparing [2021-01-07T10:26:53.466Z] 379067d0cb53: Preparing [2021-01-07T10:26:53.466Z] ef365fa485f6: Waiting [2021-01-07T10:26:53.466Z] 379067d0cb53: Waiting [2021-01-07T10:26:53.466Z] d11ede7405d0: Layer already exists [2021-01-07T10:26:53.466Z] 12c99ca34e0e: Layer already exists [2021-01-07T10:26:53.466Z] 554cdbee0e53: Layer already exists [2021-01-07T10:26:53.466Z] 7e035d390904: Layer already exists [2021-01-07T10:26:53.466Z] 57aac5bdb62c: Layer already exists [2021-01-07T10:26:53.466Z] ef365fa485f6: Layer already exists [2021-01-07T10:26:53.466Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:53.744Z] 2.0.0-dev.33: digest: sha256:100fee59e6e918808caf914450626271822c01e464fe4099262ba7034e8dd36f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:54.110Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:54.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:54.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T10:26:54.465Z] d11ede7405d0: Preparing [2021-01-07T10:26:54.465Z] 7e035d390904: Preparing [2021-01-07T10:26:54.465Z] 57aac5bdb62c: Preparing [2021-01-07T10:26:54.465Z] 12c99ca34e0e: Preparing [2021-01-07T10:26:54.465Z] 554cdbee0e53: Preparing [2021-01-07T10:26:54.465Z] ef365fa485f6: Preparing [2021-01-07T10:26:54.465Z] 379067d0cb53: Preparing [2021-01-07T10:26:54.465Z] ef365fa485f6: Waiting [2021-01-07T10:26:54.465Z] 379067d0cb53: Waiting [2021-01-07T10:26:54.465Z] 7e035d390904: Layer already exists [2021-01-07T10:26:54.465Z] 554cdbee0e53: Layer already exists [2021-01-07T10:26:54.465Z] 12c99ca34e0e: Layer already exists [2021-01-07T10:26:54.465Z] 57aac5bdb62c: Layer already exists [2021-01-07T10:26:54.465Z] d11ede7405d0: Layer already exists [2021-01-07T10:26:54.465Z] ef365fa485f6: Layer already exists [2021-01-07T10:26:54.465Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:54.742Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:100fee59e6e918808caf914450626271822c01e464fe4099262ba7034e8dd36f size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:55.085Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:55.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-07T10:26:55.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-07T10:26:55.426Z] d11ede7405d0: Preparing [2021-01-07T10:26:55.426Z] 7e035d390904: Preparing [2021-01-07T10:26:55.426Z] 57aac5bdb62c: Preparing [2021-01-07T10:26:55.426Z] 12c99ca34e0e: Preparing [2021-01-07T10:26:55.426Z] 554cdbee0e53: Preparing [2021-01-07T10:26:55.426Z] ef365fa485f6: Preparing [2021-01-07T10:26:55.426Z] 379067d0cb53: Preparing [2021-01-07T10:26:55.426Z] ef365fa485f6: Waiting [2021-01-07T10:26:55.426Z] 379067d0cb53: Waiting [2021-01-07T10:26:55.426Z] 7e035d390904: Layer already exists [2021-01-07T10:26:55.426Z] 554cdbee0e53: Layer already exists [2021-01-07T10:26:55.426Z] d11ede7405d0: Layer already exists [2021-01-07T10:26:55.426Z] 57aac5bdb62c: Layer already exists [2021-01-07T10:26:55.426Z] 12c99ca34e0e: Layer already exists [2021-01-07T10:26:55.426Z] ef365fa485f6: Layer already exists [2021-01-07T10:26:55.426Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:55.697Z] master: digest: sha256:100fee59e6e918808caf914450626271822c01e464fe4099262ba7034e8dd36f size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:26:55.927Z] ===================================================== [Pipeline] echo [2021-01-07T10:26:55.982Z] taggedImages: [2021-01-07T10:26:55.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:55.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-07T10:26:55.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:55.982Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-07T10:26:56.116Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-07T10:26:56.116Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:56.116Z] 2.0.0-dev.33 [2021-01-07T10:26:56.116Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:26:56.116Z] master [2021-01-07T10:26:56.116Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:56.654Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:56.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:26:56.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T10:26:56.990Z] 31b58bd71fbd: Preparing [2021-01-07T10:26:56.990Z] 85d384fafe5e: Preparing [2021-01-07T10:26:56.990Z] a5530145337e: Preparing [2021-01-07T10:26:56.990Z] 0d0081c7e40c: Preparing [2021-01-07T10:26:56.990Z] f01dae768255: Preparing [2021-01-07T10:26:56.990Z] 379067d0cb53: Preparing [2021-01-07T10:26:56.990Z] 379067d0cb53: Waiting [2021-01-07T10:26:57.265Z] 0d0081c7e40c: Pushed [2021-01-07T10:26:57.265Z] a5530145337e: Pushed [2021-01-07T10:26:57.541Z] 379067d0cb53: Layer already exists [2021-01-07T10:26:57.812Z] f01dae768255: Pushed [2021-01-07T10:26:59.238Z] 85d384fafe5e: Pushed [2021-01-07T10:26:59.238Z] 31b58bd71fbd: Pushed [2021-01-07T10:26:59.508Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:a1eec3a4690b2d9fd4b487f25ff74daff68f99f5c5c8f669a144049fefc75a30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:26:59.860Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:00.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:00.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T10:27:00.201Z] 31b58bd71fbd: Preparing [2021-01-07T10:27:00.201Z] 85d384fafe5e: Preparing [2021-01-07T10:27:00.201Z] a5530145337e: Preparing [2021-01-07T10:27:00.201Z] 0d0081c7e40c: Preparing [2021-01-07T10:27:00.201Z] f01dae768255: Preparing [2021-01-07T10:27:00.201Z] 379067d0cb53: Preparing [2021-01-07T10:27:00.201Z] 379067d0cb53: Waiting [2021-01-07T10:27:00.476Z] 0d0081c7e40c: Layer already exists [2021-01-07T10:27:00.476Z] 85d384fafe5e: Layer already exists [2021-01-07T10:27:00.476Z] f01dae768255: Layer already exists [2021-01-07T10:27:00.476Z] a5530145337e: Layer already exists [2021-01-07T10:27:00.476Z] 31b58bd71fbd: Layer already exists [2021-01-07T10:27:00.476Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:00.476Z] 2.0.0-dev.33: digest: sha256:a1eec3a4690b2d9fd4b487f25ff74daff68f99f5c5c8f669a144049fefc75a30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:01.106Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:01.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:01.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T10:27:01.450Z] 31b58bd71fbd: Preparing [2021-01-07T10:27:01.450Z] 85d384fafe5e: Preparing [2021-01-07T10:27:01.450Z] a5530145337e: Preparing [2021-01-07T10:27:01.450Z] 0d0081c7e40c: Preparing [2021-01-07T10:27:01.450Z] f01dae768255: Preparing [2021-01-07T10:27:01.450Z] 379067d0cb53: Preparing [2021-01-07T10:27:01.450Z] 379067d0cb53: Waiting [2021-01-07T10:27:01.722Z] f01dae768255: Layer already exists [2021-01-07T10:27:01.722Z] 31b58bd71fbd: Layer already exists [2021-01-07T10:27:01.722Z] a5530145337e: Layer already exists [2021-01-07T10:27:01.722Z] 85d384fafe5e: Layer already exists [2021-01-07T10:27:01.722Z] 0d0081c7e40c: Layer already exists [2021-01-07T10:27:01.722Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:01.722Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:a1eec3a4690b2d9fd4b487f25ff74daff68f99f5c5c8f669a144049fefc75a30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:02.076Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:02.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-07T10:27:02.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-07T10:27:02.420Z] 31b58bd71fbd: Preparing [2021-01-07T10:27:02.420Z] 85d384fafe5e: Preparing [2021-01-07T10:27:02.420Z] a5530145337e: Preparing [2021-01-07T10:27:02.420Z] 0d0081c7e40c: Preparing [2021-01-07T10:27:02.420Z] f01dae768255: Preparing [2021-01-07T10:27:02.420Z] 379067d0cb53: Preparing [2021-01-07T10:27:02.420Z] 379067d0cb53: Waiting [2021-01-07T10:27:02.693Z] 85d384fafe5e: Layer already exists [2021-01-07T10:27:02.693Z] 0d0081c7e40c: Layer already exists [2021-01-07T10:27:02.693Z] 31b58bd71fbd: Layer already exists [2021-01-07T10:27:02.693Z] a5530145337e: Layer already exists [2021-01-07T10:27:02.693Z] f01dae768255: Layer already exists [2021-01-07T10:27:02.693Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:02.693Z] master: digest: sha256:a1eec3a4690b2d9fd4b487f25ff74daff68f99f5c5c8f669a144049fefc75a30 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:27:02.924Z] ===================================================== [Pipeline] echo [2021-01-07T10:27:02.980Z] taggedImages: [2021-01-07T10:27:02.980Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:02.980Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:02.980Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:02.980Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-07T10:27:03.063Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-07T10:27:03.063Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:03.063Z] 2.0.0-dev.33 [2021-01-07T10:27:03.063Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:03.063Z] master [2021-01-07T10:27:03.063Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:03.584Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:03.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:03.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T10:27:03.921Z] 601c93b074da: Preparing [2021-01-07T10:27:03.921Z] 03dd2dff3578: Preparing [2021-01-07T10:27:03.921Z] cb96e77fd1ae: Preparing [2021-01-07T10:27:03.921Z] 35a1a52ac442: Preparing [2021-01-07T10:27:03.921Z] 52f9df6b3924: Preparing [2021-01-07T10:27:03.921Z] 8c93f9a5c855: Preparing [2021-01-07T10:27:03.921Z] a2990042d02a: Preparing [2021-01-07T10:27:03.921Z] ef365fa485f6: Preparing [2021-01-07T10:27:03.921Z] 379067d0cb53: Preparing [2021-01-07T10:27:03.921Z] ef365fa485f6: Waiting [2021-01-07T10:27:03.921Z] 8c93f9a5c855: Waiting [2021-01-07T10:27:03.921Z] a2990042d02a: Waiting [2021-01-07T10:27:03.921Z] 379067d0cb53: Waiting [2021-01-07T10:27:04.194Z] 03dd2dff3578: Pushed [2021-01-07T10:27:04.194Z] 601c93b074da: Pushed [2021-01-07T10:27:04.194Z] 52f9df6b3924: Pushed [2021-01-07T10:27:04.475Z] ef365fa485f6: Layer already exists [2021-01-07T10:27:04.475Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:04.475Z] 8c93f9a5c855: Pushed [2021-01-07T10:27:04.475Z] a2990042d02a: Pushed [2021-01-07T10:27:06.445Z] cb96e77fd1ae: Pushed [2021-01-07T10:27:06.445Z] 35a1a52ac442: Pushed [2021-01-07T10:27:06.715Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:66dcbdf0605cc4d69ee6d18379e2a9f54bd0bbb8b2f8c90854b63f6ba3d0e753 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:07.056Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:07.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:07.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T10:27:07.387Z] 601c93b074da: Preparing [2021-01-07T10:27:07.387Z] 03dd2dff3578: Preparing [2021-01-07T10:27:07.387Z] cb96e77fd1ae: Preparing [2021-01-07T10:27:07.387Z] 35a1a52ac442: Preparing [2021-01-07T10:27:07.387Z] 52f9df6b3924: Preparing [2021-01-07T10:27:07.387Z] 8c93f9a5c855: Preparing [2021-01-07T10:27:07.387Z] a2990042d02a: Preparing [2021-01-07T10:27:07.387Z] ef365fa485f6: Preparing [2021-01-07T10:27:07.387Z] 379067d0cb53: Preparing [2021-01-07T10:27:07.387Z] 8c93f9a5c855: Waiting [2021-01-07T10:27:07.387Z] a2990042d02a: Waiting [2021-01-07T10:27:07.387Z] ef365fa485f6: Waiting [2021-01-07T10:27:07.387Z] 379067d0cb53: Waiting [2021-01-07T10:27:07.387Z] 52f9df6b3924: Layer already exists [2021-01-07T10:27:07.387Z] 601c93b074da: Layer already exists [2021-01-07T10:27:07.387Z] cb96e77fd1ae: Layer already exists [2021-01-07T10:27:07.387Z] 03dd2dff3578: Layer already exists [2021-01-07T10:27:07.387Z] 35a1a52ac442: Layer already exists [2021-01-07T10:27:07.387Z] 8c93f9a5c855: Layer already exists [2021-01-07T10:27:07.387Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:07.387Z] ef365fa485f6: Layer already exists [2021-01-07T10:27:07.387Z] a2990042d02a: Layer already exists [2021-01-07T10:27:07.657Z] 2.0.0-dev.33: digest: sha256:66dcbdf0605cc4d69ee6d18379e2a9f54bd0bbb8b2f8c90854b63f6ba3d0e753 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:07.999Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:08.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:08.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T10:27:08.335Z] 601c93b074da: Preparing [2021-01-07T10:27:08.335Z] 03dd2dff3578: Preparing [2021-01-07T10:27:08.335Z] cb96e77fd1ae: Preparing [2021-01-07T10:27:08.335Z] 35a1a52ac442: Preparing [2021-01-07T10:27:08.335Z] 52f9df6b3924: Preparing [2021-01-07T10:27:08.335Z] 8c93f9a5c855: Preparing [2021-01-07T10:27:08.335Z] a2990042d02a: Preparing [2021-01-07T10:27:08.335Z] ef365fa485f6: Preparing [2021-01-07T10:27:08.335Z] 379067d0cb53: Preparing [2021-01-07T10:27:08.335Z] 8c93f9a5c855: Waiting [2021-01-07T10:27:08.335Z] a2990042d02a: Waiting [2021-01-07T10:27:08.335Z] ef365fa485f6: Waiting [2021-01-07T10:27:08.335Z] 379067d0cb53: Waiting [2021-01-07T10:27:08.335Z] 03dd2dff3578: Layer already exists [2021-01-07T10:27:08.335Z] 52f9df6b3924: Layer already exists [2021-01-07T10:27:08.335Z] cb96e77fd1ae: Layer already exists [2021-01-07T10:27:08.335Z] 35a1a52ac442: Layer already exists [2021-01-07T10:27:08.335Z] 601c93b074da: Layer already exists [2021-01-07T10:27:08.607Z] 8c93f9a5c855: Layer already exists [2021-01-07T10:27:08.607Z] ef365fa485f6: Layer already exists [2021-01-07T10:27:08.607Z] a2990042d02a: Layer already exists [2021-01-07T10:27:08.607Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:08.607Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:66dcbdf0605cc4d69ee6d18379e2a9f54bd0bbb8b2f8c90854b63f6ba3d0e753 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:08.948Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:09.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-07T10:27:09.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-07T10:27:09.285Z] 601c93b074da: Preparing [2021-01-07T10:27:09.285Z] 03dd2dff3578: Preparing [2021-01-07T10:27:09.285Z] cb96e77fd1ae: Preparing [2021-01-07T10:27:09.285Z] 35a1a52ac442: Preparing [2021-01-07T10:27:09.285Z] 52f9df6b3924: Preparing [2021-01-07T10:27:09.285Z] 8c93f9a5c855: Preparing [2021-01-07T10:27:09.285Z] a2990042d02a: Preparing [2021-01-07T10:27:09.285Z] ef365fa485f6: Preparing [2021-01-07T10:27:09.285Z] 379067d0cb53: Preparing [2021-01-07T10:27:09.285Z] 8c93f9a5c855: Waiting [2021-01-07T10:27:09.285Z] a2990042d02a: Waiting [2021-01-07T10:27:09.285Z] ef365fa485f6: Waiting [2021-01-07T10:27:09.285Z] 379067d0cb53: Waiting [2021-01-07T10:27:09.558Z] 601c93b074da: Layer already exists [2021-01-07T10:27:09.558Z] 52f9df6b3924: Layer already exists [2021-01-07T10:27:09.558Z] cb96e77fd1ae: Layer already exists [2021-01-07T10:27:09.558Z] 35a1a52ac442: Layer already exists [2021-01-07T10:27:09.558Z] 03dd2dff3578: Layer already exists [2021-01-07T10:27:09.558Z] 379067d0cb53: Layer already exists [2021-01-07T10:27:09.558Z] 8c93f9a5c855: Layer already exists [2021-01-07T10:27:09.558Z] a2990042d02a: Layer already exists [2021-01-07T10:27:09.558Z] ef365fa485f6: Layer already exists [2021-01-07T10:27:09.558Z] master: digest: sha256:66dcbdf0605cc4d69ee6d18379e2a9f54bd0bbb8b2f8c90854b63f6ba3d0e753 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:27:09.750Z] ===================================================== [Pipeline] echo [2021-01-07T10:27:09.813Z] taggedImages: [2021-01-07T10:27:09.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:09.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:09.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:09.813Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-07T10:27:09.943Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-07T10:27:09.943Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:09.943Z] 2.0.0-dev.33 [2021-01-07T10:27:09.943Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:09.943Z] master [2021-01-07T10:27:09.943Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:10.525Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:10.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:10.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T10:27:10.867Z] 0cf3860465a3: Preparing [2021-01-07T10:27:10.867Z] 23b846246172: Preparing [2021-01-07T10:27:10.867Z] a8b980c24c0c: Preparing [2021-01-07T10:27:10.867Z] ace9ef0c3a63: Preparing [2021-01-07T10:27:10.867Z] 0e94c21fa4ed: Preparing [2021-01-07T10:27:10.867Z] b016fb8b44a8: Preparing [2021-01-07T10:27:10.867Z] b016fb8b44a8: Waiting [2021-01-07T10:27:11.458Z] ace9ef0c3a63: Pushed [2021-01-07T10:27:11.458Z] 0cf3860465a3: Pushed [2021-01-07T10:27:11.458Z] 0e94c21fa4ed: Pushed [2021-01-07T10:27:11.458Z] a8b980c24c0c: Pushed [2021-01-07T10:27:11.731Z] b016fb8b44a8: Pushed [2021-01-07T10:27:13.692Z] 23b846246172: Pushed [2021-01-07T10:27:13.693Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:c9f6d91ede216531ff2a4389fa4fa4474f4edfd787795ed08012559b56e13e0b size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:14.034Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:14.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:14.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T10:27:14.372Z] 0cf3860465a3: Preparing [2021-01-07T10:27:14.372Z] 23b846246172: Preparing [2021-01-07T10:27:14.372Z] a8b980c24c0c: Preparing [2021-01-07T10:27:14.372Z] ace9ef0c3a63: Preparing [2021-01-07T10:27:14.372Z] 0e94c21fa4ed: Preparing [2021-01-07T10:27:14.372Z] b016fb8b44a8: Preparing [2021-01-07T10:27:14.372Z] b016fb8b44a8: Waiting [2021-01-07T10:27:14.372Z] 23b846246172: Layer already exists [2021-01-07T10:27:14.372Z] 0e94c21fa4ed: Layer already exists [2021-01-07T10:27:14.643Z] 0cf3860465a3: Layer already exists [2021-01-07T10:27:14.644Z] ace9ef0c3a63: Layer already exists [2021-01-07T10:27:14.644Z] a8b980c24c0c: Layer already exists [2021-01-07T10:27:14.644Z] b016fb8b44a8: Layer already exists [2021-01-07T10:27:14.644Z] 2.0.0-dev.33: digest: sha256:c9f6d91ede216531ff2a4389fa4fa4474f4edfd787795ed08012559b56e13e0b size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:14.989Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:15.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:15.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T10:27:15.327Z] 0cf3860465a3: Preparing [2021-01-07T10:27:15.327Z] 23b846246172: Preparing [2021-01-07T10:27:15.327Z] a8b980c24c0c: Preparing [2021-01-07T10:27:15.327Z] ace9ef0c3a63: Preparing [2021-01-07T10:27:15.327Z] 0e94c21fa4ed: Preparing [2021-01-07T10:27:15.327Z] b016fb8b44a8: Preparing [2021-01-07T10:27:15.327Z] b016fb8b44a8: Waiting [2021-01-07T10:27:15.327Z] 23b846246172: Layer already exists [2021-01-07T10:27:15.327Z] a8b980c24c0c: Layer already exists [2021-01-07T10:27:15.599Z] 0e94c21fa4ed: Layer already exists [2021-01-07T10:27:15.599Z] 0cf3860465a3: Layer already exists [2021-01-07T10:27:15.599Z] ace9ef0c3a63: Layer already exists [2021-01-07T10:27:15.599Z] b016fb8b44a8: Layer already exists [2021-01-07T10:27:15.599Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:c9f6d91ede216531ff2a4389fa4fa4474f4edfd787795ed08012559b56e13e0b size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:15.945Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:16.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-07T10:27:16.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-07T10:27:16.284Z] 0cf3860465a3: Preparing [2021-01-07T10:27:16.284Z] 23b846246172: Preparing [2021-01-07T10:27:16.284Z] a8b980c24c0c: Preparing [2021-01-07T10:27:16.284Z] ace9ef0c3a63: Preparing [2021-01-07T10:27:16.284Z] 0e94c21fa4ed: Preparing [2021-01-07T10:27:16.284Z] b016fb8b44a8: Preparing [2021-01-07T10:27:16.284Z] b016fb8b44a8: Waiting [2021-01-07T10:27:16.284Z] ace9ef0c3a63: Layer already exists [2021-01-07T10:27:16.284Z] a8b980c24c0c: Layer already exists [2021-01-07T10:27:16.284Z] 0cf3860465a3: Layer already exists [2021-01-07T10:27:16.284Z] 0e94c21fa4ed: Layer already exists [2021-01-07T10:27:16.555Z] 23b846246172: Layer already exists [2021-01-07T10:27:16.555Z] b016fb8b44a8: Layer already exists [2021-01-07T10:27:16.555Z] master: digest: sha256:c9f6d91ede216531ff2a4389fa4fa4474f4edfd787795ed08012559b56e13e0b size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:27:16.764Z] ===================================================== [Pipeline] echo [2021-01-07T10:27:16.813Z] taggedImages: [2021-01-07T10:27:16.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:16.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:16.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:16.813Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-07T10:27:16.942Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-07T10:27:16.942Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:16.942Z] 2.0.0-dev.33 [2021-01-07T10:27:16.942Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:16.942Z] master [2021-01-07T10:27:16.942Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:17.525Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:17.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:17.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T10:27:17.910Z] c03b7dcdec8b: Preparing [2021-01-07T10:27:17.910Z] 768b5f100c7d: Preparing [2021-01-07T10:27:17.910Z] 4c0b2dd7f2ba: Preparing [2021-01-07T10:27:18.193Z] 4c0b2dd7f2ba: Pushed [2021-01-07T10:27:18.193Z] c03b7dcdec8b: Pushed [2021-01-07T10:27:20.814Z] 768b5f100c7d: Pushed [2021-01-07T10:27:20.814Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:3226de2b354f311bd6ff2e111de0c001939e615fa7b32d2c3a26c98dbbc9d847 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:21.156Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:21.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:21.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T10:27:21.491Z] c03b7dcdec8b: Preparing [2021-01-07T10:27:21.491Z] 768b5f100c7d: Preparing [2021-01-07T10:27:21.491Z] 4c0b2dd7f2ba: Preparing [2021-01-07T10:27:21.491Z] 4c0b2dd7f2ba: Layer already exists [2021-01-07T10:27:21.491Z] 768b5f100c7d: Layer already exists [2021-01-07T10:27:21.761Z] c03b7dcdec8b: Layer already exists [2021-01-07T10:27:21.761Z] 2.0.0-dev.33: digest: sha256:3226de2b354f311bd6ff2e111de0c001939e615fa7b32d2c3a26c98dbbc9d847 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:22.102Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:22.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:22.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T10:27:22.436Z] c03b7dcdec8b: Preparing [2021-01-07T10:27:22.436Z] 768b5f100c7d: Preparing [2021-01-07T10:27:22.436Z] 4c0b2dd7f2ba: Preparing [2021-01-07T10:27:22.436Z] 768b5f100c7d: Layer already exists [2021-01-07T10:27:22.704Z] c03b7dcdec8b: Layer already exists [2021-01-07T10:27:23.673Z] 4c0b2dd7f2ba: Layer already exists [2021-01-07T10:27:23.673Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:3226de2b354f311bd6ff2e111de0c001939e615fa7b32d2c3a26c98dbbc9d847 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:24.010Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:24.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-07T10:27:24.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-07T10:27:24.342Z] c03b7dcdec8b: Preparing [2021-01-07T10:27:24.342Z] 768b5f100c7d: Preparing [2021-01-07T10:27:24.342Z] 4c0b2dd7f2ba: Preparing [2021-01-07T10:27:24.342Z] c03b7dcdec8b: Layer already exists [2021-01-07T10:27:24.342Z] 768b5f100c7d: Layer already exists [2021-01-07T10:27:24.342Z] 4c0b2dd7f2ba: Layer already exists [2021-01-07T10:27:24.613Z] master: digest: sha256:3226de2b354f311bd6ff2e111de0c001939e615fa7b32d2c3a26c98dbbc9d847 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:27:24.820Z] ===================================================== [Pipeline] echo [2021-01-07T10:27:24.872Z] taggedImages: [2021-01-07T10:27:24.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:24.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:24.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:24.872Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-07T10:27:24.951Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-07T10:27:24.951Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:24.951Z] 2.0.0-dev.33 [2021-01-07T10:27:24.951Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:24.951Z] master [2021-01-07T10:27:24.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:25.470Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:25.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:25.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T10:27:25.804Z] a3aa69c37328: Preparing [2021-01-07T10:27:25.804Z] f46a50a1f071: Preparing [2021-01-07T10:27:25.804Z] 02d28ad8e198: Preparing [2021-01-07T10:27:25.804Z] 34192eda1973: Preparing [2021-01-07T10:27:25.804Z] 6be517c4ffe5: Preparing [2021-01-07T10:27:25.804Z] c9c9ded1654a: Preparing [2021-01-07T10:27:25.804Z] 82d10417b1b6: Preparing [2021-01-07T10:27:25.804Z] 9ded3b6bb9b5: Preparing [2021-01-07T10:27:25.804Z] fa1afe8e6ed9: Preparing [2021-01-07T10:27:25.804Z] 87a09b4c083e: Preparing [2021-01-07T10:27:25.804Z] 0f74e9ff2a61: Preparing [2021-01-07T10:27:25.804Z] b122376c33c6: Preparing [2021-01-07T10:27:25.804Z] f8381ed47b22: Preparing [2021-01-07T10:27:25.804Z] e934a737d657: Preparing [2021-01-07T10:27:25.804Z] c9c9ded1654a: Waiting [2021-01-07T10:27:25.804Z] 82d10417b1b6: Waiting [2021-01-07T10:27:25.804Z] 9ded3b6bb9b5: Waiting [2021-01-07T10:27:25.804Z] b122376c33c6: Waiting [2021-01-07T10:27:25.804Z] fa1afe8e6ed9: Waiting [2021-01-07T10:27:25.804Z] f8381ed47b22: Waiting [2021-01-07T10:27:25.804Z] 87a09b4c083e: Waiting [2021-01-07T10:27:25.805Z] e934a737d657: Waiting [2021-01-07T10:27:25.805Z] 0f74e9ff2a61: Waiting [2021-01-07T10:27:26.404Z] 6be517c4ffe5: Pushed [2021-01-07T10:27:26.676Z] a3aa69c37328: Pushed [2021-01-07T10:27:26.951Z] 34192eda1973: Pushed [2021-01-07T10:27:27.233Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T10:27:27.233Z] fa1afe8e6ed9: Layer already exists [2021-01-07T10:27:27.233Z] 82d10417b1b6: Pushed [2021-01-07T10:27:27.233Z] 87a09b4c083e: Layer already exists [2021-01-07T10:27:27.233Z] 0f74e9ff2a61: Layer already exists [2021-01-07T10:27:27.233Z] b122376c33c6: Layer already exists [2021-01-07T10:27:27.504Z] f8381ed47b22: Layer already exists [2021-01-07T10:27:27.504Z] e934a737d657: Layer already exists [2021-01-07T10:27:27.775Z] f46a50a1f071: Pushed [2021-01-07T10:27:28.749Z] c9c9ded1654a: Pushed [2021-01-07T10:27:38.865Z] 02d28ad8e198: Pushed [2021-01-07T10:27:39.136Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d: digest: sha256:571acf53558a696e47f8bfe2728bb37100e839cf06189a9cb658f1537fb0f902 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:39.482Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:39.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:39.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T10:27:39.814Z] a3aa69c37328: Preparing [2021-01-07T10:27:39.814Z] f46a50a1f071: Preparing [2021-01-07T10:27:39.814Z] 02d28ad8e198: Preparing [2021-01-07T10:27:39.814Z] 34192eda1973: Preparing [2021-01-07T10:27:39.814Z] 6be517c4ffe5: Preparing [2021-01-07T10:27:39.814Z] c9c9ded1654a: Preparing [2021-01-07T10:27:39.814Z] 82d10417b1b6: Preparing [2021-01-07T10:27:39.814Z] 9ded3b6bb9b5: Preparing [2021-01-07T10:27:39.814Z] fa1afe8e6ed9: Preparing [2021-01-07T10:27:39.814Z] 87a09b4c083e: Preparing [2021-01-07T10:27:39.814Z] 0f74e9ff2a61: Preparing [2021-01-07T10:27:39.814Z] b122376c33c6: Preparing [2021-01-07T10:27:39.814Z] f8381ed47b22: Preparing [2021-01-07T10:27:39.814Z] e934a737d657: Preparing [2021-01-07T10:27:39.814Z] 87a09b4c083e: Waiting [2021-01-07T10:27:39.814Z] c9c9ded1654a: Waiting [2021-01-07T10:27:39.814Z] 82d10417b1b6: Waiting [2021-01-07T10:27:39.814Z] b122376c33c6: Waiting [2021-01-07T10:27:39.814Z] 9ded3b6bb9b5: Waiting [2021-01-07T10:27:39.814Z] fa1afe8e6ed9: Waiting [2021-01-07T10:27:39.814Z] f8381ed47b22: Waiting [2021-01-07T10:27:39.814Z] e934a737d657: Waiting [2021-01-07T10:27:39.814Z] 0f74e9ff2a61: Waiting [2021-01-07T10:27:40.084Z] 34192eda1973: Layer already exists [2021-01-07T10:27:40.084Z] 6be517c4ffe5: Layer already exists [2021-01-07T10:27:40.084Z] f46a50a1f071: Layer already exists [2021-01-07T10:27:40.084Z] 02d28ad8e198: Layer already exists [2021-01-07T10:27:40.084Z] a3aa69c37328: Layer already exists [2021-01-07T10:27:40.084Z] c9c9ded1654a: Layer already exists [2021-01-07T10:27:40.084Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T10:27:40.084Z] fa1afe8e6ed9: Layer already exists [2021-01-07T10:27:40.084Z] 82d10417b1b6: Layer already exists [2021-01-07T10:27:40.084Z] 87a09b4c083e: Layer already exists [2021-01-07T10:27:40.084Z] 0f74e9ff2a61: Layer already exists [2021-01-07T10:27:40.084Z] e934a737d657: Layer already exists [2021-01-07T10:27:40.084Z] b122376c33c6: Layer already exists [2021-01-07T10:27:40.084Z] f8381ed47b22: Layer already exists [2021-01-07T10:27:40.084Z] 2.0.0-dev.33: digest: sha256:571acf53558a696e47f8bfe2728bb37100e839cf06189a9cb658f1537fb0f902 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:40.420Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:40.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:40.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T10:27:40.751Z] a3aa69c37328: Preparing [2021-01-07T10:27:40.751Z] f46a50a1f071: Preparing [2021-01-07T10:27:40.751Z] 02d28ad8e198: Preparing [2021-01-07T10:27:40.751Z] 34192eda1973: Preparing [2021-01-07T10:27:40.751Z] 6be517c4ffe5: Preparing [2021-01-07T10:27:40.751Z] c9c9ded1654a: Preparing [2021-01-07T10:27:40.751Z] 82d10417b1b6: Preparing [2021-01-07T10:27:40.751Z] 9ded3b6bb9b5: Preparing [2021-01-07T10:27:40.751Z] fa1afe8e6ed9: Preparing [2021-01-07T10:27:40.751Z] 87a09b4c083e: Preparing [2021-01-07T10:27:40.751Z] 0f74e9ff2a61: Preparing [2021-01-07T10:27:40.751Z] b122376c33c6: Preparing [2021-01-07T10:27:40.751Z] f8381ed47b22: Preparing [2021-01-07T10:27:40.751Z] e934a737d657: Preparing [2021-01-07T10:27:40.751Z] c9c9ded1654a: Waiting [2021-01-07T10:27:40.751Z] 82d10417b1b6: Waiting [2021-01-07T10:27:40.751Z] 9ded3b6bb9b5: Waiting [2021-01-07T10:27:40.751Z] fa1afe8e6ed9: Waiting [2021-01-07T10:27:40.751Z] 87a09b4c083e: Waiting [2021-01-07T10:27:40.751Z] 0f74e9ff2a61: Waiting [2021-01-07T10:27:40.751Z] b122376c33c6: Waiting [2021-01-07T10:27:40.751Z] f8381ed47b22: Waiting [2021-01-07T10:27:40.751Z] e934a737d657: Waiting [2021-01-07T10:27:40.751Z] 34192eda1973: Layer already exists [2021-01-07T10:27:40.751Z] 02d28ad8e198: Layer already exists [2021-01-07T10:27:40.751Z] f46a50a1f071: Layer already exists [2021-01-07T10:27:40.751Z] a3aa69c37328: Layer already exists [2021-01-07T10:27:41.023Z] 6be517c4ffe5: Layer already exists [2021-01-07T10:27:41.023Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T10:27:41.023Z] 82d10417b1b6: Layer already exists [2021-01-07T10:27:41.023Z] c9c9ded1654a: Layer already exists [2021-01-07T10:27:41.024Z] fa1afe8e6ed9: Layer already exists [2021-01-07T10:27:41.024Z] 87a09b4c083e: Layer already exists [2021-01-07T10:27:41.024Z] 0f74e9ff2a61: Layer already exists [2021-01-07T10:27:41.024Z] b122376c33c6: Layer already exists [2021-01-07T10:27:41.024Z] e934a737d657: Layer already exists [2021-01-07T10:27:41.024Z] f8381ed47b22: Layer already exists [2021-01-07T10:27:41.024Z] 0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33: digest: sha256:571acf53558a696e47f8bfe2728bb37100e839cf06189a9cb658f1537fb0f902 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:41.364Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:41.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-07T10:27:41.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-07T10:27:41.698Z] a3aa69c37328: Preparing [2021-01-07T10:27:41.698Z] f46a50a1f071: Preparing [2021-01-07T10:27:41.698Z] 02d28ad8e198: Preparing [2021-01-07T10:27:41.698Z] 34192eda1973: Preparing [2021-01-07T10:27:41.698Z] 6be517c4ffe5: Preparing [2021-01-07T10:27:41.698Z] c9c9ded1654a: Preparing [2021-01-07T10:27:41.698Z] 82d10417b1b6: Preparing [2021-01-07T10:27:41.698Z] 9ded3b6bb9b5: Preparing [2021-01-07T10:27:41.698Z] fa1afe8e6ed9: Preparing [2021-01-07T10:27:41.698Z] 87a09b4c083e: Preparing [2021-01-07T10:27:41.698Z] 0f74e9ff2a61: Preparing [2021-01-07T10:27:41.698Z] b122376c33c6: Preparing [2021-01-07T10:27:41.698Z] f8381ed47b22: Preparing [2021-01-07T10:27:41.698Z] e934a737d657: Preparing [2021-01-07T10:27:41.698Z] b122376c33c6: Waiting [2021-01-07T10:27:41.698Z] fa1afe8e6ed9: Waiting [2021-01-07T10:27:41.698Z] 87a09b4c083e: Waiting [2021-01-07T10:27:41.698Z] 0f74e9ff2a61: Waiting [2021-01-07T10:27:41.698Z] 82d10417b1b6: Waiting [2021-01-07T10:27:41.698Z] f8381ed47b22: Waiting [2021-01-07T10:27:41.698Z] e934a737d657: Waiting [2021-01-07T10:27:41.698Z] 9ded3b6bb9b5: Waiting [2021-01-07T10:27:41.698Z] 6be517c4ffe5: Layer already exists [2021-01-07T10:27:41.698Z] 34192eda1973: Layer already exists [2021-01-07T10:27:41.698Z] 02d28ad8e198: Layer already exists [2021-01-07T10:27:41.698Z] f46a50a1f071: Layer already exists [2021-01-07T10:27:41.970Z] a3aa69c37328: Layer already exists [2021-01-07T10:27:41.970Z] 82d10417b1b6: Layer already exists [2021-01-07T10:27:41.970Z] 9ded3b6bb9b5: Layer already exists [2021-01-07T10:27:41.970Z] c9c9ded1654a: Layer already exists [2021-01-07T10:27:41.970Z] fa1afe8e6ed9: Layer already exists [2021-01-07T10:27:41.970Z] 87a09b4c083e: Layer already exists [2021-01-07T10:27:41.970Z] f8381ed47b22: Layer already exists [2021-01-07T10:27:41.970Z] e934a737d657: Layer already exists [2021-01-07T10:27:41.970Z] 0f74e9ff2a61: Layer already exists [2021-01-07T10:27:41.970Z] b122376c33c6: Layer already exists [2021-01-07T10:27:41.970Z] master: digest: sha256:571acf53558a696e47f8bfe2728bb37100e839cf06189a9cb658f1537fb0f902 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-07T10:27:42.194Z] ===================================================== [Pipeline] echo [2021-01-07T10:27:42.248Z] taggedImages: [2021-01-07T10:27:42.248Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d [2021-01-07T10:27:42.248Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-07T10:27:42.248Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0b9e13f6a351841bf3637770c27ae08320c32e9d-2.0.0-dev.33 [2021-01-07T10:27:42.248Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-07T10:27:44.855Z] provisioning config files... [2021-01-07T10:27:44.871Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/280@tmp/config8204136864206409765tmp [Pipeline] { [Pipeline] sh [2021-01-07T10:27:45.256Z] + set +x [2021-01-07T10:27:45.256Z] + curl -s https://codecov.io/bash [2021-01-07T10:27:45.256Z] + bash -s -- [2021-01-07T10:27:45.831Z] [2021-01-07T10:27:45.831Z] _____ _ [2021-01-07T10:27:45.831Z] / ____| | | [2021-01-07T10:27:45.831Z] | | ___ __| | ___ ___ _____ __ [2021-01-07T10:27:45.831Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-07T10:27:45.831Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-07T10:27:45.831Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-07T10:27:45.831Z] Bash-20201231-23d4836 [2021-01-07T10:27:45.831Z] [2021-01-07T10:27:45.831Z] [2021-01-07T10:27:45.831Z] ==> git version 2.24.3 found [2021-01-07T10:27:45.831Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-07T10:27:45.831Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-07T10:27:45.831Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-07T10:27:45.831Z] ==> Jenkins CI detected. [2021-01-07T10:27:45.831Z] project root: . [2021-01-07T10:27:45.831Z] --> token set from env [2021-01-07T10:27:45.831Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-07T10:27:45.831Z] ==> Running gcov in . (disable via -X gcov) [2021-01-07T10:27:45.831Z] ==> Python coveragepy not found [2021-01-07T10:27:45.831Z] ==> Searching for coverage reports in: [2021-01-07T10:27:45.831Z] + . [2021-01-07T10:27:45.831Z] -> Found 1 reports [2021-01-07T10:27:45.831Z] ==> Detecting git/mercurial file structure [2021-01-07T10:27:45.831Z] ==> Reading reports [2021-01-07T10:27:45.831Z] + ./coverage.out bytes=541590 [2021-01-07T10:27:46.093Z] ==> Appending adjustments [2021-01-07T10:27:46.093Z] https://docs.codecov.io/docs/fixing-reports [2021-01-07T10:27:49.421Z] + Found adjustments [2021-01-07T10:27:49.684Z] ==> Gzipping contents [2021-01-07T10:27:49.684Z] 84K /tmp/codecov.Xw4mHD.gz [2021-01-07T10:27:49.684Z] ==> Uploading reports [2021-01-07T10:27:49.684Z] url: https://codecov.io [2021-01-07T10:27:49.684Z] query: branch=master&commit=0b9e13f6a351841bf3637770c27ae08320c32e9d&build=280&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F280%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T10:27:49.684Z] -> Pinging Codecov [2021-01-07T10:27:49.684Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=0b9e13f6a351841bf3637770c27ae08320c32e9d&build=280&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F280%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-07T10:27:50.264Z] -> Uploading to [2021-01-07T10:27:50.264Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-07/00271124DB129430A58F1EEE437C3FCB/0b9e13f6a351841bf3637770c27ae08320c32e9d/7d2bb22d-c2ec-4311-9d82-ab99ac125164.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210107T102750Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=543035b85ad69d178e7f1fb51681e78ddc7fa75c292d198fb6d129fec13d9cd4 [2021-01-07T10:27:50.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:27:50.264Z] Dload Upload Total Spent Left Speed [2021-01-07T10:27:50.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82265 0 0 100 82265 0 122k --:--:-- --:--:-- --:--:-- 122k 100 82265 0 0 100 82265 0 122k --:--:-- --:--:-- --:--:-- 122k [2021-01-07T10:27:50.839Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0b9e13f6a351841bf3637770c27ae08320c32e9d [Pipeline] } [2021-01-07T10:27:50.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-07T10:27:51.784Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-07T10:27:51.875Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:52.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T10:27:52.218Z] [2021-01-07T10:27:52.218Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:27:52.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T10:27:52.594Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-07T10:27:52.594Z] 188c0c94c7c5: Already exists [2021-01-07T10:27:52.594Z] 0ef7d3d256c8: Already exists [2021-01-07T10:27:52.594Z] de9db76c5a1d: Already exists [2021-01-07T10:27:52.594Z] 0eba1c9be4d2: Pulling fs layer [2021-01-07T10:27:52.594Z] 0d57e429df01: Pulling fs layer [2021-01-07T10:27:52.594Z] 4e4be7b47b0d: Pulling fs layer [2021-01-07T10:27:52.594Z] e1f770b5df2f: Pulling fs layer [2021-01-07T10:27:52.594Z] 85a0685a4137: Pulling fs layer [2021-01-07T10:27:52.594Z] e1f770b5df2f: Waiting [2021-01-07T10:27:52.594Z] 85a0685a4137: Waiting [2021-01-07T10:27:52.594Z] 4e4be7b47b0d: Download complete [2021-01-07T10:27:52.594Z] 0d57e429df01: Download complete [2021-01-07T10:27:55.153Z] e1f770b5df2f: Verifying Checksum [2021-01-07T10:27:55.153Z] e1f770b5df2f: Download complete [2021-01-07T10:27:57.159Z] 0eba1c9be4d2: Verifying Checksum [2021-01-07T10:27:57.159Z] 0eba1c9be4d2: Download complete [2021-01-07T10:27:57.159Z] 85a0685a4137: Verifying Checksum [2021-01-07T10:27:57.159Z] 85a0685a4137: Download complete [2021-01-07T10:28:03.882Z] 0eba1c9be4d2: Pull complete [2021-01-07T10:28:03.882Z] 0d57e429df01: Pull complete [2021-01-07T10:28:03.882Z] 4e4be7b47b0d: Pull complete [2021-01-07T10:28:07.201Z] e1f770b5df2f: Pull complete [2021-01-07T10:28:17.245Z] 85a0685a4137: Pull complete [2021-01-07T10:28:17.245Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-07T10:28:17.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-07T10:28:17.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-07T10:28:17.483Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:28:17.547Z] $ 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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:28:18.897Z] $ docker top a8b7deaf6ff8ad9fcceb9bb844c2d9efddd87aa8efaf48a61ab1711dd3cf041d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-07T10:28:19.195Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-07T10:28:19.493Z] + set -o pipefail [2021-01-07T10:28:19.493Z] + snyk monitor '--org=edgex-jenkins' [2021-01-07T10:28:34.441Z] [2021-01-07T10:28:34.441Z] Monitoring /w/workspace/edgex-go/280 (github.com/edgexfoundry/edgex-go)... [2021-01-07T10:28:34.441Z] [2021-01-07T10:28:34.441Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/408ca115-aab4-4ccd-b5fe-b0e308546b27 [2021-01-07T10:28:34.441Z] [2021-01-07T10:28:34.441Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-07T10:28:34.441Z] [2021-01-07T10:28:34.441Z] [Pipeline] } [2021-01-07T10:28:34.458Z] $ docker stop --time=1 a8b7deaf6ff8ad9fcceb9bb844c2d9efddd87aa8efaf48a61ab1711dd3cf041d [2021-01-07T10:28:37.481Z] $ docker rm -f a8b7deaf6ff8ad9fcceb9bb844c2d9efddd87aa8efaf48a61ab1711dd3cf041d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-07T10:28:38.954Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T10:28:39.008Z] provisioning config files... [2021-01-07T10:28:39.021Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/280@tmp/config4720784100003545253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:28:39.399Z] --> edgex-publish-swagger.sh [2021-01-07T10:28:39.399Z] === Publish openapi/v1 API === [2021-01-07T10:28:39.399Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-07T10:28:39.399Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-07T10:28:39.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:39.399Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:40.791Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8221 0:00:01 0:00:01 --:--:-- 8232 100 10521 0 0 100 10521 0 8219 0:00:01 0:00:01 --:--:-- 8225 [2021-01-07T10:28:40.791Z] [2021-01-07T10:28:40.791Z] [2021-01-07T10:28:40.791Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-07T10:28:40.791Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:40.791Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:41.745Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 28036 0:00:01 0:00:01 --:--:-- 28017 100 32556 0 0 100 32556 0 28031 0:00:01 0:00:01 --:--:-- 28017 [2021-01-07T10:28:41.745Z] [2021-01-07T10:28:41.745Z] [2021-01-07T10:28:41.745Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-07T10:28:41.745Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:41.745Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:43.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 61291 0:00:01 0:00:01 --:--:-- 61331 100 73720 0 0 100 73720 0 61281 0:00:01 0:00:01 --:--:-- 61331 [2021-01-07T10:28:43.140Z] [2021-01-07T10:28:43.140Z] [2021-01-07T10:28:43.140Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-07T10:28:43.140Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:43.140Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:44.090Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13119 0:00:01 0:00:01 --:--:-- 13133 100 13580 0 0 100 13580 0 13116 0:00:01 0:00:01 --:--:-- 13120 [2021-01-07T10:28:44.090Z] [2021-01-07T10:28:44.090Z] [2021-01-07T10:28:44.090Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-07T10:28:44.090Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:44.090Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:45.037Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36082 0:00:01 0:00:01 --:--:-- 36108 100 38889 0 0 100 38889 0 36073 0:00:01 0:00:01 --:--:-- 36108 [2021-01-07T10:28:45.300Z] [2021-01-07T10:28:45.300Z] [2021-01-07T10:28:45.300Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-07T10:28:45.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:45.300Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:46.693Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11733 0:00:01 0:00:01 --:--:-- 11736 100 14248 0 0 100 14248 0 11731 0:00:01 0:00:01 --:--:-- 11736 [2021-01-07T10:28:46.693Z] [2021-01-07T10:28:46.693Z] [2021-01-07T10:28:46.693Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-07T10:28:46.693Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:46.693Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:47.643Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3736 0:00:01 0:00:01 --:--:-- 3738 100 4109 0 0 100 4109 0 3735 0:00:01 0:00:01 --:--:-- 3738 [2021-01-07T10:28:47.644Z] [2021-01-07T10:28:47.644Z] [2021-01-07T10:28:47.644Z] === Publish openapi/v2 API === [2021-01-07T10:28:47.644Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-07T10:28:47.644Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-07T10:28:47.644Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:47.644Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:49.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 24426 0:00:01 0:00:01 --:--:-- 24429 100 29535 0 0 100 29535 0 24421 0:00:01 0:00:01 --:--:-- 24409 [2021-01-07T10:28:49.035Z] [2021-01-07T10:28:49.035Z] [2021-01-07T10:28:49.035Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-07T10:28:49.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-07T10:28:49.035Z] Dload Upload Total Spent Left Speed [2021-01-07T10:28:49.982Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 54144 0:00:01 0:00:01 --:--:-- 54197 100 60430 0 0 100 60430 0 54134 0:00:01 0:00:01 --:--:-- 54148 [2021-01-07T10:28:49.982Z] [2021-01-07T10:28:49.982Z] [2021-01-07T10:28:49.982Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-07T10:28:49.982Z] /w/workspace/edgex-go/280@tmp/durable-e33be1d0/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-07T10:28:49.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] error [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 [2021-01-07T10:28:51.778Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:28:52.669Z] ---> package-listing.sh [2021-01-07T10:28:52.669Z] ++ facter osfamily [2021-01-07T10:28:52.669Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T10:28:52.669Z] + OS_FAMILY=redhat [2021-01-07T10:28:52.669Z] + workspace=/w/workspace/edgex-go/280 [2021-01-07T10:28:52.669Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T10:28:52.669Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T10:28:52.669Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T10:28:52.669Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T10:28:52.669Z] + '[' /w/workspace/edgex-go/280 ']' [2021-01-07T10:28:52.669Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T10:28:52.669Z] + case "${OS_FAMILY}" in [2021-01-07T10:28:52.669Z] + rpm -qa [2021-01-07T10:28:52.669Z] + sort [2021-01-07T10:28:57.979Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T10:28:57.979Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T10:28:57.979Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T10:28:57.979Z] + '[' /w/workspace/edgex-go/280 ']' [2021-01-07T10:28:57.979Z] + mkdir -p /w/workspace/edgex-go/280/archives/ [2021-01-07T10:28:57.979Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/280/archives/ [Pipeline] echo [2021-01-07T10:28:57.997Z] 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/280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T10:28:58.286Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:28:58.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T10:28:58.867Z] [2021-01-07T10:28:58.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T10:28:59.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T10:28:59.216Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T10:28:59.216Z] df20fa9351a1: Pulling fs layer [2021-01-07T10:28:59.216Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T10:28:59.216Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T10:28:59.216Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T10:28:59.216Z] 93b61091891f: Pulling fs layer [2021-01-07T10:28:59.216Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T10:28:59.216Z] 5e14af77c1be: Pulling fs layer [2021-01-07T10:28:59.216Z] 01666e4c0597: Pulling fs layer [2021-01-07T10:28:59.217Z] aa168da1d23b: Pulling fs layer [2021-01-07T10:28:59.217Z] 46f8f816bc3b: Waiting [2021-01-07T10:28:59.217Z] 93b9cdb0e59b: Waiting [2021-01-07T10:28:59.217Z] 93b61091891f: Waiting [2021-01-07T10:28:59.217Z] aa168da1d23b: Waiting [2021-01-07T10:28:59.217Z] 01666e4c0597: Waiting [2021-01-07T10:28:59.217Z] 5e14af77c1be: Waiting [2021-01-07T10:28:59.217Z] 36b3adc4ff6f: Verifying Checksum [2021-01-07T10:28:59.217Z] 36b3adc4ff6f: Download complete [2021-01-07T10:28:59.217Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T10:28:59.217Z] 46f8f816bc3b: Download complete [2021-01-07T10:28:59.480Z] df20fa9351a1: Download complete [2021-01-07T10:28:59.480Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T10:28:59.480Z] 93b9cdb0e59b: Download complete [2021-01-07T10:28:59.480Z] 5e14af77c1be: Verifying Checksum [2021-01-07T10:28:59.480Z] 5e14af77c1be: Download complete [2021-01-07T10:28:59.480Z] 01666e4c0597: Verifying Checksum [2021-01-07T10:28:59.480Z] 01666e4c0597: Download complete [2021-01-07T10:28:59.480Z] 93b61091891f: Verifying Checksum [2021-01-07T10:28:59.480Z] 93b61091891f: Download complete [2021-01-07T10:28:59.480Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T10:28:59.480Z] 8ad3a11d3b57: Download complete [2021-01-07T10:29:00.056Z] df20fa9351a1: Pull complete [2021-01-07T10:29:00.056Z] 36b3adc4ff6f: Pull complete [2021-01-07T10:29:02.001Z] 8ad3a11d3b57: Pull complete [2021-01-07T10:29:02.001Z] 46f8f816bc3b: Pull complete [2021-01-07T10:29:02.001Z] aa168da1d23b: Verifying Checksum [2021-01-07T10:29:02.001Z] aa168da1d23b: Download complete [2021-01-07T10:29:02.267Z] 93b61091891f: Pull complete [2021-01-07T10:29:02.530Z] 93b9cdb0e59b: Pull complete [2021-01-07T10:29:02.795Z] 5e14af77c1be: Pull complete [2021-01-07T10:29:02.795Z] 01666e4c0597: Pull complete [2021-01-07T10:29:11.013Z] aa168da1d23b: Pull complete [2021-01-07T10:29:11.013Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T10:29:11.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T10:29:11.013Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T10:29:11.213Z] prd-centos7-docker-4c-2g-18846 does not seem to be running inside a container [2021-01-07T10:29:11.265Z] $ 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/280/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/280 -v /w/workspace/edgex-go/280:/w/workspace/edgex-go/280:rw,z -v /w/workspace/edgex-go/280@tmp:/w/workspace/edgex-go/280@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 [2021-01-07T10:29:14.386Z] $ docker top 1f4058025facafb1bd4476aff9dc6d21d3bc8f0d8385e3969982d7f4f8f58ed2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T10:29:15.076Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T10:29:15.386Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T10:29:15.686Z] + ls /var/log/sa-host [2021-01-07T10:29:15.686Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T10:29:15.686Z] file_magic: OK [2021-01-07T10:29:15.686Z] HZ: Using current value: 100 [2021-01-07T10:29:15.686Z] file_header: OK [2021-01-07T10:29:15.686Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T10:29:15.686Z] Statistics: [2021-01-07T10:29:15.686Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T10:29:15.686Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T10:29:15.686Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T10:29:15.686Z] file_magic: OK [2021-01-07T10:29:15.686Z] HZ: Using current value: 100 [2021-01-07T10:29:15.686Z] file_header: OK [2021-01-07T10:29:15.686Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-07T10:29:15.686Z] Statistics: [2021-01-07T10:29:15.686Z] Hnuu...uuuununununu... [2021-01-07T10:29:15.686Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T10:29:16.494Z] provisioning config files... [2021-01-07T10:29:16.511Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/280@tmp/config4493711367800873129tmp [Pipeline] { [Pipeline] echo [2021-01-07T10:29:16.605Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:29:16.909Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T10:29:16.919Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T10:29:17.056Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:29:17.354Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T10:29:17.366Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:29:17.665Z] ---> sudo-logs.sh [2021-01-07T10:29:17.666Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T10:29:17.677Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:29:17.978Z] ---> job-cost.sh [2021-01-07T10:29:17.978Z] lf-activate-venv: SKIPPING [2021-01-07T10:29:17.978Z] INFO: No Stack... [2021-01-07T10:29:19.389Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T10:29:19.963Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T10:29:19.978Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T10:29:20.277Z] ---> logs-deploy.sh [2021-01-07T10:29:20.277Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/280 [2021-01-07T10:29:20.277Z] INFO: archiving workspace using pattern(s): [2021-01-07T10:29:22.200Z] Archives upload complete. [2021-01-07T10:29:22.200Z] INFO: archiving logs to Nexus