Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 310fcf068b6662a9a98c00381981ed5406e42392 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-19208 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/282 [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/282 # 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 > 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 Checking out Revision 310fcf068b6662a9a98c00381981ed5406e42392 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 Commit message: "feat(security): secure containers run as non-root (#3003)" > git rev-list --no-walk 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-09T01:57:37.476Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-09T01:57:37.812Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-09T01:57:37.928Z] ========================================================= [2021-01-09T01:57:37.928Z] EdgeX Global Pipelines Version Info [2021-01-09T01:57:37.928Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:57:39.450Z] ------------------- [2021-01-09T01:57:39.450Z] stable info: [2021-01-09T01:57:39.450Z] ------------------- [2021-01-09T01:57:39.450Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-09T01:57:39.450Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T01:57:39.450Z] Message: update stable to v1.0.173 [2021-01-09T01:57:40.403Z] ------------------- [2021-01-09T01:57:40.403Z] experimental info: [2021-01-09T01:57:40.403Z] ------------------- [2021-01-09T01:57:40.403Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-09T01:57:40.403Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T01:57:40.403Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-09T01:57:40.904Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-09T01:57:41.009Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-09T01:57:41.107Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-09T01:57:41.206Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-09T01:57:41.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-09T01:57:41.416Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-09T01:57:41.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-09T01:57:41.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-09T01:57:41.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-09T01:57:41.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-09T01:57:41.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-09T01:57:42.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-09T01:57:42.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-09T01:57:42.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-09T01:57:42.383Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T01:57:42.489Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T01:57:42.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-09T01:57:42.707Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-09T01:57:42.852Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-09T01:57:42.947Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-09T01:57:43.051Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-09T01:57:43.145Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-09T01:57:43.253Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-09T01:57:43.396Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-09T01:57:43.487Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-09T01:57:43.586Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-09T01:57:43.692Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] echo [2021-01-09T01:57:43.784Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 310fcf0 [Pipeline] echo [2021-01-09T01:57:43.876Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T01:57:44.056Z] provisioning config files... [2021-01-09T01:57:44.085Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/282@tmp/config4478404291666660580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:57:44.471Z] ---> docker-login.sh [2021-01-09T01:57:44.471Z] nexus3.edgexfoundry.org:10001 [2021-01-09T01:57:44.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:57:44.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:57:44.997Z] Configure a credential helper to remove this warning. See [2021-01-09T01:57:44.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:57:44.997Z] [2021-01-09T01:57:44.997Z] Login Succeeded [2021-01-09T01:57:44.997Z] nexus3.edgexfoundry.org:10002 [2021-01-09T01:57:44.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:57:44.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:57:44.997Z] Configure a credential helper to remove this warning. See [2021-01-09T01:57:44.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:57:44.997Z] [2021-01-09T01:57:44.997Z] Login Succeeded [2021-01-09T01:57:45.260Z] nexus3.edgexfoundry.org:10003 [2021-01-09T01:57:45.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:57:45.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:57:45.260Z] Configure a credential helper to remove this warning. See [2021-01-09T01:57:45.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:57:45.260Z] [2021-01-09T01:57:45.260Z] Login Succeeded [2021-01-09T01:57:45.260Z] nexus3.edgexfoundry.org:10004 [2021-01-09T01:57:45.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:57:45.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:57:45.523Z] Configure a credential helper to remove this warning. See [2021-01-09T01:57:45.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:57:45.523Z] [2021-01-09T01:57:45.523Z] Login Succeeded [2021-01-09T01:57:45.523Z] docker.io [2021-01-09T01:57:45.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:57:46.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:57:46.098Z] Configure a credential helper to remove this warning. See [2021-01-09T01:57:46.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:57:46.098Z] [2021-01-09T01:57:46.098Z] Login Succeeded [2021-01-09T01:57:46.098Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T01:57:46.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T01:57:46.600Z] ++ 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-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/core-command/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/core-data/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-09T01:57:46.600Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:57:46.600Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-09T01:57:46.600Z] ++ cut -d/ -f2 [2021-01-09T01:57:46.600Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-09T01:57:46.668Z] 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-09T01:57:48.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:57:48.332Z] [2021-01-09T01:57:48.332Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:57:48.692Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:57:48.693Z] latest: Pulling from edgex-devops/git-semver [2021-01-09T01:57:48.693Z] 31603596830f: Pulling fs layer [2021-01-09T01:57:48.693Z] 2a8b12db71e7: Pulling fs layer [2021-01-09T01:57:48.693Z] 6ca5941a6612: Pulling fs layer [2021-01-09T01:57:48.693Z] ecc8261a40a4: Pulling fs layer [2021-01-09T01:57:48.693Z] ecc8261a40a4: Waiting [2021-01-09T01:57:48.693Z] 2a8b12db71e7: Verifying Checksum [2021-01-09T01:57:48.693Z] 2a8b12db71e7: Download complete [2021-01-09T01:57:48.693Z] 31603596830f: Verifying Checksum [2021-01-09T01:57:48.693Z] 31603596830f: Download complete [2021-01-09T01:57:48.959Z] 6ca5941a6612: Verifying Checksum [2021-01-09T01:57:48.959Z] 6ca5941a6612: Download complete [2021-01-09T01:57:48.959Z] ecc8261a40a4: Verifying Checksum [2021-01-09T01:57:48.959Z] ecc8261a40a4: Download complete [2021-01-09T01:57:49.224Z] 31603596830f: Pull complete [2021-01-09T01:57:49.486Z] 2a8b12db71e7: Pull complete [2021-01-09T01:57:50.071Z] 6ca5941a6612: Pull complete [2021-01-09T01:57:50.333Z] ecc8261a40a4: Pull complete [2021-01-09T01:57:50.333Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-09T01:57:50.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:57:50.333Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-09T01:57:50.479Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T01:57:50.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T01:57:53.094Z] $ docker top 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T01:57:53.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T01:57:53.446Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T01:57:53.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T01:57:53.679Z] $ docker exec 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b ssh-agent [2021-01-09T01:57:53.855Z] SSH_AUTH_SOCK=/tmp/ssh-rOj87pQyEMnr/agent.11 [2021-01-09T01:57:53.855Z] SSH_AGENT_PID=17 [2021-01-09T01:57:53.870Z] Running ssh-add (command line suppressed) [2021-01-09T01:57:53.996Z] Identity added: /w/workspace/edgex-go/282@tmp/private_key_5752674125353897181.key (/w/workspace/edgex-go/282@tmp/private_key_5752674125353897181.key) [2021-01-09T01:57:54.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T01:57:54.399Z] + git tag --points-at HEAD [Pipeline] } [2021-01-09T01:57:54.426Z] $ docker exec --env ******** --env ******** 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b ssh-agent -k [2021-01-09T01:57:54.543Z] unset SSH_AUTH_SOCK; [2021-01-09T01:57:54.543Z] unset SSH_AGENT_PID; [2021-01-09T01:57:54.543Z] echo Agent pid 17 killed; [2021-01-09T01:57:54.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-09T01:57:54.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T01:57:54.739Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T01:57:54.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T01:57:54.922Z] $ docker exec 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b ssh-agent [2021-01-09T01:57:55.093Z] SSH_AUTH_SOCK=/tmp/ssh-uDnY8MP2Fujt/agent.46 [2021-01-09T01:57:55.093Z] SSH_AGENT_PID=51 [2021-01-09T01:57:55.101Z] Running ssh-add (command line suppressed) [2021-01-09T01:57:55.226Z] Identity added: /w/workspace/edgex-go/282@tmp/private_key_8448091460103546168.key (/w/workspace/edgex-go/282@tmp/private_key_8448091460103546168.key) [2021-01-09T01:57:55.286Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T01:57:55.625Z] + git semver init [2021-01-09T01:57:55.625Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T01:57:55.625Z] # $GIT_DIR = /w/workspace/edgex-go/282/.git [2021-01-09T01:57:55.625Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/282 [2021-01-09T01:57:55.625Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T01:57:55.625Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T01:57:55.625Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T01:57:55.625Z] # $SEMVER_BRANCH = master [2021-01-09T01:57:55.625Z] # $SEMVER_TEMP = /tmp/semver-379455477 [2021-01-09T01:57:55.625Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-09T01:58:13.788Z] # '/tmp/semver-379455477' -> '/w/workspace/edgex-go/282/.semver' [2021-01-09T01:58:13.788Z] # -> Force: false [2021-01-09T01:58:13.788Z] # $SEMVER_DIR = /w/workspace/edgex-go/282/.semver [Pipeline] } [2021-01-09T01:58:13.803Z] $ docker exec --env ******** --env ******** 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b ssh-agent -k [2021-01-09T01:58:14.041Z] unset SSH_AUTH_SOCK; [2021-01-09T01:58:14.041Z] unset SSH_AGENT_PID; [2021-01-09T01:58:14.041Z] echo Agent pid 51 killed; [2021-01-09T01:58:14.108Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T01:58:14.590Z] + git semver [Pipeline] } [2021-01-09T01:58:14.609Z] $ docker stop --time=1 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b [2021-01-09T01:58:16.240Z] $ docker rm -f 26c4b0bd5f8f0f8471bd92a1714235bd84c87afe6e6fbbbb69e34c852cfd0c8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:58:16.776Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-09T01:58:17.322Z] Stashed 1 file(s) [Pipeline] echo [2021-01-09T01:58:17.325Z] [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-09T01:58:18.296Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:58:18.600Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:58:18.907Z] + sudo service docker restart [2021-01-09T01:58:18.908Z] + true [2021-01-09T01:58:18.908Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-09T01:58:19.498Z] ========================================================= [2021-01-09T01:58:19.498Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-09T01:58:19.498Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:58:19.861Z] + 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-09T01:58:24.088Z] Sending build context to Docker daemon 326.4MB [2021-01-09T01:58:24.088Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T01:58:24.088Z] Step 2/6 : FROM ${BASE} [2021-01-09T01:58:24.088Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-09T01:58:24.088Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T01:58:24.088Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T01:58:24.088Z] de9db76c5a1d: Pulling fs layer [2021-01-09T01:58:24.088Z] bca2f99d35d6: Pulling fs layer [2021-01-09T01:58:24.088Z] 93359f2a8cfa: Pulling fs layer [2021-01-09T01:58:24.088Z] 7c6f9722023f: Pulling fs layer [2021-01-09T01:58:24.088Z] a35cf1a2eb13: Pulling fs layer [2021-01-09T01:58:24.088Z] 93359f2a8cfa: Waiting [2021-01-09T01:58:24.088Z] 7c6f9722023f: Waiting [2021-01-09T01:58:24.088Z] a35cf1a2eb13: Waiting [2021-01-09T01:58:24.088Z] bca2f99d35d6: Waiting [2021-01-09T01:58:24.088Z] de9db76c5a1d: Verifying Checksum [2021-01-09T01:58:24.088Z] de9db76c5a1d: Download complete [2021-01-09T01:58:24.088Z] 0ef7d3d256c8: Download complete [2021-01-09T01:58:24.088Z] 93359f2a8cfa: Verifying Checksum [2021-01-09T01:58:24.088Z] 93359f2a8cfa: Download complete [2021-01-09T01:58:24.088Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T01:58:24.088Z] 188c0c94c7c5: Download complete [2021-01-09T01:58:24.088Z] 7c6f9722023f: Verifying Checksum [2021-01-09T01:58:24.088Z] 7c6f9722023f: Download complete [2021-01-09T01:58:24.088Z] 188c0c94c7c5: Pull complete [2021-01-09T01:58:24.350Z] 0ef7d3d256c8: Pull complete [2021-01-09T01:58:24.350Z] de9db76c5a1d: Pull complete [2021-01-09T01:58:26.281Z] a35cf1a2eb13: Verifying Checksum [2021-01-09T01:58:26.281Z] a35cf1a2eb13: Download complete [2021-01-09T01:58:26.281Z] bca2f99d35d6: Verifying Checksum [2021-01-09T01:58:26.281Z] bca2f99d35d6: Download complete [2021-01-09T01:58:31.604Z] bca2f99d35d6: Pull complete [2021-01-09T01:58:31.604Z] 93359f2a8cfa: Pull complete [2021-01-09T01:58:31.604Z] 7c6f9722023f: Pull complete [2021-01-09T01:58:32.763Z] Still waiting to schedule task [2021-01-09T01:58:32.763Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-09T01:58:36.925Z] a35cf1a2eb13: Pull complete [2021-01-09T01:58:36.925Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-09T01:58:36.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-09T01:58:36.925Z] ---> a62c8e92a672 [2021-01-09T01:58:36.925Z] 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-09T01:58:36.925Z] ---> Running in ded6871277b5 [2021-01-09T01:58:36.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:58:37.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:58:38.072Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T01:58:38.072Z] (2/12) Installing file (5.38-r0) [2021-01-09T01:58:38.334Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T01:58:38.334Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T01:58:43.641Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T01:58:43.641Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T01:58:43.641Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T01:58:43.641Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T01:58:43.641Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T01:58:43.641Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T01:58:43.641Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T01:58:43.641Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T01:58:43.641Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:58:43.641Z] OK: 233 MiB in 51 packages [2021-01-09T01:58:47.884Z] Removing intermediate container ded6871277b5 [2021-01-09T01:58:47.884Z] ---> 168ed7bc65d1 [2021-01-09T01:58:47.884Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T01:58:47.884Z] ---> Running in 58bcba20daff [2021-01-09T01:58:48.148Z] Removing intermediate container 58bcba20daff [2021-01-09T01:58:48.148Z] ---> 21fad05d5458 [2021-01-09T01:58:48.148Z] Step 5/6 : COPY go.mod . [2021-01-09T01:58:48.413Z] ---> 88e617b98755 [2021-01-09T01:58:48.413Z] Step 6/6 : RUN go mod download [2021-01-09T01:58:48.413Z] ---> Running in 25d3e461329c [2021-01-09T01:59:10.424Z] Removing intermediate container 25d3e461329c [2021-01-09T01:59:10.424Z] ---> d17a6ab0c035 [2021-01-09T01:59:10.424Z] Successfully built d17a6ab0c035 [2021-01-09T01:59:10.424Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:59:10.745Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T01:59:10.745Z] . [Pipeline] withDockerContainer [2021-01-09T01:59:10.845Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T01:59:10.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-09T01:59:11.701Z] $ docker top 64fd9f12d68e2885654994e3dc67861aacc669b48af214841cf411610ce7bc73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:59:12.241Z] + go version [2021-01-09T01:59:12.242Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-09T01:59:12.257Z] $ docker stop --time=1 64fd9f12d68e2885654994e3dc67861aacc669b48af214841cf411610ce7bc73 [2021-01-09T01:59:13.623Z] $ docker rm -f 64fd9f12d68e2885654994e3dc67861aacc669b48af214841cf411610ce7bc73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:59:14.516Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T01:59:14.516Z] . [Pipeline] withDockerContainer [2021-01-09T01:59:14.616Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T01:59:14.664Z] $ 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/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-09T01:59:15.413Z] $ docker top f514048dcc5a51ad828489ac1e1591d0ba76c008754a04efbda41d521b01820b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T01:59:15.610Z] ========================================================= [2021-01-09T01:59:15.610Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T01:59:15.610Z] ========================================================= [Pipeline] sh [2021-01-09T01:59:15.912Z] + make test [2021-01-09T01:59:15.912Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T01:59:25.979Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T01:59:41.006Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T01:59:45.296Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T01:59:45.883Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T01:59:45.883Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T01:59:45.883Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T01:59:45.883Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T01:59:45.883Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T01:59:46.484Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T01:59:47.080Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T01:59:47.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T01:59:49.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T01:59:49.671Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T01:59:49.671Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T01:59:51.684Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2021-01-09T01:59:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T01:59:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T01:59:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T01:59:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T01:59:51.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T01:59:55.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.219s coverage: 27.0% of statements [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T01:59:55.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T01:59:55.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T01:59:55.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 77.1% of statements [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T01:59:55.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.4% of statements [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T01:59:55.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T01:59:57.894Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements [2021-01-09T01:59:57.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T01:59:57.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T01:59:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T01:59:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T01:59:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T01:59:57.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-01-09T01:59:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T01:59:57.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-01-09T01:59:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T01:59:57.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2021-01-09T01:59:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T01:59:58.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-01-09T01:59:58.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T01:59:58.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-01-09T01:59:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T01:59:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T01:59:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T01:59:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T02:00:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.313s coverage: 93.8% of statements [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T02:00:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T02:00:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T02:00:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T02:00:00.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-09T02:00:00.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T02:00:01.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-09T02:00:01.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-01-09T02:00:01.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.076s coverage: 84.2% of statements [2021-01-09T02:00:01.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.4% of statements [2021-01-09T02:00:01.643Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T02:00:02.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.231s coverage: 63.5% of statements [2021-01-09T02:00:02.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T02:00:02.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T02:00:02.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-01-09T02:00:02.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-01-09T02:00:02.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-01-09T02:00:02.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-01-09T02:00:03.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-01-09T02:00:04.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 55.9% of statements [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T02:00:04.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 37.0% of statements [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T02:00:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T02:00:04.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements [2021-01-09T02:00:04.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-01-09T02:00:07.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T02:00:07.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T02:00:07.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-09T02:00:07.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T02:00:07.808Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements [2021-01-09T02:00:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T02:00:07.808Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T02:00:07.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T02:00:07.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T02:00:07.809Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T02:00:07.809Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T02:00:07.809Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T02:00:08.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-09T02:00:08.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T02:00:08.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T02:00:08.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-09T02:00:08.665Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-09T02:00:08.665Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-09T02:00:09.238Z] GO111MODULE=on go vet ./... [2021-01-09T02:00:17.864Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19209 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-09T02:00:17.926Z] Running in /w/workspace/edgex-go/282 [Pipeline] { [Pipeline] checkout [2021-01-09T02:00:23.055Z] using credential edgex-jenkins-ssh [2021-01-09T02:00:23.149Z] Cloning the remote Git repository [2021-01-09T02:00:23.209Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T02:00:23.347Z] > git init /w/workspace/edgex-go/282 # timeout=10 [2021-01-09T02:00:23.414Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T02:00:23.415Z] > git --version # timeout=10 [2021-01-09T02:00:23.437Z] > git --version # 'git version 2.17.1' [2021-01-09T02:00:23.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T02:00:23.501Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T02:00:31.341Z] gofmt -l . [2021-01-09T02:00:31.341Z] [ "`gofmt -l .`" = "" ] [2021-01-09T02:00:31.914Z] ./bin/test-go-mod-tidy.sh [2021-01-09T02:00:32.495Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-09T02:00:34.187Z] + ls -al . [2021-01-09T02:00:34.187Z] total 640 [2021-01-09T02:00:34.187Z] drwxrwxr-x 10 1001 1001 4096 Jan 9 02:00 . [2021-01-09T02:00:34.187Z] drwxr-xr-x 4 root root 32 Jan 9 01:59 .. [2021-01-09T02:00:34.187Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 01:57 .dockerignore [2021-01-09T02:00:34.187Z] drwxrwxr-x 8 1001 1001 162 Jan 9 01:57 .git [2021-01-09T02:00:34.187Z] drwxrwxr-x 3 1001 1001 125 Jan 9 01:57 .github [2021-01-09T02:00:34.187Z] -rw-rw-r-- 1 1001 1001 824 Jan 9 01:57 .gitignore [2021-01-09T02:00:34.187Z] drwx------ 3 1001 1001 32 Jan 9 01:58 .semver [2021-01-09T02:00:34.187Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 01:57 .sonarcloud.properties [2021-01-09T02:00:34.187Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:57 CONTRIBUTING.md [2021-01-09T02:00:34.187Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 01:57 Dockerfile.build [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 01:57 Jenkinsfile [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:57 LICENSE [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:57 Makefile [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:57 README.md [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:57 SECURITY.md [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 12 Jan 9 01:58 VERSION [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:57 ZMQWindows.md [2021-01-09T02:00:34.188Z] drwxrwxr-x 2 1001 1001 117 Jan 9 01:57 bin [2021-01-09T02:00:34.188Z] drwxrwxr-x 14 1001 1001 4096 Jan 9 01:57 cmd [2021-01-09T02:00:34.188Z] -rw-r--r-- 1 root root 541590 Jan 9 02:00 coverage.out [2021-01-09T02:00:34.188Z] -rw-r--r-- 1 root root 979 Jan 9 02:00 go.mod [2021-01-09T02:00:34.188Z] -rw-r--r-- 1 root root 19019 Jan 9 02:00 go.sum [2021-01-09T02:00:34.188Z] drwxrwxr-x 8 1001 1001 127 Jan 9 01:57 internal [2021-01-09T02:00:34.188Z] drwxrwxr-x 4 1001 1001 26 Jan 9 01:57 openapi [2021-01-09T02:00:34.188Z] drwxrwxr-x 4 1001 1001 71 Jan 9 01:57 snap [2021-01-09T02:00:34.188Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 01:57 version.go [Pipeline] sh [2021-01-09T02:00:34.489Z] + '[' -e coverage.out ] [2021-01-09T02:00:34.489Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T02:00:34.659Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T02:00:34.953Z] + make build [2021-01-09T02:00:34.953Z] 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-09T02:00:37.623Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T02:00:37.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T02:00:37.668Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T02:00:37.713Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T02:00:37.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T02:00:37.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T02:00:38.270Z] Checking out Revision 310fcf068b6662a9a98c00381981ed5406e42392 (master) [2021-01-09T02:00:39.169Z] 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-09T02:00:38.302Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T02:00:38.324Z] > git checkout -f 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 [2021-01-09T02:00:42.953Z] Commit message: "feat(security): secure containers run as non-root (#3003)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T02:00:44.607Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-09T02:00:45.016Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T02:00:45.362Z] + true [2021-01-09T02:00:45.362Z] + sudo service docker restart [2021-01-09T02:00:45.848Z] 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-09T02:00:47.256Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T02:00:48.114Z] provisioning config files... [2021-01-09T02:00:48.161Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/282@tmp/config6531559146132079741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:00:48.578Z] ---> docker-login.sh [2021-01-09T02:00:48.578Z] nexus3.edgexfoundry.org:10001 [2021-01-09T02:00:48.681Z] 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-09T02:00:48.952Z] 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-09T02:00:49.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:00:49.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:00:49.845Z] Configure a credential helper to remove this warning. See [2021-01-09T02:00:49.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:00:49.845Z] [2021-01-09T02:00:49.845Z] Login Succeeded [2021-01-09T02:00:49.845Z] nexus3.edgexfoundry.org:10002 [2021-01-09T02:00:50.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:00:50.387Z] 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-09T02:00:50.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:00:50.394Z] Configure a credential helper to remove this warning. See [2021-01-09T02:00:50.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:00:50.394Z] [2021-01-09T02:00:50.394Z] Login Succeeded [2021-01-09T02:00:50.394Z] nexus3.edgexfoundry.org:10003 [2021-01-09T02:00:50.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:00:50.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:00:50.945Z] Configure a credential helper to remove this warning. See [2021-01-09T02:00:50.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:00:50.945Z] [2021-01-09T02:00:50.945Z] Login Succeeded [2021-01-09T02:00:50.945Z] nexus3.edgexfoundry.org:10004 [2021-01-09T02:00:51.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:00:51.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:00:51.494Z] Configure a credential helper to remove this warning. See [2021-01-09T02:00:51.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:00:51.494Z] [2021-01-09T02:00:51.494Z] Login Succeeded [2021-01-09T02:00:51.494Z] docker.io [2021-01-09T02:00:51.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:00:51.780Z] 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-09T02:00:52.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:00:52.376Z] Configure a credential helper to remove this warning. See [2021-01-09T02:00:52.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:00:52.376Z] [2021-01-09T02:00:52.376Z] Login Succeeded [2021-01-09T02:00:52.376Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T02:00:52.402Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T02:00:52.833Z] ========================================================= [2021-01-09T02:00:52.833Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-09T02:00:52.833Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:00:53.219Z] 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-09T02:00:53.259Z] + 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-09T02:00:54.178Z] 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-09T02:00:55.129Z] 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-09T02:00:55.946Z] Sending build context to Docker daemon 165.5MB [2021-01-09T02:00:55.946Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T02:00:55.946Z] Step 2/6 : FROM ${BASE} [2021-01-09T02:00:55.946Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-09T02:00:55.946Z] 5f621e34cdf4: Pulling fs layer [2021-01-09T02:00:55.946Z] a4357932f1b6: Pulling fs layer [2021-01-09T02:00:55.946Z] 18c013af1878: Pulling fs layer [2021-01-09T02:00:55.946Z] 00ac8860ef70: Pulling fs layer [2021-01-09T02:00:55.946Z] 63d7cb157983: Pulling fs layer [2021-01-09T02:00:55.946Z] b116817d02f9: Pulling fs layer [2021-01-09T02:00:55.946Z] 745a02a5169b: Pulling fs layer [2021-01-09T02:00:55.946Z] 00ac8860ef70: Waiting [2021-01-09T02:00:55.946Z] 63d7cb157983: Waiting [2021-01-09T02:00:55.946Z] b116817d02f9: Waiting [2021-01-09T02:00:55.946Z] 745a02a5169b: Waiting [2021-01-09T02:00:55.946Z] 18c013af1878: Verifying Checksum [2021-01-09T02:00:55.946Z] 18c013af1878: Download complete [2021-01-09T02:00:55.946Z] a4357932f1b6: Verifying Checksum [2021-01-09T02:00:55.946Z] a4357932f1b6: Download complete [2021-01-09T02:00:55.946Z] 63d7cb157983: Verifying Checksum [2021-01-09T02:00:55.946Z] 63d7cb157983: Download complete [2021-01-09T02:00:55.946Z] 5f621e34cdf4: Verifying Checksum [2021-01-09T02:00:55.946Z] 5f621e34cdf4: Download complete [2021-01-09T02:00:55.946Z] b116817d02f9: Verifying Checksum [2021-01-09T02:00:55.946Z] b116817d02f9: Download complete [2021-01-09T02:00:56.533Z] 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-09T02:00:56.944Z] 5f621e34cdf4: Pull complete [2021-01-09T02:00:57.227Z] a4357932f1b6: Pull complete [Pipeline] } [2021-01-09T02:00:57.508Z] $ docker stop --time=1 f514048dcc5a51ad828489ac1e1591d0ba76c008754a04efbda41d521b01820b [2021-01-09T02:00:57.838Z] 18c013af1878: Pull complete [2021-01-09T02:00:58.439Z] 745a02a5169b: Download complete [2021-01-09T02:00:59.131Z] $ docker rm -f f514048dcc5a51ad828489ac1e1591d0ba76c008754a04efbda41d521b01820b [2021-01-09T02:00:59.419Z] 00ac8860ef70: Verifying Checksum [2021-01-09T02:00:59.419Z] 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:01:03.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T02:01:03.050Z] [2021-01-09T02:01:03.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:01:03.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T02:01:03.404Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-09T02:01:03.404Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-09T02:01:03.404Z] ca9280d653b3: Pulling fs layer [2021-01-09T02:01:03.404Z] 7e9c9ca2126c: Pulling fs layer [2021-01-09T02:01:03.670Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-09T02:01:03.670Z] cbdbe7a5bc2a: Download complete [2021-01-09T02:01:03.942Z] cbdbe7a5bc2a: Pull complete [2021-01-09T02:01:04.206Z] ca9280d653b3: Download complete [2021-01-09T02:01:05.157Z] 7e9c9ca2126c: Verifying Checksum [2021-01-09T02:01:05.157Z] 7e9c9ca2126c: Download complete [2021-01-09T02:01:05.157Z] ca9280d653b3: Pull complete [2021-01-09T02:01:09.586Z] 00ac8860ef70: Pull complete [2021-01-09T02:01:09.586Z] 63d7cb157983: Pull complete [2021-01-09T02:01:09.586Z] b116817d02f9: Pull complete [2021-01-09T02:01:11.761Z] 7e9c9ca2126c: Pull complete [2021-01-09T02:01:11.762Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-09T02:01:11.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T02:01:11.762Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-09T02:01:11.907Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T02:01:11.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-09T02:01:13.917Z] 745a02a5169b: Pull complete [2021-01-09T02:01:13.918Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-09T02:01:13.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-09T02:01:13.918Z] ---> b7e6874047d6 [2021-01-09T02:01:13.918Z] 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-09T02:01:14.633Z] $ docker top c4ae9cca06172fc758598bbc02575f852abc0e058d3b645d106a3f9e5f76bd92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T02:01:15.125Z] + grep parallel [2021-01-09T02:01:15.125Z] + docker-compose build --help [2021-01-09T02:01:16.070Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T02:01:16.083Z] $ docker stop --time=1 c4ae9cca06172fc758598bbc02575f852abc0e058d3b645d106a3f9e5f76bd92 [2021-01-09T02:01:17.318Z] ---> Running in bc54d0fe4c72 [2021-01-09T02:01:17.455Z] $ docker rm -f c4ae9cca06172fc758598bbc02575f852abc0e058d3b645d106a3f9e5f76bd92 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:01:18.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T02:01:18.064Z] . [Pipeline] withDockerContainer [2021-01-09T02:01:18.232Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T02:01:18.318Z] $ 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/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@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-09T02:01:19.181Z] $ docker top 07c606f5750f9a72f52c70776f25b4a80c0c32cb799aac4d1e0ac89a77d2ee49 -eo pid,comm [2021-01-09T02:01:19.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-01-09T02:01:19.733Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T02:01:19.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:01:20.489Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T02:01:20.686Z] Building docker-core-command-go ... [2021-01-09T02:01:20.686Z] Building docker-core-data-go ... [2021-01-09T02:01:20.686Z] Building docker-core-metadata-go ... [2021-01-09T02:01:20.686Z] Building docker-security-bootstrap-redis-go ... [2021-01-09T02:01:20.686Z] Building docker-security-proxy-setup-go ... [2021-01-09T02:01:20.686Z] Building docker-security-secretstore-setup-go ... [2021-01-09T02:01:20.686Z] Building docker-support-notifications-go ... [2021-01-09T02:01:20.686Z] Building docker-support-scheduler-go ... [2021-01-09T02:01:20.686Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T02:01:20.686Z] Building docker-core-metadata-go [2021-01-09T02:01:20.686Z] Building docker-support-notifications-go [2021-01-09T02:01:20.686Z] Building docker-security-proxy-setup-go [2021-01-09T02:01:20.686Z] Building docker-core-command-go [2021-01-09T02:01:20.686Z] Building docker-support-scheduler-go [2021-01-09T02:01:20.760Z] (2/12) Installing file (5.38-r0) [2021-01-09T02:01:21.032Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T02:01:21.032Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T02:01:25.322Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T02:01:25.322Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T02:01:25.322Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T02:01:25.322Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T02:01:25.322Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T02:01:25.592Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T02:01:25.592Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T02:01:25.864Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T02:01:25.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:01:25.864Z] OK: 217 MiB in 51 packages [2021-01-09T02:01:30.168Z] Removing intermediate container bc54d0fe4c72 [2021-01-09T02:01:30.168Z] ---> 026d8e7f7c7a [2021-01-09T02:01:30.168Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T02:01:30.168Z] ---> Running in e50f323772b6 [2021-01-09T02:01:30.442Z] Removing intermediate container e50f323772b6 [2021-01-09T02:01:30.442Z] ---> aeb7089942f4 [2021-01-09T02:01:30.442Z] Step 5/6 : COPY go.mod . [2021-01-09T02:01:31.422Z] ---> 696521b47991 [2021-01-09T02:01:31.422Z] Step 6/6 : RUN go mod download [2021-01-09T02:01:31.422Z] ---> Running in d973cc4b3c06 [2021-01-09T02:01:52.976Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:01:52.976Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:01:52.976Z] ---> d17a6ab0c035 [2021-01-09T02:01:52.976Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T02:01:52.976Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:01:52.976Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:01:52.976Z] ---> d17a6ab0c035 [2021-01-09T02:01:52.976Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T02:01:52.976Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:01:52.976Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:01:52.976Z] ---> d17a6ab0c035 [2021-01-09T02:01:52.976Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T02:01:52.976Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:01:52.976Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:01:52.976Z] ---> d17a6ab0c035 [2021-01-09T02:01:52.976Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T02:01:52.976Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:01:52.976Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:01:52.976Z] ---> d17a6ab0c035 [2021-01-09T02:01:52.976Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T02:01:52.976Z] ---> Running in 0ae9fa3b7b9e [2021-01-09T02:01:52.976Z] ---> Running in de533bc5ed2e [2021-01-09T02:01:52.976Z] ---> Running in 42453ba4cbcd [2021-01-09T02:01:52.976Z] ---> Running in 3398b23c0b48 [2021-01-09T02:01:52.976Z] ---> Running in d18d1e581d00 [2021-01-09T02:01:52.976Z] Removing intermediate container d18d1e581d00 [2021-01-09T02:01:52.976Z] ---> 46337d6e5a43 [2021-01-09T02:01:52.976Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:01:52.976Z] Removing intermediate container de533bc5ed2e [2021-01-09T02:01:52.976Z] ---> 53bf35d9c573 [2021-01-09T02:01:52.976Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:01:52.976Z] Removing intermediate container 3398b23c0b48 [2021-01-09T02:01:52.976Z] ---> 7dcaf676ad8b [2021-01-09T02:01:52.976Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:01:52.976Z] Removing intermediate container 42453ba4cbcd [2021-01-09T02:01:52.976Z] ---> e5920678a3ca [2021-01-09T02:01:52.976Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:01:52.976Z] Removing intermediate container 0ae9fa3b7b9e [2021-01-09T02:01:52.976Z] ---> 369791bfdce1 [2021-01-09T02:01:52.976Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:01:52.976Z] ---> Running in 00d1bf7dd71b [2021-01-09T02:01:52.976Z] ---> Running in f02269f96d81 [2021-01-09T02:01:52.976Z] ---> Running in 7865825a5e8c [2021-01-09T02:01:52.976Z] ---> Running in 37790c5a8a3f [2021-01-09T02:01:52.976Z] ---> Running in 1fed7c94d32c [2021-01-09T02:01:52.976Z] Removing intermediate container 7865825a5e8c [2021-01-09T02:01:52.976Z] ---> 62da11b0eead [2021-01-09T02:01:52.976Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T02:01:53.243Z] ---> Running in 24266c2dcf18 [2021-01-09T02:01:53.507Z] Removing intermediate container f02269f96d81 [2021-01-09T02:01:53.507Z] ---> 5b3935a2f316 [2021-01-09T02:01:53.507Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T02:01:53.507Z] ---> Running in 811d044f928c [2021-01-09T02:01:53.774Z] Removing intermediate container 00d1bf7dd71b [2021-01-09T02:01:53.774Z] ---> 9b1458448898 [2021-01-09T02:01:53.774Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T02:01:53.774Z] ---> Running in ad729bddd05d [2021-01-09T02:01:54.051Z] Removing intermediate container 37790c5a8a3f [2021-01-09T02:01:54.051Z] ---> f6b2296ba0d7 [2021-01-09T02:01:54.051Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T02:01:54.317Z] ---> Running in 6ee6aed40d1c [2021-01-09T02:01:54.317Z] Removing intermediate container 1fed7c94d32c [2021-01-09T02:01:54.317Z] ---> 1d76df45816e [2021-01-09T02:01:54.317Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T02:01:54.587Z] ---> Running in be4a20f0c9af [2021-01-09T02:01:54.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:54.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.655Z] OK: 233 MiB in 51 packages [2021-01-09T02:01:55.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:01:55.921Z] OK: 233 MiB in 51 packages [2021-01-09T02:01:56.193Z] OK: 233 MiB in 51 packages [2021-01-09T02:01:56.193Z] OK: 233 MiB in 51 packages [2021-01-09T02:01:56.193Z] OK: 233 MiB in 51 packages [2021-01-09T02:01:56.459Z] Removing intermediate container 24266c2dcf18 [2021-01-09T02:01:56.459Z] ---> f30df27638a7 [2021-01-09T02:01:56.459Z] Step 6/24 : COPY go.mod . [2021-01-09T02:01:56.459Z] Removing intermediate container 811d044f928c [2021-01-09T02:01:56.459Z] ---> fc91f33edba4 [2021-01-09T02:01:56.459Z] Step 6/22 : COPY go.mod . [2021-01-09T02:01:56.723Z] ---> a931aa39a204 [2021-01-09T02:01:56.723Z] Step 7/24 : RUN go mod download [2021-01-09T02:01:56.987Z] ---> Running in d2c08109996a [2021-01-09T02:01:57.251Z] ---> bf4aba61ef06 [2021-01-09T02:01:57.251Z] Step 7/22 : RUN go mod download [2021-01-09T02:01:57.251Z] Removing intermediate container ad729bddd05d [2021-01-09T02:01:57.251Z] ---> dc7ff766b3c4 [2021-01-09T02:01:57.251Z] Step 6/21 : COPY go.mod . [2021-01-09T02:01:57.515Z] ---> Running in c1315c4c2164 [2021-01-09T02:01:57.515Z] Removing intermediate container 6ee6aed40d1c [2021-01-09T02:01:57.515Z] ---> 94ee680fe373 [2021-01-09T02:01:57.515Z] Step 6/22 : COPY go.mod . [2021-01-09T02:01:57.781Z] ---> ef378d619b24 [2021-01-09T02:01:57.781Z] Step 7/21 : RUN go mod download [2021-01-09T02:01:57.781Z] Removing intermediate container be4a20f0c9af [2021-01-09T02:01:57.781Z] ---> 2141cb360fb9 [2021-01-09T02:01:57.781Z] Step 6/21 : COPY go.mod . [2021-01-09T02:01:57.781Z] ---> Running in 6cc3a81f811f [2021-01-09T02:01:58.049Z] ---> 5d4e85f21715 [2021-01-09T02:01:58.049Z] Step 7/22 : RUN go mod download [2021-01-09T02:01:58.049Z] ---> ec5923fb2bcd [2021-01-09T02:01:58.049Z] Step 7/21 : RUN go mod download [2021-01-09T02:01:58.251Z] Removing intermediate container d973cc4b3c06 [2021-01-09T02:01:58.251Z] ---> 1d38645d730f [2021-01-09T02:01:58.251Z] Successfully built 1d38645d730f [2021-01-09T02:01:58.251Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:01:58.311Z] ---> Running in 8dd83522c9e3 [2021-01-09T02:01:58.311Z] ---> Running in 630f39264632 [2021-01-09T02:01:58.601Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T02:01:58.601Z] . [Pipeline] withDockerContainer [2021-01-09T02:01:58.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-19209 does not seem to be running inside a container [2021-01-09T02:01:59.002Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-09T02:01:59.299Z] Removing intermediate container c1315c4c2164 [2021-01-09T02:01:59.299Z] ---> 48b82ac2d8b8 [2021-01-09T02:01:59.299Z] Step 8/22 : COPY . . [2021-01-09T02:01:59.565Z] Removing intermediate container d2c08109996a [2021-01-09T02:01:59.565Z] ---> b2395f947b45 [2021-01-09T02:01:59.565Z] Step 8/24 : COPY . . [2021-01-09T02:02:00.155Z] Removing intermediate container 6cc3a81f811f [2021-01-09T02:02:00.155Z] ---> 027fe84445f0 [2021-01-09T02:02:00.155Z] Step 8/21 : COPY . . [2021-01-09T02:02:00.622Z] $ docker top 265744d64751e6e0678e4a21592f2d4cec7d7fd64105b18cbb89629fd9f60b00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T02:02:01.629Z] + go version [2021-01-09T02:02:01.629Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-09T02:02:01.681Z] $ docker stop --time=1 265744d64751e6e0678e4a21592f2d4cec7d7fd64105b18cbb89629fd9f60b00 [2021-01-09T02:02:03.645Z] $ docker rm -f 265744d64751e6e0678e4a21592f2d4cec7d7fd64105b18cbb89629fd9f60b00 [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-09T02:02:04.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T02:02:04.874Z] [2021-01-09T02:02:04.874Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:02:05.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T02:02:05.264Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-09T02:02:05.264Z] 29e5d40040c1: Pulling fs layer [2021-01-09T02:02:05.264Z] 1ce36da41761: Pulling fs layer [2021-01-09T02:02:05.264Z] 25b303627fd3: Pulling fs layer [2021-01-09T02:02:05.856Z] 29e5d40040c1: Verifying Checksum [2021-01-09T02:02:05.856Z] 29e5d40040c1: Download complete [2021-01-09T02:02:06.456Z] 1ce36da41761: Verifying Checksum [2021-01-09T02:02:06.456Z] 1ce36da41761: Download complete [2021-01-09T02:02:06.730Z] 29e5d40040c1: Pull complete [2021-01-09T02:02:07.715Z] 1ce36da41761: Pull complete [2021-01-09T02:02:07.988Z] 25b303627fd3: Download complete [2021-01-09T02:02:10.363Z] Removing intermediate container 8dd83522c9e3 [2021-01-09T02:02:10.363Z] ---> 330bb71ef6bc [2021-01-09T02:02:10.363Z] Step 8/22 : COPY . . [2021-01-09T02:02:10.363Z] Removing intermediate container 630f39264632 [2021-01-09T02:02:10.363Z] ---> f781514ef0a1 [2021-01-09T02:02:10.363Z] Step 8/21 : COPY . . [2021-01-09T02:02:18.138Z] 25b303627fd3: Pull complete [2021-01-09T02:02:18.139Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-09T02:02:18.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T02:02:18.139Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-09T02:02:18.377Z] prd-ubuntu18.04-docker-arm64-4c-16g-19209 does not seem to be running inside a container [2021-01-09T02:02:18.500Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@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-09T02:02:21.442Z] $ docker top 858b35e8f9d37f0257241b4d9c2b5501222c05c40287cd81fd87a027ea570211 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T02:02:22.415Z] + docker-compose build --help [2021-01-09T02:02:22.415Z] + grep parallel [2021-01-09T02:02:25.780Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T02:02:25.839Z] $ docker stop --time=1 858b35e8f9d37f0257241b4d9c2b5501222c05c40287cd81fd87a027ea570211 [2021-01-09T02:02:27.661Z] $ docker rm -f 858b35e8f9d37f0257241b4d9c2b5501222c05c40287cd81fd87a027ea570211 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:02:28.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T02:02:28.376Z] . [Pipeline] withDockerContainer [2021-01-09T02:02:28.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-19209 does not seem to be running inside a container [2021-01-09T02:02:28.733Z] $ 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/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-09T02:02:30.054Z] $ docker top 9711f9d73aea24aee201cdebcc53e0296b055239214fe0f81d9cab68d1d7cf38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T02:02:31.144Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T02:02:35.531Z] Building docker-core-command-go ... [2021-01-09T02:02:35.531Z] Building docker-core-data-go ... [2021-01-09T02:02:35.531Z] Building docker-core-metadata-go ... [2021-01-09T02:02:35.531Z] Building docker-security-bootstrap-redis-go ... [2021-01-09T02:02:35.531Z] Building docker-security-proxy-setup-go ... [2021-01-09T02:02:35.531Z] Building docker-security-secretstore-setup-go ... [2021-01-09T02:02:35.531Z] Building docker-support-notifications-go ... [2021-01-09T02:02:35.531Z] Building docker-support-scheduler-go ... [2021-01-09T02:02:35.531Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T02:02:35.531Z] Building docker-core-metadata-go [2021-01-09T02:02:35.531Z] Building docker-support-notifications-go [2021-01-09T02:02:35.531Z] Building docker-security-secretstore-setup-go [2021-01-09T02:02:35.531Z] Building docker-security-bootstrap-redis-go [2021-01-09T02:02:35.531Z] Building docker-core-command-go [2021-01-09T02:02:42.602Z] ---> e63b7056e412 [2021-01-09T02:02:42.602Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-09T02:02:42.602Z] ---> e9b03ea74bf1 [2021-01-09T02:02:42.602Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-09T02:02:42.602Z] ---> Running in 23a94f1cdc70 [2021-01-09T02:02:42.602Z] ---> Running in 0ddcc6cd8087 [2021-01-09T02:02:42.602Z] ---> eab4bafb90d5 [2021-01-09T02:02:42.602Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T02:02:42.602Z] ---> Running in b04fbbf18b92 [2021-01-09T02:02:42.602Z] ---> 0b597981212b [2021-01-09T02:02:42.602Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-09T02:02:42.602Z] ---> 4df7e464c61c [2021-01-09T02:02:42.602Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T02:02:42.873Z] 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-09T02:02:42.873Z] ---> Running in b345aca35470 [2021-01-09T02:02:42.873Z] ---> Running in c2387c3df841 [2021-01-09T02:02:42.873Z] 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-09T02:02:43.457Z] 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-09T02:02:44.068Z] 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-09T02:02:44.068Z] 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-09T02:03:10.813Z] 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-09T02:03:17.489Z] Removing intermediate container 23a94f1cdc70 [2021-01-09T02:03:17.489Z] ---> 90c505185d98 [2021-01-09T02:03:17.489Z] [2021-01-09T02:03:17.489Z] Step 10/24 : FROM scratch [2021-01-09T02:03:17.489Z] ---> [2021-01-09T02:03:17.489Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-09T02:03:17.489Z] Removing intermediate container b345aca35470 [2021-01-09T02:03:17.489Z] ---> a2dacb99d518 [2021-01-09T02:03:17.489Z] [2021-01-09T02:03:17.489Z] Step 10/21 : FROM scratch [2021-01-09T02:03:17.489Z] ---> [2021-01-09T02:03:17.489Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:03:17.489Z] Removing intermediate container 0ddcc6cd8087 [2021-01-09T02:03:17.489Z] ---> 80f0e0c7d1f6 [2021-01-09T02:03:17.489Z] [2021-01-09T02:03:17.489Z] Step 10/22 : FROM scratch [2021-01-09T02:03:17.489Z] ---> [2021-01-09T02:03:17.489Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:03:18.894Z] ---> Running in 5cef1dd3c94c [2021-01-09T02:03:18.894Z] ---> Running in 45da413bb5d9 [2021-01-09T02:03:18.894Z] ---> Running in 2d8d74cc4e4f [2021-01-09T02:03:19.160Z] Removing intermediate container b04fbbf18b92 [2021-01-09T02:03:19.160Z] ---> 733071e39862 [2021-01-09T02:03:19.160Z] [2021-01-09T02:03:19.160Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T02:03:19.424Z] Removing intermediate container 5cef1dd3c94c [2021-01-09T02:03:19.424Z] ---> 43648648ebea [2021-01-09T02:03:19.424Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-09T02:03:19.424Z] Removing intermediate container 45da413bb5d9 [2021-01-09T02:03:19.424Z] ---> e420fa91d1b3 [2021-01-09T02:03:19.424Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-09T02:03:19.424Z] Removing intermediate container 2d8d74cc4e4f [2021-01-09T02:03:19.424Z] ---> 20c4c84bd241 [2021-01-09T02:03:19.424Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-09T02:03:19.424Z] 3.12: Pulling from library/alpine [2021-01-09T02:03:19.688Z] ---> Running in 9dc126e81a75 [2021-01-09T02:03:19.688Z] ---> Running in 92c6567213fa [2021-01-09T02:03:19.688Z] ---> Running in 57033431684a [2021-01-09T02:03:19.949Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T02:03:19.949Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T02:03:19.949Z] ---> 389fef711851 [2021-01-09T02:03:19.949Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T02:03:22.499Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:22.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:22.499Z] ---> 1d38645d730f [2021-01-09T02:03:22.499Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T02:03:22.499Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:22.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:22.499Z] ---> 1d38645d730f [2021-01-09T02:03:22.499Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T02:03:22.499Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:22.499Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:22.499Z] ---> 1d38645d730f [2021-01-09T02:03:22.499Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T02:03:22.499Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:22.499Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:22.499Z] ---> 1d38645d730f [2021-01-09T02:03:22.499Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T02:03:22.499Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:22.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:22.499Z] ---> 1d38645d730f [2021-01-09T02:03:22.499Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T02:03:22.499Z] ---> Running in e6c75cf17b27 [2021-01-09T02:03:22.499Z] ---> Running in e026c088e240 [2021-01-09T02:03:22.499Z] ---> Running in 990801bb8608 [2021-01-09T02:03:22.499Z] ---> Running in 6b1553de521f [2021-01-09T02:03:22.499Z] ---> Running in 8a6399f219f3 [2021-01-09T02:03:22.540Z] Removing intermediate container 9dc126e81a75 [2021-01-09T02:03:22.540Z] ---> 035738c5e9c3 [2021-01-09T02:03:22.540Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-09T02:03:22.540Z] ---> Running in 4fe7be0bbe4e [2021-01-09T02:03:22.776Z] Removing intermediate container 8a6399f219f3 [2021-01-09T02:03:22.776Z] ---> 2e446eec016b [2021-01-09T02:03:22.776Z] Removing intermediate container e6c75cf17b27 [2021-01-09T02:03:22.776Z] ---> 5178b7aaa4ff [2021-01-09T02:03:22.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:22.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:22.776Z] Removing intermediate container 990801bb8608 [2021-01-09T02:03:22.776Z] ---> f25387aef62b [2021-01-09T02:03:22.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:22.800Z] Removing intermediate container 57033431684a [2021-01-09T02:03:22.800Z] ---> 5edee7c308ed [2021-01-09T02:03:22.800Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T02:03:22.800Z] ---> Running in 6e92d885b045 [2021-01-09T02:03:22.800Z] Removing intermediate container 92c6567213fa [2021-01-09T02:03:22.800Z] ---> 61c0977396bb [2021-01-09T02:03:22.800Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T02:03:23.049Z] Removing intermediate container e026c088e240 [2021-01-09T02:03:23.049Z] ---> 8142bfdbf2c5 [2021-01-09T02:03:23.049Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:23.049Z] Removing intermediate container 6b1553de521f [2021-01-09T02:03:23.049Z] ---> 1f4683675fe3 [2021-01-09T02:03:23.049Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:23.049Z] ---> Running in d07cfb203783 [2021-01-09T02:03:23.062Z] ---> Running in de71fd030d48 [2021-01-09T02:03:23.062Z] Removing intermediate container c2387c3df841 [2021-01-09T02:03:23.062Z] ---> 56515294865c [2021-01-09T02:03:23.062Z] [2021-01-09T02:03:23.062Z] Step 10/22 : FROM scratch [2021-01-09T02:03:23.062Z] ---> [2021-01-09T02:03:23.062Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:03:23.062Z] ---> Using cache [2021-01-09T02:03:23.062Z] ---> 20c4c84bd241 [2021-01-09T02:03:23.062Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-09T02:03:23.062Z] ---> Running in d1b37da163f2 [2021-01-09T02:03:23.062Z] ---> Running in d5f39be9819e [2021-01-09T02:03:23.322Z] ---> Running in bf885f481a08 [2021-01-09T02:03:23.322Z] ---> Running in 5cd9783fe666 [2021-01-09T02:03:23.322Z] ---> Running in 3ef5f9e3671c [2021-01-09T02:03:23.322Z] ---> Running in 1091b77207dd [2021-01-09T02:03:23.323Z] Removing intermediate container 6e92d885b045 [2021-01-09T02:03:23.323Z] ---> b127fb931ff9 [2021-01-09T02:03:23.323Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T02:03:23.324Z] Removing intermediate container de71fd030d48 [2021-01-09T02:03:23.324Z] ---> 31a6056d705a [2021-01-09T02:03:23.324Z] Step 14/22 : WORKDIR / [2021-01-09T02:03:23.324Z] Removing intermediate container d1b37da163f2 [2021-01-09T02:03:23.324Z] ---> 12e03e714691 [2021-01-09T02:03:23.324Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-09T02:03:23.324Z] ---> Running in eabdbb5f9527 [2021-01-09T02:03:23.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:03:23.595Z] Removing intermediate container d5f39be9819e [2021-01-09T02:03:23.595Z] ---> 46fc7e81b5d5 [2021-01-09T02:03:23.595Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T02:03:23.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:03:23.595Z] ---> 2fcba6eab6d6 [2021-01-09T02:03:23.595Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T02:03:23.595Z] ---> Running in 4323667edea6 [2021-01-09T02:03:23.595Z] ---> 5b105c235278 [2021-01-09T02:03:23.595Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-09T02:03:23.861Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T02:03:23.861Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:03:23.861Z] Removing intermediate container eabdbb5f9527 [2021-01-09T02:03:23.861Z] ---> 57608a416ed4 [2021-01-09T02:03:23.861Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T02:03:23.861Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T02:03:23.861Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T02:03:23.861Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:03:24.436Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T02:03:24.436Z] OK: 7 MiB in 18 packages [2021-01-09T02:03:24.436Z] Removing intermediate container 4323667edea6 [2021-01-09T02:03:24.436Z] ---> b01b985593a1 [2021-01-09T02:03:24.436Z] Step 14/22 : WORKDIR / [2021-01-09T02:03:24.707Z] ---> 46956b7aeac2 [2021-01-09T02:03:24.707Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T02:03:24.707Z] ---> Running in 1dd6f1b07b6a [2021-01-09T02:03:24.707Z] ---> bca4fa4a3c3d [2021-01-09T02:03:24.707Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T02:03:24.975Z] ---> f8e1ab5abc23 [2021-01-09T02:03:24.975Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-09T02:03:25.239Z] Removing intermediate container 1dd6f1b07b6a [2021-01-09T02:03:25.239Z] ---> cf28aecae9cd [2021-01-09T02:03:25.239Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T02:03:25.501Z] ---> d5f55742be40 [2021-01-09T02:03:25.501Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T02:03:25.764Z] ---> 7e000d304b4d [2021-01-09T02:03:25.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T02:03:26.027Z] ---> b561ae97c452 [2021-01-09T02:03:26.027Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T02:03:26.027Z] ---> Running in 24118eb5115d [2021-01-09T02:03:26.027Z] ---> ae6fc27dfeee [2021-01-09T02:03:26.027Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T02:03:26.027Z] Removing intermediate container 4fe7be0bbe4e [2021-01-09T02:03:26.027Z] ---> 369217da11ca [2021-01-09T02:03:26.028Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T02:03:26.289Z] ---> Running in a34991a57e25 [2021-01-09T02:03:26.555Z] ---> d16e727d1a98 [2021-01-09T02:03:26.555Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-09T02:03:26.555Z] Removing intermediate container 24118eb5115d [2021-01-09T02:03:26.555Z] ---> ecc2423086e3 [2021-01-09T02:03:26.555Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:03:26.555Z] ---> 3092f4203897 [2021-01-09T02:03:26.555Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T02:03:27.144Z] ---> 32e415b6d8a9 [2021-01-09T02:03:27.144Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T02:03:27.144Z] ---> Running in 83a2c8a1dd99 [2021-01-09T02:03:27.144Z] ---> Running in 31f516931d11 [2021-01-09T02:03:27.409Z] ---> 84eb569c5784 [2021-01-09T02:03:27.409Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T02:03:27.409Z] Removing intermediate container a34991a57e25 [2021-01-09T02:03:27.409Z] ---> b6f6b9c5d835 [2021-01-09T02:03:27.409Z] Step 13/21 : WORKDIR /edgex [2021-01-09T02:03:27.648Z] Removing intermediate container d07cfb203783 [2021-01-09T02:03:27.648Z] ---> 49f105907ad0 [2021-01-09T02:03:27.648Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T02:03:27.648Z] ---> Running in 85359a695794 [2021-01-09T02:03:27.648Z] Removing intermediate container 1091b77207dd [2021-01-09T02:03:27.648Z] ---> 0450d657a782 [2021-01-09T02:03:27.648Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T02:03:27.648Z] Removing intermediate container bf885f481a08 [2021-01-09T02:03:27.648Z] ---> a1eb8cebc9b9 [2021-01-09T02:03:27.648Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T02:03:27.648Z] ---> Running in 6a1254c1019c [2021-01-09T02:03:27.648Z] ---> Running in a50fb6056cbc [2021-01-09T02:03:27.648Z] Removing intermediate container 3ef5f9e3671c [2021-01-09T02:03:27.648Z] ---> 5c1da7883107 [2021-01-09T02:03:27.648Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T02:03:27.648Z] Removing intermediate container 5cd9783fe666 [2021-01-09T02:03:27.648Z] ---> 5d604d533fb3 [2021-01-09T02:03:27.648Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T02:03:27.671Z] ---> Running in 14432e844c64 [2021-01-09T02:03:27.671Z] Removing intermediate container 31f516931d11 [2021-01-09T02:03:27.671Z] ---> 666b432f601f [2021-01-09T02:03:27.671Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T02:03:27.671Z] Removing intermediate container 83a2c8a1dd99 [2021-01-09T02:03:27.671Z] ---> c26b3c808f84 [2021-01-09T02:03:27.671Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:03:27.671Z] ---> f0fdfe40d7ed [2021-01-09T02:03:27.671Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-09T02:03:27.671Z] ---> 8f623df839c8 [2021-01-09T02:03:27.671Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-09T02:03:27.936Z] ---> Running in 5b6d37fa83c2 [2021-01-09T02:03:27.936Z] ---> Running in 9205055cbaf9 [2021-01-09T02:03:27.936Z] ---> Running in 229998279a7c [2021-01-09T02:03:27.936Z] ---> Running in 5a5ed61cf7c4 [2021-01-09T02:03:27.936Z] Removing intermediate container 14432e844c64 [2021-01-09T02:03:27.936Z] ---> b83488a7409c [2021-01-09T02:03:27.936Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T02:03:28.196Z] Removing intermediate container 5b6d37fa83c2 [2021-01-09T02:03:28.197Z] ---> 8163b7eada8c [2021-01-09T02:03:28.197Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T02:03:28.197Z] Removing intermediate container 9205055cbaf9 [2021-01-09T02:03:28.197Z] ---> ad7151d05ecf [2021-01-09T02:03:28.197Z] Step 20/21 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:03:28.245Z] ---> Running in 4bb48defd887 [2021-01-09T02:03:28.245Z] ---> Running in 8f4d5ad95414 [2021-01-09T02:03:28.458Z] Removing intermediate container 5a5ed61cf7c4 [2021-01-09T02:03:28.458Z] ---> ac6b3f55572e [2021-01-09T02:03:28.458Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:03:28.458Z] Removing intermediate container 229998279a7c [2021-01-09T02:03:28.458Z] ---> c63298867524 [2021-01-09T02:03:28.458Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:03:28.458Z] ---> Running in 967704ab10ca [2021-01-09T02:03:28.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:28.725Z] ---> d7e28a8379b0 [2021-01-09T02:03:28.725Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T02:03:28.725Z] ---> Running in f7a7ea827339 [2021-01-09T02:03:28.725Z] ---> Running in ee027c66338e [2021-01-09T02:03:28.725Z] ---> Running in 7e7d10c6f673 [2021-01-09T02:03:28.992Z] Removing intermediate container 967704ab10ca [2021-01-09T02:03:28.992Z] ---> 644aa5daf5ab [2021-01-09T02:03:28.992Z] Step 21/22 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:03:28.992Z] ---> Running in f8d06e30cfe8 [2021-01-09T02:03:29.253Z] Removing intermediate container f7a7ea827339 [2021-01-09T02:03:29.253Z] ---> 597f5aaae5f6 [2021-01-09T02:03:29.253Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T02:03:29.253Z] Removing intermediate container ee027c66338e [2021-01-09T02:03:29.253Z] ---> 8a1332c71742 [2021-01-09T02:03:29.253Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T02:03:29.253Z] Removing intermediate container 7e7d10c6f673 [2021-01-09T02:03:29.253Z] ---> 81b5f558144e [2021-01-09T02:03:29.253Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-09T02:03:29.253Z] ---> Running in 57677072861c [2021-01-09T02:03:29.253Z] ---> 6dcdcec70b70 [2021-01-09T02:03:29.253Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T02:03:29.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:29.515Z] ---> Running in da1e2f6a5094 [2021-01-09T02:03:29.515Z] ---> Running in 969ae600924e [2021-01-09T02:03:29.515Z] Removing intermediate container f8d06e30cfe8 [2021-01-09T02:03:29.515Z] ---> d1f20075eb28 [2021-01-09T02:03:29.515Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-09T02:03:29.777Z] ---> Running in 3430dca5aeb4 [2021-01-09T02:03:29.777Z] Removing intermediate container 57677072861c [2021-01-09T02:03:29.777Z] ---> 0f85574353fc [2021-01-09T02:03:29.777Z] Step 23/24 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:03:29.777Z] Removing intermediate container da1e2f6a5094 [2021-01-09T02:03:29.777Z] ---> bd93be2f00e6 [2021-01-09T02:03:29.777Z] [2021-01-09T02:03:29.777Z] Removing intermediate container 969ae600924e [2021-01-09T02:03:29.777Z] ---> a33e93362226 [2021-01-09T02:03:29.777Z] Step 21/22 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:03:29.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:29.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:30.039Z] ---> 4fdac2205979 [2021-01-09T02:03:30.039Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T02:03:30.039Z] ---> Running in 1da6ff227562 [2021-01-09T02:03:30.039Z] Successfully built bd93be2f00e6 [2021-01-09T02:03:30.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:30.055Z] OK: 217 MiB in 51 packages [2021-01-09T02:03:30.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:30.304Z] ---> Running in 3af2124d762b [2021-01-09T02:03:30.304Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-09T02:03:30.304Z] Removing intermediate container 3430dca5aeb4 [2021-01-09T02:03:30.304Z] ---> 5e50fe2b9bc3 [2021-01-09T02:03:30.304Z] [2021-01-09T02:03:30.304Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-09T02:03:30.304Z] ---> Running in 6edd3247ba7f [2021-01-09T02:03:30.567Z] Removing intermediate container 1da6ff227562 [2021-01-09T02:03:30.567Z] ---> eb778886eb4f [2021-01-09T02:03:30.567Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-09T02:03:30.567Z] Successfully built 5e50fe2b9bc3 [2021-01-09T02:03:30.567Z] Successfully tagged docker-core-command-go:latest [2021-01-09T02:03:30.567Z] Building docker-security-secretstore-setup-go [2021-01-09T02:03:30.567Z]  Building docker-core-command-go ... done  ---> Running in 7a79eb30eb1b [2021-01-09T02:03:30.567Z] Removing intermediate container 3af2124d762b [2021-01-09T02:03:30.567Z] ---> fb3c56bc4f42 [2021-01-09T02:03:30.567Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-09T02:03:30.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:30.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:30.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:30.840Z] Removing intermediate container 6edd3247ba7f [2021-01-09T02:03:30.840Z] ---> 0a5387cc4c11 [2021-01-09T02:03:30.840Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T02:03:30.840Z] ---> Running in ded6e15b1e3d [2021-01-09T02:03:30.840Z] ---> Running in 57d4a51611a2 [2021-01-09T02:03:30.840Z] Removing intermediate container 7a79eb30eb1b [2021-01-09T02:03:30.840Z] ---> 66a378eb815c [2021-01-09T02:03:30.840Z] [2021-01-09T02:03:30.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:03:31.103Z] Successfully built 66a378eb815c [2021-01-09T02:03:31.103Z] Successfully tagged docker-support-notifications-go:latest [2021-01-09T02:03:31.103Z] Building docker-core-data-go [2021-01-09T02:03:31.103Z]  Building docker-support-notifications-go ... done Removing intermediate container ded6e15b1e3d [2021-01-09T02:03:31.103Z] ---> c3b016197c87 [2021-01-09T02:03:31.103Z] [2021-01-09T02:03:31.211Z] OK: 217 MiB in 51 packages [2021-01-09T02:03:31.370Z] Successfully built c3b016197c87 [2021-01-09T02:03:31.370Z] Successfully tagged docker-core-metadata-go:latest [2021-01-09T02:03:31.370Z] Building docker-security-bootstrap-redis-go [2021-01-09T02:03:31.370Z]  Building docker-core-metadata-go ... done Removing intermediate container 57d4a51611a2 [2021-01-09T02:03:31.370Z] ---> cd8415346d66 [2021-01-09T02:03:31.370Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T02:03:31.489Z] OK: 217 MiB in 51 packages [2021-01-09T02:03:31.490Z] Removing intermediate container 85359a695794 [2021-01-09T02:03:31.490Z] ---> b53c54c04ced [2021-01-09T02:03:31.490Z] Step 6/22 : COPY go.mod . [2021-01-09T02:03:31.490Z] OK: 217 MiB in 51 packages [2021-01-09T02:03:31.490Z] OK: 217 MiB in 51 packages [2021-01-09T02:03:31.634Z] ---> Running in f6c64a406609 [2021-01-09T02:03:31.898Z] Removing intermediate container f6c64a406609 [2021-01-09T02:03:31.898Z] ---> d535f4e98665 [2021-01-09T02:03:31.898Z] Step 20/21 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:03:32.937Z] ---> ecc2b1109c33 [2021-01-09T02:03:32.937Z] Step 7/22 : RUN go mod download [2021-01-09T02:03:32.937Z] ---> Running in 152565a6145a [2021-01-09T02:03:33.216Z] Removing intermediate container 6a1254c1019c [2021-01-09T02:03:33.216Z] ---> 8149afbbe8f1 [2021-01-09T02:03:33.216Z] Step 6/24 : COPY go.mod . [2021-01-09T02:03:33.821Z] Removing intermediate container a50fb6056cbc [2021-01-09T02:03:33.821Z] ---> c18d1a4c15bb [2021-01-09T02:03:33.821Z] Step 6/22 : COPY go.mod . [2021-01-09T02:03:33.821Z] Removing intermediate container 8f4d5ad95414 [2021-01-09T02:03:33.821Z] ---> f6ed4fd2c6fb [2021-01-09T02:03:33.821Z] Step 6/22 : COPY go.mod . [2021-01-09T02:03:33.821Z] Removing intermediate container 4bb48defd887 [2021-01-09T02:03:33.821Z] ---> bdc5677de8e9 [2021-01-09T02:03:33.821Z] Step 6/24 : COPY go.mod . [2021-01-09T02:03:34.429Z] ---> daf1097e4eeb [2021-01-09T02:03:34.429Z] Step 7/24 : RUN go mod download [2021-01-09T02:03:34.704Z] ---> Running in 17dd5fc0e87f [2021-01-09T02:03:34.987Z] ---> c0f6ee440da0 [2021-01-09T02:03:34.987Z] Step 7/22 : RUN go mod download [2021-01-09T02:03:34.987Z] ---> 4e0b3cfa79f7 [2021-01-09T02:03:34.987Z] Step 7/22 : RUN go mod download [2021-01-09T02:03:35.217Z] ---> Running in a48b06e694b8 [2021-01-09T02:03:35.266Z] ---> Running in c8b9456ba5a8 [2021-01-09T02:03:35.267Z] ---> Running in 7891bb525b73 [2021-01-09T02:03:35.267Z] ---> 949ba57e1b8b [2021-01-09T02:03:35.267Z] Step 7/24 : RUN go mod download [2021-01-09T02:03:35.544Z] ---> Running in 9819658a62a2 [2021-01-09T02:03:35.812Z] Removing intermediate container a48b06e694b8 [2021-01-09T02:03:35.812Z] ---> 8e6bb3bca654 [2021-01-09T02:03:35.812Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-09T02:03:37.000Z] Removing intermediate container 152565a6145a [2021-01-09T02:03:37.000Z] ---> efcfe220a8fe [2021-01-09T02:03:37.000Z] Step 8/22 : COPY . . [2021-01-09T02:03:37.234Z] ---> Running in d34457ab771e [2021-01-09T02:03:38.192Z] Removing intermediate container d34457ab771e [2021-01-09T02:03:38.192Z] ---> f872ed826ac3 [2021-01-09T02:03:38.192Z] [2021-01-09T02:03:38.454Z] Successfully built f872ed826ac3 [2021-01-09T02:03:38.454Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-09T02:03:39.644Z] Removing intermediate container 17dd5fc0e87f [2021-01-09T02:03:39.644Z] ---> d2e79435f417 [2021-01-09T02:03:39.644Z] Step 8/24 : COPY . . [2021-01-09T02:03:40.680Z] Removing intermediate container 7891bb525b73 [2021-01-09T02:03:40.680Z] ---> e5fdcd7f1f82 [2021-01-09T02:03:40.680Z] Step 8/22 : COPY . . [2021-01-09T02:03:40.956Z] Removing intermediate container c8b9456ba5a8 [2021-01-09T02:03:40.956Z] ---> 94b262da953c [2021-01-09T02:03:40.956Z] Step 8/22 : COPY . . [2021-01-09T02:03:41.554Z] Removing intermediate container 9819658a62a2 [2021-01-09T02:03:41.554Z] ---> ac8ee20929fa [2021-01-09T02:03:41.554Z] Step 8/24 : COPY . . [2021-01-09T02:03:56.667Z] ---> f1f6be199b03 [2021-01-09T02:03:56.667Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-09T02:03:56.667Z] ---> 0085822688c6 [2021-01-09T02:03:56.667Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-09T02:03:56.667Z] ---> 42c111d2eae2 [2021-01-09T02:03:56.667Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T02:03:56.667Z] ---> 735d2574e966 [2021-01-09T02:03:56.667Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T02:03:56.667Z] ---> Running in e9dbed80e539 [2021-01-09T02:03:56.667Z] ---> 2a14e3617595 [2021-01-09T02:03:56.667Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-09T02:03:56.667Z] ---> Running in 8cb614dda9d4 [2021-01-09T02:03:56.667Z] ---> Running in 88671ead0b51 [2021-01-09T02:03:56.667Z] ---> Running in 9ba3aae6255a [2021-01-09T02:03:56.667Z] ---> Running in e399b9c4ddfb [2021-01-09T02:03:56.688Z]  Building docker-security-proxy-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:56.688Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:56.688Z] ---> d17a6ab0c035 [2021-01-09T02:03:56.688Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 369791bfdce1 [2021-01-09T02:03:56.688Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 1d76df45816e [2021-01-09T02:03:56.688Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 2141cb360fb9 [2021-01-09T02:03:56.688Z] Step 6/24 : COPY go.mod . [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> ec5923fb2bcd [2021-01-09T02:03:56.688Z] Step 7/24 : RUN go mod download [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> f781514ef0a1 [2021-01-09T02:03:56.688Z] Step 8/24 : COPY . . [2021-01-09T02:03:56.688Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:56.688Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:56.688Z] ---> d17a6ab0c035 [2021-01-09T02:03:56.688Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 369791bfdce1 [2021-01-09T02:03:56.688Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 1d76df45816e [2021-01-09T02:03:56.688Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 2141cb360fb9 [2021-01-09T02:03:56.688Z] Step 6/22 : COPY go.mod . [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> ec5923fb2bcd [2021-01-09T02:03:56.688Z] Step 7/22 : RUN go mod download [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> f781514ef0a1 [2021-01-09T02:03:56.688Z] Step 8/22 : COPY . . [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 4df7e464c61c [2021-01-09T02:03:56.688Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 4df7e464c61c [2021-01-09T02:03:56.688Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T02:03:56.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:56.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:56.688Z] ---> d17a6ab0c035 [2021-01-09T02:03:56.688Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 369791bfdce1 [2021-01-09T02:03:56.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 1d76df45816e [2021-01-09T02:03:56.688Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T02:03:56.688Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:03:56.688Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:03:56.688Z] ---> d17a6ab0c035 [2021-01-09T02:03:56.688Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 369791bfdce1 [2021-01-09T02:03:56.688Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:03:56.688Z] ---> Using cache [2021-01-09T02:03:56.688Z] ---> 1d76df45816e [2021-01-09T02:03:56.688Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T02:03:56.688Z] ---> Running in da216b0789e0 [2021-01-09T02:03:56.688Z] ---> Running in 0aed2133b697 [2021-01-09T02:03:56.688Z] ---> Running in 052618ee81b4 [2021-01-09T02:03:56.688Z] ---> Running in f323785375fa [2021-01-09T02:03:57.279Z] 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-09T02:03:57.557Z] 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-09T02:03:57.645Z] 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-09T02:03:57.645Z] 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-09T02:03:57.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:03:57.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:03:57.836Z] 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-09T02:03:58.115Z] 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-09T02:03:58.115Z] 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-09T02:03:58.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:03:58.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:03:58.777Z] OK: 233 MiB in 51 packages [2021-01-09T02:03:59.058Z] OK: 233 MiB in 51 packages [2021-01-09T02:04:00.491Z] Removing intermediate container 0aed2133b697 [2021-01-09T02:04:00.491Z] ---> fa65fe379151 [2021-01-09T02:04:00.491Z] Step 6/26 : COPY go.mod . [2021-01-09T02:04:00.491Z] Removing intermediate container 052618ee81b4 [2021-01-09T02:04:00.491Z] ---> 4bd82d17bb55 [2021-01-09T02:04:00.491Z] Step 6/23 : COPY go.mod . [2021-01-09T02:04:00.760Z] ---> 96763f668004 [2021-01-09T02:04:00.760Z] Step 7/23 : RUN go mod download [2021-01-09T02:04:00.760Z] ---> 545b14938286 [2021-01-09T02:04:00.760Z] Step 7/26 : RUN go mod download [2021-01-09T02:04:01.026Z] ---> Running in 228f0d515fbe [2021-01-09T02:04:01.026Z] ---> Running in e50389828200 [2021-01-09T02:04:05.745Z] Removing intermediate container 228f0d515fbe [2021-01-09T02:04:05.745Z] ---> 444ac92600ef [2021-01-09T02:04:05.745Z] Step 8/23 : COPY . . [2021-01-09T02:04:05.745Z] Removing intermediate container e50389828200 [2021-01-09T02:04:05.745Z] ---> 4e2e0f227af8 [2021-01-09T02:04:05.745Z] Step 8/26 : COPY . . [2021-01-09T02:04:16.253Z] 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-09T02:04:27.879Z] Removing intermediate container f323785375fa [2021-01-09T02:04:27.879Z] ---> f218cfacfc7a [2021-01-09T02:04:27.879Z] [2021-01-09T02:04:27.879Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T02:04:27.879Z] ---> 389fef711851 [2021-01-09T02:04:27.879Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T02:04:30.448Z] ---> Running in 16836f6d6ff6 [2021-01-09T02:04:31.393Z] ---> 4806c24f6f8e [2021-01-09T02:04:31.393Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T02:04:32.340Z] ---> 7a3fd2beb168 [2021-01-09T02:04:32.340Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T02:04:32.340Z] ---> Running in 0b5828e5a5b2 [2021-01-09T02:04:32.340Z] ---> Running in ecf6458f7105 [2021-01-09T02:04:32.602Z] Removing intermediate container da216b0789e0 [2021-01-09T02:04:32.602Z] ---> be5cc3e19bc5 [2021-01-09T02:04:32.602Z] [2021-01-09T02:04:32.602Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T02:04:32.602Z] ---> 389fef711851 [2021-01-09T02:04:32.602Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T02:04:32.602Z] ---> Running in 297da86606fb [2021-01-09T02:04:32.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:04:32.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:04:33.137Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T02:04:33.137Z] 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-09T02:04:33.137Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:04:33.137Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T02:04:33.137Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T02:04:33.137Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T02:04:33.137Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:04:33.413Z] 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-09T02:04:33.413Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T02:04:33.413Z] OK: 7 MiB in 19 packages [2021-01-09T02:04:33.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:04:33.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:04:33.682Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T02:04:33.954Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:04:33.954Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T02:04:33.954Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T02:04:33.954Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T02:04:33.954Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:04:33.954Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T02:04:33.954Z] OK: 7 MiB in 19 packages [2021-01-09T02:04:35.908Z] Removing intermediate container 16836f6d6ff6 [2021-01-09T02:04:35.908Z] ---> 24d3e4fa2672 [2021-01-09T02:04:35.908Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-09T02:04:36.186Z] ---> Running in ccf7cae3b13f [2021-01-09T02:04:36.186Z] Removing intermediate container 297da86606fb [2021-01-09T02:04:36.186Z] ---> 0180fb0799d9 [2021-01-09T02:04:36.186Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T02:04:36.770Z] ---> Running in 29750dfd6213 [2021-01-09T02:04:37.363Z] Removing intermediate container ccf7cae3b13f [2021-01-09T02:04:37.363Z] ---> b199824ea9b5 [2021-01-09T02:04:37.363Z] Step 13/22 : WORKDIR / [2021-01-09T02:04:37.632Z] Removing intermediate container 29750dfd6213 [2021-01-09T02:04:37.632Z] ---> 06ef7ce90d1f [2021-01-09T02:04:37.632Z] Step 13/24 : WORKDIR / [2021-01-09T02:04:37.632Z] ---> Running in d62cbb4a99cb [2021-01-09T02:04:37.908Z] ---> Running in 37e0db9ff202 [2021-01-09T02:04:38.184Z] Removing intermediate container d62cbb4a99cb [2021-01-09T02:04:38.184Z] ---> 9d82ed447d82 [2021-01-09T02:04:38.184Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-09T02:04:38.184Z] Removing intermediate container 37e0db9ff202 [2021-01-09T02:04:38.184Z] ---> f70bd49945af [2021-01-09T02:04:38.184Z] 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-09T02:04:38.778Z] ---> 417d7d01f9e6 [2021-01-09T02:04:38.778Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-09T02:04:39.357Z] ---> a9c926702e48 [2021-01-09T02:04:39.357Z] 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-09T02:04:39.631Z] ---> 837f39bbb6f7 [2021-01-09T02:04:39.631Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-09T02:04:39.898Z] ---> 4c575f3d9d3e [2021-01-09T02:04:39.898Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T02:04:40.167Z] ---> ef2a9bebe453 [2021-01-09T02:04:40.167Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-09T02:04:40.431Z] ---> 888d6c1bc734 [2021-01-09T02:04:40.431Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T02:04:40.708Z] ---> 83ddf4f9b276 [2021-01-09T02:04:40.708Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-09T02:04:40.708Z] ---> Running in 04e3d352666c [2021-01-09T02:04:41.308Z] ---> a4c26486cf6e [2021-01-09T02:04:41.308Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T02:04:42.294Z] ---> 875e9257f4f8 [2021-01-09T02:04:42.294Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T02:04:42.900Z] Removing intermediate container 04e3d352666c [2021-01-09T02:04:42.900Z] ---> 6b290977c9b6 [2021-01-09T02:04:42.900Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-09T02:04:42.900Z] ---> Running in e42c6752d594 [2021-01-09T02:04:42.900Z] ---> c62964e98da0 [2021-01-09T02:04:42.900Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-09T02:04:43.175Z] ---> Running in 607ecd8a1771 [2021-01-09T02:04:43.175Z] Removing intermediate container e42c6752d594 [2021-01-09T02:04:43.175Z] ---> ffb7610a1e19 [2021-01-09T02:04:43.175Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T02:04:43.458Z] ---> Running in b54abf98a076 [2021-01-09T02:04:43.730Z] Removing intermediate container b54abf98a076 [2021-01-09T02:04:43.730Z] ---> 7ff7a3933e11 [2021-01-09T02:04:43.730Z] Step 21/22 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:04:44.710Z] ---> Running in 7a23e7bfb7e3 [2021-01-09T02:04:44.977Z] Removing intermediate container 7a23e7bfb7e3 [2021-01-09T02:04:44.977Z] ---> 9aba3c9271e4 [2021-01-09T02:04:44.977Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-09T02:04:45.248Z] ---> Running in a7f17469d964 [2021-01-09T02:04:45.520Z] Removing intermediate container 607ecd8a1771 [2021-01-09T02:04:45.520Z] ---> 66117cb13e5a [2021-01-09T02:04:45.520Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T02:04:45.790Z] ---> Running in 98368445abb9 [2021-01-09T02:04:45.790Z] Removing intermediate container a7f17469d964 [2021-01-09T02:04:45.790Z] ---> fc28453b8e92 [2021-01-09T02:04:45.790Z] [2021-01-09T02:04:46.061Z] Successfully built fc28453b8e92 [2021-01-09T02:04:46.061Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-09T02:04:46.061Z] Removing intermediate container 98368445abb9 [2021-01-09T02:04:46.061Z] ---> bcf12acfc246 [2021-01-09T02:04:46.061Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T02:04:46.331Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 2f30147f08d3 [2021-01-09T02:04:46.603Z] Removing intermediate container 2f30147f08d3 [2021-01-09T02:04:46.603Z] ---> 96378224b547 [2021-01-09T02:04:46.603Z] Step 23/24 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:04:46.603Z] ---> Running in 76deac2d9334 [2021-01-09T02:04:46.875Z] Removing intermediate container 76deac2d9334 [2021-01-09T02:04:46.875Z] ---> 1129a69b16f9 [2021-01-09T02:04:46.875Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-09T02:04:47.147Z] ---> Running in fcc7f771c23a [2021-01-09T02:04:47.420Z] Removing intermediate container fcc7f771c23a [2021-01-09T02:04:47.420Z] ---> c6f706f7e46c [2021-01-09T02:04:47.420Z] [2021-01-09T02:04:47.687Z] Successfully built c6f706f7e46c [2021-01-09T02:04:47.687Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-09T02:04:53.028Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0b5828e5a5b2 [2021-01-09T02:04:53.028Z] ---> 724e8534f1a0 [2021-01-09T02:04:53.028Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T02:04:53.028Z] ---> Running in 8695e2a73fe4 [2021-01-09T02:04:53.611Z] 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-09T02:04:55.531Z] Removing intermediate container ecf6458f7105 [2021-01-09T02:04:55.531Z] ---> 1d787400db5b [2021-01-09T02:04:55.531Z] [2021-01-09T02:04:55.531Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T02:04:55.531Z] ---> 389fef711851 [2021-01-09T02:04:55.531Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:04:55.800Z] ---> Running in 2c183e218c4b [2021-01-09T02:04:55.800Z] Removing intermediate container 8695e2a73fe4 [2021-01-09T02:04:55.800Z] ---> f93e34bd35f8 [2021-01-09T02:04:55.800Z] [2021-01-09T02:04:55.800Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T02:04:55.800Z] 20.10.0: Pulling from library/docker [2021-01-09T02:04:55.800Z] Removing intermediate container 2c183e218c4b [2021-01-09T02:04:55.800Z] ---> 279999e06839 [2021-01-09T02:04:55.800Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T02:04:56.060Z] ---> Running in 5258577f5b0c [2021-01-09T02:04:56.060Z] Removing intermediate container 5258577f5b0c [2021-01-09T02:04:56.060Z] ---> dad2a2e9af3f [2021-01-09T02:04:56.060Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T02:04:56.324Z] ---> Running in aaf720003290 [2021-01-09T02:04:56.324Z] Removing intermediate container aaf720003290 [2021-01-09T02:04:56.324Z] ---> 78bb5a05c325 [2021-01-09T02:04:56.324Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:04:56.593Z] ---> Running in 069e9d5203ea [2021-01-09T02:04:57.993Z] Removing intermediate container 069e9d5203ea [2021-01-09T02:04:57.993Z] ---> af119806fa64 [2021-01-09T02:04:57.993Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-09T02:04:57.993Z] ---> Running in c083a261bc56 [2021-01-09T02:04:58.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:04:59.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:04:59.740Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-09T02:04:59.740Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-09T02:04:59.740Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-09T02:05:00.002Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-09T02:05:00.267Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-09T02:05:00.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:05:00.267Z] OK: 8 MiB in 19 packages [2021-01-09T02:05:00.843Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T02:05:00.843Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T02:05:00.843Z] ---> aefe523efa57 [2021-01-09T02:05:00.843Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T02:05:01.106Z] Removing intermediate container c083a261bc56 [2021-01-09T02:05:01.106Z] ---> ec6dd6ed8379 [2021-01-09T02:05:01.106Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T02:05:01.106Z] ---> Running in 71ddabc2c960 [2021-01-09T02:05:01.374Z] ---> c20fb6f12309 [2021-01-09T02:05:01.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T02:05:01.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:05:01.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:05:01.918Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T02:05:01.918Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T02:05:01.918Z] Executing bash-5.0.17-r0.post-install [2021-01-09T02:05:01.918Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:05:01.918Z] OK: 12 MiB in 22 packages [2021-01-09T02:05:01.918Z] ---> a3b2bec5e359 [2021-01-09T02:05:01.918Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:02.496Z] ---> 2c3c82a6d1e2 [2021-01-09T02:05:02.496Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T02:05:02.496Z] ---> Running in f6e2dede1275 [2021-01-09T02:05:02.496Z] Removing intermediate container 71ddabc2c960 [2021-01-09T02:05:02.496Z] ---> d9e11d8fe365 [2021-01-09T02:05:02.496Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T02:05:02.496Z] ---> Running in b6efa9b20438 [2021-01-09T02:05:02.758Z] Removing intermediate container f6e2dede1275 [2021-01-09T02:05:02.758Z] ---> d8189c9ee3d5 [2021-01-09T02:05:02.758Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:05:02.758Z] ---> Running in 281bc5b434e7 [2021-01-09T02:05:03.021Z] Removing intermediate container b6efa9b20438 [2021-01-09T02:05:03.021Z] ---> 0867d0fe8d86 [2021-01-09T02:05:03.021Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T02:05:03.021Z] Removing intermediate container 281bc5b434e7 [2021-01-09T02:05:03.021Z] ---> 920a71ffc42f [2021-01-09T02:05:03.021Z] Step 21/23 : LABEL arch=x86_64 [2021-01-09T02:05:03.021Z] ---> Running in d8f26db38320 [2021-01-09T02:05:03.597Z] ---> Running in 329d5d144e60 [2021-01-09T02:05:03.858Z] Removing intermediate container d8f26db38320 [2021-01-09T02:05:03.858Z] ---> cdc65246b0ba [2021-01-09T02:05:03.858Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T02:05:03.858Z] ---> Running in 2eab48d38c0f [2021-01-09T02:05:03.858Z] Removing intermediate container 329d5d144e60 [2021-01-09T02:05:03.858Z] ---> 26db9b00b4f8 [2021-01-09T02:05:03.859Z] Step 22/23 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:04.120Z] ---> Running in 6de94d2da4a0 [2021-01-09T02:05:04.120Z] Removing intermediate container 2eab48d38c0f [2021-01-09T02:05:04.120Z] ---> 44023a0f5b28 [2021-01-09T02:05:04.120Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T02:05:04.120Z] Removing intermediate container 6de94d2da4a0 [2021-01-09T02:05:04.120Z] ---> b4327910e433 [2021-01-09T02:05:04.120Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-09T02:05:04.120Z] ---> Running in 1c1f0f98953f [2021-01-09T02:05:04.384Z] Removing intermediate container 1c1f0f98953f [2021-01-09T02:05:04.384Z] ---> 09f267486564 [2021-01-09T02:05:04.384Z] [2021-01-09T02:05:04.645Z] ---> 9640449da2b0 [2021-01-09T02:05:04.645Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:04.645Z] Successfully built 09f267486564 [2021-01-09T02:05:04.645Z] Successfully tagged docker-core-data-go:latest [2021-01-09T02:05:04.906Z]  Building docker-core-data-go ... done  ---> d8e4e78b81e5 [2021-01-09T02:05:04.906Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T02:05:05.168Z] ---> cc3dfaf3464a [2021-01-09T02:05:05.168Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T02:05:05.168Z] ---> Running in ddba369e9d22 [2021-01-09T02:05:05.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:05:05.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:05:06.002Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T02:05:06.002Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T02:05:06.002Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T02:05:06.002Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T02:05:06.002Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T02:05:06.002Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T02:05:06.002Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T02:05:06.946Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T02:05:06.946Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T02:05:06.946Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T02:05:06.946Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T02:05:06.946Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T02:05:07.207Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T02:05:07.208Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T02:05:07.208Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T02:05:07.208Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T02:05:07.208Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T02:05:07.470Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T02:05:07.470Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T02:05:07.470Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T02:05:07.470Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T02:05:07.470Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T02:05:07.470Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T02:05:07.470Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T02:05:07.470Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T02:05:07.470Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T02:05:07.732Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T02:05:07.732Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T02:05:07.732Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T02:05:07.732Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T02:05:07.732Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T02:05:07.732Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T02:05:07.732Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T02:05:07.997Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:05:07.997Z] OK: 71 MiB in 55 packages [2021-01-09T02:05:18.028Z] Removing intermediate container ddba369e9d22 [2021-01-09T02:05:18.028Z] ---> 4f1b0eef89e4 [2021-01-09T02:05:18.028Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T02:05:18.028Z] ---> Running in b27c23e47508 [2021-01-09T02:05:18.028Z] Collecting docker-compose==1.23.2 [2021-01-09T02:05:18.028Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T02:05:18.290Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T02:05:18.290Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T02:05:18.867Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T02:05:18.867Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T02:05:18.867Z] Collecting PyYAML<4,>=3.10 [2021-01-09T02:05:18.867Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T02:05:19.811Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T02:05:19.811Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T02:05:19.950Z] 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-09T02:05:20.385Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T02:05:20.385Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T02:05:20.385Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T02:05:20.647Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T02:05:20.647Z] 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-09T02:05:20.647Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T02:05:21.593Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T02:05:21.855Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T02:05:21.855Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T02:05:22.118Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T02:05:22.118Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T02:05:22.691Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T02:05:22.691Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T02:05:22.691Z] Collecting idna<2.8,>=2.5 [2021-01-09T02:05:22.952Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T02:05:22.952Z] 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-09T02:05:22.952Z] 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-09T02:05:22.952Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T02:05:22.952Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T02:05:22.952Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T02:05:22.952Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T02:05:22.952Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T02:05:22.952Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T02:05:23.214Z] Installing collected packages: texttable, jsonschema, PyYAML, dockerpty, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, docker-compose [2021-01-09T02:05:23.214Z] Running setup.py install for texttable: started [2021-01-09T02:05:23.476Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T02:05:23.738Z] Running setup.py install for PyYAML: started [2021-01-09T02:05:24.311Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T02:05:24.311Z] Running setup.py install for dockerpty: started [2021-01-09T02:05:24.572Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T02:05:24.572Z] Attempting uninstall: urllib3 [2021-01-09T02:05:24.572Z] Found existing installation: urllib3 1.25.9 [2021-01-09T02:05:24.572Z] Uninstalling urllib3-1.25.9: [2021-01-09T02:05:24.832Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T02:05:24.832Z] Attempting uninstall: idna [2021-01-09T02:05:24.832Z] Found existing installation: idna 2.9 [2021-01-09T02:05:24.832Z] Uninstalling idna-2.9: [2021-01-09T02:05:24.832Z] Successfully uninstalled idna-2.9 [2021-01-09T02:05:25.093Z] Attempting uninstall: requests [2021-01-09T02:05:25.093Z] Found existing installation: requests 2.23.0 [2021-01-09T02:05:25.093Z] Uninstalling requests-2.23.0: [2021-01-09T02:05:25.093Z] Successfully uninstalled requests-2.23.0 [2021-01-09T02:05:25.665Z] Running setup.py install for docopt: started [2021-01-09T02:05:26.237Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T02:05:26.237Z] 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-09T02:05:29.550Z] Removing intermediate container b27c23e47508 [2021-01-09T02:05:29.550Z] ---> 2e23bd6be1f2 [2021-01-09T02:05:29.550Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T02:05:29.550Z] ---> Running in fcb5f7c169e2 [2021-01-09T02:05:29.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T02:05:29.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T02:05:29.814Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:05:29.814Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T02:05:29.814Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T02:05:29.814Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:05:29.814Z] OK: 72 MiB in 58 packages [2021-01-09T02:05:30.161Z] Removing intermediate container 88671ead0b51 [2021-01-09T02:05:30.161Z] ---> 2597a7b2ebc8 [2021-01-09T02:05:30.161Z] [2021-01-09T02:05:30.161Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T02:05:30.161Z] 3.12: Pulling from library/alpine [2021-01-09T02:05:30.161Z] Removing intermediate container e399b9c4ddfb [2021-01-09T02:05:30.161Z] ---> a6f5ec01273c [2021-01-09T02:05:30.161Z] [2021-01-09T02:05:30.161Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T02:05:30.161Z] 3.12: Pulling from library/alpine [2021-01-09T02:05:30.388Z] Removing intermediate container fcb5f7c169e2 [2021-01-09T02:05:30.388Z] ---> 4872c21e6690 [2021-01-09T02:05:30.388Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T02:05:30.388Z] ---> Running in 1059d431a232 [2021-01-09T02:05:30.652Z] Removing intermediate container 1059d431a232 [2021-01-09T02:05:30.652Z] ---> e3580804f05c [2021-01-09T02:05:30.652Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:05:30.652Z] ---> Running in 8437edd85065 [2021-01-09T02:05:30.996Z] Removing intermediate container 8437edd85065 [2021-01-09T02:05:30.996Z] ---> 1ce2188c3da6 [2021-01-09T02:05:30.996Z] Step 24/26 : LABEL arch=x86_64 [2021-01-09T02:05:30.996Z] ---> Running in 8b89ec97edaa [2021-01-09T02:05:30.996Z] Removing intermediate container 8b89ec97edaa [2021-01-09T02:05:30.996Z] ---> b7fd15e38340 [2021-01-09T02:05:30.996Z] Step 25/26 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:30.996Z] ---> Running in 38216688844e [2021-01-09T02:05:31.274Z] Removing intermediate container 38216688844e [2021-01-09T02:05:31.274Z] ---> 861408265fcd [2021-01-09T02:05:31.274Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-09T02:05:31.274Z] ---> Running in d61531c24112 [2021-01-09T02:05:31.549Z] Removing intermediate container d61531c24112 [2021-01-09T02:05:31.549Z] ---> 8852832d1ce8 [2021-01-09T02:05:31.549Z] [2021-01-09T02:05:31.599Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T02:05:31.599Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T02:05:31.599Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T02:05:31.599Z] ---> afeebe901d6b [2021-01-09T02:05:31.599Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T02:05:31.599Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T02:05:31.599Z] ---> afeebe901d6b [2021-01-09T02:05:31.599Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T02:05:31.865Z] Successfully built 8852832d1ce8 [2021-01-09T02:05:31.865Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-09T02:05:32.184Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-09T02:05:32.201Z] $ docker stop --time=1 07c606f5750f9a72f52c70776f25b4a80c0c32cb799aac4d1e0ac89a77d2ee49 [2021-01-09T02:05:33.058Z] ---> Running in 9dd9dcd4e417 [2021-01-09T02:05:33.058Z] ---> Running in dd31074fb3cd [2021-01-09T02:05:33.662Z] Removing intermediate container 8cb614dda9d4 [2021-01-09T02:05:33.662Z] ---> bfdb3d889553 [2021-01-09T02:05:33.662Z] [2021-01-09T02:05:33.662Z] Step 10/24 : FROM scratch [2021-01-09T02:05:33.662Z] ---> [2021-01-09T02:05:33.662Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-09T02:05:33.879Z] $ docker rm -f 07c606f5750f9a72f52c70776f25b4a80c0c32cb799aac4d1e0ac89a77d2ee49 [2021-01-09T02:05:33.940Z] Removing intermediate container 9ba3aae6255a [2021-01-09T02:05:33.940Z] ---> 92be71c227d0 [2021-01-09T02:05:33.940Z] [2021-01-09T02:05:33.940Z] Step 10/22 : FROM scratch [2021-01-09T02:05:33.940Z] ---> [2021-01-09T02:05:33.941Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:05:33.941Z] ---> Running in 55b280646940 [2021-01-09T02:05:33.941Z] ---> Running in 2d71530edc35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T02:05:34.422Z] + docker images [2021-01-09T02:05:34.423Z] + grep docker [2021-01-09T02:05:34.684Z] docker-sys-mgmt-agent-go latest 8852832d1ce8 3 seconds ago 313MB [2021-01-09T02:05:34.685Z] docker-core-data-go latest 09f267486564 30 seconds ago 22.3MB [2021-01-09T02:05:34.685Z] docker-security-secretstore-setup-go latest c6f706f7e46c 47 seconds ago 24.6MB [2021-01-09T02:05:34.685Z] docker-security-bootstrap-redis-go latest fc28453b8e92 49 seconds ago 15.8MB [2021-01-09T02:05:34.685Z] docker-security-proxy-setup-go latest f872ed826ac3 About a minute ago 24.5MB [2021-01-09T02:05:34.685Z] docker-core-metadata-go latest c3b016197c87 2 minutes ago 13MB [2021-01-09T02:05:34.685Z] docker-support-notifications-go latest 66a378eb815c 2 minutes ago 12MB [2021-01-09T02:05:34.685Z] docker-core-command-go latest 5e50fe2b9bc3 2 minutes ago 10.6MB [2021-01-09T02:05:34.685Z] docker-support-scheduler-go latest bd93be2f00e6 2 minutes ago 10.7MB [2021-01-09T02:05:34.685Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-09T02:05:34.946Z] Removing intermediate container 2d71530edc35 [2021-01-09T02:05:34.946Z] ---> 016e35f634f8 [2021-01-09T02:05:34.946Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-09T02:05:34.946Z] Removing intermediate container 55b280646940 [2021-01-09T02:05:34.946Z] ---> f71c8fe74d6e [2021-01-09T02:05:34.946Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-09T02:05:34.946Z] ---> Running in f1a0d8864ca5 [2021-01-09T02:05:34.946Z] ---> Running in 57fcabde00c1 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-09T02:05:35.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:05:35.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] wrap [2021-01-09T02:05:35.298Z] provisioning config files... [2021-01-09T02:05:35.329Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/282@tmp/config8034417045412326703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:05:35.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:05:35.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:05:35.737Z] ---> docker-login.sh [2021-01-09T02:05:35.737Z] nexus3.edgexfoundry.org:10001 [2021-01-09T02:05:35.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:05:35.787Z] Removing intermediate container f1a0d8864ca5 [2021-01-09T02:05:35.787Z] ---> 137e860840b0 [2021-01-09T02:05:35.787Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T02:05:35.787Z] ---> Running in b468fd1b62d6 [2021-01-09T02:05:35.787Z] Removing intermediate container 57fcabde00c1 [2021-01-09T02:05:35.787Z] ---> f60f70febe41 [2021-01-09T02:05:35.787Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T02:05:36.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:05:36.000Z] Configure a credential helper to remove this warning. See [2021-01-09T02:05:36.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:05:36.000Z] [2021-01-09T02:05:36.000Z] Login Succeeded [2021-01-09T02:05:36.000Z] nexus3.edgexfoundry.org:10002 [2021-01-09T02:05:36.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:05:36.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:05:36.001Z] Configure a credential helper to remove this warning. See [2021-01-09T02:05:36.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:05:36.001Z] [2021-01-09T02:05:36.001Z] Login Succeeded [2021-01-09T02:05:36.001Z] nexus3.edgexfoundry.org:10003 [2021-01-09T02:05:36.073Z] ---> Running in 8a8498394857 [2021-01-09T02:05:36.073Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T02:05:36.073Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T02:05:36.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:05:36.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:05:36.265Z] Configure a credential helper to remove this warning. See [2021-01-09T02:05:36.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:05:36.265Z] [2021-01-09T02:05:36.265Z] Login Succeeded [2021-01-09T02:05:36.265Z] nexus3.edgexfoundry.org:10004 [2021-01-09T02:05:36.364Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:05:36.365Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T02:05:36.365Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:05:36.365Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T02:05:36.365Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T02:05:36.365Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T02:05:36.365Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T02:05:36.365Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T02:05:36.365Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:05:36.365Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:05:36.365Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T02:05:36.365Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T02:05:36.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:05:36.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:05:36.527Z] Configure a credential helper to remove this warning. See [2021-01-09T02:05:36.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:05:36.527Z] [2021-01-09T02:05:36.527Z] Login Succeeded [2021-01-09T02:05:36.527Z] docker.io [2021-01-09T02:05:36.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:05:36.656Z] OK: 7 MiB in 19 packages [2021-01-09T02:05:36.656Z] OK: 7 MiB in 19 packages [2021-01-09T02:05:36.656Z] Removing intermediate container b468fd1b62d6 [2021-01-09T02:05:36.656Z] ---> 961e6bb1db72 [2021-01-09T02:05:36.656Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-09T02:05:37.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:05:37.101Z] Configure a credential helper to remove this warning. See [2021-01-09T02:05:37.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:05:37.101Z] [2021-01-09T02:05:37.101Z] Login Succeeded [2021-01-09T02:05:37.101Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T02:05:37.114Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-09T02:05:37.270Z] Removing intermediate container 8a8498394857 [2021-01-09T02:05:37.270Z] ---> d12411abfaa3 [2021-01-09T02:05:37.270Z] Step 14/22 : WORKDIR / [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:05:37.360Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-09T02:05:37.360Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:37.360Z] 2.0.0-dev.33 [2021-01-09T02:05:37.360Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:37.360Z] master [2021-01-09T02:05:37.360Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-09T02:05:37.549Z] ---> Running in a931e952b94d [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:37.911Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:38.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:38.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-09T02:05:38.210Z] b810b9dcbbe6: Preparing [2021-01-09T02:05:38.210Z] 034637157c38: Preparing [2021-01-09T02:05:38.210Z] 33a436c46dff: Preparing [2021-01-09T02:05:38.473Z] 33a436c46dff: Pushed [2021-01-09T02:05:38.473Z] b810b9dcbbe6: Pushed [2021-01-09T02:05:38.552Z] ---> 036fdfde7768 [2021-01-09T02:05:38.552Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-09T02:05:38.552Z] Removing intermediate container a931e952b94d [2021-01-09T02:05:38.552Z] ---> ebae697bca75 [2021-01-09T02:05:38.552Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T02:05:39.437Z] 034637157c38: Pushed [2021-01-09T02:05:39.437Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:2a48a77582c42d2f4edbb5fc061ac4efe3ab3e61e683db6d0dd8903fac0fb9a6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:39.764Z] + 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-09T02:05:40.021Z] Removing intermediate container dd31074fb3cd [2021-01-09T02:05:40.021Z] ---> 267824117e61 [2021-01-09T02:05:40.021Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-09T02:05:40.021Z] ---> a8219e194bb1 [2021-01-09T02:05:40.021Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T02:05:40.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-09T02:05:40.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-09T02:05:40.087Z] b810b9dcbbe6: Preparing [2021-01-09T02:05:40.087Z] 034637157c38: Preparing [2021-01-09T02:05:40.087Z] 33a436c46dff: Preparing [2021-01-09T02:05:40.087Z] 33a436c46dff: Layer already exists [2021-01-09T02:05:40.087Z] 034637157c38: Layer already exists [2021-01-09T02:05:40.087Z] b810b9dcbbe6: Layer already exists [2021-01-09T02:05:40.087Z] 2.0.0-dev.33: digest: sha256:2a48a77582c42d2f4edbb5fc061ac4efe3ab3e61e683db6d0dd8903fac0fb9a6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:40.302Z] Removing intermediate container 9dd9dcd4e417 [2021-01-09T02:05:40.302Z] ---> c5d75b43f8de [2021-01-09T02:05:40.302Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T02:05:40.302Z] ---> Running in d37c9aa14752 [2021-01-09T02:05:40.302Z] ---> c1d2d40487bb [2021-01-09T02:05:40.302Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-09T02:05:40.396Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:40.588Z] ---> Running in 9cd2cb76f7e3 [2021-01-09T02:05:40.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:40.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-09T02:05:40.700Z] b810b9dcbbe6: Preparing [2021-01-09T02:05:40.700Z] 034637157c38: Preparing [2021-01-09T02:05:40.700Z] 33a436c46dff: Preparing [2021-01-09T02:05:40.700Z] 33a436c46dff: Layer already exists [2021-01-09T02:05:40.700Z] 034637157c38: Layer already exists [2021-01-09T02:05:40.700Z] b810b9dcbbe6: Layer already exists [2021-01-09T02:05:40.700Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:2a48a77582c42d2f4edbb5fc061ac4efe3ab3e61e683db6d0dd8903fac0fb9a6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:41.005Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:41.189Z] Removing intermediate container d37c9aa14752 [2021-01-09T02:05:41.189Z] ---> 753914aa9abc [2021-01-09T02:05:41.189Z] Step 13/22 : WORKDIR / [2021-01-09T02:05:41.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-09T02:05:41.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-09T02:05:41.305Z] b810b9dcbbe6: Preparing [2021-01-09T02:05:41.305Z] 034637157c38: Preparing [2021-01-09T02:05:41.305Z] 33a436c46dff: Preparing [2021-01-09T02:05:41.305Z] 034637157c38: Layer already exists [2021-01-09T02:05:41.305Z] b810b9dcbbe6: Layer already exists [2021-01-09T02:05:41.305Z] 33a436c46dff: Layer already exists [2021-01-09T02:05:41.305Z] master: digest: sha256:2a48a77582c42d2f4edbb5fc061ac4efe3ab3e61e683db6d0dd8903fac0fb9a6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:05:41.510Z] ===================================================== [Pipeline] echo [2021-01-09T02:05:41.577Z] taggedImages: [2021-01-09T02:05:41.577Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:41.577Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-09T02:05:41.577Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:41.577Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-09T02:05:41.644Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-09T02:05:41.645Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:41.645Z] 2.0.0-dev.33 [2021-01-09T02:05:41.645Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:41.645Z] master [2021-01-09T02:05:41.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-09T02:05:41.797Z] Removing intermediate container 9cd2cb76f7e3 [2021-01-09T02:05:41.797Z] ---> 24ecae94cb36 [2021-01-09T02:05:41.797Z] Step 13/24 : WORKDIR / [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:42.069Z] ---> Running in c071aff83971 [2021-01-09T02:05:42.210Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:42.347Z] ---> Running in ceac70cc6f95 [2021-01-09T02:05:42.347Z] ---> 9e5dc02c8e88 [2021-01-09T02:05:42.347Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:42.347Z] ---> 085991cfcf1e [2021-01-09T02:05:42.347Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T02:05:42.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:42.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-09T02:05:42.507Z] 71b3839f1e07: Preparing [2021-01-09T02:05:42.507Z] d345766267e5: Preparing [2021-01-09T02:05:42.507Z] 8d0bf4e269f3: Preparing [2021-01-09T02:05:42.507Z] 59ab4f117af0: Preparing [2021-01-09T02:05:42.507Z] 380cc598eb9e: Preparing [2021-01-09T02:05:42.507Z] 777b2c648970: Preparing [2021-01-09T02:05:42.767Z] 8d0bf4e269f3: Pushed [2021-01-09T02:05:42.767Z] 380cc598eb9e: Pushed [2021-01-09T02:05:42.767Z] 71b3839f1e07: Pushed [2021-01-09T02:05:42.767Z] 777b2c648970: Layer already exists [2021-01-09T02:05:42.767Z] 59ab4f117af0: Pushed [2021-01-09T02:05:42.969Z] Removing intermediate container c071aff83971 [2021-01-09T02:05:42.970Z] ---> 35503cad5de3 [2021-01-09T02:05:42.970Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-09T02:05:43.241Z] Removing intermediate container ceac70cc6f95 [2021-01-09T02:05:43.241Z] ---> 8a0792cbf876 [2021-01-09T02:05:43.241Z] 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-09T02:05:43.517Z] Removing intermediate container e9dbed80e539 [2021-01-09T02:05:43.517Z] ---> 8811ac9daade [2021-01-09T02:05:43.517Z] [2021-01-09T02:05:43.517Z] Step 10/22 : FROM scratch [2021-01-09T02:05:43.517Z] ---> [2021-01-09T02:05:43.517Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:05:43.517Z] ---> Using cache [2021-01-09T02:05:43.517Z] ---> 0e769308eb05 [2021-01-09T02:05:43.517Z] ---> 016e35f634f8 [2021-01-09T02:05:43.517Z] Step 18/22 : ENTRYPOINT ["/core-command"]Step 12/22 : ENV APP_PORT=48081 [2021-01-09T02:05:43.517Z] [2021-01-09T02:05:43.710Z] d345766267e5: Pushed [2021-01-09T02:05:43.790Z] ---> bac997180b5c [2021-01-09T02:05:43.791Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T02:05:43.791Z] ---> Running in b5d2525237a6 [2021-01-09T02:05:43.791Z] ---> Running in 03cb6d3e7157 [2021-01-09T02:05:43.971Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:91a2d8a2b5f81556fa1aabca3b1534ce91c0a015fa747fc6dabbe16f3bf22776 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:44.063Z] ---> fcc7d41f16dc [2021-01-09T02:05:44.063Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-09T02:05:44.276Z] + 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-09T02:05:44.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-09T02:05:44.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-09T02:05:44.575Z] 71b3839f1e07: Preparing [2021-01-09T02:05:44.575Z] d345766267e5: Preparing [2021-01-09T02:05:44.575Z] 8d0bf4e269f3: Preparing [2021-01-09T02:05:44.575Z] 59ab4f117af0: Preparing [2021-01-09T02:05:44.575Z] 380cc598eb9e: Preparing [2021-01-09T02:05:44.575Z] 777b2c648970: Preparing [2021-01-09T02:05:44.575Z] 777b2c648970: Waiting [2021-01-09T02:05:44.575Z] 59ab4f117af0: Layer already exists [2021-01-09T02:05:44.575Z] 71b3839f1e07: Layer already exists [2021-01-09T02:05:44.575Z] 8d0bf4e269f3: Layer already exists [2021-01-09T02:05:44.575Z] d345766267e5: Layer already exists [2021-01-09T02:05:44.575Z] 380cc598eb9e: Layer already exists [2021-01-09T02:05:44.575Z] 777b2c648970: Layer already exists [2021-01-09T02:05:44.575Z] 2.0.0-dev.33: digest: sha256:91a2d8a2b5f81556fa1aabca3b1534ce91c0a015fa747fc6dabbe16f3bf22776 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:44.661Z] Removing intermediate container b5d2525237a6 [2021-01-09T02:05:44.661Z] ---> 098e3ebdf538 [2021-01-09T02:05:44.661Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T02:05:44.661Z] ---> f3c31f15ef65 [2021-01-09T02:05:44.883Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:44.944Z] 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-09T02:05:45.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:45.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-09T02:05:45.180Z] 71b3839f1e07: Preparing [2021-01-09T02:05:45.180Z] d345766267e5: Preparing [2021-01-09T02:05:45.180Z] 8d0bf4e269f3: Preparing [2021-01-09T02:05:45.180Z] 59ab4f117af0: Preparing [2021-01-09T02:05:45.180Z] 380cc598eb9e: Preparing [2021-01-09T02:05:45.180Z] 777b2c648970: Preparing [2021-01-09T02:05:45.180Z] 777b2c648970: Waiting [2021-01-09T02:05:45.180Z] 59ab4f117af0: Layer already exists [2021-01-09T02:05:45.180Z] 380cc598eb9e: Layer already exists [2021-01-09T02:05:45.180Z] 71b3839f1e07: Layer already exists [2021-01-09T02:05:45.180Z] 8d0bf4e269f3: Layer already exists [2021-01-09T02:05:45.180Z] d345766267e5: Layer already exists [2021-01-09T02:05:45.180Z] 777b2c648970: Layer already exists [2021-01-09T02:05:45.180Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:91a2d8a2b5f81556fa1aabca3b1534ce91c0a015fa747fc6dabbe16f3bf22776 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:45.220Z] Removing intermediate container 03cb6d3e7157 [2021-01-09T02:05:45.220Z] ---> 4847bc3aead5 [2021-01-09T02:05:45.220Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:05:45.220Z] ---> Running in bff805d3ebb8 [2021-01-09T02:05:45.486Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:45.504Z] ---> Running in 64fc87aaf679 [2021-01-09T02:05:45.504Z] ---> bc5f9a9e6f92 [2021-01-09T02:05:45.504Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:45.504Z] ---> 9119f1c386ae [2021-01-09T02:05:45.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-09T02:05:45.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-09T02:05:45.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-09T02:05:45.783Z] 71b3839f1e07: Preparing [2021-01-09T02:05:45.783Z] d345766267e5: Preparing [2021-01-09T02:05:45.783Z] 8d0bf4e269f3: Preparing [2021-01-09T02:05:45.783Z] 59ab4f117af0: Preparing [2021-01-09T02:05:45.783Z] 380cc598eb9e: Preparing [2021-01-09T02:05:45.783Z] 777b2c648970: Preparing [2021-01-09T02:05:45.783Z] 777b2c648970: Waiting [2021-01-09T02:05:45.783Z] 380cc598eb9e: Layer already exists [2021-01-09T02:05:45.783Z] 59ab4f117af0: Layer already exists [2021-01-09T02:05:45.783Z] d345766267e5: Layer already exists [2021-01-09T02:05:45.783Z] 8d0bf4e269f3: Layer already exists [2021-01-09T02:05:45.783Z] 71b3839f1e07: Layer already exists [2021-01-09T02:05:45.783Z] 777b2c648970: Layer already exists [2021-01-09T02:05:45.783Z] master: digest: sha256:91a2d8a2b5f81556fa1aabca3b1534ce91c0a015fa747fc6dabbe16f3bf22776 size: 1572 [Pipeline] } [2021-01-09T02:05:46.107Z] ---> ebc851701c4a [2021-01-09T02:05:46.107Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:46.107Z] Removing intermediate container bff805d3ebb8 [2021-01-09T02:05:46.107Z] ---> 59f58a68503c [Pipeline] // withDockerRegistry [2021-01-09T02:05:46.107Z] Step 14/22 : WORKDIR / [2021-01-09T02:05:46.108Z] ---> Running in 12fe10c03a85 [2021-01-09T02:05:46.108Z] Removing intermediate container 64fc87aaf679 [2021-01-09T02:05:46.108Z] ---> e769e029cb0f [2021-01-09T02:05:46.108Z] Step 20/22 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:05:46.261Z] ===================================================== [Pipeline] echo [2021-01-09T02:05:46.334Z] taggedImages: [2021-01-09T02:05:46.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:46.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-09T02:05:46.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:46.334Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-09T02:05:46.382Z] ---> Running in e8304de3720f [Pipeline] echo [2021-01-09T02:05:46.404Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-09T02:05:46.404Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:46.404Z] 2.0.0-dev.33 [2021-01-09T02:05:46.404Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:46.404Z] master [2021-01-09T02:05:46.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:46.659Z] ---> 14dea6870ba0 [2021-01-09T02:05:46.659Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-09T02:05:46.659Z] ---> 80df9ab38f18 [2021-01-09T02:05:46.659Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:46.898Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:47.077Z] ---> Running in e3a58fb9cbcd [2021-01-09T02:05:47.077Z] Removing intermediate container 12fe10c03a85 [2021-01-09T02:05:47.077Z] ---> 7a6418a4481b [2021-01-09T02:05:47.077Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T02:05:47.077Z] ---> 8afb9ac9a478 [2021-01-09T02:05:47.077Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T02:05:47.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:47.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-09T02:05:47.197Z] 464f300b917b: Preparing [2021-01-09T02:05:47.197Z] 651539c8ceaa: Preparing [2021-01-09T02:05:47.197Z] 9e4235a649e0: Preparing [2021-01-09T02:05:47.458Z] 464f300b917b: Pushed [2021-01-09T02:05:47.458Z] 9e4235a649e0: Pushed [2021-01-09T02:05:47.491Z] Removing intermediate container e8304de3720f [2021-01-09T02:05:47.492Z] ---> dc5338a24c4a [2021-01-09T02:05:47.492Z] Step 21/22 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:47.492Z] ---> Running in dfea6fcf17c7 [2021-01-09T02:05:48.145Z] Removing intermediate container e3a58fb9cbcd [2021-01-09T02:05:48.145Z] ---> 2209ece064ed [2021-01-09T02:05:48.145Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:05:48.145Z] ---> 1a06189ce678 [2021-01-09T02:05:48.145Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-09T02:05:48.145Z] ---> Running in 250b0b4760ee [2021-01-09T02:05:48.399Z] 651539c8ceaa: Pushed [2021-01-09T02:05:48.434Z] ---> Running in 50aca5a0b11f [2021-01-09T02:05:48.434Z] Removing intermediate container dfea6fcf17c7 [2021-01-09T02:05:48.434Z] ---> efa10cb23394 [2021-01-09T02:05:48.434Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-09T02:05:48.661Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:6342bf650b5a6f4f0c6eb53a9c980d78a7c7c25a1caecc6ca3a08e81b41924e0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:48.769Z] ---> dc0bb7edc1f1 [2021-01-09T02:05:48.769Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T02:05:48.769Z] ---> Running in 1d610a4bbc5d [2021-01-09T02:05:48.963Z] + 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-09T02:05:49.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-09T02:05:49.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-09T02:05:49.263Z] 464f300b917b: Preparing [2021-01-09T02:05:49.263Z] 651539c8ceaa: Preparing [2021-01-09T02:05:49.263Z] 9e4235a649e0: Preparing [2021-01-09T02:05:49.263Z] 464f300b917b: Layer already exists [2021-01-09T02:05:49.263Z] 651539c8ceaa: Layer already exists [2021-01-09T02:05:49.263Z] 9e4235a649e0: Layer already exists [2021-01-09T02:05:49.263Z] 2.0.0-dev.33: digest: sha256:6342bf650b5a6f4f0c6eb53a9c980d78a7c7c25a1caecc6ca3a08e81b41924e0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:49.397Z] Removing intermediate container 250b0b4760ee [2021-01-09T02:05:49.397Z] ---> edb13de2d44e [2021-01-09T02:05:49.397Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T02:05:49.397Z] ---> ab7d654c192c [2021-01-09T02:05:49.397Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T02:05:49.397Z] ---> Running in e7743ee0c9cd [2021-01-09T02:05:49.572Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:49.672Z] Removing intermediate container 1d610a4bbc5d [2021-01-09T02:05:49.672Z] ---> 4ec23a7c3868 [2021-01-09T02:05:49.672Z] [2021-01-09T02:05:49.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:49.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-09T02:05:49.875Z] 464f300b917b: Preparing [2021-01-09T02:05:49.875Z] 651539c8ceaa: Preparing [2021-01-09T02:05:49.875Z] 9e4235a649e0: Preparing [2021-01-09T02:05:49.875Z] 464f300b917b: Layer already exists [2021-01-09T02:05:49.875Z] 9e4235a649e0: Layer already exists [2021-01-09T02:05:49.875Z] 651539c8ceaa: Layer already exists [2021-01-09T02:05:49.875Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:6342bf650b5a6f4f0c6eb53a9c980d78a7c7c25a1caecc6ca3a08e81b41924e0 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:50.180Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:50.274Z] Successfully built 4ec23a7c3868 [2021-01-09T02:05:50.274Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-09T02:05:50.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-09T02:05:50.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-09T02:05:50.480Z] 464f300b917b: Preparing [2021-01-09T02:05:50.480Z] 651539c8ceaa: Preparing [2021-01-09T02:05:50.480Z] 9e4235a649e0: Preparing [2021-01-09T02:05:50.480Z] 9e4235a649e0: Layer already exists [2021-01-09T02:05:50.480Z] 651539c8ceaa: Layer already exists [2021-01-09T02:05:50.480Z] 464f300b917b: Layer already exists [2021-01-09T02:05:50.480Z] master: digest: sha256:6342bf650b5a6f4f0c6eb53a9c980d78a7c7c25a1caecc6ca3a08e81b41924e0 size: 943 [Pipeline] } [2021-01-09T02:05:50.550Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-09T02:05:50.550Z] Removing intermediate container e7743ee0c9cd [2021-01-09T02:05:50.550Z] ---> dfe26c4bbc1c [2021-01-09T02:05:50.550Z] Step 23/24 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:05:50.742Z] ===================================================== [Pipeline] echo [2021-01-09T02:05:50.792Z] taggedImages: [2021-01-09T02:05:50.792Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:50.792Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-09T02:05:50.792Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:50.792Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-09T02:05:50.827Z] ---> Running in 0ea33e3666a0 [Pipeline] echo [2021-01-09T02:05:50.860Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-09T02:05:50.860Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:50.860Z] 2.0.0-dev.33 [2021-01-09T02:05:50.860Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:50.860Z] master [2021-01-09T02:05:50.860Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:51.103Z] ---> 37e8e93b7d2e [2021-01-09T02:05:51.103Z] ---> 52f80196ae8c [2021-01-09T02:05:51.103Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T02:05:51.103Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T02:05:51.380Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:51.720Z] Removing intermediate container 0ea33e3666a0 [2021-01-09T02:05:51.720Z] ---> cab8c6c2ce7c [2021-01-09T02:05:51.720Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-09T02:05:51.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:51.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-09T02:05:51.942Z] 63c66773f737: Preparing [2021-01-09T02:05:51.942Z] 8471bfeec631: Preparing [2021-01-09T02:05:51.942Z] f7146f7ddf6b: Preparing [2021-01-09T02:05:51.942Z] a3e9ca389232: Preparing [2021-01-09T02:05:51.942Z] 66e12afdda4d: Preparing [2021-01-09T02:05:51.942Z] 5b85f9332abc: Preparing [2021-01-09T02:05:51.942Z] 777b2c648970: Preparing [2021-01-09T02:05:51.942Z] 5b85f9332abc: Waiting [2021-01-09T02:05:51.942Z] 777b2c648970: Waiting [2021-01-09T02:05:51.994Z] Removing intermediate container 50aca5a0b11f [2021-01-09T02:05:51.994Z] ---> 194f30c95708 [2021-01-09T02:05:51.994Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-09T02:05:52.205Z] 8471bfeec631: Pushed [2021-01-09T02:05:52.205Z] f7146f7ddf6b: Pushed [2021-01-09T02:05:52.205Z] 66e12afdda4d: Pushed [2021-01-09T02:05:52.205Z] 63c66773f737: Pushed [2021-01-09T02:05:52.205Z] 777b2c648970: Layer already exists [2021-01-09T02:05:52.465Z] 5b85f9332abc: Pushed [2021-01-09T02:05:52.595Z] ---> Running in c88b60c3f58b [2021-01-09T02:05:53.036Z] a3e9ca389232: Pushed [2021-01-09T02:05:53.036Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:96f3251aa5374aa3227b9778225fe2c6fdcee66300342f57eed86c5e982abd20 size: 1778 [2021-01-09T02:05:53.207Z] ---> Running in 8f6c567b7ab0 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:53.498Z] ---> d2ccbb97f2cc [2021-01-09T02:05:53.498Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-09T02:05:53.498Z] ---> 8dbd8834213e [2021-01-09T02:05:53.498Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-09T02:05:53.766Z] + 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-09T02:05:53.788Z] ---> Running in 78d0d08c28e1 [2021-01-09T02:05:53.788Z] Removing intermediate container c88b60c3f58b [2021-01-09T02:05:53.788Z] ---> df6cfba97594 [2021-01-09T02:05:53.788Z] [2021-01-09T02:05:53.788Z] ---> Running in a8bdad3c88aa [2021-01-09T02:05:54.067Z] Removing intermediate container 8f6c567b7ab0 [2021-01-09T02:05:54.067Z] ---> b550ae644001 [2021-01-09T02:05:54.067Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T02:05:54.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-09T02:05:54.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-09T02:05:54.124Z] 63c66773f737: Preparing [2021-01-09T02:05:54.124Z] 8471bfeec631: Preparing [2021-01-09T02:05:54.124Z] f7146f7ddf6b: Preparing [2021-01-09T02:05:54.124Z] a3e9ca389232: Preparing [2021-01-09T02:05:54.124Z] 66e12afdda4d: Preparing [2021-01-09T02:05:54.124Z] 5b85f9332abc: Preparing [2021-01-09T02:05:54.124Z] 777b2c648970: Preparing [2021-01-09T02:05:54.124Z] 5b85f9332abc: Waiting [2021-01-09T02:05:54.124Z] 777b2c648970: Waiting [2021-01-09T02:05:54.124Z] 66e12afdda4d: Layer already exists [2021-01-09T02:05:54.124Z] a3e9ca389232: Layer already exists [2021-01-09T02:05:54.124Z] f7146f7ddf6b: Layer already exists [2021-01-09T02:05:54.124Z] 63c66773f737: Layer already exists [2021-01-09T02:05:54.124Z] 8471bfeec631: Layer already exists [2021-01-09T02:05:54.124Z] 777b2c648970: Layer already exists [2021-01-09T02:05:54.124Z] 5b85f9332abc: Layer already exists [2021-01-09T02:05:54.124Z] 2.0.0-dev.33: digest: sha256:96f3251aa5374aa3227b9778225fe2c6fdcee66300342f57eed86c5e982abd20 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:54.341Z] ---> Running in 97dc9d8d4c3f [2021-01-09T02:05:54.444Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:54.614Z] Successfully built df6cfba97594 [2021-01-09T02:05:54.614Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-09T02:05:54.614Z] Removing intermediate container a8bdad3c88aa [2021-01-09T02:05:54.614Z] ---> 3e76598a1afb [2021-01-09T02:05:54.614Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Building docker-sys-mgmt-agent-go [2021-01-09T02:05:54.614Z] [2021-01-09T02:05:54.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:54.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-09T02:05:54.742Z] 63c66773f737: Preparing [2021-01-09T02:05:54.742Z] 8471bfeec631: Preparing [2021-01-09T02:05:54.742Z] f7146f7ddf6b: Preparing [2021-01-09T02:05:54.742Z] a3e9ca389232: Preparing [2021-01-09T02:05:54.742Z] 66e12afdda4d: Preparing [2021-01-09T02:05:54.742Z] 5b85f9332abc: Preparing [2021-01-09T02:05:54.742Z] 777b2c648970: Preparing [2021-01-09T02:05:54.742Z] 5b85f9332abc: Waiting [2021-01-09T02:05:54.742Z] 777b2c648970: Waiting [2021-01-09T02:05:54.742Z] 8471bfeec631: Layer already exists [2021-01-09T02:05:54.742Z] 63c66773f737: Layer already exists [2021-01-09T02:05:54.742Z] 66e12afdda4d: Layer already exists [2021-01-09T02:05:54.742Z] f7146f7ddf6b: Layer already exists [2021-01-09T02:05:54.742Z] a3e9ca389232: Layer already exists [2021-01-09T02:05:54.742Z] 777b2c648970: Layer already exists [2021-01-09T02:05:54.742Z] 5b85f9332abc: Layer already exists [2021-01-09T02:05:54.742Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:96f3251aa5374aa3227b9778225fe2c6fdcee66300342f57eed86c5e982abd20 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:54.890Z]  Building docker-support-notifications-go ... done  ---> Running in 2b0034658618 [2021-01-09T02:05:54.890Z] Removing intermediate container 97dc9d8d4c3f [2021-01-09T02:05:54.890Z] ---> e460b2161cc3 [2021-01-09T02:05:54.890Z] Step 21/22 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:55.043Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:55.165Z] ---> Running in fa714481e245 [2021-01-09T02:05:55.354Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-09T02:05:55.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-09T02:05:55.354Z] 63c66773f737: Preparing [2021-01-09T02:05:55.354Z] 8471bfeec631: Preparing [2021-01-09T02:05:55.354Z] f7146f7ddf6b: Preparing [2021-01-09T02:05:55.354Z] a3e9ca389232: Preparing [2021-01-09T02:05:55.354Z] 66e12afdda4d: Preparing [2021-01-09T02:05:55.354Z] 5b85f9332abc: Preparing [2021-01-09T02:05:55.354Z] 777b2c648970: Preparing [2021-01-09T02:05:55.354Z] 5b85f9332abc: Waiting [2021-01-09T02:05:55.354Z] 777b2c648970: Waiting [2021-01-09T02:05:55.354Z] 8471bfeec631: Layer already exists [2021-01-09T02:05:55.354Z] 63c66773f737: Layer already exists [2021-01-09T02:05:55.354Z] 66e12afdda4d: Layer already exists [2021-01-09T02:05:55.354Z] f7146f7ddf6b: Layer already exists [2021-01-09T02:05:55.354Z] a3e9ca389232: Layer already exists [2021-01-09T02:05:55.354Z] 5b85f9332abc: Layer already exists [2021-01-09T02:05:55.354Z] 777b2c648970: Layer already exists [2021-01-09T02:05:55.354Z] master: digest: sha256:96f3251aa5374aa3227b9778225fe2c6fdcee66300342f57eed86c5e982abd20 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-09T02:05:55.455Z] Removing intermediate container 2b0034658618 [2021-01-09T02:05:55.455Z] ---> 16235585c961 [2021-01-09T02:05:55.455Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T02:05:55.455Z] ---> Running in 52941cda733d [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:05:55.544Z] ===================================================== [Pipeline] echo [2021-01-09T02:05:55.593Z] taggedImages: [2021-01-09T02:05:55.593Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:55.593Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-09T02:05:55.593Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:55.593Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-09T02:05:55.660Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-09T02:05:55.660Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:55.660Z] 2.0.0-dev.33 [2021-01-09T02:05:55.660Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:55.660Z] master [2021-01-09T02:05:55.660Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-09T02:05:55.729Z] Removing intermediate container fa714481e245 [2021-01-09T02:05:55.730Z] ---> ff7347705c01 [2021-01-09T02:05:55.730Z] Step 22/22 : LABEL version=2.0.0-dev.33 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:56.004Z] ---> Running in f84885f7660e [2021-01-09T02:05:56.188Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:56.283Z] Removing intermediate container 52941cda733d [2021-01-09T02:05:56.283Z] ---> 36dac65af668 [2021-01-09T02:05:56.283Z] Step 21/22 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:56.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:56.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-09T02:05:56.487Z] 464699bb3ee6: Preparing [2021-01-09T02:05:56.487Z] 58870584ae46: Preparing [2021-01-09T02:05:56.487Z] 71d1d37b60c7: Preparing [2021-01-09T02:05:56.487Z] e66877c9e254: Preparing [2021-01-09T02:05:56.487Z] a2c9b31951df: Preparing [2021-01-09T02:05:56.487Z] 777b2c648970: Preparing [2021-01-09T02:05:56.487Z] 777b2c648970: Waiting [2021-01-09T02:05:56.749Z] e66877c9e254: Pushed [2021-01-09T02:05:56.749Z] 71d1d37b60c7: Pushed [2021-01-09T02:05:56.749Z] 777b2c648970: Layer already exists [2021-01-09T02:05:56.894Z] ---> Running in aa1a8e1be1ea [2021-01-09T02:05:56.894Z] Removing intermediate container f84885f7660e [2021-01-09T02:05:56.894Z] ---> 4fef15e35d0f [2021-01-09T02:05:56.894Z] [2021-01-09T02:05:57.011Z] a2c9b31951df: Pushed [2021-01-09T02:05:57.170Z] Successfully built 4fef15e35d0f [2021-01-09T02:05:57.443Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-09T02:05:57.443Z] Building docker-support-scheduler-go [2021-01-09T02:05:57.443Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 78d0d08c28e1 [2021-01-09T02:05:57.443Z] ---> 8cfed320f855 [2021-01-09T02:05:57.443Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T02:05:57.584Z] 464699bb3ee6: Pushed [2021-01-09T02:05:57.584Z] 58870584ae46: Pushed [2021-01-09T02:05:57.584Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:c7416f12e8ce205757bce00ec7dd898558a0163f6748c9b41833464d4901ddce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:57.722Z] Removing intermediate container aa1a8e1be1ea [2021-01-09T02:05:57.722Z] ---> 1df62cff69c5 [2021-01-09T02:05:57.722Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-09T02:05:57.722Z] ---> Running in df63b6db5ed1 [2021-01-09T02:05:57.885Z] + 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-09T02:05:57.997Z] ---> Running in 6c44fea4ec82 [2021-01-09T02:05:58.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-09T02:05:58.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-09T02:05:58.236Z] 464699bb3ee6: Preparing [2021-01-09T02:05:58.236Z] 58870584ae46: Preparing [2021-01-09T02:05:58.236Z] 71d1d37b60c7: Preparing [2021-01-09T02:05:58.236Z] e66877c9e254: Preparing [2021-01-09T02:05:58.236Z] a2c9b31951df: Preparing [2021-01-09T02:05:58.236Z] 777b2c648970: Preparing [2021-01-09T02:05:58.236Z] 777b2c648970: Waiting [2021-01-09T02:05:58.236Z] 464699bb3ee6: Layer already exists [2021-01-09T02:05:58.236Z] 71d1d37b60c7: Layer already exists [2021-01-09T02:05:58.236Z] e66877c9e254: Layer already exists [2021-01-09T02:05:58.236Z] 58870584ae46: Layer already exists [2021-01-09T02:05:58.236Z] a2c9b31951df: Layer already exists [2021-01-09T02:05:58.236Z] 777b2c648970: Layer already exists [2021-01-09T02:05:58.236Z] 2.0.0-dev.33: digest: sha256:c7416f12e8ce205757bce00ec7dd898558a0163f6748c9b41833464d4901ddce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:58.271Z] Removing intermediate container df63b6db5ed1 [2021-01-09T02:05:58.271Z] ---> 5265694770d0 [2021-01-09T02:05:58.271Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T02:05:58.541Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:58.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:58.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-09T02:05:58.835Z] 464699bb3ee6: Preparing [2021-01-09T02:05:58.835Z] 58870584ae46: Preparing [2021-01-09T02:05:58.835Z] 71d1d37b60c7: Preparing [2021-01-09T02:05:58.835Z] e66877c9e254: Preparing [2021-01-09T02:05:58.835Z] a2c9b31951df: Preparing [2021-01-09T02:05:58.835Z] 777b2c648970: Preparing [2021-01-09T02:05:58.835Z] 777b2c648970: Waiting [2021-01-09T02:05:58.835Z] a2c9b31951df: Layer already exists [2021-01-09T02:05:58.835Z] e66877c9e254: Layer already exists [2021-01-09T02:05:58.835Z] 58870584ae46: Layer already exists [2021-01-09T02:05:58.835Z] 464699bb3ee6: Layer already exists [2021-01-09T02:05:58.835Z] 71d1d37b60c7: Layer already exists [2021-01-09T02:05:58.835Z] 777b2c648970: Layer already exists [2021-01-09T02:05:58.835Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:c7416f12e8ce205757bce00ec7dd898558a0163f6748c9b41833464d4901ddce size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:58.869Z] Removing intermediate container 6c44fea4ec82 [2021-01-09T02:05:58.869Z] ---> 39f5898425ec [2021-01-09T02:05:58.869Z] [2021-01-09T02:05:59.135Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-09T02:05:59.145Z] ---> Running in d8ed8709d051 [2021-01-09T02:05:59.145Z] Successfully built 39f5898425ec [2021-01-09T02:05:59.145Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-09T02:05:59.145Z] Building docker-core-data-go [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:05:59.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-09T02:05:59.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-09T02:05:59.427Z] 464699bb3ee6: Preparing [2021-01-09T02:05:59.427Z] 58870584ae46: Preparing [2021-01-09T02:05:59.427Z] 71d1d37b60c7: Preparing [2021-01-09T02:05:59.427Z] e66877c9e254: Preparing [2021-01-09T02:05:59.427Z] a2c9b31951df: Preparing [2021-01-09T02:05:59.427Z] 777b2c648970: Preparing [2021-01-09T02:05:59.427Z] 777b2c648970: Waiting [2021-01-09T02:05:59.427Z] a2c9b31951df: Layer already exists [2021-01-09T02:05:59.427Z] 58870584ae46: Layer already exists [2021-01-09T02:05:59.427Z] e66877c9e254: Layer already exists [2021-01-09T02:05:59.427Z] 464699bb3ee6: Layer already exists [2021-01-09T02:05:59.427Z] 71d1d37b60c7: Layer already exists [2021-01-09T02:05:59.427Z] 777b2c648970: Layer already exists [2021-01-09T02:05:59.427Z] master: digest: sha256:c7416f12e8ce205757bce00ec7dd898558a0163f6748c9b41833464d4901ddce size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:05:59.641Z] ===================================================== [Pipeline] echo [2021-01-09T02:05:59.706Z] taggedImages: [2021-01-09T02:05:59.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:59.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-09T02:05:59.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:59.706Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-09T02:05:59.742Z]  Building docker-core-metadata-go ... done Removing intermediate container d8ed8709d051 [2021-01-09T02:05:59.742Z] ---> b6449d424aaf [2021-01-09T02:05:59.742Z] Step 23/24 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] echo [2021-01-09T02:05:59.776Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-09T02:05:59.776Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:05:59.776Z] 2.0.0-dev.33 [2021-01-09T02:05:59.776Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:05:59.776Z] master [2021-01-09T02:05:59.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:00.015Z] ---> Running in cf4985536e01 [2021-01-09T02:06:00.277Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:00.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:00.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-09T02:06:00.574Z] cb6e0025b6da: Preparing [2021-01-09T02:06:00.574Z] 17f28591c9cf: Preparing [2021-01-09T02:06:00.574Z] 7266b4c01f28: Preparing [2021-01-09T02:06:00.574Z] 348cac102e96: Preparing [2021-01-09T02:06:00.574Z] ac35d35d461c: Preparing [2021-01-09T02:06:00.574Z] 08ddb0f2fc2e: Preparing [2021-01-09T02:06:00.574Z] ef3cd685b852: Preparing [2021-01-09T02:06:00.574Z] 5b85f9332abc: Preparing [2021-01-09T02:06:00.574Z] 777b2c648970: Preparing [2021-01-09T02:06:00.574Z] 08ddb0f2fc2e: Waiting [2021-01-09T02:06:00.574Z] 777b2c648970: Waiting [2021-01-09T02:06:00.574Z] ef3cd685b852: Waiting [2021-01-09T02:06:00.574Z] 5b85f9332abc: Waiting [2021-01-09T02:06:00.655Z] Removing intermediate container cf4985536e01 [2021-01-09T02:06:00.655Z] ---> 2d2149e66112 [2021-01-09T02:06:00.655Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-09T02:06:00.839Z] 17f28591c9cf: Pushed [2021-01-09T02:06:00.839Z] cb6e0025b6da: Pushed [2021-01-09T02:06:00.839Z] ac35d35d461c: Pushed [2021-01-09T02:06:00.839Z] 5b85f9332abc: Layer already exists [2021-01-09T02:06:00.839Z] 777b2c648970: Layer already exists [2021-01-09T02:06:00.839Z] 08ddb0f2fc2e: Pushed [2021-01-09T02:06:00.839Z] ef3cd685b852: Pushed [2021-01-09T02:06:01.412Z] 348cac102e96: Pushed [2021-01-09T02:06:01.633Z] ---> Running in dddc202189bc [2021-01-09T02:06:01.674Z] 7266b4c01f28: Pushed [2021-01-09T02:06:01.674Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:dd593319f67b35656837324bb2ea44860b9564f25b9c9372c9fec7d8107836f7 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:01.981Z] + 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-09T02:06:02.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-09T02:06:02.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-09T02:06:02.282Z] cb6e0025b6da: Preparing [2021-01-09T02:06:02.282Z] 17f28591c9cf: Preparing [2021-01-09T02:06:02.282Z] 7266b4c01f28: Preparing [2021-01-09T02:06:02.282Z] 348cac102e96: Preparing [2021-01-09T02:06:02.282Z] ac35d35d461c: Preparing [2021-01-09T02:06:02.282Z] 08ddb0f2fc2e: Preparing [2021-01-09T02:06:02.282Z] ef3cd685b852: Preparing [2021-01-09T02:06:02.282Z] 5b85f9332abc: Preparing [2021-01-09T02:06:02.282Z] 777b2c648970: Preparing [2021-01-09T02:06:02.282Z] 08ddb0f2fc2e: Waiting [2021-01-09T02:06:02.282Z] 5b85f9332abc: Waiting [2021-01-09T02:06:02.282Z] ef3cd685b852: Waiting [2021-01-09T02:06:02.282Z] 777b2c648970: Waiting [2021-01-09T02:06:02.282Z] 7266b4c01f28: Layer already exists [2021-01-09T02:06:02.282Z] 17f28591c9cf: Layer already exists [2021-01-09T02:06:02.282Z] 348cac102e96: Layer already exists [2021-01-09T02:06:02.282Z] ac35d35d461c: Layer already exists [2021-01-09T02:06:02.282Z] cb6e0025b6da: Layer already exists [2021-01-09T02:06:02.282Z] 5b85f9332abc: Layer already exists [2021-01-09T02:06:02.282Z] 08ddb0f2fc2e: Layer already exists [2021-01-09T02:06:02.282Z] ef3cd685b852: Layer already exists [2021-01-09T02:06:02.282Z] 777b2c648970: Layer already exists [2021-01-09T02:06:02.282Z] 2.0.0-dev.33: digest: sha256:dd593319f67b35656837324bb2ea44860b9564f25b9c9372c9fec7d8107836f7 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:02.583Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:02.610Z] Removing intermediate container dddc202189bc [2021-01-09T02:06:02.610Z] ---> 7bd0d060826f [2021-01-09T02:06:02.610Z] [2021-01-09T02:06:02.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:02.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-09T02:06:02.877Z] cb6e0025b6da: Preparing [2021-01-09T02:06:02.877Z] 17f28591c9cf: Preparing [2021-01-09T02:06:02.877Z] 7266b4c01f28: Preparing [2021-01-09T02:06:02.877Z] 348cac102e96: Preparing [2021-01-09T02:06:02.877Z] ac35d35d461c: Preparing [2021-01-09T02:06:02.877Z] 08ddb0f2fc2e: Preparing [2021-01-09T02:06:02.877Z] ef3cd685b852: Preparing [2021-01-09T02:06:02.877Z] 5b85f9332abc: Preparing [2021-01-09T02:06:02.877Z] 777b2c648970: Preparing [2021-01-09T02:06:02.877Z] 08ddb0f2fc2e: Waiting [2021-01-09T02:06:02.877Z] ef3cd685b852: Waiting [2021-01-09T02:06:02.877Z] 777b2c648970: Waiting [2021-01-09T02:06:02.877Z] 5b85f9332abc: Waiting [2021-01-09T02:06:02.877Z] 7266b4c01f28: Layer already exists [2021-01-09T02:06:02.877Z] ac35d35d461c: Layer already exists [2021-01-09T02:06:02.877Z] 348cac102e96: Layer already exists [2021-01-09T02:06:02.877Z] cb6e0025b6da: Layer already exists [2021-01-09T02:06:02.877Z] 17f28591c9cf: Layer already exists [2021-01-09T02:06:02.877Z] 08ddb0f2fc2e: Layer already exists [2021-01-09T02:06:02.877Z] 5b85f9332abc: Layer already exists [2021-01-09T02:06:02.877Z] 777b2c648970: Layer already exists [2021-01-09T02:06:02.877Z] ef3cd685b852: Layer already exists [2021-01-09T02:06:02.877Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:dd593319f67b35656837324bb2ea44860b9564f25b9c9372c9fec7d8107836f7 size: 2197 [2021-01-09T02:06:02.884Z] Successfully built 7bd0d060826f [2021-01-09T02:06:02.884Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:03.208Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:03.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-09T02:06:03.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-09T02:06:03.507Z] cb6e0025b6da: Preparing [2021-01-09T02:06:03.507Z] 17f28591c9cf: Preparing [2021-01-09T02:06:03.507Z] 7266b4c01f28: Preparing [2021-01-09T02:06:03.507Z] 348cac102e96: Preparing [2021-01-09T02:06:03.507Z] ac35d35d461c: Preparing [2021-01-09T02:06:03.507Z] 08ddb0f2fc2e: Preparing [2021-01-09T02:06:03.507Z] ef3cd685b852: Preparing [2021-01-09T02:06:03.507Z] 5b85f9332abc: Preparing [2021-01-09T02:06:03.507Z] 777b2c648970: Preparing [2021-01-09T02:06:03.507Z] 08ddb0f2fc2e: Waiting [2021-01-09T02:06:03.507Z] ef3cd685b852: Waiting [2021-01-09T02:06:03.507Z] 5b85f9332abc: Waiting [2021-01-09T02:06:03.507Z] 777b2c648970: Waiting [2021-01-09T02:06:03.507Z] cb6e0025b6da: Layer already exists [2021-01-09T02:06:03.507Z] 348cac102e96: Layer already exists [2021-01-09T02:06:03.507Z] ac35d35d461c: Layer already exists [2021-01-09T02:06:03.507Z] 17f28591c9cf: Layer already exists [2021-01-09T02:06:03.507Z] 7266b4c01f28: Layer already exists [2021-01-09T02:06:03.507Z] ef3cd685b852: Layer already exists [2021-01-09T02:06:03.507Z] 08ddb0f2fc2e: Layer already exists [2021-01-09T02:06:03.507Z] 5b85f9332abc: Layer already exists [2021-01-09T02:06:03.507Z] 777b2c648970: Layer already exists [2021-01-09T02:06:03.507Z] master: digest: sha256:dd593319f67b35656837324bb2ea44860b9564f25b9c9372c9fec7d8107836f7 size: 2197 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:06:03.706Z] ===================================================== [Pipeline] echo [2021-01-09T02:06:03.761Z] taggedImages: [2021-01-09T02:06:03.761Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:03.761Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-09T02:06:03.761Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:03.761Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-09T02:06:03.835Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-09T02:06:03.835Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:03.835Z] 2.0.0-dev.33 [2021-01-09T02:06:03.835Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:03.835Z] master [2021-01-09T02:06:03.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:04.309Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:04.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:04.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-09T02:06:04.605Z] dee0685c2dbc: Preparing [2021-01-09T02:06:04.605Z] ae88054d2e0c: Preparing [2021-01-09T02:06:04.605Z] 896d0ed966ee: Preparing [2021-01-09T02:06:04.605Z] 3c6eb82f37bb: Preparing [2021-01-09T02:06:04.605Z] 9e241005db14: Preparing [2021-01-09T02:06:04.605Z] 87b8e73fd010: Preparing [2021-01-09T02:06:04.605Z] 87b8e73fd010: Waiting [2021-01-09T02:06:04.870Z] 3c6eb82f37bb: Pushed [2021-01-09T02:06:04.870Z] dee0685c2dbc: Pushed [2021-01-09T02:06:04.870Z] 896d0ed966ee: Pushed [2021-01-09T02:06:04.870Z] 9e241005db14: Pushed [2021-01-09T02:06:05.133Z] 87b8e73fd010: Pushed [2021-01-09T02:06:05.705Z] ae88054d2e0c: Pushed [2021-01-09T02:06:05.966Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:cf340e94f1002237ac0ee0e10058526669aae9823ba136b833b7cc2308c74226 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:06.270Z] + 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-09T02:06:06.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-09T02:06:06.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-09T02:06:06.568Z] dee0685c2dbc: Preparing [2021-01-09T02:06:06.568Z] ae88054d2e0c: Preparing [2021-01-09T02:06:06.568Z] 896d0ed966ee: Preparing [2021-01-09T02:06:06.568Z] 3c6eb82f37bb: Preparing [2021-01-09T02:06:06.568Z] 9e241005db14: Preparing [2021-01-09T02:06:06.568Z] 87b8e73fd010: Preparing [2021-01-09T02:06:06.568Z] 87b8e73fd010: Waiting [2021-01-09T02:06:06.568Z] 896d0ed966ee: Layer already exists [2021-01-09T02:06:06.568Z] 9e241005db14: Layer already exists [2021-01-09T02:06:06.568Z] 3c6eb82f37bb: Layer already exists [2021-01-09T02:06:06.568Z] ae88054d2e0c: Layer already exists [2021-01-09T02:06:06.568Z] dee0685c2dbc: Layer already exists [2021-01-09T02:06:06.568Z] 87b8e73fd010: Layer already exists [2021-01-09T02:06:06.568Z] 2.0.0-dev.33: digest: sha256:cf340e94f1002237ac0ee0e10058526669aae9823ba136b833b7cc2308c74226 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:06.871Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:07.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:07.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-09T02:06:07.170Z] dee0685c2dbc: Preparing [2021-01-09T02:06:07.170Z] ae88054d2e0c: Preparing [2021-01-09T02:06:07.170Z] 896d0ed966ee: Preparing [2021-01-09T02:06:07.170Z] 3c6eb82f37bb: Preparing [2021-01-09T02:06:07.170Z] 9e241005db14: Preparing [2021-01-09T02:06:07.170Z] 87b8e73fd010: Preparing [2021-01-09T02:06:07.170Z] 87b8e73fd010: Waiting [2021-01-09T02:06:07.170Z] 896d0ed966ee: Layer already exists [2021-01-09T02:06:07.170Z] 9e241005db14: Layer already exists [2021-01-09T02:06:07.170Z] dee0685c2dbc: Layer already exists [2021-01-09T02:06:07.170Z] 3c6eb82f37bb: Layer already exists [2021-01-09T02:06:07.170Z] ae88054d2e0c: Layer already exists [2021-01-09T02:06:07.170Z] 87b8e73fd010: Layer already exists [2021-01-09T02:06:07.170Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:cf340e94f1002237ac0ee0e10058526669aae9823ba136b833b7cc2308c74226 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:07.471Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:07.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-09T02:06:07.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-09T02:06:07.766Z] dee0685c2dbc: Preparing [2021-01-09T02:06:07.766Z] ae88054d2e0c: Preparing [2021-01-09T02:06:07.766Z] 896d0ed966ee: Preparing [2021-01-09T02:06:07.766Z] 3c6eb82f37bb: Preparing [2021-01-09T02:06:07.766Z] 9e241005db14: Preparing [2021-01-09T02:06:07.766Z] 87b8e73fd010: Preparing [2021-01-09T02:06:07.766Z] 87b8e73fd010: Waiting [2021-01-09T02:06:07.766Z] dee0685c2dbc: Layer already exists [2021-01-09T02:06:07.766Z] ae88054d2e0c: Layer already exists [2021-01-09T02:06:07.766Z] 9e241005db14: Layer already exists [2021-01-09T02:06:07.766Z] 3c6eb82f37bb: Layer already exists [2021-01-09T02:06:07.766Z] 896d0ed966ee: Layer already exists [2021-01-09T02:06:07.766Z] 87b8e73fd010: Layer already exists [2021-01-09T02:06:07.766Z] master: digest: sha256:cf340e94f1002237ac0ee0e10058526669aae9823ba136b833b7cc2308c74226 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:06:07.970Z] ===================================================== [Pipeline] echo [2021-01-09T02:06:08.020Z] taggedImages: [2021-01-09T02:06:08.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:08.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-09T02:06:08.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:08.020Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-09T02:06:08.086Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-09T02:06:08.086Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:08.086Z] 2.0.0-dev.33 [2021-01-09T02:06:08.086Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:08.086Z] master [2021-01-09T02:06:08.086Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:08.578Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:08.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:08.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-09T02:06:08.881Z] 4e69aed2f08e: Preparing [2021-01-09T02:06:08.881Z] 21ff995a9734: Preparing [2021-01-09T02:06:08.881Z] 59dc1d31e835: Preparing [2021-01-09T02:06:08.881Z] 59dc1d31e835: Pushed [2021-01-09T02:06:08.881Z] 4e69aed2f08e: Pushed [2021-01-09T02:06:09.834Z] 21ff995a9734: Pushed [2021-01-09T02:06:10.097Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:1d4c557baf1212eb6b0fee50f7ed190b2594c8447b7c5578317cc1d61854118a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:10.399Z] + 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-09T02:06:10.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-09T02:06:10.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-09T02:06:10.700Z] 4e69aed2f08e: Preparing [2021-01-09T02:06:10.700Z] 21ff995a9734: Preparing [2021-01-09T02:06:10.700Z] 59dc1d31e835: Preparing [2021-01-09T02:06:10.700Z] 4e69aed2f08e: Layer already exists [2021-01-09T02:06:10.700Z] 59dc1d31e835: Layer already exists [2021-01-09T02:06:10.700Z] 21ff995a9734: Layer already exists [2021-01-09T02:06:10.700Z] 2.0.0-dev.33: digest: sha256:1d4c557baf1212eb6b0fee50f7ed190b2594c8447b7c5578317cc1d61854118a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:11.006Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:11.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:11.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-09T02:06:11.322Z] 4e69aed2f08e: Preparing [2021-01-09T02:06:11.322Z] 21ff995a9734: Preparing [2021-01-09T02:06:11.322Z] 59dc1d31e835: Preparing [2021-01-09T02:06:11.322Z] 59dc1d31e835: Layer already exists [2021-01-09T02:06:11.322Z] 4e69aed2f08e: Layer already exists [2021-01-09T02:06:11.322Z] 21ff995a9734: Layer already exists [2021-01-09T02:06:11.322Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:1d4c557baf1212eb6b0fee50f7ed190b2594c8447b7c5578317cc1d61854118a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:11.738Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:12.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-09T02:06:12.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-09T02:06:12.079Z] 4e69aed2f08e: Preparing [2021-01-09T02:06:12.079Z] 21ff995a9734: Preparing [2021-01-09T02:06:12.079Z] 59dc1d31e835: Preparing [2021-01-09T02:06:12.079Z] 4e69aed2f08e: Layer already exists [2021-01-09T02:06:12.079Z] 59dc1d31e835: Layer already exists [2021-01-09T02:06:12.079Z] 21ff995a9734: Layer already exists [2021-01-09T02:06:12.079Z] master: digest: sha256:1d4c557baf1212eb6b0fee50f7ed190b2594c8447b7c5578317cc1d61854118a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:06:12.327Z] ===================================================== [Pipeline] echo [2021-01-09T02:06:12.384Z] taggedImages: [2021-01-09T02:06:12.384Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:12.384Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-09T02:06:12.384Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:12.384Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-09T02:06:12.449Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-09T02:06:12.449Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:12.449Z] 2.0.0-dev.33 [2021-01-09T02:06:12.449Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:12.449Z] master [2021-01-09T02:06:12.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:12.959Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:13.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:13.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-09T02:06:13.264Z] e60423fabb2f: Preparing [2021-01-09T02:06:13.264Z] 6a6249ecf970: Preparing [2021-01-09T02:06:13.264Z] 88992f51a361: Preparing [2021-01-09T02:06:13.264Z] 1b8bb6b075e1: Preparing [2021-01-09T02:06:13.264Z] 2d8c475bed25: Preparing [2021-01-09T02:06:13.264Z] ae8de62d6a38: Preparing [2021-01-09T02:06:13.264Z] 4f71f793c8b7: Preparing [2021-01-09T02:06:13.264Z] 0754057c0ad3: Preparing [2021-01-09T02:06:13.264Z] 998cdf262ab1: Preparing [2021-01-09T02:06:13.264Z] 02e56110abd2: Preparing [2021-01-09T02:06:13.264Z] abc36efb885a: Preparing [2021-01-09T02:06:13.264Z] b0b09059f4e1: Preparing [2021-01-09T02:06:13.264Z] bb961f40224b: Preparing [2021-01-09T02:06:13.264Z] f4666769fca7: Preparing [2021-01-09T02:06:13.264Z] 4f71f793c8b7: Waiting [2021-01-09T02:06:13.264Z] 0754057c0ad3: Waiting [2021-01-09T02:06:13.264Z] 998cdf262ab1: Waiting [2021-01-09T02:06:13.264Z] 02e56110abd2: Waiting [2021-01-09T02:06:13.264Z] abc36efb885a: Waiting [2021-01-09T02:06:13.264Z] b0b09059f4e1: Waiting [2021-01-09T02:06:13.264Z] ae8de62d6a38: Waiting [2021-01-09T02:06:13.264Z] bb961f40224b: Waiting [2021-01-09T02:06:13.264Z] f4666769fca7: Waiting [2021-01-09T02:06:13.535Z] 2d8c475bed25: Pushed [2021-01-09T02:06:13.535Z] e60423fabb2f: Pushed [2021-01-09T02:06:13.801Z] 1b8bb6b075e1: Pushed [2021-01-09T02:06:13.801Z] 0754057c0ad3: Layer already exists [2021-01-09T02:06:13.801Z] 998cdf262ab1: Layer already exists [2021-01-09T02:06:13.801Z] 4f71f793c8b7: Pushed [2021-01-09T02:06:13.801Z] 02e56110abd2: Layer already exists [2021-01-09T02:06:13.801Z] abc36efb885a: Layer already exists [2021-01-09T02:06:13.801Z] b0b09059f4e1: Layer already exists [2021-01-09T02:06:13.801Z] bb961f40224b: Layer already exists [2021-01-09T02:06:13.801Z] f4666769fca7: Layer already exists [2021-01-09T02:06:14.067Z] 6a6249ecf970: Pushed [2021-01-09T02:06:14.643Z] ae8de62d6a38: Pushed [2021-01-09T02:06:17.955Z] 88992f51a361: Pushed [2021-01-09T02:06:17.955Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:e832bbc93d2233d4815c9ea270b80d2b709f37e3e89d81dea0452547cd27808c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:18.258Z] + 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-09T02:06:18.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-09T02:06:18.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-09T02:06:18.559Z] e60423fabb2f: Preparing [2021-01-09T02:06:18.559Z] 6a6249ecf970: Preparing [2021-01-09T02:06:18.559Z] 88992f51a361: Preparing [2021-01-09T02:06:18.559Z] 1b8bb6b075e1: Preparing [2021-01-09T02:06:18.559Z] 2d8c475bed25: Preparing [2021-01-09T02:06:18.559Z] ae8de62d6a38: Preparing [2021-01-09T02:06:18.559Z] 4f71f793c8b7: Preparing [2021-01-09T02:06:18.559Z] 0754057c0ad3: Preparing [2021-01-09T02:06:18.559Z] 998cdf262ab1: Preparing [2021-01-09T02:06:18.559Z] 02e56110abd2: Preparing [2021-01-09T02:06:18.559Z] abc36efb885a: Preparing [2021-01-09T02:06:18.559Z] b0b09059f4e1: Preparing [2021-01-09T02:06:18.559Z] bb961f40224b: Preparing [2021-01-09T02:06:18.559Z] f4666769fca7: Preparing [2021-01-09T02:06:18.559Z] b0b09059f4e1: Waiting [2021-01-09T02:06:18.559Z] 998cdf262ab1: Waiting [2021-01-09T02:06:18.559Z] 02e56110abd2: Waiting [2021-01-09T02:06:18.559Z] bb961f40224b: Waiting [2021-01-09T02:06:18.559Z] f4666769fca7: Waiting [2021-01-09T02:06:18.559Z] abc36efb885a: Waiting [2021-01-09T02:06:18.559Z] ae8de62d6a38: Waiting [2021-01-09T02:06:18.559Z] 4f71f793c8b7: Waiting [2021-01-09T02:06:18.559Z] 0754057c0ad3: Waiting [2021-01-09T02:06:18.559Z] 88992f51a361: Layer already exists [2021-01-09T02:06:18.559Z] 6a6249ecf970: Layer already exists [2021-01-09T02:06:18.559Z] 1b8bb6b075e1: Layer already exists [2021-01-09T02:06:18.559Z] 2d8c475bed25: Layer already exists [2021-01-09T02:06:18.559Z] e60423fabb2f: Layer already exists [2021-01-09T02:06:18.559Z] ae8de62d6a38: Layer already exists [2021-01-09T02:06:18.559Z] 4f71f793c8b7: Layer already exists [2021-01-09T02:06:18.559Z] 0754057c0ad3: Layer already exists [2021-01-09T02:06:18.559Z] 02e56110abd2: Layer already exists [2021-01-09T02:06:18.559Z] 998cdf262ab1: Layer already exists [2021-01-09T02:06:18.559Z] abc36efb885a: Layer already exists [2021-01-09T02:06:18.559Z] b0b09059f4e1: Layer already exists [2021-01-09T02:06:18.559Z] f4666769fca7: Layer already exists [2021-01-09T02:06:18.559Z] bb961f40224b: Layer already exists [2021-01-09T02:06:18.559Z] 2.0.0-dev.33: digest: sha256:e832bbc93d2233d4815c9ea270b80d2b709f37e3e89d81dea0452547cd27808c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:18.862Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:19.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:19.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-09T02:06:19.166Z] e60423fabb2f: Preparing [2021-01-09T02:06:19.166Z] 6a6249ecf970: Preparing [2021-01-09T02:06:19.166Z] 88992f51a361: Preparing [2021-01-09T02:06:19.166Z] 1b8bb6b075e1: Preparing [2021-01-09T02:06:19.166Z] 2d8c475bed25: Preparing [2021-01-09T02:06:19.166Z] ae8de62d6a38: Preparing [2021-01-09T02:06:19.166Z] 4f71f793c8b7: Preparing [2021-01-09T02:06:19.166Z] 0754057c0ad3: Preparing [2021-01-09T02:06:19.166Z] 998cdf262ab1: Preparing [2021-01-09T02:06:19.166Z] 02e56110abd2: Preparing [2021-01-09T02:06:19.166Z] abc36efb885a: Preparing [2021-01-09T02:06:19.166Z] b0b09059f4e1: Preparing [2021-01-09T02:06:19.166Z] bb961f40224b: Preparing [2021-01-09T02:06:19.166Z] f4666769fca7: Preparing [2021-01-09T02:06:19.166Z] abc36efb885a: Waiting [2021-01-09T02:06:19.166Z] 0754057c0ad3: Waiting [2021-01-09T02:06:19.166Z] b0b09059f4e1: Waiting [2021-01-09T02:06:19.166Z] 998cdf262ab1: Waiting [2021-01-09T02:06:19.166Z] bb961f40224b: Waiting [2021-01-09T02:06:19.166Z] 02e56110abd2: Waiting [2021-01-09T02:06:19.166Z] ae8de62d6a38: Waiting [2021-01-09T02:06:19.166Z] 4f71f793c8b7: Waiting [2021-01-09T02:06:19.166Z] 6a6249ecf970: Layer already exists [2021-01-09T02:06:19.166Z] 1b8bb6b075e1: Layer already exists [2021-01-09T02:06:19.166Z] e60423fabb2f: Layer already exists [2021-01-09T02:06:19.166Z] 88992f51a361: Layer already exists [2021-01-09T02:06:19.166Z] 2d8c475bed25: Layer already exists [2021-01-09T02:06:19.166Z] ae8de62d6a38: Layer already exists [2021-01-09T02:06:19.166Z] 4f71f793c8b7: Layer already exists [2021-01-09T02:06:19.166Z] 02e56110abd2: Layer already exists [2021-01-09T02:06:19.166Z] 0754057c0ad3: Layer already exists [2021-01-09T02:06:19.166Z] 998cdf262ab1: Layer already exists [2021-01-09T02:06:19.166Z] abc36efb885a: Layer already exists [2021-01-09T02:06:19.166Z] f4666769fca7: Layer already exists [2021-01-09T02:06:19.166Z] b0b09059f4e1: Layer already exists [2021-01-09T02:06:19.166Z] bb961f40224b: Layer already exists [2021-01-09T02:06:19.166Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:e832bbc93d2233d4815c9ea270b80d2b709f37e3e89d81dea0452547cd27808c size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:19.474Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:06:19.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-09T02:06:19.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-09T02:06:19.774Z] e60423fabb2f: Preparing [2021-01-09T02:06:19.774Z] 6a6249ecf970: Preparing [2021-01-09T02:06:19.774Z] 88992f51a361: Preparing [2021-01-09T02:06:19.774Z] 1b8bb6b075e1: Preparing [2021-01-09T02:06:19.774Z] 2d8c475bed25: Preparing [2021-01-09T02:06:19.774Z] ae8de62d6a38: Preparing [2021-01-09T02:06:19.774Z] 4f71f793c8b7: Preparing [2021-01-09T02:06:19.774Z] 0754057c0ad3: Preparing [2021-01-09T02:06:19.774Z] 998cdf262ab1: Preparing [2021-01-09T02:06:19.774Z] 02e56110abd2: Preparing [2021-01-09T02:06:19.774Z] abc36efb885a: Preparing [2021-01-09T02:06:19.774Z] b0b09059f4e1: Preparing [2021-01-09T02:06:19.774Z] bb961f40224b: Preparing [2021-01-09T02:06:19.774Z] f4666769fca7: Preparing [2021-01-09T02:06:19.774Z] ae8de62d6a38: Waiting [2021-01-09T02:06:19.774Z] 4f71f793c8b7: Waiting [2021-01-09T02:06:19.774Z] 0754057c0ad3: Waiting [2021-01-09T02:06:19.774Z] 998cdf262ab1: Waiting [2021-01-09T02:06:19.774Z] 02e56110abd2: Waiting [2021-01-09T02:06:19.774Z] abc36efb885a: Waiting [2021-01-09T02:06:19.774Z] b0b09059f4e1: Waiting [2021-01-09T02:06:19.774Z] bb961f40224b: Waiting [2021-01-09T02:06:19.774Z] f4666769fca7: Waiting [2021-01-09T02:06:19.774Z] 1b8bb6b075e1: Layer already exists [2021-01-09T02:06:19.774Z] 2d8c475bed25: Layer already exists [2021-01-09T02:06:19.774Z] e60423fabb2f: Layer already exists [2021-01-09T02:06:19.774Z] 6a6249ecf970: Layer already exists [2021-01-09T02:06:19.774Z] 88992f51a361: Layer already exists [2021-01-09T02:06:19.774Z] 0754057c0ad3: Layer already exists [2021-01-09T02:06:19.774Z] 4f71f793c8b7: Layer already exists [2021-01-09T02:06:19.774Z] 02e56110abd2: Layer already exists [2021-01-09T02:06:19.774Z] ae8de62d6a38: Layer already exists [2021-01-09T02:06:19.774Z] 998cdf262ab1: Layer already exists [2021-01-09T02:06:19.774Z] abc36efb885a: Layer already exists [2021-01-09T02:06:19.774Z] b0b09059f4e1: Layer already exists [2021-01-09T02:06:19.774Z] bb961f40224b: Layer already exists [2021-01-09T02:06:19.774Z] f4666769fca7: Layer already exists [2021-01-09T02:06:20.037Z] master: digest: sha256:e832bbc93d2233d4815c9ea270b80d2b709f37e3e89d81dea0452547cd27808c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:06:20.363Z] ===================================================== [Pipeline] echo [2021-01-09T02:06:20.424Z] taggedImages: [2021-01-09T02:06:20.424Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:06:20.424Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-09T02:06:20.424Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:06:20.424Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-09T02:06:21.182Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:06:21.182Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:06:21.182Z] ---> 1d38645d730f [2021-01-09T02:06:21.182Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T02:06:21.182Z] ---> Using cache [2021-01-09T02:06:21.182Z] ---> 8142bfdbf2c5 [2021-01-09T02:06:21.182Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:06:21.182Z] ---> Using cache [2021-01-09T02:06:21.182Z] ---> 0450d657a782 [2021-01-09T02:06:21.182Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T02:06:23.163Z] ---> Running in e5c74f11ddda [2021-01-09T02:06:24.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:24.898Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:06:24.898Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:06:24.898Z] ---> 1d38645d730f [2021-01-09T02:06:24.898Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T02:06:24.898Z] ---> Using cache [2021-01-09T02:06:24.898Z] ---> 8142bfdbf2c5 [2021-01-09T02:06:24.898Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:06:24.898Z] ---> Using cache [2021-01-09T02:06:24.898Z] ---> 0450d657a782 [2021-01-09T02:06:24.898Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T02:06:25.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:26.095Z] ---> Running in 39fbe5b43305 [2021-01-09T02:06:26.095Z] OK: 217 MiB in 51 packages [2021-01-09T02:06:26.371Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:06:26.371Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:06:26.371Z] ---> 1d38645d730f [2021-01-09T02:06:26.371Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T02:06:26.371Z] ---> Using cache [2021-01-09T02:06:26.371Z] ---> 8142bfdbf2c5 [2021-01-09T02:06:26.371Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:06:26.371Z] ---> Using cache [2021-01-09T02:06:26.371Z] ---> 0450d657a782 [2021-01-09T02:06:26.371Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T02:06:26.971Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T02:06:26.971Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T02:06:26.971Z] ---> 1d38645d730f [2021-01-09T02:06:26.971Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T02:06:26.971Z] ---> Using cache [2021-01-09T02:06:26.971Z] ---> 8142bfdbf2c5 [2021-01-09T02:06:26.971Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:06:26.971Z] ---> Using cache [2021-01-09T02:06:26.971Z] ---> 0450d657a782 [2021-01-09T02:06:26.971Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T02:06:26.971Z] ---> Running in 4614fe0a9cb1 [2021-01-09T02:06:26.971Z] ---> Running in b94211d5bca7 [2021-01-09T02:06:27.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:27.976Z] Removing intermediate container e5c74f11ddda [2021-01-09T02:06:27.976Z] ---> 7152650de72f [2021-01-09T02:06:27.976Z] Step 6/21 : COPY go.mod . [2021-01-09T02:06:28.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:28.968Z] ---> 33d4e6f62fa0 [2021-01-09T02:06:28.968Z] Step 7/21 : RUN go mod download [2021-01-09T02:06:28.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:28.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:28.968Z] ---> Running in 538dd2350183 [2021-01-09T02:06:29.568Z] OK: 217 MiB in 51 packages [2021-01-09T02:06:29.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:29.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:06:30.857Z] OK: 217 MiB in 51 packages [2021-01-09T02:06:30.857Z] OK: 217 MiB in 51 packages [2021-01-09T02:06:30.857Z] Removing intermediate container 39fbe5b43305 [2021-01-09T02:06:30.857Z] ---> 2ea8785e2a88 [2021-01-09T02:06:30.857Z] Step 6/26 : COPY go.mod . [2021-01-09T02:06:32.307Z] ---> 31422782d0b5 [2021-01-09T02:06:32.307Z] Step 7/26 : RUN go mod download [2021-01-09T02:06:32.307Z] ---> Running in f78ba94993be [2021-01-09T02:06:32.307Z] Removing intermediate container b94211d5bca7 [2021-01-09T02:06:32.307Z] ---> eafd364b3f3b [2021-01-09T02:06:32.307Z] Step 6/23 : COPY go.mod . [2021-01-09T02:06:32.584Z] Removing intermediate container 538dd2350183 [2021-01-09T02:06:32.584Z] ---> 58c54ab9497c [2021-01-09T02:06:32.584Z] Step 8/21 : COPY . . [2021-01-09T02:06:32.862Z] Removing intermediate container 4614fe0a9cb1 [2021-01-09T02:06:32.862Z] ---> 2568888750f1 [2021-01-09T02:06:32.862Z] Step 6/21 : COPY go.mod . [2021-01-09T02:06:33.461Z] ---> 9939563f21b9 [2021-01-09T02:06:33.461Z] Step 7/23 : RUN go mod download [2021-01-09T02:06:34.439Z] ---> 9d91b73e44c5 [2021-01-09T02:06:34.439Z] Step 7/21 : RUN go mod download [2021-01-09T02:06:34.439Z] ---> Running in 416629b47054 [2021-01-09T02:06:35.422Z] ---> Running in 61d68262a811 [2021-01-09T02:06:36.873Z] Removing intermediate container f78ba94993be [2021-01-09T02:06:36.873Z] ---> ee23b9caaf69 [2021-01-09T02:06:36.873Z] Step 8/26 : COPY . . [2021-01-09T02:06:41.188Z] Removing intermediate container 416629b47054 [2021-01-09T02:06:41.188Z] ---> 7fef417c527e [2021-01-09T02:06:41.188Z] Step 8/23 : COPY . . [2021-01-09T02:06:41.188Z] Removing intermediate container 61d68262a811 [2021-01-09T02:06:41.188Z] ---> c15f0cff5089 [2021-01-09T02:06:41.188Z] Step 8/21 : COPY . . [2021-01-09T02:06:43.174Z] ---> d2970cbda08a [2021-01-09T02:06:43.174Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T02:06:45.807Z] ---> Running in 7c570400ed79 [2021-01-09T02:06:46.786Z] 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-09T02:06:48.226Z] ---> 00bf1aea2f99 [2021-01-09T02:06:48.226Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T02:06:49.241Z] ---> Running in 68fb2b15b0f0 [2021-01-09T02:06:51.898Z] 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-09T02:06:54.539Z] ---> d00b212540c0 [2021-01-09T02:06:54.539Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T02:06:54.811Z] ---> 4dca32bf6324 [2021-01-09T02:06:54.811Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T02:06:55.086Z] ---> Running in 97926f6b7392 [2021-01-09T02:06:55.086Z] ---> Running in 43a249b046ba [2021-01-09T02:06:57.065Z] 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-09T02:06:57.065Z] 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-09T02:07:44.093Z] 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-09T02:08:02.513Z] Removing intermediate container 7c570400ed79 [2021-01-09T02:08:02.513Z] ---> 4ac4ef0887d8 [2021-01-09T02:08:02.513Z] [2021-01-09T02:08:02.513Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T02:08:02.513Z] ---> afeebe901d6b [2021-01-09T02:08:02.513Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T02:08:02.513Z] ---> Running in 5d6d20d52bc3 [2021-01-09T02:08:02.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:02.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:02.513Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T02:08:02.795Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:08:02.795Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T02:08:02.795Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T02:08:02.795Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:08:02.795Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T02:08:03.098Z] OK: 7 MiB in 18 packages [2021-01-09T02:08:06.582Z] Removing intermediate container 5d6d20d52bc3 [2021-01-09T02:08:06.582Z] ---> cda34b25fadb [2021-01-09T02:08:06.582Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T02:08:07.184Z] ---> Running in 4f6484af8a85 [2021-01-09T02:08:07.802Z] Removing intermediate container 68fb2b15b0f0 [2021-01-09T02:08:07.802Z] ---> faa63489d370 [2021-01-09T02:08:07.802Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T02:08:07.802Z] Removing intermediate container 4f6484af8a85 [2021-01-09T02:08:07.802Z] ---> 15558824b6ca [2021-01-09T02:08:07.802Z] Step 13/21 : WORKDIR /edgex [2021-01-09T02:08:08.088Z] ---> Running in b2c24b871fff [2021-01-09T02:08:08.088Z] ---> Running in f80deb1c5a51 [2021-01-09T02:08:09.097Z] Removing intermediate container f80deb1c5a51 [2021-01-09T02:08:09.097Z] ---> f6dfd41fdbe7 [2021-01-09T02:08:09.097Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T02:08:10.550Z] 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-09T02:08:10.826Z] ---> 5e2456556f18 [2021-01-09T02:08:10.826Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T02:08:13.500Z] ---> c6922e3f7f55 [2021-01-09T02:08:13.500Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T02:08:14.501Z] Removing intermediate container 43a249b046ba [2021-01-09T02:08:14.501Z] ---> a33a2cf3fba0 [2021-01-09T02:08:14.501Z] [2021-01-09T02:08:14.501Z] Step 10/21 : FROM scratch [2021-01-09T02:08:14.501Z] ---> [2021-01-09T02:08:14.501Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:08:14.779Z] ---> Using cache [2021-01-09T02:08:14.779Z] ---> 016e35f634f8 [2021-01-09T02:08:14.779Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-09T02:08:15.062Z] ---> Running in f5398324a01c [2021-01-09T02:08:15.669Z] ---> 6dfcb494b4b7 [2021-01-09T02:08:15.669Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T02:08:15.951Z] Removing intermediate container f5398324a01c [2021-01-09T02:08:15.951Z] ---> 962af0ef6fac [2021-01-09T02:08:15.951Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-09T02:08:15.951Z] ---> Running in 79e233d32929 [2021-01-09T02:08:15.951Z] Removing intermediate container b2c24b871fff [2021-01-09T02:08:15.951Z] ---> 95d97d3b15c3 [2021-01-09T02:08:15.951Z] [2021-01-09T02:08:15.951Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T02:08:16.240Z] 20.10.0: Pulling from library/docker [2021-01-09T02:08:16.240Z] ---> Running in 0d3da3bc59f3 [2021-01-09T02:08:16.839Z] Removing intermediate container 79e233d32929 [2021-01-09T02:08:16.839Z] ---> 2de2174d689f [2021-01-09T02:08:16.839Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T02:08:17.438Z] ---> Running in 48c0ccde61d9 [2021-01-09T02:08:17.438Z] Removing intermediate container 0d3da3bc59f3 [2021-01-09T02:08:17.438Z] ---> a70bce9efd97 [2021-01-09T02:08:17.438Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T02:08:18.425Z] Removing intermediate container 48c0ccde61d9 [2021-01-09T02:08:18.425Z] ---> 29ee1032e892 [2021-01-09T02:08:18.425Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T02:08:18.425Z] ---> Running in 509edc8a4e71 [2021-01-09T02:08:18.700Z] ---> 579fb84fae10 [2021-01-09T02:08:18.700Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T02:08:19.684Z] Removing intermediate container 509edc8a4e71 [2021-01-09T02:08:19.684Z] ---> c87c1f3a71f2 [2021-01-09T02:08:19.684Z] Step 20/21 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:08:20.294Z] ---> Running in a2de2892f4f7 [2021-01-09T02:08:20.294Z] ---> 03a085d18cf3 [2021-01-09T02:08:20.294Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T02:08:20.904Z] Removing intermediate container a2de2892f4f7 [2021-01-09T02:08:20.904Z] ---> 48107803d643 [2021-01-09T02:08:20.904Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-09T02:08:21.187Z] ---> Running in 53ecbe899d64 [2021-01-09T02:08:21.460Z] ---> 1c929c3a2cdd [2021-01-09T02:08:21.460Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T02:08:21.733Z] Removing intermediate container 53ecbe899d64 [2021-01-09T02:08:21.733Z] ---> 848c36d4059b [2021-01-09T02:08:21.733Z] [2021-01-09T02:08:21.733Z] ---> Running in 053a2acbc3c4 [2021-01-09T02:08:22.008Z] Successfully built 848c36d4059b [2021-01-09T02:08:22.290Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-09T02:08:22.563Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 053a2acbc3c4 [2021-01-09T02:08:22.563Z] ---> 9a353a88e20d [2021-01-09T02:08:22.563Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:08:23.167Z] ---> Running in a61d8b113d66 [2021-01-09T02:08:24.175Z] Removing intermediate container a61d8b113d66 [2021-01-09T02:08:24.175Z] ---> 185be068891a [2021-01-09T02:08:24.175Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T02:08:24.458Z] ---> Running in a0ee31dc1b07 [2021-01-09T02:08:25.062Z] Removing intermediate container a0ee31dc1b07 [2021-01-09T02:08:25.062Z] ---> fea6284e11ef [2021-01-09T02:08:25.062Z] Step 20/21 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:08:25.337Z] ---> Running in 5bf260088a6c [2021-01-09T02:08:25.938Z] Removing intermediate container 5bf260088a6c [2021-01-09T02:08:25.938Z] ---> a515bf2ae616 [2021-01-09T02:08:25.938Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-09T02:08:26.218Z] ---> Running in 46cd5a787e4d [2021-01-09T02:08:27.195Z] Removing intermediate container 46cd5a787e4d [2021-01-09T02:08:27.195Z] ---> 811f289c35c7 [2021-01-09T02:08:27.195Z] [2021-01-09T02:08:27.195Z] Successfully built 811f289c35c7 [2021-01-09T02:08:27.195Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-09T02:08:28.174Z]  Building docker-support-scheduler-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T02:08:28.174Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T02:08:28.174Z] ---> eeaf43b92773 [2021-01-09T02:08:28.174Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T02:08:28.455Z] ---> Running in f01834469253 [2021-01-09T02:08:29.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:29.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:30.484Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T02:08:30.484Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T02:08:30.484Z] Executing bash-5.0.17-r0.post-install [2021-01-09T02:08:30.484Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:08:30.484Z] OK: 12 MiB in 22 packages [2021-01-09T02:08:32.462Z] Removing intermediate container 97926f6b7392 [2021-01-09T02:08:32.462Z] ---> 7efa23705dae [2021-01-09T02:08:32.462Z] [2021-01-09T02:08:32.462Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T02:08:32.462Z] ---> afeebe901d6b [2021-01-09T02:08:32.462Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T02:08:32.462Z] ---> Running in 839ba7484655 [2021-01-09T02:08:32.462Z] Removing intermediate container f01834469253 [2021-01-09T02:08:32.462Z] ---> f52cd95de623 [2021-01-09T02:08:32.462Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T02:08:32.737Z] ---> Running in 925f87e6cfab [2021-01-09T02:08:32.737Z] Removing intermediate container 839ba7484655 [2021-01-09T02:08:32.737Z] ---> 85f351998d83 [2021-01-09T02:08:32.737Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T02:08:33.023Z] ---> Running in 1d3a413af037 [2021-01-09T02:08:33.023Z] Removing intermediate container 925f87e6cfab [2021-01-09T02:08:33.023Z] ---> 89191e72b812 [2021-01-09T02:08:33.023Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T02:08:33.297Z] ---> Running in d156a57372c0 [2021-01-09T02:08:33.570Z] Removing intermediate container 1d3a413af037 [2021-01-09T02:08:33.570Z] ---> ee77f0601840 [2021-01-09T02:08:33.570Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T02:08:33.570Z] ---> Running in 2dc6116b417e [2021-01-09T02:08:33.843Z] Removing intermediate container d156a57372c0 [2021-01-09T02:08:33.843Z] ---> 128199600062 [2021-01-09T02:08:33.843Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T02:08:34.114Z] ---> Running in 3f8bc359eb57 [2021-01-09T02:08:34.114Z] Removing intermediate container 2dc6116b417e [2021-01-09T02:08:34.114Z] ---> 1fafc829c58b [2021-01-09T02:08:34.114Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T02:08:34.392Z] ---> Running in c056e4dd9ae7 [2021-01-09T02:08:34.667Z] Removing intermediate container 3f8bc359eb57 [2021-01-09T02:08:34.667Z] ---> caa05b08fa87 [2021-01-09T02:08:34.667Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T02:08:36.107Z] ---> 5b8f6b2d00ce [2021-01-09T02:08:36.107Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T02:08:36.700Z] ---> 94858948e940 [2021-01-09T02:08:36.700Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T02:08:36.972Z] Removing intermediate container c056e4dd9ae7 [2021-01-09T02:08:36.972Z] ---> a90fc49855f9 [2021-01-09T02:08:36.972Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-09T02:08:37.252Z] ---> Running in 8f71e53e137d [2021-01-09T02:08:37.528Z] ---> a60f7655c853 [2021-01-09T02:08:37.528Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T02:08:37.801Z] ---> Running in 10f9a24f0cf8 [2021-01-09T02:08:38.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:38.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:38.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:39.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:08:39.533Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T02:08:39.533Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T02:08:39.533Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T02:08:39.533Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T02:08:39.806Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T02:08:39.807Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T02:08:39.807Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T02:08:40.079Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-09T02:08:40.079Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-09T02:08:40.079Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-09T02:08:40.351Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-09T02:08:40.631Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-09T02:08:40.631Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:08:40.631Z] OK: 8 MiB in 19 packages [2021-01-09T02:08:41.615Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T02:08:41.615Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T02:08:41.615Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T02:08:41.615Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T02:08:41.615Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T02:08:41.615Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T02:08:41.615Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T02:08:41.615Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T02:08:41.889Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T02:08:41.889Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T02:08:41.889Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T02:08:41.889Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T02:08:41.889Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T02:08:41.889Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T02:08:41.889Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T02:08:41.889Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T02:08:41.889Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T02:08:42.166Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T02:08:42.166Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T02:08:42.166Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T02:08:42.166Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T02:08:42.166Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T02:08:42.166Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T02:08:42.166Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T02:08:42.166Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T02:08:42.166Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T02:08:42.439Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:08:42.439Z] OK: 71 MiB in 55 packages [2021-01-09T02:08:42.715Z] Removing intermediate container 8f71e53e137d [2021-01-09T02:08:42.715Z] ---> 62f53318e5bd [2021-01-09T02:08:42.715Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T02:08:43.695Z] ---> 066a4e613ef7 [2021-01-09T02:08:43.695Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T02:08:45.136Z] ---> 773ab2e03035 [2021-01-09T02:08:45.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T02:08:46.125Z] ---> 75276931488a [2021-01-09T02:08:46.125Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T02:08:46.404Z] ---> Running in 102d51ecd222 [2021-01-09T02:08:47.006Z] Removing intermediate container 102d51ecd222 [2021-01-09T02:08:47.006Z] ---> e5ad1dc97620 [2021-01-09T02:08:47.006Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:08:47.286Z] ---> Running in 1a8c6f0e1c8c [2021-01-09T02:08:47.880Z] Removing intermediate container 1a8c6f0e1c8c [2021-01-09T02:08:47.880Z] ---> c51af49f4e9a [2021-01-09T02:08:47.880Z] Step 21/23 : LABEL arch=arm64 [2021-01-09T02:08:48.154Z] ---> Running in 6679edfbbdc6 [2021-01-09T02:08:48.425Z] Removing intermediate container 10f9a24f0cf8 [2021-01-09T02:08:48.425Z] ---> e49ec2f8f34a [2021-01-09T02:08:48.425Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T02:08:48.697Z] ---> Running in 28e3bfb866cc [2021-01-09T02:08:48.697Z] Removing intermediate container 6679edfbbdc6 [2021-01-09T02:08:48.697Z] ---> 5b17a7ceee7f [2021-01-09T02:08:48.697Z] Step 22/23 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:08:48.969Z] ---> Running in 67ea19243bc8 [2021-01-09T02:08:49.243Z] Removing intermediate container 67ea19243bc8 [2021-01-09T02:08:49.517Z] ---> deac693b8547 [2021-01-09T02:08:49.517Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-09T02:08:49.517Z] ---> Running in 830caf39e5f7 [2021-01-09T02:08:50.117Z] Removing intermediate container 830caf39e5f7 [2021-01-09T02:08:50.117Z] ---> 219da17020b8 [2021-01-09T02:08:50.117Z] [2021-01-09T02:08:50.393Z] Successfully built 219da17020b8 [2021-01-09T02:08:50.393Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-09T02:08:53.767Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-09T02:08:53.767Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T02:08:54.037Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T02:08:54.037Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T02:08:55.009Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T02:08:55.009Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T02:08:55.280Z] 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-09T02:08:55.550Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T02:08:55.550Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T02:08:57.521Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T02:08:57.521Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T02:08:59.480Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T02:08:59.480Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T02:09:01.447Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T02:09:01.447Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T02:09:02.425Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T02:09:02.425Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T02:09:02.697Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T02:09:02.697Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T02:09:03.290Z] Collecting PyYAML<4,>=3.10 [2021-01-09T02:09:03.290Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T02:09:06.723Z] Collecting idna<2.8,>=2.5 [2021-01-09T02:09:06.723Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T02:09:06.723Z] 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-09T02:09:07.020Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T02:09:07.020Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T02:09:07.325Z] 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-09T02:09:07.325Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T02:09:07.668Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T02:09:07.668Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T02:09:07.668Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T02:09:07.668Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T02:09:07.668Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T02:09:08.642Z] Installing collected packages: jsonschema, idna, urllib3, requests, texttable, dockerpty, docopt, websocket-client, docker-pycreds, docker, cached-property, PyYAML, docker-compose [2021-01-09T02:09:08.642Z] Attempting uninstall: idna [2021-01-09T02:09:08.642Z] Found existing installation: idna 2.9 [2021-01-09T02:09:08.642Z] Uninstalling idna-2.9: [2021-01-09T02:09:08.914Z] Successfully uninstalled idna-2.9 [2021-01-09T02:09:09.508Z] Attempting uninstall: urllib3 [2021-01-09T02:09:09.508Z] Found existing installation: urllib3 1.25.9 [2021-01-09T02:09:09.508Z] Uninstalling urllib3-1.25.9: [2021-01-09T02:09:09.508Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T02:09:10.101Z] Attempting uninstall: requests [2021-01-09T02:09:10.101Z] Found existing installation: requests 2.23.0 [2021-01-09T02:09:10.101Z] Uninstalling requests-2.23.0: [2021-01-09T02:09:10.101Z] Successfully uninstalled requests-2.23.0 [2021-01-09T02:09:10.690Z] Running setup.py install for texttable: started [2021-01-09T02:09:12.109Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T02:09:12.109Z] Running setup.py install for dockerpty: started [2021-01-09T02:09:14.070Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T02:09:14.070Z] Running setup.py install for docopt: started [2021-01-09T02:09:15.492Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T02:09:16.916Z] Running setup.py install for PyYAML: started [2021-01-09T02:09:18.878Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T02:09:19.472Z] 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-09T02:09:23.761Z] Removing intermediate container 28e3bfb866cc [2021-01-09T02:09:23.761Z] ---> 6ee214ac4995 [2021-01-09T02:09:23.761Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T02:09:23.761Z] ---> Running in 01a7df9c29d2 [2021-01-09T02:09:24.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T02:09:24.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T02:09:25.213Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T02:09:25.213Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T02:09:25.213Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T02:09:25.213Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T02:09:25.213Z] OK: 71 MiB in 58 packages [2021-01-09T02:09:26.641Z] Removing intermediate container 01a7df9c29d2 [2021-01-09T02:09:26.641Z] ---> 6d6c2ccec3d5 [2021-01-09T02:09:26.641Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T02:09:26.641Z] ---> Running in aec1d66992a8 [2021-01-09T02:09:27.236Z] Removing intermediate container aec1d66992a8 [2021-01-09T02:09:27.236Z] ---> 59347819783a [2021-01-09T02:09:27.237Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T02:09:27.237Z] ---> Running in bb0b247b389d [2021-01-09T02:09:27.830Z] Removing intermediate container bb0b247b389d [2021-01-09T02:09:27.830Z] ---> af2e5da263d8 [2021-01-09T02:09:27.830Z] Step 24/26 : LABEL arch=arm64 [2021-01-09T02:09:27.830Z] ---> Running in 846896c954c3 [2021-01-09T02:09:28.103Z] Removing intermediate container 846896c954c3 [2021-01-09T02:09:28.103Z] ---> 049a64d0603f [2021-01-09T02:09:28.103Z] Step 25/26 : LABEL git_sha=310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:28.381Z] ---> Running in ecd0fcf9381c [2021-01-09T02:09:28.974Z] Removing intermediate container ecd0fcf9381c [2021-01-09T02:09:28.974Z] ---> 162df15d59f0 [2021-01-09T02:09:28.974Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-09T02:09:28.974Z] ---> Running in cbcc050f4dc9 [2021-01-09T02:09:29.565Z] Removing intermediate container cbcc050f4dc9 [2021-01-09T02:09:29.566Z] ---> 5a539e89a3bc [2021-01-09T02:09:29.566Z] [2021-01-09T02:09:29.566Z] Successfully built 5a539e89a3bc [2021-01-09T02:09:29.838Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-09T02:09:29.854Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-09T02:09:30.014Z] $ docker stop --time=1 9711f9d73aea24aee201cdebcc53e0296b055239214fe0f81d9cab68d1d7cf38 [2021-01-09T02:09:31.974Z] $ docker rm -f 9711f9d73aea24aee201cdebcc53e0296b055239214fe0f81d9cab68d1d7cf38 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T02:09:32.569Z] + + docker images [2021-01-09T02:09:32.569Z] grep docker [2021-01-09T02:09:32.839Z] docker-sys-mgmt-agent-go-arm64 latest 5a539e89a3bc 3 seconds ago 300MB [2021-01-09T02:09:32.839Z] docker-core-data-go-arm64 latest 219da17020b8 43 seconds ago 21MB [2021-01-09T02:09:32.839Z] docker-support-scheduler-go-arm64 latest 811f289c35c7 About a minute ago 10MB [2021-01-09T02:09:32.839Z] docker-security-proxy-setup-go-arm64 latest 848c36d4059b About a minute ago 23.3MB [2021-01-09T02:09:32.839Z] docker-security-secretstore-setup-go-arm64 latest 7bd0d060826f 3 minutes ago 23.4MB [2021-01-09T02:09:32.839Z] docker-core-metadata-go-arm64 latest 39f5898425ec 3 minutes ago 12.2MB [2021-01-09T02:09:32.839Z] docker-security-bootstrap-redis-go-arm64 latest 4fef15e35d0f 3 minutes ago 15.1MB [2021-01-09T02:09:32.839Z] docker-support-notifications-go-arm64 latest df6cfba97594 3 minutes ago 11.4MB [2021-01-09T02:09:32.839Z] docker-core-command-go-arm64 latest 4ec23a7c3868 3 minutes ago 9.98MB [2021-01-09T02:09:32.839Z] docker 20.10.0 eeaf43b92773 4 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-09T02:09:33.431Z] provisioning config files... [2021-01-09T02:09:33.474Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/282@tmp/config7132298320390383823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:09:33.892Z] ---> docker-login.sh [2021-01-09T02:09:33.892Z] nexus3.edgexfoundry.org:10001 [2021-01-09T02:09:34.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:09:34.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:09:34.435Z] Configure a credential helper to remove this warning. See [2021-01-09T02:09:34.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:09:34.435Z] [2021-01-09T02:09:34.435Z] Login Succeeded [2021-01-09T02:09:34.435Z] nexus3.edgexfoundry.org:10002 [2021-01-09T02:09:34.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:09:34.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:09:34.980Z] Configure a credential helper to remove this warning. See [2021-01-09T02:09:34.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:09:34.980Z] [2021-01-09T02:09:34.980Z] Login Succeeded [2021-01-09T02:09:34.980Z] nexus3.edgexfoundry.org:10003 [2021-01-09T02:09:35.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:09:35.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:09:35.529Z] Configure a credential helper to remove this warning. See [2021-01-09T02:09:35.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:09:35.529Z] [2021-01-09T02:09:35.529Z] Login Succeeded [2021-01-09T02:09:35.529Z] nexus3.edgexfoundry.org:10004 [2021-01-09T02:09:36.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:09:36.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:09:36.134Z] Configure a credential helper to remove this warning. See [2021-01-09T02:09:36.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:09:36.134Z] [2021-01-09T02:09:36.134Z] Login Succeeded [2021-01-09T02:09:36.134Z] docker.io [2021-01-09T02:09:36.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T02:09:36.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T02:09:36.995Z] Configure a credential helper to remove this warning. See [2021-01-09T02:09:36.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T02:09:36.995Z] [2021-01-09T02:09:36.995Z] Login Succeeded [2021-01-09T02:09:36.995Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T02:09:37.011Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:09:37.252Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-09T02:09:37.253Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:37.253Z] 2.0.0-dev.33 [2021-01-09T02:09:37.253Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:37.253Z] master [2021-01-09T02:09:37.253Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:37.785Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:38.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:38.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-09T02:09:38.120Z] 881ecba3f340: Preparing [2021-01-09T02:09:38.120Z] 9183a5fa737c: Preparing [2021-01-09T02:09:38.120Z] 911ba765cea8: Preparing [2021-01-09T02:09:38.393Z] 911ba765cea8: Pushed [2021-01-09T02:09:38.393Z] 881ecba3f340: Pushed [2021-01-09T02:09:40.997Z] 9183a5fa737c: Pushed [2021-01-09T02:09:40.997Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:83625597f5f707b52d8cecab2a3a59ba6ff7b23126670b4aaa7b188bf7117af3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:41.338Z] + 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-09T02:09:41.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-09T02:09:41.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-09T02:09:41.675Z] 881ecba3f340: Preparing [2021-01-09T02:09:41.675Z] 9183a5fa737c: Preparing [2021-01-09T02:09:41.675Z] 911ba765cea8: Preparing [2021-01-09T02:09:41.675Z] 911ba765cea8: Layer already exists [2021-01-09T02:09:41.675Z] 881ecba3f340: Layer already exists [2021-01-09T02:09:41.675Z] 9183a5fa737c: Layer already exists [2021-01-09T02:09:41.949Z] 2.0.0-dev.33: digest: sha256:83625597f5f707b52d8cecab2a3a59ba6ff7b23126670b4aaa7b188bf7117af3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:42.298Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:42.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:42.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-09T02:09:42.639Z] 881ecba3f340: Preparing [2021-01-09T02:09:42.639Z] 9183a5fa737c: Preparing [2021-01-09T02:09:42.639Z] 911ba765cea8: Preparing [2021-01-09T02:09:42.639Z] 911ba765cea8: Layer already exists [2021-01-09T02:09:42.639Z] 881ecba3f340: Layer already exists [2021-01-09T02:09:42.639Z] 9183a5fa737c: Layer already exists [2021-01-09T02:09:42.910Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:83625597f5f707b52d8cecab2a3a59ba6ff7b23126670b4aaa7b188bf7117af3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:43.256Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:43.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-09T02:09:43.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-09T02:09:43.611Z] 881ecba3f340: Preparing [2021-01-09T02:09:43.611Z] 9183a5fa737c: Preparing [2021-01-09T02:09:43.611Z] 911ba765cea8: Preparing [2021-01-09T02:09:43.611Z] 881ecba3f340: Layer already exists [2021-01-09T02:09:43.611Z] 911ba765cea8: Layer already exists [2021-01-09T02:09:43.611Z] 9183a5fa737c: Layer already exists [2021-01-09T02:09:43.882Z] master: digest: sha256:83625597f5f707b52d8cecab2a3a59ba6ff7b23126670b4aaa7b188bf7117af3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:09:44.125Z] ===================================================== [Pipeline] echo [2021-01-09T02:09:44.178Z] taggedImages: [2021-01-09T02:09:44.178Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:44.178Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-09T02:09:44.178Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:44.178Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-09T02:09:44.250Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-09T02:09:44.250Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:44.250Z] 2.0.0-dev.33 [2021-01-09T02:09:44.250Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:44.250Z] master [2021-01-09T02:09:44.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:44.781Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:45.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:45.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-09T02:09:45.118Z] fb0e011083e1: Preparing [2021-01-09T02:09:45.118Z] dd8f4e96e656: Preparing [2021-01-09T02:09:45.118Z] f53b166faf47: Preparing [2021-01-09T02:09:45.118Z] 0b0db14d62f3: Preparing [2021-01-09T02:09:45.118Z] d3f827064d33: Preparing [2021-01-09T02:09:45.118Z] 379067d0cb53: Preparing [2021-01-09T02:09:45.118Z] 379067d0cb53: Waiting [2021-01-09T02:09:45.389Z] fb0e011083e1: Pushed [2021-01-09T02:09:45.389Z] d3f827064d33: Pushed [2021-01-09T02:09:45.389Z] f53b166faf47: Pushed [2021-01-09T02:09:45.389Z] 379067d0cb53: Layer already exists [2021-01-09T02:09:45.980Z] 0b0db14d62f3: Pushed [2021-01-09T02:09:48.594Z] dd8f4e96e656: Pushed [2021-01-09T02:09:48.594Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:6140382aba52e77ba9bbbd3bc14bf7273e2ab3d276489bc395a28694492ce2c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:49.218Z] + 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-09T02:09:49.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-09T02:09:49.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-09T02:09:49.575Z] fb0e011083e1: Preparing [2021-01-09T02:09:49.575Z] dd8f4e96e656: Preparing [2021-01-09T02:09:49.575Z] f53b166faf47: Preparing [2021-01-09T02:09:49.575Z] 0b0db14d62f3: Preparing [2021-01-09T02:09:49.575Z] d3f827064d33: Preparing [2021-01-09T02:09:49.575Z] 379067d0cb53: Preparing [2021-01-09T02:09:49.575Z] 379067d0cb53: Waiting [2021-01-09T02:09:49.575Z] fb0e011083e1: Layer already exists [2021-01-09T02:09:49.575Z] f53b166faf47: Layer already exists [2021-01-09T02:09:49.575Z] d3f827064d33: Layer already exists [2021-01-09T02:09:49.575Z] 0b0db14d62f3: Layer already exists [2021-01-09T02:09:49.575Z] dd8f4e96e656: Layer already exists [2021-01-09T02:09:49.575Z] 379067d0cb53: Layer already exists [2021-01-09T02:09:49.850Z] 2.0.0-dev.33: digest: sha256:6140382aba52e77ba9bbbd3bc14bf7273e2ab3d276489bc395a28694492ce2c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:50.217Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:50.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:50.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-09T02:09:50.565Z] fb0e011083e1: Preparing [2021-01-09T02:09:50.565Z] dd8f4e96e656: Preparing [2021-01-09T02:09:50.565Z] f53b166faf47: Preparing [2021-01-09T02:09:50.565Z] 0b0db14d62f3: Preparing [2021-01-09T02:09:50.565Z] d3f827064d33: Preparing [2021-01-09T02:09:50.565Z] 379067d0cb53: Preparing [2021-01-09T02:09:50.565Z] 379067d0cb53: Waiting [2021-01-09T02:09:50.835Z] fb0e011083e1: Layer already exists [2021-01-09T02:09:50.835Z] d3f827064d33: Layer already exists [2021-01-09T02:09:50.835Z] dd8f4e96e656: Layer already exists [2021-01-09T02:09:50.835Z] 0b0db14d62f3: Layer already exists [2021-01-09T02:09:50.835Z] f53b166faf47: Layer already exists [2021-01-09T02:09:50.835Z] 379067d0cb53: Layer already exists [2021-01-09T02:09:50.835Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:6140382aba52e77ba9bbbd3bc14bf7273e2ab3d276489bc395a28694492ce2c9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:51.176Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:51.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-09T02:09:51.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-09T02:09:51.519Z] fb0e011083e1: Preparing [2021-01-09T02:09:51.519Z] dd8f4e96e656: Preparing [2021-01-09T02:09:51.519Z] f53b166faf47: Preparing [2021-01-09T02:09:51.519Z] 0b0db14d62f3: Preparing [2021-01-09T02:09:51.519Z] d3f827064d33: Preparing [2021-01-09T02:09:51.519Z] 379067d0cb53: Preparing [2021-01-09T02:09:51.519Z] 379067d0cb53: Waiting [2021-01-09T02:09:51.519Z] fb0e011083e1: Layer already exists [2021-01-09T02:09:51.519Z] f53b166faf47: Layer already exists [2021-01-09T02:09:51.519Z] dd8f4e96e656: Layer already exists [2021-01-09T02:09:51.519Z] d3f827064d33: Layer already exists [2021-01-09T02:09:51.519Z] 0b0db14d62f3: Layer already exists [2021-01-09T02:09:51.519Z] 379067d0cb53: Layer already exists [2021-01-09T02:09:51.791Z] master: digest: sha256:6140382aba52e77ba9bbbd3bc14bf7273e2ab3d276489bc395a28694492ce2c9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:09:52.025Z] ===================================================== [Pipeline] echo [2021-01-09T02:09:52.079Z] taggedImages: [2021-01-09T02:09:52.079Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:52.079Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-09T02:09:52.079Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:52.079Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-09T02:09:52.176Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-09T02:09:52.176Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:52.176Z] 2.0.0-dev.33 [2021-01-09T02:09:52.176Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:52.176Z] master [2021-01-09T02:09:52.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:52.708Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:53.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:53.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-09T02:09:53.044Z] b442c96723cd: Preparing [2021-01-09T02:09:53.044Z] 51cd4ffefa86: Preparing [2021-01-09T02:09:53.044Z] c86b82edb250: Preparing [2021-01-09T02:09:53.313Z] c86b82edb250: Pushed [2021-01-09T02:09:53.313Z] b442c96723cd: Pushed [2021-01-09T02:09:56.686Z] 51cd4ffefa86: Pushed [2021-01-09T02:09:56.686Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:c70c8a9455384b718f3e6f67a27e5acb0afbea22775b06cbec61bdcd8d0b37c2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:57.029Z] + 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-09T02:09:57.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-09T02:09:57.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-09T02:09:57.364Z] b442c96723cd: Preparing [2021-01-09T02:09:57.364Z] 51cd4ffefa86: Preparing [2021-01-09T02:09:57.364Z] c86b82edb250: Preparing [2021-01-09T02:09:57.364Z] c86b82edb250: Layer already exists [2021-01-09T02:09:57.364Z] b442c96723cd: Layer already exists [2021-01-09T02:09:57.634Z] 51cd4ffefa86: Layer already exists [2021-01-09T02:09:57.634Z] 2.0.0-dev.33: digest: sha256:c70c8a9455384b718f3e6f67a27e5acb0afbea22775b06cbec61bdcd8d0b37c2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:57.975Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:58.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:58.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-09T02:09:58.307Z] b442c96723cd: Preparing [2021-01-09T02:09:58.307Z] 51cd4ffefa86: Preparing [2021-01-09T02:09:58.307Z] c86b82edb250: Preparing [2021-01-09T02:09:58.307Z] b442c96723cd: Layer already exists [2021-01-09T02:09:58.307Z] c86b82edb250: Layer already exists [2021-01-09T02:09:58.307Z] 51cd4ffefa86: Layer already exists [2021-01-09T02:09:58.579Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:c70c8a9455384b718f3e6f67a27e5acb0afbea22775b06cbec61bdcd8d0b37c2 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:58.923Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:09:59.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-09T02:09:59.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-09T02:09:59.257Z] b442c96723cd: Preparing [2021-01-09T02:09:59.257Z] 51cd4ffefa86: Preparing [2021-01-09T02:09:59.257Z] c86b82edb250: Preparing [2021-01-09T02:09:59.257Z] b442c96723cd: Layer already exists [2021-01-09T02:09:59.257Z] 51cd4ffefa86: Layer already exists [2021-01-09T02:09:59.257Z] c86b82edb250: Layer already exists [2021-01-09T02:09:59.528Z] master: digest: sha256:c70c8a9455384b718f3e6f67a27e5acb0afbea22775b06cbec61bdcd8d0b37c2 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:09:59.771Z] ===================================================== [Pipeline] echo [2021-01-09T02:09:59.824Z] taggedImages: [2021-01-09T02:09:59.824Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:59.824Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-09T02:09:59.824Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:59.824Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-09T02:09:59.898Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-09T02:09:59.898Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:09:59.898Z] 2.0.0-dev.33 [2021-01-09T02:09:59.898Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:09:59.898Z] master [2021-01-09T02:09:59.898Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:00.472Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:00.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:00.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-09T02:10:00.805Z] 527a5184231f: Preparing [2021-01-09T02:10:00.805Z] c9996d69b2a0: Preparing [2021-01-09T02:10:00.805Z] 9c43af13c1ed: Preparing [2021-01-09T02:10:00.805Z] 38ab63bdb4fb: Preparing [2021-01-09T02:10:00.805Z] ed6d4019752a: Preparing [2021-01-09T02:10:00.805Z] 44387110321c: Preparing [2021-01-09T02:10:00.805Z] 379067d0cb53: Preparing [2021-01-09T02:10:00.805Z] 44387110321c: Waiting [2021-01-09T02:10:00.805Z] 379067d0cb53: Waiting [2021-01-09T02:10:01.081Z] 9c43af13c1ed: Pushed [2021-01-09T02:10:01.081Z] c9996d69b2a0: Pushed [2021-01-09T02:10:01.081Z] 527a5184231f: Pushed [2021-01-09T02:10:01.081Z] ed6d4019752a: Pushed [2021-01-09T02:10:01.352Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:01.946Z] 44387110321c: Pushed [2021-01-09T02:10:03.907Z] 38ab63bdb4fb: Pushed [2021-01-09T02:10:03.907Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:2dc967d82c4b311a75017cb2f9a48a1f409cfadd056991b55f4ed3b1f57f19ba size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:04.250Z] + 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-09T02:10:04.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:04.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-09T02:10:04.588Z] 527a5184231f: Preparing [2021-01-09T02:10:04.588Z] c9996d69b2a0: Preparing [2021-01-09T02:10:04.588Z] 9c43af13c1ed: Preparing [2021-01-09T02:10:04.588Z] 38ab63bdb4fb: Preparing [2021-01-09T02:10:04.588Z] ed6d4019752a: Preparing [2021-01-09T02:10:04.588Z] 44387110321c: Preparing [2021-01-09T02:10:04.588Z] 379067d0cb53: Preparing [2021-01-09T02:10:04.588Z] 44387110321c: Waiting [2021-01-09T02:10:04.588Z] 379067d0cb53: Waiting [2021-01-09T02:10:04.859Z] ed6d4019752a: Layer already exists [2021-01-09T02:10:04.859Z] 38ab63bdb4fb: Layer already exists [2021-01-09T02:10:04.859Z] c9996d69b2a0: Layer already exists [2021-01-09T02:10:04.859Z] 527a5184231f: Layer already exists [2021-01-09T02:10:04.859Z] 9c43af13c1ed: Layer already exists [2021-01-09T02:10:04.859Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:04.859Z] 44387110321c: Layer already exists [2021-01-09T02:10:04.859Z] 2.0.0-dev.33: digest: sha256:2dc967d82c4b311a75017cb2f9a48a1f409cfadd056991b55f4ed3b1f57f19ba size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:05.205Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:05.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:05.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-09T02:10:05.545Z] 527a5184231f: Preparing [2021-01-09T02:10:05.545Z] c9996d69b2a0: Preparing [2021-01-09T02:10:05.545Z] 9c43af13c1ed: Preparing [2021-01-09T02:10:05.545Z] 38ab63bdb4fb: Preparing [2021-01-09T02:10:05.545Z] ed6d4019752a: Preparing [2021-01-09T02:10:05.545Z] 44387110321c: Preparing [2021-01-09T02:10:05.545Z] 379067d0cb53: Preparing [2021-01-09T02:10:05.545Z] 44387110321c: Waiting [2021-01-09T02:10:05.815Z] 9c43af13c1ed: Layer already exists [2021-01-09T02:10:05.815Z] 38ab63bdb4fb: Layer already exists [2021-01-09T02:10:05.815Z] ed6d4019752a: Layer already exists [2021-01-09T02:10:05.815Z] 527a5184231f: Layer already exists [2021-01-09T02:10:05.815Z] c9996d69b2a0: Layer already exists [2021-01-09T02:10:05.815Z] 44387110321c: Layer already exists [2021-01-09T02:10:05.815Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:05.815Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:2dc967d82c4b311a75017cb2f9a48a1f409cfadd056991b55f4ed3b1f57f19ba size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:06.154Z] + 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-09T02:10:06.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-09T02:10:06.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-09T02:10:06.514Z] 527a5184231f: Preparing [2021-01-09T02:10:06.514Z] c9996d69b2a0: Preparing [2021-01-09T02:10:06.514Z] 9c43af13c1ed: Preparing [2021-01-09T02:10:06.514Z] 38ab63bdb4fb: Preparing [2021-01-09T02:10:06.514Z] ed6d4019752a: Preparing [2021-01-09T02:10:06.514Z] 44387110321c: Preparing [2021-01-09T02:10:06.514Z] 379067d0cb53: Preparing [2021-01-09T02:10:06.514Z] 44387110321c: Waiting [2021-01-09T02:10:06.514Z] 379067d0cb53: Waiting [2021-01-09T02:10:06.514Z] 38ab63bdb4fb: Layer already exists [2021-01-09T02:10:06.514Z] 9c43af13c1ed: Layer already exists [2021-01-09T02:10:06.514Z] c9996d69b2a0: Layer already exists [2021-01-09T02:10:06.514Z] 527a5184231f: Layer already exists [2021-01-09T02:10:06.514Z] ed6d4019752a: Layer already exists [2021-01-09T02:10:06.514Z] 44387110321c: Layer already exists [2021-01-09T02:10:06.514Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:06.785Z] master: digest: sha256:2dc967d82c4b311a75017cb2f9a48a1f409cfadd056991b55f4ed3b1f57f19ba size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:10:07.010Z] ===================================================== [Pipeline] echo [2021-01-09T02:10:07.072Z] taggedImages: [2021-01-09T02:10:07.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:07.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:07.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:07.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-09T02:10:07.138Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-09T02:10:07.138Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:07.138Z] 2.0.0-dev.33 [2021-01-09T02:10:07.138Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:07.138Z] master [2021-01-09T02:10:07.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:07.646Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:07.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:07.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-09T02:10:07.980Z] 9b91d19d4b41: Preparing [2021-01-09T02:10:07.980Z] 060201c9b759: Preparing [2021-01-09T02:10:07.980Z] 7a39a9ad2176: Preparing [2021-01-09T02:10:07.980Z] bca7bbb0e5bd: Preparing [2021-01-09T02:10:07.980Z] 9ee066e37bfe: Preparing [2021-01-09T02:10:07.980Z] 379067d0cb53: Preparing [2021-01-09T02:10:07.980Z] 379067d0cb53: Waiting [2021-01-09T02:10:08.253Z] 7a39a9ad2176: Pushed [2021-01-09T02:10:08.253Z] bca7bbb0e5bd: Pushed [2021-01-09T02:10:08.525Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:08.796Z] 9ee066e37bfe: Pushed [2021-01-09T02:10:10.767Z] 9b91d19d4b41: Pushed [2021-01-09T02:10:10.767Z] 060201c9b759: Pushed [2021-01-09T02:10:10.767Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:ed3f40becdaad1c6f9dd7964f6c0e9175140a23498b1fd8cbdf611904da28cdf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:11.110Z] + 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-09T02:10:11.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:11.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-09T02:10:11.448Z] 9b91d19d4b41: Preparing [2021-01-09T02:10:11.448Z] 060201c9b759: Preparing [2021-01-09T02:10:11.448Z] 7a39a9ad2176: Preparing [2021-01-09T02:10:11.448Z] bca7bbb0e5bd: Preparing [2021-01-09T02:10:11.448Z] 9ee066e37bfe: Preparing [2021-01-09T02:10:11.448Z] 379067d0cb53: Preparing [2021-01-09T02:10:11.448Z] 379067d0cb53: Waiting [2021-01-09T02:10:11.720Z] bca7bbb0e5bd: Layer already exists [2021-01-09T02:10:11.720Z] 9b91d19d4b41: Layer already exists [2021-01-09T02:10:11.720Z] 060201c9b759: Layer already exists [2021-01-09T02:10:11.720Z] 9ee066e37bfe: Layer already exists [2021-01-09T02:10:11.720Z] 7a39a9ad2176: Layer already exists [2021-01-09T02:10:11.720Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:11.720Z] 2.0.0-dev.33: digest: sha256:ed3f40becdaad1c6f9dd7964f6c0e9175140a23498b1fd8cbdf611904da28cdf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:12.077Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:12.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:12.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-09T02:10:12.415Z] 9b91d19d4b41: Preparing [2021-01-09T02:10:12.415Z] 060201c9b759: Preparing [2021-01-09T02:10:12.415Z] 7a39a9ad2176: Preparing [2021-01-09T02:10:12.415Z] bca7bbb0e5bd: Preparing [2021-01-09T02:10:12.415Z] 9ee066e37bfe: Preparing [2021-01-09T02:10:12.415Z] 379067d0cb53: Preparing [2021-01-09T02:10:12.415Z] 379067d0cb53: Waiting [2021-01-09T02:10:12.686Z] 060201c9b759: Layer already exists [2021-01-09T02:10:12.686Z] 9b91d19d4b41: Layer already exists [2021-01-09T02:10:12.686Z] 9ee066e37bfe: Layer already exists [2021-01-09T02:10:12.686Z] 7a39a9ad2176: Layer already exists [2021-01-09T02:10:12.686Z] bca7bbb0e5bd: Layer already exists [2021-01-09T02:10:12.686Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:12.686Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:ed3f40becdaad1c6f9dd7964f6c0e9175140a23498b1fd8cbdf611904da28cdf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:13.061Z] + 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-09T02:10:13.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-09T02:10:13.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-09T02:10:13.446Z] 9b91d19d4b41: Preparing [2021-01-09T02:10:13.446Z] 060201c9b759: Preparing [2021-01-09T02:10:13.446Z] 7a39a9ad2176: Preparing [2021-01-09T02:10:13.446Z] bca7bbb0e5bd: Preparing [2021-01-09T02:10:13.446Z] 9ee066e37bfe: Preparing [2021-01-09T02:10:13.446Z] 379067d0cb53: Preparing [2021-01-09T02:10:13.446Z] 379067d0cb53: Waiting [2021-01-09T02:10:13.446Z] 9b91d19d4b41: Layer already exists [2021-01-09T02:10:13.446Z] 9ee066e37bfe: Layer already exists [2021-01-09T02:10:13.446Z] 060201c9b759: Layer already exists [2021-01-09T02:10:13.446Z] bca7bbb0e5bd: Layer already exists [2021-01-09T02:10:13.446Z] 7a39a9ad2176: Layer already exists [2021-01-09T02:10:13.446Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:13.720Z] master: digest: sha256:ed3f40becdaad1c6f9dd7964f6c0e9175140a23498b1fd8cbdf611904da28cdf size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:10:13.934Z] ===================================================== [Pipeline] echo [2021-01-09T02:10:13.996Z] taggedImages: [2021-01-09T02:10:13.996Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:13.996Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:13.996Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:13.996Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-09T02:10:14.071Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-09T02:10:14.071Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:14.071Z] 2.0.0-dev.33 [2021-01-09T02:10:14.071Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:14.071Z] master [2021-01-09T02:10:14.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:14.611Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:14.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:14.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-09T02:10:14.946Z] c0428f6653c5: Preparing [2021-01-09T02:10:14.946Z] a0f16b2b0364: Preparing [2021-01-09T02:10:14.946Z] 6803c48e34cb: Preparing [2021-01-09T02:10:14.946Z] e97e96c88221: Preparing [2021-01-09T02:10:14.946Z] ff16428ddec8: Preparing [2021-01-09T02:10:14.946Z] 66f74fc5abee: Preparing [2021-01-09T02:10:14.946Z] 23fb4a1d32b9: Preparing [2021-01-09T02:10:14.946Z] 44387110321c: Preparing [2021-01-09T02:10:14.946Z] 379067d0cb53: Preparing [2021-01-09T02:10:14.946Z] 23fb4a1d32b9: Waiting [2021-01-09T02:10:14.946Z] 44387110321c: Waiting [2021-01-09T02:10:14.946Z] 379067d0cb53: Waiting [2021-01-09T02:10:15.220Z] a0f16b2b0364: Pushed [2021-01-09T02:10:15.220Z] ff16428ddec8: Pushed [2021-01-09T02:10:15.493Z] c0428f6653c5: Pushed [2021-01-09T02:10:15.493Z] 44387110321c: Layer already exists [2021-01-09T02:10:15.493Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:15.493Z] 66f74fc5abee: Pushed [2021-01-09T02:10:15.493Z] 23fb4a1d32b9: Pushed [2021-01-09T02:10:17.460Z] e97e96c88221: Pushed [2021-01-09T02:10:17.460Z] 6803c48e34cb: Pushed [2021-01-09T02:10:17.730Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:144a97e86daa5549c3f2d92b1ad789f54919ee17b743e8722fed6385aa8edd71 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:18.068Z] + 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-09T02:10:18.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:18.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-09T02:10:18.673Z] c0428f6653c5: Preparing [2021-01-09T02:10:18.673Z] a0f16b2b0364: Preparing [2021-01-09T02:10:18.673Z] 6803c48e34cb: Preparing [2021-01-09T02:10:18.673Z] e97e96c88221: Preparing [2021-01-09T02:10:18.673Z] ff16428ddec8: Preparing [2021-01-09T02:10:18.673Z] 66f74fc5abee: Preparing [2021-01-09T02:10:18.673Z] 23fb4a1d32b9: Preparing [2021-01-09T02:10:18.673Z] 44387110321c: Preparing [2021-01-09T02:10:18.673Z] 379067d0cb53: Preparing [2021-01-09T02:10:18.673Z] 66f74fc5abee: Waiting [2021-01-09T02:10:18.673Z] 23fb4a1d32b9: Waiting [2021-01-09T02:10:18.673Z] 379067d0cb53: Waiting [2021-01-09T02:10:18.673Z] 44387110321c: Waiting [2021-01-09T02:10:18.945Z] a0f16b2b0364: Layer already exists [2021-01-09T02:10:18.945Z] ff16428ddec8: Layer already exists [2021-01-09T02:10:18.945Z] c0428f6653c5: Layer already exists [2021-01-09T02:10:18.945Z] e97e96c88221: Layer already exists [2021-01-09T02:10:18.945Z] 6803c48e34cb: Layer already exists [2021-01-09T02:10:18.945Z] 23fb4a1d32b9: Layer already exists [2021-01-09T02:10:18.945Z] 66f74fc5abee: Layer already exists [2021-01-09T02:10:18.945Z] 44387110321c: Layer already exists [2021-01-09T02:10:18.945Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:18.945Z] 2.0.0-dev.33: digest: sha256:144a97e86daa5549c3f2d92b1ad789f54919ee17b743e8722fed6385aa8edd71 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:19.285Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:19.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:19.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-09T02:10:19.617Z] c0428f6653c5: Preparing [2021-01-09T02:10:19.618Z] a0f16b2b0364: Preparing [2021-01-09T02:10:19.618Z] 6803c48e34cb: Preparing [2021-01-09T02:10:19.618Z] e97e96c88221: Preparing [2021-01-09T02:10:19.618Z] ff16428ddec8: Preparing [2021-01-09T02:10:19.618Z] 66f74fc5abee: Preparing [2021-01-09T02:10:19.618Z] 23fb4a1d32b9: Preparing [2021-01-09T02:10:19.618Z] 44387110321c: Preparing [2021-01-09T02:10:19.618Z] 379067d0cb53: Preparing [2021-01-09T02:10:19.618Z] 66f74fc5abee: Waiting [2021-01-09T02:10:19.618Z] 23fb4a1d32b9: Waiting [2021-01-09T02:10:19.618Z] 44387110321c: Waiting [2021-01-09T02:10:19.618Z] c0428f6653c5: Layer already exists [2021-01-09T02:10:19.618Z] e97e96c88221: Layer already exists [2021-01-09T02:10:19.618Z] a0f16b2b0364: Layer already exists [2021-01-09T02:10:19.618Z] 6803c48e34cb: Layer already exists [2021-01-09T02:10:19.889Z] ff16428ddec8: Layer already exists [2021-01-09T02:10:19.889Z] 23fb4a1d32b9: Layer already exists [2021-01-09T02:10:19.889Z] 44387110321c: Layer already exists [2021-01-09T02:10:19.889Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:19.889Z] 66f74fc5abee: Layer already exists [2021-01-09T02:10:19.889Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:144a97e86daa5549c3f2d92b1ad789f54919ee17b743e8722fed6385aa8edd71 size: 2197 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:20.229Z] + 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-09T02:10:20.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-09T02:10:20.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-09T02:10:20.588Z] c0428f6653c5: Preparing [2021-01-09T02:10:20.588Z] a0f16b2b0364: Preparing [2021-01-09T02:10:20.588Z] 6803c48e34cb: Preparing [2021-01-09T02:10:20.588Z] e97e96c88221: Preparing [2021-01-09T02:10:20.588Z] ff16428ddec8: Preparing [2021-01-09T02:10:20.588Z] 66f74fc5abee: Preparing [2021-01-09T02:10:20.588Z] 23fb4a1d32b9: Preparing [2021-01-09T02:10:20.588Z] 44387110321c: Preparing [2021-01-09T02:10:20.588Z] 379067d0cb53: Preparing [2021-01-09T02:10:20.588Z] 23fb4a1d32b9: Waiting [2021-01-09T02:10:20.588Z] 44387110321c: Waiting [2021-01-09T02:10:20.588Z] 379067d0cb53: Waiting [2021-01-09T02:10:20.588Z] 66f74fc5abee: Waiting [2021-01-09T02:10:20.588Z] ff16428ddec8: Layer already exists [2021-01-09T02:10:20.588Z] a0f16b2b0364: Layer already exists [2021-01-09T02:10:20.588Z] 6803c48e34cb: Layer already exists [2021-01-09T02:10:20.588Z] c0428f6653c5: Layer already exists [2021-01-09T02:10:20.858Z] e97e96c88221: Layer already exists [2021-01-09T02:10:20.858Z] 44387110321c: Layer already exists [2021-01-09T02:10:20.858Z] 23fb4a1d32b9: Layer already exists [2021-01-09T02:10:20.858Z] 379067d0cb53: Layer already exists [2021-01-09T02:10:20.858Z] 66f74fc5abee: Layer already exists [2021-01-09T02:10:20.858Z] master: digest: sha256:144a97e86daa5549c3f2d92b1ad789f54919ee17b743e8722fed6385aa8edd71 size: 2197 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:10:21.121Z] ===================================================== [Pipeline] echo [2021-01-09T02:10:21.170Z] taggedImages: [2021-01-09T02:10:21.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:21.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:21.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:21.170Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-09T02:10:21.243Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-09T02:10:21.243Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:21.243Z] 2.0.0-dev.33 [2021-01-09T02:10:21.243Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:21.243Z] master [2021-01-09T02:10:21.243Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:21.760Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:22.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:22.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-09T02:10:22.092Z] a6b7db092807: Preparing [2021-01-09T02:10:22.092Z] 1f7a8dfc60d3: Preparing [2021-01-09T02:10:22.092Z] 105fe2e2ae4d: Preparing [2021-01-09T02:10:22.092Z] fc63d99e9796: Preparing [2021-01-09T02:10:22.092Z] 1b1bcc4f2464: Preparing [2021-01-09T02:10:22.092Z] fdcff8faf3f3: Preparing [2021-01-09T02:10:22.092Z] fdcff8faf3f3: Waiting [2021-01-09T02:10:22.364Z] 105fe2e2ae4d: Pushed [2021-01-09T02:10:22.364Z] a6b7db092807: Pushed [2021-01-09T02:10:22.636Z] fc63d99e9796: Pushed [2021-01-09T02:10:22.636Z] 1b1bcc4f2464: Pushed [2021-01-09T02:10:22.906Z] fdcff8faf3f3: Pushed [2021-01-09T02:10:24.866Z] 1f7a8dfc60d3: Pushed [2021-01-09T02:10:25.136Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:d4b8b8e058baed1dae5f202ee8b99a683657fe6e1b5f9f3094e747f3d419d55e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:25.475Z] + 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-09T02:10:25.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:25.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-09T02:10:25.805Z] a6b7db092807: Preparing [2021-01-09T02:10:25.805Z] 1f7a8dfc60d3: Preparing [2021-01-09T02:10:25.805Z] 105fe2e2ae4d: Preparing [2021-01-09T02:10:25.805Z] fc63d99e9796: Preparing [2021-01-09T02:10:25.805Z] 1b1bcc4f2464: Preparing [2021-01-09T02:10:25.805Z] fdcff8faf3f3: Preparing [2021-01-09T02:10:25.805Z] fdcff8faf3f3: Waiting [2021-01-09T02:10:26.076Z] fc63d99e9796: Layer already exists [2021-01-09T02:10:26.076Z] 1f7a8dfc60d3: Layer already exists [2021-01-09T02:10:26.076Z] 1b1bcc4f2464: Layer already exists [2021-01-09T02:10:26.076Z] a6b7db092807: Layer already exists [2021-01-09T02:10:26.076Z] 105fe2e2ae4d: Layer already exists [2021-01-09T02:10:26.076Z] fdcff8faf3f3: Layer already exists [2021-01-09T02:10:26.076Z] 2.0.0-dev.33: digest: sha256:d4b8b8e058baed1dae5f202ee8b99a683657fe6e1b5f9f3094e747f3d419d55e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:26.415Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:26.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:26.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-09T02:10:26.746Z] a6b7db092807: Preparing [2021-01-09T02:10:26.746Z] 1f7a8dfc60d3: Preparing [2021-01-09T02:10:26.746Z] 105fe2e2ae4d: Preparing [2021-01-09T02:10:26.746Z] fc63d99e9796: Preparing [2021-01-09T02:10:26.746Z] 1b1bcc4f2464: Preparing [2021-01-09T02:10:26.746Z] fdcff8faf3f3: Preparing [2021-01-09T02:10:26.746Z] fdcff8faf3f3: Waiting [2021-01-09T02:10:26.746Z] 105fe2e2ae4d: Layer already exists [2021-01-09T02:10:26.746Z] 1b1bcc4f2464: Layer already exists [2021-01-09T02:10:27.017Z] 1f7a8dfc60d3: Layer already exists [2021-01-09T02:10:27.017Z] fc63d99e9796: Layer already exists [2021-01-09T02:10:27.017Z] a6b7db092807: Layer already exists [2021-01-09T02:10:27.017Z] fdcff8faf3f3: Layer already exists [2021-01-09T02:10:27.017Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:d4b8b8e058baed1dae5f202ee8b99a683657fe6e1b5f9f3094e747f3d419d55e size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:27.357Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:27.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-09T02:10:27.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-09T02:10:27.710Z] a6b7db092807: Preparing [2021-01-09T02:10:27.710Z] 1f7a8dfc60d3: Preparing [2021-01-09T02:10:27.710Z] 105fe2e2ae4d: Preparing [2021-01-09T02:10:27.710Z] fc63d99e9796: Preparing [2021-01-09T02:10:27.710Z] 1b1bcc4f2464: Preparing [2021-01-09T02:10:27.710Z] fdcff8faf3f3: Preparing [2021-01-09T02:10:27.710Z] fdcff8faf3f3: Waiting [2021-01-09T02:10:27.710Z] 1b1bcc4f2464: Layer already exists [2021-01-09T02:10:27.710Z] 105fe2e2ae4d: Layer already exists [2021-01-09T02:10:27.710Z] a6b7db092807: Layer already exists [2021-01-09T02:10:27.710Z] 1f7a8dfc60d3: Layer already exists [2021-01-09T02:10:27.710Z] fc63d99e9796: Layer already exists [2021-01-09T02:10:27.983Z] fdcff8faf3f3: Layer already exists [2021-01-09T02:10:27.983Z] master: digest: sha256:d4b8b8e058baed1dae5f202ee8b99a683657fe6e1b5f9f3094e747f3d419d55e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:10:28.175Z] ===================================================== [Pipeline] echo [2021-01-09T02:10:28.220Z] taggedImages: [2021-01-09T02:10:28.220Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:28.220Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:28.220Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:28.220Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-09T02:10:28.299Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-09T02:10:28.299Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:28.299Z] 2.0.0-dev.33 [2021-01-09T02:10:28.299Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:28.299Z] master [2021-01-09T02:10:28.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:28.844Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:29.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:29.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-09T02:10:29.179Z] 0d3b00aaa2a9: Preparing [2021-01-09T02:10:29.179Z] c4c1ea722243: Preparing [2021-01-09T02:10:29.179Z] 3d25ddc218a1: Preparing [2021-01-09T02:10:29.455Z] 0d3b00aaa2a9: Pushed [2021-01-09T02:10:29.455Z] 3d25ddc218a1: Pushed [2021-01-09T02:10:32.057Z] c4c1ea722243: Pushed [2021-01-09T02:10:32.057Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:3789324038f50122a223121fb73c7f0dd6ae1c5ac4ff8d4530c173a5eb13753d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:32.398Z] + 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-09T02:10:32.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:32.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-09T02:10:32.732Z] 0d3b00aaa2a9: Preparing [2021-01-09T02:10:32.732Z] c4c1ea722243: Preparing [2021-01-09T02:10:32.732Z] 3d25ddc218a1: Preparing [2021-01-09T02:10:32.732Z] 3d25ddc218a1: Layer already exists [2021-01-09T02:10:32.732Z] c4c1ea722243: Layer already exists [2021-01-09T02:10:33.002Z] 0d3b00aaa2a9: Layer already exists [2021-01-09T02:10:33.003Z] 2.0.0-dev.33: digest: sha256:3789324038f50122a223121fb73c7f0dd6ae1c5ac4ff8d4530c173a5eb13753d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:33.340Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:33.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:33.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-09T02:10:33.673Z] 0d3b00aaa2a9: Preparing [2021-01-09T02:10:33.673Z] c4c1ea722243: Preparing [2021-01-09T02:10:33.673Z] 3d25ddc218a1: Preparing [2021-01-09T02:10:33.944Z] 0d3b00aaa2a9: Layer already exists [2021-01-09T02:10:33.944Z] 3d25ddc218a1: Layer already exists [2021-01-09T02:10:33.944Z] c4c1ea722243: Layer already exists [2021-01-09T02:10:33.944Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:3789324038f50122a223121fb73c7f0dd6ae1c5ac4ff8d4530c173a5eb13753d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:34.283Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:34.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-09T02:10:34.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-09T02:10:34.613Z] 0d3b00aaa2a9: Preparing [2021-01-09T02:10:34.613Z] c4c1ea722243: Preparing [2021-01-09T02:10:34.613Z] 3d25ddc218a1: Preparing [2021-01-09T02:10:34.613Z] c4c1ea722243: Layer already exists [2021-01-09T02:10:34.613Z] 3d25ddc218a1: Layer already exists [2021-01-09T02:10:34.882Z] 0d3b00aaa2a9: Layer already exists [2021-01-09T02:10:34.882Z] master: digest: sha256:3789324038f50122a223121fb73c7f0dd6ae1c5ac4ff8d4530c173a5eb13753d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:10:35.154Z] ===================================================== [Pipeline] echo [2021-01-09T02:10:35.223Z] taggedImages: [2021-01-09T02:10:35.223Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:35.223Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:35.223Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:35.223Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-09T02:10:35.288Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-09T02:10:35.289Z] 310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:35.289Z] 2.0.0-dev.33 [2021-01-09T02:10:35.289Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:35.289Z] master [2021-01-09T02:10:35.289Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:35.800Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:36.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:36.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-09T02:10:36.132Z] 6970ec75ee18: Preparing [2021-01-09T02:10:36.132Z] 84f40fc03018: Preparing [2021-01-09T02:10:36.132Z] 114fd97c1176: Preparing [2021-01-09T02:10:36.132Z] 07c160b93f0a: Preparing [2021-01-09T02:10:36.132Z] ebc1c3515ff4: Preparing [2021-01-09T02:10:36.132Z] 414c7a146e06: Preparing [2021-01-09T02:10:36.132Z] d18f8d825c02: Preparing [2021-01-09T02:10:36.132Z] 9ded3b6bb9b5: Preparing [2021-01-09T02:10:36.132Z] fa1afe8e6ed9: Preparing [2021-01-09T02:10:36.132Z] 87a09b4c083e: Preparing [2021-01-09T02:10:36.132Z] 0f74e9ff2a61: Preparing [2021-01-09T02:10:36.132Z] b122376c33c6: Preparing [2021-01-09T02:10:36.132Z] f8381ed47b22: Preparing [2021-01-09T02:10:36.132Z] e934a737d657: Preparing [2021-01-09T02:10:36.132Z] fa1afe8e6ed9: Waiting [2021-01-09T02:10:36.132Z] 87a09b4c083e: Waiting [2021-01-09T02:10:36.132Z] 0f74e9ff2a61: Waiting [2021-01-09T02:10:36.132Z] b122376c33c6: Waiting [2021-01-09T02:10:36.132Z] f8381ed47b22: Waiting [2021-01-09T02:10:36.132Z] e934a737d657: Waiting [2021-01-09T02:10:36.132Z] 414c7a146e06: Waiting [2021-01-09T02:10:36.132Z] d18f8d825c02: Waiting [2021-01-09T02:10:36.132Z] 9ded3b6bb9b5: Waiting [2021-01-09T02:10:36.732Z] ebc1c3515ff4: Pushed [2021-01-09T02:10:37.005Z] 6970ec75ee18: Pushed [2021-01-09T02:10:37.343Z] 07c160b93f0a: Pushed [2021-01-09T02:10:37.343Z] 9ded3b6bb9b5: Layer already exists [2021-01-09T02:10:37.730Z] fa1afe8e6ed9: Layer already exists [2021-01-09T02:10:37.730Z] 87a09b4c083e: Layer already exists [2021-01-09T02:10:37.730Z] 0f74e9ff2a61: Layer already exists [2021-01-09T02:10:38.082Z] b122376c33c6: Layer already exists [2021-01-09T02:10:38.082Z] f8381ed47b22: Layer already exists [2021-01-09T02:10:38.082Z] e934a737d657: Layer already exists [2021-01-09T02:10:38.373Z] d18f8d825c02: Pushed [2021-01-09T02:10:38.647Z] 84f40fc03018: Pushed [2021-01-09T02:10:39.624Z] 414c7a146e06: Pushed [2021-01-09T02:10:49.741Z] 114fd97c1176: Pushed [2021-01-09T02:10:49.741Z] 310fcf068b6662a9a98c00381981ed5406e42392: digest: sha256:9b5e3e9abeb6c289197164f96cac4fcb75c0a36f905629f0510eea4e452db1b8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:50.079Z] + 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-09T02:10:50.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:50.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-09T02:10:50.411Z] 6970ec75ee18: Preparing [2021-01-09T02:10:50.411Z] 84f40fc03018: Preparing [2021-01-09T02:10:50.411Z] 114fd97c1176: Preparing [2021-01-09T02:10:50.411Z] 07c160b93f0a: Preparing [2021-01-09T02:10:50.411Z] ebc1c3515ff4: Preparing [2021-01-09T02:10:50.411Z] 414c7a146e06: Preparing [2021-01-09T02:10:50.411Z] d18f8d825c02: Preparing [2021-01-09T02:10:50.411Z] 9ded3b6bb9b5: Preparing [2021-01-09T02:10:50.411Z] fa1afe8e6ed9: Preparing [2021-01-09T02:10:50.411Z] 87a09b4c083e: Preparing [2021-01-09T02:10:50.411Z] 0f74e9ff2a61: Preparing [2021-01-09T02:10:50.411Z] b122376c33c6: Preparing [2021-01-09T02:10:50.411Z] f8381ed47b22: Preparing [2021-01-09T02:10:50.411Z] e934a737d657: Preparing [2021-01-09T02:10:50.411Z] 414c7a146e06: Waiting [2021-01-09T02:10:50.411Z] d18f8d825c02: Waiting [2021-01-09T02:10:50.411Z] 9ded3b6bb9b5: Waiting [2021-01-09T02:10:50.411Z] b122376c33c6: Waiting [2021-01-09T02:10:50.411Z] f8381ed47b22: Waiting [2021-01-09T02:10:50.411Z] e934a737d657: Waiting [2021-01-09T02:10:50.411Z] fa1afe8e6ed9: Waiting [2021-01-09T02:10:50.411Z] 87a09b4c083e: Waiting [2021-01-09T02:10:50.411Z] 0f74e9ff2a61: Waiting [2021-01-09T02:10:50.682Z] 84f40fc03018: Layer already exists [2021-01-09T02:10:50.682Z] 07c160b93f0a: Layer already exists [2021-01-09T02:10:50.682Z] ebc1c3515ff4: Layer already exists [2021-01-09T02:10:50.682Z] 114fd97c1176: Layer already exists [2021-01-09T02:10:50.682Z] 6970ec75ee18: Layer already exists [2021-01-09T02:10:50.682Z] d18f8d825c02: Layer already exists [2021-01-09T02:10:50.682Z] 414c7a146e06: Layer already exists [2021-01-09T02:10:50.682Z] fa1afe8e6ed9: Layer already exists [2021-01-09T02:10:50.682Z] 87a09b4c083e: Layer already exists [2021-01-09T02:10:50.682Z] 9ded3b6bb9b5: Layer already exists [2021-01-09T02:10:50.682Z] 0f74e9ff2a61: Layer already exists [2021-01-09T02:10:50.682Z] f8381ed47b22: Layer already exists [2021-01-09T02:10:50.682Z] b122376c33c6: Layer already exists [2021-01-09T02:10:50.682Z] e934a737d657: Layer already exists [2021-01-09T02:10:50.682Z] 2.0.0-dev.33: digest: sha256:9b5e3e9abeb6c289197164f96cac4fcb75c0a36f905629f0510eea4e452db1b8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:51.019Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:51.352Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:51.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-09T02:10:51.352Z] 6970ec75ee18: Preparing [2021-01-09T02:10:51.352Z] 84f40fc03018: Preparing [2021-01-09T02:10:51.352Z] 114fd97c1176: Preparing [2021-01-09T02:10:51.352Z] 07c160b93f0a: Preparing [2021-01-09T02:10:51.352Z] ebc1c3515ff4: Preparing [2021-01-09T02:10:51.352Z] 414c7a146e06: Preparing [2021-01-09T02:10:51.352Z] d18f8d825c02: Preparing [2021-01-09T02:10:51.352Z] 9ded3b6bb9b5: Preparing [2021-01-09T02:10:51.352Z] fa1afe8e6ed9: Preparing [2021-01-09T02:10:51.352Z] 87a09b4c083e: Preparing [2021-01-09T02:10:51.352Z] 0f74e9ff2a61: Preparing [2021-01-09T02:10:51.352Z] b122376c33c6: Preparing [2021-01-09T02:10:51.352Z] f8381ed47b22: Preparing [2021-01-09T02:10:51.352Z] e934a737d657: Preparing [2021-01-09T02:10:51.352Z] fa1afe8e6ed9: Waiting [2021-01-09T02:10:51.352Z] 87a09b4c083e: Waiting [2021-01-09T02:10:51.352Z] 0f74e9ff2a61: Waiting [2021-01-09T02:10:51.352Z] b122376c33c6: Waiting [2021-01-09T02:10:51.352Z] 414c7a146e06: Waiting [2021-01-09T02:10:51.352Z] f8381ed47b22: Waiting [2021-01-09T02:10:51.352Z] e934a737d657: Waiting [2021-01-09T02:10:51.352Z] d18f8d825c02: Waiting [2021-01-09T02:10:51.352Z] 9ded3b6bb9b5: Waiting [2021-01-09T02:10:51.352Z] 07c160b93f0a: Layer already exists [2021-01-09T02:10:51.352Z] 6970ec75ee18: Layer already exists [2021-01-09T02:10:51.352Z] 84f40fc03018: Layer already exists [2021-01-09T02:10:51.352Z] ebc1c3515ff4: Layer already exists [2021-01-09T02:10:51.352Z] 114fd97c1176: Layer already exists [2021-01-09T02:10:51.623Z] 414c7a146e06: Layer already exists [2021-01-09T02:10:51.623Z] fa1afe8e6ed9: Layer already exists [2021-01-09T02:10:51.623Z] 9ded3b6bb9b5: Layer already exists [2021-01-09T02:10:51.623Z] d18f8d825c02: Layer already exists [2021-01-09T02:10:51.623Z] 87a09b4c083e: Layer already exists [2021-01-09T02:10:51.623Z] 0f74e9ff2a61: Layer already exists [2021-01-09T02:10:51.623Z] f8381ed47b22: Layer already exists [2021-01-09T02:10:51.623Z] e934a737d657: Layer already exists [2021-01-09T02:10:51.623Z] b122376c33c6: Layer already exists [2021-01-09T02:10:51.623Z] 310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33: digest: sha256:9b5e3e9abeb6c289197164f96cac4fcb75c0a36f905629f0510eea4e452db1b8 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:10:51.960Z] + 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-09T02:10:52.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-09T02:10:52.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-09T02:10:52.292Z] 6970ec75ee18: Preparing [2021-01-09T02:10:52.292Z] 84f40fc03018: Preparing [2021-01-09T02:10:52.292Z] 114fd97c1176: Preparing [2021-01-09T02:10:52.292Z] 07c160b93f0a: Preparing [2021-01-09T02:10:52.292Z] ebc1c3515ff4: Preparing [2021-01-09T02:10:52.292Z] 414c7a146e06: Preparing [2021-01-09T02:10:52.292Z] d18f8d825c02: Preparing [2021-01-09T02:10:52.292Z] 9ded3b6bb9b5: Preparing [2021-01-09T02:10:52.292Z] fa1afe8e6ed9: Preparing [2021-01-09T02:10:52.292Z] 87a09b4c083e: Preparing [2021-01-09T02:10:52.292Z] 0f74e9ff2a61: Preparing [2021-01-09T02:10:52.292Z] b122376c33c6: Preparing [2021-01-09T02:10:52.292Z] f8381ed47b22: Preparing [2021-01-09T02:10:52.292Z] e934a737d657: Preparing [2021-01-09T02:10:52.292Z] 414c7a146e06: Waiting [2021-01-09T02:10:52.292Z] d18f8d825c02: Waiting [2021-01-09T02:10:52.292Z] 9ded3b6bb9b5: Waiting [2021-01-09T02:10:52.292Z] fa1afe8e6ed9: Waiting [2021-01-09T02:10:52.292Z] 87a09b4c083e: Waiting [2021-01-09T02:10:52.292Z] 0f74e9ff2a61: Waiting [2021-01-09T02:10:52.292Z] b122376c33c6: Waiting [2021-01-09T02:10:52.292Z] f8381ed47b22: Waiting [2021-01-09T02:10:52.292Z] e934a737d657: Waiting [2021-01-09T02:10:52.292Z] 6970ec75ee18: Layer already exists [2021-01-09T02:10:52.292Z] 07c160b93f0a: Layer already exists [2021-01-09T02:10:52.292Z] 114fd97c1176: Layer already exists [2021-01-09T02:10:52.292Z] ebc1c3515ff4: Layer already exists [2021-01-09T02:10:52.292Z] 84f40fc03018: Layer already exists [2021-01-09T02:10:52.564Z] d18f8d825c02: Layer already exists [2021-01-09T02:10:52.565Z] 9ded3b6bb9b5: Layer already exists [2021-01-09T02:10:52.565Z] 87a09b4c083e: Layer already exists [2021-01-09T02:10:52.565Z] 414c7a146e06: Layer already exists [2021-01-09T02:10:52.565Z] fa1afe8e6ed9: Layer already exists [2021-01-09T02:10:52.565Z] 0f74e9ff2a61: Layer already exists [2021-01-09T02:10:52.565Z] f8381ed47b22: Layer already exists [2021-01-09T02:10:52.565Z] b122376c33c6: Layer already exists [2021-01-09T02:10:52.565Z] e934a737d657: Layer already exists [2021-01-09T02:10:52.565Z] master: digest: sha256:9b5e3e9abeb6c289197164f96cac4fcb75c0a36f905629f0510eea4e452db1b8 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-09T02:10:52.779Z] ===================================================== [Pipeline] echo [2021-01-09T02:10:52.833Z] taggedImages: [2021-01-09T02:10:52.833Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392 [2021-01-09T02:10:52.833Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-09T02:10:52.833Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:310fcf068b6662a9a98c00381981ed5406e42392-2.0.0-dev.33 [2021-01-09T02:10:52.833Z] - 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-09T02:10:54.521Z] provisioning config files... [2021-01-09T02:10:54.536Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/282@tmp/config1922483449401455765tmp [Pipeline] { [Pipeline] sh [2021-01-09T02:10:54.906Z] + set +x [2021-01-09T02:10:54.906Z] + curl -s https://codecov.io/bash [2021-01-09T02:10:54.906Z] + bash -s -- [2021-01-09T02:10:55.483Z] [2021-01-09T02:10:55.483Z] _____ _ [2021-01-09T02:10:55.483Z] / ____| | | [2021-01-09T02:10:55.483Z] | | ___ __| | ___ ___ _____ __ [2021-01-09T02:10:55.483Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-09T02:10:55.483Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-09T02:10:55.483Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-09T02:10:55.483Z] Bash-20201231-23d4836 [2021-01-09T02:10:55.483Z] [2021-01-09T02:10:55.483Z] [2021-01-09T02:10:55.483Z] ==> git version 2.24.3 found [2021-01-09T02:10:55.483Z] ==> 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-09T02:10:55.483Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-09T02:10:55.483Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-09T02:10:55.483Z] ==> Jenkins CI detected. [2021-01-09T02:10:55.483Z] project root: . [2021-01-09T02:10:55.483Z] --> token set from env [2021-01-09T02:10:55.483Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-09T02:10:55.483Z] ==> Running gcov in . (disable via -X gcov) [2021-01-09T02:10:55.483Z] ==> Python coveragepy not found [2021-01-09T02:10:55.483Z] ==> Searching for coverage reports in: [2021-01-09T02:10:55.483Z] + . [2021-01-09T02:10:55.483Z] -> Found 1 reports [2021-01-09T02:10:55.483Z] ==> Detecting git/mercurial file structure [2021-01-09T02:10:55.483Z] ==> Reading reports [2021-01-09T02:10:55.483Z] + ./coverage.out bytes=541590 [2021-01-09T02:10:55.483Z] ==> Appending adjustments [2021-01-09T02:10:55.483Z] https://docs.codecov.io/docs/fixing-reports [2021-01-09T02:10:58.811Z] + Found adjustments [2021-01-09T02:10:58.811Z] ==> Gzipping contents [2021-01-09T02:10:58.811Z] 84K /tmp/codecov.ePN5J9.gz [2021-01-09T02:10:58.811Z] ==> Uploading reports [2021-01-09T02:10:58.811Z] url: https://codecov.io [2021-01-09T02:10:58.811Z] query: branch=master&commit=310fcf068b6662a9a98c00381981ed5406e42392&build=282&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F282%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-09T02:10:58.811Z] -> Pinging Codecov [2021-01-09T02:10:58.811Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=310fcf068b6662a9a98c00381981ed5406e42392&build=282&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F282%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-09T02:10:59.076Z] -> Uploading to [2021-01-09T02:10:59.076Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-09/00271124DB129430A58F1EEE437C3FCB/310fcf068b6662a9a98c00381981ed5406e42392/b07f9367-b3b5-43a6-8236-5c7f422d25da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T021058Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a9f62456244ada950d150d254b991e5425fe638ed2574ace4b7525c039927a82 [2021-01-09T02:10:59.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:10:59.076Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:00.026Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82407 0 0 100 82407 0 112k --:--:-- --:--:-- --:--:-- 112k 100 82407 0 0 100 82407 0 112k --:--:-- --:--:-- --:--:-- 112k [2021-01-09T02:11:00.026Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/310fcf068b6662a9a98c00381981ed5406e42392 [Pipeline] } [2021-01-09T02:11:00.036Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-09T02:11:01.124Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-09T02:11:01.171Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:11:01.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-09T02:11:01.512Z] [2021-01-09T02:11:01.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:11:01.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-09T02:11:01.881Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-09T02:11:01.881Z] 188c0c94c7c5: Already exists [2021-01-09T02:11:01.881Z] 0ef7d3d256c8: Already exists [2021-01-09T02:11:01.881Z] de9db76c5a1d: Already exists [2021-01-09T02:11:01.881Z] 0eba1c9be4d2: Pulling fs layer [2021-01-09T02:11:01.881Z] 0d57e429df01: Pulling fs layer [2021-01-09T02:11:01.881Z] 4e4be7b47b0d: Pulling fs layer [2021-01-09T02:11:01.881Z] e1f770b5df2f: Pulling fs layer [2021-01-09T02:11:01.881Z] 85a0685a4137: Pulling fs layer [2021-01-09T02:11:01.881Z] e1f770b5df2f: Waiting [2021-01-09T02:11:01.881Z] 85a0685a4137: Waiting [2021-01-09T02:11:01.881Z] 0d57e429df01: Verifying Checksum [2021-01-09T02:11:01.881Z] 0d57e429df01: Download complete [2021-01-09T02:11:01.881Z] 4e4be7b47b0d: Verifying Checksum [2021-01-09T02:11:01.881Z] 4e4be7b47b0d: Download complete [2021-01-09T02:11:04.445Z] e1f770b5df2f: Verifying Checksum [2021-01-09T02:11:04.445Z] e1f770b5df2f: Download complete [2021-01-09T02:11:05.400Z] 0eba1c9be4d2: Verifying Checksum [2021-01-09T02:11:05.400Z] 0eba1c9be4d2: Download complete [2021-01-09T02:11:05.978Z] 85a0685a4137: Verifying Checksum [2021-01-09T02:11:05.978Z] 85a0685a4137: Download complete [2021-01-09T02:11:12.585Z] 0eba1c9be4d2: Pull complete [2021-01-09T02:11:12.585Z] 0d57e429df01: Pull complete [2021-01-09T02:11:12.585Z] 4e4be7b47b0d: Pull complete [2021-01-09T02:11:16.803Z] e1f770b5df2f: Pull complete [2021-01-09T02:11:25.009Z] 85a0685a4137: Pull complete [2021-01-09T02:11:25.009Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-09T02:11:25.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-09T02:11:25.009Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-09T02:11:25.205Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T02:11:25.259Z] $ 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/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-09T02:11:26.450Z] $ docker top 5155a7f8d3f7b5b3ba31a599c005b6bc728e56c68594e2fc5d4d4b92f5fdba8d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T02:11:26.741Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-09T02:11:27.032Z] + set -o pipefail [2021-01-09T02:11:27.032Z] + snyk monitor '--org=edgex-jenkins' [2021-01-09T02:11:37.067Z] [2021-01-09T02:11:37.067Z] Monitoring /w/workspace/edgex-go/282 (github.com/edgexfoundry/edgex-go)... [2021-01-09T02:11:37.067Z] [2021-01-09T02:11:37.067Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/088a2c93-caa7-4344-bccc-c8086dd4d48b [2021-01-09T02:11:37.067Z] [2021-01-09T02:11:37.067Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-09T02:11:37.067Z] [2021-01-09T02:11:37.067Z] [Pipeline] } [2021-01-09T02:11:37.084Z] $ docker stop --time=1 5155a7f8d3f7b5b3ba31a599c005b6bc728e56c68594e2fc5d4d4b92f5fdba8d [2021-01-09T02:11:40.306Z] $ docker rm -f 5155a7f8d3f7b5b3ba31a599c005b6bc728e56c68594e2fc5d4d4b92f5fdba8d [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-09T02:11:41.730Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T02:11:41.785Z] provisioning config files... [2021-01-09T02:11:41.799Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/282@tmp/config3030125505421042061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:11:42.184Z] --> edgex-publish-swagger.sh [2021-01-09T02:11:42.184Z] === Publish openapi/v1 API === [2021-01-09T02:11:42.184Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-09T02:11:42.184Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-09T02:11:42.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:42.184Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:43.579Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8136 0:00:01 0:00:01 --:--:-- 8143 100 10521 0 0 100 10521 0 7850 0:00:01 0:00:01 --:--:-- 7857 [2021-01-09T02:11:43.579Z] [2021-01-09T02:11:43.579Z] [2021-01-09T02:11:43.579Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-09T02:11:43.579Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:43.579Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:44.531Z] 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 28427 0:00:01 0:00:01 --:--:-- 28433 100 32556 0 0 100 32556 0 28423 0:00:01 0:00:01 --:--:-- 28408 [2021-01-09T02:11:44.798Z] [2021-01-09T02:11:44.798Z] [2021-01-09T02:11:44.798Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-09T02:11:44.798Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:44.798Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:45.785Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 63065 0:00:01 0:00:01 --:--:-- 63116 100 73720 0 0 100 73720 0 63051 0:00:01 0:00:01 --:--:-- 63062 [2021-01-09T02:11:45.785Z] [2021-01-09T02:11:45.785Z] [2021-01-09T02:11:45.785Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-09T02:11:45.785Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:45.785Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:47.186Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11516 0:00:01 0:00:01 --:--:-- 11528 100 13580 0 0 100 13580 0 11514 0:00:01 0:00:01 --:--:-- 11528 [2021-01-09T02:11:47.186Z] [2021-01-09T02:11:47.186Z] [2021-01-09T02:11:47.186Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-09T02:11:47.186Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:47.186Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:48.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33829 0:00:01 0:00:01 --:--:-- 33845 100 38889 0 0 100 38889 0 33824 0:00:01 0:00:01 --:--:-- 33845 [2021-01-09T02:11:48.145Z] [2021-01-09T02:11:48.145Z] [2021-01-09T02:11:48.145Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-09T02:11:48.145Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:48.145Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:49.536Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11686 0:00:01 0:00:01 --:--:-- 11697 100 14248 0 0 100 14248 0 11413 0:00:01 0:00:01 --:--:-- 11416 [2021-01-09T02:11:49.536Z] [2021-01-09T02:11:49.536Z] [2021-01-09T02:11:49.536Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-09T02:11:49.536Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:49.536Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:50.744Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3645 0:00:01 0:00:01 --:--:-- 3649 [2021-01-09T02:11:50.744Z] [2021-01-09T02:11:50.744Z] [2021-01-09T02:11:50.744Z] === Publish openapi/v2 API === [2021-01-09T02:11:50.744Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-09T02:11:50.744Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-09T02:11:50.744Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:50.744Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:51.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27841 0:00:01 0:00:01 --:--:-- 27863 100 29535 0 0 100 29535 0 27837 0:00:01 0:00:01 --:--:-- 27863 [2021-01-09T02:11:51.687Z] [2021-01-09T02:11:51.687Z] [2021-01-09T02:11:51.687Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-09T02:11:51.687Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T02:11:51.687Z] Dload Upload Total Spent Left Speed [2021-01-09T02:11:53.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 53376 0:00:01 0:00:01 --:--:-- 53430 100 60430 0 0 100 60430 0 53368 0:00:01 0:00:01 --:--:-- 53383 [2021-01-09T02:11:53.076Z] [2021-01-09T02:11:53.076Z] [2021-01-09T02:11:53.076Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-09T02:11:53.076Z] /w/workspace/edgex-go/282@tmp/durable-7af8652a/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-09T02:11:53.090Z] 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-09T02:11:54.909Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:11:55.794Z] ---> package-listing.sh [2021-01-09T02:11:55.794Z] ++ facter osfamily [2021-01-09T02:11:55.794Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-09T02:11:55.794Z] + OS_FAMILY=redhat [2021-01-09T02:11:55.794Z] + workspace=/w/workspace/edgex-go/282 [2021-01-09T02:11:55.794Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-09T02:11:55.794Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-09T02:11:55.794Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-09T02:11:55.794Z] + PACKAGES=/tmp/packages_start.txt [2021-01-09T02:11:55.794Z] + '[' /w/workspace/edgex-go/282 ']' [2021-01-09T02:11:55.794Z] + PACKAGES=/tmp/packages_end.txt [2021-01-09T02:11:55.794Z] + case "${OS_FAMILY}" in [2021-01-09T02:11:55.794Z] + rpm -qa [2021-01-09T02:11:55.794Z] + sort [2021-01-09T02:12:01.109Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-09T02:12:01.109Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-09T02:12:01.109Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-09T02:12:01.109Z] + '[' /w/workspace/edgex-go/282 ']' [2021-01-09T02:12:01.109Z] + mkdir -p /w/workspace/edgex-go/282/archives/ [2021-01-09T02:12:01.109Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/282/archives/ [Pipeline] echo [2021-01-09T02:12:01.124Z] 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/282/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-09T02:12:01.422Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:12:01.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T02:12:01.757Z] [2021-01-09T02:12:01.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-09T02:12:02.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T02:12:02.392Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-09T02:12:02.392Z] df20fa9351a1: Pulling fs layer [2021-01-09T02:12:02.392Z] 36b3adc4ff6f: Pulling fs layer [2021-01-09T02:12:02.392Z] 8ad3a11d3b57: Pulling fs layer [2021-01-09T02:12:02.392Z] 46f8f816bc3b: Pulling fs layer [2021-01-09T02:12:02.392Z] 93b61091891f: Pulling fs layer [2021-01-09T02:12:02.392Z] 93b9cdb0e59b: Pulling fs layer [2021-01-09T02:12:02.392Z] 5e14af77c1be: Pulling fs layer [2021-01-09T02:12:02.392Z] 01666e4c0597: Pulling fs layer [2021-01-09T02:12:02.392Z] aa168da1d23b: Pulling fs layer [2021-01-09T02:12:02.392Z] 46f8f816bc3b: Waiting [2021-01-09T02:12:02.392Z] 93b61091891f: Waiting [2021-01-09T02:12:02.392Z] 5e14af77c1be: Waiting [2021-01-09T02:12:02.392Z] 93b9cdb0e59b: Waiting [2021-01-09T02:12:02.392Z] aa168da1d23b: Waiting [2021-01-09T02:12:02.392Z] 01666e4c0597: Waiting [2021-01-09T02:12:02.392Z] 36b3adc4ff6f: Verifying Checksum [2021-01-09T02:12:02.392Z] 36b3adc4ff6f: Download complete [2021-01-09T02:12:02.660Z] 46f8f816bc3b: Verifying Checksum [2021-01-09T02:12:02.660Z] 46f8f816bc3b: Download complete [2021-01-09T02:12:02.660Z] df20fa9351a1: Download complete [2021-01-09T02:12:02.660Z] 93b9cdb0e59b: Verifying Checksum [2021-01-09T02:12:02.660Z] 93b9cdb0e59b: Download complete [2021-01-09T02:12:02.660Z] 5e14af77c1be: Verifying Checksum [2021-01-09T02:12:02.660Z] 5e14af77c1be: Download complete [2021-01-09T02:12:02.660Z] 01666e4c0597: Verifying Checksum [2021-01-09T02:12:02.660Z] 01666e4c0597: Download complete [2021-01-09T02:12:02.660Z] 93b61091891f: Verifying Checksum [2021-01-09T02:12:02.660Z] 8ad3a11d3b57: Verifying Checksum [2021-01-09T02:12:02.660Z] 8ad3a11d3b57: Download complete [2021-01-09T02:12:02.930Z] df20fa9351a1: Pull complete [2021-01-09T02:12:03.198Z] 36b3adc4ff6f: Pull complete [2021-01-09T02:12:04.151Z] 8ad3a11d3b57: Pull complete [2021-01-09T02:12:04.415Z] 46f8f816bc3b: Pull complete [2021-01-09T02:12:04.677Z] aa168da1d23b: Verifying Checksum [2021-01-09T02:12:04.677Z] aa168da1d23b: Download complete [2021-01-09T02:12:04.939Z] 93b61091891f: Pull complete [2021-01-09T02:12:05.202Z] 93b9cdb0e59b: Pull complete [2021-01-09T02:12:05.202Z] 5e14af77c1be: Pull complete [2021-01-09T02:12:05.465Z] 01666e4c0597: Pull complete [2021-01-09T02:12:13.670Z] aa168da1d23b: Pull complete [2021-01-09T02:12:13.670Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-09T02:12:13.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T02:12:13.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-09T02:12:13.869Z] prd-centos7-docker-4c-2g-19208 does not seem to be running inside a container [2021-01-09T02:12:13.932Z] $ 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/282/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/282 -v /w/workspace/edgex-go/282:/w/workspace/edgex-go/282:rw,z -v /w/workspace/edgex-go/282@tmp:/w/workspace/edgex-go/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-09T02:12:17.678Z] $ docker top a991a701852b142a518d35bf3dfccefc53e4d8a1cf8b74551925272c720f3d61 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T02:12:18.292Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-09T02:12:18.592Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-09T02:12:18.890Z] + ls /var/log/sa-host [2021-01-09T02:12:18.890Z] + sadf -c /var/log/sa-host/sa09 [2021-01-09T02:12:18.890Z] file_magic: OK [2021-01-09T02:12:18.890Z] HZ: Using current value: 100 [2021-01-09T02:12:18.890Z] file_header: OK [2021-01-09T02:12:18.890Z] 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-09T02:12:18.890Z] Statistics: [2021-01-09T02:12:18.890Z] 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... [2021-01-09T02:12:18.890Z] File successfully converted to sysstat format version 12.2.1 [2021-01-09T02:12:18.890Z] + sadf -c /var/log/sa-host/sa23 [2021-01-09T02:12:18.890Z] file_magic: OK [2021-01-09T02:12:18.890Z] HZ: Using current value: 100 [2021-01-09T02:12:18.890Z] file_header: OK [2021-01-09T02:12:18.890Z] 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-09T02:12:18.890Z] Statistics: [2021-01-09T02:12:18.890Z] Hnuu...uuuununununu... [2021-01-09T02:12:18.890Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T02:12:19.549Z] provisioning config files... [2021-01-09T02:12:19.570Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/282@tmp/config1455358037965060894tmp [Pipeline] { [Pipeline] echo [2021-01-09T02:12:19.642Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:12:19.933Z] ---> create-netrc.sh [Pipeline] } [2021-01-09T02:12:19.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-09T02:12:20.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:12:20.354Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-09T02:12:20.364Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:12:20.661Z] ---> sudo-logs.sh [2021-01-09T02:12:20.661Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-09T02:12:20.671Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:12:20.964Z] ---> job-cost.sh [2021-01-09T02:12:20.965Z] lf-activate-venv: SKIPPING [2021-01-09T02:12:20.965Z] INFO: No Stack... [2021-01-09T02:12:21.912Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-09T02:12:22.493Z] INFO: Archiving Costs [Pipeline] echo [2021-01-09T02:12:22.508Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T02:12:22.805Z] ---> logs-deploy.sh [2021-01-09T02:12:22.805Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/282 [2021-01-09T02:12:22.805Z] INFO: archiving workspace using pattern(s): [2021-01-09T02:12:24.718Z] Archives upload complete. [2021-01-09T02:12:24.718Z] INFO: archiving logs to Nexus