Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c 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-19962 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/289 [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/289 # 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 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c # timeout=10 Commit message: "Merge pull request #3021 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.70" > git rev-list --no-walk 356d3f58744bcd4c86fb4a1eb5552148d927414a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T13:56:09.419Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T13:56:09.721Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T13:56:09.831Z] ========================================================= [2021-01-13T13:56:09.831Z] EdgeX Global Pipelines Version Info [2021-01-13T13:56:09.831Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T13:56:11.367Z] ------------------- [2021-01-13T13:56:11.367Z] stable info: [2021-01-13T13:56:11.367Z] ------------------- [2021-01-13T13:56:11.367Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T13:56:11.367Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T13:56:11.367Z] Message: update stable to v1.0.173 [2021-01-13T13:56:12.316Z] ------------------- [2021-01-13T13:56:12.316Z] experimental info: [2021-01-13T13:56:12.316Z] ------------------- [2021-01-13T13:56:12.316Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T13:56:12.316Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T13:56:12.316Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T13:56:12.602Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T13:56:12.708Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T13:56:12.819Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T13:56:12.924Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T13:56:13.031Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T13:56:13.143Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T13:56:13.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T13:56:13.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T13:56:13.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T13:56:13.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T13:56:13.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T13:56:13.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T13:56:13.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T13:56:13.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T13:56:14.091Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T13:56:14.193Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T13:56:14.287Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T13:56:14.387Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T13:56:14.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T13:56:14.604Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T13:56:14.698Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T13:56:14.793Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T13:56:14.896Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T13:56:14.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-13T13:56:15.116Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-13T13:56:15.253Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-13T13:56:15.364Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] echo [2021-01-13T13:56:15.459Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bf2a93 [Pipeline] echo [2021-01-13T13:56:15.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T13:56:15.734Z] provisioning config files... [2021-01-13T13:56:15.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/289@tmp/config2151635987482065114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T13:56:16.233Z] ---> docker-login.sh [2021-01-13T13:56:16.233Z] nexus3.edgexfoundry.org:10001 [2021-01-13T13:56:16.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:56:16.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:56:16.761Z] Configure a credential helper to remove this warning. See [2021-01-13T13:56:16.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:56:16.761Z] [2021-01-13T13:56:16.761Z] Login Succeeded [2021-01-13T13:56:16.761Z] nexus3.edgexfoundry.org:10002 [2021-01-13T13:56:16.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:56:16.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:56:16.761Z] Configure a credential helper to remove this warning. See [2021-01-13T13:56:16.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:56:16.761Z] [2021-01-13T13:56:16.761Z] Login Succeeded [2021-01-13T13:56:16.761Z] nexus3.edgexfoundry.org:10003 [2021-01-13T13:56:17.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:56:17.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:56:17.024Z] Configure a credential helper to remove this warning. See [2021-01-13T13:56:17.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:56:17.024Z] [2021-01-13T13:56:17.024Z] Login Succeeded [2021-01-13T13:56:17.024Z] nexus3.edgexfoundry.org:10004 [2021-01-13T13:56:17.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:56:17.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:56:17.286Z] Configure a credential helper to remove this warning. See [2021-01-13T13:56:17.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:56:17.286Z] [2021-01-13T13:56:17.286Z] Login Succeeded [2021-01-13T13:56:17.286Z] docker.io [2021-01-13T13:56:17.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:56:17.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:56:17.861Z] Configure a credential helper to remove this warning. See [2021-01-13T13:56:17.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:56:17.861Z] [2021-01-13T13:56:17.861Z] Login Succeeded [2021-01-13T13:56:17.861Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T13:56:17.871Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T13:56:18.345Z] ++ 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-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T13:56:18.345Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T13:56:18.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T13:56:18.345Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T13:56:18.345Z] ++ cut -d/ -f2 [2021-01-13T13:56:18.345Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T13:56:18.417Z] 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-13T13:56:19.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T13:56:19.864Z] [2021-01-13T13:56:19.864Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:56:20.219Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T13:56:20.219Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T13:56:20.219Z] 31603596830f: Pulling fs layer [2021-01-13T13:56:20.219Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T13:56:20.219Z] 6ca5941a6612: Pulling fs layer [2021-01-13T13:56:20.219Z] ecc8261a40a4: Pulling fs layer [2021-01-13T13:56:20.219Z] ecc8261a40a4: Waiting [2021-01-13T13:56:20.219Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T13:56:20.219Z] 2a8b12db71e7: Download complete [2021-01-13T13:56:20.219Z] 31603596830f: Verifying Checksum [2021-01-13T13:56:20.219Z] 31603596830f: Download complete [2021-01-13T13:56:20.482Z] ecc8261a40a4: Verifying Checksum [2021-01-13T13:56:20.482Z] ecc8261a40a4: Download complete [2021-01-13T13:56:20.482Z] 6ca5941a6612: Verifying Checksum [2021-01-13T13:56:20.482Z] 6ca5941a6612: Download complete [2021-01-13T13:56:20.745Z] 31603596830f: Pull complete [2021-01-13T13:56:21.006Z] 2a8b12db71e7: Pull complete [2021-01-13T13:56:21.952Z] 6ca5941a6612: Pull complete [2021-01-13T13:56:21.952Z] ecc8261a40a4: Pull complete [2021-01-13T13:56:21.952Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T13:56:21.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T13:56:21.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T13:56:22.095Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T13:56:22.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T13:56:24.884Z] $ docker top b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T13:56:25.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T13:56:25.250Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T13:56:25.486Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T13:56:25.491Z] $ docker exec b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e ssh-agent [2021-01-13T13:56:25.678Z] SSH_AUTH_SOCK=/tmp/ssh-M6ItxDv3UCDR/agent.13 [2021-01-13T13:56:25.679Z] SSH_AGENT_PID=18 [2021-01-13T13:56:25.695Z] Running ssh-add (command line suppressed) [2021-01-13T13:56:25.832Z] Identity added: /w/workspace/edgex-go/289@tmp/private_key_7228372244014724522.key (/w/workspace/edgex-go/289@tmp/private_key_7228372244014724522.key) [2021-01-13T13:56:25.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T13:56:26.307Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T13:56:26.334Z] $ docker exec --env ******** --env ******** b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e ssh-agent -k [2021-01-13T13:56:26.463Z] unset SSH_AUTH_SOCK; [2021-01-13T13:56:26.463Z] unset SSH_AGENT_PID; [2021-01-13T13:56:26.464Z] echo Agent pid 18 killed; [2021-01-13T13:56:26.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T13:56:26.661Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T13:56:26.662Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T13:56:26.848Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T13:56:26.853Z] $ docker exec b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e ssh-agent [2021-01-13T13:56:27.031Z] SSH_AUTH_SOCK=/tmp/ssh-GDK39LNhABTn/agent.48 [2021-01-13T13:56:27.031Z] SSH_AGENT_PID=53 [2021-01-13T13:56:27.038Z] Running ssh-add (command line suppressed) [2021-01-13T13:56:27.165Z] Identity added: /w/workspace/edgex-go/289@tmp/private_key_127217315916509601.key (/w/workspace/edgex-go/289@tmp/private_key_127217315916509601.key) [2021-01-13T13:56:27.222Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T13:56:27.561Z] + git semver init [2021-01-13T13:56:27.562Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T13:56:27.562Z] # $GIT_DIR = /w/workspace/edgex-go/289/.git [2021-01-13T13:56:27.562Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/289 [2021-01-13T13:56:27.562Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T13:56:27.562Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T13:56:27.562Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T13:56:27.562Z] # $SEMVER_BRANCH = master [2021-01-13T13:56:27.562Z] # $SEMVER_TEMP = /tmp/semver-997135574 [2021-01-13T13:56:27.562Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T13:56:49.606Z] # '/tmp/semver-997135574' -> '/w/workspace/edgex-go/289/.semver' [2021-01-13T13:56:49.606Z] # -> Force: false [2021-01-13T13:56:49.606Z] # $SEMVER_DIR = /w/workspace/edgex-go/289/.semver [Pipeline] } [2021-01-13T13:56:49.621Z] $ docker exec --env ******** --env ******** b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e ssh-agent -k [2021-01-13T13:56:49.812Z] unset SSH_AUTH_SOCK; [2021-01-13T13:56:49.812Z] unset SSH_AGENT_PID; [2021-01-13T13:56:49.813Z] echo Agent pid 53 killed; [2021-01-13T13:56:49.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T13:56:50.441Z] + git semver [Pipeline] } [2021-01-13T13:56:50.460Z] $ docker stop --time=1 b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e [2021-01-13T13:56:52.097Z] $ docker rm -f b40648484982d90f7c4404ad11b3128d524c8c1363e941c0b9f11c5d20127e2e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T13:56:52.686Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T13:56:53.259Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T13:56:53.261Z] [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-13T13:56:54.230Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T13:56:54.532Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T13:56:54.833Z] + sudo service docker restart [2021-01-13T13:56:54.834Z] + true [2021-01-13T13:56:54.834Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T13:56:55.429Z] ========================================================= [2021-01-13T13:56:55.429Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T13:56:55.429Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:56:55.777Z] + 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-13T13:57:00.027Z] Sending build context to Docker daemon 326.4MB [2021-01-13T13:57:00.027Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T13:57:00.027Z] Step 2/6 : FROM ${BASE} [2021-01-13T13:57:00.027Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T13:57:00.027Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T13:57:00.027Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T13:57:00.027Z] de9db76c5a1d: Pulling fs layer [2021-01-13T13:57:00.027Z] bca2f99d35d6: Pulling fs layer [2021-01-13T13:57:00.027Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T13:57:00.027Z] 7c6f9722023f: Pulling fs layer [2021-01-13T13:57:00.027Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T13:57:00.027Z] bca2f99d35d6: Waiting [2021-01-13T13:57:00.027Z] 93359f2a8cfa: Waiting [2021-01-13T13:57:00.027Z] 7c6f9722023f: Waiting [2021-01-13T13:57:00.027Z] a35cf1a2eb13: Waiting [2021-01-13T13:57:00.028Z] de9db76c5a1d: Verifying Checksum [2021-01-13T13:57:00.028Z] de9db76c5a1d: Download complete [2021-01-13T13:57:00.028Z] 0ef7d3d256c8: Download complete [2021-01-13T13:57:00.028Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T13:57:00.028Z] 93359f2a8cfa: Download complete [2021-01-13T13:57:00.028Z] 7c6f9722023f: Verifying Checksum [2021-01-13T13:57:00.028Z] 7c6f9722023f: Download complete [2021-01-13T13:57:00.028Z] 188c0c94c7c5: Download complete [2021-01-13T13:57:00.605Z] 188c0c94c7c5: Pull complete [2021-01-13T13:57:00.866Z] 0ef7d3d256c8: Pull complete [2021-01-13T13:57:00.866Z] de9db76c5a1d: Pull complete [2021-01-13T13:57:02.281Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T13:57:02.281Z] a35cf1a2eb13: Download complete [2021-01-13T13:57:03.233Z] bca2f99d35d6: Verifying Checksum [2021-01-13T13:57:03.233Z] bca2f99d35d6: Download complete [2021-01-13T13:57:08.589Z] bca2f99d35d6: Pull complete [2021-01-13T13:57:08.701Z] Still waiting to schedule task [2021-01-13T13:57:08.701Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-13T13:57:08.854Z] 93359f2a8cfa: Pull complete [2021-01-13T13:57:08.854Z] 7c6f9722023f: Pull complete [2021-01-13T13:57:14.188Z] a35cf1a2eb13: Pull complete [2021-01-13T13:57:14.188Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T13:57:14.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T13:57:14.188Z] ---> a62c8e92a672 [2021-01-13T13:57:14.188Z] 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-13T13:57:14.188Z] ---> Running in ae3763afc9d0 [2021-01-13T13:57:14.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T13:57:15.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T13:57:15.664Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T13:57:17.057Z] (2/12) Installing file (5.38-r0) [2021-01-13T13:57:17.057Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T13:57:17.057Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T13:57:20.378Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T13:57:20.640Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T13:57:20.640Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T13:57:20.640Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T13:57:20.905Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T13:57:20.905Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T13:57:21.167Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T13:57:21.167Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T13:57:21.167Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T13:57:21.167Z] OK: 233 MiB in 51 packages [2021-01-13T13:57:24.492Z] Removing intermediate container ae3763afc9d0 [2021-01-13T13:57:24.492Z] ---> 70b558b42512 [2021-01-13T13:57:24.492Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T13:57:24.492Z] ---> Running in 037533dbd427 [2021-01-13T13:57:24.757Z] Removing intermediate container 037533dbd427 [2021-01-13T13:57:24.757Z] ---> 910d0bde1d59 [2021-01-13T13:57:24.757Z] Step 5/6 : COPY go.mod . [2021-01-13T13:57:25.019Z] ---> 9111f5870f48 [2021-01-13T13:57:25.019Z] Step 6/6 : RUN go mod download [2021-01-13T13:57:25.019Z] ---> Running in b8b7b51d3dcb [2021-01-13T13:57:47.039Z] Removing intermediate container b8b7b51d3dcb [2021-01-13T13:57:47.039Z] ---> 13dd38ccd352 [2021-01-13T13:57:47.039Z] Successfully built 13dd38ccd352 [2021-01-13T13:57:47.039Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:57:47.366Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T13:57:47.366Z] . [Pipeline] withDockerContainer [2021-01-13T13:57:47.477Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T13:57:47.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T13:57:48.430Z] $ docker top 68e24206638c3600afdd4b16642e67e3b97142d0ec7ade1b8542f15f807fe7f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T13:57:48.997Z] + go version [2021-01-13T13:57:48.997Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T13:57:49.011Z] $ docker stop --time=1 68e24206638c3600afdd4b16642e67e3b97142d0ec7ade1b8542f15f807fe7f2 [2021-01-13T13:57:50.410Z] $ docker rm -f 68e24206638c3600afdd4b16642e67e3b97142d0ec7ade1b8542f15f807fe7f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:57:51.578Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T13:57:51.578Z] . [Pipeline] withDockerContainer [2021-01-13T13:57:51.687Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T13:57:51.738Z] $ 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/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T13:57:52.603Z] $ docker top 5055d8942956dd72783d93c824f40960a54b2b1aea9d52676f7c3cf7b901917e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T13:57:52.824Z] ========================================================= [2021-01-13T13:57:52.824Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T13:57:52.824Z] ========================================================= [Pipeline] sh [2021-01-13T13:57:53.116Z] + make test [2021-01-13T13:57:53.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T13:58:03.182Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T13:58:18.560Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T13:58:25.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T13:58:25.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T13:58:25.239Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T13:58:25.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T13:58:25.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T13:58:25.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T13:58:25.504Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T13:58:25.770Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T13:58:26.358Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T13:58:28.308Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T13:58:28.308Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T13:58:28.308Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T13:58:30.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2021-01-13T13:58:30.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T13:58:30.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T13:58:30.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T13:58:30.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T13:58:30.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T13:58:35.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.0% of statements [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T13:58:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T13:58:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T13:58:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 77.1% of statements [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T13:58:35.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.4% of statements [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T13:58:35.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T13:58:36.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.401s coverage: 28.6% of statements [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T13:58:36.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T13:58:36.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-01-13T13:58:36.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T13:58:36.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-01-13T13:58:36.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T13:58:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-01-13T13:58:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T13:58:37.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-01-13T13:58:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T13:58:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T13:58:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T13:58:37.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.360s coverage: 93.1% of statements [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements [2021-01-13T13:58:40.361Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2021-01-13T13:58:40.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-01-13T13:58:40.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements [2021-01-13T13:58:40.910Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.4% of statements [2021-01-13T13:58:40.910Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T13:58:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements [2021-01-13T13:58:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T13:58:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T13:58:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-01-13T13:58:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-01-13T13:58:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-01-13T13:58:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-01-13T13:58:42.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-13T13:58:43.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 55.9% of statements [2021-01-13T13:58:43.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T13:58:43.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T13:58:43.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T13:58:43.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T13:58:43.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T13:58:43.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-13T13:58:43.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T13:58:43.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T13:58:43.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements [2021-01-13T13:58:43.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-13T13:58:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T13:58:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T13:58:45.952Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-13T13:58:45.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T13:58:47.256Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19963 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-13T13:58:47.316Z] Running in /w/workspace/edgex-go/289 [Pipeline] { [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.829s coverage: 29.1% of statements [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T13:58:47.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T13:58:47.387Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [Pipeline] checkout [2021-01-13T13:58:47.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-13T13:58:47.972Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-13T13:58:48.558Z] GO111MODULE=on go vet ./... [2021-01-13T13:58:52.640Z] using credential edgex-jenkins-ssh [2021-01-13T13:58:52.742Z] Cloning the remote Git repository [2021-01-13T13:58:52.806Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T13:58:52.919Z] > git init /w/workspace/edgex-go/289 # timeout=10 [2021-01-13T13:58:53.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T13:58:53.005Z] > git --version # timeout=10 [2021-01-13T13:58:53.028Z] > git --version # 'git version 2.17.1' [2021-01-13T13:58:53.030Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T13:58:53.124Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T13:59:10.682Z] gofmt -l . [2021-01-13T13:59:11.269Z] [ "`gofmt -l .`" = "" ] [2021-01-13T13:59:11.863Z] ./bin/test-go-mod-tidy.sh [2021-01-13T13:59:12.448Z] ./bin/test-attribution-txt.sh [2021-01-13T13:59:12.455Z] Checking out Revision 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c (master) [Pipeline] sh [2021-01-13T13:59:13.382Z] + ls -al . [2021-01-13T13:59:13.382Z] total 656 [2021-01-13T13:59:13.382Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 13:59 . [2021-01-13T13:59:13.382Z] drwxr-xr-x 4 root root 32 Jan 13 13:57 .. [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 13:56 .dockerignore [2021-01-13T13:59:13.382Z] drwxrwxr-x 8 1001 1001 162 Jan 13 13:56 .git [2021-01-13T13:59:13.382Z] drwxrwxr-x 3 1001 1001 125 Jan 13 13:56 .github [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 13:56 .gitignore [2021-01-13T13:59:13.382Z] drwx------ 3 1001 1001 32 Jan 13 13:56 .semver [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 13:56 .sonarcloud.properties [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 13:56 Attribution.txt [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 13:56 CONTRIBUTING.md [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 13:56 Dockerfile.build [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 13:56 Jenkinsfile [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 13:56 LICENSE [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 13:56 Makefile [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 13:56 README.md [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 13:56 SECURITY.md [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 12 Jan 13 13:56 VERSION [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 13:56 ZMQWindows.md [2021-01-13T13:59:13.382Z] drwxrwxr-x 2 1001 1001 117 Jan 13 13:56 bin [2021-01-13T13:59:13.382Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 13:56 cmd [2021-01-13T13:59:13.382Z] -rw-r--r-- 1 root root 552842 Jan 13 13:58 coverage.out [2021-01-13T13:59:13.382Z] -rw-r--r-- 1 root root 979 Jan 13 13:59 go.mod [2021-01-13T13:59:13.382Z] -rw-r--r-- 1 root root 19036 Jan 13 13:59 go.sum [2021-01-13T13:59:13.382Z] drwxrwxr-x 8 1001 1001 127 Jan 13 13:56 internal [2021-01-13T13:59:13.382Z] drwxrwxr-x 4 1001 1001 26 Jan 13 13:56 openapi [2021-01-13T13:59:13.382Z] drwxrwxr-x 4 1001 1001 71 Jan 13 13:56 snap [2021-01-13T13:59:13.382Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 13:56 version.go [Pipeline] sh [2021-01-13T13:59:13.716Z] + '[' -e coverage.out ] [2021-01-13T13:59:13.717Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T13:59:11.783Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T13:59:11.797Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T13:59:11.837Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T13:59:11.873Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T13:59:11.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T13:59:11.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T13:59:12.479Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T13:59:12.501Z] > git checkout -f 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c # timeout=10 [2021-01-13T13:59:14.024Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T13:59:14.333Z] + make build [2021-01-13T13:59:14.598Z] 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-13T13:59:17.261Z] Commit message: "Merge pull request #3021 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.70" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-13T13:59:17.949Z] 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T13:59:18.982Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T13:59:19.409Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T13:59:19.755Z] + true [2021-01-13T13:59:19.755Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T13:59:21.869Z] provisioning config files... [2021-01-13T13:59:21.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/289@tmp/config6056064513547131524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T13:59:22.343Z] ---> docker-login.sh [2021-01-13T13:59:22.343Z] nexus3.edgexfoundry.org:10001 [2021-01-13T13:59:23.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:59:23.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:59:23.608Z] Configure a credential helper to remove this warning. See [2021-01-13T13:59:23.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:59:23.608Z] [2021-01-13T13:59:23.608Z] Login Succeeded [2021-01-13T13:59:23.608Z] nexus3.edgexfoundry.org:10002 [2021-01-13T13:59:24.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:59:24.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:59:24.207Z] Configure a credential helper to remove this warning. See [2021-01-13T13:59:24.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:59:24.207Z] [2021-01-13T13:59:24.207Z] Login Succeeded [2021-01-13T13:59:24.207Z] nexus3.edgexfoundry.org:10003 [2021-01-13T13:59:24.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:59:24.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:59:24.760Z] Configure a credential helper to remove this warning. See [2021-01-13T13:59:24.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:59:24.760Z] [2021-01-13T13:59:24.760Z] Login Succeeded [2021-01-13T13:59:24.760Z] nexus3.edgexfoundry.org:10004 [2021-01-13T13:59:25.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:59:25.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:59:25.317Z] Configure a credential helper to remove this warning. See [2021-01-13T13:59:25.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:59:25.317Z] [2021-01-13T13:59:25.317Z] Login Succeeded [2021-01-13T13:59:25.317Z] docker.io [2021-01-13T13:59:25.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T13:59:26.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T13:59:26.189Z] Configure a credential helper to remove this warning. See [2021-01-13T13:59:26.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T13:59:26.189Z] [2021-01-13T13:59:26.189Z] Login Succeeded [2021-01-13T13:59:26.189Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T13:59:26.206Z] Deleting 1 temporary files [2021-01-13T13:59:26.231Z] 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 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-13T13:59:26.499Z] 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] echo [2021-01-13T13:59:26.802Z] ========================================================= [2021-01-13T13:59:26.802Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T13:59:26.802Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:59:27.198Z] + 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-13T13:59:27.910Z] 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-13T13:59:28.178Z] 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-13T13:59:29.576Z] 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-13T13:59:29.861Z] Sending build context to Docker daemon 165.5MB [2021-01-13T13:59:29.861Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T13:59:29.861Z] Step 2/6 : FROM ${BASE} [2021-01-13T13:59:29.861Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T13:59:29.861Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T13:59:29.861Z] a4357932f1b6: Pulling fs layer [2021-01-13T13:59:29.861Z] 18c013af1878: Pulling fs layer [2021-01-13T13:59:29.861Z] 00ac8860ef70: Pulling fs layer [2021-01-13T13:59:29.861Z] 63d7cb157983: Pulling fs layer [2021-01-13T13:59:29.861Z] b116817d02f9: Pulling fs layer [2021-01-13T13:59:29.861Z] 745a02a5169b: Pulling fs layer [2021-01-13T13:59:29.861Z] 63d7cb157983: Waiting [2021-01-13T13:59:29.861Z] b116817d02f9: Waiting [2021-01-13T13:59:29.861Z] 745a02a5169b: Waiting [2021-01-13T13:59:29.861Z] 00ac8860ef70: Waiting [2021-01-13T13:59:29.861Z] 18c013af1878: Verifying Checksum [2021-01-13T13:59:29.861Z] 18c013af1878: Download complete [2021-01-13T13:59:29.861Z] a4357932f1b6: Verifying Checksum [2021-01-13T13:59:29.861Z] a4357932f1b6: Download complete [2021-01-13T13:59:29.861Z] 63d7cb157983: Verifying Checksum [2021-01-13T13:59:29.862Z] 63d7cb157983: Download complete [2021-01-13T13:59:29.862Z] b116817d02f9: Download complete [2021-01-13T13:59:30.145Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T13:59:30.145Z] 5f621e34cdf4: Download complete [2021-01-13T13:59:30.768Z] 5f621e34cdf4: Pull complete [2021-01-13T13:59:31.000Z] 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-13T13:59:31.373Z] a4357932f1b6: Pull complete [2021-01-13T13:59:31.647Z] 18c013af1878: Pull complete [2021-01-13T13:59:32.396Z] 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-13T13:59:32.625Z] 745a02a5169b: Verifying Checksum [2021-01-13T13:59:32.625Z] 745a02a5169b: Download complete [2021-01-13T13:59:33.347Z] 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-13T13:59:33.604Z] 00ac8860ef70: Verifying Checksum [2021-01-13T13:59:33.604Z] 00ac8860ef70: Download complete [2021-01-13T13:59:34.737Z] 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-13T13:59:35.709Z] 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 [Pipeline] } [2021-01-13T13:59:36.678Z] $ docker stop --time=1 5055d8942956dd72783d93c824f40960a54b2b1aea9d52676f7c3cf7b901917e [2021-01-13T13:59:38.370Z] $ docker rm -f 5055d8942956dd72783d93c824f40960a54b2b1aea9d52676f7c3cf7b901917e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:59:42.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T13:59:42.237Z] [2021-01-13T13:59:42.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:59:42.600Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T13:59:42.600Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T13:59:42.600Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T13:59:42.600Z] ca9280d653b3: Pulling fs layer [2021-01-13T13:59:42.600Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T13:59:42.600Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-13T13:59:42.600Z] cbdbe7a5bc2a: Download complete [2021-01-13T13:59:43.179Z] cbdbe7a5bc2a: Pull complete [2021-01-13T13:59:43.444Z] ca9280d653b3: Verifying Checksum [2021-01-13T13:59:43.444Z] ca9280d653b3: Download complete [2021-01-13T13:59:43.787Z] 00ac8860ef70: Pull complete [2021-01-13T13:59:43.788Z] 63d7cb157983: Pull complete [2021-01-13T13:59:43.788Z] b116817d02f9: Pull complete [2021-01-13T13:59:44.419Z] 7e9c9ca2126c: Verifying Checksum [2021-01-13T13:59:44.419Z] 7e9c9ca2126c: Download complete [2021-01-13T13:59:45.011Z] ca9280d653b3: Pull complete [2021-01-13T13:59:48.109Z] 745a02a5169b: Pull complete [2021-01-13T13:59:48.109Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T13:59:48.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T13:59:48.109Z] ---> b7e6874047d6 [2021-01-13T13:59:48.109Z] 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-13T13:59:50.742Z] ---> Running in 78e3826736c8 [2021-01-13T13:59:51.975Z] 7e9c9ca2126c: Pull complete [2021-01-13T13:59:51.975Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T13:59:51.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T13:59:51.975Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T13:59:52.139Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T13:59:52.187Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T13:59:52.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T13:59:52.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T13:59:53.390Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T13:59:53.660Z] (2/12) Installing file (5.38-r0) [2021-01-13T13:59:53.660Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T13:59:53.660Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T13:59:54.700Z] $ docker top 486d25604b813ce97bf5cc14ac1ac72d52136598b8781aca492aba5202a4b18e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T13:59:55.210Z] + docker-compose build --help [2021-01-13T13:59:55.210Z] + grep parallel [2021-01-13T13:59:56.161Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T13:59:56.175Z] $ docker stop --time=1 486d25604b813ce97bf5cc14ac1ac72d52136598b8781aca492aba5202a4b18e [2021-01-13T13:59:57.568Z] $ docker rm -f 486d25604b813ce97bf5cc14ac1ac72d52136598b8781aca492aba5202a4b18e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T13:59:58.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T13:59:58.232Z] . [Pipeline] withDockerContainer [2021-01-13T13:59:58.347Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T13:59:58.398Z] $ 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/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T13:59:59.146Z] $ docker top 2cb981e5200c3c0c6f2c6416f91ccbadeaea9c3b15245a873b3dbcb577de2c45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T13:59:59.671Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T14:00:00.385Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T14:00:00.385Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T14:00:00.385Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T14:00:00.385Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T14:00:00.385Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T14:00:00.385Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T14:00:00.385Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T14:00:00.385Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T14:00:00.385Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:00:00.385Z] OK: 217 MiB in 51 packages [2021-01-13T14:00:00.623Z] Building docker-core-command-go ... [2021-01-13T14:00:00.623Z] Building docker-core-data-go ... [2021-01-13T14:00:00.623Z] Building docker-core-metadata-go ... [2021-01-13T14:00:00.623Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T14:00:00.623Z] Building docker-security-proxy-setup-go ... [2021-01-13T14:00:00.623Z] Building docker-security-secretstore-setup-go ... [2021-01-13T14:00:00.623Z] Building docker-support-notifications-go ... [2021-01-13T14:00:00.623Z] Building docker-support-scheduler-go ... [2021-01-13T14:00:00.623Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T14:00:00.623Z] Building docker-sys-mgmt-agent-go [2021-01-13T14:00:00.623Z] Building docker-support-notifications-go [2021-01-13T14:00:00.623Z] Building docker-core-command-go [2021-01-13T14:00:00.623Z] Building docker-core-metadata-go [2021-01-13T14:00:00.623Z] Building docker-security-proxy-setup-go [2021-01-13T14:00:04.762Z] Removing intermediate container 78e3826736c8 [2021-01-13T14:00:04.762Z] ---> 880fe233a515 [2021-01-13T14:00:04.762Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T14:00:04.762Z] ---> Running in a2e797550438 [2021-01-13T14:00:04.762Z] Removing intermediate container a2e797550438 [2021-01-13T14:00:04.762Z] ---> e19e6516028f [2021-01-13T14:00:04.762Z] Step 5/6 : COPY go.mod . [2021-01-13T14:00:05.360Z] ---> ec9e48491178 [2021-01-13T14:00:05.360Z] Step 6/6 : RUN go mod download [2021-01-13T14:00:05.635Z] ---> Running in bdc77aeb8b53 [2021-01-13T14:00:32.463Z] Removing intermediate container bdc77aeb8b53 [2021-01-13T14:00:32.463Z] ---> 4de7961d61ca [2021-01-13T14:00:32.463Z] Successfully built 4de7961d61ca [2021-01-13T14:00:32.463Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:00:32.807Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T14:00:32.807Z] . [Pipeline] withDockerContainer [2021-01-13T14:00:32.946Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:00:32.946Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:00:32.946Z] ---> 13dd38ccd352 [2021-01-13T14:00:32.946Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T14:00:32.946Z] ---> Running in 874d6da0ffb0 [2021-01-13T14:00:32.946Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:00:32.946Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:00:32.946Z] ---> 13dd38ccd352 [2021-01-13T14:00:32.946Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T14:00:32.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:00:32.946Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:00:32.946Z] ---> 13dd38ccd352 [2021-01-13T14:00:32.946Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T14:00:32.946Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:00:32.946Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:00:32.946Z] ---> 13dd38ccd352 [2021-01-13T14:00:32.946Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T14:00:32.947Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:00:32.947Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:00:32.947Z] ---> 13dd38ccd352 [2021-01-13T14:00:32.947Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T14:00:32.947Z] ---> Running in 3d0bd48b6326 [2021-01-13T14:00:32.947Z] ---> Running in 6cdecbd871d9 [2021-01-13T14:00:32.947Z] ---> Running in 13708ca8fa85 [2021-01-13T14:00:32.947Z] ---> Running in 39b62ab0b5d0 [2021-01-13T14:00:32.947Z] Removing intermediate container 874d6da0ffb0 [2021-01-13T14:00:32.947Z] ---> 3f2ea804efb2 [2021-01-13T14:00:32.947Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:00:32.947Z] ---> Running in 9b80ab108406 [2021-01-13T14:00:32.947Z] Removing intermediate container 3d0bd48b6326 [2021-01-13T14:00:32.947Z] ---> 5e638effc9f1 [2021-01-13T14:00:32.947Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:00:33.081Z] prd-ubuntu18.04-docker-arm64-4c-16g-19963 does not seem to be running inside a container [2021-01-13T14:00:33.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-13T14:00:33.232Z] Removing intermediate container 13708ca8fa85 [2021-01-13T14:00:33.232Z] ---> 6592f4c71b21 [2021-01-13T14:00:33.232Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:00:33.232Z] Removing intermediate container 6cdecbd871d9 [2021-01-13T14:00:33.232Z] ---> b240766887f7 [2021-01-13T14:00:33.232Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:00:33.232Z] Removing intermediate container 39b62ab0b5d0 [2021-01-13T14:00:33.232Z] ---> 42b9063eafa2 [2021-01-13T14:00:33.232Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:00:33.232Z] ---> Running in 37c20c71abd9 [2021-01-13T14:00:33.232Z] ---> Running in 49f9bb7075c1 [2021-01-13T14:00:33.525Z] ---> Running in 0b715debf3de [2021-01-13T14:00:33.525Z] ---> Running in 35500cdf5d2a [2021-01-13T14:00:34.612Z] $ docker top 79b519a9447fd7f3c60a285f35a5b6cec4f6041c16d917e928e3ab3867f43578 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T14:00:35.531Z] Removing intermediate container 9b80ab108406 [2021-01-13T14:00:35.531Z] ---> 72b8adf29e32 [2021-01-13T14:00:35.531Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T14:00:35.531Z] ---> Running in 7154103e5742 [2021-01-13T14:00:35.531Z] Removing intermediate container 49f9bb7075c1 [2021-01-13T14:00:35.531Z] ---> 500ef248a734 [2021-01-13T14:00:35.531Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T14:00:35.617Z] + go version [2021-01-13T14:00:35.617Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T14:00:35.646Z] $ docker stop --time=1 79b519a9447fd7f3c60a285f35a5b6cec4f6041c16d917e928e3ab3867f43578 [2021-01-13T14:00:35.800Z] Removing intermediate container 37c20c71abd9 [2021-01-13T14:00:35.800Z] ---> 7de76d007966 [2021-01-13T14:00:35.800Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T14:00:35.800Z] ---> Running in f8fa3b559ac0 [2021-01-13T14:00:36.075Z] ---> Running in 2b8de3f4f52b [2021-01-13T14:00:36.075Z] Removing intermediate container 0b715debf3de [2021-01-13T14:00:36.075Z] ---> c45729991b89 [2021-01-13T14:00:36.075Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T14:00:36.075Z] Removing intermediate container 35500cdf5d2a [2021-01-13T14:00:36.075Z] ---> 07ba0b4baf83 [2021-01-13T14:00:36.075Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T14:00:36.338Z] ---> Running in 8dd656dc5a5c [2021-01-13T14:00:36.338Z] ---> Running in 10e892850e0c [2021-01-13T14:00:36.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:36.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.464Z] OK: 233 MiB in 51 packages [2021-01-13T14:00:37.560Z] $ docker rm -f 79b519a9447fd7f3c60a285f35a5b6cec4f6041c16d917e928e3ab3867f43578 [2021-01-13T14:00:37.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-13T14:00:37.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:00:37.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2021-01-13T14:00:38.269Z] Removing intermediate container 7154103e5742 [2021-01-13T14:00:38.269Z] ---> e181accd4868 [2021-01-13T14:00:38.269Z] Step 6/24 : COPY go.mod . [2021-01-13T14:00:38.269Z] OK: 233 MiB in 51 packages [2021-01-13T14:00:38.269Z] OK: 233 MiB in 51 packages [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-13T14:00:38.535Z] OK: 233 MiB in 51 packages [2021-01-13T14:00:38.535Z] ---> 5feb2a4ff46e [2021-01-13T14:00:38.535Z] Step 7/24 : RUN go mod download [2021-01-13T14:00:38.535Z] OK: 233 MiB in 51 packages [2021-01-13T14:00:38.535Z] ---> Running in b41afa5a0572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:00:38.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T14:00:38.906Z] [2021-01-13T14:00:38.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T14:00:39.111Z] Removing intermediate container f8fa3b559ac0 [2021-01-13T14:00:39.112Z] ---> 42198f4ce4ce [2021-01-13T14:00:39.112Z] Step 6/22 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:00:39.380Z] Removing intermediate container 2b8de3f4f52b [2021-01-13T14:00:39.380Z] ---> b086e891f917 [2021-01-13T14:00:39.380Z] Step 6/26 : COPY go.mod . [2021-01-13T14:00:39.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T14:00:39.643Z] ---> cba157b6a340 [2021-01-13T14:00:39.643Z] Step 7/22 : RUN go mod download [2021-01-13T14:00:39.643Z] ---> Running in 42d5c762d44d [2021-01-13T14:00:39.841Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T14:00:39.842Z] 29e5d40040c1: Pulling fs layer [2021-01-13T14:00:39.842Z] 1ce36da41761: Pulling fs layer [2021-01-13T14:00:39.842Z] 25b303627fd3: Pulling fs layer [2021-01-13T14:00:39.909Z] Removing intermediate container 10e892850e0c [2021-01-13T14:00:39.909Z] ---> 22effd185c01 [2021-01-13T14:00:39.909Z] Step 6/21 : COPY go.mod . [2021-01-13T14:00:39.909Z] Removing intermediate container 8dd656dc5a5c [2021-01-13T14:00:39.909Z] ---> e5fec5b6d355 [2021-01-13T14:00:39.909Z] Step 6/22 : COPY go.mod . [2021-01-13T14:00:39.909Z] ---> b3c4a87f6676 [2021-01-13T14:00:39.909Z] Step 7/26 : RUN go mod download [2021-01-13T14:00:40.175Z] ---> Running in 7ec81aec2ca0 [2021-01-13T14:00:40.175Z] ---> e8688fa8437c [2021-01-13T14:00:40.175Z] Step 7/21 : RUN go mod download [2021-01-13T14:00:40.438Z] 29e5d40040c1: Verifying Checksum [2021-01-13T14:00:40.438Z] 29e5d40040c1: Download complete [2021-01-13T14:00:40.468Z] ---> 7492cb34dcb9 [2021-01-13T14:00:40.468Z] Step 7/22 : RUN go mod download [2021-01-13T14:00:40.468Z] ---> Running in eaab1d706c23 [2021-01-13T14:00:40.738Z] ---> Running in 5d23cd016e2b [2021-01-13T14:00:41.040Z] 1ce36da41761: Verifying Checksum [2021-01-13T14:00:41.040Z] 1ce36da41761: Download complete [2021-01-13T14:00:41.040Z] 29e5d40040c1: Pull complete [2021-01-13T14:00:41.720Z] Removing intermediate container b41afa5a0572 [2021-01-13T14:00:41.720Z] ---> 428e7d82868c [2021-01-13T14:00:41.720Z] Step 8/24 : COPY . . [2021-01-13T14:00:41.720Z] Removing intermediate container 42d5c762d44d [2021-01-13T14:00:41.720Z] ---> f013f6708fb1 [2021-01-13T14:00:41.720Z] Step 8/22 : COPY . . [2021-01-13T14:00:42.520Z] 1ce36da41761: Pull complete [2021-01-13T14:00:43.120Z] 25b303627fd3: Verifying Checksum [2021-01-13T14:00:43.120Z] 25b303627fd3: Download complete [2021-01-13T14:00:44.373Z] Removing intermediate container 7ec81aec2ca0 [2021-01-13T14:00:44.373Z] ---> aa6fcddc5f05 [2021-01-13T14:00:44.373Z] Step 8/26 : COPY . . [2021-01-13T14:00:47.754Z] Removing intermediate container eaab1d706c23 [2021-01-13T14:00:47.755Z] ---> 2304ae8abdcf [2021-01-13T14:00:47.755Z] Step 8/21 : COPY . . [2021-01-13T14:00:50.379Z] Removing intermediate container 5d23cd016e2b [2021-01-13T14:00:50.379Z] ---> 942d6f57922c [2021-01-13T14:00:50.379Z] Step 8/22 : COPY . . [2021-01-13T14:00:53.308Z] 25b303627fd3: Pull complete [2021-01-13T14:00:53.308Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T14:00:53.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T14:00:53.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T14:00:53.580Z] prd-ubuntu18.04-docker-arm64-4c-16g-19963 does not seem to be running inside a container [2021-01-13T14:00:53.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-13T14:00:56.561Z] $ docker top 5871575be131e3ecb4c7a821e084d3ce943dd458facfaca09f05c42ed57a12bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T14:00:57.646Z] + docker-compose build --help [2021-01-13T14:00:57.646Z] + grep parallel [2021-01-13T14:01:01.039Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T14:01:01.063Z] $ docker stop --time=1 5871575be131e3ecb4c7a821e084d3ce943dd458facfaca09f05c42ed57a12bd [2021-01-13T14:01:02.960Z] $ docker rm -f 5871575be131e3ecb4c7a821e084d3ce943dd458facfaca09f05c42ed57a12bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:01:03.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T14:01:03.839Z] . [Pipeline] withDockerContainer [2021-01-13T14:01:04.116Z] prd-ubuntu18.04-docker-arm64-4c-16g-19963 does not seem to be running inside a container [2021-01-13T14:01:04.203Z] $ 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/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T14:01:05.506Z] $ docker top 42d93552e13db924174ba9aca051c2c9ab8809ce7a97bad6c6d5386c3a661b12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T14:01:06.538Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T14:01:09.924Z] Building docker-core-command-go ... [2021-01-13T14:01:09.924Z] Building docker-core-data-go ... [2021-01-13T14:01:09.924Z] Building docker-core-metadata-go ... [2021-01-13T14:01:09.924Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T14:01:09.924Z] Building docker-security-proxy-setup-go ... [2021-01-13T14:01:09.924Z] Building docker-security-secretstore-setup-go ... [2021-01-13T14:01:09.924Z] Building docker-support-notifications-go ... [2021-01-13T14:01:09.924Z] Building docker-support-scheduler-go ... [2021-01-13T14:01:09.924Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T14:01:09.924Z] Building docker-support-scheduler-go [2021-01-13T14:01:09.924Z] Building docker-security-proxy-setup-go [2021-01-13T14:01:09.924Z] Building docker-security-secretstore-setup-go [2021-01-13T14:01:09.924Z] Building docker-core-command-go [2021-01-13T14:01:09.924Z] Building docker-sys-mgmt-agent-go [2021-01-13T14:01:17.176Z] ---> 0d5090e656b7 [2021-01-13T14:01:17.176Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T14:01:18.157Z] ---> Running in 17582788eb2d [2021-01-13T14:01:20.097Z] ---> dae786bb2ae9 [2021-01-13T14:01:20.098Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T14:01:20.098Z] ---> 042ebd9ddae9 [2021-01-13T14:01:20.098Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T14:01:20.680Z] ---> 65e217988ebe [2021-01-13T14:01:20.680Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T14:01:20.948Z] ---> Running in bd1917d0a5bb [2021-01-13T14:01:20.948Z] ---> Running in b9c2b65d1ca7 [2021-01-13T14:01:21.216Z] 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-13T14:01:21.807Z] ---> Running in b50cbdf6bcfb [2021-01-13T14:01:21.807Z] ---> dd0765504eec [2021-01-13T14:01:21.807Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T14:01:22.084Z] ---> Running in 8134666c9db1 [2021-01-13T14:01:23.075Z] 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-13T14:01:23.075Z] 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-13T14:01:23.075Z] 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-13T14:01:23.345Z] 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-13T14:01:50.079Z] 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-13T14:01:56.801Z] Removing intermediate container 17582788eb2d [2021-01-13T14:01:56.801Z] ---> 13f7b2851f61 [2021-01-13T14:01:56.801Z] [2021-01-13T14:01:56.801Z] Step 10/22 : FROM scratch [2021-01-13T14:01:56.801Z] ---> [2021-01-13T14:01:56.801Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:01:56.801Z] Removing intermediate container b50cbdf6bcfb [2021-01-13T14:01:56.801Z] ---> a240f143f877 [2021-01-13T14:01:56.801Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T14:01:56.801Z] ---> Running in eb46edd5de73 [2021-01-13T14:01:56.801Z] ---> Running in 94adef933564 [2021-01-13T14:01:56.931Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:01:56.931Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:01:56.931Z] ---> 4de7961d61ca [2021-01-13T14:01:56.931Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T14:01:56.931Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:01:56.931Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:01:56.931Z] ---> 4de7961d61ca [2021-01-13T14:01:56.931Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T14:01:56.931Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:01:56.931Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:01:56.931Z] ---> 4de7961d61ca [2021-01-13T14:01:56.931Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T14:01:56.931Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:01:56.931Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:01:56.931Z] ---> 4de7961d61ca [2021-01-13T14:01:56.931Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T14:01:56.931Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:01:56.931Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:01:56.931Z] ---> 4de7961d61ca [2021-01-13T14:01:56.931Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T14:01:57.764Z] Removing intermediate container eb46edd5de73 [2021-01-13T14:01:57.764Z] ---> 4aa2f923538d [2021-01-13T14:01:57.764Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T14:01:58.912Z] ---> Running in 7c3cedbfc1cc [2021-01-13T14:01:58.913Z] ---> Running in 0373b053b474 [2021-01-13T14:01:58.913Z] ---> Running in 89393f5ed1f6 [2021-01-13T14:01:58.913Z] ---> Running in 9b17da38bbf1 [2021-01-13T14:01:58.913Z] ---> Running in 288e602ad4c0 [2021-01-13T14:01:59.163Z] ---> Running in c4b9b5906246 [2021-01-13T14:01:59.189Z] Removing intermediate container 7c3cedbfc1cc [2021-01-13T14:01:59.189Z] ---> bc5b66ae6e6f [2021-01-13T14:01:59.189Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:01:59.189Z] Removing intermediate container 288e602ad4c0 [2021-01-13T14:01:59.189Z] ---> 1e0c13d89fcd [2021-01-13T14:01:59.189Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:01:59.438Z] Removing intermediate container bd1917d0a5bb [2021-01-13T14:01:59.438Z] ---> 2996a0a5d5ae [2021-01-13T14:01:59.438Z] [2021-01-13T14:01:59.438Z] Step 10/24 : FROM scratch [2021-01-13T14:01:59.438Z] ---> [2021-01-13T14:01:59.438Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T14:01:59.438Z] Removing intermediate container b9c2b65d1ca7 [2021-01-13T14:01:59.438Z] ---> 7ebb77c8638c [2021-01-13T14:01:59.438Z] [2021-01-13T14:01:59.438Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T14:01:59.438Z] ---> Running in ad5b6d2c5c04 [2021-01-13T14:01:59.475Z] Removing intermediate container 89393f5ed1f6 [2021-01-13T14:01:59.475Z] ---> 19d49ed4b9ae [2021-01-13T14:01:59.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:01:59.475Z] Removing intermediate container 9b17da38bbf1 [2021-01-13T14:01:59.475Z] ---> f70c929dca05 [2021-01-13T14:01:59.475Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:01:59.475Z] Removing intermediate container 0373b053b474 [2021-01-13T14:01:59.475Z] ---> 169fa5c26505 [2021-01-13T14:01:59.475Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:01:59.475Z] ---> Running in d6c843556075 [2021-01-13T14:01:59.475Z] ---> Running in 5fc147a36d76 [2021-01-13T14:01:59.475Z] ---> Running in 3a53ae251d5b [2021-01-13T14:01:59.707Z] Removing intermediate container c4b9b5906246 [2021-01-13T14:01:59.707Z] ---> 3daf5b8b48ac [2021-01-13T14:01:59.707Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T14:01:59.707Z] 3.12: Pulling from library/alpine [2021-01-13T14:01:59.707Z] 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-13T14:01:59.707Z] ---> Running in 29d9bba198ae [2021-01-13T14:01:59.707Z] Removing intermediate container ad5b6d2c5c04 [2021-01-13T14:01:59.707Z] ---> b7f856d6d42c [2021-01-13T14:01:59.707Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T14:01:59.760Z] ---> Running in 3e86278dd545 [2021-01-13T14:01:59.760Z] ---> Running in ae1c3d4a52b0 [2021-01-13T14:02:01.349Z] ---> Running in c30d489d14d1 [2021-01-13T14:02:01.349Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T14:02:02.358Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T14:02:02.358Z] ---> 389fef711851 [2021-01-13T14:02:02.358Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T14:02:02.358Z] Removing intermediate container 29d9bba198ae [2021-01-13T14:02:02.358Z] ---> 007487509ab5 [2021-01-13T14:02:02.358Z] Step 14/22 : WORKDIR / [2021-01-13T14:02:02.358Z] ---> Running in 412912e97d3f [2021-01-13T14:02:02.358Z] ---> Running in e8e0584b8e4b [2021-01-13T14:02:02.358Z] Removing intermediate container c30d489d14d1 [2021-01-13T14:02:02.358Z] ---> f29f2ae118e0 [2021-01-13T14:02:02.358Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T14:02:02.622Z] Removing intermediate container 8134666c9db1 [2021-01-13T14:02:02.622Z] ---> feb08da3af49 [2021-01-13T14:02:02.622Z] [2021-01-13T14:02:02.622Z] Step 10/22 : FROM scratch [2021-01-13T14:02:02.622Z] ---> [2021-01-13T14:02:02.622Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:02:02.622Z] ---> Using cache [2021-01-13T14:02:02.622Z] ---> 4aa2f923538d [2021-01-13T14:02:02.622Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T14:02:02.622Z] ---> Running in a566fce46fbf [2021-01-13T14:02:02.885Z] ---> Running in 70cbbc55a07a [2021-01-13T14:02:03.204Z] Removing intermediate container 5fc147a36d76 [2021-01-13T14:02:03.204Z] ---> 1115e9e260d5 [2021-01-13T14:02:03.204Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T14:02:03.461Z] Removing intermediate container e8e0584b8e4b [2021-01-13T14:02:03.461Z] ---> f9b26ba41bfd [2021-01-13T14:02:03.461Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:02:03.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:03.461Z] Removing intermediate container a566fce46fbf [2021-01-13T14:02:03.461Z] ---> db7225328d0b [2021-01-13T14:02:03.461Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T14:02:03.461Z] Removing intermediate container 94adef933564 [2021-01-13T14:02:03.461Z] ---> 9e910166d16e [2021-01-13T14:02:03.461Z] [2021-01-13T14:02:03.461Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T14:02:03.461Z] Removing intermediate container 70cbbc55a07a [2021-01-13T14:02:03.461Z] ---> fe9248e68de1 [2021-01-13T14:02:03.461Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T14:02:03.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:03.479Z] ---> Running in 19ac5822b24b [2021-01-13T14:02:03.730Z] 20.10.0: Pulling from library/docker [2021-01-13T14:02:03.731Z] ---> Running in d128abb456ad [2021-01-13T14:02:03.731Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T14:02:03.731Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:02:03.731Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T14:02:03.759Z] Removing intermediate container d6c843556075 [2021-01-13T14:02:03.759Z] ---> a7d7fc77dc69 [2021-01-13T14:02:03.759Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T14:02:03.759Z] Removing intermediate container 3a53ae251d5b [2021-01-13T14:02:03.759Z] ---> b34370b4995b [2021-01-13T14:02:03.759Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T14:02:04.001Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T14:02:04.002Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:02:04.002Z] ---> 400dd904fbb4 [2021-01-13T14:02:04.002Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T14:02:04.002Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T14:02:04.002Z] OK: 7 MiB in 18 packages [2021-01-13T14:02:04.002Z] Removing intermediate container d128abb456ad [2021-01-13T14:02:04.002Z] ---> 937b9bb8f5ec [2021-01-13T14:02:04.002Z] Step 14/22 : WORKDIR / [2021-01-13T14:02:04.042Z] Removing intermediate container ae1c3d4a52b0 [2021-01-13T14:02:04.042Z] ---> 67fb8092a3eb [2021-01-13T14:02:04.042Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T14:02:04.042Z] ---> Running in 9a89ba3cd790 [2021-01-13T14:02:04.042Z] ---> Running in 63b3245e20a4 [2021-01-13T14:02:04.042Z] Removing intermediate container 3e86278dd545 [2021-01-13T14:02:04.042Z] ---> 4406d39d868f [2021-01-13T14:02:04.042Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T14:02:04.270Z] ---> c2919fe1e6e8 [2021-01-13T14:02:04.270Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T14:02:04.320Z] ---> Running in 884770d7b68d [2021-01-13T14:02:04.320Z] ---> Running in 5c2973590f48 [2021-01-13T14:02:04.538Z] ---> Running in bbca73efaf35 [2021-01-13T14:02:05.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:05.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:06.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:06.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:06.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:06.476Z] ---> 19e9202cdd0a [2021-01-13T14:02:06.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T14:02:06.476Z] ---> fba32d0eff9b [2021-01-13T14:02:06.476Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T14:02:06.476Z] Removing intermediate container bbca73efaf35 [2021-01-13T14:02:06.476Z] ---> ea3a7aee1192 [2021-01-13T14:02:06.476Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:02:06.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:06.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:06.821Z] OK: 217 MiB in 51 packages [2021-01-13T14:02:07.062Z] Removing intermediate container 412912e97d3f [2021-01-13T14:02:07.062Z] ---> ffe73fd7e99e [2021-01-13T14:02:07.062Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T14:02:07.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:07.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:07.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:02:07.397Z] OK: 217 MiB in 51 packages [2021-01-13T14:02:07.659Z] ---> 91f122d0fb72 [2021-01-13T14:02:07.659Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T14:02:07.659Z] ---> 0aa633e46c46 [2021-01-13T14:02:07.659Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T14:02:07.659Z] ---> Running in f89ae5e09213 [2021-01-13T14:02:07.659Z] ---> fa11e1797012 [2021-01-13T14:02:07.659Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:02:07.659Z] ---> Running in 718c9bf624bd [2021-01-13T14:02:07.675Z] OK: 217 MiB in 51 packages [2021-01-13T14:02:07.932Z] Removing intermediate container f89ae5e09213 [2021-01-13T14:02:07.932Z] ---> 2d77aa6285ef [2021-01-13T14:02:07.932Z] Step 13/21 : WORKDIR /edgex [2021-01-13T14:02:07.952Z] OK: 217 MiB in 51 packages [2021-01-13T14:02:07.952Z] OK: 217 MiB in 51 packages [2021-01-13T14:02:08.198Z] Removing intermediate container 718c9bf624bd [2021-01-13T14:02:08.198Z] ---> a88107e3c7ce [2021-01-13T14:02:08.198Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:02:08.198Z] ---> Running in 26cf73cc0549 [2021-01-13T14:02:08.465Z] ---> 2ced99c939df [2021-01-13T14:02:08.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T14:02:08.465Z] ---> 991a78c3d81a [2021-01-13T14:02:08.465Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T14:02:08.465Z] ---> Running in c1f8b5cad275 [2021-01-13T14:02:08.569Z] Removing intermediate container 19ac5822b24b [2021-01-13T14:02:08.569Z] ---> ebcda6837195 [2021-01-13T14:02:08.569Z] Step 6/22 : COPY go.mod . [2021-01-13T14:02:08.732Z] Removing intermediate container 26cf73cc0549 [2021-01-13T14:02:08.732Z] ---> 449457628d5e [2021-01-13T14:02:08.732Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T14:02:09.000Z] Removing intermediate container c1f8b5cad275 [2021-01-13T14:02:09.000Z] ---> 5cd2dc49031c [2021-01-13T14:02:09.000Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T14:02:09.177Z] Removing intermediate container 9a89ba3cd790 [2021-01-13T14:02:09.177Z] ---> 617103eaa9eb [2021-01-13T14:02:09.177Z] Step 6/21 : COPY go.mod . [2021-01-13T14:02:09.456Z] Removing intermediate container 63b3245e20a4 [2021-01-13T14:02:09.456Z] ---> 4de046bed228 [2021-01-13T14:02:09.456Z] Step 6/24 : COPY go.mod . [2021-01-13T14:02:09.734Z] Removing intermediate container 884770d7b68d [2021-01-13T14:02:09.734Z] ---> cebd709f47a1 [2021-01-13T14:02:09.734Z] Step 6/26 : COPY go.mod . [2021-01-13T14:02:09.734Z] ---> 300804c6314e [2021-01-13T14:02:10.016Z] Step 7/22 : RUN go mod download [2021-01-13T14:02:10.016Z] Removing intermediate container 5c2973590f48 [2021-01-13T14:02:10.016Z] ---> d552476b6b23 [2021-01-13T14:02:10.016Z] Step 6/21 : COPY go.mod . [2021-01-13T14:02:10.016Z] ---> f4e08f39869e [2021-01-13T14:02:10.016Z] Step 7/21 : RUN go mod download [2021-01-13T14:02:10.016Z] ---> Running in 699470d1b815 [2021-01-13T14:02:10.406Z] ---> b3109200a51c [2021-01-13T14:02:10.406Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T14:02:10.617Z] ---> Running in 183bae90863b [2021-01-13T14:02:10.617Z] ---> 1c9106bc9699 [2021-01-13T14:02:10.617Z] Step 7/24 : RUN go mod download [2021-01-13T14:02:10.678Z] ---> Running in f5a61d61ee83 [2021-01-13T14:02:10.678Z] ---> 6fb35411195b [2021-01-13T14:02:10.678Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T14:02:10.678Z] ---> Running in 68218540db9c [2021-01-13T14:02:10.678Z] ---> e94e6e650b75 [2021-01-13T14:02:10.678Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T14:02:10.894Z] ---> Running in 70dd5581a039 [2021-01-13T14:02:10.894Z] ---> 433958d70deb [2021-01-13T14:02:10.894Z] Step 7/26 : RUN go mod download [2021-01-13T14:02:10.945Z] Removing intermediate container f5a61d61ee83 [2021-01-13T14:02:10.945Z] ---> dc85832e1975 [2021-01-13T14:02:10.945Z] Step 21/22 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:02:10.945Z] Removing intermediate container 68218540db9c [2021-01-13T14:02:10.945Z] ---> 0d36d2a94f1f [2021-01-13T14:02:10.945Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:02:11.169Z] ---> f66b28978a8b [2021-01-13T14:02:11.169Z] Step 7/21 : RUN go mod download [2021-01-13T14:02:11.169Z] ---> Running in be0741bddb13 [2021-01-13T14:02:11.209Z] ---> fde9ffdb1f13 [2021-01-13T14:02:11.209Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T14:02:11.209Z] ---> Running in 208c99eee043 [2021-01-13T14:02:11.209Z] ---> Running in 32978754a83b [2021-01-13T14:02:11.209Z] ---> Running in eabf93df8fa3 [2021-01-13T14:02:11.444Z] ---> Running in ce81d0f0aed4 [2021-01-13T14:02:11.471Z] ---> 61efd5dceab9 [2021-01-13T14:02:11.471Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T14:02:11.471Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T14:02:11.471Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T14:02:11.471Z] Removing intermediate container 208c99eee043 [2021-01-13T14:02:11.471Z] ---> d3de96f2d068 [2021-01-13T14:02:11.471Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T14:02:11.471Z] ---> aefe523efa57 [2021-01-13T14:02:11.471Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T14:02:11.754Z] Removing intermediate container 32978754a83b [2021-01-13T14:02:11.754Z] ---> 0f879a30460b [2021-01-13T14:02:11.754Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T14:02:11.754Z] Removing intermediate container eabf93df8fa3 [2021-01-13T14:02:11.754Z] ---> 5ca9169755d0 [2021-01-13T14:02:11.754Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:02:11.754Z] ---> Running in a367606127d4 [2021-01-13T14:02:11.754Z] ---> Running in 5156b55f3efd [2021-01-13T14:02:12.019Z] ---> Running in ccc998baeefe [2021-01-13T14:02:12.019Z] ---> Running in cbc19d88be13 [2021-01-13T14:02:12.019Z] ---> 11dd21bb1df5 [2021-01-13T14:02:12.019Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T14:02:12.282Z] ---> Running in 1c46036989ae [2021-01-13T14:02:12.282Z] Removing intermediate container 5156b55f3efd [2021-01-13T14:02:12.282Z] ---> fe6d42646688 [2021-01-13T14:02:12.282Z] [2021-01-13T14:02:12.282Z] Removing intermediate container ccc998baeefe [2021-01-13T14:02:12.282Z] ---> 4c14d4b8ae3b [2021-01-13T14:02:12.282Z] Step 21/22 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:02:12.554Z] Removing intermediate container cbc19d88be13 [2021-01-13T14:02:12.554Z] ---> 6ab2974806a8 [2021-01-13T14:02:12.554Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T14:02:12.554Z] ---> Running in 203742dba11b [2021-01-13T14:02:12.554Z] ---> Running in 3e3a70974232 [2021-01-13T14:02:12.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:12.834Z] Successfully built fe6d42646688 [2021-01-13T14:02:12.834Z] Removing intermediate container 1c46036989ae [2021-01-13T14:02:12.834Z] ---> 46ffd1f6c1db [2021-01-13T14:02:12.834Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T14:02:12.834Z] Successfully tagged docker-core-command-go:latest [2021-01-13T14:02:12.834Z] Building docker-security-bootstrap-redis-go [2021-01-13T14:02:12.834Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:12.834Z] ---> Running in 3e451b793443 [2021-01-13T14:02:12.834Z] Removing intermediate container 203742dba11b [2021-01-13T14:02:12.834Z] ---> 3795294f1d90 [2021-01-13T14:02:12.834Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T14:02:13.109Z] Removing intermediate container 3e3a70974232 [2021-01-13T14:02:13.109Z] ---> 47ac8c056505 [2021-01-13T14:02:13.109Z] Step 23/24 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:02:13.109Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T14:02:13.109Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T14:02:13.109Z] ---> Running in 9cf1565ed25c [2021-01-13T14:02:13.109Z] Executing bash-5.0.17-r0.post-install [2021-01-13T14:02:13.109Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:02:13.109Z] OK: 12 MiB in 22 packages [2021-01-13T14:02:13.109Z] ---> Running in 10146888a359 [2021-01-13T14:02:13.374Z] Removing intermediate container 3e451b793443 [2021-01-13T14:02:13.374Z] ---> 62e38afabd24 [2021-01-13T14:02:13.374Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T14:02:14.094Z] Removing intermediate container 699470d1b815 [2021-01-13T14:02:14.094Z] ---> 215b8937140e [2021-01-13T14:02:14.094Z] Step 8/22 : COPY . . [2021-01-13T14:02:14.695Z] Removing intermediate container 183bae90863b [2021-01-13T14:02:14.695Z] ---> c7f39ed855bd [2021-01-13T14:02:14.695Z] Step 8/21 : COPY . . [2021-01-13T14:02:14.772Z] Removing intermediate container 9cf1565ed25c [2021-01-13T14:02:14.772Z] ---> c44a2ea52ddf [2021-01-13T14:02:14.772Z] [2021-01-13T14:02:15.353Z] ---> Running in 840ea140e6bb [2021-01-13T14:02:15.353Z] Successfully built c44a2ea52ddf [2021-01-13T14:02:15.681Z] Removing intermediate container 70dd5581a039 [2021-01-13T14:02:15.682Z] ---> f177c4567a7a [2021-01-13T14:02:15.682Z] Step 8/24 : COPY . . [2021-01-13T14:02:15.933Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T14:02:15.933Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-01-13T14:02:16.319Z] Removing intermediate container be0741bddb13 [2021-01-13T14:02:16.319Z] ---> 0b7507945d8f [2021-01-13T14:02:16.319Z] Step 8/26 : COPY . . [2021-01-13T14:02:16.600Z] Removing intermediate container ce81d0f0aed4 [2021-01-13T14:02:16.600Z] ---> 76cd62d005aa [2021-01-13T14:02:16.600Z] Step 8/21 : COPY . . [2021-01-13T14:02:17.334Z] Removing intermediate container 10146888a359 [2021-01-13T14:02:17.334Z] ---> ff5457aa2dea [2021-01-13T14:02:17.334Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T14:02:20.663Z] ---> Running in 775d47637bfd [2021-01-13T14:02:20.933Z] Removing intermediate container 840ea140e6bb [2021-01-13T14:02:20.933Z] ---> c2c68a7f5db4 [2021-01-13T14:02:20.933Z] Step 20/21 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:02:20.933Z] Removing intermediate container a367606127d4 [2021-01-13T14:02:20.933Z] ---> bcdcc602a16a [2021-01-13T14:02:20.933Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T14:02:21.535Z] Removing intermediate container 775d47637bfd [2021-01-13T14:02:21.535Z] ---> bdf4c335253f [2021-01-13T14:02:21.535Z] [2021-01-13T14:02:21.799Z] Successfully built bdf4c335253f [2021-01-13T14:02:22.077Z] ---> Running in 68769689d545 [2021-01-13T14:02:22.077Z] ---> Running in b99960e615dd [2021-01-13T14:02:22.077Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T14:02:22.077Z] Building docker-support-scheduler-go [2021-01-13T14:02:26.344Z]  Building docker-support-notifications-go ... done Removing intermediate container 68769689d545 [2021-01-13T14:02:26.344Z] Removing intermediate container b99960e615dd [2021-01-13T14:02:26.344Z] ---> bac855847f5f [2021-01-13T14:02:26.344Z] Step 14/26 : ENV APP_PORT=48090 ---> 2bcb72be40ce [2021-01-13T14:02:26.344Z] [2021-01-13T14:02:26.344Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T14:02:28.286Z] ---> Running in 2a5636ae961d [2021-01-13T14:02:28.286Z] ---> Running in 385d2bcd7414 [2021-01-13T14:02:30.246Z] Removing intermediate container 2a5636ae961d [2021-01-13T14:02:30.246Z] ---> 27365961aaf8 [2021-01-13T14:02:30.246Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T14:02:30.246Z] Removing intermediate container 385d2bcd7414 [2021-01-13T14:02:30.246Z] ---> eb4291754bf1 [2021-01-13T14:02:30.246Z] [2021-01-13T14:02:30.246Z] Successfully built eb4291754bf1 [2021-01-13T14:02:30.518Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T14:02:30.518Z] Building docker-core-data-go [2021-01-13T14:02:30.518Z] ---> Running in 55a67445079d [2021-01-13T14:02:33.109Z]  Building docker-security-proxy-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:02:33.109Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:02:33.109Z] ---> 13dd38ccd352 [2021-01-13T14:02:33.109Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T14:02:33.109Z] ---> Using cache [2021-01-13T14:02:33.109Z] ---> 42b9063eafa2 [2021-01-13T14:02:33.109Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:02:33.109Z] ---> Using cache [2021-01-13T14:02:33.109Z] ---> 07ba0b4baf83 [2021-01-13T14:02:33.109Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T14:02:33.109Z] ---> Using cache [2021-01-13T14:02:33.109Z] ---> 22effd185c01 [2021-01-13T14:02:33.109Z] Step 6/22 : COPY go.mod . [2021-01-13T14:02:33.109Z] ---> Using cache [2021-01-13T14:02:33.109Z] ---> e8688fa8437c [2021-01-13T14:02:33.109Z] Step 7/22 : RUN go mod download [2021-01-13T14:02:33.379Z] ---> Using cache [2021-01-13T14:02:33.379Z] ---> 2304ae8abdcf [2021-01-13T14:02:33.379Z] Step 8/22 : COPY . . [2021-01-13T14:02:33.954Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:02:33.954Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:02:33.954Z] ---> 13dd38ccd352 [2021-01-13T14:02:33.954Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T14:02:33.954Z] ---> Using cache [2021-01-13T14:02:33.954Z] ---> 42b9063eafa2 [2021-01-13T14:02:33.954Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:02:33.954Z] ---> Using cache [2021-01-13T14:02:33.954Z] ---> 07ba0b4baf83 [2021-01-13T14:02:33.954Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T14:02:33.954Z] ---> Using cache [2021-01-13T14:02:33.954Z] ---> 22effd185c01 [2021-01-13T14:02:33.954Z] Step 6/24 : COPY go.mod . [2021-01-13T14:02:33.954Z] ---> Using cache [2021-01-13T14:02:33.954Z] ---> e8688fa8437c [2021-01-13T14:02:33.954Z] Step 7/24 : RUN go mod download [2021-01-13T14:02:33.954Z] ---> Using cache [2021-01-13T14:02:33.954Z] ---> 2304ae8abdcf [2021-01-13T14:02:33.954Z] Step 8/24 : COPY . . [2021-01-13T14:02:33.954Z] ---> Using cache [2021-01-13T14:02:33.954Z] ---> dae786bb2ae9 [2021-01-13T14:02:33.954Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T14:02:34.948Z] ---> 9211fbd4db7f [2021-01-13T14:02:34.948Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T14:02:34.948Z] ---> 95fabf7581a9 [2021-01-13T14:02:34.948Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T14:02:34.948Z] ---> b6d5f9c0d79d [2021-01-13T14:02:34.948Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T14:02:34.948Z] ---> b6f3c0f6f2e1 [2021-01-13T14:02:34.948Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T14:02:34.948Z] ---> 8e617e6f4628 [2021-01-13T14:02:34.948Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T14:02:34.948Z] ---> Running in f7dd4dbf3f0f [2021-01-13T14:02:34.948Z] ---> Running in 2b1d9cdaacf0 [2021-01-13T14:02:34.948Z] ---> Running in 8242d14495d6 [2021-01-13T14:02:34.948Z] ---> Running in b042c65fa7d8 [2021-01-13T14:02:34.948Z] ---> Running in 93d70065b177 [2021-01-13T14:02:34.948Z] 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-13T14:02:34.948Z] 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-13T14:02:34.948Z] 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-13T14:02:35.228Z] 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-13T14:02:35.228Z] 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-13T14:02:35.891Z] ---> Using cache [2021-01-13T14:02:35.891Z] ---> dae786bb2ae9 [2021-01-13T14:02:35.891Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T14:02:37.839Z] ---> Running in dfd683dd6b10 [2021-01-13T14:02:37.839Z] Removing intermediate container 55a67445079d [2021-01-13T14:02:37.839Z] ---> 9dd935f2384f [2021-01-13T14:02:37.839Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T14:02:38.427Z] ---> Running in b4d586cdbc53 [2021-01-13T14:02:41.019Z] 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-13T14:02:41.019Z] ---> 16b7d4298907 [2021-01-13T14:02:41.019Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T14:02:41.303Z] 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-13T14:02:41.303Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:02:41.303Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:02:41.303Z] ---> 13dd38ccd352 [2021-01-13T14:02:41.303Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T14:02:41.303Z] ---> Using cache [2021-01-13T14:02:41.304Z] ---> 42b9063eafa2 [2021-01-13T14:02:41.304Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:02:41.304Z] ---> Using cache [2021-01-13T14:02:41.304Z] ---> 07ba0b4baf83 [2021-01-13T14:02:41.304Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T14:02:41.304Z] ---> Using cache [2021-01-13T14:02:41.304Z] ---> 22effd185c01 [2021-01-13T14:02:41.304Z] Step 6/21 : COPY go.mod . [2021-01-13T14:02:41.304Z] ---> Using cache [2021-01-13T14:02:41.304Z] ---> e8688fa8437c [2021-01-13T14:02:41.304Z] Step 7/21 : RUN go mod download [2021-01-13T14:02:41.304Z] ---> Using cache [2021-01-13T14:02:41.304Z] ---> 2304ae8abdcf [2021-01-13T14:02:41.304Z] Step 8/21 : COPY . . [2021-01-13T14:02:41.573Z] ---> Using cache [2021-01-13T14:02:41.573Z] ---> dae786bb2ae9 [2021-01-13T14:02:41.573Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T14:02:42.176Z] ---> c4570f14f858 [2021-01-13T14:02:42.176Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T14:02:42.176Z] ---> Running in 5e29e346a4df [2021-01-13T14:02:43.609Z] 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-13T14:02:44.571Z] ---> afda59bb0e15 [2021-01-13T14:02:44.571Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T14:02:44.845Z] ---> Running in 679dfd54e386 [2021-01-13T14:02:46.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:46.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:47.128Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T14:02:47.128Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T14:02:47.128Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T14:02:47.128Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T14:02:47.128Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T14:02:47.128Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T14:02:47.128Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T14:02:49.097Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T14:02:49.097Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T14:02:49.097Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T14:02:49.097Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T14:02:49.896Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T14:02:51.309Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T14:02:51.309Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T14:02:51.574Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T14:02:51.840Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T14:02:51.840Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T14:02:51.840Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T14:02:51.840Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T14:02:51.840Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T14:02:51.840Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T14:02:52.106Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T14:02:52.106Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T14:02:52.106Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T14:02:52.107Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T14:02:52.107Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T14:02:52.107Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T14:02:52.107Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T14:02:52.107Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T14:02:52.374Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T14:02:52.984Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T14:02:53.561Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T14:02:53.561Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T14:02:54.151Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:02:54.151Z] OK: 71 MiB in 55 packages [2021-01-13T14:02:55.134Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:02:55.134Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:02:55.134Z] ---> 13dd38ccd352 [2021-01-13T14:02:55.134Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T14:02:55.134Z] ---> Using cache [2021-01-13T14:02:55.134Z] ---> 42b9063eafa2 [2021-01-13T14:02:55.134Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:02:55.134Z] ---> Using cache [2021-01-13T14:02:55.134Z] ---> 07ba0b4baf83 [2021-01-13T14:02:55.134Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T14:02:56.124Z] ---> Running in 1ee74df56993 [2021-01-13T14:02:58.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:58.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:02:59.276Z] OK: 233 MiB in 51 packages [2021-01-13T14:03:01.240Z] Removing intermediate container 1ee74df56993 [2021-01-13T14:03:01.240Z] ---> e9511cc966ce [2021-01-13T14:03:01.240Z] Step 6/23 : COPY go.mod . [2021-01-13T14:03:02.238Z] ---> 40fe1fdcf741 [2021-01-13T14:03:02.238Z] Step 7/23 : RUN go mod download [2021-01-13T14:03:03.209Z] ---> Running in cdb3a27dd35c [2021-01-13T14:03:05.293Z] 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-13T14:03:07.249Z] Removing intermediate container 679dfd54e386 [2021-01-13T14:03:07.249Z] ---> 0d449154102f [2021-01-13T14:03:07.249Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T14:03:07.513Z] ---> Running in 2b05f9ea985f [2021-01-13T14:03:07.513Z] Removing intermediate container cdb3a27dd35c [2021-01-13T14:03:07.513Z] ---> 1e1e9a8907e8 [2021-01-13T14:03:07.513Z] Step 8/23 : COPY . . [2021-01-13T14:03:11.965Z] Collecting docker-compose==1.23.2 [2021-01-13T14:03:12.594Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T14:03:15.251Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T14:03:15.251Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T14:03:16.673Z] Removing intermediate container b4d586cdbc53 [2021-01-13T14:03:16.673Z] ---> 9658a6e0a721 [2021-01-13T14:03:16.673Z] [2021-01-13T14:03:16.673Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T14:03:16.673Z] ---> 389fef711851 [2021-01-13T14:03:16.673Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T14:03:18.073Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T14:03:18.073Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T14:03:19.494Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T14:03:19.494Z] ---> Running in 20415c5640e2 [2021-01-13T14:03:19.494Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T14:03:19.494Z] Removing intermediate container 5e29e346a4df [2021-01-13T14:03:19.494Z] ---> 5098ceffe857 [2021-01-13T14:03:19.494Z] [2021-01-13T14:03:19.494Z] Step 10/21 : FROM scratch [2021-01-13T14:03:19.494Z] ---> [2021-01-13T14:03:19.494Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:03:19.494Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T14:03:19.494Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T14:03:19.765Z] Collecting PyYAML<4,>=3.10 [2021-01-13T14:03:19.765Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T14:03:22.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:22.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:22.366Z] ---> Using cache [2021-01-13T14:03:22.366Z] ---> 4aa2f923538d [2021-01-13T14:03:22.366Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T14:03:22.366Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T14:03:22.631Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:03:22.631Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T14:03:22.631Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T14:03:22.631Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T14:03:22.631Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:03:22.894Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T14:03:23.159Z] OK: 7 MiB in 19 packages [2021-01-13T14:03:23.424Z] 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-13T14:03:23.693Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T14:03:23.693Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T14:03:24.288Z] ---> Running in 8d1b88551bd6 [2021-01-13T14:03:24.288Z] Removing intermediate container dfd683dd6b10 [2021-01-13T14:03:24.288Z] ---> 04b7bbaf31e3 [2021-01-13T14:03:24.288Z] [2021-01-13T14:03:24.288Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T14:03:24.288Z] ---> 389fef711851 [2021-01-13T14:03:24.288Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T14:03:24.288Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T14:03:24.288Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T14:03:24.556Z] ---> Running in 0e7242c08a01 [2021-01-13T14:03:25.956Z] Removing intermediate container 8d1b88551bd6 [2021-01-13T14:03:25.956Z] ---> 151be3514be3 [2021-01-13T14:03:25.956Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T14:03:25.956Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T14:03:25.956Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T14:03:26.222Z] ---> Running in a092020408bd [2021-01-13T14:03:27.180Z] Removing intermediate container 20415c5640e2 [2021-01-13T14:03:27.180Z] ---> ffd83d6957df [2021-01-13T14:03:27.180Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T14:03:27.180Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T14:03:27.180Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T14:03:27.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:27.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:27.448Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T14:03:27.448Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:03:27.448Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T14:03:27.448Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T14:03:27.448Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T14:03:27.448Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:03:27.719Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T14:03:27.719Z] OK: 7 MiB in 19 packages [2021-01-13T14:03:27.992Z] ---> Running in c4d4c4917b5e [2021-01-13T14:03:27.992Z] Removing intermediate container a092020408bd [2021-01-13T14:03:27.992Z] ---> 6b76916046a3 [2021-01-13T14:03:27.992Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:03:27.992Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T14:03:27.992Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T14:03:27.992Z] 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-13T14:03:27.992Z] Collecting idna<2.8,>=2.5 [2021-01-13T14:03:27.992Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T14:03:28.258Z] 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-13T14:03:28.258Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T14:03:28.258Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T14:03:28.832Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T14:03:28.832Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T14:03:28.832Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T14:03:28.832Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T14:03:29.279Z] Removing intermediate container c4d4c4917b5e [2021-01-13T14:03:29.279Z] ---> a660ff69eece [2021-01-13T14:03:29.279Z] Step 13/22 : WORKDIR / [2021-01-13T14:03:29.541Z] Installing collected packages: docopt, jsonschema, cached-property, websocket-client, PyYAML, urllib3, idna, requests, texttable, dockerpty, docker-pycreds, docker, docker-compose [2021-01-13T14:03:29.541Z] Running setup.py install for docopt: started [2021-01-13T14:03:29.805Z] ---> ebedc062af53 [2021-01-13T14:03:29.805Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T14:03:29.805Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T14:03:29.805Z] ---> Running in d65c20085668 [2021-01-13T14:03:30.758Z] ---> 7239555819e9 [2021-01-13T14:03:30.758Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T14:03:31.023Z] Running setup.py install for PyYAML: started [2021-01-13T14:03:31.023Z] Removing intermediate container d65c20085668 [2021-01-13T14:03:31.023Z] ---> bbb7fc154c1f [2021-01-13T14:03:31.023Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:03:31.023Z] Removing intermediate container 0e7242c08a01 [2021-01-13T14:03:31.023Z] ---> 1bd2b911cf9a [2021-01-13T14:03:31.023Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T14:03:31.023Z] ---> e66e1281dc98 [2021-01-13T14:03:31.023Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T14:03:31.293Z] ---> Running in 10cb7b777b20 [2021-01-13T14:03:31.293Z] ---> Running in 12102f934e12 [2021-01-13T14:03:31.567Z] ---> 1895776bb334 [2021-01-13T14:03:31.567Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T14:03:31.567Z] Removing intermediate container 12102f934e12 [2021-01-13T14:03:31.567Z] ---> 1fc9fc099543 [2021-01-13T14:03:31.567Z] Step 13/24 : WORKDIR / [2021-01-13T14:03:31.840Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T14:03:31.840Z] Attempting uninstall: urllib3 [2021-01-13T14:03:31.840Z] Found existing installation: urllib3 1.25.9 [2021-01-13T14:03:31.840Z] Uninstalling urllib3-1.25.9: [2021-01-13T14:03:31.840Z] ---> f5bcce5b31f9 [2021-01-13T14:03:31.840Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T14:03:31.840Z] ---> Running in 72143f6e76b1 [2021-01-13T14:03:31.840Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T14:03:31.840Z] 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-13T14:03:32.515Z] ---> Running in 454ed4276e65 [2021-01-13T14:03:32.515Z] Attempting uninstall: idna [2021-01-13T14:03:32.515Z] Found existing installation: idna 2.9 [2021-01-13T14:03:32.781Z] Uninstalling idna-2.9: [2021-01-13T14:03:32.781Z] Successfully uninstalled idna-2.9 [2021-01-13T14:03:33.051Z] Removing intermediate container 72143f6e76b1 [2021-01-13T14:03:33.051Z] ---> 9446edf95b0f [2021-01-13T14:03:33.051Z] 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-13T14:03:33.051Z] Attempting uninstall: requests [2021-01-13T14:03:33.051Z] Found existing installation: requests 2.23.0 [2021-01-13T14:03:33.051Z] Uninstalling requests-2.23.0: [2021-01-13T14:03:33.317Z] ---> 751105c24c4e [2021-01-13T14:03:33.318Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T14:03:33.318Z] Successfully uninstalled requests-2.23.0 [2021-01-13T14:03:33.897Z] Running setup.py install for texttable: started [2021-01-13T14:03:33.897Z] Removing intermediate container 454ed4276e65 [2021-01-13T14:03:33.897Z] ---> eaf168d4c944 [2021-01-13T14:03:33.897Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:03:34.168Z] ---> 7227d8e92b30 [2021-01-13T14:03:34.168Z] 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-13T14:03:34.168Z] ---> Running in dcd36731c1ff [2021-01-13T14:03:34.168Z] ---> f1bb1d0cda78 [2021-01-13T14:03:34.168Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T14:03:34.452Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T14:03:34.452Z] Running setup.py install for dockerpty: started [2021-01-13T14:03:34.452Z] Removing intermediate container dcd36731c1ff [2021-01-13T14:03:34.452Z] ---> e3deba5066ea [2021-01-13T14:03:34.452Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T14:03:35.028Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T14:03:35.301Z] ---> fe94bc0eb0cb [2021-01-13T14:03:35.301Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T14:03:35.571Z] ---> Running in f3aad688d6f0 [2021-01-13T14:03:36.150Z] ---> 223b63a3afca [2021-01-13T14:03:36.150Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T14:03:36.750Z] ---> Running in 197f8d7f42f7 [2021-01-13T14:03:36.750Z] ---> 02c9493f8ff2 [2021-01-13T14:03:36.750Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T14:03:37.026Z] Removing intermediate container f3aad688d6f0 [2021-01-13T14:03:37.026Z] ---> 4a0370948721 [2021-01-13T14:03:37.026Z] Step 20/21 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:03:37.655Z] 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-13T14:03:37.655Z] ---> Running in f9a79df71716 [2021-01-13T14:03:37.655Z] ---> eb25214fea61 [2021-01-13T14:03:37.655Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T14:03:38.282Z] Removing intermediate container f9a79df71716 [2021-01-13T14:03:38.282Z] ---> 84ee28296e85 [2021-01-13T14:03:38.282Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T14:03:38.567Z] ---> Running in c8289a51ff3f [2021-01-13T14:03:38.858Z] ---> c603ea0e07e1 [2021-01-13T14:03:38.858Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T14:03:39.127Z] Removing intermediate container c8289a51ff3f [2021-01-13T14:03:39.127Z] ---> 425615046e0b [2021-01-13T14:03:39.127Z] [2021-01-13T14:03:39.401Z] Successfully built 425615046e0b [2021-01-13T14:03:40.385Z] ---> a494990baaf7 [2021-01-13T14:03:40.385Z] 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-13T14:03:40.385Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T14:03:41.365Z]  Building docker-support-scheduler-go ... done  ---> Running in f858dc6b9ec3 [2021-01-13T14:03:41.365Z] Removing intermediate container 197f8d7f42f7 [2021-01-13T14:03:41.365Z] ---> 809daa6101a2 [2021-01-13T14:03:41.365Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T14:03:41.638Z] Removing intermediate container 2b05f9ea985f [2021-01-13T14:03:41.638Z] ---> 4ea66394d43b [2021-01-13T14:03:41.638Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T14:03:41.638Z] ---> Running in a5ca270a3b82 [2021-01-13T14:03:41.914Z] ---> Running in 2720204c7a19 [2021-01-13T14:03:42.190Z] Removing intermediate container a5ca270a3b82 [2021-01-13T14:03:42.190Z] ---> 0669e44ead9a [2021-01-13T14:03:42.190Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T14:03:42.190Z] ---> Running in 939f6aed2626 [2021-01-13T14:03:42.468Z] Removing intermediate container 939f6aed2626 [2021-01-13T14:03:42.468Z] ---> 56c1fa003bb9 [2021-01-13T14:03:42.468Z] Step 21/22 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:03:42.743Z] ---> Running in 8156135ca7d6 [2021-01-13T14:03:43.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:43.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:43.280Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:03:43.280Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T14:03:43.280Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T14:03:43.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:03:43.280Z] OK: 72 MiB in 58 packages [2021-01-13T14:03:43.280Z] Removing intermediate container 8156135ca7d6 [2021-01-13T14:03:43.280Z] ---> f9367dcc4afb [2021-01-13T14:03:43.280Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T14:03:43.889Z] ---> Running in bcbcc74091ca [2021-01-13T14:03:44.165Z] Removing intermediate container f858dc6b9ec3 [2021-01-13T14:03:44.165Z] ---> 2630765849f8 [2021-01-13T14:03:44.165Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T14:03:44.440Z] Removing intermediate container bcbcc74091ca [2021-01-13T14:03:44.440Z] ---> 731e2c2ba622 [2021-01-13T14:03:44.440Z] [2021-01-13T14:03:44.440Z] ---> Running in 2968e58f2c87 [2021-01-13T14:03:44.708Z] Successfully built 731e2c2ba622 [2021-01-13T14:03:44.708Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T14:03:44.708Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2720204c7a19 [2021-01-13T14:03:44.708Z] ---> 1fcc125a8d48 [2021-01-13T14:03:44.708Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T14:03:46.642Z] Removing intermediate container 2968e58f2c87 [2021-01-13T14:03:46.642Z] ---> b85133711d3e [2021-01-13T14:03:46.642Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T14:03:46.642Z] ---> Running in b8407ed0aa66 [2021-01-13T14:03:46.642Z] ---> Running in 2e3ff27a0b92 [2021-01-13T14:03:46.642Z] Removing intermediate container b8407ed0aa66 [2021-01-13T14:03:46.642Z] ---> 0b6bb7896462 [2021-01-13T14:03:46.642Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:03:46.642Z] ---> Running in 9f4733ae1697 [2021-01-13T14:03:46.908Z] Removing intermediate container 2e3ff27a0b92 [2021-01-13T14:03:46.908Z] ---> 1f74e4a7dc7c [2021-01-13T14:03:46.908Z] Step 23/24 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:03:47.171Z] ---> Running in 315a978b75ba [2021-01-13T14:03:47.171Z] Removing intermediate container 9f4733ae1697 [2021-01-13T14:03:47.171Z] ---> 4e4ed8dfa01c [2021-01-13T14:03:47.171Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T14:03:47.171Z] ---> Running in 4f7e4f6e0e0c [2021-01-13T14:03:47.441Z] Removing intermediate container 315a978b75ba [2021-01-13T14:03:47.441Z] ---> c9ea48dd8dbe [2021-01-13T14:03:47.441Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T14:03:47.441Z] Removing intermediate container 4f7e4f6e0e0c [2021-01-13T14:03:47.441Z] ---> faf4a9c65482 [2021-01-13T14:03:47.441Z] Step 25/26 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:03:47.441Z] ---> Running in ad4fc9c4dc70 [2021-01-13T14:03:47.441Z] ---> Running in 49fc7c9fbbfb [2021-01-13T14:03:47.705Z] Removing intermediate container ad4fc9c4dc70 [2021-01-13T14:03:47.705Z] ---> a803d2376eaa [2021-01-13T14:03:47.705Z] [2021-01-13T14:03:47.705Z] Removing intermediate container 49fc7c9fbbfb [2021-01-13T14:03:47.705Z] ---> 640e2ecdfa21 [2021-01-13T14:03:47.705Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T14:03:47.970Z] ---> Running in 36e2d19b8e3d [2021-01-13T14:03:47.970Z] Successfully built a803d2376eaa [2021-01-13T14:03:47.970Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T14:03:47.970Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 36e2d19b8e3d [2021-01-13T14:03:47.970Z] ---> ad3d85345902 [2021-01-13T14:03:47.970Z] [2021-01-13T14:03:48.233Z] Successfully built ad3d85345902 [2021-01-13T14:03:48.233Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T14:03:52.453Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 10cb7b777b20 [2021-01-13T14:03:52.453Z] ---> 2b93886bafe9 [2021-01-13T14:03:52.454Z] [2021-01-13T14:03:52.454Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T14:03:52.454Z] ---> 389fef711851 [2021-01-13T14:03:52.454Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:03:52.716Z] ---> Running in 39e8b1d47f12 [2021-01-13T14:03:52.717Z] Removing intermediate container 39e8b1d47f12 [2021-01-13T14:03:52.717Z] ---> fe1f8cced8c5 [2021-01-13T14:03:52.717Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T14:03:52.979Z] ---> Running in 700720092c93 [2021-01-13T14:03:52.979Z] Removing intermediate container 700720092c93 [2021-01-13T14:03:52.979Z] ---> ba25865f488b [2021-01-13T14:03:52.979Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T14:03:53.242Z] ---> Running in 58c90fb0d4ec [2021-01-13T14:03:53.242Z] Removing intermediate container 58c90fb0d4ec [2021-01-13T14:03:53.242Z] ---> 1cf2cfdb8279 [2021-01-13T14:03:53.242Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:03:53.506Z] ---> Running in efc03e5e685f [2021-01-13T14:03:54.535Z] Removing intermediate container efc03e5e685f [2021-01-13T14:03:54.535Z] ---> 3c80cc82399f [2021-01-13T14:03:54.535Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T14:03:54.535Z] ---> Running in 1fa022a03618 [2021-01-13T14:03:55.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:55.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T14:03:56.268Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T14:03:56.269Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T14:03:56.269Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T14:03:56.531Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T14:03:56.531Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T14:03:56.531Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:03:56.531Z] OK: 8 MiB in 19 packages [2021-01-13T14:03:57.110Z] Removing intermediate container 1fa022a03618 [2021-01-13T14:03:57.110Z] ---> 5c4aacb74a7e [2021-01-13T14:03:57.110Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:03:57.122Z] 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-13T14:03:57.122Z] 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-13T14:03:57.374Z] ---> f307f35c616a [2021-01-13T14:03:57.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T14:03:57.952Z] ---> 7d815086cada [2021-01-13T14:03:57.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T14:03:58.214Z] ---> 61cd6ae735cb [2021-01-13T14:03:58.214Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T14:03:58.477Z] ---> Running in fabd807fcc51 [2021-01-13T14:03:58.477Z] Removing intermediate container fabd807fcc51 [2021-01-13T14:03:58.477Z] ---> 4d4d15dda08f [2021-01-13T14:03:58.477Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:03:58.739Z] ---> Running in 984453c550ff [2021-01-13T14:03:58.739Z] Removing intermediate container 984453c550ff [2021-01-13T14:03:58.739Z] ---> 67578e425b2a [2021-01-13T14:03:58.739Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T14:03:58.739Z] ---> Running in 3478b04bf761 [2021-01-13T14:03:59.004Z] Removing intermediate container 3478b04bf761 [2021-01-13T14:03:59.004Z] ---> 4b66f889b065 [2021-01-13T14:03:59.004Z] Step 22/23 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:03:59.004Z] ---> Running in 53411efc40a0 [2021-01-13T14:03:59.280Z] Removing intermediate container 53411efc40a0 [2021-01-13T14:03:59.280Z] ---> 09b9a67b0598 [2021-01-13T14:03:59.280Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T14:03:59.280Z] ---> Running in ccc562d41aa2 [2021-01-13T14:03:59.547Z] Removing intermediate container ccc562d41aa2 [2021-01-13T14:03:59.547Z] ---> f553ab7aa829 [2021-01-13T14:03:59.547Z] [2021-01-13T14:03:59.547Z] Successfully built f553ab7aa829 [2021-01-13T14:03:59.547Z] Successfully tagged docker-core-data-go:latest [2021-01-13T14:04:00.133Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T14:04:00.144Z] $ docker stop --time=1 2cb981e5200c3c0c6f2c6416f91ccbadeaea9c3b15245a873b3dbcb577de2c45 [2021-01-13T14:04:01.857Z] $ docker rm -f 2cb981e5200c3c0c6f2c6416f91ccbadeaea9c3b15245a873b3dbcb577de2c45 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T14:04:02.384Z] + docker images [2021-01-13T14:04:02.384Z] + grep docker [2021-01-13T14:04:02.384Z] docker-core-data-go latest f553ab7aa829 3 seconds ago 22.3MB [2021-01-13T14:04:02.384Z] docker-sys-mgmt-agent-go latest ad3d85345902 15 seconds ago 313MB [2021-01-13T14:04:02.384Z] docker-security-secretstore-setup-go latest a803d2376eaa 15 seconds ago 24.6MB [2021-01-13T14:04:02.384Z] docker-security-bootstrap-redis-go latest 731e2c2ba622 18 seconds ago 15.8MB [2021-01-13T14:04:02.384Z] docker-support-scheduler-go latest 425615046e0b 24 seconds ago 10.7MB [2021-01-13T14:04:02.384Z] docker-security-proxy-setup-go latest eb4291754bf1 About a minute ago 24.5MB [2021-01-13T14:04:02.384Z] docker-support-notifications-go latest bdf4c335253f About a minute ago 12MB [2021-01-13T14:04:02.384Z] docker-core-metadata-go latest c44a2ea52ddf About a minute ago 13.1MB [2021-01-13T14:04:02.384Z] docker-core-command-go latest fe6d42646688 About a minute ago 10.6MB [2021-01-13T14:04:02.384Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T14:04:03.030Z] provisioning config files... [2021-01-13T14:04:03.070Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/289@tmp/config1272683885168836853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:04:03.438Z] ---> docker-login.sh [2021-01-13T14:04:03.438Z] nexus3.edgexfoundry.org:10001 [2021-01-13T14:04:03.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:04:03.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:04:03.710Z] Configure a credential helper to remove this warning. See [2021-01-13T14:04:03.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:04:03.710Z] [2021-01-13T14:04:03.710Z] Login Succeeded [2021-01-13T14:04:03.710Z] nexus3.edgexfoundry.org:10002 [2021-01-13T14:04:03.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:04:03.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:04:03.710Z] Configure a credential helper to remove this warning. See [2021-01-13T14:04:03.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:04:03.710Z] [2021-01-13T14:04:03.710Z] Login Succeeded [2021-01-13T14:04:03.710Z] nexus3.edgexfoundry.org:10003 [2021-01-13T14:04:03.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:04:03.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:04:03.973Z] Configure a credential helper to remove this warning. See [2021-01-13T14:04:03.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:04:03.973Z] [2021-01-13T14:04:03.973Z] Login Succeeded [2021-01-13T14:04:03.973Z] nexus3.edgexfoundry.org:10004 [2021-01-13T14:04:04.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:04:04.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:04:04.235Z] Configure a credential helper to remove this warning. See [2021-01-13T14:04:04.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:04:04.235Z] [2021-01-13T14:04:04.235Z] Login Succeeded [2021-01-13T14:04:04.235Z] docker.io [2021-01-13T14:04:04.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:04:04.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:04:04.761Z] Configure a credential helper to remove this warning. See [2021-01-13T14:04:04.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:04:04.761Z] [2021-01-13T14:04:04.761Z] Login Succeeded [2021-01-13T14:04:04.761Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T14:04:04.771Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:04.997Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-13T14:04:04.997Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:04.997Z] 2.0.0-dev.33 [2021-01-13T14:04:04.997Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:04.997Z] master [2021-01-13T14:04:04.997Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:05.783Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:06.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:06.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T14:04:06.234Z] c750de592f47: Preparing [2021-01-13T14:04:06.234Z] 95a29b3010dd: Preparing [2021-01-13T14:04:06.234Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:06.515Z] 6e4f8e6b5929: Pushed [2021-01-13T14:04:06.515Z] c750de592f47: Pushed [2021-01-13T14:04:07.467Z] 95a29b3010dd: Pushed [2021-01-13T14:04:07.729Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:5750aef15c73f2f88378b69e734015513eb8aa7c46b363a771355f5010676976 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:08.040Z] + 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-13T14:04:08.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T14:04:08.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T14:04:08.342Z] c750de592f47: Preparing [2021-01-13T14:04:08.342Z] 95a29b3010dd: Preparing [2021-01-13T14:04:08.342Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:08.342Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:08.342Z] c750de592f47: Layer already exists [2021-01-13T14:04:08.342Z] 95a29b3010dd: Layer already exists [2021-01-13T14:04:08.605Z] 2.0.0-dev.33: digest: sha256:5750aef15c73f2f88378b69e734015513eb8aa7c46b363a771355f5010676976 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:08.913Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:09.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:09.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T14:04:09.213Z] c750de592f47: Preparing [2021-01-13T14:04:09.213Z] 95a29b3010dd: Preparing [2021-01-13T14:04:09.213Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:09.213Z] c750de592f47: Layer already exists [2021-01-13T14:04:09.213Z] 95a29b3010dd: Layer already exists [2021-01-13T14:04:09.213Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:09.213Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:5750aef15c73f2f88378b69e734015513eb8aa7c46b363a771355f5010676976 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:09.520Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:09.572Z] Removing intermediate container 8242d14495d6 [2021-01-13T14:04:09.572Z] ---> e3c6e482c0ce [2021-01-13T14:04:09.572Z] [2021-01-13T14:04:09.572Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T14:04:09.572Z] Removing intermediate container 93d70065b177 [2021-01-13T14:04:09.572Z] ---> a72c47700d19 [2021-01-13T14:04:09.572Z] [2021-01-13T14:04:09.572Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T14:04:09.572Z] 3.12: Pulling from library/alpine [2021-01-13T14:04:09.572Z] 3.12: Pulling from library/alpine [2021-01-13T14:04:09.572Z] Removing intermediate container b042c65fa7d8 [2021-01-13T14:04:09.572Z] ---> 4d20ef276f89 [2021-01-13T14:04:09.573Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T14:04:09.573Z] Removing intermediate container 2b1d9cdaacf0 [2021-01-13T14:04:09.573Z] ---> a4dc21a8328d [2021-01-13T14:04:09.573Z] [2021-01-13T14:04:09.573Z] Step 10/21 : FROM scratch [2021-01-13T14:04:09.573Z] ---> [2021-01-13T14:04:09.573Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:04:09.573Z] Removing intermediate container f7dd4dbf3f0f [2021-01-13T14:04:09.573Z] ---> 430569a711ac [2021-01-13T14:04:09.573Z] [2021-01-13T14:04:09.573Z] Step 10/22 : FROM scratch [2021-01-13T14:04:09.573Z] ---> [2021-01-13T14:04:09.573Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:04:09.573Z] ---> Running in a02712012446 [2021-01-13T14:04:09.573Z] ---> Running in 7f8802ce8d2b [2021-01-13T14:04:09.573Z] ---> Running in 98e703a77d2a [2021-01-13T14:04:09.573Z] Removing intermediate container 98e703a77d2a [2021-01-13T14:04:09.573Z] ---> f9087bc1dd8e [2021-01-13T14:04:09.573Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T14:04:09.573Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T14:04:09.573Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T14:04:09.573Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T14:04:09.573Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T14:04:09.573Z] ---> afeebe901d6b [2021-01-13T14:04:09.573Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T14:04:09.573Z] ---> afeebe901d6b [2021-01-13T14:04:09.573Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T14:04:09.573Z] Removing intermediate container a02712012446 [2021-01-13T14:04:09.573Z] ---> 887fb8f2ba2c [2021-01-13T14:04:09.573Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T14:04:09.573Z] ---> Running in e85f3f3e267a [2021-01-13T14:04:09.573Z] ---> Running in 2a392d398490 [2021-01-13T14:04:09.573Z] ---> Running in 8f09d85e291a [2021-01-13T14:04:09.573Z] ---> Running in a53d4d00a493 [2021-01-13T14:04:09.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T14:04:09.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-13T14:04:09.822Z] c750de592f47: Preparing [2021-01-13T14:04:09.822Z] 95a29b3010dd: Preparing [2021-01-13T14:04:09.822Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:09.822Z] 95a29b3010dd: Layer already exists [2021-01-13T14:04:09.822Z] c750de592f47: Layer already exists [2021-01-13T14:04:09.822Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:09.822Z] master: digest: sha256:5750aef15c73f2f88378b69e734015513eb8aa7c46b363a771355f5010676976 size: 943 [Pipeline] } [2021-01-13T14:04:09.848Z] 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 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:10.037Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:10.130Z] taggedImages: [2021-01-13T14:04:10.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:10.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.33 [2021-01-13T14:04:10.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:10.130Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-13T14:04:10.137Z] Removing intermediate container e85f3f3e267a [2021-01-13T14:04:10.137Z] ---> 70bbd21d9dbf [2021-01-13T14:04:10.137Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T14:04:10.137Z] Removing intermediate container 2a392d398490 [2021-01-13T14:04:10.137Z] ---> 18894691543a [2021-01-13T14:04:10.137Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T14:04:10.137Z] ---> Running in 9b845d5733e4 [Pipeline] echo [2021-01-13T14:04:10.209Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-13T14:04:10.209Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:10.209Z] 2.0.0-dev.33 [2021-01-13T14:04:10.209Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:10.209Z] master [2021-01-13T14:04:10.209Z] ===================================================== [2021-01-13T14:04:10.421Z] ---> Running in a2498a9ae070 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:10.917Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:11.024Z] Removing intermediate container 9b845d5733e4 [2021-01-13T14:04:11.024Z] ---> 0f324915d37b [2021-01-13T14:04:11.024Z] Step 14/22 : WORKDIR / [2021-01-13T14:04:11.024Z] Removing intermediate container a2498a9ae070 [2021-01-13T14:04:11.024Z] ---> 176fee71dba6 [2021-01-13T14:04:11.024Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:04:11.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:11.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T14:04:11.224Z] f463e1c5d276: Preparing [2021-01-13T14:04:11.224Z] c55cbc12a774: Preparing [2021-01-13T14:04:11.224Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:11.224Z] 7720b1dc6b2e: Preparing [2021-01-13T14:04:11.224Z] 82daba57c47d: Preparing [2021-01-13T14:04:11.224Z] 777b2c648970: Preparing [2021-01-13T14:04:11.224Z] 777b2c648970: Waiting [2021-01-13T14:04:11.224Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:11.224Z] 777b2c648970: Layer already exists [2021-01-13T14:04:11.308Z] ---> Running in ccbb1af3dc8d [2021-01-13T14:04:11.502Z] 82daba57c47d: Pushed [2021-01-13T14:04:11.502Z] f463e1c5d276: Pushed [2021-01-13T14:04:11.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:11.769Z] 7720b1dc6b2e: Pushed [2021-01-13T14:04:11.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:11.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:11.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:12.155Z] Removing intermediate container ccbb1af3dc8d [2021-01-13T14:04:12.155Z] ---> a2f45d8bdd4b [2021-01-13T14:04:12.155Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:04:12.496Z] ---> 471813572bc0 [2021-01-13T14:04:12.496Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T14:04:12.496Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T14:04:12.496Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T14:04:12.496Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:04:12.496Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T14:04:12.496Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T14:04:12.786Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:04:12.786Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T14:04:12.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:04:12.786Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T14:04:12.786Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T14:04:12.786Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T14:04:12.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:04:12.786Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T14:04:12.801Z] c55cbc12a774: Pushed [2021-01-13T14:04:13.064Z] OK: 7 MiB in 19 packages [2021-01-13T14:04:13.064Z] OK: 7 MiB in 18 packages [2021-01-13T14:04:13.359Z] ---> 1c775922996d [2021-01-13T14:04:13.359Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T14:04:13.383Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:0ea64ff1eac6c9e275d613bd37fe8b6b82fd6910ec1d3efc6e8397f119f9e9b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:13.703Z] + 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-13T14:04:14.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T14:04:14.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T14:04:14.027Z] f463e1c5d276: Preparing [2021-01-13T14:04:14.027Z] c55cbc12a774: Preparing [2021-01-13T14:04:14.027Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:14.027Z] 7720b1dc6b2e: Preparing [2021-01-13T14:04:14.027Z] 82daba57c47d: Preparing [2021-01-13T14:04:14.027Z] 777b2c648970: Preparing [2021-01-13T14:04:14.027Z] 777b2c648970: Waiting [2021-01-13T14:04:14.027Z] f463e1c5d276: Layer already exists [2021-01-13T14:04:14.027Z] 7720b1dc6b2e: Layer already exists [2021-01-13T14:04:14.027Z] 82daba57c47d: Layer already exists [2021-01-13T14:04:14.027Z] c55cbc12a774: Layer already exists [2021-01-13T14:04:14.027Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:14.027Z] 777b2c648970: Layer already exists [2021-01-13T14:04:14.289Z] 2.0.0-dev.33: digest: sha256:0ea64ff1eac6c9e275d613bd37fe8b6b82fd6910ec1d3efc6e8397f119f9e9b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:14.599Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:14.841Z] ---> 2c435708140f [2021-01-13T14:04:14.842Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T14:04:14.842Z] Removing intermediate container 7f8802ce8d2b [2021-01-13T14:04:14.842Z] ---> 547ad1455fd3 [2021-01-13T14:04:14.842Z] [2021-01-13T14:04:14.842Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T14:04:14.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:14.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T14:04:14.915Z] f463e1c5d276: Preparing [2021-01-13T14:04:14.915Z] c55cbc12a774: Preparing [2021-01-13T14:04:14.915Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:14.915Z] 7720b1dc6b2e: Preparing [2021-01-13T14:04:14.915Z] 82daba57c47d: Preparing [2021-01-13T14:04:14.915Z] 777b2c648970: Preparing [2021-01-13T14:04:14.915Z] 777b2c648970: Waiting [2021-01-13T14:04:14.915Z] 82daba57c47d: Layer already exists [2021-01-13T14:04:14.915Z] c55cbc12a774: Layer already exists [2021-01-13T14:04:14.915Z] 7720b1dc6b2e: Layer already exists [2021-01-13T14:04:14.915Z] f463e1c5d276: Layer already exists [2021-01-13T14:04:14.915Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:14.915Z] 777b2c648970: Layer already exists [2021-01-13T14:04:15.121Z] 20.10.0: Pulling from library/docker [2021-01-13T14:04:15.179Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:0ea64ff1eac6c9e275d613bd37fe8b6b82fd6910ec1d3efc6e8397f119f9e9b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:15.397Z] Removing intermediate container a53d4d00a493 [2021-01-13T14:04:15.398Z] ---> dad068cc521d [2021-01-13T14:04:15.398Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T14:04:15.398Z] Removing intermediate container 8f09d85e291a [2021-01-13T14:04:15.398Z] ---> be2341219cfe [2021-01-13T14:04:15.398Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T14:04:15.398Z] ---> 757fa30e43c9 [2021-01-13T14:04:15.398Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T14:04:15.677Z] ---> Running in 3bf52bdde534 [2021-01-13T14:04:15.677Z] ---> Running in 839e7089395e [2021-01-13T14:04:15.956Z] ---> 971983ef5b50 [2021-01-13T14:04:15.956Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T14:04:16.206Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:16.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-13T14:04:16.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-13T14:04:16.522Z] f463e1c5d276: Preparing [2021-01-13T14:04:16.522Z] c55cbc12a774: Preparing [2021-01-13T14:04:16.522Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:16.522Z] 7720b1dc6b2e: Preparing [2021-01-13T14:04:16.522Z] 82daba57c47d: Preparing [2021-01-13T14:04:16.522Z] 777b2c648970: Preparing [2021-01-13T14:04:16.522Z] 777b2c648970: Waiting [2021-01-13T14:04:16.522Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:16.522Z] 7720b1dc6b2e: Layer already exists [2021-01-13T14:04:16.522Z] f463e1c5d276: Layer already exists [2021-01-13T14:04:16.522Z] c55cbc12a774: Layer already exists [2021-01-13T14:04:16.522Z] 82daba57c47d: Layer already exists [2021-01-13T14:04:16.522Z] 777b2c648970: Layer already exists [2021-01-13T14:04:16.562Z] ---> Running in 563364286d28 [2021-01-13T14:04:16.786Z] master: digest: sha256:0ea64ff1eac6c9e275d613bd37fe8b6b82fd6910ec1d3efc6e8397f119f9e9b1 size: 1572 [Pipeline] } [2021-01-13T14:04:16.842Z] Removing intermediate container 839e7089395e [2021-01-13T14:04:16.842Z] ---> 9f282fdbfa5b [2021-01-13T14:04:16.842Z] Step 13/21 : WORKDIR /edgex [2021-01-13T14:04:16.842Z] Removing intermediate container 3bf52bdde534 [2021-01-13T14:04:16.842Z] ---> 72fdff3eb513 [2021-01-13T14:04:16.842Z] Step 13/24 : WORKDIR / [2021-01-13T14:04:16.842Z] ---> 2b0616fdb59c [2021-01-13T14:04:16.842Z] Step 18/22 : ENTRYPOINT ["/core-command"] [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:16.985Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:17.036Z] taggedImages: [2021-01-13T14:04:17.036Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:17.036Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.33 [2021-01-13T14:04:17.036Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:17.036Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-13T14:04:17.101Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-13T14:04:17.101Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:17.101Z] 2.0.0-dev.33 [2021-01-13T14:04:17.101Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:17.101Z] master [2021-01-13T14:04:17.101Z] ===================================================== [2021-01-13T14:04:17.124Z] ---> Running in 5bf78baf0cf7 [2021-01-13T14:04:17.125Z] ---> Running in 5f685c546cd1 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:17.402Z] ---> Running in 36a5659b6ff1 [2021-01-13T14:04:17.402Z] Removing intermediate container 563364286d28 [2021-01-13T14:04:17.402Z] ---> 44820514774f [2021-01-13T14:04:17.402Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:04:17.604Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:17.680Z] ---> Running in 58d6d41e0357 [2021-01-13T14:04:17.914Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:17.914Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T14:04:17.914Z] 46aee2e83f9f: Preparing [2021-01-13T14:04:17.914Z] cb3265495c46: Preparing [2021-01-13T14:04:17.914Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:17.914Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:17.955Z] Removing intermediate container 5f685c546cd1 [2021-01-13T14:04:18.179Z] 46aee2e83f9f: Pushed [2021-01-13T14:04:18.233Z] ---> 157ed8f0af6f [2021-01-13T14:04:18.233Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T14:04:18.233Z] Removing intermediate container 36a5659b6ff1 [2021-01-13T14:04:18.233Z] ---> c8480b84b58a [2021-01-13T14:04:18.233Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:04:18.233Z] Removing intermediate container 5bf78baf0cf7 [2021-01-13T14:04:18.233Z] ---> 35e6865b20fe [2021-01-13T14:04:18.233Z] 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-13T14:04:18.519Z] Removing intermediate container 58d6d41e0357 [2021-01-13T14:04:18.519Z] ---> 04f8458322a9 [2021-01-13T14:04:18.519Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T14:04:18.519Z] ---> Running in c8c2e1ef3c2a [2021-01-13T14:04:18.797Z] ---> Running in 828c4668dbc0 [2021-01-13T14:04:19.399Z] Removing intermediate container c8c2e1ef3c2a [2021-01-13T14:04:19.399Z] ---> 1e3637acaa69 [2021-01-13T14:04:19.399Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T14:04:19.573Z] cb3265495c46: Pushed [2021-01-13T14:04:19.573Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:b4f87e2d022a0ddf9c66adac5186ffc5779e7ab4efed010985c025b9ea7b5d8d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:19.675Z] ---> bcabc3c859c1 [2021-01-13T14:04:19.675Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T14:04:19.675Z] ---> Running in 6634dd6bdc5b [2021-01-13T14:04:19.675Z] Removing intermediate container 828c4668dbc0 [2021-01-13T14:04:19.675Z] ---> b4893c698b94 [2021-01-13T14:04:19.675Z] Step 20/21 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:19.883Z] + 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-13T14:04:19.949Z] ---> 9f3fa8446248 [2021-01-13T14:04:19.949Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-13T14:04:20.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T14:04:20.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T14:04:20.196Z] 46aee2e83f9f: Preparing [2021-01-13T14:04:20.196Z] cb3265495c46: Preparing [2021-01-13T14:04:20.196Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:20.196Z] cb3265495c46: Layer already exists [2021-01-13T14:04:20.196Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:20.196Z] 46aee2e83f9f: Layer already exists [2021-01-13T14:04:20.226Z] ---> Running in 2a197eff2a48 [2021-01-13T14:04:20.461Z] 2.0.0-dev.33: digest: sha256:b4f87e2d022a0ddf9c66adac5186ffc5779e7ab4efed010985c025b9ea7b5d8d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:20.525Z] Removing intermediate container 6634dd6bdc5b [2021-01-13T14:04:20.525Z] ---> cfc6c829e914 [2021-01-13T14:04:20.525Z] Step 21/22 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:20.773Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:21.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:21.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T14:04:21.080Z] 46aee2e83f9f: Preparing [2021-01-13T14:04:21.080Z] cb3265495c46: Preparing [2021-01-13T14:04:21.080Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:21.080Z] cb3265495c46: Layer already exists [2021-01-13T14:04:21.080Z] 46aee2e83f9f: Layer already exists [2021-01-13T14:04:21.080Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:21.080Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:b4f87e2d022a0ddf9c66adac5186ffc5779e7ab4efed010985c025b9ea7b5d8d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:21.137Z] ---> Running in 67fe79768a64 [2021-01-13T14:04:21.137Z] Removing intermediate container 2a197eff2a48 [2021-01-13T14:04:21.137Z] ---> 9f47c77d6cc5 [2021-01-13T14:04:21.137Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T14:04:21.385Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:21.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-13T14:04:21.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-13T14:04:21.685Z] 46aee2e83f9f: Preparing [2021-01-13T14:04:21.685Z] cb3265495c46: Preparing [2021-01-13T14:04:21.685Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:21.685Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:21.685Z] 46aee2e83f9f: Layer already exists [2021-01-13T14:04:21.685Z] cb3265495c46: Layer already exists [2021-01-13T14:04:21.741Z] ---> da48b14217b9 [2021-01-13T14:04:21.741Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T14:04:21.947Z] master: digest: sha256:b4f87e2d022a0ddf9c66adac5186ffc5779e7ab4efed010985c025b9ea7b5d8d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-13T14:04:22.018Z] ---> 6a046d603397 [2021-01-13T14:04:22.018Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:22.144Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:22.194Z] taggedImages: [2021-01-13T14:04:22.194Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:22.194Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.33 [2021-01-13T14:04:22.194Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:22.195Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-13T14:04:22.264Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-13T14:04:22.264Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:22.264Z] 2.0.0-dev.33 [2021-01-13T14:04:22.264Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:22.264Z] master [2021-01-13T14:04:22.264Z] ===================================================== [2021-01-13T14:04:22.298Z] ---> Running in 54f893a03142 [2021-01-13T14:04:22.298Z] Removing intermediate container 67fe79768a64 [2021-01-13T14:04:22.298Z] ---> 1011df258b71 [2021-01-13T14:04:22.298Z] Step 22/22 : LABEL version=2.0.0-dev.33 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:22.752Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:22.898Z] ---> Running in 5b715f900491 [2021-01-13T14:04:23.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:23.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T14:04:23.053Z] cefd02d7c591: Preparing [2021-01-13T14:04:23.053Z] 7c6ea74ee5d5: Preparing [2021-01-13T14:04:23.053Z] 6a39a42f90e8: Preparing [2021-01-13T14:04:23.053Z] f81178252d6a: Preparing [2021-01-13T14:04:23.053Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:23.053Z] 211a23424acc: Preparing [2021-01-13T14:04:23.053Z] 777b2c648970: Preparing [2021-01-13T14:04:23.053Z] 211a23424acc: Waiting [2021-01-13T14:04:23.053Z] 777b2c648970: Waiting [2021-01-13T14:04:23.053Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:23.174Z] ---> bd7f7c06b21a [2021-01-13T14:04:23.174Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T14:04:23.174Z] Removing intermediate container 54f893a03142 [2021-01-13T14:04:23.174Z] ---> 4a9020c6d0e8 [2021-01-13T14:04:23.174Z] [2021-01-13T14:04:23.453Z] Successfully built 4a9020c6d0e8 [2021-01-13T14:04:23.453Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T14:04:23.453Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-13T14:04:23.453Z] Removing intermediate container 5b715f900491 [2021-01-13T14:04:23.453Z] ---> a72fa4ca91e0 [2021-01-13T14:04:23.453Z] [2021-01-13T14:04:23.632Z] 6a39a42f90e8: Pushed [2021-01-13T14:04:23.632Z] 7c6ea74ee5d5: Pushed [2021-01-13T14:04:23.632Z] cefd02d7c591: Pushed [2021-01-13T14:04:23.632Z] 777b2c648970: Layer already exists [2021-01-13T14:04:23.632Z] 211a23424acc: Pushed [2021-01-13T14:04:24.055Z] Successfully built a72fa4ca91e0 [2021-01-13T14:04:24.055Z] ---> f53de1ea7255 [2021-01-13T14:04:24.055Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T14:04:24.055Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T14:04:24.205Z] f81178252d6a: Pushed [2021-01-13T14:04:24.332Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-13T14:04:24.466Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:1d7523ccde56bb4502707c5f770f117c4c548b5103c3831b4074257325567449 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:24.615Z] ---> Running in 4ca5c1b5c634 [2021-01-13T14:04:24.773Z] + 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-13T14:04:25.087Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T14:04:25.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T14:04:25.087Z] cefd02d7c591: Preparing [2021-01-13T14:04:25.087Z] 7c6ea74ee5d5: Preparing [2021-01-13T14:04:25.087Z] 6a39a42f90e8: Preparing [2021-01-13T14:04:25.087Z] f81178252d6a: Preparing [2021-01-13T14:04:25.087Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:25.087Z] 211a23424acc: Preparing [2021-01-13T14:04:25.087Z] 777b2c648970: Preparing [2021-01-13T14:04:25.087Z] 211a23424acc: Waiting [2021-01-13T14:04:25.087Z] 777b2c648970: Waiting [2021-01-13T14:04:25.087Z] 7c6ea74ee5d5: Layer already exists [2021-01-13T14:04:25.087Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:25.087Z] 6a39a42f90e8: Layer already exists [2021-01-13T14:04:25.087Z] f81178252d6a: Layer already exists [2021-01-13T14:04:25.087Z] cefd02d7c591: Layer already exists [2021-01-13T14:04:25.087Z] 211a23424acc: Layer already exists [2021-01-13T14:04:25.087Z] 777b2c648970: Layer already exists [2021-01-13T14:04:25.219Z] ---> dde9ebc74df2 [2021-01-13T14:04:25.219Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T14:04:25.368Z] 2.0.0-dev.33: digest: sha256:1d7523ccde56bb4502707c5f770f117c4c548b5103c3831b4074257325567449 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:25.700Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:25.820Z] Removing intermediate container 4ca5c1b5c634 [2021-01-13T14:04:25.820Z] ---> c7a94099aac8 [2021-01-13T14:04:25.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:25.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T14:04:25.998Z] cefd02d7c591: Preparing [2021-01-13T14:04:25.998Z] 7c6ea74ee5d5: Preparing [2021-01-13T14:04:25.998Z] 6a39a42f90e8: Preparing [2021-01-13T14:04:25.998Z] f81178252d6a: Preparing [2021-01-13T14:04:25.998Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:25.998Z] 211a23424acc: Preparing [2021-01-13T14:04:25.998Z] 777b2c648970: Preparing [2021-01-13T14:04:25.998Z] 211a23424acc: Waiting [2021-01-13T14:04:25.999Z] 777b2c648970: Waiting [2021-01-13T14:04:25.999Z] 6a39a42f90e8: Layer already exists [2021-01-13T14:04:25.999Z] cefd02d7c591: Layer already exists [2021-01-13T14:04:25.999Z] f81178252d6a: Layer already exists [2021-01-13T14:04:25.999Z] 7c6ea74ee5d5: Layer already exists [2021-01-13T14:04:25.999Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:25.999Z] 211a23424acc: Layer already exists [2021-01-13T14:04:25.999Z] 777b2c648970: Layer already exists [2021-01-13T14:04:26.095Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T14:04:26.260Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:1d7523ccde56bb4502707c5f770f117c4c548b5103c3831b4074257325567449 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:26.566Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:26.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-13T14:04:26.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-13T14:04:26.864Z] cefd02d7c591: Preparing [2021-01-13T14:04:26.864Z] 7c6ea74ee5d5: Preparing [2021-01-13T14:04:26.864Z] 6a39a42f90e8: Preparing [2021-01-13T14:04:26.864Z] f81178252d6a: Preparing [2021-01-13T14:04:26.864Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:26.864Z] 211a23424acc: Preparing [2021-01-13T14:04:26.864Z] 777b2c648970: Preparing [2021-01-13T14:04:26.864Z] 211a23424acc: Waiting [2021-01-13T14:04:26.864Z] 777b2c648970: Waiting [2021-01-13T14:04:26.864Z] f81178252d6a: Layer already exists [2021-01-13T14:04:26.864Z] cefd02d7c591: Layer already exists [2021-01-13T14:04:26.864Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:26.864Z] 7c6ea74ee5d5: Layer already exists [2021-01-13T14:04:26.864Z] 6a39a42f90e8: Layer already exists [2021-01-13T14:04:26.864Z] 211a23424acc: Layer already exists [2021-01-13T14:04:26.864Z] 777b2c648970: Layer already exists [2021-01-13T14:04:27.125Z] master: digest: sha256:1d7523ccde56bb4502707c5f770f117c4c548b5103c3831b4074257325567449 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:27.316Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:27.364Z] taggedImages: [2021-01-13T14:04:27.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:27.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.33 [2021-01-13T14:04:27.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:27.364Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-13T14:04:27.426Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-13T14:04:27.426Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:27.426Z] 2.0.0-dev.33 [2021-01-13T14:04:27.426Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:27.426Z] master [2021-01-13T14:04:27.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:27.917Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:28.088Z] ---> Running in cb1759f1fde5 [2021-01-13T14:04:28.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:28.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T14:04:28.220Z] 714182b39edc: Preparing [2021-01-13T14:04:28.220Z] 90b42eff1fa1: Preparing [2021-01-13T14:04:28.220Z] f9ecff580ac6: Preparing [2021-01-13T14:04:28.220Z] b008d9031cbd: Preparing [2021-01-13T14:04:28.220Z] 49e8906cfaac: Preparing [2021-01-13T14:04:28.220Z] 777b2c648970: Preparing [2021-01-13T14:04:28.220Z] 777b2c648970: Waiting [2021-01-13T14:04:28.365Z] ---> 026919a71a5e [2021-01-13T14:04:28.365Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T14:04:28.365Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T14:04:28.365Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T14:04:28.365Z] ---> eeaf43b92773 [2021-01-13T14:04:28.365Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T14:04:28.483Z] b008d9031cbd: Pushed [2021-01-13T14:04:28.483Z] f9ecff580ac6: Pushed [2021-01-13T14:04:28.483Z] 777b2c648970: Layer already exists [2021-01-13T14:04:28.642Z] ---> Running in af9434a61485 [2021-01-13T14:04:28.752Z] 49e8906cfaac: Pushed [2021-01-13T14:04:28.918Z] Removing intermediate container cb1759f1fde5 [2021-01-13T14:04:28.918Z] ---> 7956643c9ccb [2021-01-13T14:04:28.918Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T14:04:28.918Z] ---> Running in 32f68682b2ef [2021-01-13T14:04:29.206Z] ---> 4d1c9ff7cff6 [2021-01-13T14:04:29.206Z] 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-13T14:04:29.326Z] 714182b39edc: Pushed [2021-01-13T14:04:29.326Z] 90b42eff1fa1: Pushed [2021-01-13T14:04:29.490Z] ---> Running in 8858a921b10a [2021-01-13T14:04:29.588Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:90fdeaee15e665894562121b071a52e7a0298f1eb021a81b437c7d63f9d21106 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:29.765Z] Removing intermediate container 32f68682b2ef [2021-01-13T14:04:29.765Z] ---> 5e55db1e18dd [2021-01-13T14:04:29.765Z] Step 20/21 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:29.898Z] + 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-13T14:04:30.056Z] ---> Running in 7d17980cf295 [2021-01-13T14:04:30.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T14:04:30.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T14:04:30.211Z] 714182b39edc: Preparing [2021-01-13T14:04:30.211Z] 90b42eff1fa1: Preparing [2021-01-13T14:04:30.211Z] f9ecff580ac6: Preparing [2021-01-13T14:04:30.211Z] b008d9031cbd: Preparing [2021-01-13T14:04:30.211Z] 49e8906cfaac: Preparing [2021-01-13T14:04:30.211Z] 777b2c648970: Preparing [2021-01-13T14:04:30.211Z] 777b2c648970: Waiting [2021-01-13T14:04:30.211Z] 714182b39edc: Layer already exists [2021-01-13T14:04:30.211Z] 49e8906cfaac: Layer already exists [2021-01-13T14:04:30.211Z] f9ecff580ac6: Layer already exists [2021-01-13T14:04:30.211Z] b008d9031cbd: Layer already exists [2021-01-13T14:04:30.211Z] 90b42eff1fa1: Layer already exists [2021-01-13T14:04:30.211Z] 777b2c648970: Layer already exists [2021-01-13T14:04:30.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:30.473Z] 2.0.0-dev.33: digest: sha256:90fdeaee15e665894562121b071a52e7a0298f1eb021a81b437c7d63f9d21106 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:30.659Z] Removing intermediate container 7d17980cf295 [2021-01-13T14:04:30.660Z] ---> f77236d5c9d8 [2021-01-13T14:04:30.660Z] Step 21/21 : LABEL version=2.0.0-dev.33 [2021-01-13T14:04:30.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:30.773Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:30.935Z] ---> Running in 36300eb00bb2 [2021-01-13T14:04:31.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:31.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T14:04:31.073Z] 714182b39edc: Preparing [2021-01-13T14:04:31.073Z] 90b42eff1fa1: Preparing [2021-01-13T14:04:31.073Z] f9ecff580ac6: Preparing [2021-01-13T14:04:31.073Z] b008d9031cbd: Preparing [2021-01-13T14:04:31.073Z] 49e8906cfaac: Preparing [2021-01-13T14:04:31.073Z] 777b2c648970: Preparing [2021-01-13T14:04:31.073Z] 777b2c648970: Waiting [2021-01-13T14:04:31.073Z] 49e8906cfaac: Layer already exists [2021-01-13T14:04:31.073Z] 714182b39edc: Layer already exists [2021-01-13T14:04:31.073Z] f9ecff580ac6: Layer already exists [2021-01-13T14:04:31.073Z] 90b42eff1fa1: Layer already exists [2021-01-13T14:04:31.073Z] b008d9031cbd: Layer already exists [2021-01-13T14:04:31.073Z] 777b2c648970: Layer already exists [2021-01-13T14:04:31.334Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:90fdeaee15e665894562121b071a52e7a0298f1eb021a81b437c7d63f9d21106 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:31.557Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T14:04:31.557Z] Removing intermediate container 36300eb00bb2 [2021-01-13T14:04:31.557Z] ---> feacd150e23f [2021-01-13T14:04:31.557Z] [2021-01-13T14:04:31.557Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T14:04:31.557Z] Executing bash-5.0.17-r0.post-install [2021-01-13T14:04:31.557Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:04:31.557Z] OK: 12 MiB in 22 packages [2021-01-13T14:04:31.638Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:31.837Z] Successfully built feacd150e23f [2021-01-13T14:04:31.837Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T14:04:31.837Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-13T14:04:31.936Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-13T14:04:31.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-13T14:04:31.936Z] 714182b39edc: Preparing [2021-01-13T14:04:31.936Z] 90b42eff1fa1: Preparing [2021-01-13T14:04:31.936Z] f9ecff580ac6: Preparing [2021-01-13T14:04:31.936Z] b008d9031cbd: Preparing [2021-01-13T14:04:31.936Z] 49e8906cfaac: Preparing [2021-01-13T14:04:31.936Z] 777b2c648970: Preparing [2021-01-13T14:04:31.936Z] 777b2c648970: Waiting [2021-01-13T14:04:31.936Z] 90b42eff1fa1: Layer already exists [2021-01-13T14:04:31.936Z] 49e8906cfaac: Layer already exists [2021-01-13T14:04:31.936Z] 714182b39edc: Layer already exists [2021-01-13T14:04:31.936Z] f9ecff580ac6: Layer already exists [2021-01-13T14:04:31.936Z] b008d9031cbd: Layer already exists [2021-01-13T14:04:31.936Z] 777b2c648970: Layer already exists [2021-01-13T14:04:32.196Z] master: digest: sha256:90fdeaee15e665894562121b071a52e7a0298f1eb021a81b437c7d63f9d21106 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:32.382Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:32.430Z] taggedImages: [2021-01-13T14:04:32.430Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:32.430Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.33 [2021-01-13T14:04:32.430Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:32.430Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-13T14:04:32.438Z] Removing intermediate container 8858a921b10a [2021-01-13T14:04:32.438Z] ---> 5f75df7500cb [2021-01-13T14:04:32.438Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [Pipeline] echo [2021-01-13T14:04:32.498Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-13T14:04:32.498Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:32.498Z] 2.0.0-dev.33 [2021-01-13T14:04:32.499Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:32.499Z] master [2021-01-13T14:04:32.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:32.720Z] ---> Running in c1f0a94a199d [2021-01-13T14:04:32.973Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:32.998Z] Removing intermediate container af9434a61485 [2021-01-13T14:04:32.998Z] ---> 751301a4a38a [2021-01-13T14:04:32.998Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T14:04:32.998Z] ---> Running in a3382befdf6b [2021-01-13T14:04:33.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:33.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T14:04:33.274Z] 86d05fa1145b: Preparing [2021-01-13T14:04:33.274Z] 248849c5a18a: Preparing [2021-01-13T14:04:33.274Z] 7cc4b6e664b3: Preparing [2021-01-13T14:04:33.274Z] 51f0e1379bb1: Preparing [2021-01-13T14:04:33.274Z] 30ced86cd7af: Preparing [2021-01-13T14:04:33.274Z] 4027b16fd52a: Preparing [2021-01-13T14:04:33.274Z] 7207e9631246: Preparing [2021-01-13T14:04:33.274Z] 667275ffc294: Preparing [2021-01-13T14:04:33.274Z] 777b2c648970: Preparing [2021-01-13T14:04:33.274Z] 4027b16fd52a: Waiting [2021-01-13T14:04:33.274Z] 7207e9631246: Waiting [2021-01-13T14:04:33.274Z] 667275ffc294: Waiting [2021-01-13T14:04:33.274Z] 777b2c648970: Waiting [2021-01-13T14:04:33.276Z] Removing intermediate container c1f0a94a199d [2021-01-13T14:04:33.276Z] ---> 0ca08a574322 [2021-01-13T14:04:33.276Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T14:04:33.538Z] 30ced86cd7af: Pushed [2021-01-13T14:04:33.538Z] 86d05fa1145b: Pushed [2021-01-13T14:04:33.538Z] 248849c5a18a: Pushed [2021-01-13T14:04:33.554Z] ---> Running in 84b837fac415 [2021-01-13T14:04:33.799Z] 4027b16fd52a: Pushed [2021-01-13T14:04:33.799Z] 777b2c648970: Layer already exists [2021-01-13T14:04:33.836Z] Removing intermediate container a3382befdf6b [2021-01-13T14:04:33.836Z] ---> 4ebf9d627fa1 [2021-01-13T14:04:33.836Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T14:04:34.062Z] 7207e9631246: Pushed [2021-01-13T14:04:34.062Z] 667275ffc294: Pushed [2021-01-13T14:04:34.323Z] 51f0e1379bb1: Pushed [2021-01-13T14:04:34.323Z] 7cc4b6e664b3: Pushed [2021-01-13T14:04:34.439Z] ---> Running in b7c86056cc59 [2021-01-13T14:04:34.586Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:bab5aa0f05db12ba1f4a4f40ec7650e1531e22945551fcb3823f0068a565dd96 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:34.716Z] Removing intermediate container 84b837fac415 [2021-01-13T14:04:34.716Z] ---> 6f619b5d4bcd [2021-01-13T14:04:34.716Z] Step 23/24 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:34.893Z] + 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-13T14:04:35.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T14:04:35.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T14:04:35.192Z] 86d05fa1145b: Preparing [2021-01-13T14:04:35.192Z] 248849c5a18a: Preparing [2021-01-13T14:04:35.192Z] 7cc4b6e664b3: Preparing [2021-01-13T14:04:35.192Z] 51f0e1379bb1: Preparing [2021-01-13T14:04:35.192Z] 30ced86cd7af: Preparing [2021-01-13T14:04:35.192Z] 4027b16fd52a: Preparing [2021-01-13T14:04:35.192Z] 7207e9631246: Preparing [2021-01-13T14:04:35.192Z] 667275ffc294: Preparing [2021-01-13T14:04:35.192Z] 777b2c648970: Preparing [2021-01-13T14:04:35.192Z] 4027b16fd52a: Waiting [2021-01-13T14:04:35.192Z] 7207e9631246: Waiting [2021-01-13T14:04:35.192Z] 667275ffc294: Waiting [2021-01-13T14:04:35.192Z] 777b2c648970: Waiting [2021-01-13T14:04:35.192Z] 248849c5a18a: Layer already exists [2021-01-13T14:04:35.192Z] 30ced86cd7af: Layer already exists [2021-01-13T14:04:35.192Z] 51f0e1379bb1: Layer already exists [2021-01-13T14:04:35.192Z] 86d05fa1145b: Layer already exists [2021-01-13T14:04:35.192Z] 7cc4b6e664b3: Layer already exists [2021-01-13T14:04:35.192Z] 7207e9631246: Layer already exists [2021-01-13T14:04:35.192Z] 4027b16fd52a: Layer already exists [2021-01-13T14:04:35.192Z] 777b2c648970: Layer already exists [2021-01-13T14:04:35.192Z] 667275ffc294: Layer already exists [2021-01-13T14:04:35.318Z] ---> Running in 1621c9dbddc5 [2021-01-13T14:04:35.453Z] 2.0.0-dev.33: digest: sha256:bab5aa0f05db12ba1f4a4f40ec7650e1531e22945551fcb3823f0068a565dd96 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:35.594Z] Removing intermediate container b7c86056cc59 [2021-01-13T14:04:35.594Z] ---> 1392e1bd3626 [2021-01-13T14:04:35.594Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T14:04:35.753Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:36.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:36.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T14:04:36.050Z] 86d05fa1145b: Preparing [2021-01-13T14:04:36.050Z] 248849c5a18a: Preparing [2021-01-13T14:04:36.050Z] 7cc4b6e664b3: Preparing [2021-01-13T14:04:36.050Z] 51f0e1379bb1: Preparing [2021-01-13T14:04:36.050Z] 30ced86cd7af: Preparing [2021-01-13T14:04:36.050Z] 4027b16fd52a: Preparing [2021-01-13T14:04:36.050Z] 7207e9631246: Preparing [2021-01-13T14:04:36.050Z] 667275ffc294: Preparing [2021-01-13T14:04:36.050Z] 777b2c648970: Preparing [2021-01-13T14:04:36.050Z] 4027b16fd52a: Waiting [2021-01-13T14:04:36.050Z] 7207e9631246: Waiting [2021-01-13T14:04:36.050Z] 667275ffc294: Waiting [2021-01-13T14:04:36.050Z] 777b2c648970: Waiting [2021-01-13T14:04:36.050Z] 30ced86cd7af: Layer already exists [2021-01-13T14:04:36.050Z] 7cc4b6e664b3: Layer already exists [2021-01-13T14:04:36.050Z] 248849c5a18a: Layer already exists [2021-01-13T14:04:36.050Z] 86d05fa1145b: Layer already exists [2021-01-13T14:04:36.050Z] 51f0e1379bb1: Layer already exists [2021-01-13T14:04:36.050Z] 7207e9631246: Layer already exists [2021-01-13T14:04:36.050Z] 4027b16fd52a: Layer already exists [2021-01-13T14:04:36.050Z] 667275ffc294: Layer already exists [2021-01-13T14:04:36.050Z] 777b2c648970: Layer already exists [2021-01-13T14:04:36.193Z] ---> Running in 6a277b5bbfed [2021-01-13T14:04:36.193Z] Removing intermediate container 1621c9dbddc5 [2021-01-13T14:04:36.193Z] ---> e11eb7d0c8c4 [2021-01-13T14:04:36.193Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T14:04:36.312Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:bab5aa0f05db12ba1f4a4f40ec7650e1531e22945551fcb3823f0068a565dd96 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:36.467Z] ---> Running in a58e94cdd2de [2021-01-13T14:04:36.615Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:36.740Z] Removing intermediate container 6a277b5bbfed [2021-01-13T14:04:36.740Z] ---> ef61c160af34 [2021-01-13T14:04:36.740Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T14:04:36.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-13T14:04:36.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-13T14:04:36.925Z] 86d05fa1145b: Preparing [2021-01-13T14:04:36.925Z] 248849c5a18a: Preparing [2021-01-13T14:04:36.925Z] 7cc4b6e664b3: Preparing [2021-01-13T14:04:36.925Z] 51f0e1379bb1: Preparing [2021-01-13T14:04:36.925Z] 30ced86cd7af: Preparing [2021-01-13T14:04:36.925Z] 4027b16fd52a: Preparing [2021-01-13T14:04:36.925Z] 7207e9631246: Preparing [2021-01-13T14:04:36.925Z] 667275ffc294: Preparing [2021-01-13T14:04:36.925Z] 777b2c648970: Preparing [2021-01-13T14:04:36.925Z] 4027b16fd52a: Waiting [2021-01-13T14:04:36.925Z] 7207e9631246: Waiting [2021-01-13T14:04:36.925Z] 667275ffc294: Waiting [2021-01-13T14:04:36.925Z] 777b2c648970: Waiting [2021-01-13T14:04:36.925Z] 86d05fa1145b: Layer already exists [2021-01-13T14:04:36.925Z] 7cc4b6e664b3: Layer already exists [2021-01-13T14:04:36.925Z] 51f0e1379bb1: Layer already exists [2021-01-13T14:04:36.925Z] 30ced86cd7af: Layer already exists [2021-01-13T14:04:36.925Z] 248849c5a18a: Layer already exists [2021-01-13T14:04:36.925Z] 7207e9631246: Layer already exists [2021-01-13T14:04:36.925Z] 4027b16fd52a: Layer already exists [2021-01-13T14:04:36.925Z] 777b2c648970: Layer already exists [2021-01-13T14:04:36.925Z] 667275ffc294: Layer already exists [2021-01-13T14:04:37.187Z] master: digest: sha256:bab5aa0f05db12ba1f4a4f40ec7650e1531e22945551fcb3823f0068a565dd96 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-13T14:04:37.345Z] Removing intermediate container a58e94cdd2de [2021-01-13T14:04:37.345Z] ---> 2624eb8f4002 [2021-01-13T14:04:37.345Z] [Pipeline] echo [2021-01-13T14:04:37.379Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:37.426Z] taggedImages: [2021-01-13T14:04:37.426Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:37.426Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.33 [2021-01-13T14:04:37.426Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:37.426Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-13T14:04:37.488Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-13T14:04:37.488Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:37.488Z] 2.0.0-dev.33 [2021-01-13T14:04:37.488Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:37.488Z] master [2021-01-13T14:04:37.488Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:37.951Z] Successfully built 2624eb8f4002 [2021-01-13T14:04:37.952Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T14:04:37.952Z] Building docker-security-bootstrap-redis-go [2021-01-13T14:04:37.983Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:38.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:38.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T14:04:38.279Z] 2673dba233de: Preparing [2021-01-13T14:04:38.279Z] ad5a1e5ddee5: Preparing [2021-01-13T14:04:38.279Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:38.279Z] 049bdfbd6454: Preparing [2021-01-13T14:04:38.279Z] 2be2e7ecc431: Preparing [2021-01-13T14:04:38.279Z] 715f659ae215: Preparing [2021-01-13T14:04:38.279Z] 715f659ae215: Waiting [2021-01-13T14:04:38.279Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:38.540Z] 2673dba233de: Pushed [2021-01-13T14:04:38.540Z] 049bdfbd6454: Pushed [2021-01-13T14:04:38.540Z] 715f659ae215: Pushed [2021-01-13T14:04:38.801Z] 2be2e7ecc431: Pushed [2021-01-13T14:04:38.928Z]  Building docker-security-secretstore-setup-go ... done  ---> e51edc7eade0 [2021-01-13T14:04:38.929Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T14:04:39.375Z] ad5a1e5ddee5: Pushed [2021-01-13T14:04:39.925Z] ---> a0c0e421c245 [2021-01-13T14:04:39.925Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T14:04:39.948Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:b627ea184845b498a9b2147ada6e248730b73472d985ea9bd3178b8877bc3583 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:40.251Z] + 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-13T14:04:40.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T14:04:40.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T14:04:40.548Z] 2673dba233de: Preparing [2021-01-13T14:04:40.548Z] ad5a1e5ddee5: Preparing [2021-01-13T14:04:40.548Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:40.548Z] 049bdfbd6454: Preparing [2021-01-13T14:04:40.548Z] 2be2e7ecc431: Preparing [2021-01-13T14:04:40.548Z] 715f659ae215: Preparing [2021-01-13T14:04:40.548Z] 715f659ae215: Waiting [2021-01-13T14:04:40.548Z] ad5a1e5ddee5: Layer already exists [2021-01-13T14:04:40.548Z] 049bdfbd6454: Layer already exists [2021-01-13T14:04:40.548Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:40.548Z] 2673dba233de: Layer already exists [2021-01-13T14:04:40.548Z] 2be2e7ecc431: Layer already exists [2021-01-13T14:04:40.548Z] 715f659ae215: Layer already exists [2021-01-13T14:04:40.810Z] 2.0.0-dev.33: digest: sha256:b627ea184845b498a9b2147ada6e248730b73472d985ea9bd3178b8877bc3583 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:41.116Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:41.414Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:41.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T14:04:41.414Z] 2673dba233de: Preparing [2021-01-13T14:04:41.414Z] ad5a1e5ddee5: Preparing [2021-01-13T14:04:41.414Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:41.414Z] 049bdfbd6454: Preparing [2021-01-13T14:04:41.414Z] 2be2e7ecc431: Preparing [2021-01-13T14:04:41.414Z] 715f659ae215: Preparing [2021-01-13T14:04:41.414Z] 715f659ae215: Waiting [2021-01-13T14:04:41.414Z] 2673dba233de: Layer already exists [2021-01-13T14:04:41.414Z] ad5a1e5ddee5: Layer already exists [2021-01-13T14:04:41.414Z] 2be2e7ecc431: Layer already exists [2021-01-13T14:04:41.414Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:41.414Z] 049bdfbd6454: Layer already exists [2021-01-13T14:04:41.414Z] 715f659ae215: Layer already exists [2021-01-13T14:04:41.414Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:b627ea184845b498a9b2147ada6e248730b73472d985ea9bd3178b8877bc3583 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:41.719Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:41.922Z] ---> d26d613e7bfc [2021-01-13T14:04:41.922Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T14:04:41.922Z] ---> Running in d8275d004e02 [2021-01-13T14:04:42.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-13T14:04:42.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-13T14:04:42.016Z] 2673dba233de: Preparing [2021-01-13T14:04:42.016Z] ad5a1e5ddee5: Preparing [2021-01-13T14:04:42.016Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:42.016Z] 049bdfbd6454: Preparing [2021-01-13T14:04:42.016Z] 2be2e7ecc431: Preparing [2021-01-13T14:04:42.016Z] 715f659ae215: Preparing [2021-01-13T14:04:42.016Z] 715f659ae215: Waiting [2021-01-13T14:04:42.016Z] 2673dba233de: Layer already exists [2021-01-13T14:04:42.016Z] ad5a1e5ddee5: Layer already exists [2021-01-13T14:04:42.016Z] 2be2e7ecc431: Layer already exists [2021-01-13T14:04:42.016Z] 049bdfbd6454: Layer already exists [2021-01-13T14:04:42.016Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:42.016Z] 715f659ae215: Layer already exists [2021-01-13T14:04:42.016Z] master: digest: sha256:b627ea184845b498a9b2147ada6e248730b73472d985ea9bd3178b8877bc3583 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:42.475Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:42.534Z] taggedImages: [2021-01-13T14:04:42.534Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:42.534Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.33 [2021-01-13T14:04:42.534Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:42.534Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-13T14:04:42.607Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-13T14:04:42.607Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:42.607Z] 2.0.0-dev.33 [2021-01-13T14:04:42.607Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:42.607Z] master [2021-01-13T14:04:42.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:42.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:43.073Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:43.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:43.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:43.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T14:04:43.439Z] 681cba8778d9: Preparing [2021-01-13T14:04:43.439Z] ccad83c5897a: Preparing [2021-01-13T14:04:43.439Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:43.439Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:43.749Z] 681cba8778d9: Pushed [2021-01-13T14:04:43.787Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T14:04:43.787Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T14:04:43.787Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T14:04:43.787Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T14:04:43.787Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T14:04:43.787Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T14:04:44.060Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T14:04:44.692Z] ccad83c5897a: Pushed [2021-01-13T14:04:44.953Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:7bd56c1826723531fb5fffcc8f1bbdc4a8033b980c5d977c70e8bd56d66f0af3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:45.421Z] + 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-13T14:04:45.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T14:04:45.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T14:04:45.717Z] 681cba8778d9: Preparing [2021-01-13T14:04:45.717Z] ccad83c5897a: Preparing [2021-01-13T14:04:45.717Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:45.717Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:45.717Z] ccad83c5897a: Layer already exists [2021-01-13T14:04:45.717Z] 681cba8778d9: Layer already exists [2021-01-13T14:04:45.717Z] 2.0.0-dev.33: digest: sha256:7bd56c1826723531fb5fffcc8f1bbdc4a8033b980c5d977c70e8bd56d66f0af3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:46.025Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:46.039Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T14:04:46.039Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T14:04:46.039Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T14:04:46.039Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T14:04:46.039Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T14:04:46.039Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T14:04:46.039Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T14:04:46.315Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T14:04:46.315Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T14:04:46.315Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T14:04:46.315Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T14:04:46.315Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T14:04:46.315Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T14:04:46.315Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T14:04:46.315Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T14:04:46.315Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T14:04:46.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:46.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T14:04:46.329Z] 681cba8778d9: Preparing [2021-01-13T14:04:46.329Z] ccad83c5897a: Preparing [2021-01-13T14:04:46.329Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:46.329Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:46.329Z] 681cba8778d9: Layer already exists [2021-01-13T14:04:46.329Z] ccad83c5897a: Layer already exists [2021-01-13T14:04:46.329Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:7bd56c1826723531fb5fffcc8f1bbdc4a8033b980c5d977c70e8bd56d66f0af3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:46.590Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T14:04:46.590Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T14:04:46.590Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T14:04:46.590Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T14:04:46.590Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T14:04:46.590Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T14:04:46.590Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T14:04:46.590Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T14:04:46.590Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T14:04:46.590Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T14:04:46.632Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:46.867Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:04:46.867Z] OK: 71 MiB in 55 packages [2021-01-13T14:04:46.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-13T14:04:46.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-13T14:04:46.925Z] 681cba8778d9: Preparing [2021-01-13T14:04:46.925Z] ccad83c5897a: Preparing [2021-01-13T14:04:46.925Z] 6e4f8e6b5929: Preparing [2021-01-13T14:04:46.925Z] ccad83c5897a: Layer already exists [2021-01-13T14:04:46.925Z] 681cba8778d9: Layer already exists [2021-01-13T14:04:46.925Z] 6e4f8e6b5929: Layer already exists [2021-01-13T14:04:46.925Z] master: digest: sha256:7bd56c1826723531fb5fffcc8f1bbdc4a8033b980c5d977c70e8bd56d66f0af3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:47.124Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:47.168Z] taggedImages: [2021-01-13T14:04:47.168Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:47.168Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.33 [2021-01-13T14:04:47.168Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:47.168Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-13T14:04:47.231Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-13T14:04:47.232Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:47.232Z] 2.0.0-dev.33 [2021-01-13T14:04:47.232Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:47.232Z] master [2021-01-13T14:04:47.232Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:47.698Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:48.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:48.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T14:04:48.002Z] 89c1fba57aac: Preparing [2021-01-13T14:04:48.002Z] d2ed4bc8e0a9: Preparing [2021-01-13T14:04:48.002Z] d39d438fbd87: Preparing [2021-01-13T14:04:48.002Z] a78c91d58b27: Preparing [2021-01-13T14:04:48.002Z] f2e0847e61fd: Preparing [2021-01-13T14:04:48.002Z] d7fb2edf3b0a: Preparing [2021-01-13T14:04:48.002Z] 8fb9295cb30a: Preparing [2021-01-13T14:04:48.002Z] 0754057c0ad3: Preparing [2021-01-13T14:04:48.002Z] 998cdf262ab1: Preparing [2021-01-13T14:04:48.002Z] 02e56110abd2: Preparing [2021-01-13T14:04:48.002Z] abc36efb885a: Preparing [2021-01-13T14:04:48.002Z] b0b09059f4e1: Preparing [2021-01-13T14:04:48.002Z] bb961f40224b: Preparing [2021-01-13T14:04:48.002Z] f4666769fca7: Preparing [2021-01-13T14:04:48.002Z] d7fb2edf3b0a: Waiting [2021-01-13T14:04:48.002Z] 8fb9295cb30a: Waiting [2021-01-13T14:04:48.002Z] b0b09059f4e1: Waiting [2021-01-13T14:04:48.002Z] bb961f40224b: Waiting [2021-01-13T14:04:48.002Z] f4666769fca7: Waiting [2021-01-13T14:04:48.002Z] 0754057c0ad3: Waiting [2021-01-13T14:04:48.002Z] 998cdf262ab1: Waiting [2021-01-13T14:04:48.002Z] 02e56110abd2: Waiting [2021-01-13T14:04:48.002Z] abc36efb885a: Waiting [2021-01-13T14:04:48.267Z] f2e0847e61fd: Pushed [2021-01-13T14:04:48.267Z] 89c1fba57aac: Pushed [2021-01-13T14:04:48.532Z] a78c91d58b27: Pushed [2021-01-13T14:04:48.532Z] 0754057c0ad3: Layer already exists [2021-01-13T14:04:48.532Z] 998cdf262ab1: Layer already exists [2021-01-13T14:04:48.795Z] 02e56110abd2: Layer already exists [2021-01-13T14:04:48.795Z] abc36efb885a: Layer already exists [2021-01-13T14:04:48.795Z] b0b09059f4e1: Layer already exists [2021-01-13T14:04:48.795Z] 8fb9295cb30a: Pushed [2021-01-13T14:04:48.795Z] bb961f40224b: Layer already exists [2021-01-13T14:04:48.795Z] d2ed4bc8e0a9: Pushed [2021-01-13T14:04:48.795Z] f4666769fca7: Layer already exists [2021-01-13T14:04:49.515Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:04:49.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:04:49.515Z] ---> 4de7961d61ca [2021-01-13T14:04:49.515Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T14:04:49.515Z] ---> Using cache [2021-01-13T14:04:49.515Z] ---> 169fa5c26505 [2021-01-13T14:04:49.515Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:04:49.515Z] ---> Using cache [2021-01-13T14:04:49.515Z] ---> 67fb8092a3eb [2021-01-13T14:04:49.515Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T14:04:49.515Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:04:49.516Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:04:49.516Z] ---> 4de7961d61ca [2021-01-13T14:04:49.516Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T14:04:49.516Z] ---> Using cache [2021-01-13T14:04:49.516Z] ---> 169fa5c26505 [2021-01-13T14:04:49.516Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:04:49.516Z] ---> Using cache [2021-01-13T14:04:49.516Z] ---> 67fb8092a3eb [2021-01-13T14:04:49.516Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T14:04:49.741Z] d7fb2edf3b0a: Pushed [2021-01-13T14:04:53.837Z] ---> Running in e57d9008d2f2 [2021-01-13T14:04:53.837Z] ---> Running in 59e73364d799 [2021-01-13T14:04:55.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:55.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:55.866Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:04:55.866Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:04:55.866Z] ---> 4de7961d61ca [2021-01-13T14:04:55.866Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T14:04:55.866Z] ---> Using cache [2021-01-13T14:04:55.866Z] ---> 169fa5c26505 [2021-01-13T14:04:55.866Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:04:55.866Z] ---> Using cache [2021-01-13T14:04:55.866Z] ---> 67fb8092a3eb [2021-01-13T14:04:55.866Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T14:04:56.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:56.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:04:56.347Z] d39d438fbd87: Pushed [2021-01-13T14:04:56.347Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:1c3daf6eb61c5809941f7c34c9f4aebb02b3a75c0fe1e5ec46f47d2d508664b1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:56.662Z] + 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-13T14:04:56.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T14:04:56.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T14:04:56.996Z] 89c1fba57aac: Preparing [2021-01-13T14:04:56.996Z] d2ed4bc8e0a9: Preparing [2021-01-13T14:04:56.996Z] d39d438fbd87: Preparing [2021-01-13T14:04:56.996Z] a78c91d58b27: Preparing [2021-01-13T14:04:56.996Z] f2e0847e61fd: Preparing [2021-01-13T14:04:56.996Z] d7fb2edf3b0a: Preparing [2021-01-13T14:04:56.996Z] 8fb9295cb30a: Preparing [2021-01-13T14:04:56.996Z] 0754057c0ad3: Preparing [2021-01-13T14:04:56.996Z] 998cdf262ab1: Preparing [2021-01-13T14:04:56.996Z] 02e56110abd2: Preparing [2021-01-13T14:04:56.996Z] abc36efb885a: Preparing [2021-01-13T14:04:56.996Z] b0b09059f4e1: Preparing [2021-01-13T14:04:56.996Z] bb961f40224b: Preparing [2021-01-13T14:04:56.996Z] f4666769fca7: Preparing [2021-01-13T14:04:56.996Z] d7fb2edf3b0a: Waiting [2021-01-13T14:04:56.996Z] 8fb9295cb30a: Waiting [2021-01-13T14:04:56.996Z] 0754057c0ad3: Waiting [2021-01-13T14:04:56.996Z] 998cdf262ab1: Waiting [2021-01-13T14:04:56.996Z] 02e56110abd2: Waiting [2021-01-13T14:04:56.996Z] abc36efb885a: Waiting [2021-01-13T14:04:56.996Z] f4666769fca7: Waiting [2021-01-13T14:04:56.996Z] b0b09059f4e1: Waiting [2021-01-13T14:04:56.996Z] bb961f40224b: Waiting [2021-01-13T14:04:56.996Z] 89c1fba57aac: Layer already exists [2021-01-13T14:04:56.996Z] f2e0847e61fd: Layer already exists [2021-01-13T14:04:56.996Z] a78c91d58b27: Layer already exists [2021-01-13T14:04:56.996Z] d39d438fbd87: Layer already exists [2021-01-13T14:04:56.996Z] d2ed4bc8e0a9: Layer already exists [2021-01-13T14:04:56.996Z] d7fb2edf3b0a: Layer already exists [2021-01-13T14:04:56.996Z] 8fb9295cb30a: Layer already exists [2021-01-13T14:04:56.996Z] 998cdf262ab1: Layer already exists [2021-01-13T14:04:56.996Z] 0754057c0ad3: Layer already exists [2021-01-13T14:04:56.996Z] abc36efb885a: Layer already exists [2021-01-13T14:04:56.996Z] 02e56110abd2: Layer already exists [2021-01-13T14:04:56.996Z] b0b09059f4e1: Layer already exists [2021-01-13T14:04:56.996Z] bb961f40224b: Layer already exists [2021-01-13T14:04:56.996Z] f4666769fca7: Layer already exists [2021-01-13T14:04:57.148Z] OK: 217 MiB in 51 packages [2021-01-13T14:04:57.148Z] OK: 217 MiB in 51 packages [2021-01-13T14:04:57.258Z] 2.0.0-dev.33: digest: sha256:1c3daf6eb61c5809941f7c34c9f4aebb02b3a75c0fe1e5ec46f47d2d508664b1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:57.427Z] ---> Running in 10f2ddad493f [2021-01-13T14:04:57.563Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:57.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:57.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T14:04:57.864Z] 89c1fba57aac: Preparing [2021-01-13T14:04:57.864Z] d2ed4bc8e0a9: Preparing [2021-01-13T14:04:57.864Z] d39d438fbd87: Preparing [2021-01-13T14:04:57.864Z] a78c91d58b27: Preparing [2021-01-13T14:04:57.864Z] f2e0847e61fd: Preparing [2021-01-13T14:04:57.864Z] d7fb2edf3b0a: Preparing [2021-01-13T14:04:57.864Z] 8fb9295cb30a: Preparing [2021-01-13T14:04:57.864Z] 0754057c0ad3: Preparing [2021-01-13T14:04:57.864Z] 998cdf262ab1: Preparing [2021-01-13T14:04:57.864Z] 02e56110abd2: Preparing [2021-01-13T14:04:57.864Z] abc36efb885a: Preparing [2021-01-13T14:04:57.864Z] b0b09059f4e1: Preparing [2021-01-13T14:04:57.864Z] bb961f40224b: Preparing [2021-01-13T14:04:57.864Z] f4666769fca7: Preparing [2021-01-13T14:04:57.864Z] d7fb2edf3b0a: Waiting [2021-01-13T14:04:57.864Z] 8fb9295cb30a: Waiting [2021-01-13T14:04:57.864Z] 0754057c0ad3: Waiting [2021-01-13T14:04:57.864Z] 998cdf262ab1: Waiting [2021-01-13T14:04:57.864Z] 02e56110abd2: Waiting [2021-01-13T14:04:57.864Z] abc36efb885a: Waiting [2021-01-13T14:04:57.864Z] b0b09059f4e1: Waiting [2021-01-13T14:04:57.864Z] bb961f40224b: Waiting [2021-01-13T14:04:57.864Z] f4666769fca7: Waiting [2021-01-13T14:04:57.864Z] f2e0847e61fd: Layer already exists [2021-01-13T14:04:57.864Z] 89c1fba57aac: Layer already exists [2021-01-13T14:04:57.864Z] a78c91d58b27: Layer already exists [2021-01-13T14:04:57.864Z] d39d438fbd87: Layer already exists [2021-01-13T14:04:57.864Z] d2ed4bc8e0a9: Layer already exists [2021-01-13T14:04:57.864Z] d7fb2edf3b0a: Layer already exists [2021-01-13T14:04:57.864Z] 8fb9295cb30a: Layer already exists [2021-01-13T14:04:57.864Z] 0754057c0ad3: Layer already exists [2021-01-13T14:04:57.864Z] 998cdf262ab1: Layer already exists [2021-01-13T14:04:57.864Z] 02e56110abd2: Layer already exists [2021-01-13T14:04:57.864Z] b0b09059f4e1: Layer already exists [2021-01-13T14:04:57.864Z] abc36efb885a: Layer already exists [2021-01-13T14:04:57.864Z] bb961f40224b: Layer already exists [2021-01-13T14:04:57.864Z] f4666769fca7: Layer already exists [2021-01-13T14:04:58.148Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:1c3daf6eb61c5809941f7c34c9f4aebb02b3a75c0fe1e5ec46f47d2d508664b1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:58.479Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:04:58.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-13T14:04:58.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-13T14:04:58.779Z] 89c1fba57aac: Preparing [2021-01-13T14:04:58.779Z] d2ed4bc8e0a9: Preparing [2021-01-13T14:04:58.779Z] d39d438fbd87: Preparing [2021-01-13T14:04:58.779Z] a78c91d58b27: Preparing [2021-01-13T14:04:58.779Z] f2e0847e61fd: Preparing [2021-01-13T14:04:58.779Z] d7fb2edf3b0a: Preparing [2021-01-13T14:04:58.779Z] 8fb9295cb30a: Preparing [2021-01-13T14:04:58.779Z] 0754057c0ad3: Preparing [2021-01-13T14:04:58.779Z] 998cdf262ab1: Preparing [2021-01-13T14:04:58.779Z] 02e56110abd2: Preparing [2021-01-13T14:04:58.779Z] abc36efb885a: Preparing [2021-01-13T14:04:58.779Z] b0b09059f4e1: Preparing [2021-01-13T14:04:58.779Z] bb961f40224b: Preparing [2021-01-13T14:04:58.779Z] f4666769fca7: Preparing [2021-01-13T14:04:58.779Z] 998cdf262ab1: Waiting [2021-01-13T14:04:58.779Z] 02e56110abd2: Waiting [2021-01-13T14:04:58.779Z] abc36efb885a: Waiting [2021-01-13T14:04:58.779Z] b0b09059f4e1: Waiting [2021-01-13T14:04:58.779Z] bb961f40224b: Waiting [2021-01-13T14:04:58.779Z] f4666769fca7: Waiting [2021-01-13T14:04:58.779Z] d7fb2edf3b0a: Waiting [2021-01-13T14:04:58.779Z] 8fb9295cb30a: Waiting [2021-01-13T14:04:58.779Z] 0754057c0ad3: Waiting [2021-01-13T14:04:58.779Z] a78c91d58b27: Layer already exists [2021-01-13T14:04:58.779Z] f2e0847e61fd: Layer already exists [2021-01-13T14:04:58.779Z] d39d438fbd87: Layer already exists [2021-01-13T14:04:58.779Z] 89c1fba57aac: Layer already exists [2021-01-13T14:04:58.779Z] d2ed4bc8e0a9: Layer already exists [2021-01-13T14:04:58.779Z] 0754057c0ad3: Layer already exists [2021-01-13T14:04:58.779Z] 8fb9295cb30a: Layer already exists [2021-01-13T14:04:58.779Z] d7fb2edf3b0a: Layer already exists [2021-01-13T14:04:58.779Z] 998cdf262ab1: Layer already exists [2021-01-13T14:04:58.779Z] 02e56110abd2: Layer already exists [2021-01-13T14:04:58.779Z] abc36efb885a: Layer already exists [2021-01-13T14:04:58.779Z] b0b09059f4e1: Layer already exists [2021-01-13T14:04:58.779Z] bb961f40224b: Layer already exists [2021-01-13T14:04:58.779Z] f4666769fca7: Layer already exists [2021-01-13T14:04:58.890Z] Removing intermediate container e57d9008d2f2 [2021-01-13T14:04:58.890Z] ---> 07da2631dcf5 [2021-01-13T14:04:58.890Z] Step 6/22 : COPY go.mod . [2021-01-13T14:04:59.041Z] master: digest: sha256:1c3daf6eb61c5809941f7c34c9f4aebb02b3a75c0fe1e5ec46f47d2d508664b1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:04:59.260Z] ===================================================== [Pipeline] echo [2021-01-13T14:04:59.309Z] taggedImages: [2021-01-13T14:04:59.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:04:59.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.33 [2021-01-13T14:04:59.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:04:59.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-13T14:04:59.505Z] Removing intermediate container 59e73364d799 [2021-01-13T14:04:59.505Z] ---> c1ac7e61f1e8 [2021-01-13T14:04:59.505Z] Step 6/23 : COPY go.mod . [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-01-13T14:04:59.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-13T14:05:00.396Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T14:05:00.396Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T14:05:00.396Z] ---> 4de7961d61ca [2021-01-13T14:05:00.396Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T14:05:00.396Z] ---> Using cache [2021-01-13T14:05:00.396Z] ---> 169fa5c26505 [2021-01-13T14:05:00.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:05:00.396Z] ---> Using cache [2021-01-13T14:05:00.396Z] ---> 67fb8092a3eb [2021-01-13T14:05:00.396Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T14:05:00.396Z] ---> Using cache [2021-01-13T14:05:00.396Z] ---> 07da2631dcf5 [2021-01-13T14:05:00.396Z] Step 6/22 : COPY go.mod . [2021-01-13T14:05:00.396Z] ---> Using cache [2021-01-13T14:05:00.396Z] ---> b98c460d7778 [2021-01-13T14:05:00.396Z] Step 7/22 : RUN go mod download [2021-01-13T14:05:00.396Z] ---> b98c460d7778 [2021-01-13T14:05:00.396Z] Step 7/22 : RUN go mod download [2021-01-13T14:05:00.792Z] ---> Running in 5a27f28f0598 [2021-01-13T14:05:00.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:05:00.792Z] ---> Running in 30006e17c088 [2021-01-13T14:05:00.792Z] ---> cbe0aaa9a3c2 [2021-01-13T14:05:00.792Z] Step 7/23 : RUN go mod download [2021-01-13T14:05:01.090Z] ---> Running in d1276207986d [2021-01-13T14:05:01.090Z] Removing intermediate container d8275d004e02 [2021-01-13T14:05:01.090Z] ---> dda3970a20cf [2021-01-13T14:05:01.090Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T14:05:01.481Z] ---> Running in c61a766d43d7 [2021-01-13T14:05:01.481Z] OK: 217 MiB in 51 packages [2021-01-13T14:05:04.244Z] Removing intermediate container 10f2ddad493f [2021-01-13T14:05:04.244Z] ---> ca9516dcc766 [2021-01-13T14:05:04.244Z] Step 6/24 : COPY go.mod . [2021-01-13T14:05:05.865Z] ---> 71333f2ec7cb [2021-01-13T14:05:05.865Z] Step 7/24 : RUN go mod download [2021-01-13T14:05:05.865Z] ---> Running in 804b2c812cae [2021-01-13T14:05:06.537Z] Removing intermediate container 5a27f28f0598 [2021-01-13T14:05:06.537Z] ---> cc0d136a0c1f [2021-01-13T14:05:06.537Z] Step 8/22 : COPY . . [2021-01-13T14:05:07.162Z] Removing intermediate container 30006e17c088 [2021-01-13T14:05:07.162Z] ---> ee84a0e15e76 [2021-01-13T14:05:07.162Z] Step 8/22 : COPY . . [2021-01-13T14:05:07.756Z] Removing intermediate container d1276207986d [2021-01-13T14:05:07.756Z] ---> cc06651cf7ef [2021-01-13T14:05:07.756Z] Step 8/23 : COPY . . [2021-01-13T14:05:10.376Z] Collecting docker-compose==1.23.2 [2021-01-13T14:05:10.376Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T14:05:11.362Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T14:05:11.362Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T14:05:12.357Z] Removing intermediate container 804b2c812cae [2021-01-13T14:05:12.357Z] ---> 55049d680172 [2021-01-13T14:05:12.357Z] Step 8/24 : COPY . . [2021-01-13T14:05:12.958Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T14:05:12.958Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T14:05:13.942Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T14:05:13.942Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T14:05:16.572Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T14:05:16.572Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T14:05:19.208Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T14:05:19.208Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T14:05:19.208Z] 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-13T14:05:19.484Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T14:05:19.484Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T14:05:22.953Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T14:05:22.953Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T14:05:24.398Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T14:05:24.398Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T14:05:24.398Z] ---> fec966ea003c [2021-01-13T14:05:24.398Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T14:05:24.676Z] ---> 9884d6bc3bad [2021-01-13T14:05:24.676Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T14:05:24.676Z] ---> d794b07e32fd [2021-01-13T14:05:24.676Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T14:05:24.676Z] ---> Running in fe6e46180616 [2021-01-13T14:05:24.953Z] ---> Running in 6a9c835b729a [2021-01-13T14:05:24.953Z] Collecting PyYAML<4,>=3.10 [2021-01-13T14:05:24.953Z] ---> Running in 54b13c94d8d8 [2021-01-13T14:05:25.231Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T14:05:25.833Z] ---> c7b6cd1012e4 [2021-01-13T14:05:25.833Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T14:05:26.115Z] ---> Running in 6c90558664a7 [2021-01-13T14:05:26.714Z] 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-13T14:05:27.318Z] 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-13T14:05:27.318Z] 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-13T14:05:27.923Z] 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-13T14:05:29.909Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T14:05:29.909Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T14:05:30.511Z] Collecting idna<2.8,>=2.5 [2021-01-13T14:05:30.511Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T14:05:30.511Z] 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-13T14:05:31.500Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T14:05:31.500Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T14:05:31.778Z] 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-13T14:05:31.778Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T14:05:31.778Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T14:05:31.778Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T14:05:31.778Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T14:05:33.225Z] Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, texttable, cached-property, PyYAML, docker-compose [2021-01-13T14:05:33.832Z] Attempting uninstall: idna [2021-01-13T14:05:33.832Z] Found existing installation: idna 2.9 [2021-01-13T14:05:33.832Z] Uninstalling idna-2.9: [2021-01-13T14:05:33.832Z] Successfully uninstalled idna-2.9 [2021-01-13T14:05:34.820Z] Attempting uninstall: urllib3 [2021-01-13T14:05:34.820Z] Found existing installation: urllib3 1.25.9 [2021-01-13T14:05:34.820Z] Uninstalling urllib3-1.25.9: [2021-01-13T14:05:34.820Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T14:05:35.808Z] Attempting uninstall: requests [2021-01-13T14:05:35.808Z] Found existing installation: requests 2.23.0 [2021-01-13T14:05:35.808Z] Uninstalling requests-2.23.0: [2021-01-13T14:05:35.808Z] Successfully uninstalled requests-2.23.0 [2021-01-13T14:05:37.805Z] Running setup.py install for docopt: started [2021-01-13T14:05:40.462Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T14:05:40.462Z] Running setup.py install for dockerpty: started [2021-01-13T14:05:43.097Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T14:05:43.374Z] Running setup.py install for texttable: started [2021-01-13T14:05:46.006Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T14:05:46.006Z] Running setup.py install for PyYAML: started [2021-01-13T14:05:49.408Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T14:05:50.392Z] 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-13T14:05:57.134Z] Removing intermediate container c61a766d43d7 [2021-01-13T14:05:57.134Z] ---> 1a50aa2f55fe [2021-01-13T14:05:57.134Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T14:05:57.134Z] ---> Running in a5dd2cf6d557 [2021-01-13T14:05:58.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:05:58.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:05:59.455Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T14:05:59.455Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T14:05:59.732Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T14:05:59.732Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:05:59.732Z] OK: 71 MiB in 58 packages [2021-01-13T14:06:01.726Z] Removing intermediate container a5dd2cf6d557 [2021-01-13T14:06:01.726Z] ---> 80ca719c13a4 [2021-01-13T14:06:01.726Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T14:06:01.726Z] ---> Running in 5aefa6c20ba5 [2021-01-13T14:06:02.332Z] Removing intermediate container 5aefa6c20ba5 [2021-01-13T14:06:02.332Z] ---> b484c46b0a1e [2021-01-13T14:06:02.332Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:06:02.612Z] ---> Running in 3d25ee27da2f [2021-01-13T14:06:03.214Z] Removing intermediate container 3d25ee27da2f [2021-01-13T14:06:03.214Z] ---> 07b049326ef1 [2021-01-13T14:06:03.214Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T14:06:03.214Z] ---> Running in 982484a66caf [2021-01-13T14:06:03.817Z] Removing intermediate container 982484a66caf [2021-01-13T14:06:03.817Z] ---> a3333ef222e4 [2021-01-13T14:06:03.817Z] Step 25/26 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:06:04.102Z] ---> Running in 5c1e667c0bfd [2021-01-13T14:06:04.716Z] Removing intermediate container 5c1e667c0bfd [2021-01-13T14:06:04.716Z] ---> 836b9f4f3c32 [2021-01-13T14:06:04.716Z] Step 26/26 : LABEL version=2.0.0-dev.33 [2021-01-13T14:06:04.993Z] ---> Running in ec0cc3e485d3 [2021-01-13T14:06:05.593Z] Removing intermediate container ec0cc3e485d3 [2021-01-13T14:06:05.593Z] ---> 355ee209c6fa [2021-01-13T14:06:05.593Z] [2021-01-13T14:06:05.869Z] Successfully built 355ee209c6fa [2021-01-13T14:06:05.869Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T14:06:52.877Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fe6e46180616 [2021-01-13T14:06:52.877Z] ---> 1bafb5dfe004 [2021-01-13T14:06:52.877Z] [2021-01-13T14:06:52.877Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T14:06:52.877Z] ---> afeebe901d6b [2021-01-13T14:06:52.877Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T14:06:52.877Z] ---> Using cache [2021-01-13T14:06:52.877Z] ---> dad068cc521d [2021-01-13T14:06:52.877Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T14:06:52.877Z] ---> Running in 307b55021f28 [2021-01-13T14:06:52.877Z] Removing intermediate container 307b55021f28 [2021-01-13T14:06:52.877Z] ---> 252422f6ca91 [2021-01-13T14:06:52.877Z] Step 13/22 : WORKDIR / [2021-01-13T14:06:52.877Z] ---> Running in 39cc89ceb9c4 [2021-01-13T14:06:52.877Z] Removing intermediate container 39cc89ceb9c4 [2021-01-13T14:06:52.877Z] ---> 835751bab148 [2021-01-13T14:06:52.877Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:06:54.323Z] ---> 6ec807036d78 [2021-01-13T14:06:54.323Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T14:06:54.927Z] Removing intermediate container 6c90558664a7 [2021-01-13T14:06:54.927Z] ---> 68631beace30 [2021-01-13T14:06:54.927Z] [2021-01-13T14:06:54.927Z] Step 10/24 : FROM scratch [2021-01-13T14:06:54.927Z] ---> [2021-01-13T14:06:54.927Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T14:06:55.534Z] ---> Running in d82b645c1e36 [2021-01-13T14:06:56.519Z] ---> 398cb4330289 [2021-01-13T14:06:56.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T14:06:56.519Z] Removing intermediate container d82b645c1e36 [2021-01-13T14:06:56.519Z] ---> 4c4319893e43 [2021-01-13T14:06:56.519Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T14:06:56.519Z] ---> Running in 91e6e3afa5c4 [2021-01-13T14:06:57.518Z] Removing intermediate container 91e6e3afa5c4 [2021-01-13T14:06:57.518Z] ---> a7b6d8490db7 [2021-01-13T14:06:57.518Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T14:06:57.518Z] ---> Running in 7dc6213d7bbf [2021-01-13T14:06:57.796Z] ---> 8e30c460ffc8 [2021-01-13T14:06:57.796Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T14:06:58.405Z] Removing intermediate container 7dc6213d7bbf [2021-01-13T14:06:58.405Z] ---> 3de586a409f5 [2021-01-13T14:06:58.405Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T14:06:58.680Z] ---> e29476356b47 [2021-01-13T14:06:58.680Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T14:06:58.955Z] ---> Running in a1f43db4463a [2021-01-13T14:06:59.939Z] ---> b6706da6fc7b [2021-01-13T14:06:59.939Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T14:07:01.941Z] ---> 893eee7a5da9 [2021-01-13T14:07:01.941Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T14:07:02.217Z] Removing intermediate container a1f43db4463a [2021-01-13T14:07:02.217Z] ---> 832b4928fede [2021-01-13T14:07:02.217Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T14:07:02.493Z] ---> Running in c50bd471d5d7 [2021-01-13T14:07:03.114Z] Removing intermediate container c50bd471d5d7 [2021-01-13T14:07:03.114Z] ---> 95edc702b5b2 [2021-01-13T14:07:03.114Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T14:07:03.394Z] ---> 16e8fd878848 [2021-01-13T14:07:03.394Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:07:03.394Z] ---> Running in 7a495d65f891 [2021-01-13T14:07:04.007Z] Removing intermediate container 7a495d65f891 [2021-01-13T14:07:04.007Z] ---> 7e18ad23f3f0 [2021-01-13T14:07:04.007Z] Step 21/22 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:04.281Z] ---> e55bcf07e082 [2021-01-13T14:07:04.281Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T14:07:04.281Z] ---> Running in 71caa9890919 [2021-01-13T14:07:04.879Z] Removing intermediate container 71caa9890919 [2021-01-13T14:07:04.879Z] ---> 9eb131c4e5c6 [2021-01-13T14:07:04.879Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T14:07:05.482Z] ---> Running in 5ef1d8e6492d [2021-01-13T14:07:06.081Z] Removing intermediate container 5ef1d8e6492d [2021-01-13T14:07:06.081Z] ---> 6441f30f0c92 [2021-01-13T14:07:06.081Z] [2021-01-13T14:07:06.357Z] Successfully built 6441f30f0c92 [2021-01-13T14:07:06.358Z] ---> e1b0a42099d7 [2021-01-13T14:07:06.358Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T14:07:06.358Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T14:07:08.331Z]  Building docker-security-bootstrap-redis-go ... done  ---> e90e5f0c7502 [2021-01-13T14:07:08.331Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T14:07:08.331Z] ---> Running in 22985f4bc4ba [2021-01-13T14:07:08.604Z] Removing intermediate container 54b13c94d8d8 [2021-01-13T14:07:08.604Z] ---> 2b1efd1c9da8 [2021-01-13T14:07:08.604Z] [2021-01-13T14:07:08.604Z] Step 10/22 : FROM scratch [2021-01-13T14:07:08.604Z] ---> [2021-01-13T14:07:08.604Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:07:08.880Z] ---> Using cache [2021-01-13T14:07:08.880Z] ---> 887fb8f2ba2c [2021-01-13T14:07:08.880Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T14:07:08.880Z] Removing intermediate container 22985f4bc4ba [2021-01-13T14:07:08.880Z] ---> 2e8fc7cf2044 [2021-01-13T14:07:08.880Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:07:08.880Z] ---> Running in eb22914d9741 [2021-01-13T14:07:09.156Z] ---> Running in f8328e01657b [2021-01-13T14:07:09.428Z] Removing intermediate container eb22914d9741 [2021-01-13T14:07:09.428Z] ---> f508f0652652 [2021-01-13T14:07:09.428Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T14:07:09.699Z] ---> Running in 973c6eed24f5 [2021-01-13T14:07:09.699Z] Removing intermediate container f8328e01657b [2021-01-13T14:07:09.699Z] ---> 2f68792520e0 [2021-01-13T14:07:09.699Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T14:07:09.973Z] ---> Running in aa0142293b90 [2021-01-13T14:07:10.250Z] Removing intermediate container 973c6eed24f5 [2021-01-13T14:07:10.250Z] ---> d117810751d2 [2021-01-13T14:07:10.250Z] Step 14/22 : WORKDIR / [2021-01-13T14:07:10.250Z] ---> Running in 9f5bbf94dbba [2021-01-13T14:07:10.526Z] Removing intermediate container aa0142293b90 [2021-01-13T14:07:10.526Z] ---> 1f007671e082 [2021-01-13T14:07:10.526Z] Step 23/24 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:10.800Z] ---> Running in 198fb778e90e [2021-01-13T14:07:10.800Z] Removing intermediate container 9f5bbf94dbba [2021-01-13T14:07:10.800Z] ---> 04c225089bc9 [2021-01-13T14:07:10.800Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:07:11.083Z] Removing intermediate container 198fb778e90e [2021-01-13T14:07:11.083Z] ---> ab24ee0b13d2 [2021-01-13T14:07:11.083Z] Step 24/24 : LABEL version=2.0.0-dev.33 [2021-01-13T14:07:11.361Z] ---> Running in 3e3536122276 [2021-01-13T14:07:11.642Z] ---> 306f4b28d857 [2021-01-13T14:07:11.642Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T14:07:11.919Z] Removing intermediate container 3e3536122276 [2021-01-13T14:07:11.919Z] ---> 17fd527a0efd [2021-01-13T14:07:11.919Z] [2021-01-13T14:07:12.195Z] Successfully built 17fd527a0efd [2021-01-13T14:07:12.195Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T14:07:13.175Z]  Building docker-support-notifications-go ... done  ---> 9635df269ef1 [2021-01-13T14:07:13.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T14:07:14.164Z] ---> c9a82753752c [2021-01-13T14:07:14.164Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T14:07:14.758Z] ---> Running in d808669e0a68 [2021-01-13T14:07:15.356Z] Removing intermediate container d808669e0a68 [2021-01-13T14:07:15.356Z] ---> fa94c2e49290 [2021-01-13T14:07:15.356Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:07:15.629Z] Removing intermediate container 6a9c835b729a [2021-01-13T14:07:15.629Z] ---> 54a25bfa8c00 [2021-01-13T14:07:15.629Z] [2021-01-13T14:07:15.629Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T14:07:15.629Z] ---> afeebe901d6b [2021-01-13T14:07:15.629Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T14:07:15.629Z] ---> Running in 574d51bc5347 [2021-01-13T14:07:15.901Z] ---> Running in 146543fc8817 [2021-01-13T14:07:16.200Z] Removing intermediate container 574d51bc5347 [2021-01-13T14:07:16.200Z] ---> 1eeb77b2d383 [2021-01-13T14:07:16.200Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T14:07:16.200Z] ---> Running in 2b8a6aabb8c0 [2021-01-13T14:07:16.473Z] Removing intermediate container 146543fc8817 [2021-01-13T14:07:16.473Z] ---> 72c677dc8380 [2021-01-13T14:07:16.473Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T14:07:16.473Z] ---> Running in b6a7a25cc308 [2021-01-13T14:07:16.746Z] Removing intermediate container 2b8a6aabb8c0 [2021-01-13T14:07:16.746Z] ---> ffc5794f259e [2021-01-13T14:07:16.746Z] Step 21/22 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:17.019Z] ---> Running in cde7df923b24 [2021-01-13T14:07:17.019Z] Removing intermediate container b6a7a25cc308 [2021-01-13T14:07:17.019Z] ---> 1a1d91405130 [2021-01-13T14:07:17.019Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T14:07:17.296Z] ---> Running in 306b438acf41 [2021-01-13T14:07:17.296Z] Removing intermediate container cde7df923b24 [2021-01-13T14:07:17.296Z] ---> 16d76f71484c [2021-01-13T14:07:17.296Z] Step 22/22 : LABEL version=2.0.0-dev.33 [2021-01-13T14:07:17.568Z] ---> Running in 1b9d341cb47e [2021-01-13T14:07:17.568Z] Removing intermediate container 306b438acf41 [2021-01-13T14:07:17.568Z] ---> 9351ecfb756d [2021-01-13T14:07:17.568Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T14:07:17.839Z] ---> Running in a3655c282479 [2021-01-13T14:07:18.111Z] Removing intermediate container 1b9d341cb47e [2021-01-13T14:07:18.111Z] ---> 3d17e340cfad [2021-01-13T14:07:18.111Z] [2021-01-13T14:07:18.385Z] Successfully built 3d17e340cfad [2021-01-13T14:07:18.385Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T14:07:20.351Z]  Building docker-core-metadata-go ... done Removing intermediate container a3655c282479 [2021-01-13T14:07:20.351Z] ---> aca7d19c234b [2021-01-13T14:07:20.351Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T14:07:20.351Z] ---> Running in b80856a4bf80 [2021-01-13T14:07:21.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T14:07:21.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T14:07:22.506Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T14:07:22.778Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T14:07:22.778Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T14:07:23.047Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T14:07:23.047Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T14:07:23.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T14:07:23.320Z] OK: 8 MiB in 19 packages [2021-01-13T14:07:24.755Z] Removing intermediate container b80856a4bf80 [2021-01-13T14:07:24.755Z] ---> 86281305041a [2021-01-13T14:07:24.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T14:07:25.347Z] ---> f84ae7e0035a [2021-01-13T14:07:25.348Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T14:07:26.324Z] ---> 920c65f3a6fa [2021-01-13T14:07:26.324Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T14:07:27.301Z] ---> 09b05b9efffd [2021-01-13T14:07:27.301Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T14:07:27.301Z] ---> Running in b1117913ccb9 [2021-01-13T14:07:27.577Z] Removing intermediate container b1117913ccb9 [2021-01-13T14:07:27.577Z] ---> 4a9107e9a2a3 [2021-01-13T14:07:27.577Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T14:07:27.848Z] ---> Running in ccfefe199df4 [2021-01-13T14:07:28.119Z] Removing intermediate container ccfefe199df4 [2021-01-13T14:07:28.119Z] ---> 1064102101ae [2021-01-13T14:07:28.119Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T14:07:28.391Z] ---> Running in 819e1d93f5b1 [2021-01-13T14:07:28.986Z] Removing intermediate container 819e1d93f5b1 [2021-01-13T14:07:28.986Z] ---> ee58e764fc4a [2021-01-13T14:07:28.986Z] Step 22/23 : LABEL git_sha=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:28.986Z] ---> Running in 3d111b45be6e [2021-01-13T14:07:29.256Z] Removing intermediate container 3d111b45be6e [2021-01-13T14:07:29.256Z] ---> 513e3aef1ea6 [2021-01-13T14:07:29.256Z] Step 23/23 : LABEL version=2.0.0-dev.33 [2021-01-13T14:07:29.525Z] ---> Running in cfc60b0b74ee [2021-01-13T14:07:29.795Z] Removing intermediate container cfc60b0b74ee [2021-01-13T14:07:29.795Z] ---> 9d46aeea1037 [2021-01-13T14:07:29.795Z] [2021-01-13T14:07:30.064Z] Successfully built 9d46aeea1037 [2021-01-13T14:07:30.064Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T14:07:30.674Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T14:07:30.679Z] $ docker stop --time=1 42d93552e13db924174ba9aca051c2c9ab8809ce7a97bad6c6d5386c3a661b12 [2021-01-13T14:07:32.578Z] $ docker rm -f 42d93552e13db924174ba9aca051c2c9ab8809ce7a97bad6c6d5386c3a661b12 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T14:07:33.269Z] + + grep dockerdocker [2021-01-13T14:07:33.269Z] images [2021-01-13T14:07:33.541Z] docker-core-data-go-arm64 latest 9d46aeea1037 4 seconds ago 21MB [2021-01-13T14:07:33.541Z] docker-core-metadata-go-arm64 latest 3d17e340cfad 16 seconds ago 12.3MB [2021-01-13T14:07:33.541Z] docker-support-notifications-go-arm64 latest 17fd527a0efd 22 seconds ago 11.4MB [2021-01-13T14:07:33.541Z] docker-security-bootstrap-redis-go-arm64 latest 6441f30f0c92 28 seconds ago 15.1MB [2021-01-13T14:07:33.541Z] docker-sys-mgmt-agent-go-arm64 latest 355ee209c6fa About a minute ago 300MB [2021-01-13T14:07:33.541Z] docker-security-secretstore-setup-go-arm64 latest 2624eb8f4002 2 minutes ago 23.4MB [2021-01-13T14:07:33.541Z] docker-security-proxy-setup-go-arm64 latest feacd150e23f 3 minutes ago 23.3MB [2021-01-13T14:07:33.541Z] docker-core-command-go-arm64 latest a72fa4ca91e0 3 minutes ago 9.98MB [2021-01-13T14:07:33.541Z] docker-support-scheduler-go-arm64 latest 4a9020c6d0e8 3 minutes ago 10MB [2021-01-13T14:07:33.541Z] 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-13T14:07:34.092Z] provisioning config files... [2021-01-13T14:07:34.124Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/289@tmp/config7900419506936853044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:07:34.515Z] ---> docker-login.sh [2021-01-13T14:07:34.516Z] nexus3.edgexfoundry.org:10001 [2021-01-13T14:07:34.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:07:35.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:07:35.057Z] Configure a credential helper to remove this warning. See [2021-01-13T14:07:35.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:07:35.057Z] [2021-01-13T14:07:35.057Z] Login Succeeded [2021-01-13T14:07:35.057Z] nexus3.edgexfoundry.org:10002 [2021-01-13T14:07:35.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:07:35.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:07:35.601Z] Configure a credential helper to remove this warning. See [2021-01-13T14:07:35.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:07:35.601Z] [2021-01-13T14:07:35.601Z] Login Succeeded [2021-01-13T14:07:35.601Z] nexus3.edgexfoundry.org:10003 [2021-01-13T14:07:35.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:07:36.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:07:36.145Z] Configure a credential helper to remove this warning. See [2021-01-13T14:07:36.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:07:36.145Z] [2021-01-13T14:07:36.145Z] Login Succeeded [2021-01-13T14:07:36.145Z] nexus3.edgexfoundry.org:10004 [2021-01-13T14:07:36.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:07:36.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:07:36.737Z] Configure a credential helper to remove this warning. See [2021-01-13T14:07:36.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:07:36.737Z] [2021-01-13T14:07:36.737Z] Login Succeeded [2021-01-13T14:07:36.737Z] docker.io [2021-01-13T14:07:37.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T14:07:37.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T14:07:37.598Z] Configure a credential helper to remove this warning. See [2021-01-13T14:07:37.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T14:07:37.598Z] [2021-01-13T14:07:37.598Z] Login Succeeded [2021-01-13T14:07:37.598Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T14:07:37.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:07:37.877Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-13T14:07:37.877Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:37.877Z] 2.0.0-dev.33 [2021-01-13T14:07:37.877Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:37.877Z] master [2021-01-13T14:07:37.877Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:38.436Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:38.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:38.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T14:07:38.773Z] 45843c669bf9: Preparing [2021-01-13T14:07:38.773Z] 90078f45ad9c: Preparing [2021-01-13T14:07:38.773Z] 4b49ff007998: Preparing [2021-01-13T14:07:39.045Z] 4b49ff007998: Pushed [2021-01-13T14:07:39.045Z] 45843c669bf9: Pushed [2021-01-13T14:07:41.659Z] 90078f45ad9c: Pushed [2021-01-13T14:07:41.659Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:1ad70adc377b07109dcd12fbd41381478969f58818e3014176f733521c9c12a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:41.999Z] + 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-13T14:07:42.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T14:07:42.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T14:07:42.340Z] 45843c669bf9: Preparing [2021-01-13T14:07:42.340Z] 90078f45ad9c: Preparing [2021-01-13T14:07:42.340Z] 4b49ff007998: Preparing [2021-01-13T14:07:42.340Z] 45843c669bf9: Layer already exists [2021-01-13T14:07:42.340Z] 90078f45ad9c: Layer already exists [2021-01-13T14:07:42.340Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:42.612Z] 2.0.0-dev.33: digest: sha256:1ad70adc377b07109dcd12fbd41381478969f58818e3014176f733521c9c12a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:42.998Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:43.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:43.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T14:07:43.369Z] 45843c669bf9: Preparing [2021-01-13T14:07:43.369Z] 90078f45ad9c: Preparing [2021-01-13T14:07:43.369Z] 4b49ff007998: Preparing [2021-01-13T14:07:43.642Z] 90078f45ad9c: Layer already exists [2021-01-13T14:07:43.642Z] 45843c669bf9: Layer already exists [2021-01-13T14:07:43.642Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:43.642Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:1ad70adc377b07109dcd12fbd41381478969f58818e3014176f733521c9c12a1 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:43.997Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:44.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-13T14:07:44.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-13T14:07:44.358Z] 45843c669bf9: Preparing [2021-01-13T14:07:44.358Z] 90078f45ad9c: Preparing [2021-01-13T14:07:44.358Z] 4b49ff007998: Preparing [2021-01-13T14:07:44.358Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:44.358Z] 45843c669bf9: Layer already exists [2021-01-13T14:07:44.358Z] 90078f45ad9c: Layer already exists [2021-01-13T14:07:44.633Z] master: digest: sha256:1ad70adc377b07109dcd12fbd41381478969f58818e3014176f733521c9c12a1 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:07:44.875Z] ===================================================== [Pipeline] echo [2021-01-13T14:07:44.926Z] taggedImages: [2021-01-13T14:07:44.926Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:44.926Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.33 [2021-01-13T14:07:44.926Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:44.926Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-13T14:07:44.995Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-13T14:07:44.995Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:44.995Z] 2.0.0-dev.33 [2021-01-13T14:07:44.995Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:44.995Z] master [2021-01-13T14:07:44.995Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:45.532Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:45.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:45.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T14:07:45.933Z] c03866b466d4: Preparing [2021-01-13T14:07:45.933Z] 2c67c0b8e95c: Preparing [2021-01-13T14:07:45.933Z] 4b49ff007998: Preparing [2021-01-13T14:07:45.933Z] d76ec76e29c0: Preparing [2021-01-13T14:07:45.933Z] 7493c1e340cf: Preparing [2021-01-13T14:07:45.933Z] 379067d0cb53: Preparing [2021-01-13T14:07:45.933Z] 379067d0cb53: Waiting [2021-01-13T14:07:46.272Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:46.272Z] 379067d0cb53: Layer already exists [2021-01-13T14:07:46.579Z] c03866b466d4: Pushed [2021-01-13T14:07:46.579Z] 7493c1e340cf: Pushed [2021-01-13T14:07:46.870Z] d76ec76e29c0: Pushed [2021-01-13T14:07:49.478Z] 2c67c0b8e95c: Pushed [2021-01-13T14:07:49.750Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:74f885fa92011985c28af40c26986aa224316f09d4efbe812dd497baeaa69e81 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:50.090Z] + 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-13T14:07:50.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T14:07:50.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T14:07:50.426Z] c03866b466d4: Preparing [2021-01-13T14:07:50.426Z] 2c67c0b8e95c: Preparing [2021-01-13T14:07:50.426Z] 4b49ff007998: Preparing [2021-01-13T14:07:50.426Z] d76ec76e29c0: Preparing [2021-01-13T14:07:50.426Z] 7493c1e340cf: Preparing [2021-01-13T14:07:50.426Z] 379067d0cb53: Preparing [2021-01-13T14:07:50.426Z] 379067d0cb53: Waiting [2021-01-13T14:07:50.696Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:50.696Z] c03866b466d4: Layer already exists [2021-01-13T14:07:50.696Z] d76ec76e29c0: Layer already exists [2021-01-13T14:07:50.696Z] 7493c1e340cf: Layer already exists [2021-01-13T14:07:50.696Z] 2c67c0b8e95c: Layer already exists [2021-01-13T14:07:50.696Z] 379067d0cb53: Layer already exists [2021-01-13T14:07:50.696Z] 2.0.0-dev.33: digest: sha256:74f885fa92011985c28af40c26986aa224316f09d4efbe812dd497baeaa69e81 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:51.037Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:51.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:51.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T14:07:51.371Z] c03866b466d4: Preparing [2021-01-13T14:07:51.371Z] 2c67c0b8e95c: Preparing [2021-01-13T14:07:51.371Z] 4b49ff007998: Preparing [2021-01-13T14:07:51.371Z] d76ec76e29c0: Preparing [2021-01-13T14:07:51.371Z] 7493c1e340cf: Preparing [2021-01-13T14:07:51.371Z] 379067d0cb53: Preparing [2021-01-13T14:07:51.371Z] 379067d0cb53: Waiting [2021-01-13T14:07:51.371Z] c03866b466d4: Layer already exists [2021-01-13T14:07:51.642Z] d76ec76e29c0: Layer already exists [2021-01-13T14:07:51.642Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:51.642Z] 2c67c0b8e95c: Layer already exists [2021-01-13T14:07:51.642Z] 379067d0cb53: Layer already exists [2021-01-13T14:07:51.642Z] 7493c1e340cf: Layer already exists [2021-01-13T14:07:51.642Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:74f885fa92011985c28af40c26986aa224316f09d4efbe812dd497baeaa69e81 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:51.984Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:52.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-13T14:07:52.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-13T14:07:52.324Z] c03866b466d4: Preparing [2021-01-13T14:07:52.324Z] 2c67c0b8e95c: Preparing [2021-01-13T14:07:52.324Z] 4b49ff007998: Preparing [2021-01-13T14:07:52.324Z] d76ec76e29c0: Preparing [2021-01-13T14:07:52.324Z] 7493c1e340cf: Preparing [2021-01-13T14:07:52.324Z] 379067d0cb53: Preparing [2021-01-13T14:07:52.324Z] 379067d0cb53: Waiting [2021-01-13T14:07:52.324Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:52.324Z] d76ec76e29c0: Layer already exists [2021-01-13T14:07:52.324Z] 2c67c0b8e95c: Layer already exists [2021-01-13T14:07:52.324Z] 7493c1e340cf: Layer already exists [2021-01-13T14:07:52.324Z] c03866b466d4: Layer already exists [2021-01-13T14:07:52.324Z] 379067d0cb53: Layer already exists [2021-01-13T14:07:52.594Z] master: digest: sha256:74f885fa92011985c28af40c26986aa224316f09d4efbe812dd497baeaa69e81 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:07:52.854Z] ===================================================== [Pipeline] echo [2021-01-13T14:07:52.907Z] taggedImages: [2021-01-13T14:07:52.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:52.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.33 [2021-01-13T14:07:52.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:52.907Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-13T14:07:52.977Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-13T14:07:52.977Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:52.977Z] 2.0.0-dev.33 [2021-01-13T14:07:52.977Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:52.977Z] master [2021-01-13T14:07:52.977Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:53.503Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:53.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:07:53.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T14:07:53.835Z] acbecab589c6: Preparing [2021-01-13T14:07:53.835Z] 807a85aa6b04: Preparing [2021-01-13T14:07:53.835Z] 4b49ff007998: Preparing [2021-01-13T14:07:54.107Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:54.107Z] acbecab589c6: Pushed [2021-01-13T14:07:57.485Z] 807a85aa6b04: Pushed [2021-01-13T14:07:57.485Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:a58f5184fc71bd34715a4fb0e5150ee32c228f949cf20bba305bb2f7615211a8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:57.826Z] + 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-13T14:07:58.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T14:07:58.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T14:07:58.159Z] acbecab589c6: Preparing [2021-01-13T14:07:58.159Z] 807a85aa6b04: Preparing [2021-01-13T14:07:58.159Z] 4b49ff007998: Preparing [2021-01-13T14:07:58.159Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:58.159Z] acbecab589c6: Layer already exists [2021-01-13T14:07:58.429Z] 807a85aa6b04: Layer already exists [2021-01-13T14:07:58.429Z] 2.0.0-dev.33: digest: sha256:a58f5184fc71bd34715a4fb0e5150ee32c228f949cf20bba305bb2f7615211a8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:58.768Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:59.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:07:59.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T14:07:59.101Z] acbecab589c6: Preparing [2021-01-13T14:07:59.101Z] 807a85aa6b04: Preparing [2021-01-13T14:07:59.101Z] 4b49ff007998: Preparing [2021-01-13T14:07:59.101Z] 4b49ff007998: Layer already exists [2021-01-13T14:07:59.101Z] 807a85aa6b04: Layer already exists [2021-01-13T14:07:59.101Z] acbecab589c6: Layer already exists [2021-01-13T14:07:59.372Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:a58f5184fc71bd34715a4fb0e5150ee32c228f949cf20bba305bb2f7615211a8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:07:59.714Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:00.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-13T14:08:00.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-13T14:08:00.049Z] acbecab589c6: Preparing [2021-01-13T14:08:00.049Z] 807a85aa6b04: Preparing [2021-01-13T14:08:00.049Z] 4b49ff007998: Preparing [2021-01-13T14:08:00.049Z] acbecab589c6: Layer already exists [2021-01-13T14:08:00.049Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:00.049Z] 807a85aa6b04: Layer already exists [2021-01-13T14:08:00.318Z] master: digest: sha256:a58f5184fc71bd34715a4fb0e5150ee32c228f949cf20bba305bb2f7615211a8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:00.554Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:00.608Z] taggedImages: [2021-01-13T14:08:00.608Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:00.608Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:00.608Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:00.608Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-13T14:08:00.672Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-13T14:08:00.672Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:00.672Z] 2.0.0-dev.33 [2021-01-13T14:08:00.672Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:00.672Z] master [2021-01-13T14:08:00.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:01.222Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:01.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:01.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T14:08:01.570Z] fde4262a3fdb: Preparing [2021-01-13T14:08:01.570Z] d3fa0f5271b7: Preparing [2021-01-13T14:08:01.570Z] 0bf2d021fd30: Preparing [2021-01-13T14:08:01.570Z] 55972ba2c958: Preparing [2021-01-13T14:08:01.570Z] 4b49ff007998: Preparing [2021-01-13T14:08:01.570Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:01.570Z] 379067d0cb53: Preparing [2021-01-13T14:08:01.570Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:01.570Z] 379067d0cb53: Waiting [2021-01-13T14:08:01.848Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:01.848Z] d3fa0f5271b7: Pushed [2021-01-13T14:08:01.848Z] 0bf2d021fd30: Pushed [2021-01-13T14:08:02.128Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:02.128Z] fde4262a3fdb: Pushed [2021-01-13T14:08:02.400Z] 9b64d3fb8c20: Pushed [2021-01-13T14:08:04.373Z] 55972ba2c958: Pushed [2021-01-13T14:08:04.644Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:9dff983079e829db354bd0c81bc6b285eb8aa4dbcdfa8aabdc1a421b3d26f4ff size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:04.988Z] + 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-13T14:08:05.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:05.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T14:08:05.325Z] fde4262a3fdb: Preparing [2021-01-13T14:08:05.325Z] d3fa0f5271b7: Preparing [2021-01-13T14:08:05.325Z] 0bf2d021fd30: Preparing [2021-01-13T14:08:05.325Z] 55972ba2c958: Preparing [2021-01-13T14:08:05.325Z] 4b49ff007998: Preparing [2021-01-13T14:08:05.325Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:05.325Z] 379067d0cb53: Preparing [2021-01-13T14:08:05.325Z] 379067d0cb53: Waiting [2021-01-13T14:08:05.325Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:05.595Z] fde4262a3fdb: Layer already exists [2021-01-13T14:08:05.595Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:05.595Z] 55972ba2c958: Layer already exists [2021-01-13T14:08:05.595Z] 0bf2d021fd30: Layer already exists [2021-01-13T14:08:05.595Z] d3fa0f5271b7: Layer already exists [2021-01-13T14:08:05.595Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:05.595Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:05.595Z] 2.0.0-dev.33: digest: sha256:9dff983079e829db354bd0c81bc6b285eb8aa4dbcdfa8aabdc1a421b3d26f4ff size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:05.936Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:06.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:06.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T14:08:06.267Z] fde4262a3fdb: Preparing [2021-01-13T14:08:06.267Z] d3fa0f5271b7: Preparing [2021-01-13T14:08:06.267Z] 0bf2d021fd30: Preparing [2021-01-13T14:08:06.267Z] 55972ba2c958: Preparing [2021-01-13T14:08:06.267Z] 4b49ff007998: Preparing [2021-01-13T14:08:06.267Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:06.267Z] 379067d0cb53: Preparing [2021-01-13T14:08:06.267Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:06.267Z] 379067d0cb53: Waiting [2021-01-13T14:08:06.540Z] d3fa0f5271b7: Layer already exists [2021-01-13T14:08:06.540Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:06.540Z] 0bf2d021fd30: Layer already exists [2021-01-13T14:08:06.540Z] fde4262a3fdb: Layer already exists [2021-01-13T14:08:06.540Z] 55972ba2c958: Layer already exists [2021-01-13T14:08:06.540Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:06.540Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:06.540Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:9dff983079e829db354bd0c81bc6b285eb8aa4dbcdfa8aabdc1a421b3d26f4ff size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:06.876Z] + 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-13T14:08:07.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-13T14:08:07.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-13T14:08:07.210Z] fde4262a3fdb: Preparing [2021-01-13T14:08:07.210Z] d3fa0f5271b7: Preparing [2021-01-13T14:08:07.210Z] 0bf2d021fd30: Preparing [2021-01-13T14:08:07.210Z] 55972ba2c958: Preparing [2021-01-13T14:08:07.210Z] 4b49ff007998: Preparing [2021-01-13T14:08:07.210Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:07.211Z] 379067d0cb53: Preparing [2021-01-13T14:08:07.211Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:07.211Z] 379067d0cb53: Waiting [2021-01-13T14:08:07.480Z] 0bf2d021fd30: Layer already exists [2021-01-13T14:08:07.480Z] 55972ba2c958: Layer already exists [2021-01-13T14:08:07.480Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:07.480Z] fde4262a3fdb: Layer already exists [2021-01-13T14:08:07.480Z] d3fa0f5271b7: Layer already exists [2021-01-13T14:08:07.480Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:07.480Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:07.750Z] master: digest: sha256:9dff983079e829db354bd0c81bc6b285eb8aa4dbcdfa8aabdc1a421b3d26f4ff size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:07.936Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:07.981Z] taggedImages: [2021-01-13T14:08:07.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:07.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:07.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:07.981Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-13T14:08:08.051Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-13T14:08:08.051Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:08.051Z] 2.0.0-dev.33 [2021-01-13T14:08:08.051Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:08.051Z] master [2021-01-13T14:08:08.051Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:08.572Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:08.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:08.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T14:08:08.903Z] 701400316b94: Preparing [2021-01-13T14:08:08.903Z] c1fffdd7b23a: Preparing [2021-01-13T14:08:08.903Z] 4bbe1c45f91f: Preparing [2021-01-13T14:08:08.903Z] a8782e33eb2a: Preparing [2021-01-13T14:08:08.903Z] 803b67f8cd65: Preparing [2021-01-13T14:08:08.903Z] 379067d0cb53: Preparing [2021-01-13T14:08:08.903Z] 379067d0cb53: Waiting [2021-01-13T14:08:09.173Z] a8782e33eb2a: Pushed [2021-01-13T14:08:09.445Z] 4bbe1c45f91f: Pushed [2021-01-13T14:08:09.445Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:09.716Z] 803b67f8cd65: Pushed [2021-01-13T14:08:11.140Z] c1fffdd7b23a: Pushed [2021-01-13T14:08:11.410Z] 701400316b94: Pushed [2021-01-13T14:08:11.410Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:90b23cc19c6ca4d10cdbeb9bdd1249f11d605a88620bc751280d55b333971e02 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:12.030Z] + 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-13T14:08:12.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:12.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T14:08:12.365Z] 701400316b94: Preparing [2021-01-13T14:08:12.365Z] c1fffdd7b23a: Preparing [2021-01-13T14:08:12.365Z] 4bbe1c45f91f: Preparing [2021-01-13T14:08:12.365Z] a8782e33eb2a: Preparing [2021-01-13T14:08:12.365Z] 803b67f8cd65: Preparing [2021-01-13T14:08:12.365Z] 379067d0cb53: Preparing [2021-01-13T14:08:12.365Z] 379067d0cb53: Waiting [2021-01-13T14:08:12.365Z] a8782e33eb2a: Layer already exists [2021-01-13T14:08:12.365Z] 4bbe1c45f91f: Layer already exists [2021-01-13T14:08:12.365Z] 803b67f8cd65: Layer already exists [2021-01-13T14:08:12.365Z] c1fffdd7b23a: Layer already exists [2021-01-13T14:08:12.365Z] 701400316b94: Layer already exists [2021-01-13T14:08:12.634Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:12.634Z] 2.0.0-dev.33: digest: sha256:90b23cc19c6ca4d10cdbeb9bdd1249f11d605a88620bc751280d55b333971e02 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:12.971Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:13.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:13.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T14:08:13.302Z] 701400316b94: Preparing [2021-01-13T14:08:13.302Z] c1fffdd7b23a: Preparing [2021-01-13T14:08:13.302Z] 4bbe1c45f91f: Preparing [2021-01-13T14:08:13.302Z] a8782e33eb2a: Preparing [2021-01-13T14:08:13.302Z] 803b67f8cd65: Preparing [2021-01-13T14:08:13.302Z] 379067d0cb53: Preparing [2021-01-13T14:08:13.302Z] 379067d0cb53: Waiting [2021-01-13T14:08:13.575Z] 803b67f8cd65: Layer already exists [2021-01-13T14:08:13.575Z] 701400316b94: Layer already exists [2021-01-13T14:08:13.575Z] c1fffdd7b23a: Layer already exists [2021-01-13T14:08:13.575Z] a8782e33eb2a: Layer already exists [2021-01-13T14:08:13.575Z] 4bbe1c45f91f: Layer already exists [2021-01-13T14:08:13.575Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:13.575Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:90b23cc19c6ca4d10cdbeb9bdd1249f11d605a88620bc751280d55b333971e02 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:13.942Z] + 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-13T14:08:14.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-13T14:08:14.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-13T14:08:14.276Z] 701400316b94: Preparing [2021-01-13T14:08:14.276Z] c1fffdd7b23a: Preparing [2021-01-13T14:08:14.276Z] 4bbe1c45f91f: Preparing [2021-01-13T14:08:14.276Z] a8782e33eb2a: Preparing [2021-01-13T14:08:14.276Z] 803b67f8cd65: Preparing [2021-01-13T14:08:14.276Z] 379067d0cb53: Preparing [2021-01-13T14:08:14.276Z] 379067d0cb53: Waiting [2021-01-13T14:08:14.548Z] 701400316b94: Layer already exists [2021-01-13T14:08:14.548Z] a8782e33eb2a: Layer already exists [2021-01-13T14:08:14.548Z] 803b67f8cd65: Layer already exists [2021-01-13T14:08:14.548Z] 4bbe1c45f91f: Layer already exists [2021-01-13T14:08:14.548Z] c1fffdd7b23a: Layer already exists [2021-01-13T14:08:14.548Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:14.548Z] master: digest: sha256:90b23cc19c6ca4d10cdbeb9bdd1249f11d605a88620bc751280d55b333971e02 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:14.738Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:14.800Z] taggedImages: [2021-01-13T14:08:14.800Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:14.800Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:14.800Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:14.800Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-13T14:08:14.864Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-13T14:08:14.864Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:14.864Z] 2.0.0-dev.33 [2021-01-13T14:08:14.864Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:14.864Z] master [2021-01-13T14:08:14.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:15.362Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:15.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:15.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T14:08:15.692Z] 81a472fd7476: Preparing [2021-01-13T14:08:15.692Z] 9e2fddf4e6df: Preparing [2021-01-13T14:08:15.692Z] bc35452340d9: Preparing [2021-01-13T14:08:15.692Z] 3b0a5a3e51fb: Preparing [2021-01-13T14:08:15.692Z] f3dc16f3158e: Preparing [2021-01-13T14:08:15.692Z] 46edb193abf4: Preparing [2021-01-13T14:08:15.692Z] 238876f7484f: Preparing [2021-01-13T14:08:15.692Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:15.692Z] 379067d0cb53: Preparing [2021-01-13T14:08:15.692Z] 238876f7484f: Waiting [2021-01-13T14:08:15.692Z] 379067d0cb53: Waiting [2021-01-13T14:08:15.692Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:15.692Z] 46edb193abf4: Waiting [2021-01-13T14:08:15.966Z] 81a472fd7476: Pushed [2021-01-13T14:08:15.966Z] 9e2fddf4e6df: Pushed [2021-01-13T14:08:15.966Z] f3dc16f3158e: Pushed [2021-01-13T14:08:16.242Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:16.242Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:16.242Z] 46edb193abf4: Pushed [2021-01-13T14:08:16.242Z] 238876f7484f: Pushed [2021-01-13T14:08:18.209Z] 3b0a5a3e51fb: Pushed [2021-01-13T14:08:18.209Z] bc35452340d9: Pushed [2021-01-13T14:08:18.479Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:00563f7771770ef3e7d1e6608509a5efc77b2204d501326d0ff505a6a934347c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:18.825Z] + 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-13T14:08:19.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:19.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T14:08:19.161Z] 81a472fd7476: Preparing [2021-01-13T14:08:19.161Z] 9e2fddf4e6df: Preparing [2021-01-13T14:08:19.161Z] bc35452340d9: Preparing [2021-01-13T14:08:19.161Z] 3b0a5a3e51fb: Preparing [2021-01-13T14:08:19.161Z] f3dc16f3158e: Preparing [2021-01-13T14:08:19.161Z] 46edb193abf4: Preparing [2021-01-13T14:08:19.161Z] 238876f7484f: Preparing [2021-01-13T14:08:19.161Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:19.161Z] 379067d0cb53: Preparing [2021-01-13T14:08:19.161Z] 46edb193abf4: Waiting [2021-01-13T14:08:19.161Z] 238876f7484f: Waiting [2021-01-13T14:08:19.161Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:19.161Z] 379067d0cb53: Waiting [2021-01-13T14:08:19.432Z] 81a472fd7476: Layer already exists [2021-01-13T14:08:19.432Z] 3b0a5a3e51fb: Layer already exists [2021-01-13T14:08:19.432Z] bc35452340d9: Layer already exists [2021-01-13T14:08:19.432Z] f3dc16f3158e: Layer already exists [2021-01-13T14:08:19.432Z] 9e2fddf4e6df: Layer already exists [2021-01-13T14:08:19.432Z] 238876f7484f: Layer already exists [2021-01-13T14:08:19.432Z] 46edb193abf4: Layer already exists [2021-01-13T14:08:19.432Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:19.432Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:19.432Z] 2.0.0-dev.33: digest: sha256:00563f7771770ef3e7d1e6608509a5efc77b2204d501326d0ff505a6a934347c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:19.774Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:20.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:20.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T14:08:20.126Z] 81a472fd7476: Preparing [2021-01-13T14:08:20.126Z] 9e2fddf4e6df: Preparing [2021-01-13T14:08:20.126Z] bc35452340d9: Preparing [2021-01-13T14:08:20.126Z] 3b0a5a3e51fb: Preparing [2021-01-13T14:08:20.126Z] f3dc16f3158e: Preparing [2021-01-13T14:08:20.126Z] 46edb193abf4: Preparing [2021-01-13T14:08:20.126Z] 238876f7484f: Preparing [2021-01-13T14:08:20.126Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:20.126Z] 379067d0cb53: Preparing [2021-01-13T14:08:20.126Z] 238876f7484f: Waiting [2021-01-13T14:08:20.126Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:20.126Z] 46edb193abf4: Waiting [2021-01-13T14:08:20.126Z] f3dc16f3158e: Layer already exists [2021-01-13T14:08:20.126Z] 9e2fddf4e6df: Layer already exists [2021-01-13T14:08:20.126Z] 3b0a5a3e51fb: Layer already exists [2021-01-13T14:08:20.126Z] 81a472fd7476: Layer already exists [2021-01-13T14:08:20.126Z] bc35452340d9: Layer already exists [2021-01-13T14:08:20.126Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:20.399Z] 238876f7484f: Layer already exists [2021-01-13T14:08:20.399Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:20.399Z] 46edb193abf4: Layer already exists [2021-01-13T14:08:20.399Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:00563f7771770ef3e7d1e6608509a5efc77b2204d501326d0ff505a6a934347c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:20.741Z] + 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-13T14:08:21.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-13T14:08:21.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-13T14:08:21.079Z] 81a472fd7476: Preparing [2021-01-13T14:08:21.079Z] 9e2fddf4e6df: Preparing [2021-01-13T14:08:21.079Z] bc35452340d9: Preparing [2021-01-13T14:08:21.079Z] 3b0a5a3e51fb: Preparing [2021-01-13T14:08:21.079Z] f3dc16f3158e: Preparing [2021-01-13T14:08:21.079Z] 46edb193abf4: Preparing [2021-01-13T14:08:21.079Z] 238876f7484f: Preparing [2021-01-13T14:08:21.079Z] 9b64d3fb8c20: Preparing [2021-01-13T14:08:21.079Z] 379067d0cb53: Preparing [2021-01-13T14:08:21.079Z] 238876f7484f: Waiting [2021-01-13T14:08:21.079Z] 9b64d3fb8c20: Waiting [2021-01-13T14:08:21.079Z] 379067d0cb53: Waiting [2021-01-13T14:08:21.079Z] 46edb193abf4: Waiting [2021-01-13T14:08:21.079Z] 81a472fd7476: Layer already exists [2021-01-13T14:08:21.079Z] 9e2fddf4e6df: Layer already exists [2021-01-13T14:08:21.079Z] f3dc16f3158e: Layer already exists [2021-01-13T14:08:21.079Z] bc35452340d9: Layer already exists [2021-01-13T14:08:21.079Z] 3b0a5a3e51fb: Layer already exists [2021-01-13T14:08:21.352Z] 238876f7484f: Layer already exists [2021-01-13T14:08:21.352Z] 46edb193abf4: Layer already exists [2021-01-13T14:08:21.352Z] 9b64d3fb8c20: Layer already exists [2021-01-13T14:08:21.352Z] 379067d0cb53: Layer already exists [2021-01-13T14:08:21.352Z] master: digest: sha256:00563f7771770ef3e7d1e6608509a5efc77b2204d501326d0ff505a6a934347c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:21.549Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:21.592Z] taggedImages: [2021-01-13T14:08:21.592Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:21.592Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:21.592Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:21.592Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-13T14:08:21.659Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-13T14:08:21.659Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:21.659Z] 2.0.0-dev.33 [2021-01-13T14:08:21.659Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:21.659Z] master [2021-01-13T14:08:21.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:22.203Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:22.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:22.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T14:08:22.535Z] f7a2fabe43ee: Preparing [2021-01-13T14:08:22.535Z] bb0b158d5e31: Preparing [2021-01-13T14:08:22.535Z] 4b49ff007998: Preparing [2021-01-13T14:08:22.535Z] e5d0d9f7a0fd: Preparing [2021-01-13T14:08:22.535Z] 91ca8af035d5: Preparing [2021-01-13T14:08:22.535Z] dd8a2f2a952e: Preparing [2021-01-13T14:08:22.535Z] dd8a2f2a952e: Waiting [2021-01-13T14:08:22.808Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:22.808Z] f7a2fabe43ee: Pushed [2021-01-13T14:08:23.081Z] e5d0d9f7a0fd: Pushed [2021-01-13T14:08:23.081Z] 91ca8af035d5: Pushed [2021-01-13T14:08:23.081Z] dd8a2f2a952e: Pushed [2021-01-13T14:08:25.084Z] bb0b158d5e31: Pushed [2021-01-13T14:08:25.354Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:978743542ed44dfe71a00eaf2b6197aa66ffe500d31b4556db2eaf315ce395d0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:25.691Z] + 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-13T14:08:26.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:26.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T14:08:26.020Z] f7a2fabe43ee: Preparing [2021-01-13T14:08:26.020Z] bb0b158d5e31: Preparing [2021-01-13T14:08:26.020Z] 4b49ff007998: Preparing [2021-01-13T14:08:26.020Z] e5d0d9f7a0fd: Preparing [2021-01-13T14:08:26.020Z] 91ca8af035d5: Preparing [2021-01-13T14:08:26.020Z] dd8a2f2a952e: Preparing [2021-01-13T14:08:26.020Z] dd8a2f2a952e: Waiting [2021-01-13T14:08:26.020Z] f7a2fabe43ee: Layer already exists [2021-01-13T14:08:26.020Z] bb0b158d5e31: Layer already exists [2021-01-13T14:08:26.020Z] e5d0d9f7a0fd: Layer already exists [2021-01-13T14:08:26.020Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:26.020Z] 91ca8af035d5: Layer already exists [2021-01-13T14:08:26.020Z] dd8a2f2a952e: Layer already exists [2021-01-13T14:08:26.290Z] 2.0.0-dev.33: digest: sha256:978743542ed44dfe71a00eaf2b6197aa66ffe500d31b4556db2eaf315ce395d0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:26.625Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:26.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:26.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T14:08:26.953Z] f7a2fabe43ee: Preparing [2021-01-13T14:08:26.953Z] bb0b158d5e31: Preparing [2021-01-13T14:08:26.953Z] 4b49ff007998: Preparing [2021-01-13T14:08:26.953Z] e5d0d9f7a0fd: Preparing [2021-01-13T14:08:26.953Z] 91ca8af035d5: Preparing [2021-01-13T14:08:26.953Z] dd8a2f2a952e: Preparing [2021-01-13T14:08:26.953Z] dd8a2f2a952e: Waiting [2021-01-13T14:08:26.953Z] f7a2fabe43ee: Layer already exists [2021-01-13T14:08:26.953Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:26.953Z] bb0b158d5e31: Layer already exists [2021-01-13T14:08:26.953Z] 91ca8af035d5: Layer already exists [2021-01-13T14:08:27.224Z] e5d0d9f7a0fd: Layer already exists [2021-01-13T14:08:27.224Z] dd8a2f2a952e: Layer already exists [2021-01-13T14:08:27.224Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:978743542ed44dfe71a00eaf2b6197aa66ffe500d31b4556db2eaf315ce395d0 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:27.562Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:27.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-13T14:08:27.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-13T14:08:27.895Z] f7a2fabe43ee: Preparing [2021-01-13T14:08:27.895Z] bb0b158d5e31: Preparing [2021-01-13T14:08:27.895Z] 4b49ff007998: Preparing [2021-01-13T14:08:27.895Z] e5d0d9f7a0fd: Preparing [2021-01-13T14:08:27.895Z] 91ca8af035d5: Preparing [2021-01-13T14:08:27.895Z] dd8a2f2a952e: Preparing [2021-01-13T14:08:27.895Z] dd8a2f2a952e: Waiting [2021-01-13T14:08:27.895Z] 91ca8af035d5: Layer already exists [2021-01-13T14:08:27.895Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:28.166Z] e5d0d9f7a0fd: Layer already exists [2021-01-13T14:08:28.166Z] bb0b158d5e31: Layer already exists [2021-01-13T14:08:28.166Z] f7a2fabe43ee: Layer already exists [2021-01-13T14:08:28.166Z] dd8a2f2a952e: Layer already exists [2021-01-13T14:08:28.166Z] master: digest: sha256:978743542ed44dfe71a00eaf2b6197aa66ffe500d31b4556db2eaf315ce395d0 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:28.367Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:28.413Z] taggedImages: [2021-01-13T14:08:28.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:28.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:28.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:28.414Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-13T14:08:28.481Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-13T14:08:28.481Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:28.481Z] 2.0.0-dev.33 [2021-01-13T14:08:28.481Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:28.481Z] master [2021-01-13T14:08:28.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:28.979Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:29.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:29.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T14:08:29.310Z] 42d6c62b4482: Preparing [2021-01-13T14:08:29.310Z] 75a1c7ac6b69: Preparing [2021-01-13T14:08:29.310Z] 4b49ff007998: Preparing [2021-01-13T14:08:29.582Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:29.582Z] 42d6c62b4482: Pushed [2021-01-13T14:08:32.182Z] 75a1c7ac6b69: Pushed [2021-01-13T14:08:32.182Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:c4f612cad014101ffdb23affa3a108b8512026e80027f3ed44c8aa17e96fb596 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:32.519Z] + 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-13T14:08:32.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:32.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T14:08:32.852Z] 42d6c62b4482: Preparing [2021-01-13T14:08:32.852Z] 75a1c7ac6b69: Preparing [2021-01-13T14:08:32.852Z] 4b49ff007998: Preparing [2021-01-13T14:08:32.852Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:32.852Z] 42d6c62b4482: Layer already exists [2021-01-13T14:08:32.852Z] 75a1c7ac6b69: Layer already exists [2021-01-13T14:08:33.123Z] 2.0.0-dev.33: digest: sha256:c4f612cad014101ffdb23affa3a108b8512026e80027f3ed44c8aa17e96fb596 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:33.461Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:33.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:33.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T14:08:33.789Z] 42d6c62b4482: Preparing [2021-01-13T14:08:33.789Z] 75a1c7ac6b69: Preparing [2021-01-13T14:08:33.789Z] 4b49ff007998: Preparing [2021-01-13T14:08:33.789Z] 42d6c62b4482: Layer already exists [2021-01-13T14:08:33.789Z] 75a1c7ac6b69: Layer already exists [2021-01-13T14:08:34.061Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:34.061Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:c4f612cad014101ffdb23affa3a108b8512026e80027f3ed44c8aa17e96fb596 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:34.443Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:34.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-13T14:08:34.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-13T14:08:34.795Z] 42d6c62b4482: Preparing [2021-01-13T14:08:34.795Z] 75a1c7ac6b69: Preparing [2021-01-13T14:08:34.795Z] 4b49ff007998: Preparing [2021-01-13T14:08:35.070Z] 42d6c62b4482: Layer already exists [2021-01-13T14:08:35.070Z] 75a1c7ac6b69: Layer already exists [2021-01-13T14:08:35.070Z] 4b49ff007998: Layer already exists [2021-01-13T14:08:35.070Z] master: digest: sha256:c4f612cad014101ffdb23affa3a108b8512026e80027f3ed44c8aa17e96fb596 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:35.334Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:35.380Z] taggedImages: [2021-01-13T14:08:35.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:35.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:35.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:35.380Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-13T14:08:35.450Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-13T14:08:35.450Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:35.450Z] 2.0.0-dev.33 [2021-01-13T14:08:35.450Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:35.450Z] master [2021-01-13T14:08:35.450Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:36.003Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:36.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:36.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T14:08:36.356Z] e0b764735f18: Preparing [2021-01-13T14:08:36.356Z] 5c1a75c7c669: Preparing [2021-01-13T14:08:36.356Z] 1066471c0d06: Preparing [2021-01-13T14:08:36.356Z] 97b25b52929e: Preparing [2021-01-13T14:08:36.356Z] 5073312ee79f: Preparing [2021-01-13T14:08:36.356Z] 9c6999eba23e: Preparing [2021-01-13T14:08:36.356Z] 28639d6dee4a: Preparing [2021-01-13T14:08:36.356Z] 9ded3b6bb9b5: Preparing [2021-01-13T14:08:36.356Z] fa1afe8e6ed9: Preparing [2021-01-13T14:08:36.356Z] 87a09b4c083e: Preparing [2021-01-13T14:08:36.356Z] 0f74e9ff2a61: Preparing [2021-01-13T14:08:36.356Z] b122376c33c6: Preparing [2021-01-13T14:08:36.356Z] f8381ed47b22: Preparing [2021-01-13T14:08:36.356Z] e934a737d657: Preparing [2021-01-13T14:08:36.356Z] 28639d6dee4a: Waiting [2021-01-13T14:08:36.356Z] 87a09b4c083e: Waiting [2021-01-13T14:08:36.356Z] 9ded3b6bb9b5: Waiting [2021-01-13T14:08:36.356Z] fa1afe8e6ed9: Waiting [2021-01-13T14:08:36.356Z] 9c6999eba23e: Waiting [2021-01-13T14:08:36.356Z] 0f74e9ff2a61: Waiting [2021-01-13T14:08:36.356Z] b122376c33c6: Waiting [2021-01-13T14:08:36.356Z] f8381ed47b22: Waiting [2021-01-13T14:08:36.356Z] e934a737d657: Waiting [2021-01-13T14:08:37.177Z] 5073312ee79f: Pushed [2021-01-13T14:08:37.453Z] e0b764735f18: Pushed [2021-01-13T14:08:38.049Z] 97b25b52929e: Pushed [2021-01-13T14:08:38.049Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T14:08:38.049Z] fa1afe8e6ed9: Layer already exists [2021-01-13T14:08:38.049Z] 28639d6dee4a: Pushed [2021-01-13T14:08:38.049Z] 87a09b4c083e: Layer already exists [2021-01-13T14:08:38.049Z] b122376c33c6: Layer already exists [2021-01-13T14:08:38.049Z] 0f74e9ff2a61: Layer already exists [2021-01-13T14:08:38.321Z] f8381ed47b22: Layer already exists [2021-01-13T14:08:38.321Z] e934a737d657: Layer already exists [2021-01-13T14:08:38.595Z] 5c1a75c7c669: Pushed [2021-01-13T14:08:39.188Z] 9c6999eba23e: Pushed [2021-01-13T14:08:49.310Z] 1066471c0d06: Pushed [2021-01-13T14:08:49.310Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c: digest: sha256:62f4d004fca4fea215491b7df6cd55f4c32c6550dd00a6130d5adccacc8dd671 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:49.648Z] + 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-13T14:08:49.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:49.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T14:08:49.980Z] e0b764735f18: Preparing [2021-01-13T14:08:49.980Z] 5c1a75c7c669: Preparing [2021-01-13T14:08:49.980Z] 1066471c0d06: Preparing [2021-01-13T14:08:49.980Z] 97b25b52929e: Preparing [2021-01-13T14:08:49.980Z] 5073312ee79f: Preparing [2021-01-13T14:08:49.980Z] 9c6999eba23e: Preparing [2021-01-13T14:08:49.980Z] 28639d6dee4a: Preparing [2021-01-13T14:08:49.980Z] 9ded3b6bb9b5: Preparing [2021-01-13T14:08:49.980Z] fa1afe8e6ed9: Preparing [2021-01-13T14:08:49.980Z] 87a09b4c083e: Preparing [2021-01-13T14:08:49.980Z] 0f74e9ff2a61: Preparing [2021-01-13T14:08:49.980Z] b122376c33c6: Preparing [2021-01-13T14:08:49.980Z] f8381ed47b22: Preparing [2021-01-13T14:08:49.980Z] e934a737d657: Preparing [2021-01-13T14:08:49.980Z] fa1afe8e6ed9: Waiting [2021-01-13T14:08:49.980Z] 87a09b4c083e: Waiting [2021-01-13T14:08:49.980Z] 0f74e9ff2a61: Waiting [2021-01-13T14:08:49.980Z] b122376c33c6: Waiting [2021-01-13T14:08:49.980Z] f8381ed47b22: Waiting [2021-01-13T14:08:49.980Z] e934a737d657: Waiting [2021-01-13T14:08:49.980Z] 9c6999eba23e: Waiting [2021-01-13T14:08:49.980Z] 28639d6dee4a: Waiting [2021-01-13T14:08:49.980Z] 9ded3b6bb9b5: Waiting [2021-01-13T14:08:50.250Z] e0b764735f18: Layer already exists [2021-01-13T14:08:50.250Z] 97b25b52929e: Layer already exists [2021-01-13T14:08:50.250Z] 5c1a75c7c669: Layer already exists [2021-01-13T14:08:50.250Z] 1066471c0d06: Layer already exists [2021-01-13T14:08:50.250Z] 5073312ee79f: Layer already exists [2021-01-13T14:08:50.250Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T14:08:50.250Z] 28639d6dee4a: Layer already exists [2021-01-13T14:08:50.250Z] 9c6999eba23e: Layer already exists [2021-01-13T14:08:50.250Z] fa1afe8e6ed9: Layer already exists [2021-01-13T14:08:50.250Z] 87a09b4c083e: Layer already exists [2021-01-13T14:08:50.250Z] b122376c33c6: Layer already exists [2021-01-13T14:08:50.250Z] e934a737d657: Layer already exists [2021-01-13T14:08:50.250Z] 0f74e9ff2a61: Layer already exists [2021-01-13T14:08:50.250Z] f8381ed47b22: Layer already exists [2021-01-13T14:08:50.250Z] 2.0.0-dev.33: digest: sha256:62f4d004fca4fea215491b7df6cd55f4c32c6550dd00a6130d5adccacc8dd671 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:50.589Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:50.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:50.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T14:08:50.924Z] e0b764735f18: Preparing [2021-01-13T14:08:50.924Z] 5c1a75c7c669: Preparing [2021-01-13T14:08:50.924Z] 1066471c0d06: Preparing [2021-01-13T14:08:50.924Z] 97b25b52929e: Preparing [2021-01-13T14:08:50.924Z] 5073312ee79f: Preparing [2021-01-13T14:08:50.924Z] 9c6999eba23e: Preparing [2021-01-13T14:08:50.924Z] 28639d6dee4a: Preparing [2021-01-13T14:08:50.924Z] 9ded3b6bb9b5: Preparing [2021-01-13T14:08:50.925Z] fa1afe8e6ed9: Preparing [2021-01-13T14:08:50.925Z] 87a09b4c083e: Preparing [2021-01-13T14:08:50.925Z] 0f74e9ff2a61: Preparing [2021-01-13T14:08:50.925Z] b122376c33c6: Preparing [2021-01-13T14:08:50.925Z] f8381ed47b22: Preparing [2021-01-13T14:08:50.925Z] e934a737d657: Preparing [2021-01-13T14:08:50.925Z] fa1afe8e6ed9: Waiting [2021-01-13T14:08:50.925Z] 87a09b4c083e: Waiting [2021-01-13T14:08:50.925Z] 0f74e9ff2a61: Waiting [2021-01-13T14:08:50.925Z] 28639d6dee4a: Waiting [2021-01-13T14:08:50.925Z] b122376c33c6: Waiting [2021-01-13T14:08:50.925Z] f8381ed47b22: Waiting [2021-01-13T14:08:50.925Z] 9c6999eba23e: Waiting [2021-01-13T14:08:50.925Z] 9ded3b6bb9b5: Waiting [2021-01-13T14:08:50.925Z] e934a737d657: Waiting [2021-01-13T14:08:50.925Z] 97b25b52929e: Layer already exists [2021-01-13T14:08:50.925Z] e0b764735f18: Layer already exists [2021-01-13T14:08:51.194Z] 5073312ee79f: Layer already exists [2021-01-13T14:08:51.195Z] 1066471c0d06: Layer already exists [2021-01-13T14:08:51.195Z] 5c1a75c7c669: Layer already exists [2021-01-13T14:08:51.195Z] 9c6999eba23e: Layer already exists [2021-01-13T14:08:51.195Z] 28639d6dee4a: Layer already exists [2021-01-13T14:08:51.195Z] fa1afe8e6ed9: Layer already exists [2021-01-13T14:08:51.195Z] 87a09b4c083e: Layer already exists [2021-01-13T14:08:51.195Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T14:08:51.195Z] f8381ed47b22: Layer already exists [2021-01-13T14:08:51.195Z] 0f74e9ff2a61: Layer already exists [2021-01-13T14:08:51.195Z] b122376c33c6: Layer already exists [2021-01-13T14:08:51.195Z] e934a737d657: Layer already exists [2021-01-13T14:08:51.195Z] 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33: digest: sha256:62f4d004fca4fea215491b7df6cd55f4c32c6550dd00a6130d5adccacc8dd671 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:08:51.533Z] + 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-13T14:08:51.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-13T14:08:51.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-13T14:08:51.869Z] e0b764735f18: Preparing [2021-01-13T14:08:51.869Z] 5c1a75c7c669: Preparing [2021-01-13T14:08:51.869Z] 1066471c0d06: Preparing [2021-01-13T14:08:51.869Z] 97b25b52929e: Preparing [2021-01-13T14:08:51.869Z] 5073312ee79f: Preparing [2021-01-13T14:08:51.869Z] 9c6999eba23e: Preparing [2021-01-13T14:08:51.869Z] 28639d6dee4a: Preparing [2021-01-13T14:08:51.869Z] 9ded3b6bb9b5: Preparing [2021-01-13T14:08:51.869Z] fa1afe8e6ed9: Preparing [2021-01-13T14:08:51.869Z] 87a09b4c083e: Preparing [2021-01-13T14:08:51.869Z] 0f74e9ff2a61: Preparing [2021-01-13T14:08:51.869Z] b122376c33c6: Preparing [2021-01-13T14:08:51.869Z] f8381ed47b22: Preparing [2021-01-13T14:08:51.869Z] e934a737d657: Preparing [2021-01-13T14:08:51.869Z] 87a09b4c083e: Waiting [2021-01-13T14:08:51.869Z] 0f74e9ff2a61: Waiting [2021-01-13T14:08:51.869Z] 9c6999eba23e: Waiting [2021-01-13T14:08:51.869Z] 28639d6dee4a: Waiting [2021-01-13T14:08:51.869Z] 9ded3b6bb9b5: Waiting [2021-01-13T14:08:51.869Z] fa1afe8e6ed9: Waiting [2021-01-13T14:08:51.869Z] f8381ed47b22: Waiting [2021-01-13T14:08:52.139Z] e0b764735f18: Layer already exists [2021-01-13T14:08:52.139Z] 5073312ee79f: Layer already exists [2021-01-13T14:08:52.139Z] 1066471c0d06: Layer already exists [2021-01-13T14:08:52.139Z] 5c1a75c7c669: Layer already exists [2021-01-13T14:08:52.139Z] fa1afe8e6ed9: Layer already exists [2021-01-13T14:08:52.139Z] 9c6999eba23e: Layer already exists [2021-01-13T14:08:52.139Z] 28639d6dee4a: Layer already exists [2021-01-13T14:08:52.139Z] 9ded3b6bb9b5: Layer already exists [2021-01-13T14:08:52.139Z] 0f74e9ff2a61: Layer already exists [2021-01-13T14:08:52.139Z] 87a09b4c083e: Layer already exists [2021-01-13T14:08:52.139Z] f8381ed47b22: Layer already exists [2021-01-13T14:08:52.139Z] e934a737d657: Layer already exists [2021-01-13T14:08:52.139Z] 97b25b52929e: Layer already exists [2021-01-13T14:08:52.139Z] b122376c33c6: Layer already exists [2021-01-13T14:08:52.408Z] master: digest: sha256:62f4d004fca4fea215491b7df6cd55f4c32c6550dd00a6130d5adccacc8dd671 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-13T14:08:52.611Z] ===================================================== [Pipeline] echo [2021-01-13T14:08:52.685Z] taggedImages: [2021-01-13T14:08:52.685Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [2021-01-13T14:08:52.685Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.33 [2021-01-13T14:08:52.685Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c-2.0.0-dev.33 [2021-01-13T14:08:52.685Z] - 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-13T14:08:54.170Z] provisioning config files... [2021-01-13T14:08:54.179Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/289@tmp/config6073133919746553173tmp [Pipeline] { [Pipeline] sh [2021-01-13T14:08:54.554Z] + set +x [2021-01-13T14:08:54.555Z] + curl -s https://codecov.io/bash [2021-01-13T14:08:54.555Z] + bash -s -- [2021-01-13T14:08:55.140Z] [2021-01-13T14:08:55.140Z] _____ _ [2021-01-13T14:08:55.140Z] / ____| | | [2021-01-13T14:08:55.140Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T14:08:55.140Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T14:08:55.140Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T14:08:55.140Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T14:08:55.141Z] Bash-20201231-23d4836 [2021-01-13T14:08:55.141Z] [2021-01-13T14:08:55.141Z] [2021-01-13T14:08:55.141Z] ==> git version 2.24.3 found [2021-01-13T14:08:55.141Z] ==> 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-13T14:08:55.141Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T14:08:55.141Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T14:08:55.141Z] ==> Jenkins CI detected. [2021-01-13T14:08:55.141Z] project root: . [2021-01-13T14:08:55.141Z] --> token set from env [2021-01-13T14:08:55.141Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T14:08:55.141Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T14:08:55.141Z] ==> Python coveragepy not found [2021-01-13T14:08:55.141Z] ==> Searching for coverage reports in: [2021-01-13T14:08:55.141Z] + . [2021-01-13T14:08:55.141Z] -> Found 1 reports [2021-01-13T14:08:55.141Z] ==> Detecting git/mercurial file structure [2021-01-13T14:08:55.141Z] ==> Reading reports [2021-01-13T14:08:55.141Z] + ./coverage.out bytes=552842 [2021-01-13T14:08:55.141Z] ==> Appending adjustments [2021-01-13T14:08:55.141Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T14:08:58.454Z] + Found adjustments [2021-01-13T14:08:58.454Z] ==> Gzipping contents [2021-01-13T14:08:58.454Z] 84K /tmp/codecov.SVlA3w.gz [2021-01-13T14:08:58.454Z] ==> Uploading reports [2021-01-13T14:08:58.454Z] url: https://codecov.io [2021-01-13T14:08:58.454Z] query: branch=master&commit=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c&build=289&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F289%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T14:08:58.454Z] -> Pinging Codecov [2021-01-13T14:08:58.454Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c&build=289&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F289%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-13T14:08:59.401Z] -> Uploading to [2021-01-13T14:08:59.401Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c/465a60fe-50ae-4042-b73a-4231a7cf47b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T140859Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=262577122f07510ad8ff04a3975f9d06e5d771c413d7c07dbd9eef31889a5933 [2021-01-13T14:08:59.401Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:08:59.401Z] Dload Upload Total Spent Left Speed [2021-01-13T14:08:59.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83670 0 0 100 83670 0 124k --:--:-- --:--:-- --:--:-- 124k 100 83670 0 0 100 83670 0 124k --:--:-- --:--:-- --:--:-- 124k [2021-01-13T14:08:59.975Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c [Pipeline] } [2021-01-13T14:08:59.986Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-13T14:09:00.999Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-13T14:09:01.079Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:09:01.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T14:09:01.697Z] [2021-01-13T14:09:01.697Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:09:02.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T14:09:02.065Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-13T14:09:02.065Z] 188c0c94c7c5: Already exists [2021-01-13T14:09:02.065Z] 0ef7d3d256c8: Already exists [2021-01-13T14:09:02.065Z] de9db76c5a1d: Already exists [2021-01-13T14:09:02.065Z] 0eba1c9be4d2: Pulling fs layer [2021-01-13T14:09:02.065Z] 0d57e429df01: Pulling fs layer [2021-01-13T14:09:02.065Z] 4e4be7b47b0d: Pulling fs layer [2021-01-13T14:09:02.066Z] e1f770b5df2f: Pulling fs layer [2021-01-13T14:09:02.066Z] 85a0685a4137: Pulling fs layer [2021-01-13T14:09:02.066Z] e1f770b5df2f: Waiting [2021-01-13T14:09:02.066Z] 85a0685a4137: Waiting [2021-01-13T14:09:02.066Z] 4e4be7b47b0d: Verifying Checksum [2021-01-13T14:09:02.066Z] 0d57e429df01: Verifying Checksum [2021-01-13T14:09:02.066Z] 4e4be7b47b0d: Download complete [2021-01-13T14:09:02.066Z] 0d57e429df01: Download complete [2021-01-13T14:09:03.999Z] e1f770b5df2f: Verifying Checksum [2021-01-13T14:09:03.999Z] e1f770b5df2f: Download complete [2021-01-13T14:09:06.585Z] 0eba1c9be4d2: Download complete [2021-01-13T14:09:07.545Z] 85a0685a4137: Verifying Checksum [2021-01-13T14:09:07.545Z] 85a0685a4137: Download complete [2021-01-13T14:09:12.885Z] 0eba1c9be4d2: Pull complete [2021-01-13T14:09:12.885Z] 0d57e429df01: Pull complete [2021-01-13T14:09:12.885Z] 4e4be7b47b0d: Pull complete [2021-01-13T14:09:16.559Z] e1f770b5df2f: Pull complete [2021-01-13T14:09:24.760Z] 85a0685a4137: Pull complete [2021-01-13T14:09:24.760Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-13T14:09:24.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-13T14:09:24.761Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-13T14:09:25.011Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T14:09:25.073Z] $ 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/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T14:09:26.465Z] $ docker top e1ecdbedc445f34c15a4f278cc84c969fd7f9ac2159d0a158f444626f7fb43de -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T14:09:26.812Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-13T14:09:27.164Z] + set -o pipefail [2021-01-13T14:09:27.164Z] + snyk monitor '--org=edgex-jenkins' [2021-01-13T14:09:37.192Z] [2021-01-13T14:09:37.192Z] Monitoring /w/workspace/edgex-go/289 (github.com/edgexfoundry/edgex-go)... [2021-01-13T14:09:37.192Z] [2021-01-13T14:09:37.192Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7b7ca923-4cb7-4b57-8707-097bf5f7ef01 [2021-01-13T14:09:37.192Z] [2021-01-13T14:09:37.192Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-13T14:09:37.192Z] [2021-01-13T14:09:37.192Z] [Pipeline] } [2021-01-13T14:09:37.209Z] $ docker stop --time=1 e1ecdbedc445f34c15a4f278cc84c969fd7f9ac2159d0a158f444626f7fb43de [2021-01-13T14:09:39.989Z] $ docker rm -f e1ecdbedc445f34c15a4f278cc84c969fd7f9ac2159d0a158f444626f7fb43de [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-13T14:09:41.774Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T14:09:41.833Z] provisioning config files... [2021-01-13T14:09:41.845Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/289@tmp/config2232476926046143310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:09:42.232Z] --> edgex-publish-swagger.sh [2021-01-13T14:09:42.232Z] === Publish openapi/v1 API === [2021-01-13T14:09:42.232Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-13T14:09:42.232Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-13T14:09:42.232Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:42.232Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:43.622Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 9345 0:00:01 0:00:01 --:--:-- 9352 100 10521 0 0 100 10521 0 9343 0:00:01 0:00:01 --:--:-- 9352 [2021-01-13T14:09:43.622Z] [2021-01-13T14:09:43.622Z] [2021-01-13T14:09:43.622Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-13T14:09:43.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:43.622Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:44.571Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31185 0:00:01 0:00:01 --:--:-- 31213 100 32556 0 0 100 32556 0 31179 0:00:01 0:00:01 --:--:-- 31213 [2021-01-13T14:09:44.571Z] [2021-01-13T14:09:44.571Z] [2021-01-13T14:09:44.571Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-13T14:09:44.571Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:44.571Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:45.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 67954 0:00:01 0:00:01 --:--:-- 68007 100 73720 0 0 100 73720 0 67942 0:00:01 0:00:01 --:--:-- 68007 [2021-01-13T14:09:45.519Z] [2021-01-13T14:09:45.519Z] [2021-01-13T14:09:45.519Z] [publishToSwagger] Publishing API Name [support-logging] [2021-01-13T14:09:45.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:45.519Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:46.913Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12190 0:00:01 0:00:01 --:--:-- 12201 100 13580 0 0 100 13580 0 12188 0:00:01 0:00:01 --:--:-- 12201 [2021-01-13T14:09:46.913Z] [2021-01-13T14:09:46.913Z] [2021-01-13T14:09:46.913Z] [publishToSwagger] Publishing API Name [support-notifications] [2021-01-13T14:09:46.913Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:46.913Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:47.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33451 0:00:01 0:00:01 --:--:-- 33438 100 38889 0 0 100 38889 0 33445 0:00:01 0:00:01 --:--:-- 33438 [2021-01-13T14:09:47.862Z] [2021-01-13T14:09:47.862Z] [2021-01-13T14:09:47.862Z] [publishToSwagger] Publishing API Name [support-scheduler] [2021-01-13T14:09:47.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:47.862Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:48.818Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13029 0:00:01 0:00:01 --:--:-- 13035 100 14248 0 0 100 14248 0 13026 0:00:01 0:00:01 --:--:-- 13035 [2021-01-13T14:09:48.818Z] [2021-01-13T14:09:48.818Z] [2021-01-13T14:09:48.818Z] [publishToSwagger] Publishing API Name [system-agent] [2021-01-13T14:09:48.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:48.818Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:50.237Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3751 0:00:01 0:00:01 --:--:-- 3752 100 4109 0 0 100 4109 0 3750 0:00:01 0:00:01 --:--:-- 3752 [2021-01-13T14:09:50.237Z] [2021-01-13T14:09:50.237Z] [2021-01-13T14:09:50.237Z] === Publish openapi/v2 API === [2021-01-13T14:09:50.237Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-13T14:09:50.237Z] [publishToSwagger] Publishing API Name [core-command] [2021-01-13T14:09:50.237Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:50.237Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:51.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25679 0:00:01 0:00:01 --:--:-- 25704 100 29535 0 0 100 29535 0 25674 0:00:01 0:00:01 --:--:-- 25682 [2021-01-13T14:09:51.189Z] [2021-01-13T14:09:51.189Z] [2021-01-13T14:09:51.189Z] [publishToSwagger] Publishing API Name [core-data] [2021-01-13T14:09:51.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T14:09:51.189Z] Dload Upload Total Spent Left Speed [2021-01-13T14:09:52.593Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 51974 0:00:01 0:00:01 --:--:-- 52005 100 60430 0 0 100 60430 0 51964 0:00:01 0:00:01 --:--:-- 52005 [2021-01-13T14:09:52.593Z] [2021-01-13T14:09:52.593Z] [2021-01-13T14:09:52.593Z] [publishToSwagger] Publishing API Name [core-metadata] [2021-01-13T14:09:52.593Z] /w/workspace/edgex-go/289@tmp/durable-b443fbb5/script.sh: line 28: /usr/bin/curl: Argument list too long [Pipeline] } [2021-01-13T14:09:52.608Z] 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-13T14:09:54.520Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:09:55.424Z] ---> package-listing.sh [2021-01-13T14:09:55.424Z] ++ facter osfamily [2021-01-13T14:09:55.424Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T14:09:55.424Z] + OS_FAMILY=redhat [2021-01-13T14:09:55.424Z] + workspace=/w/workspace/edgex-go/289 [2021-01-13T14:09:55.424Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T14:09:55.424Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T14:09:55.424Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T14:09:55.424Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T14:09:55.424Z] + '[' /w/workspace/edgex-go/289 ']' [2021-01-13T14:09:55.424Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T14:09:55.424Z] + case "${OS_FAMILY}" in [2021-01-13T14:09:55.425Z] + rpm -qa [2021-01-13T14:09:55.425Z] + sort [2021-01-13T14:10:00.752Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T14:10:00.752Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T14:10:00.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T14:10:00.752Z] + '[' /w/workspace/edgex-go/289 ']' [2021-01-13T14:10:00.752Z] + mkdir -p /w/workspace/edgex-go/289/archives/ [2021-01-13T14:10:00.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/289/archives/ [Pipeline] echo [2021-01-13T14:10:00.771Z] 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/289/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T14:10:01.090Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:10:01.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T14:10:01.402Z] [2021-01-13T14:10:01.402Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T14:10:01.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T14:10:01.770Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T14:10:01.770Z] df20fa9351a1: Pulling fs layer [2021-01-13T14:10:01.770Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T14:10:01.770Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T14:10:01.770Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T14:10:01.770Z] 93b61091891f: Pulling fs layer [2021-01-13T14:10:01.770Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T14:10:01.770Z] 5e14af77c1be: Pulling fs layer [2021-01-13T14:10:01.770Z] 01666e4c0597: Pulling fs layer [2021-01-13T14:10:01.770Z] aa168da1d23b: Pulling fs layer [2021-01-13T14:10:01.770Z] 93b9cdb0e59b: Waiting [2021-01-13T14:10:01.770Z] 5e14af77c1be: Waiting [2021-01-13T14:10:01.770Z] 01666e4c0597: Waiting [2021-01-13T14:10:01.770Z] aa168da1d23b: Waiting [2021-01-13T14:10:01.770Z] 46f8f816bc3b: Waiting [2021-01-13T14:10:01.770Z] 93b61091891f: Waiting [2021-01-13T14:10:01.770Z] 36b3adc4ff6f: Download complete [2021-01-13T14:10:01.770Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T14:10:01.770Z] 46f8f816bc3b: Download complete [2021-01-13T14:10:02.043Z] df20fa9351a1: Verifying Checksum [2021-01-13T14:10:02.043Z] df20fa9351a1: Download complete [2021-01-13T14:10:02.043Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T14:10:02.043Z] 93b9cdb0e59b: Download complete [2021-01-13T14:10:02.043Z] 5e14af77c1be: Download complete [2021-01-13T14:10:02.043Z] 93b61091891f: Verifying Checksum [2021-01-13T14:10:02.043Z] 93b61091891f: Download complete [2021-01-13T14:10:02.043Z] 01666e4c0597: Verifying Checksum [2021-01-13T14:10:02.043Z] 01666e4c0597: Download complete [2021-01-13T14:10:02.043Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T14:10:02.043Z] 8ad3a11d3b57: Download complete [2021-01-13T14:10:02.317Z] df20fa9351a1: Pull complete [2021-01-13T14:10:02.592Z] 36b3adc4ff6f: Pull complete [2021-01-13T14:10:03.603Z] 8ad3a11d3b57: Pull complete [2021-01-13T14:10:03.603Z] 46f8f816bc3b: Pull complete [2021-01-13T14:10:05.035Z] 93b61091891f: Pull complete [2021-01-13T14:10:05.315Z] 93b9cdb0e59b: Pull complete [2021-01-13T14:10:05.315Z] 5e14af77c1be: Pull complete [2021-01-13T14:10:05.594Z] 01666e4c0597: Pull complete [2021-01-13T14:10:05.594Z] aa168da1d23b: Verifying Checksum [2021-01-13T14:10:05.594Z] aa168da1d23b: Download complete [2021-01-13T14:10:12.455Z] aa168da1d23b: Pull complete [2021-01-13T14:10:12.718Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T14:10:12.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T14:10:12.718Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T14:10:12.916Z] prd-centos7-docker-4c-2g-19962 does not seem to be running inside a container [2021-01-13T14:10:13.135Z] $ 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/289/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/289 -v /w/workspace/edgex-go/289:/w/workspace/edgex-go/289:rw,z -v /w/workspace/edgex-go/289@tmp:/w/workspace/edgex-go/289@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-13T14:10:16.930Z] $ docker top 39653469f7e2d357011600b4740d00acb85dda1fb3aa2c3c831522ef204a458f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T14:10:17.556Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T14:10:17.868Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T14:10:18.187Z] + ls /var/log/sa-host [2021-01-13T14:10:18.187Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T14:10:18.187Z] file_magic: OK [2021-01-13T14:10:18.187Z] HZ: Using current value: 100 [2021-01-13T14:10:18.187Z] file_header: OK [2021-01-13T14:10:18.187Z] 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-13T14:10:18.187Z] Statistics: [2021-01-13T14:10:18.187Z] 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-13T14:10:18.187Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T14:10:18.187Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T14:10:18.187Z] file_magic: OK [2021-01-13T14:10:18.187Z] HZ: Using current value: 100 [2021-01-13T14:10:18.187Z] file_header: OK [2021-01-13T14:10:18.187Z] 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-13T14:10:18.187Z] Statistics: [2021-01-13T14:10:18.187Z] Hnuu...uuuununununu... [2021-01-13T14:10:18.187Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T14:10:18.841Z] provisioning config files... [2021-01-13T14:10:18.857Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/289@tmp/config3401129639413903769tmp [Pipeline] { [Pipeline] echo [2021-01-13T14:10:18.940Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:10:19.242Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T14:10:19.252Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T14:10:19.374Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:10:19.674Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T14:10:19.686Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:10:19.990Z] ---> sudo-logs.sh [2021-01-13T14:10:19.990Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T14:10:20.001Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:10:20.303Z] ---> job-cost.sh [2021-01-13T14:10:20.304Z] lf-activate-venv: SKIPPING [2021-01-13T14:10:20.304Z] INFO: No Stack... [2021-01-13T14:10:21.732Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T14:10:22.306Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T14:10:22.321Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T14:10:22.626Z] ---> logs-deploy.sh [2021-01-13T14:10:22.626Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/289 [2021-01-13T14:10:22.626Z] INFO: archiving workspace using pattern(s): [2021-01-13T14:10:25.951Z] Archives upload complete. [2021-01-13T14:10:25.951Z] INFO: archiving logs to Nexus [2021-01-13T14:10:26.528Z] ---> uname -a: [2021-01-13T14:10:26.528Z] Linux prd-centos7-docker-4c-2g-19962.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] ---> lscpu: [2021-01-13T14:10:26.528Z] Architecture: x86_64 [2021-01-13T14:10:26.528Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-13T14:10:26.528Z] Byte Order: Little Endian [2021-01-13T14:10:26.528Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-13T14:10:26.528Z] CPU(s): 4 [2021-01-13T14:10:26.528Z] On-line CPU(s) list: 0-3 [2021-01-13T14:10:26.528Z] Thread(s) per core: 1 [2021-01-13T14:10:26.528Z] Core(s) per socket: 1 [2021-01-13T14:10:26.528Z] Socket(s): 4 [2021-01-13T14:10:26.528Z] NUMA node(s): 1 [2021-01-13T14:10:26.528Z] Vendor ID: GenuineIntel [2021-01-13T14:10:26.528Z] CPU family: 6 [2021-01-13T14:10:26.528Z] Model: 44 [2021-01-13T14:10:26.528Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-13T14:10:26.528Z] Stepping: 1 [2021-01-13T14:10:26.528Z] CPU MHz: 2933.436 [2021-01-13T14:10:26.528Z] BogoMIPS: 5866.87 [2021-01-13T14:10:26.528Z] Virtualization: VT-x [2021-01-13T14:10:26.528Z] Hypervisor vendor: KVM [2021-01-13T14:10:26.528Z] Virtualization type: full [2021-01-13T14:10:26.528Z] L1d cache: 128 KiB [2021-01-13T14:10:26.528Z] L1i cache: 128 KiB [2021-01-13T14:10:26.528Z] L2 cache: 16 MiB [2021-01-13T14:10:26.528Z] L3 cache: 64 MiB [2021-01-13T14:10:26.528Z] NUMA node0 CPU(s): 0-3 [2021-01-13T14:10:26.528Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-13T14:10:26.528Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-13T14:10:26.528Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-13T14:10:26.528Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-13T14:10:26.528Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-13T14:10:26.528Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-13T14:10:26.528Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-13T14:10:26.528Z] Vulnerability Srbds: Not affected [2021-01-13T14:10:26.528Z] Vulnerability Tsx async abort: Not affected [2021-01-13T14:10:26.528Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] ---> nproc: [2021-01-13T14:10:26.528Z] 4 [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] ---> df -h: [2021-01-13T14:10:26.528Z] Filesystem Size Used Available Use% Mounted on [2021-01-13T14:10:26.528Z] overlay 50.0G 12.3G 37.7G 25% / [2021-01-13T14:10:26.528Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-13T14:10:26.528Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-13T14:10:26.528Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/289 [2021-01-13T14:10:26.528Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/289@tmp [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] ---> free -m: [2021-01-13T14:10:26.528Z] total used free shared buff/cache available [2021-01-13T14:10:26.528Z] Mem: 1837 742 201 0 893 1015 [2021-01-13T14:10:26.528Z] Swap: 1023 57 966 [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] ---> ip addr: [2021-01-13T14:10:26.528Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-13T14:10:26.528Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-13T14:10:26.528Z] inet 127.0.0.1/8 scope host lo [2021-01-13T14:10:26.528Z] valid_lft forever preferred_lft forever [2021-01-13T14:10:26.528Z] inet6 ::1/128 scope host [2021-01-13T14:10:26.528Z] valid_lft forever preferred_lft forever [2021-01-13T14:10:26.528Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-13T14:10:26.528Z] link/ether fa:16:3e:bc:b8:5c brd ff:ff:ff:ff:ff:ff [2021-01-13T14:10:26.528Z] inet 10.30.123.208/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-13T14:10:26.528Z] valid_lft 85495sec preferred_lft 85495sec [2021-01-13T14:10:26.528Z] inet6 fe80::f816:3eff:febc:b85c/64 scope link [2021-01-13T14:10:26.528Z] valid_lft forever preferred_lft forever [2021-01-13T14:10:26.528Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-13T14:10:26.528Z] link/ether 02:42:88:8a:91:91 brd ff:ff:ff:ff:ff:ff [2021-01-13T14:10:26.528Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-13T14:10:26.528Z] valid_lft forever preferred_lft forever [2021-01-13T14:10:26.528Z] inet6 fe80::42:88ff:fe8a:9191/64 scope link [2021-01-13T14:10:26.528Z] valid_lft forever preferred_lft forever [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] ---> sar -b -r -n DEV: [2021-01-13T14:10:26.528Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] 13:55:10 LINUX RESTART (4 CPU) [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] 13:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-13T14:10:26.528Z] 13:57:01 148.62 75.67 72.95 0.00 9091.42 27058.73 0.00 [2021-01-13T14:10:26.528Z] 13:58:02 275.23 104.77 170.46 0.00 4355.38 40138.87 0.00 [2021-01-13T14:10:26.528Z] 13:59:01 181.76 75.23 106.53 0.00 2773.08 11681.76 0.00 [2021-01-13T14:10:26.528Z] 14:00:01 131.70 38.27 93.43 0.00 2774.45 24135.66 0.00 [2021-01-13T14:10:26.528Z] 14:01:04 1792.86 1423.61 369.25 0.00 171983.52 224884.51 0.00 [2021-01-13T14:10:26.528Z] 14:02:01 1156.22 914.17 242.04 0.00 62257.50 79736.26 0.00 [2021-01-13T14:10:26.528Z] 14:03:02 1359.28 1011.72 347.56 0.00 103851.90 141688.62 0.00 [2021-01-13T14:10:26.528Z] 14:04:01 776.39 495.87 280.51 0.00 42813.80 50727.96 0.00 [2021-01-13T14:10:26.528Z] 14:05:01 80.95 65.25 15.70 0.00 3755.98 383.43 0.00 [2021-01-13T14:10:26.528Z] 14:06:01 2.41 0.57 1.85 0.00 17.72 42.50 0.00 [2021-01-13T14:10:26.528Z] 14:07:01 0.28 0.00 0.28 0.00 0.00 3.11 0.00 [2021-01-13T14:10:26.528Z] 14:08:01 0.32 0.13 0.18 0.00 2.13 3.11 0.00 [2021-01-13T14:10:26.528Z] 14:09:01 13.31 13.09 0.22 0.00 857.55 20.03 0.00 [2021-01-13T14:10:26.528Z] 14:10:01 349.24 202.53 146.71 0.00 13002.03 36775.43 0.00 [2021-01-13T14:10:26.528Z] Average: 450.94 318.44 132.51 0.00 30335.46 46209.58 0.00 [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] 13:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-13T14:10:26.528Z] 13:57:01 73584 0 609204 32.38 2596 1196160 1316792 44.94 680480 913936 103512 [2021-01-13T14:10:26.528Z] 13:58:02 102824 0 782284 41.58 1492 994944 1646968 56.21 643524 859164 48800 [2021-01-13T14:10:26.528Z] 13:59:01 297696 0 777280 41.31 764 805804 1774708 60.57 608132 689680 65296 [2021-01-13T14:10:26.528Z] 14:00:01 156232 0 749172 39.82 652 975488 1293888 44.16 597324 833228 220 [2021-01-13T14:10:26.528Z] 14:01:04 69100 0 834256 44.34 0 978188 2343352 79.97 694772 895540 88404 [2021-01-13T14:10:26.528Z] 14:02:01 378408 0 702420 37.33 0 800716 1357312 46.32 527068 731896 12 [2021-01-13T14:10:26.528Z] 14:03:02 268868 0 874024 46.45 0 738652 2406100 82.12 662060 703684 5016 [2021-01-13T14:10:26.528Z] 14:04:01 298248 0 667084 35.45 0 916212 1508176 51.47 468332 871984 20 [2021-01-13T14:10:26.528Z] 14:05:01 210620 0 643204 34.18 0 1027720 1199916 40.95 528628 901320 20 [2021-01-13T14:10:26.528Z] 14:06:01 215652 0 637660 33.89 0 1028232 1176756 40.16 525716 900348 28 [2021-01-13T14:10:26.528Z] 14:07:01 217336 0 636008 33.80 0 1028200 1165448 39.77 524828 900044 20 [2021-01-13T14:10:26.528Z] 14:08:01 216788 0 636544 33.83 0 1028212 1165628 39.78 525076 900108 20 [2021-01-13T14:10:26.528Z] 14:09:01 186772 0 641536 34.10 0 1053236 1167304 39.84 534120 918856 112 [2021-01-13T14:10:26.528Z] 14:10:01 98268 0 703456 37.39 0 1079820 1361456 46.46 656980 844924 200 [2021-01-13T14:10:26.528Z] Average: 199314 0 706724 37.56 393 975113 1491700 50.91 584074 847479 22263 [2021-01-13T14:10:26.528Z] [2021-01-13T14:10:26.528Z] 13:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-13T14:10:26.528Z] 13:57:01 eth0 1143.18 1113.37 4831.23 137.86 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.528Z] 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.528Z] 13:57:01 docker0 832.10 782.75 68.58 2670.49 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.528Z] 13:58:02 vethe548660 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.528Z] 13:58:02 eth0 341.38 280.88 2008.77 34.93 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.528Z] 13:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.528Z] 13:58:02 docker0 165.02 198.19 12.13 828.92 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 13:59:01 vethe548660 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 13:59:01 eth0 44.00 29.61 26.40 66.88 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:00:01 veth6111d50 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:00:01 eth0 211.23 175.45 1705.87 84.92 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:01:04 veth6111d50 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:01:04 eth0 43.49 21.50 155.17 9.63 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:01:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:01:04 docker0 10.88 23.21 0.58 138.43 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:02:01 veth85b0cb4 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:02:01 veth6111d50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:02:01 eth0 40.69 32.02 65.61 54.76 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:03:02 veth6111d50 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:03:02 veth434ace3 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:03:02 vethaed31c8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:03:02 eth0 205.63 127.97 1661.39 37.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:04:01 veth6111d50 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:04:01 eth0 109.44 69.44 224.17 84.99 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:04:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:04:01 docker0 1062.45 1109.02 85.01 4307.09 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:05:01 eth0 429.14 400.45 186.67 1553.40 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:05:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:06:01 eth0 4.36 2.41 3.86 0.23 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:07:01 eth0 0.10 0.08 0.01 0.03 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:08:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:09:01 eth0 8.63 5.78 8.52 4.37 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:10:01 eth0 457.28 405.47 4267.09 84.53 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] 14:10:01 docker0 34.94 32.46 3.36 219.38 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] Average: eth0 217.41 190.61 1084.76 153.71 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] Average: docker0 77.29 80.39 6.22 318.89 0.00 0.00 0.00 0.00 [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.529Z] ---> sar -P ALL: [2021-01-13T14:10:26.529Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/13/21 _x86_64_ (4 CPU) [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.529Z] 13:55:10 LINUX RESTART (4 CPU) [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.529Z] 13:56:01 CPU %user %nice %system %iowait %steal %idle [2021-01-13T14:10:26.529Z] 13:57:01 all 13.37 0.00 6.84 2.15 0.19 77.45 [2021-01-13T14:10:26.529Z] 13:57:01 0 13.98 0.00 8.03 1.15 0.21 76.64 [2021-01-13T14:10:26.529Z] 13:57:01 1 10.63 0.00 7.25 2.78 0.15 79.18 [2021-01-13T14:10:26.529Z] 13:57:01 2 17.01 0.00 5.81 2.56 0.21 74.41 [2021-01-13T14:10:26.529Z] 13:57:01 3 11.88 0.00 6.28 2.10 0.19 79.55 [2021-01-13T14:10:26.529Z] 13:58:02 all 15.73 0.00 9.86 5.27 0.35 68.79 [2021-01-13T14:10:26.529Z] 13:58:02 0 14.69 0.00 8.63 4.59 0.33 71.77 [2021-01-13T14:10:26.529Z] 13:58:02 1 16.08 0.00 10.27 5.46 0.41 67.78 [2021-01-13T14:10:26.529Z] 13:58:02 2 15.34 0.00 9.95 5.41 0.36 68.93 [2021-01-13T14:10:26.529Z] 13:58:02 3 16.82 0.00 10.61 5.62 0.29 66.65 [2021-01-13T14:10:26.529Z] 13:59:01 all 63.12 0.00 15.51 5.76 0.30 15.30 [2021-01-13T14:10:26.529Z] 13:59:01 0 60.37 0.00 15.39 5.09 0.35 18.80 [2021-01-13T14:10:26.529Z] 13:59:01 1 62.64 0.00 16.45 4.47 0.29 16.15 [2021-01-13T14:10:26.529Z] 13:59:01 2 64.68 0.00 15.31 7.96 0.33 11.73 [2021-01-13T14:10:26.529Z] 13:59:01 3 64.79 0.00 14.89 5.52 0.24 14.56 [2021-01-13T14:10:26.529Z] 14:00:01 all 30.40 0.00 11.86 2.68 0.30 54.77 [2021-01-13T14:10:26.529Z] 14:00:01 0 29.90 0.00 11.75 2.81 0.33 55.21 [2021-01-13T14:10:26.529Z] 14:00:01 1 31.44 0.00 11.74 3.51 0.24 53.06 [2021-01-13T14:10:26.529Z] 14:00:01 2 29.83 0.00 12.26 4.06 0.30 53.56 [2021-01-13T14:10:26.529Z] 14:00:01 3 30.42 0.00 11.68 0.35 0.31 57.24 [2021-01-13T14:10:26.529Z] 14:01:04 all 20.75 0.00 31.15 21.23 0.73 26.14 [2021-01-13T14:10:26.529Z] 14:01:04 0 19.70 0.00 30.33 22.05 0.75 27.18 [2021-01-13T14:10:26.529Z] 14:01:04 1 20.49 0.00 32.01 20.75 0.77 25.98 [2021-01-13T14:10:26.529Z] 14:01:04 2 21.33 0.00 31.96 20.80 0.68 25.23 [2021-01-13T14:10:26.529Z] 14:01:04 3 21.48 0.00 30.31 21.31 0.72 26.19 [2021-01-13T14:10:26.529Z] 14:02:01 all 56.07 0.00 19.79 13.10 0.35 10.69 [2021-01-13T14:10:26.529Z] 14:02:01 0 56.42 0.00 19.14 12.23 0.36 11.85 [2021-01-13T14:10:26.529Z] 14:02:01 1 56.68 0.00 20.01 12.09 0.33 10.89 [2021-01-13T14:10:26.529Z] 14:02:01 2 55.14 0.00 20.23 16.10 0.42 8.10 [2021-01-13T14:10:26.529Z] 14:02:01 3 56.00 0.00 19.78 12.07 0.30 11.84 [2021-01-13T14:10:26.529Z] 14:03:02 all 38.51 0.00 24.94 16.59 0.48 19.49 [2021-01-13T14:10:26.529Z] 14:03:02 0 36.53 0.00 24.81 16.79 0.57 21.31 [2021-01-13T14:10:26.529Z] 14:03:02 1 39.34 0.00 26.08 15.11 0.45 19.02 [2021-01-13T14:10:26.529Z] 14:03:02 2 37.32 0.00 24.64 19.64 0.45 17.95 [2021-01-13T14:10:26.529Z] 14:03:02 3 40.85 0.00 24.23 14.81 0.44 19.66 [2021-01-13T14:10:26.529Z] 14:04:01 all 26.75 0.00 16.92 21.21 0.43 34.70 [2021-01-13T14:10:26.529Z] 14:04:01 0 26.19 0.00 16.57 23.08 0.43 33.74 [2021-01-13T14:10:26.529Z] 14:04:01 1 27.38 0.00 17.27 19.63 0.45 35.28 [2021-01-13T14:10:26.529Z] 14:04:01 2 26.81 0.00 17.02 22.40 0.41 33.36 [2021-01-13T14:10:26.529Z] 14:04:01 3 26.60 0.00 16.81 19.72 0.45 36.41 [2021-01-13T14:10:26.529Z] 14:05:01 all 8.95 0.00 4.02 1.70 0.36 84.96 [2021-01-13T14:10:26.529Z] 14:05:01 0 9.56 0.00 4.64 1.86 0.32 83.61 [2021-01-13T14:10:26.529Z] 14:05:01 1 8.83 0.00 3.63 1.56 0.37 85.61 [2021-01-13T14:10:26.529Z] 14:05:01 2 8.82 0.00 4.08 1.69 0.37 85.03 [2021-01-13T14:10:26.529Z] 14:05:01 3 8.57 0.00 3.74 1.70 0.39 85.60 [2021-01-13T14:10:26.529Z] 14:06:01 all 0.19 0.00 0.05 0.01 0.01 99.73 [2021-01-13T14:10:26.529Z] 14:06:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-13T14:10:26.529Z] 14:06:01 1 0.53 0.00 0.03 0.02 0.02 99.40 [2021-01-13T14:10:26.529Z] 14:06:01 2 0.08 0.00 0.07 0.02 0.02 99.82 [2021-01-13T14:10:26.529Z] 14:06:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-13T14:10:26.529Z] 14:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-13T14:10:26.529Z] 14:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-13T14:10:26.529Z] 14:07:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-13T14:10:26.529Z] 14:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-13T14:10:26.529Z] 14:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.529Z] 14:07:01 CPU %user %nice %system %iowait %steal %idle [2021-01-13T14:10:26.529Z] 14:08:01 all 0.26 0.00 0.10 0.00 0.02 99.61 [2021-01-13T14:10:26.529Z] 14:08:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-13T14:10:26.529Z] 14:08:01 1 0.75 0.00 0.15 0.00 0.03 99.07 [2021-01-13T14:10:26.529Z] 14:08:01 2 0.17 0.00 0.12 0.02 0.02 99.68 [2021-01-13T14:10:26.529Z] 14:08:01 3 0.07 0.00 0.08 0.00 0.03 99.82 [2021-01-13T14:10:26.529Z] 14:09:01 all 1.16 0.00 0.71 0.34 0.03 97.77 [2021-01-13T14:10:26.529Z] 14:09:01 0 0.85 0.00 0.65 0.33 0.03 98.13 [2021-01-13T14:10:26.529Z] 14:09:01 1 2.42 0.00 1.27 0.67 0.02 95.62 [2021-01-13T14:10:26.529Z] 14:09:01 2 0.57 0.00 0.43 0.25 0.02 98.73 [2021-01-13T14:10:26.529Z] 14:09:01 3 0.78 0.00 0.48 0.12 0.03 98.58 [2021-01-13T14:10:26.529Z] 14:10:01 all 10.88 0.00 8.44 7.04 0.21 73.43 [2021-01-13T14:10:26.529Z] 14:10:01 0 10.89 0.00 9.94 6.07 0.21 72.89 [2021-01-13T14:10:26.529Z] 14:10:01 1 11.88 0.00 8.31 11.83 0.17 67.81 [2021-01-13T14:10:26.529Z] 14:10:01 2 10.13 0.00 7.23 4.33 0.21 78.10 [2021-01-13T14:10:26.529Z] 14:10:01 3 10.63 0.00 8.27 5.95 0.24 74.91 [2021-01-13T14:10:26.529Z] Average: all 19.79 0.00 10.51 6.78 0.26 62.65 [2021-01-13T14:10:26.529Z] Average: 0 19.30 0.00 10.52 6.72 0.28 63.19 [2021-01-13T14:10:26.529Z] Average: 1 20.08 0.00 10.81 6.86 0.26 61.99 [2021-01-13T14:10:26.529Z] Average: 2 19.83 0.00 10.42 7.31 0.27 62.18 [2021-01-13T14:10:26.529Z] Average: 3 19.97 0.00 10.29 6.22 0.26 63.27 [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.529Z] [2021-01-13T14:10:26.530Z]