Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bbb161aa59ef099937232867751a09afbb087fa9 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16539 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/262 [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/262 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Checking out Revision bbb161aa59ef099937232867751a09afbb087fa9 (master) > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API (#2959)" > git rev-list --no-walk 4ced080b53a8511502d10792e71c1cbc2dc01eb3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-17T17:32:42.985Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-17T17:32:43.264Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-17T17:32:43.371Z] ========================================================= [2020-12-17T17:32:43.371Z] EdgeX Global Pipelines Version Info [2020-12-17T17:32:43.371Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:32:45.624Z] ------------------- [2020-12-17T17:32:45.624Z] stable info: [2020-12-17T17:32:45.624Z] ------------------- [2020-12-17T17:32:45.624Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-17T17:32:45.624Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T17:32:45.624Z] Message: update stable to v1.0.173 [2020-12-17T17:32:46.215Z] ------------------- [2020-12-17T17:32:46.215Z] experimental info: [2020-12-17T17:32:46.215Z] ------------------- [2020-12-17T17:32:46.215Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-17T17:32:46.215Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T17:32:46.215Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-17T17:32:46.573Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-17T17:32:46.668Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-17T17:32:46.765Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-17T17:32:46.884Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-17T17:32:46.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-17T17:32:47.086Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-17T17:32:47.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-17T17:32:47.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-17T17:32:47.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-17T17:32:47.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-17T17:32:47.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-17T17:32:47.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-17T17:32:47.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-17T17:32:47.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-17T17:32:48.003Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-17T17:32:48.101Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-17T17:32:48.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-17T17:32:48.330Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-17T17:32:48.423Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-17T17:32:48.525Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-17T17:32:48.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-17T17:32:48.709Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-17T17:32:48.802Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-17T17:32:48.908Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-17T17:32:49.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-17T17:32:49.124Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-17T17:32:49.214Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] echo [2020-12-17T17:32:49.305Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbb161a [Pipeline] echo [2020-12-17T17:32:49.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T17:32:49.600Z] provisioning config files... [2020-12-17T17:32:49.642Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config9044336379026115859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:32:50.057Z] ---> docker-login.sh [2020-12-17T17:32:50.057Z] nexus3.edgexfoundry.org:10001 [2020-12-17T17:32:50.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:32:50.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:32:50.913Z] Configure a credential helper to remove this warning. See [2020-12-17T17:32:50.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:32:50.913Z] [2020-12-17T17:32:50.913Z] Login Succeeded [2020-12-17T17:32:50.913Z] nexus3.edgexfoundry.org:10002 [2020-12-17T17:32:50.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:32:51.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:32:51.199Z] Configure a credential helper to remove this warning. See [2020-12-17T17:32:51.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:32:51.199Z] [2020-12-17T17:32:51.199Z] Login Succeeded [2020-12-17T17:32:51.199Z] nexus3.edgexfoundry.org:10003 [2020-12-17T17:32:51.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:32:51.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:32:51.757Z] Configure a credential helper to remove this warning. See [2020-12-17T17:32:51.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:32:51.757Z] [2020-12-17T17:32:51.757Z] Login Succeeded [2020-12-17T17:32:51.757Z] nexus3.edgexfoundry.org:10004 [2020-12-17T17:32:52.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:32:52.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:32:52.055Z] Configure a credential helper to remove this warning. See [2020-12-17T17:32:52.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:32:52.055Z] [2020-12-17T17:32:52.055Z] Login Succeeded [2020-12-17T17:32:52.055Z] docker.io [2020-12-17T17:32:52.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:32:52.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:32:52.622Z] Configure a credential helper to remove this warning. See [2020-12-17T17:32:52.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:32:52.622Z] [2020-12-17T17:32:52.622Z] Login Succeeded [2020-12-17T17:32:52.622Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T17:32:52.652Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T17:32:53.444Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] ++ dirname cmd/core-command/Dockerfile [2020-12-17T17:32:53.445Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ dirname cmd/core-data/Dockerfile [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-17T17:32:53.445Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-17T17:32:53.445Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-17T17:32:53.445Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-17T17:32:53.445Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T17:32:53.445Z] ++ cut -d/ -f2 [2020-12-17T17:32:53.445Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-17T17:32:53.445Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-17T17:32:53.605Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:32:55.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T17:32:55.340Z] [2020-12-17T17:32:55.340Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:32:55.903Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T17:32:55.903Z] latest: Pulling from edgex-devops/git-semver [2020-12-17T17:32:55.903Z] 31603596830f: Pulling fs layer [2020-12-17T17:32:55.903Z] 2a8b12db71e7: Pulling fs layer [2020-12-17T17:32:55.903Z] 6ca5941a6612: Pulling fs layer [2020-12-17T17:32:55.903Z] ecc8261a40a4: Pulling fs layer [2020-12-17T17:32:55.903Z] ecc8261a40a4: Waiting [2020-12-17T17:32:55.903Z] 2a8b12db71e7: Verifying Checksum [2020-12-17T17:32:55.903Z] 2a8b12db71e7: Download complete [2020-12-17T17:32:56.195Z] 31603596830f: Verifying Checksum [2020-12-17T17:32:56.195Z] 31603596830f: Download complete [2020-12-17T17:32:56.473Z] 6ca5941a6612: Verifying Checksum [2020-12-17T17:32:56.473Z] 6ca5941a6612: Download complete [2020-12-17T17:32:56.473Z] ecc8261a40a4: Verifying Checksum [2020-12-17T17:32:56.473Z] ecc8261a40a4: Download complete [2020-12-17T17:32:56.738Z] 31603596830f: Pull complete [2020-12-17T17:32:57.008Z] 2a8b12db71e7: Pull complete [2020-12-17T17:32:58.020Z] 6ca5941a6612: Pull complete [2020-12-17T17:32:59.000Z] ecc8261a40a4: Pull complete [2020-12-17T17:32:59.000Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-17T17:32:59.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T17:32:59.000Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-17T17:32:59.264Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:32:59.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T17:33:02.898Z] $ docker top 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T17:33:03.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T17:33:03.289Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T17:33:04.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T17:33:04.069Z] $ docker exec 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 ssh-agent [2020-12-17T17:33:04.473Z] SSH_AUTH_SOCK=/tmp/ssh-PvgGsb72IlMr/agent.11 [2020-12-17T17:33:04.473Z] SSH_AGENT_PID=16 [2020-12-17T17:33:04.491Z] Running ssh-add (command line suppressed) [2020-12-17T17:33:04.794Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_1995250665349747998.key (/w/workspace/edgex-go/262@tmp/private_key_1995250665349747998.key) [2020-12-17T17:33:04.900Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T17:33:05.271Z] + git tag --points-at HEAD [Pipeline] } [2020-12-17T17:33:05.313Z] $ docker exec --env ******** --env ******** 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 ssh-agent -k [2020-12-17T17:33:05.555Z] unset SSH_AUTH_SOCK; [2020-12-17T17:33:05.556Z] unset SSH_AGENT_PID; [2020-12-17T17:33:05.556Z] echo Agent pid 16 killed; [2020-12-17T17:33:05.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-17T17:33:05.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T17:33:05.810Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T17:33:06.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T17:33:06.134Z] $ docker exec 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 ssh-agent [2020-12-17T17:33:06.488Z] SSH_AUTH_SOCK=/tmp/ssh-JHQ76DKvppdy/agent.46 [2020-12-17T17:33:06.488Z] SSH_AGENT_PID=51 [2020-12-17T17:33:06.500Z] Running ssh-add (command line suppressed) [2020-12-17T17:33:06.949Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_1905373292784999945.key (/w/workspace/edgex-go/262@tmp/private_key_1905373292784999945.key) [2020-12-17T17:33:07.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T17:33:07.456Z] + git semver init [2020-12-17T17:33:07.456Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T17:33:07.456Z] # $GIT_DIR = /w/workspace/edgex-go/262/.git [2020-12-17T17:33:07.456Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/262 [2020-12-17T17:33:07.456Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T17:33:07.456Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T17:33:07.456Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T17:33:07.456Z] # $SEMVER_BRANCH = master [2020-12-17T17:33:07.456Z] # $SEMVER_TEMP = /tmp/semver-139398131 [2020-12-17T17:33:07.456Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-17T17:33:40.369Z] # '/tmp/semver-139398131' -> '/w/workspace/edgex-go/262/.semver' [2020-12-17T17:33:40.369Z] # -> Force: false [2020-12-17T17:33:40.369Z] # $SEMVER_DIR = /w/workspace/edgex-go/262/.semver [Pipeline] } [2020-12-17T17:33:40.394Z] $ docker exec --env ******** --env ******** 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 ssh-agent -k [2020-12-17T17:33:40.842Z] unset SSH_AUTH_SOCK; [2020-12-17T17:33:40.845Z] unset SSH_AGENT_PID; [2020-12-17T17:33:40.845Z] echo Agent pid 51 killed; [2020-12-17T17:33:40.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T17:33:41.555Z] + git semver [Pipeline] } [2020-12-17T17:33:41.595Z] $ docker stop --time=1 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 [2020-12-17T17:33:43.535Z] $ docker rm -f 4a4954e9912b389c7696b69e39d740895222c0b146b633779f6ed07cbfee5fe0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T17:33:44.264Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-17T17:33:45.009Z] Stashed 1 file(s) [Pipeline] echo [2020-12-17T17:33:45.012Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T17:33:45.895Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-17T17:33:46.226Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T17:33:46.538Z] + sudo service docker restart [2020-12-17T17:33:46.538Z] + true [2020-12-17T17:33:46.538Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-17T17:33:47.526Z] ========================================================= [2020-12-17T17:33:47.526Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-17T17:33:47.526Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:33:47.898Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-17T17:33:54.620Z] Sending build context to Docker daemon 326.1MB [2020-12-17T17:33:54.620Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-17T17:33:54.620Z] Step 2/7 : FROM ${BASE} [2020-12-17T17:33:54.886Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-17T17:33:54.886Z] 188c0c94c7c5: Pulling fs layer [2020-12-17T17:33:54.886Z] 0ef7d3d256c8: Pulling fs layer [2020-12-17T17:33:54.886Z] de9db76c5a1d: Pulling fs layer [2020-12-17T17:33:54.886Z] bca2f99d35d6: Pulling fs layer [2020-12-17T17:33:54.886Z] 93359f2a8cfa: Pulling fs layer [2020-12-17T17:33:54.886Z] 7c6f9722023f: Pulling fs layer [2020-12-17T17:33:54.886Z] a35cf1a2eb13: Pulling fs layer [2020-12-17T17:33:54.886Z] 93359f2a8cfa: Waiting [2020-12-17T17:33:54.886Z] bca2f99d35d6: Waiting [2020-12-17T17:33:54.886Z] 7c6f9722023f: Waiting [2020-12-17T17:33:54.886Z] a35cf1a2eb13: Waiting [2020-12-17T17:33:54.886Z] de9db76c5a1d: Download complete [2020-12-17T17:33:54.886Z] 0ef7d3d256c8: Verifying Checksum [2020-12-17T17:33:54.886Z] 0ef7d3d256c8: Download complete [2020-12-17T17:33:55.856Z] 93359f2a8cfa: Verifying Checksum [2020-12-17T17:33:55.856Z] 93359f2a8cfa: Download complete [2020-12-17T17:33:55.856Z] 7c6f9722023f: Verifying Checksum [2020-12-17T17:33:55.856Z] 7c6f9722023f: Download complete [2020-12-17T17:33:55.856Z] 188c0c94c7c5: Verifying Checksum [2020-12-17T17:33:55.856Z] 188c0c94c7c5: Download complete [2020-12-17T17:33:56.169Z] 188c0c94c7c5: Pull complete [2020-12-17T17:33:56.852Z] 0ef7d3d256c8: Pull complete [2020-12-17T17:33:57.831Z] de9db76c5a1d: Pull complete [2020-12-17T17:33:59.268Z] a35cf1a2eb13: Verifying Checksum [2020-12-17T17:33:59.268Z] a35cf1a2eb13: Download complete [2020-12-17T17:34:00.246Z] bca2f99d35d6: Verifying Checksum [2020-12-17T17:34:00.246Z] bca2f99d35d6: Download complete [2020-12-17T17:34:00.368Z] Still waiting to schedule task [2020-12-17T17:34:00.368Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16537’ is offline [2020-12-17T17:34:12.768Z] bca2f99d35d6: Pull complete [2020-12-17T17:34:12.768Z] 93359f2a8cfa: Pull complete [2020-12-17T17:34:12.768Z] 7c6f9722023f: Pull complete [2020-12-17T17:34:18.202Z] a35cf1a2eb13: Pull complete [2020-12-17T17:34:18.202Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-17T17:34:18.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-17T17:34:18.202Z] ---> a62c8e92a672 [2020-12-17T17:34:18.202Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-17T17:34:18.202Z] ---> Running in 8b89afaa0a35 [2020-12-17T17:34:18.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:34:19.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:34:21.179Z] (1/12) Installing libmagic (5.38-r0) [2020-12-17T17:34:21.444Z] (2/12) Installing file (5.38-r0) [2020-12-17T17:34:21.445Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-17T17:34:21.445Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-17T17:34:25.719Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-17T17:34:25.719Z] (6/12) Installing patch (2.7.6-r6) [2020-12-17T17:34:25.719Z] (7/12) Installing build-base (0.5-r2) [2020-12-17T17:34:25.719Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-17T17:34:25.991Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-17T17:34:25.991Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-17T17:34:25.991Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-17T17:34:26.260Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-17T17:34:26.260Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:34:26.260Z] OK: 233 MiB in 51 packages [2020-12-17T17:34:31.724Z] Removing intermediate container 8b89afaa0a35 [2020-12-17T17:34:31.724Z] ---> cec43c744edd [2020-12-17T17:34:31.724Z] Step 4/7 : WORKDIR /edgex-go [2020-12-17T17:34:31.724Z] ---> Running in 305ee057bb33 [2020-12-17T17:34:31.724Z] Removing intermediate container 305ee057bb33 [2020-12-17T17:34:31.724Z] ---> ea9e6e349f66 [2020-12-17T17:34:31.724Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T17:34:32.312Z] latest: Pulling from library/docker [2020-12-17T17:34:32.312Z] 801bfaa63ef2: Pulling fs layer [2020-12-17T17:34:32.312Z] 4f7dc993c79e: Pulling fs layer [2020-12-17T17:34:32.312Z] d39d95e4997f: Pulling fs layer [2020-12-17T17:34:32.312Z] 1cda4b703d87: Pulling fs layer [2020-12-17T17:34:32.312Z] 54e5375350ea: Pulling fs layer [2020-12-17T17:34:32.312Z] f08cd1b3bb1b: Pulling fs layer [2020-12-17T17:34:32.312Z] 8e17d04e0c68: Pulling fs layer [2020-12-17T17:34:32.312Z] 1cda4b703d87: Waiting [2020-12-17T17:34:32.312Z] 54e5375350ea: Waiting [2020-12-17T17:34:32.312Z] 8e17d04e0c68: Waiting [2020-12-17T17:34:32.312Z] f08cd1b3bb1b: Waiting [2020-12-17T17:34:32.614Z] d39d95e4997f: Verifying Checksum [2020-12-17T17:34:32.614Z] d39d95e4997f: Download complete [2020-12-17T17:34:32.614Z] 4f7dc993c79e: Download complete [2020-12-17T17:34:32.614Z] 801bfaa63ef2: Verifying Checksum [2020-12-17T17:34:32.614Z] 801bfaa63ef2: Download complete [2020-12-17T17:34:32.614Z] f08cd1b3bb1b: Verifying Checksum [2020-12-17T17:34:32.614Z] f08cd1b3bb1b: Download complete [2020-12-17T17:34:32.922Z] 54e5375350ea: Verifying Checksum [2020-12-17T17:34:32.922Z] 54e5375350ea: Download complete [2020-12-17T17:34:32.922Z] 8e17d04e0c68: Verifying Checksum [2020-12-17T17:34:32.922Z] 8e17d04e0c68: Download complete [2020-12-17T17:34:33.245Z] 801bfaa63ef2: Pull complete [2020-12-17T17:34:33.885Z] 4f7dc993c79e: Pull complete [2020-12-17T17:34:34.158Z] d39d95e4997f: Pull complete [2020-12-17T17:34:34.158Z] 1cda4b703d87: Verifying Checksum [2020-12-17T17:34:34.158Z] 1cda4b703d87: Download complete [2020-12-17T17:34:39.567Z] 1cda4b703d87: Pull complete [2020-12-17T17:34:39.567Z] 54e5375350ea: Pull complete [2020-12-17T17:34:39.567Z] f08cd1b3bb1b: Pull complete [2020-12-17T17:34:39.567Z] 8e17d04e0c68: Pull complete [2020-12-17T17:34:39.837Z] Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 [2020-12-17T17:34:39.837Z] Status: Downloaded newer image for docker:latest [2020-12-17T17:34:41.874Z] ---> 9a916b8e1d15 [2020-12-17T17:34:41.874Z] Step 6/7 : COPY go.mod . [2020-12-17T17:34:42.458Z] ---> c4f2d9b7a446 [2020-12-17T17:34:42.458Z] Step 7/7 : RUN go mod download [2020-12-17T17:34:42.458Z] ---> Running in a37b52766cee [2020-12-17T17:35:09.347Z] Removing intermediate container a37b52766cee [2020-12-17T17:35:09.347Z] ---> 09344bd73507 [2020-12-17T17:35:09.347Z] Successfully built 09344bd73507 [2020-12-17T17:35:09.347Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:35:09.705Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T17:35:09.971Z] . [Pipeline] withDockerContainer [2020-12-17T17:35:10.106Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:35:10.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T17:35:11.585Z] $ docker top 9c3eef072c838a5886e43a4375a59cc1d86248b1bd387f99f7237c295b0d8ae0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T17:35:12.565Z] + go version [2020-12-17T17:35:12.565Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-17T17:35:12.591Z] $ docker stop --time=1 9c3eef072c838a5886e43a4375a59cc1d86248b1bd387f99f7237c295b0d8ae0 [2020-12-17T17:35:14.149Z] $ docker rm -f 9c3eef072c838a5886e43a4375a59cc1d86248b1bd387f99f7237c295b0d8ae0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:35:15.047Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T17:35:15.047Z] . [Pipeline] withDockerContainer [2020-12-17T17:35:15.241Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:35:15.324Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T17:35:16.470Z] $ docker top ad5f52bc8e69bc2211b3724398175853ad87f5e97487afd7db7a4181b6c165b4 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T17:35:16.742Z] ========================================================= [2020-12-17T17:35:16.742Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-17T17:35:16.742Z] ========================================================= [Pipeline] sh [2020-12-17T17:35:17.144Z] + make test [2020-12-17T17:35:17.145Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-17T17:35:36.902Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-17T17:35:42.840Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16540 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-17T17:35:42.953Z] Running in /w/workspace/edgex-go/262 [Pipeline] { [Pipeline] checkout [2020-12-17T17:35:48.258Z] using credential edgex-jenkins-ssh [2020-12-17T17:35:48.319Z] Cloning the remote Git repository [2020-12-17T17:35:48.368Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-17T17:35:48.470Z] > git init /w/workspace/edgex-go/262 # timeout=10 [2020-12-17T17:35:48.541Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T17:35:48.542Z] > git --version # timeout=10 [2020-12-17T17:35:48.556Z] > git --version # 'git version 2.17.1' [2020-12-17T17:35:48.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T17:35:48.627Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T17:36:04.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-17T17:36:06.521Z] Checking out Revision bbb161aa59ef099937232867751a09afbb087fa9 (master) [2020-12-17T17:36:05.882Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T17:36:05.907Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T17:36:05.930Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T17:36:05.965Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T17:36:05.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T17:36:05.977Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T17:36:06.537Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T17:36:06.549Z] > git checkout -f bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-17T17:36:09.737Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-17T17:36:11.170Z] Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API (#2959)" [2020-12-17T17:36:11.245Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-17T17:36:11.245Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-17T17:36:11.521Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-12-17T17:36:11.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T17:36:12.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-17T17:36:12.937Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-17T17:36:13.084Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-17T17:36:13.355Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T17:36:13.710Z] + true [2020-12-17T17:36:13.711Z] + sudo service docker restart [2020-12-17T17:36:14.171Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-17T17:36:15.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T17:36:15.828Z] provisioning config files... [2020-12-17T17:36:15.869Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config8753819175546740216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:36:16.275Z] ---> docker-login.sh [2020-12-17T17:36:16.275Z] nexus3.edgexfoundry.org:10001 [2020-12-17T17:36:16.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-17T17:36:16.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-17T17:36:16.755Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-17T17:36:16.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:36:17.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:36:17.480Z] Configure a credential helper to remove this warning. See [2020-12-17T17:36:17.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:36:17.480Z] [2020-12-17T17:36:17.480Z] Login Succeeded [2020-12-17T17:36:17.480Z] nexus3.edgexfoundry.org:10002 [2020-12-17T17:36:17.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:36:18.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:36:18.031Z] Configure a credential helper to remove this warning. See [2020-12-17T17:36:18.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:36:18.031Z] [2020-12-17T17:36:18.031Z] Login Succeeded [2020-12-17T17:36:18.031Z] nexus3.edgexfoundry.org:10003 [2020-12-17T17:36:18.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:36:18.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:36:18.588Z] Configure a credential helper to remove this warning. See [2020-12-17T17:36:18.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:36:18.588Z] [2020-12-17T17:36:18.588Z] Login Succeeded [2020-12-17T17:36:18.588Z] nexus3.edgexfoundry.org:10004 [2020-12-17T17:36:18.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:36:18.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:36:18.866Z] Configure a credential helper to remove this warning. See [2020-12-17T17:36:18.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:36:18.866Z] [2020-12-17T17:36:18.866Z] Login Succeeded [2020-12-17T17:36:18.866Z] docker.io [2020-12-17T17:36:19.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:36:19.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:36:19.731Z] Configure a credential helper to remove this warning. See [2020-12-17T17:36:19.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:36:19.731Z] [2020-12-17T17:36:19.731Z] Login Succeeded [2020-12-17T17:36:19.731Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T17:36:19.748Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-17T17:36:20.181Z] ========================================================= [2020-12-17T17:36:20.181Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-17T17:36:20.181Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:36:20.573Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-17T17:36:22.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.6% of statements [2020-12-17T17:36:22.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-17T17:36:22.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-17T17:36:22.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-17T17:36:22.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-17T17:36:22.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-17T17:36:23.234Z] Sending build context to Docker daemon 165.3MB [2020-12-17T17:36:23.234Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-17T17:36:23.234Z] Step 2/7 : FROM ${BASE} [2020-12-17T17:36:23.234Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-17T17:36:23.234Z] 5f621e34cdf4: Pulling fs layer [2020-12-17T17:36:23.234Z] a4357932f1b6: Pulling fs layer [2020-12-17T17:36:23.234Z] 18c013af1878: Pulling fs layer [2020-12-17T17:36:23.234Z] 00ac8860ef70: Pulling fs layer [2020-12-17T17:36:23.234Z] 63d7cb157983: Pulling fs layer [2020-12-17T17:36:23.234Z] b116817d02f9: Pulling fs layer [2020-12-17T17:36:23.234Z] 745a02a5169b: Pulling fs layer [2020-12-17T17:36:23.234Z] 00ac8860ef70: Waiting [2020-12-17T17:36:23.234Z] 63d7cb157983: Waiting [2020-12-17T17:36:23.234Z] b116817d02f9: Waiting [2020-12-17T17:36:23.234Z] 745a02a5169b: Waiting [2020-12-17T17:36:23.234Z] 18c013af1878: Verifying Checksum [2020-12-17T17:36:23.234Z] 18c013af1878: Download complete [2020-12-17T17:36:23.234Z] a4357932f1b6: Verifying Checksum [2020-12-17T17:36:23.234Z] a4357932f1b6: Download complete [2020-12-17T17:36:23.234Z] 63d7cb157983: Verifying Checksum [2020-12-17T17:36:23.234Z] 63d7cb157983: Download complete [2020-12-17T17:36:23.234Z] 5f621e34cdf4: Verifying Checksum [2020-12-17T17:36:23.234Z] b116817d02f9: Verifying Checksum [2020-12-17T17:36:23.234Z] b116817d02f9: Download complete [2020-12-17T17:36:23.840Z] 5f621e34cdf4: Pull complete [2020-12-17T17:36:24.442Z] a4357932f1b6: Pull complete [2020-12-17T17:36:25.049Z] 18c013af1878: Pull complete [2020-12-17T17:36:26.037Z] 745a02a5169b: Verifying Checksum [2020-12-17T17:36:26.037Z] 745a02a5169b: Download complete [2020-12-17T17:36:27.022Z] 00ac8860ef70: Verifying Checksum [2020-12-17T17:36:27.022Z] 00ac8860ef70: Download complete [2020-12-17T17:36:28.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.300s coverage: 27.1% of statements [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-17T17:36:28.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-17T17:36:28.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-17T17:36:28.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.608s coverage: 72.7% of statements [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-17T17:36:28.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-17T17:36:28.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 83.3% of statements [2020-12-17T17:36:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-17T17:36:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T17:36:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-17T17:36:28.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-17T17:36:32.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.661s coverage: 28.6% of statements [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-17T17:36:32.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-17T17:36:32.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.121s coverage: 100.0% of statements [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-17T17:36:32.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.193s coverage: 86.7% of statements [2020-12-17T17:36:32.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-17T17:36:32.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.288s coverage: 97.5% of statements [2020-12-17T17:36:32.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-17T17:36:33.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2020-12-17T17:36:33.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-17T17:36:33.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-17T17:36:33.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-17T17:36:33.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-17T17:36:37.212Z] 00ac8860ef70: Pull complete [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.726s coverage: 93.8% of statements [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.118s coverage: 0.1% of statements [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.142s coverage: 100.0% of statements [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.125s coverage: 75.5% of statements [2020-12-17T17:36:37.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 80.8% of statements [2020-12-17T17:36:37.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2020-12-17T17:36:37.485Z] 63d7cb157983: Pull complete [2020-12-17T17:36:37.761Z] b116817d02f9: Pull complete [2020-12-17T17:36:37.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.118s coverage: 84.2% of statements [2020-12-17T17:36:39.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.377s coverage: 91.4% of statements [2020-12-17T17:36:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-17T17:36:40.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.376s coverage: 63.5% of statements [2020-12-17T17:36:40.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-17T17:36:40.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-17T17:36:40.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements [2020-12-17T17:36:40.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2020-12-17T17:36:40.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2020-12-17T17:36:41.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements [2020-12-17T17:36:41.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2020-12-17T17:36:42.081Z] 745a02a5169b: Pull complete [2020-12-17T17:36:42.081Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-17T17:36:42.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-17T17:36:42.081Z] ---> b7e6874047d6 [2020-12-17T17:36:42.081Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-17T17:36:43.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.682s coverage: 55.9% of statements [2020-12-17T17:36:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-17T17:36:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-17T17:36:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-17T17:36:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-17T17:36:43.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-17T17:36:44.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 37.0% of statements [2020-12-17T17:36:44.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-17T17:36:44.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-17T17:36:44.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.688s coverage: 84.0% of statements [2020-12-17T17:36:44.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2020-12-17T17:36:44.720Z] ---> Running in 1c9e1e8b449f [2020-12-17T17:36:46.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:36:47.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:36:47.731Z] (1/12) Installing libmagic (5.38-r0) [2020-12-17T17:36:48.002Z] (2/12) Installing file (5.38-r0) [2020-12-17T17:36:48.002Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-17T17:36:48.275Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-17T17:36:48.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.212s coverage: 47.1% of statements [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-17T17:36:48.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-17T17:36:48.937Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements [2020-12-17T17:36:48.937Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.354s coverage: 29.1% of statements [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.276s coverage: 99.0% of statements [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-17T17:36:51.769Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-17T17:36:51.769Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2020-12-17T17:36:52.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.101s coverage: 32.1% of statements [2020-12-17T17:36:52.760Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements [2020-12-17T17:36:53.379Z] GO111MODULE=on go vet ./... [2020-12-17T17:37:00.641Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-17T17:37:00.641Z] (6/12) Installing patch (2.7.6-r6) [2020-12-17T17:37:00.641Z] (7/12) Installing build-base (0.5-r2) [2020-12-17T17:37:00.641Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-17T17:37:00.641Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-17T17:37:00.641Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-17T17:37:00.641Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-17T17:37:00.641Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-17T17:37:00.641Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:37:00.641Z] OK: 217 MiB in 51 packages [2020-12-17T17:37:04.106Z] Removing intermediate container 1c9e1e8b449f [2020-12-17T17:37:04.106Z] ---> d86ebfcc250a [2020-12-17T17:37:04.106Z] Step 4/7 : WORKDIR /edgex-go [2020-12-17T17:37:04.106Z] ---> Running in f3cedfb259ba [2020-12-17T17:37:04.381Z] Removing intermediate container f3cedfb259ba [2020-12-17T17:37:04.381Z] ---> 81ebe233da9c [2020-12-17T17:37:04.381Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T17:37:05.353Z] latest: Pulling from library/docker [2020-12-17T17:37:05.625Z] a3cc7d3b244e: Pulling fs layer [2020-12-17T17:37:05.625Z] 02a3295e0d61: Pulling fs layer [2020-12-17T17:37:05.625Z] 0f4f2e6d8100: Pulling fs layer [2020-12-17T17:37:05.625Z] 065c9533d613: Pulling fs layer [2020-12-17T17:37:05.625Z] 9fce0df16b8b: Pulling fs layer [2020-12-17T17:37:05.625Z] e3faa53604c1: Pulling fs layer [2020-12-17T17:37:05.625Z] 04b5adaa2053: Pulling fs layer [2020-12-17T17:37:05.625Z] 065c9533d613: Waiting [2020-12-17T17:37:05.625Z] e3faa53604c1: Waiting [2020-12-17T17:37:05.625Z] 04b5adaa2053: Waiting [2020-12-17T17:37:05.625Z] 9fce0df16b8b: Waiting [2020-12-17T17:37:05.625Z] 0f4f2e6d8100: Verifying Checksum [2020-12-17T17:37:05.625Z] 0f4f2e6d8100: Download complete [2020-12-17T17:37:05.916Z] 02a3295e0d61: Verifying Checksum [2020-12-17T17:37:05.916Z] 02a3295e0d61: Download complete [2020-12-17T17:37:05.916Z] a3cc7d3b244e: Verifying Checksum [2020-12-17T17:37:05.916Z] a3cc7d3b244e: Download complete [2020-12-17T17:37:05.916Z] 9fce0df16b8b: Verifying Checksum [2020-12-17T17:37:05.916Z] 9fce0df16b8b: Download complete [2020-12-17T17:37:05.916Z] e3faa53604c1: Verifying Checksum [2020-12-17T17:37:05.916Z] e3faa53604c1: Download complete [2020-12-17T17:37:06.190Z] 04b5adaa2053: Verifying Checksum [2020-12-17T17:37:06.190Z] 04b5adaa2053: Download complete [2020-12-17T17:37:06.480Z] a3cc7d3b244e: Pull complete [2020-12-17T17:37:07.083Z] 02a3295e0d61: Pull complete [2020-12-17T17:37:07.716Z] 0f4f2e6d8100: Pull complete [2020-12-17T17:37:07.716Z] 065c9533d613: Verifying Checksum [2020-12-17T17:37:07.716Z] 065c9533d613: Download complete [2020-12-17T17:37:11.108Z] 065c9533d613: Pull complete [2020-12-17T17:37:11.381Z] 9fce0df16b8b: Pull complete [2020-12-17T17:37:11.656Z] e3faa53604c1: Pull complete [2020-12-17T17:37:11.930Z] 04b5adaa2053: Pull complete [2020-12-17T17:37:11.930Z] Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 [2020-12-17T17:37:12.206Z] Status: Downloaded newer image for docker:latest [2020-12-17T17:37:15.592Z] ---> 2929e346f8a0 [2020-12-17T17:37:15.592Z] Step 6/7 : COPY go.mod . [2020-12-17T17:37:15.865Z] ---> 538becb3c1d2 [2020-12-17T17:37:15.865Z] Step 7/7 : RUN go mod download [2020-12-17T17:37:15.865Z] ---> Running in e63e4468d3fa [2020-12-17T17:37:40.883Z] gofmt -l . [2020-12-17T17:37:40.883Z] [ "`gofmt -l .`" = "" ] [2020-12-17T17:37:40.883Z] ./bin/test-go-mod-tidy.sh [2020-12-17T17:37:41.893Z] ./bin/test-attribution-txt.sh [2020-12-17T17:37:42.652Z] Removing intermediate container e63e4468d3fa [2020-12-17T17:37:42.652Z] ---> 6db58ad0936c [2020-12-17T17:37:42.652Z] Successfully built 6db58ad0936c [2020-12-17T17:37:42.652Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:37:42.993Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T17:37:42.993Z] . [Pipeline] withDockerContainer [2020-12-17T17:37:43.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-16540 does not seem to be running inside a container [2020-12-17T17:37:43.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T17:37:44.939Z] $ docker top c3eae8ecf99799a1264a375a851769f6c91fb2a6b338c648446172aa31340b05 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-17T17:37:46.069Z] + ls -al . [2020-12-17T17:37:46.069Z] total 636 [2020-12-17T17:37:46.069Z] drwxrwxr-x 10 1001 1001 4096 Dec 17 17:37 . [2020-12-17T17:37:46.069Z] drwxr-xr-x 4 root root 32 Dec 17 17:35 .. [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 11 Dec 17 17:32 .dockerignore [2020-12-17T17:37:46.069Z] drwxrwxr-x 8 1001 1001 162 Dec 17 17:32 .git [2020-12-17T17:37:46.069Z] drwxrwxr-x 3 1001 1001 125 Dec 17 17:32 .github [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 824 Dec 17 17:32 .gitignore [2020-12-17T17:37:46.069Z] drwx------ 3 1001 1001 32 Dec 17 17:33 .semver [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 166 Dec 17 17:32 .sonarcloud.properties [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 3804 Dec 17 17:32 CONTRIBUTING.md [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 1035 Dec 17 17:32 Dockerfile.build [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 863 Dec 17 17:32 Jenkinsfile [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 10775 Dec 17 17:32 LICENSE [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 5750 Dec 17 17:32 Makefile [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 6511 Dec 17 17:32 README.md [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 6744 Dec 17 17:32 SECURITY.md [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 12 Dec 17 17:33 VERSION [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 4131 Dec 17 17:32 ZMQWindows.md [2020-12-17T17:37:46.069Z] drwxrwxr-x 2 1001 1001 117 Dec 17 17:32 bin [2020-12-17T17:37:46.069Z] drwxrwxr-x 14 1001 1001 4096 Dec 17 17:32 cmd [2020-12-17T17:37:46.069Z] -rw-r--r-- 1 root root 537096 Dec 17 17:36 coverage.out [2020-12-17T17:37:46.069Z] -rw-r--r-- 1 root root 979 Dec 17 17:37 go.mod [2020-12-17T17:37:46.069Z] -rw-r--r-- 1 root root 18631 Dec 17 17:37 go.sum [2020-12-17T17:37:46.069Z] drwxrwxr-x 8 1001 1001 127 Dec 17 17:32 internal [2020-12-17T17:37:46.069Z] drwxrwxr-x 4 1001 1001 26 Dec 17 17:32 openapi [2020-12-17T17:37:46.069Z] drwxrwxr-x 4 1001 1001 71 Dec 17 17:32 snap [2020-12-17T17:37:46.069Z] -rw-rw-r-- 1 1001 1001 168 Dec 17 17:32 version.go [Pipeline] sh [2020-12-17T17:37:46.171Z] + go version [2020-12-17T17:37:46.171Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-17T17:37:46.225Z] $ docker stop --time=1 c3eae8ecf99799a1264a375a851769f6c91fb2a6b338c648446172aa31340b05 [2020-12-17T17:37:46.435Z] + '[' -e coverage.out ] [2020-12-17T17:37:46.435Z] + chown 1001:1001 coverage.out [2020-12-17T17:37:48.105Z] $ docker rm -f c3eae8ecf99799a1264a375a851769f6c91fb2a6b338c648446172aa31340b05 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-12-17T17:37:48.769Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-17T17:37:49.503Z] + make build [2020-12-17T17:37:49.504Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:37:51.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T17:37:51.926Z] [2020-12-17T17:37:51.926Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:37:52.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T17:37:52.592Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-17T17:37:52.592Z] 29e5d40040c1: Pulling fs layer [2020-12-17T17:37:52.592Z] 1ce36da41761: Pulling fs layer [2020-12-17T17:37:52.592Z] 25b303627fd3: Pulling fs layer [2020-12-17T17:37:52.592Z] 29e5d40040c1: Verifying Checksum [2020-12-17T17:37:52.592Z] 29e5d40040c1: Download complete [2020-12-17T17:37:53.186Z] 1ce36da41761: Verifying Checksum [2020-12-17T17:37:53.186Z] 1ce36da41761: Download complete [2020-12-17T17:37:53.186Z] 29e5d40040c1: Pull complete [2020-12-17T17:37:54.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T17:37:55.161Z] 1ce36da41761: Pull complete [2020-12-17T17:37:55.161Z] 25b303627fd3: Verifying Checksum [2020-12-17T17:37:55.161Z] 25b303627fd3: Download complete [2020-12-17T17:38:05.333Z] 25b303627fd3: Pull complete [2020-12-17T17:38:05.334Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-17T17:38:05.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T17:38:05.334Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-17T17:38:05.561Z] prd-ubuntu18.04-docker-arm64-4c-16g-16540 does not seem to be running inside a container [2020-12-17T17:38:05.649Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-17T17:38:08.656Z] $ docker top a32f9749a3a869ed8459c0c50528360e5454cc1cd5c9098319ec509dfc342352 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T17:38:09.647Z] + docker-compose build --help [2020-12-17T17:38:09.647Z] + grep parallel [2020-12-17T17:38:10.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T17:38:13.102Z] --parallel Build images in parallel. [Pipeline] } [2020-12-17T17:38:13.143Z] $ docker stop --time=1 a32f9749a3a869ed8459c0c50528360e5454cc1cd5c9098319ec509dfc342352 [2020-12-17T17:38:14.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T17:38:15.069Z] $ docker rm -f a32f9749a3a869ed8459c0c50528360e5454cc1cd5c9098319ec509dfc342352 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:38:15.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T17:38:15.981Z] . [Pipeline] withDockerContainer [2020-12-17T17:38:16.308Z] prd-ubuntu18.04-docker-arm64-4c-16g-16540 does not seem to be running inside a container [2020-12-17T17:38:16.521Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-17T17:38:17.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T17:38:17.881Z] $ docker top 7ffca83a90d53e033ef4d20e83b4861326c0f29c234df10ca8f25051c0818186 -eo pid,comm [2020-12-17T17:38:17.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] { [Pipeline] sh [2020-12-17T17:38:18.901Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-17T17:38:20.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T17:38:22.269Z] Building docker-core-command-go ... [2020-12-17T17:38:22.269Z] Building docker-core-data-go ... [2020-12-17T17:38:22.269Z] Building docker-core-metadata-go ... [2020-12-17T17:38:22.269Z] Building docker-security-bootstrap-redis-go ... [2020-12-17T17:38:22.269Z] Building docker-security-proxy-setup-go ... [2020-12-17T17:38:22.269Z] Building docker-security-secretstore-setup-go ... [2020-12-17T17:38:22.269Z] Building docker-support-notifications-go ... [2020-12-17T17:38:22.269Z] Building docker-support-scheduler-go ... [2020-12-17T17:38:22.269Z] Building docker-sys-mgmt-agent-go ... [2020-12-17T17:38:22.269Z] Building docker-support-scheduler-go [2020-12-17T17:38:22.269Z] Building docker-security-proxy-setup-go [2020-12-17T17:38:22.269Z] Building docker-core-command-go [2020-12-17T17:38:22.269Z] Building docker-support-notifications-go [2020-12-17T17:38:22.269Z] Building docker-security-secretstore-setup-go [2020-12-17T17:38:23.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T17:38:26.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T17:38:28.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T17:38:30.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T17:38:33.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-17T17:38:36.660Z] $ docker stop --time=1 ad5f52bc8e69bc2211b3724398175853ad87f5e97487afd7db7a4181b6c165b4 [2020-12-17T17:38:38.668Z] $ docker rm -f ad5f52bc8e69bc2211b3724398175853ad87f5e97487afd7db7a4181b6c165b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:38:40.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T17:38:40.273Z] [2020-12-17T17:38:40.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:38:40.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T17:38:40.696Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-17T17:38:40.696Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-17T17:38:40.696Z] ca9280d653b3: Pulling fs layer [2020-12-17T17:38:40.696Z] 7e9c9ca2126c: Pulling fs layer [2020-12-17T17:38:40.967Z] cbdbe7a5bc2a: Download complete [2020-12-17T17:38:41.957Z] cbdbe7a5bc2a: Pull complete [2020-12-17T17:38:41.957Z] ca9280d653b3: Verifying Checksum [2020-12-17T17:38:41.957Z] ca9280d653b3: Download complete [2020-12-17T17:38:44.688Z] ca9280d653b3: Pull complete [2020-12-17T17:38:44.963Z] 7e9c9ca2126c: Verifying Checksum [2020-12-17T17:38:44.963Z] 7e9c9ca2126c: Download complete [2020-12-17T17:38:55.115Z] 7e9c9ca2126c: Pull complete [2020-12-17T17:38:55.115Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-17T17:38:55.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T17:38:55.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-17T17:38:55.284Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:38:55.350Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-17T17:38:57.769Z] $ docker top c30e6694cabb49ec428512eabf8cd3ae768efc68cbc8b8980ae56a5a3b8e857e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T17:38:58.962Z] + docker-compose build --help [2020-12-17T17:38:58.962Z] + grep parallel [2020-12-17T17:39:00.381Z] --parallel Build images in parallel. [Pipeline] } [2020-12-17T17:39:00.400Z] $ docker stop --time=1 c30e6694cabb49ec428512eabf8cd3ae768efc68cbc8b8980ae56a5a3b8e857e [2020-12-17T17:39:02.192Z] $ docker rm -f c30e6694cabb49ec428512eabf8cd3ae768efc68cbc8b8980ae56a5a3b8e857e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:39:03.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T17:39:03.083Z] . [Pipeline] withDockerContainer [2020-12-17T17:39:03.349Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:39:03.425Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-17T17:39:05.142Z] $ docker top 763d9ae75099d5bcda8acf6d1f943996594bef962b01f844ad16274cfc4d9d99 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T17:39:05.786Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-17T17:39:07.237Z] Building docker-core-command-go ... [2020-12-17T17:39:07.237Z] Building docker-core-data-go ... [2020-12-17T17:39:07.237Z] Building docker-core-metadata-go ... [2020-12-17T17:39:07.237Z] Building docker-security-bootstrap-redis-go ... [2020-12-17T17:39:07.237Z] Building docker-security-proxy-setup-go ... [2020-12-17T17:39:07.237Z] Building docker-security-secretstore-setup-go ... [2020-12-17T17:39:07.237Z] Building docker-support-notifications-go ... [2020-12-17T17:39:07.237Z] Building docker-support-scheduler-go ... [2020-12-17T17:39:07.237Z] Building docker-sys-mgmt-agent-go ... [2020-12-17T17:39:07.237Z] Building docker-security-proxy-setup-go [2020-12-17T17:39:07.237Z] Building docker-security-secretstore-setup-go [2020-12-17T17:39:07.237Z] Building docker-support-scheduler-go [2020-12-17T17:39:07.237Z] Building docker-core-command-go [2020-12-17T17:39:07.237Z] Building docker-sys-mgmt-agent-go [2020-12-17T17:39:09.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:39:09.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:39:09.235Z] ---> 6db58ad0936c [2020-12-17T17:39:09.235Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T17:39:09.235Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:39:09.235Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:39:09.235Z] ---> 6db58ad0936c [2020-12-17T17:39:09.235Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T17:39:09.235Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:39:09.235Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:39:09.235Z] ---> 6db58ad0936c [2020-12-17T17:39:09.235Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T17:39:09.235Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:39:09.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:39:09.235Z] ---> 6db58ad0936c [2020-12-17T17:39:09.235Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T17:39:09.235Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:39:09.235Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:39:09.235Z] ---> 6db58ad0936c [2020-12-17T17:39:09.235Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T17:39:09.235Z] ---> Running in e1157577f5af [2020-12-17T17:39:09.235Z] ---> Running in ed0c09e9e14a [2020-12-17T17:39:09.235Z] ---> Running in b19931fb5e97 [2020-12-17T17:39:09.235Z] ---> Running in f655596089ad [2020-12-17T17:39:09.235Z] ---> Running in 805e81018fb6 [2020-12-17T17:39:09.235Z] Removing intermediate container e1157577f5af [2020-12-17T17:39:09.235Z] ---> 6407c9a2e8ea [2020-12-17T17:39:09.235Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:39:09.235Z] Removing intermediate container b19931fb5e97 [2020-12-17T17:39:09.235Z] ---> aaf7f5257c1c [2020-12-17T17:39:09.235Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:39:09.235Z] Removing intermediate container 805e81018fb6 [2020-12-17T17:39:09.235Z] ---> 0e9af5d8f0e1 [2020-12-17T17:39:09.235Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:39:09.235Z] Removing intermediate container ed0c09e9e14a [2020-12-17T17:39:09.235Z] ---> 6b8346a78cf0 [2020-12-17T17:39:09.235Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:39:09.235Z] Removing intermediate container f655596089ad [2020-12-17T17:39:09.235Z] ---> f4eff38f7798 [2020-12-17T17:39:09.235Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:39:09.235Z] ---> Running in 02f57d16da2e [2020-12-17T17:39:09.513Z] ---> Running in 329788ae4d53 [2020-12-17T17:39:09.513Z] ---> Running in fda76a3654a7 [2020-12-17T17:39:09.513Z] ---> Running in 5dbe6ff76e24 [2020-12-17T17:39:09.513Z] ---> Running in 79a080a74327 [2020-12-17T17:39:13.865Z] Removing intermediate container 02f57d16da2e [2020-12-17T17:39:13.865Z] ---> 0945d35334ca [2020-12-17T17:39:13.865Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-17T17:39:13.865Z] Removing intermediate container 329788ae4d53 [2020-12-17T17:39:13.865Z] ---> 01c5a7210b56 [2020-12-17T17:39:13.865Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T17:39:13.865Z] ---> Running in 9a057fe3afbb [2020-12-17T17:39:13.865Z] ---> Running in 004a21b6b63b [2020-12-17T17:39:13.865Z] Removing intermediate container 5dbe6ff76e24 [2020-12-17T17:39:13.865Z] ---> cacc2086ec13 [2020-12-17T17:39:13.865Z] Step 5/24 : RUN apk update && apk add make git [2020-12-17T17:39:14.137Z] ---> Running in 26392d2129d4 [2020-12-17T17:39:14.137Z] Removing intermediate container 79a080a74327 [2020-12-17T17:39:14.137Z] ---> b345ac944edc [2020-12-17T17:39:14.137Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T17:39:14.137Z] Removing intermediate container fda76a3654a7 [2020-12-17T17:39:14.137Z] ---> 804d5f6090ca [2020-12-17T17:39:14.137Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T17:39:14.420Z] ---> Running in 6a9b11d025a1 [2020-12-17T17:39:14.420Z] ---> Running in d9d4a042eac7 [2020-12-17T17:39:15.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:15.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:15.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:15.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:16.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:16.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:16.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:16.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:17.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:17.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:39:17.310Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:39:17.310Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:39:17.310Z] OK: 12620 distinct packages available [2020-12-17T17:39:17.585Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:39:17.585Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:39:17.585Z] OK: 12620 distinct packages available [2020-12-17T17:39:17.860Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:39:17.860Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:39:17.860Z] OK: 12620 distinct packages available [2020-12-17T17:39:17.860Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:39:17.860Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:39:17.860Z] OK: 12620 distinct packages available [2020-12-17T17:39:18.137Z] OK: 217 MiB in 51 packages [2020-12-17T17:39:18.137Z] OK: 217 MiB in 51 packages [2020-12-17T17:39:18.413Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:39:18.413Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:39:18.413Z] OK: 12620 distinct packages available [2020-12-17T17:39:19.021Z] OK: 217 MiB in 51 packages [2020-12-17T17:39:19.021Z] OK: 217 MiB in 51 packages [2020-12-17T17:39:19.307Z] OK: 217 MiB in 51 packages [2020-12-17T17:39:20.299Z] Removing intermediate container 004a21b6b63b [2020-12-17T17:39:20.299Z] ---> e8eb3adf769b [2020-12-17T17:39:20.299Z] Step 6/21 : COPY go.mod . [2020-12-17T17:39:20.299Z] Removing intermediate container 9a057fe3afbb [2020-12-17T17:39:20.299Z] ---> de626b6d4875 [2020-12-17T17:39:20.299Z] Step 6/24 : COPY go.mod . [2020-12-17T17:39:20.575Z] Removing intermediate container 26392d2129d4 [2020-12-17T17:39:20.575Z] ---> 3c09296dff7c [2020-12-17T17:39:20.575Z] Step 6/24 : COPY go.mod . [2020-12-17T17:39:21.185Z] Removing intermediate container 6a9b11d025a1 [2020-12-17T17:39:21.185Z] ---> 84013b049929 [2020-12-17T17:39:21.185Z] Step 6/22 : COPY go.mod . [2020-12-17T17:39:21.185Z] Removing intermediate container d9d4a042eac7 [2020-12-17T17:39:21.185Z] ---> 1bcf4994a688 [2020-12-17T17:39:21.185Z] Step 6/21 : COPY go.mod . [2020-12-17T17:39:21.457Z] ---> a72fc0c8b6e3 [2020-12-17T17:39:21.457Z] Step 7/24 : RUN go mod download [2020-12-17T17:39:21.457Z] ---> 448ade16a9c2 [2020-12-17T17:39:21.457Z] Step 7/21 : RUN go mod download [2020-12-17T17:39:21.734Z] ---> Running in bd77383824e0 [2020-12-17T17:39:21.734Z] ---> Running in fce89dc6402c [2020-12-17T17:39:21.734Z] ---> ee64f604d89e [2020-12-17T17:39:21.734Z] Step 7/24 : RUN go mod download [2020-12-17T17:39:22.012Z] ---> 084edf502cce [2020-12-17T17:39:22.012Z] Step 7/22 : RUN go mod download [2020-12-17T17:39:22.012Z] ---> Running in 66caa5869ada [2020-12-17T17:39:22.300Z] ---> 96c1835e6c65 [2020-12-17T17:39:22.300Z] Step 7/21 : RUN go mod download [2020-12-17T17:39:22.300Z] ---> Running in 42c9cb9964f7 [2020-12-17T17:39:22.596Z] ---> Running in 681f412a989f [2020-12-17T17:39:26.013Z] Removing intermediate container bd77383824e0 [2020-12-17T17:39:26.013Z] ---> a9305f4ae9c1 [2020-12-17T17:39:26.013Z] Step 8/24 : COPY . . [2020-12-17T17:39:26.621Z] Removing intermediate container fce89dc6402c [2020-12-17T17:39:26.621Z] ---> 3dad16f4e118 [2020-12-17T17:39:26.621Z] Step 8/21 : COPY . . [2020-12-17T17:39:27.247Z] Removing intermediate container 42c9cb9964f7 [2020-12-17T17:39:27.247Z] ---> abc9448e2999 [2020-12-17T17:39:27.247Z] Step 8/22 : COPY . . [2020-12-17T17:39:27.849Z] Removing intermediate container 66caa5869ada [2020-12-17T17:39:27.849Z] Removing intermediate container 681f412a989f [2020-12-17T17:39:27.849Z] ---> 6339fae0f4eb [2020-12-17T17:39:27.849Z] Step 8/21 : COPY . . [2020-12-17T17:39:27.849Z] ---> 0af5c2ab69d2 [2020-12-17T17:39:27.849Z] Step 8/24 : COPY . . [2020-12-17T17:39:46.175Z] ---> 042931a61bb4 [2020-12-17T17:39:46.175Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-17T17:39:46.175Z] ---> 852b1e281bd4 [2020-12-17T17:39:46.175Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-17T17:39:46.175Z] ---> d8a07bf20792 [2020-12-17T17:39:46.175Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-17T17:39:46.175Z] ---> 9a4980d643c8 [2020-12-17T17:39:46.175Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-17T17:39:46.175Z] ---> 229ee4b0313d [2020-12-17T17:39:46.175Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-17T17:39:46.175Z] ---> Running in d61c887b9a13 [2020-12-17T17:39:46.175Z] ---> Running in 89120c42931c [2020-12-17T17:39:46.175Z] ---> Running in 85f9ded65a26 [2020-12-17T17:39:46.175Z] ---> Running in 9e145bf25d90 [2020-12-17T17:39:46.175Z] ---> Running in 9fdb906980b1 [2020-12-17T17:39:47.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T17:39:47.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T17:39:47.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T17:39:47.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T17:39:48.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T17:40:16.027Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:40:16.027Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:40:16.027Z] ---> 09344bd73507 [2020-12-17T17:40:16.027Z] Step 3/27 : WORKDIR /edgex-go [2020-12-17T17:40:16.027Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:40:16.027Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:40:16.027Z] ---> 09344bd73507 [2020-12-17T17:40:16.027Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T17:40:16.027Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:40:16.027Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:40:16.027Z] ---> 09344bd73507 [2020-12-17T17:40:16.027Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T17:40:16.027Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:40:16.027Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:40:16.027Z] ---> 09344bd73507 [2020-12-17T17:40:16.027Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T17:40:16.027Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:40:16.027Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:40:16.027Z] ---> 09344bd73507 [2020-12-17T17:40:16.027Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T17:40:16.027Z] ---> Running in 104733f054d5 [2020-12-17T17:40:16.027Z] ---> Running in f8e27dd918a4 [2020-12-17T17:40:16.027Z] ---> Running in f2d887d7cf4a [2020-12-17T17:40:16.027Z] ---> Running in 8c6e7d64da6e [2020-12-17T17:40:16.027Z] ---> Running in 35c4f576dd14 [2020-12-17T17:40:16.027Z] Removing intermediate container 104733f054d5 [2020-12-17T17:40:16.027Z] ---> 08f8c4e87747 [2020-12-17T17:40:16.027Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:40:16.027Z] Removing intermediate container f2d887d7cf4a [2020-12-17T17:40:16.027Z] ---> 7688adc25aea [2020-12-17T17:40:16.027Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:40:16.027Z] Removing intermediate container 35c4f576dd14 [2020-12-17T17:40:16.027Z] ---> 7177c0ca34e8 [2020-12-17T17:40:16.027Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:40:16.028Z] Removing intermediate container f8e27dd918a4 [2020-12-17T17:40:16.028Z] ---> 74b00a00e2d2 [2020-12-17T17:40:16.028Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:40:16.028Z] Removing intermediate container 8c6e7d64da6e [2020-12-17T17:40:16.028Z] ---> 670528bd8581 [2020-12-17T17:40:16.028Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:40:16.028Z] ---> Running in de7df94a0a0e [2020-12-17T17:40:16.028Z] ---> Running in 2d9a297ba655 [2020-12-17T17:40:16.028Z] ---> Running in 90c7bc30d4e6 [2020-12-17T17:40:16.028Z] ---> Running in 7b8fd322b7d5 [2020-12-17T17:40:16.028Z] ---> Running in 683ea3786bab [2020-12-17T17:40:16.028Z] Removing intermediate container 2d9a297ba655 [2020-12-17T17:40:16.028Z] ---> 6a6e5db8d02b [2020-12-17T17:40:16.028Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T17:40:16.028Z] Removing intermediate container 90c7bc30d4e6 [2020-12-17T17:40:16.028Z] ---> d6f041765745 [2020-12-17T17:40:16.028Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T17:40:16.028Z] ---> Running in c5e333869977 [2020-12-17T17:40:16.028Z] ---> Running in 0a2ca66a5f3f [2020-12-17T17:40:16.028Z] Removing intermediate container 683ea3786bab [2020-12-17T17:40:16.028Z] ---> f86e1ed044be [2020-12-17T17:40:16.028Z] Step 5/24 : RUN apk update && apk add make git [2020-12-17T17:40:16.028Z] Removing intermediate container de7df94a0a0e [2020-12-17T17:40:16.028Z] ---> e2d875f92c28 [2020-12-17T17:40:16.028Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T17:40:16.028Z] Removing intermediate container 7b8fd322b7d5 [2020-12-17T17:40:16.028Z] ---> df2b3962ba09 [2020-12-17T17:40:16.028Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-17T17:40:16.028Z] ---> Running in 060665fd0487 [2020-12-17T17:40:16.028Z] ---> Running in 9ac11d32ef68 [2020-12-17T17:40:16.028Z] ---> Running in 10e61ccd02e5 [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:40:16.028Z] OK: 12750 distinct packages available [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:40:16.028Z] OK: 12750 distinct packages available [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:40:16.028Z] OK: 12750 distinct packages available [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:40:16.028Z] OK: 12750 distinct packages available [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:40:16.028Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:40:16.028Z] OK: 12750 distinct packages available [2020-12-17T17:40:16.028Z] OK: 233 MiB in 51 packages [2020-12-17T17:40:16.028Z] OK: 233 MiB in 51 packages [2020-12-17T17:40:16.326Z] OK: 233 MiB in 51 packages [2020-12-17T17:40:16.326Z] OK: 233 MiB in 51 packages [2020-12-17T17:40:16.326Z] OK: 233 MiB in 51 packages [2020-12-17T17:40:17.812Z] Removing intermediate container 0a2ca66a5f3f [2020-12-17T17:40:17.812Z] ---> d21b48065b6c [2020-12-17T17:40:17.812Z] Step 6/21 : COPY go.mod . [2020-12-17T17:40:17.812Z] Removing intermediate container 10e61ccd02e5 [2020-12-17T17:40:17.812Z] ---> aebf1c6611f2 [2020-12-17T17:40:17.812Z] Step 6/27 : COPY go.mod . [2020-12-17T17:40:17.812Z] Removing intermediate container c5e333869977 [2020-12-17T17:40:17.812Z] ---> 25e716603af2 [2020-12-17T17:40:17.812Z] Step 6/22 : COPY go.mod . [2020-12-17T17:40:18.102Z] Removing intermediate container 060665fd0487 [2020-12-17T17:40:18.102Z] ---> 2931934f0659 [2020-12-17T17:40:18.102Z] Step 6/24 : COPY go.mod . [2020-12-17T17:40:18.102Z] Removing intermediate container 9ac11d32ef68 [2020-12-17T17:40:18.102Z] ---> 754a1324cb6b [2020-12-17T17:40:18.102Z] Step 6/21 : COPY go.mod . [2020-12-17T17:40:18.102Z] ---> 17072e483f42 [2020-12-17T17:40:18.102Z] Step 7/21 : RUN go mod download [2020-12-17T17:40:18.717Z] ---> Running in 3b074daba3cd [2020-12-17T17:40:18.717Z] ---> 77d438691fd0 [2020-12-17T17:40:18.717Z] Step 7/27 : RUN go mod download [2020-12-17T17:40:18.717Z] ---> bb544171342c [2020-12-17T17:40:18.717Z] Step 7/21 : RUN go mod download [2020-12-17T17:40:18.717Z] ---> 1b8f2459963d [2020-12-17T17:40:18.717Z] Step 7/22 : RUN go mod download [2020-12-17T17:40:19.104Z] ---> b9304370f929 [2020-12-17T17:40:19.104Z] Step 7/24 : RUN go mod download [2020-12-17T17:40:19.104Z] ---> Running in b2e99bd2a3f3 [2020-12-17T17:40:19.104Z] ---> Running in ce6b485a055e [2020-12-17T17:40:19.104Z] ---> Running in f938f10a1cde [2020-12-17T17:40:19.104Z] ---> Running in de872807325c [2020-12-17T17:40:22.636Z] Removing intermediate container f938f10a1cde [2020-12-17T17:40:22.636Z] ---> 48a05d1ed150 [2020-12-17T17:40:22.636Z] Step 8/21 : COPY . . [2020-12-17T17:40:22.636Z] Removing intermediate container ce6b485a055e [2020-12-17T17:40:22.636Z] ---> 7f23b3d480b0 [2020-12-17T17:40:22.636Z] Step 8/27 : COPY . . [2020-12-17T17:40:22.636Z] Removing intermediate container b2e99bd2a3f3 [2020-12-17T17:40:22.636Z] ---> abb5be84db7f [2020-12-17T17:40:22.636Z] Step 8/22 : COPY . . [2020-12-17T17:40:22.927Z] Removing intermediate container 3b074daba3cd [2020-12-17T17:40:22.927Z] ---> e920ecfd6f3c [2020-12-17T17:40:22.927Z] Step 8/21 : COPY . . [2020-12-17T17:40:23.242Z] Removing intermediate container de872807325c [2020-12-17T17:40:23.242Z] ---> dcf37be8dfac [2020-12-17T17:40:23.242Z] Step 8/24 : COPY . . [2020-12-17T17:41:10.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T17:41:10.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T17:41:20.673Z] ---> 84eb20796891 [2020-12-17T17:41:20.673Z] Step 9/22 : RUN make cmd/core-command/core-command ---> 09a94980d5ed [2020-12-17T17:41:20.673Z] [2020-12-17T17:41:20.673Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler ---> 04a2ccc62b4d [2020-12-17T17:41:20.673Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-17T17:41:20.673Z] [2020-12-17T17:41:20.673Z] ---> 48fc063c4048 [2020-12-17T17:41:20.673Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-17T17:41:20.673Z] ---> b36d9ff02b2f [2020-12-17T17:41:20.673Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-17T17:41:20.673Z] ---> Running in 6f4fcc07e07b [2020-12-17T17:41:20.673Z] ---> Running in a932cc1e0105 [2020-12-17T17:41:20.673Z] ---> Running in 60fee605ed52 [2020-12-17T17:41:20.673Z] ---> Running in d74bd6b91920 [2020-12-17T17:41:20.673Z] ---> Running in 8ed5c20a9b7e [2020-12-17T17:41:21.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T17:41:21.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T17:41:21.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T17:41:21.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T17:41:21.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T17:41:22.446Z] Removing intermediate container 85f9ded65a26 [2020-12-17T17:41:22.446Z] ---> 9777b87f64a6 [2020-12-17T17:41:22.446Z] [2020-12-17T17:41:22.446Z] Step 10/24 : FROM alpine:3.10 [2020-12-17T17:41:22.446Z] Removing intermediate container 89120c42931c [2020-12-17T17:41:22.446Z] ---> d3b76e5156d3 [2020-12-17T17:41:22.446Z] [2020-12-17T17:41:22.446Z] Step 10/24 : FROM scratch [2020-12-17T17:41:22.446Z] ---> [2020-12-17T17:41:22.446Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-17T17:41:22.446Z] 3.10: Pulling from library/alpine [2020-12-17T17:41:22.446Z] Removing intermediate container 9e145bf25d90 [2020-12-17T17:41:22.446Z] ---> 9667dee35bb2 [2020-12-17T17:41:22.446Z] [2020-12-17T17:41:22.446Z] Step 10/21 : FROM alpine [2020-12-17T17:41:22.446Z] Removing intermediate container 9fdb906980b1 [2020-12-17T17:41:22.446Z] ---> 9e8ffb5e6ac1 [2020-12-17T17:41:22.446Z] [2020-12-17T17:41:22.446Z] Step 10/21 : FROM scratch [2020-12-17T17:41:22.446Z] ---> [2020-12-17T17:41:22.446Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:41:22.446Z] latest: Pulling from library/alpine [2020-12-17T17:41:22.446Z] Removing intermediate container d61c887b9a13 [2020-12-17T17:41:22.446Z] ---> bb8184462721 [2020-12-17T17:41:22.446Z] [2020-12-17T17:41:22.446Z] Step 10/22 : FROM scratch [2020-12-17T17:41:22.446Z] ---> [2020-12-17T17:41:22.446Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:41:22.446Z] ---> Running in 82ba1fb8cab0 [2020-12-17T17:41:22.446Z] ---> Running in b4e1ab383463 [2020-12-17T17:41:22.446Z] ---> Running in 69185f02eff8 [2020-12-17T17:41:23.420Z] Removing intermediate container 82ba1fb8cab0 [2020-12-17T17:41:23.420Z] ---> c3d9d9cb8ad7 [2020-12-17T17:41:23.420Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-17T17:41:23.420Z] Removing intermediate container b4e1ab383463 [2020-12-17T17:41:23.420Z] ---> 22cd9ae3eb1d [2020-12-17T17:41:23.420Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-17T17:41:23.420Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-17T17:41:23.420Z] ---> Running in 7f11e1837a01 [2020-12-17T17:41:23.420Z] Status: Downloaded newer image for alpine:latest [2020-12-17T17:41:23.420Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-17T17:41:23.420Z] Removing intermediate container 69185f02eff8 [2020-12-17T17:41:23.420Z] ---> d74badb20833 [2020-12-17T17:41:23.420Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-17T17:41:23.420Z] ---> afeebe901d6b [2020-12-17T17:41:23.420Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-17T17:41:23.420Z] Status: Downloaded newer image for alpine:3.10 [2020-12-17T17:41:23.420Z] ---> 536a684cf733 [2020-12-17T17:41:23.420Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T17:41:23.710Z] ---> Running in aef8305f3f45 [2020-12-17T17:41:23.710Z] ---> Running in 55077dbfed42 [2020-12-17T17:41:23.710Z] ---> Running in b801462fe107 [2020-12-17T17:41:23.710Z] ---> Running in 2af40318837a [2020-12-17T17:41:23.984Z] Removing intermediate container 7f11e1837a01 [2020-12-17T17:41:23.985Z] ---> e3f09e9b631b [2020-12-17T17:41:23.985Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-17T17:41:24.264Z] Removing intermediate container aef8305f3f45 [2020-12-17T17:41:24.264Z] ---> 4bbd095ffcc4 [2020-12-17T17:41:24.264Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-17T17:41:24.264Z] ---> Running in 6d86c4242439 [2020-12-17T17:41:24.264Z] ---> Running in 2ac3c2b419ae [2020-12-17T17:41:24.264Z] Removing intermediate container 55077dbfed42 [2020-12-17T17:41:24.264Z] ---> 9d29ba653956 [2020-12-17T17:41:24.264Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T17:41:24.670Z] ---> Running in 8c7ca5c64e90 [2020-12-17T17:41:25.035Z] Removing intermediate container 6d86c4242439 [2020-12-17T17:41:25.035Z] ---> 80ca256eafbe [2020-12-17T17:41:25.035Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-17T17:41:25.503Z] Removing intermediate container 2ac3c2b419ae [2020-12-17T17:41:25.503Z] ---> cd872491e271 [2020-12-17T17:41:25.503Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-17T17:41:25.503Z] Removing intermediate container 8c7ca5c64e90 [2020-12-17T17:41:25.503Z] ---> 5db09894bee8 [2020-12-17T17:41:25.503Z] Step 14/22 : WORKDIR / [2020-12-17T17:41:25.503Z] ---> Running in 0ee1bf8d6451 [2020-12-17T17:41:26.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:41:26.621Z] ---> f5f9a10c6304 [2020-12-17T17:41:26.621Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-17T17:41:26.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:41:26.621Z] Removing intermediate container 0ee1bf8d6451 [2020-12-17T17:41:26.621Z] ---> 38f0b5983497 [2020-12-17T17:41:26.621Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-17T17:41:26.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:41:26.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:41:26.907Z] ---> a8fbff6be37d [2020-12-17T17:41:26.907Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-17T17:41:27.181Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-17T17:41:27.181Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-17T17:41:27.181Z] OK: 10171 distinct packages available [2020-12-17T17:41:27.462Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:41:27.462Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:41:27.462Z] OK: 12615 distinct packages available [2020-12-17T17:41:27.739Z] ---> 65473a25b550 [2020-12-17T17:41:27.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-17T17:41:27.739Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-17T17:41:28.016Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-17T17:41:28.016Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-17T17:41:28.016Z] (4/5) Installing curl (7.66.0-r3) [2020-12-17T17:41:28.016Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-17T17:41:28.016Z] Executing busybox-1.30.1-r3.trigger [2020-12-17T17:41:28.016Z] Executing ca-certificates-20191127-r2.trigger [2020-12-17T17:41:28.297Z] ---> 84804859e7f7 [2020-12-17T17:41:28.297Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-17T17:41:28.297Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-17T17:41:28.297Z] OK: 7 MiB in 19 packages [2020-12-17T17:41:28.297Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T17:41:28.573Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-17T17:41:28.573Z] (4/4) Installing curl (7.69.1-r3) [2020-12-17T17:41:28.573Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:41:28.573Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T17:41:28.847Z] OK: 7 MiB in 18 packages [2020-12-17T17:41:29.124Z] ---> 202d538616d8 [2020-12-17T17:41:29.124Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-17T17:41:29.727Z] ---> 5c411abe84cd [2020-12-17T17:41:29.727Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-17T17:41:30.319Z] ---> 19bed948dd64 [2020-12-17T17:41:30.319Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-17T17:41:30.603Z] ---> 6f8d3f297c40 [2020-12-17T17:41:30.603Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-17T17:41:30.876Z] ---> Running in 65d60b44ded0 [2020-12-17T17:41:31.154Z] Removing intermediate container 2af40318837a [2020-12-17T17:41:31.154Z] ---> 2a8a06a4c6ba [2020-12-17T17:41:31.154Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T17:41:31.154Z] ---> 6d52be6aa97d [2020-12-17T17:41:31.154Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-17T17:41:31.154Z] Removing intermediate container b801462fe107 [2020-12-17T17:41:31.154Z] ---> c1f0d423fd97 [2020-12-17T17:41:31.154Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T17:41:31.154Z] ---> Running in bbffc865f06f [2020-12-17T17:41:31.433Z] ---> 97aecb0f3d3c [2020-12-17T17:41:31.433Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-17T17:41:31.433Z] ---> Running in a4502b2f420d [2020-12-17T17:41:31.433Z] ---> Running in e7a8dc9cac3f [2020-12-17T17:41:31.433Z] Removing intermediate container 65d60b44ded0 [2020-12-17T17:41:31.433Z] ---> 724b1adc1cc6 [2020-12-17T17:41:31.433Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:41:31.710Z] ---> Running in 44d39449b027 [2020-12-17T17:41:31.983Z] Removing intermediate container bbffc865f06f [2020-12-17T17:41:31.983Z] ---> 421f414ea1bb [2020-12-17T17:41:31.983Z] Step 13/24 : WORKDIR / [2020-12-17T17:41:32.258Z] ---> Running in 19a988f35c26 [2020-12-17T17:41:32.258Z] Removing intermediate container e7a8dc9cac3f [2020-12-17T17:41:32.258Z] ---> d88f86df91a4 [2020-12-17T17:41:32.258Z] Step 13/21 : WORKDIR /edgex [2020-12-17T17:41:32.258Z] Removing intermediate container a4502b2f420d [2020-12-17T17:41:32.258Z] ---> aa23ba1ad80f [2020-12-17T17:41:32.258Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:41:32.537Z] Removing intermediate container 44d39449b027 [2020-12-17T17:41:32.537Z] ---> 77957d01155a [2020-12-17T17:41:32.537Z] Step 19/21 : LABEL arch=arm64 [2020-12-17T17:41:32.537Z] ---> Running in 042603309b67 [2020-12-17T17:41:32.537Z] ---> Running in 317244fb65e4 [2020-12-17T17:41:32.817Z] ---> Running in 623a7806c29a [2020-12-17T17:41:32.817Z] ---> 4f58dde73d06 [2020-12-17T17:41:32.817Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-17T17:41:33.100Z] Removing intermediate container 19a988f35c26 [2020-12-17T17:41:33.100Z] ---> a5f1344aaefa [2020-12-17T17:41:33.100Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-17T17:41:33.381Z] Removing intermediate container 317244fb65e4 [2020-12-17T17:41:33.381Z] ---> 74b771606bf9 [2020-12-17T17:41:33.381Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T17:41:33.381Z] Removing intermediate container 042603309b67 [2020-12-17T17:41:33.381Z] ---> d40fd76db4ff [2020-12-17T17:41:33.381Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-17T17:41:33.657Z] Removing intermediate container 623a7806c29a [2020-12-17T17:41:33.657Z] ---> 448c855a7fbc [2020-12-17T17:41:33.657Z] Step 20/21 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:41:33.657Z] ---> Running in 84e954a54734 [2020-12-17T17:41:33.927Z] ---> Running in db615f363aef [2020-12-17T17:41:33.927Z] ---> 062b1cdb3bbe [2020-12-17T17:41:33.927Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-17T17:41:33.927Z] ---> 2e757800fb6b [2020-12-17T17:41:33.927Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-17T17:41:34.199Z] ---> Running in 862b3ef1852f [2020-12-17T17:41:34.475Z] Removing intermediate container 84e954a54734 [2020-12-17T17:41:34.475Z] ---> f08f07134514 [2020-12-17T17:41:34.475Z] Step 21/22 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:41:34.475Z] ---> 8440cae6eeda [2020-12-17T17:41:34.475Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-17T17:41:34.475Z] Removing intermediate container db615f363aef [2020-12-17T17:41:34.475Z] ---> 19c2b7504159 [2020-12-17T17:41:34.475Z] Step 21/21 : LABEL version=2.0.0-dev.18 [2020-12-17T17:41:34.748Z] ---> Running in 139f44d24411 [2020-12-17T17:41:34.748Z] Removing intermediate container 862b3ef1852f [2020-12-17T17:41:34.748Z] ---> bba6420db9a3 [2020-12-17T17:41:34.748Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:41:34.748Z] ---> Running in 99dc112df608 [2020-12-17T17:41:35.020Z] ---> 091453319a2d [2020-12-17T17:41:35.020Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-17T17:41:35.020Z] ---> Running in 9ecaa08794ce [2020-12-17T17:41:35.293Z] Removing intermediate container 139f44d24411 [2020-12-17T17:41:35.293Z] ---> 1a60552adcc2 [2020-12-17T17:41:35.293Z] Step 22/22 : LABEL version=2.0.0-dev.18 [2020-12-17T17:41:35.564Z] Removing intermediate container 99dc112df608 [2020-12-17T17:41:35.564Z] ---> 110dffaf49a9 [2020-12-17T17:41:35.564Z] [2020-12-17T17:41:35.564Z] ---> Running in c79df3de5d86 [2020-12-17T17:41:35.845Z] Successfully built 110dffaf49a9 [2020-12-17T17:41:35.845Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-17T17:41:35.845Z] Building docker-sys-mgmt-agent-go [2020-12-17T17:41:35.845Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9ecaa08794ce [2020-12-17T17:41:35.845Z] ---> 747b1fc3949e [2020-12-17T17:41:35.845Z] Step 22/24 : LABEL arch=arm64 [2020-12-17T17:41:35.845Z] ---> 4cf1422d518c [2020-12-17T17:41:35.845Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-17T17:41:36.115Z] ---> 2e2085d92921 [2020-12-17T17:41:36.115Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-17T17:41:36.115Z] ---> Running in 7f62a17230ab [2020-12-17T17:41:36.389Z] Removing intermediate container c79df3de5d86 [2020-12-17T17:41:36.389Z] ---> 77ebd94ed046 [2020-12-17T17:41:36.389Z] [2020-12-17T17:41:36.985Z] Successfully built 77ebd94ed046 [2020-12-17T17:41:36.985Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-17T17:41:36.985Z] Removing intermediate container 7f62a17230ab [2020-12-17T17:41:36.985Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-17T17:41:36.985Z] ---> f0532bdf72cf [2020-12-17T17:41:36.985Z] Step 23/24 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:41:37.580Z] ---> Running in 2b7bba783ea9 [2020-12-17T17:41:37.580Z] ---> 75965e74ca05 [2020-12-17T17:41:37.580Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-17T17:41:37.580Z] ---> 2a43e2d3ade8 [2020-12-17T17:41:37.580Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-17T17:41:37.852Z] ---> Running in 6bea0373fbc5 [2020-12-17T17:41:38.453Z] Removing intermediate container 2b7bba783ea9 [2020-12-17T17:41:38.453Z] ---> ebebb74e574e [2020-12-17T17:41:38.453Z] Step 24/24 : LABEL version=2.0.0-dev.18 [2020-12-17T17:41:39.435Z] Removing intermediate container 6bea0373fbc5 [2020-12-17T17:41:39.435Z] ---> 740c4967c7be [2020-12-17T17:41:39.435Z] Step 18/21 : CMD ["--init=true"] [2020-12-17T17:41:40.882Z] ---> Running in 1089812b0977 [2020-12-17T17:41:40.882Z] ---> 2db436eaf4f8 [2020-12-17T17:41:40.882Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T17:41:40.882Z] ---> Running in cf4a43deca27 [2020-12-17T17:41:41.154Z] Removing intermediate container 1089812b0977 [2020-12-17T17:41:41.154Z] ---> d68161e6112f [2020-12-17T17:41:41.154Z] [2020-12-17T17:41:41.432Z] Removing intermediate container cf4a43deca27 [2020-12-17T17:41:41.432Z] ---> 1a876a638853 [2020-12-17T17:41:41.432Z] Step 19/21 : LABEL arch=arm64 [2020-12-17T17:41:41.432Z] ---> d3064a9c0933 [2020-12-17T17:41:41.432Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T17:41:41.717Z] Successfully built d68161e6112f [2020-12-17T17:41:41.717Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-17T17:41:41.717Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-12-17T17:41:41.717Z] ---> Running in ce009bb63ca3 [2020-12-17T17:41:41.717Z] ---> Running in f8427198eebc [2020-12-17T17:41:42.316Z] Removing intermediate container ce009bb63ca3 [2020-12-17T17:41:42.316Z] ---> 2a9d85aaa810 [2020-12-17T17:41:42.316Z] Step 20/21 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:41:42.316Z] ---> Running in e15c214a1f2b [2020-12-17T17:41:42.906Z] Removing intermediate container e15c214a1f2b [2020-12-17T17:41:42.906Z] ---> 3313d5459343 [2020-12-17T17:41:42.906Z] Step 21/21 : LABEL version=2.0.0-dev.18 [2020-12-17T17:41:42.906Z] ---> Running in 75f8b1309ee8 [2020-12-17T17:41:43.507Z] Removing intermediate container 75f8b1309ee8 [2020-12-17T17:41:43.507Z] ---> 46d5c5f81607 [2020-12-17T17:41:43.507Z] [2020-12-17T17:41:44.097Z] Successfully built 46d5c5f81607 [2020-12-17T17:41:44.097Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-17T17:41:44.097Z] Building docker-core-data-go [2020-12-17T17:41:44.097Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f8427198eebc [2020-12-17T17:41:44.097Z] ---> 89e34df84bac [2020-12-17T17:41:44.097Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T17:41:44.368Z] ---> Running in 03418a7945c8 [2020-12-17T17:41:44.640Z] Removing intermediate container 03418a7945c8 [2020-12-17T17:41:44.640Z] ---> 4838970059f4 [2020-12-17T17:41:44.640Z] Step 22/24 : LABEL arch=arm64 [2020-12-17T17:41:44.908Z] ---> Running in e208b1f949e7 [2020-12-17T17:41:45.183Z] Removing intermediate container e208b1f949e7 [2020-12-17T17:41:45.183Z] ---> b199fda9d33c [2020-12-17T17:41:45.183Z] Step 23/24 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:41:45.458Z] ---> Running in 2e44f204b6ba [2020-12-17T17:41:46.053Z] Removing intermediate container 2e44f204b6ba [2020-12-17T17:41:46.053Z] ---> 3dbea09a391c [2020-12-17T17:41:46.053Z] Step 24/24 : LABEL version=2.0.0-dev.18 [2020-12-17T17:41:46.329Z] ---> Running in ba4eadbd1ffb [2020-12-17T17:41:47.313Z] Removing intermediate container ba4eadbd1ffb [2020-12-17T17:41:47.313Z] ---> b075442e6a95 [2020-12-17T17:41:47.313Z] [2020-12-17T17:41:47.587Z] Successfully built b075442e6a95 [2020-12-17T17:41:47.587Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-17T17:42:09.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T17:42:09.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T17:42:09.752Z]  Building docker-security-secretstore-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:42:09.752Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:42:09.752Z] ---> 6db58ad0936c [2020-12-17T17:42:09.752Z] Step 3/27 : WORKDIR /edgex-go [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> f4eff38f7798 [2020-12-17T17:42:09.752Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> b345ac944edc [2020-12-17T17:42:09.752Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-17T17:42:09.752Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:42:09.752Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:42:09.752Z] ---> 6db58ad0936c [2020-12-17T17:42:09.752Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> f4eff38f7798 [2020-12-17T17:42:09.752Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> b345ac944edc [2020-12-17T17:42:09.752Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> 84013b049929 [2020-12-17T17:42:09.752Z] Step 6/22 : COPY go.mod . [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> 084edf502cce [2020-12-17T17:42:09.752Z] Step 7/22 : RUN go mod download [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> abc9448e2999 [2020-12-17T17:42:09.752Z] Step 8/22 : COPY . . [2020-12-17T17:42:09.752Z] ---> Using cache [2020-12-17T17:42:09.752Z] ---> 852b1e281bd4 [2020-12-17T17:42:09.752Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-17T17:42:11.191Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:42:11.191Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:42:11.191Z] ---> 6db58ad0936c [2020-12-17T17:42:11.191Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T17:42:11.191Z] ---> Using cache [2020-12-17T17:42:11.191Z] ---> f4eff38f7798 [2020-12-17T17:42:11.191Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:42:11.191Z] ---> Using cache [2020-12-17T17:42:11.191Z] ---> b345ac944edc [2020-12-17T17:42:11.191Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T17:42:11.191Z] ---> Using cache [2020-12-17T17:42:11.191Z] ---> 84013b049929 [2020-12-17T17:42:11.191Z] Step 6/22 : COPY go.mod . [2020-12-17T17:42:11.191Z] ---> Using cache [2020-12-17T17:42:11.191Z] ---> 084edf502cce [2020-12-17T17:42:11.191Z] Step 7/22 : RUN go mod download [2020-12-17T17:42:11.191Z] ---> Using cache [2020-12-17T17:42:11.191Z] ---> abc9448e2999 [2020-12-17T17:42:11.191Z] Step 8/22 : COPY . . [2020-12-17T17:42:11.461Z] ---> Using cache [2020-12-17T17:42:11.461Z] ---> 852b1e281bd4 [2020-12-17T17:42:11.461Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-17T17:42:11.461Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:42:11.461Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:42:11.461Z] ---> 6db58ad0936c [2020-12-17T17:42:11.461Z] Step 3/23 : WORKDIR /edgex-go [2020-12-17T17:42:11.461Z] ---> Using cache [2020-12-17T17:42:11.461Z] ---> f4eff38f7798 [2020-12-17T17:42:11.461Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:42:11.461Z] ---> Using cache [2020-12-17T17:42:11.461Z] ---> b345ac944edc [2020-12-17T17:42:11.461Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-17T17:42:11.730Z] ---> Running in 93e1c712a060 [2020-12-17T17:42:11.730Z] ---> Running in 39d88256d9c8 [2020-12-17T17:42:11.730Z] ---> Running in 93da789515b3 [2020-12-17T17:42:11.730Z] ---> Running in 18c5c3e34854 [2020-12-17T17:42:13.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T17:42:13.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:42:13.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T17:42:13.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:42:14.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:42:14.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:42:14.889Z] Removing intermediate container d74bd6b91920 [2020-12-17T17:42:14.889Z] ---> bcb0b75a05e2 [2020-12-17T17:42:14.889Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-17T17:42:14.889Z] Removing intermediate container 60fee605ed52 [2020-12-17T17:42:14.889Z] ---> cd47778cbf37 [2020-12-17T17:42:14.889Z] [2020-12-17T17:42:14.889Z] Step 10/21 : FROM scratch [2020-12-17T17:42:14.889Z] ---> [2020-12-17T17:42:14.889Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:42:14.889Z] Removing intermediate container 8ed5c20a9b7e [2020-12-17T17:42:14.889Z] ---> de8f6d3308a4 [2020-12-17T17:42:14.889Z] [2020-12-17T17:42:14.889Z] Step 10/22 : FROM scratch [2020-12-17T17:42:14.889Z] ---> [2020-12-17T17:42:14.889Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:42:14.889Z] ---> Running in c1c1768933e6 [2020-12-17T17:42:15.161Z] ---> Running in 8a38df42a34f [2020-12-17T17:42:15.161Z] ---> Running in 4f551e737786 [2020-12-17T17:42:15.597Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:42:15.597Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:42:15.597Z] OK: 12620 distinct packages available [2020-12-17T17:42:15.597Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:42:15.597Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:42:15.597Z] OK: 12620 distinct packages available [2020-12-17T17:42:16.599Z] OK: 217 MiB in 51 packages [2020-12-17T17:42:16.599Z] OK: 217 MiB in 51 packages [2020-12-17T17:42:17.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T17:42:17.438Z] Removing intermediate container 8a38df42a34f [2020-12-17T17:42:17.438Z] ---> 825cf17c04a4 [2020-12-17T17:42:17.438Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-17T17:42:17.438Z] Removing intermediate container 4f551e737786 [2020-12-17T17:42:17.438Z] ---> 7d722f751417 [2020-12-17T17:42:17.438Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-17T17:42:18.223Z] ---> Running in f5b4716d2d51 [2020-12-17T17:42:18.223Z] ---> Running in 71709605a8cd [2020-12-17T17:42:18.223Z] Removing intermediate container 6f4fcc07e07b [2020-12-17T17:42:18.223Z] ---> 461d885b8d63 [2020-12-17T17:42:18.223Z] [2020-12-17T17:42:18.223Z] Step 10/21 : FROM alpine [2020-12-17T17:42:18.223Z] Removing intermediate container a932cc1e0105 [2020-12-17T17:42:18.223Z] ---> 93ae841cf10e [2020-12-17T17:42:18.223Z] [2020-12-17T17:42:18.223Z] Step 10/24 : FROM alpine:3.10 [2020-12-17T17:42:18.601Z] Removing intermediate container 39d88256d9c8 [2020-12-17T17:42:18.601Z] ---> 8cf7142f19db [2020-12-17T17:42:18.601Z] Step 6/23 : COPY go.mod . [2020-12-17T17:42:18.601Z] Removing intermediate container 93e1c712a060 [2020-12-17T17:42:18.601Z] ---> 5ef67e22a35b [2020-12-17T17:42:18.601Z] Step 6/27 : COPY go.mod . [2020-12-17T17:42:18.775Z] latest: Pulling from library/alpine [2020-12-17T17:42:18.775Z] 3.10: Pulling from library/alpine [2020-12-17T17:42:18.775Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-17T17:42:18.775Z] Status: Downloaded newer image for alpine:latest [2020-12-17T17:42:18.775Z] ---> 389fef711851 [2020-12-17T17:42:18.775Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-17T17:42:18.775Z] Removing intermediate container f5b4716d2d51 [2020-12-17T17:42:18.775Z] ---> 2f5caa17849e [2020-12-17T17:42:18.775Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-17T17:42:18.775Z] Removing intermediate container 71709605a8cd [2020-12-17T17:42:18.775Z] ---> e866a734d06d [2020-12-17T17:42:18.775Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T17:42:18.775Z] ---> Running in 2a4af134e4c2 [2020-12-17T17:42:18.775Z] ---> Running in e02eac414338 [2020-12-17T17:42:18.775Z] ---> Running in 51a59305ebb3 [2020-12-17T17:42:19.592Z] ---> 96dfbae968c3 [2020-12-17T17:42:19.592Z] Step 7/23 : RUN go mod download [2020-12-17T17:42:19.898Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-17T17:42:19.898Z] Removing intermediate container e02eac414338 [2020-12-17T17:42:19.898Z] ---> f7cb94aa946d [2020-12-17T17:42:19.898Z] Step 14/22 : WORKDIR / [2020-12-17T17:42:19.898Z] Status: Downloaded newer image for alpine:3.10 [2020-12-17T17:42:19.898Z] ---> be4e4bea2c2e [2020-12-17T17:42:19.898Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T17:42:19.898Z] Removing intermediate container 2a4af134e4c2 [2020-12-17T17:42:19.898Z] ---> 681537f7fe1f [2020-12-17T17:42:19.898Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-17T17:42:19.898Z] ---> Running in 9cb402e58e83 [2020-12-17T17:42:19.898Z] ---> Running in b7bde857028c [2020-12-17T17:42:20.201Z] Removing intermediate container c1c1768933e6 [2020-12-17T17:42:20.201Z] ---> e23f7695ed44 [2020-12-17T17:42:20.201Z] [2020-12-17T17:42:20.201Z] Step 11/27 : FROM docker:latest [2020-12-17T17:42:20.201Z] ---> 0040bc98e531 [2020-12-17T17:42:20.201Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-17T17:42:20.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:20.202Z] ---> Running in b3d44aae4fd8 [2020-12-17T17:42:20.202Z] ---> 5cf3703f937c [2020-12-17T17:42:20.202Z] Step 7/27 : RUN go mod download [2020-12-17T17:42:20.485Z] ---> Running in 1f53880f3fe1 [2020-12-17T17:42:20.487Z] ---> Running in 45b962f40a2a [2020-12-17T17:42:20.487Z] ---> a6e0461bfa8e [2020-12-17T17:42:20.487Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-17T17:42:20.487Z] Removing intermediate container 9cb402e58e83 [2020-12-17T17:42:20.487Z] ---> cbeef98955ee [2020-12-17T17:42:20.487Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-17T17:42:20.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:20.780Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:42:20.780Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:42:20.780Z] OK: 12745 distinct packages available [2020-12-17T17:42:21.083Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-17T17:42:21.377Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T17:42:21.377Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-17T17:42:21.377Z] (4/4) Installing curl (7.69.1-r3) [2020-12-17T17:42:21.377Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:42:21.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:21.704Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T17:42:21.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:21.704Z] ---> 230c00b056e3 [2020-12-17T17:42:21.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-17T17:42:21.704Z] OK: 7 MiB in 18 packages [2020-12-17T17:42:21.704Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-17T17:42:21.704Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-17T17:42:21.704Z] OK: 10350 distinct packages available [2020-12-17T17:42:22.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:22.034Z] ---> e41875ca5e5b [2020-12-17T17:42:22.034Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-17T17:42:22.034Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-17T17:42:22.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:22.317Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-17T17:42:22.317Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-17T17:42:22.317Z] (4/5) Installing curl (7.66.0-r3) [2020-12-17T17:42:22.317Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-17T17:42:22.317Z] Executing busybox-1.30.1-r3.trigger [2020-12-17T17:42:22.317Z] Executing ca-certificates-20191127-r2.trigger [2020-12-17T17:42:22.317Z] (1/2) Installing readline (8.0.4-r0) [2020-12-17T17:42:22.317Z] OK: 7 MiB in 19 packages [2020-12-17T17:42:22.317Z] (2/2) Installing bash (5.0.17-r0) [2020-12-17T17:42:22.592Z] Executing bash-5.0.17-r0.post-install [2020-12-17T17:42:22.592Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:42:22.592Z] OK: 12 MiB in 22 packages [2020-12-17T17:42:23.583Z] ---> a15dad368b8a [2020-12-17T17:42:23.583Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-17T17:42:23.583Z] ---> baa941ff858d [2020-12-17T17:42:23.583Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-17T17:42:23.849Z] ---> Running in a82b6b8bae86 [2020-12-17T17:42:24.119Z] ---> 12fefd6074be [2020-12-17T17:42:24.119Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-17T17:42:24.119Z] Removing intermediate container 51a59305ebb3 [2020-12-17T17:42:24.119Z] ---> e0c6f719a8f3 [2020-12-17T17:42:24.119Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T17:42:24.388Z] ---> Running in 97cfe71203fa [2020-12-17T17:42:24.656Z] Removing intermediate container b7bde857028c [2020-12-17T17:42:24.656Z] ---> 99c04745d206 [2020-12-17T17:42:24.656Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T17:42:24.656Z] Removing intermediate container 45b962f40a2a [2020-12-17T17:42:24.656Z] ---> 46a24ab9f308 [2020-12-17T17:42:24.656Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-17T17:42:24.656Z] Removing intermediate container a82b6b8bae86 [2020-12-17T17:42:24.656Z] ---> 10ac576fbdb1 [2020-12-17T17:42:24.656Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:42:24.940Z] ---> Running in 2fd2d148a243 [2020-12-17T17:42:24.940Z] ---> Running in a360b894366b [2020-12-17T17:42:24.940Z] ---> Running in 717cb2b2d354 [2020-12-17T17:42:25.571Z] ---> Running in 2a509e95045e [2020-12-17T17:42:25.571Z] Removing intermediate container 97cfe71203fa [2020-12-17T17:42:25.571Z] ---> 1b3db824520f [2020-12-17T17:42:25.571Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:42:25.841Z] ---> Running in 942aee3a494f [2020-12-17T17:42:25.841Z] Removing intermediate container a360b894366b [2020-12-17T17:42:25.841Z] ---> 0f9226114cf4 [2020-12-17T17:42:25.841Z] Step 13/24 : WORKDIR / [2020-12-17T17:42:25.902Z] Removing intermediate container b3d44aae4fd8 [2020-12-17T17:42:25.902Z] ---> a9183619cdc2 [2020-12-17T17:42:25.902Z] Step 8/23 : COPY . . [2020-12-17T17:42:25.902Z] Removing intermediate container 1f53880f3fe1 [2020-12-17T17:42:25.902Z] ---> 9f24f770aee1 [2020-12-17T17:42:25.902Z] Step 8/27 : COPY . . [2020-12-17T17:42:26.115Z] Removing intermediate container 2fd2d148a243 [2020-12-17T17:42:26.115Z] ---> 6867ee86e287 [2020-12-17T17:42:26.115Z] Step 13/21 : WORKDIR /edgex [2020-12-17T17:42:26.115Z] Removing intermediate container 2a509e95045e [2020-12-17T17:42:26.115Z] ---> a552ac83786e [2020-12-17T17:42:26.115Z] Step 19/21 : LABEL arch=x86_64 [2020-12-17T17:42:26.115Z] ---> Running in 224fe13521dd [2020-12-17T17:42:26.115Z] ---> Running in 63f5a9da0b15 [2020-12-17T17:42:26.390Z] ---> Running in b30053eb8fce [2020-12-17T17:42:26.390Z] Removing intermediate container 942aee3a494f [2020-12-17T17:42:26.390Z] ---> 6d41978bb866 [2020-12-17T17:42:26.390Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T17:42:26.390Z] ---> Running in d9fa8eaa71da [2020-12-17T17:42:26.669Z] Removing intermediate container 224fe13521dd [2020-12-17T17:42:26.669Z] ---> 88d7f5c69cbe [2020-12-17T17:42:26.669Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-17T17:42:26.669Z] Removing intermediate container 63f5a9da0b15 [2020-12-17T17:42:26.669Z] ---> 40ed9e2051fc [2020-12-17T17:42:26.669Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-17T17:42:26.669Z] Removing intermediate container b30053eb8fce [2020-12-17T17:42:26.669Z] ---> dae39ae216fb [2020-12-17T17:42:26.669Z] Step 20/21 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:42:26.945Z] Removing intermediate container d9fa8eaa71da [2020-12-17T17:42:26.945Z] ---> baf02003cc04 [2020-12-17T17:42:26.945Z] Step 21/22 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:42:26.945Z] ---> Running in cc23ade0b7e0 [2020-12-17T17:42:26.945Z] ---> Running in 42079808881f [2020-12-17T17:42:27.222Z] ---> 03a3510e0e42 [2020-12-17T17:42:27.222Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-17T17:42:27.222Z] ---> fa4b67e661d6 [2020-12-17T17:42:27.222Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-17T17:42:27.515Z] Removing intermediate container cc23ade0b7e0 [2020-12-17T17:42:27.515Z] ---> 2e3017968ff6 [2020-12-17T17:42:27.515Z] Step 21/21 : LABEL version=2.0.0-dev.18 [2020-12-17T17:42:27.515Z] ---> Running in 2df102488395 [2020-12-17T17:42:27.515Z] Removing intermediate container 717cb2b2d354 [2020-12-17T17:42:27.515Z] ---> 835e72d7970c [2020-12-17T17:42:27.515Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-17T17:42:27.786Z] Removing intermediate container 42079808881f [2020-12-17T17:42:27.786Z] ---> c7294f690ea2 [2020-12-17T17:42:27.786Z] Step 22/22 : LABEL version=2.0.0-dev.18 [2020-12-17T17:42:27.786Z] ---> 0056f391c3cb [2020-12-17T17:42:27.786Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-17T17:42:27.786Z] ---> Running in 3fb762ca9579 [2020-12-17T17:42:27.786Z] ---> Running in 3e24499ceee0 [2020-12-17T17:42:28.061Z] Removing intermediate container 2df102488395 [2020-12-17T17:42:28.061Z] ---> e073f3a51ae4 [2020-12-17T17:42:28.061Z] [2020-12-17T17:42:28.061Z] ---> 797d0d2953dc [2020-12-17T17:42:28.061Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-17T17:42:28.339Z] Removing intermediate container 3fb762ca9579 [2020-12-17T17:42:28.339Z] ---> 74df8f421909 [2020-12-17T17:42:28.339Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-17T17:42:28.339Z] Removing intermediate container 3e24499ceee0 [2020-12-17T17:42:28.339Z] ---> 24712e68cc75 [2020-12-17T17:42:28.339Z] [2020-12-17T17:42:28.339Z] Successfully built e073f3a51ae4 [2020-12-17T17:42:28.339Z] ---> 9f03b487d04b [2020-12-17T17:42:28.339Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-17T17:42:28.339Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-17T17:42:28.339Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-12-17T17:42:28.339Z] ---> Running in d043f2446989 [2020-12-17T17:42:28.612Z] Successfully built 24712e68cc75 [2020-12-17T17:42:28.612Z] Successfully tagged docker-core-command-go:latest [2020-12-17T17:42:28.897Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-17T17:42:29.176Z] ---> 7d0a0a2a6008 [2020-12-17T17:42:29.176Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-17T17:42:29.176Z] Removing intermediate container d043f2446989 [2020-12-17T17:42:29.176Z] ---> 18301d558fed [2020-12-17T17:42:29.176Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-17T17:42:29.176Z] ---> Running in 9a61880b5d81 [2020-12-17T17:42:29.176Z] ---> Running in b57cae39cbb4 [2020-12-17T17:42:29.464Z] ---> e9e328614c8d [2020-12-17T17:42:29.464Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-17T17:42:30.145Z] Removing intermediate container 9a61880b5d81 [2020-12-17T17:42:30.145Z] ---> 55fa768ca430 [2020-12-17T17:42:30.145Z] Step 18/21 : CMD ["--init=true"] [2020-12-17T17:42:30.145Z] Removing intermediate container b57cae39cbb4 [2020-12-17T17:42:30.145Z] ---> 9799fedf282e [2020-12-17T17:42:30.145Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-17T17:42:30.548Z] ---> Running in 2b2507e891e7 [2020-12-17T17:42:32.755Z] ---> c104ca652815 [2020-12-17T17:42:32.755Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T17:42:32.755Z] Removing intermediate container 2b2507e891e7 [2020-12-17T17:42:32.755Z] ---> a59ceab6f28a [2020-12-17T17:42:32.755Z] Step 19/21 : LABEL arch=x86_64 [2020-12-17T17:42:32.755Z] ---> c688fef9fe0d [2020-12-17T17:42:32.755Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-17T17:42:33.033Z] ---> Running in f781d55ae568 [2020-12-17T17:42:33.321Z] ---> bc1bb2589a20 [2020-12-17T17:42:33.321Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T17:42:34.896Z] ---> Running in 141f8dc32d82 [2020-12-17T17:42:34.896Z] ---> fff6d170c4a1 [2020-12-17T17:42:34.896Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-17T17:42:34.896Z] Removing intermediate container f781d55ae568 [2020-12-17T17:42:34.896Z] ---> eaff60fd2895 [2020-12-17T17:42:34.896Z] Step 20/21 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:42:35.896Z] ---> Running in 54f3b410e071 [2020-12-17T17:42:36.590Z] ---> df3ab873d493 [2020-12-17T17:42:36.590Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-17T17:42:37.238Z] Removing intermediate container 54f3b410e071 [2020-12-17T17:42:37.238Z] ---> 572ab9f9f038 [2020-12-17T17:42:37.238Z] Step 21/21 : LABEL version=2.0.0-dev.18 [2020-12-17T17:42:37.525Z] ---> Running in fdf7f1dbf9ee [2020-12-17T17:42:37.811Z] ---> Running in 7ec97ff06166 [2020-12-17T17:42:38.898Z] Removing intermediate container 7ec97ff06166 [2020-12-17T17:42:38.898Z] ---> 8dfe272d7413 [2020-12-17T17:42:38.898Z] [2020-12-17T17:42:39.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:39.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:42:39.269Z] Successfully built 8dfe272d7413 [2020-12-17T17:42:39.605Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-17T17:42:39.605Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-12-17T17:42:39.606Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-17T17:42:39.606Z] (2/33) Installing expat (2.2.9-r1) [2020-12-17T17:42:39.606Z] Removing intermediate container 141f8dc32d82 [2020-12-17T17:42:39.606Z] ---> d3f7b7eb7c97 [2020-12-17T17:42:39.606Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T17:42:39.606Z] (3/33) Installing libffi (3.3-r2) [2020-12-17T17:42:39.606Z] (4/33) Installing gdbm (1.13-r1) [2020-12-17T17:42:39.945Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-17T17:42:39.945Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-17T17:42:39.945Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-17T17:42:39.945Z] ---> Running in b297be4e27de [2020-12-17T17:42:42.685Z] Removing intermediate container b297be4e27de [2020-12-17T17:42:42.685Z] ---> 70231fff88b7 [2020-12-17T17:42:42.685Z] Step 22/24 : LABEL arch=x86_64 [2020-12-17T17:42:44.850Z] ---> Running in ecf881956ae8 [2020-12-17T17:42:45.736Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-17T17:42:45.736Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-17T17:42:45.736Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-17T17:42:45.736Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-17T17:42:45.736Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-17T17:42:46.367Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-17T17:42:46.367Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-17T17:42:47.072Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-17T17:42:47.072Z] Removing intermediate container ecf881956ae8 [2020-12-17T17:42:47.072Z] ---> 97b31a6b1a18 [2020-12-17T17:42:47.072Z] Step 23/24 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:42:47.072Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-17T17:42:47.072Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-17T17:42:47.390Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-17T17:42:47.390Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-17T17:42:47.390Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-17T17:42:47.696Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-17T17:42:47.696Z] ---> Running in 6b211315e48e [2020-12-17T17:42:48.018Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-17T17:42:48.018Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-17T17:42:48.087Z] ---> 74fcc16d23c5 [2020-12-17T17:42:48.087Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-17T17:42:48.087Z] ---> b0c54408f578 [2020-12-17T17:42:48.087Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-17T17:42:48.087Z] ---> Running in 40939fc80bbc [2020-12-17T17:42:48.087Z] ---> Running in 1e659e756fc5 [2020-12-17T17:42:48.087Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T17:42:48.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T17:42:48.357Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-17T17:42:48.357Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-17T17:42:48.357Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-17T17:42:48.357Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-17T17:42:48.696Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-17T17:42:48.696Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-17T17:42:48.696Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-17T17:42:48.696Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-17T17:42:48.696Z] Removing intermediate container 6b211315e48e [2020-12-17T17:42:48.696Z] ---> 92409c886efd [2020-12-17T17:42:48.696Z] Step 24/24 : LABEL version=2.0.0-dev.18 [2020-12-17T17:42:48.992Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-17T17:42:48.992Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-17T17:42:49.636Z] ---> Running in 6d6fcbebb1f4 [2020-12-17T17:42:49.928Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:42:49.928Z] OK: 71 MiB in 55 packages [2020-12-17T17:42:50.965Z] Removing intermediate container 6d6fcbebb1f4 [2020-12-17T17:42:50.965Z] ---> 7bafbb6d1e4d [2020-12-17T17:42:50.965Z] [2020-12-17T17:42:51.650Z] Successfully built 7bafbb6d1e4d [2020-12-17T17:42:51.650Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-17T17:42:51.650Z] Building docker-core-data-go [2020-12-17T17:43:10.367Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:43:10.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:43:10.367Z] ---> 09344bd73507 [2020-12-17T17:43:10.367Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> 670528bd8581 [2020-12-17T17:43:10.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> f86e1ed044be [2020-12-17T17:43:10.367Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> 2931934f0659 [2020-12-17T17:43:10.367Z] Step 6/22 : COPY go.mod . [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> b9304370f929 [2020-12-17T17:43:10.367Z] Step 7/22 : RUN go mod download [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> dcf37be8dfac [2020-12-17T17:43:10.367Z] Step 8/22 : COPY . . [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> 48fc063c4048 [2020-12-17T17:43:10.367Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-17T17:43:10.367Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:43:10.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:43:10.367Z] ---> 09344bd73507 [2020-12-17T17:43:10.367Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> 670528bd8581 [2020-12-17T17:43:10.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> f86e1ed044be [2020-12-17T17:43:10.367Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> 2931934f0659 [2020-12-17T17:43:10.367Z] Step 6/22 : COPY go.mod . [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> b9304370f929 [2020-12-17T17:43:10.367Z] Step 7/22 : RUN go mod download [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> dcf37be8dfac [2020-12-17T17:43:10.367Z] Step 8/22 : COPY . . [2020-12-17T17:43:10.367Z] ---> Using cache [2020-12-17T17:43:10.367Z] ---> 48fc063c4048 [2020-12-17T17:43:10.367Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-17T17:43:10.645Z] ---> Running in 5453f2cbca58 [2020-12-17T17:43:10.645Z] ---> Running in 7eebde153ef3 [2020-12-17T17:43:14.912Z] Removing intermediate container 18c5c3e34854 [2020-12-17T17:43:14.912Z] ---> c1d18d7b2917 [2020-12-17T17:43:14.912Z] [2020-12-17T17:43:14.912Z] Step 10/22 : FROM alpine:3.10 [2020-12-17T17:43:14.912Z] ---> 536a684cf733 [2020-12-17T17:43:14.912Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T17:43:14.912Z] ---> Using cache [2020-12-17T17:43:14.912Z] ---> 2a8a06a4c6ba [2020-12-17T17:43:14.912Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-17T17:43:14.912Z] ---> Running in 9bc60040a562 [2020-12-17T17:43:14.912Z] Removing intermediate container 9bc60040a562 [2020-12-17T17:43:14.912Z] ---> cbbda59a4b94 [2020-12-17T17:43:14.912Z] Step 13/22 : WORKDIR / [2020-12-17T17:43:14.912Z] ---> Running in 9bfd5c308f7a [2020-12-17T17:43:15.188Z] Removing intermediate container 9bfd5c308f7a [2020-12-17T17:43:15.188Z] ---> 7ea4ddd55358 [2020-12-17T17:43:15.188Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-17T17:43:16.361Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:43:16.361Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:43:16.361Z] ---> 09344bd73507 [2020-12-17T17:43:16.361Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T17:43:16.361Z] ---> Using cache [2020-12-17T17:43:16.361Z] ---> 670528bd8581 [2020-12-17T17:43:16.361Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:43:16.361Z] ---> Using cache [2020-12-17T17:43:16.361Z] ---> f86e1ed044be [2020-12-17T17:43:16.361Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-17T17:43:16.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T17:43:16.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T17:43:16.361Z] ---> Running in 006ec7564e01 [2020-12-17T17:43:16.627Z] ---> b69b0255d0df [2020-12-17T17:43:16.627Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-17T17:43:18.615Z] ---> eef4c3aa0d6c [2020-12-17T17:43:18.615Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-17T17:43:19.621Z] ---> bbc13207fc59 [2020-12-17T17:43:19.621Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-17T17:43:19.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:43:20.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:43:20.723Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:43:20.723Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:43:20.723Z] OK: 12750 distinct packages available [2020-12-17T17:43:21.067Z] ---> e79d53576137 [2020-12-17T17:43:21.068Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-17T17:43:21.068Z] ---> Running in 21ff44b4c028 [2020-12-17T17:43:21.378Z] OK: 233 MiB in 51 packages [2020-12-17T17:43:25.394Z] Removing intermediate container 21ff44b4c028 [2020-12-17T17:43:25.394Z] ---> 03f086f9d297 [2020-12-17T17:43:25.394Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-17T17:43:25.394Z] ---> Running in 4e11de4d3014 [2020-12-17T17:43:25.394Z] Removing intermediate container 4e11de4d3014 [2020-12-17T17:43:25.394Z] ---> 30f145941d6c [2020-12-17T17:43:25.394Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T17:43:25.671Z] ---> Running in 4cb587d4aa02 [2020-12-17T17:43:26.032Z] Removing intermediate container 006ec7564e01 [2020-12-17T17:43:26.032Z] ---> c5e84c33a945 [2020-12-17T17:43:26.032Z] Step 6/24 : COPY go.mod . [2020-12-17T17:43:26.277Z] Removing intermediate container 4cb587d4aa02 [2020-12-17T17:43:26.277Z] ---> f1386653ad7d [2020-12-17T17:43:26.277Z] Step 21/22 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:43:26.277Z] ---> Running in abb327d726fb [2020-12-17T17:43:27.264Z] Removing intermediate container abb327d726fb [2020-12-17T17:43:27.264Z] ---> 627273175ab4 [2020-12-17T17:43:27.264Z] Step 22/22 : LABEL version=2.0.0-dev.18 [2020-12-17T17:43:27.264Z] ---> Running in 1ce39f69acad [2020-12-17T17:43:27.579Z] ---> 7aef51ac93fa [2020-12-17T17:43:27.579Z] Step 7/24 : RUN go mod download [2020-12-17T17:43:27.863Z] ---> Running in c1b0d3500e23 [2020-12-17T17:43:28.032Z] Removing intermediate container 1ce39f69acad [2020-12-17T17:43:28.032Z] ---> e76b03babf03 [2020-12-17T17:43:28.032Z] [2020-12-17T17:43:28.347Z] Successfully built e76b03babf03 [2020-12-17T17:43:28.347Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-17T17:43:30.562Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T17:43:30.562Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-17T17:43:30.562Z] ---> 09344bd73507 [2020-12-17T17:43:30.562Z] Step 3/23 : WORKDIR /edgex-go [2020-12-17T17:43:30.562Z] ---> Using cache [2020-12-17T17:43:30.562Z] ---> 670528bd8581 [2020-12-17T17:43:30.562Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:43:30.562Z] ---> Using cache [2020-12-17T17:43:30.562Z] ---> f86e1ed044be [2020-12-17T17:43:30.562Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-17T17:43:31.165Z] ---> Running in 949ed0f1459f [2020-12-17T17:43:33.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:43:33.370Z] Removing intermediate container c1b0d3500e23 [2020-12-17T17:43:33.370Z] ---> 551ec9d90671 [2020-12-17T17:43:33.370Z] Step 8/24 : COPY . . [2020-12-17T17:43:34.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:43:34.526Z] Removing intermediate container fdf7f1dbf9ee [2020-12-17T17:43:34.526Z] ---> d44d80e300b4 [2020-12-17T17:43:34.526Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-17T17:43:35.244Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T17:43:35.244Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T17:43:35.244Z] OK: 12750 distinct packages available [2020-12-17T17:43:35.545Z] OK: 233 MiB in 51 packages [2020-12-17T17:43:35.856Z] ---> Running in fe880f3ec720 [2020-12-17T17:43:38.640Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 93da789515b3 [2020-12-17T17:43:38.640Z] ---> e2888bcd4d9a [2020-12-17T17:43:38.640Z] [2020-12-17T17:43:38.640Z] Step 10/22 : FROM scratch [2020-12-17T17:43:38.640Z] ---> [2020-12-17T17:43:38.640Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:43:38.640Z] ---> Using cache [2020-12-17T17:43:38.640Z] ---> d74badb20833 [2020-12-17T17:43:38.640Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-17T17:43:38.640Z] ---> Running in a8dbe34beacd [2020-12-17T17:43:38.640Z] Removing intermediate container a8dbe34beacd [2020-12-17T17:43:38.640Z] ---> a1c882c4d46c [2020-12-17T17:43:38.640Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T17:43:38.640Z] ---> Running in 8457779438e3 [2020-12-17T17:43:39.242Z] Removing intermediate container 8457779438e3 [2020-12-17T17:43:39.242Z] ---> bf14b7b3c49d [2020-12-17T17:43:39.242Z] Step 14/22 : WORKDIR / [2020-12-17T17:43:39.534Z] ---> Running in 020c677a3048 [2020-12-17T17:43:40.140Z] Removing intermediate container 020c677a3048 [2020-12-17T17:43:40.140Z] ---> ca56cb32b68e [2020-12-17T17:43:40.140Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-17T17:43:40.421Z] Removing intermediate container 949ed0f1459f [2020-12-17T17:43:40.421Z] ---> 1fd2b4b262e4 [2020-12-17T17:43:40.421Z] Step 6/23 : COPY go.mod . [2020-12-17T17:43:41.128Z] ---> 213d3a4fbdb8 [2020-12-17T17:43:41.128Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-17T17:43:41.970Z] ---> b59f9e965445 [2020-12-17T17:43:41.970Z] Step 7/23 : RUN go mod download [2020-12-17T17:43:42.249Z] ---> Running in 6b6154a2b7a9 [2020-12-17T17:43:43.126Z] ---> fcc014bd132c [2020-12-17T17:43:43.126Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-17T17:43:44.130Z] ---> 32f359ed7ba2 [2020-12-17T17:43:44.130Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-17T17:43:44.406Z] ---> Running in 5c036634abd9 [2020-12-17T17:43:45.010Z] Removing intermediate container 5c036634abd9 [2020-12-17T17:43:45.010Z] ---> c6f2f3765d4b [2020-12-17T17:43:45.010Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:43:45.284Z] ---> Running in 3ab9e45c0962 [2020-12-17T17:43:45.887Z] Removing intermediate container 3ab9e45c0962 [2020-12-17T17:43:45.887Z] ---> 7113f13fd65b [2020-12-17T17:43:45.887Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T17:43:45.887Z] ---> Running in a291b37a6c7a [2020-12-17T17:43:46.876Z] Removing intermediate container a291b37a6c7a [2020-12-17T17:43:46.876Z] ---> e4a4dbd050d8 [2020-12-17T17:43:46.876Z] Step 21/22 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:43:46.876Z] ---> Running in 944660649f6a [2020-12-17T17:43:47.871Z] Removing intermediate container 944660649f6a [2020-12-17T17:43:47.871Z] ---> 998bd24acbea [2020-12-17T17:43:47.871Z] Step 22/22 : LABEL version=2.0.0-dev.18 [2020-12-17T17:43:47.871Z] ---> Running in dd09a3f815b8 [2020-12-17T17:43:48.472Z] Removing intermediate container dd09a3f815b8 [2020-12-17T17:43:48.472Z] ---> 5808f34e43c9 [2020-12-17T17:43:48.472Z] [2020-12-17T17:43:48.750Z] Successfully built 5808f34e43c9 [2020-12-17T17:43:48.750Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-17T17:43:49.072Z] Removing intermediate container 6b6154a2b7a9 [2020-12-17T17:43:49.072Z] ---> 5045ef62e2db [2020-12-17T17:43:49.072Z] Step 8/23 : COPY . . [2020-12-17T17:43:54.678Z] Collecting docker-compose==1.23.2 [2020-12-17T17:43:54.678Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-17T17:43:55.335Z] Collecting PyYAML<4,>=3.10 [2020-12-17T17:43:55.335Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-17T17:43:55.494Z]  Building docker-core-metadata-go ... done Removing intermediate container 40939fc80bbc [2020-12-17T17:43:55.494Z] ---> d43b58998fc5 [2020-12-17T17:43:55.494Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-17T17:43:55.494Z] ---> Running in 53de64ac11ea [2020-12-17T17:43:56.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T17:43:59.499Z] Removing intermediate container 53de64ac11ea [2020-12-17T17:43:59.499Z] ---> eddf19a4ba22 [2020-12-17T17:43:59.499Z] [2020-12-17T17:43:59.499Z] Step 11/27 : FROM docker:latest [2020-12-17T17:43:59.499Z] ---> 0c09fb3ff9b5 [2020-12-17T17:43:59.499Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-17T17:43:59.499Z] ---> Running in 03a18b5103a9 [2020-12-17T17:44:00.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:00.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:01.376Z] (1/2) Installing readline (8.0.4-r0) [2020-12-17T17:44:01.650Z] (2/2) Installing bash (5.0.17-r0) [2020-12-17T17:44:01.650Z] Executing bash-5.0.17-r0.post-install [2020-12-17T17:44:01.650Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:44:01.650Z] OK: 12 MiB in 22 packages [2020-12-17T17:44:02.318Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-17T17:44:02.319Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-17T17:44:02.642Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-17T17:44:03.086Z] Removing intermediate container 03a18b5103a9 [2020-12-17T17:44:03.086Z] ---> 4d73a9f44763 [2020-12-17T17:44:03.086Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-17T17:44:03.361Z] ---> Running in 65076ade8f83 [2020-12-17T17:44:03.694Z] Collecting docopt<0.7,>=0.6.1 [2020-12-17T17:44:03.694Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-17T17:44:05.338Z] Removing intermediate container 65076ade8f83 [2020-12-17T17:44:05.338Z] ---> 5db8333e1ba3 [2020-12-17T17:44:05.338Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-17T17:44:05.699Z] Collecting jsonschema<3,>=2.5.1 [2020-12-17T17:44:05.699Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-17T17:44:05.940Z] ---> Running in 8b6ae062f990 [2020-12-17T17:44:06.454Z] Collecting texttable<0.10,>=0.9.0 [2020-12-17T17:44:06.535Z] Removing intermediate container 8b6ae062f990 [2020-12-17T17:44:06.535Z] ---> dfb396d36ac6 [2020-12-17T17:44:06.535Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-17T17:44:07.138Z] ---> Running in e8033f92a617 [2020-12-17T17:44:07.736Z] Removing intermediate container e8033f92a617 [2020-12-17T17:44:07.736Z] ---> 8bdbe7e4e22b [2020-12-17T17:44:07.736Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-17T17:44:07.736Z] Removing intermediate container 1e659e756fc5 [2020-12-17T17:44:07.736Z] ---> 3668dda436fe [2020-12-17T17:44:07.736Z] [2020-12-17T17:44:07.736Z] Step 10/23 : FROM alpine [2020-12-17T17:44:07.736Z] ---> afeebe901d6b [2020-12-17T17:44:07.736Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:44:07.736Z] ---> Running in 9c1b352cfbfd [2020-12-17T17:44:07.736Z] ---> Running in 7c37f9674b50 [2020-12-17T17:44:07.905Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-17T17:44:08.335Z] Removing intermediate container 9c1b352cfbfd [2020-12-17T17:44:08.335Z] Removing intermediate container 7c37f9674b50 [2020-12-17T17:44:08.335Z] ---> 70bf0ae6e5e6 [2020-12-17T17:44:08.335Z] ---> de627f0af73c [2020-12-17T17:44:08.335Z] Step 12/23 : ENV APP_PORT=48080Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-17T17:44:08.335Z] [2020-12-17T17:44:08.608Z] ---> Running in de2750153983 [2020-12-17T17:44:08.633Z] Removing intermediate container 7eebde153ef3 [2020-12-17T17:44:08.633Z] ---> 6c00fb9bbf2d [2020-12-17T17:44:08.633Z] [2020-12-17T17:44:08.633Z] Step 10/22 : FROM alpine:3.10 [2020-12-17T17:44:09.183Z] ---> be4e4bea2c2e [2020-12-17T17:44:09.183Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T17:44:09.183Z] ---> Using cache [2020-12-17T17:44:09.183Z] ---> 99c04745d206 [2020-12-17T17:44:09.183Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-17T17:44:09.238Z] Removing intermediate container de2750153983 [2020-12-17T17:44:09.238Z] ---> f1b0fd2353c1 [2020-12-17T17:44:09.238Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-17T17:44:09.238Z] ---> Running in 706ebd01a0da [2020-12-17T17:44:09.510Z] ---> b757fceeb7ab [2020-12-17T17:44:09.510Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-17T17:44:09.780Z] Removing intermediate container 706ebd01a0da [2020-12-17T17:44:09.780Z] ---> 207c1fd55ea0 [2020-12-17T17:44:09.780Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:44:09.780Z] ---> Running in 4427abf72dc3 [2020-12-17T17:44:10.382Z] ---> 5e891a34b7ef [2020-12-17T17:44:10.382Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-17T17:44:11.818Z] ---> a373086a9673 [2020-12-17T17:44:11.818Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-17T17:44:11.818Z] ---> Running in bff8e0fc22c0 [2020-12-17T17:44:11.864Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-17T17:44:11.864Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-17T17:44:12.162Z] ---> Running in c2a97c8c2b83 [2020-12-17T17:44:12.414Z] Removing intermediate container 4427abf72dc3 [2020-12-17T17:44:12.414Z] ---> 4d97b7ac16a5 [2020-12-17T17:44:12.414Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-17T17:44:12.414Z] ---> Running in a222f5e3a2d7 [2020-12-17T17:44:12.796Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-17T17:44:13.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:13.074Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-17T17:44:13.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:13.416Z] Collecting docker<4.0,>=3.6.0 [2020-12-17T17:44:13.416Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-17T17:44:13.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:13.683Z] Removing intermediate container 5453f2cbca58 [2020-12-17T17:44:13.683Z] ---> b6241321e7d3 [2020-12-17T17:44:13.683Z] [2020-12-17T17:44:13.683Z] Step 10/22 : FROM scratch [2020-12-17T17:44:13.683Z] ---> [2020-12-17T17:44:13.683Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:44:13.826Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-17T17:44:13.826Z] (2/33) Installing expat (2.2.9-r1) [2020-12-17T17:44:13.826Z] (3/33) Installing libffi (3.3-r2) [2020-12-17T17:44:13.826Z] (4/33) Installing gdbm (1.13-r1) [2020-12-17T17:44:13.826Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-17T17:44:13.826Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-17T17:44:14.100Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-17T17:44:14.296Z] Removing intermediate container c2a97c8c2b83 [2020-12-17T17:44:14.296Z] ---> d0c253507798 [2020-12-17T17:44:14.296Z] Step 13/22 : WORKDIR / [2020-12-17T17:44:14.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:15.352Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-17T17:44:15.352Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-17T17:44:15.352Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-17T17:44:15.457Z] Collecting cached-property<2,>=1.2.0 [2020-12-17T17:44:15.457Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-17T17:44:15.457Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-17T17:44:15.621Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-17T17:44:15.621Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-17T17:44:15.621Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-17T17:44:15.621Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-17T17:44:15.621Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-17T17:44:15.621Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-17T17:44:15.621Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-17T17:44:15.871Z] ---> Using cache [2020-12-17T17:44:15.871Z] ---> 7d722f751417 [2020-12-17T17:44:15.871Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-17T17:44:15.871Z] ---> Running in ba16b707c166 [2020-12-17T17:44:15.892Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-17T17:44:15.893Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:44:15.893Z] OK: 8 MiB in 19 packages [2020-12-17T17:44:15.893Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-17T17:44:15.893Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-17T17:44:15.893Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-17T17:44:15.893Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-17T17:44:16.164Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-17T17:44:16.164Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-17T17:44:16.164Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-17T17:44:16.164Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-17T17:44:16.164Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-17T17:44:16.164Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-17T17:44:16.164Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-17T17:44:16.164Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-17T17:44:16.164Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-17T17:44:16.166Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-17T17:44:16.166Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-17T17:44:16.432Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-17T17:44:16.432Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-17T17:44:16.432Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-17T17:44:16.432Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-17T17:44:16.432Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-17T17:44:16.432Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-17T17:44:16.432Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-17T17:44:16.702Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:44:16.702Z] OK: 71 MiB in 55 packages [2020-12-17T17:44:17.077Z] ---> Running in ea5ca2259704 [2020-12-17T17:44:17.077Z] Collecting idna<2.8,>=2.5 [2020-12-17T17:44:17.077Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-17T17:44:17.077Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-17T17:44:17.077Z] Collecting docker-pycreds>=0.4.0 [2020-12-17T17:44:17.398Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-17T17:44:17.398Z] Removing intermediate container ba16b707c166 [2020-12-17T17:44:17.398Z] ---> 7148a68cb09f [2020-12-17T17:44:17.398Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-17T17:44:17.398Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-17T17:44:17.398Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-17T17:44:17.398Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-17T17:44:17.398Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-17T17:44:17.398Z] Removing intermediate container ea5ca2259704 [2020-12-17T17:44:17.398Z] ---> 842be2c80d39 [2020-12-17T17:44:17.398Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T17:44:17.705Z] Installing collected packages: PyYAML, websocket-client, docopt, jsonschema, texttable, dockerpty, urllib3, idna, requests, docker-pycreds, docker, cached-property, docker-compose [2020-12-17T17:44:17.705Z] Running setup.py install for PyYAML: started [2020-12-17T17:44:17.705Z] ---> Running in e8160cedc739 [2020-12-17T17:44:18.130Z] Removing intermediate container a222f5e3a2d7 [2020-12-17T17:44:18.130Z] ---> c66e57619538 [2020-12-17T17:44:18.130Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-17T17:44:18.450Z] ---> 67b81ab03ed0 [2020-12-17T17:44:18.450Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-17T17:44:18.450Z] Removing intermediate container e8160cedc739 [2020-12-17T17:44:18.450Z] ---> ebe0969eaec4 [2020-12-17T17:44:18.736Z] Step 14/22 : WORKDIR / [2020-12-17T17:44:18.736Z] ---> fbd400d6ed87 [2020-12-17T17:44:18.736Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-17T17:44:19.019Z] ---> Running in 586ced5c42ce [2020-12-17T17:44:19.019Z] ---> Running in 004630dac97e [2020-12-17T17:44:19.111Z] ---> c9c638c69b14 [2020-12-17T17:44:19.111Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-17T17:44:19.294Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-17T17:44:19.637Z] Removing intermediate container 004630dac97e [2020-12-17T17:44:19.637Z] ---> b1c84eed4d4a [2020-12-17T17:44:19.637Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-17T17:44:19.637Z] Running setup.py install for docopt: started [2020-12-17T17:44:20.546Z] ---> bcd8318c9a25 [2020-12-17T17:44:20.546Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-17T17:44:20.652Z] Running setup.py install for docopt: finished with status 'done' [2020-12-17T17:44:21.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T17:44:21.255Z] ---> 9dd388ec9065 [2020-12-17T17:44:21.255Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-17T17:44:21.255Z] ---> 89bae8227074 [2020-12-17T17:44:21.255Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-17T17:44:21.255Z] Running setup.py install for texttable: started [2020-12-17T17:44:21.528Z] ---> 91f4635098c8 [2020-12-17T17:44:21.528Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-17T17:44:21.801Z] ---> Running in 69dfef2ed1c4 [2020-12-17T17:44:22.263Z] Running setup.py install for texttable: finished with status 'done' [2020-12-17T17:44:22.263Z] Running setup.py install for dockerpty: started [2020-12-17T17:44:22.392Z] Removing intermediate container 69dfef2ed1c4 [2020-12-17T17:44:22.392Z] ---> e144bfe714e5 [2020-12-17T17:44:22.392Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:44:22.574Z] ---> 1e323e7d5714 [2020-12-17T17:44:22.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-17T17:44:22.664Z] ---> Running in de5a2f2ca00b [2020-12-17T17:44:22.939Z] Removing intermediate container bff8e0fc22c0 [2020-12-17T17:44:22.939Z] ---> 5887afb0a455 [2020-12-17T17:44:22.939Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-17T17:44:23.210Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-17T17:44:23.210Z] Attempting uninstall: urllib3 [2020-12-17T17:44:23.210Z] Found existing installation: urllib3 1.25.9 [2020-12-17T17:44:23.213Z] Removing intermediate container de5a2f2ca00b [2020-12-17T17:44:23.213Z] ---> 8cc2d42535ec [2020-12-17T17:44:23.213Z] Step 21/23 : LABEL arch=arm64 [2020-12-17T17:44:23.213Z] ---> Running in a82f3e3db9e3 [2020-12-17T17:44:23.487Z] ---> Running in 000d9908246a [2020-12-17T17:44:23.515Z] Uninstalling urllib3-1.25.9: [2020-12-17T17:44:23.773Z] Removing intermediate container 000d9908246a [2020-12-17T17:44:23.773Z] ---> 02e18058b8cc [2020-12-17T17:44:23.773Z] Step 22/23 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:44:23.830Z] ---> 0a9642e1d81c [2020-12-17T17:44:23.830Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-17T17:44:24.045Z] ---> Running in f312b13a24b2 [2020-12-17T17:44:24.118Z] Successfully uninstalled urllib3-1.25.9 [2020-12-17T17:44:24.118Z] ---> 27583f9d536a [2020-12-17T17:44:24.118Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-17T17:44:24.639Z] Removing intermediate container f312b13a24b2 [2020-12-17T17:44:24.639Z] ---> d18b4d2a331c [2020-12-17T17:44:24.639Z] Step 23/23 : LABEL version=2.0.0-dev.18 [2020-12-17T17:44:24.639Z] ---> Running in 41e5b202d2c3 [2020-12-17T17:44:24.724Z] Attempting uninstall: idna [2020-12-17T17:44:24.724Z] Found existing installation: idna 2.9 [2020-12-17T17:44:24.724Z] Uninstalling idna-2.9: [2020-12-17T17:44:25.074Z] Successfully uninstalled idna-2.9 [2020-12-17T17:44:25.074Z] ---> Running in 3e50f96e2300 [2020-12-17T17:44:25.231Z] Removing intermediate container 41e5b202d2c3 [2020-12-17T17:44:25.231Z] ---> 9e4738114b03 [2020-12-17T17:44:25.231Z] [2020-12-17T17:44:25.390Z] ---> 1510f6683d94 [2020-12-17T17:44:25.390Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-17T17:44:25.503Z] Successfully built 9e4738114b03 [2020-12-17T17:44:25.503Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-17T17:44:26.222Z] Attempting uninstall: requests [2020-12-17T17:44:26.223Z] Found existing installation: requests 2.23.0 [2020-12-17T17:44:26.223Z] Uninstalling requests-2.23.0: [2020-12-17T17:44:26.831Z] Successfully uninstalled requests-2.23.0 [2020-12-17T17:44:27.118Z] ---> Running in ca997c130aad [2020-12-17T17:44:27.466Z] ---> 7231e8916068 [2020-12-17T17:44:27.466Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-17T17:44:28.099Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-12-17T17:44:28.099Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-17T17:44:28.512Z] ---> Running in 949b4a90241a [2020-12-17T17:44:28.512Z] Removing intermediate container ca997c130aad [2020-12-17T17:44:28.512Z] ---> 07187c477979 [2020-12-17T17:44:28.512Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:44:28.699Z] Collecting jsonschema<3,>=2.5.1 [2020-12-17T17:44:28.807Z] ---> Running in 97d69bd643f5 [2020-12-17T17:44:28.971Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-17T17:44:29.140Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-17T17:44:29.246Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-17T17:44:29.246Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-17T17:44:29.438Z] Removing intermediate container 97d69bd643f5 [2020-12-17T17:44:29.438Z] ---> cb8be8a70dc7 [2020-12-17T17:44:29.438Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T17:44:29.727Z] ---> Running in 6dc36c43df9d [2020-12-17T17:44:30.010Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.18" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T17:44:30.358Z] Removing intermediate container 6dc36c43df9d [2020-12-17T17:44:30.358Z] ---> b06abaac04a5 [2020-12-17T17:44:30.358Z] Step 21/22 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:44:30.358Z] Removing intermediate container 3e50f96e2300 [2020-12-17T17:44:30.358Z] ---> c0011c5a2106 [2020-12-17T17:44:30.358Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-17T17:44:30.634Z] ---> Running in 2206b4fea142 [2020-12-17T17:44:30.634Z] ---> Running in 3b3c84df6139 [2020-12-17T17:44:31.212Z] Collecting docker<4.0,>=3.6.0 [2020-12-17T17:44:31.212Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-17T17:44:31.244Z] Removing intermediate container 3b3c84df6139 [2020-12-17T17:44:31.244Z] ---> a8fc97d2d93e [2020-12-17T17:44:31.244Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T17:44:31.244Z] Removing intermediate container 2206b4fea142 [2020-12-17T17:44:31.244Z] ---> 186047c3ef4e [2020-12-17T17:44:31.244Z] Step 22/22 : LABEL version=2.0.0-dev.18 [2020-12-17T17:44:31.517Z] ---> Running in 5f62704f79d0 [2020-12-17T17:44:31.517Z] ---> Running in 77c8b9b366e4 [2020-12-17T17:44:31.801Z] Collecting docopt<0.7,>=0.6.1 [2020-12-17T17:44:31.801Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-17T17:44:32.209Z] Removing intermediate container 5f62704f79d0 [2020-12-17T17:44:32.209Z] ---> 888ad8b98f77 [2020-12-17T17:44:32.209Z] Step 21/22 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:44:33.233Z] ---> Running in f295a87e527f [2020-12-17T17:44:33.233Z] Removing intermediate container 77c8b9b366e4 [2020-12-17T17:44:33.233Z] ---> aeac543ee3ef [2020-12-17T17:44:33.233Z] [2020-12-17T17:44:33.514Z] Removing intermediate container fe880f3ec720 [2020-12-17T17:44:33.514Z] ---> e8fd1437dbf6 [2020-12-17T17:44:33.514Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-17T17:44:33.769Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-17T17:44:33.769Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-17T17:44:33.795Z] ---> Running in 8615e0863a1c [2020-12-17T17:44:33.796Z] Removing intermediate container f295a87e527f [2020-12-17T17:44:33.796Z] ---> b46e9d103f2a [2020-12-17T17:44:33.796Z] Step 22/22 : LABEL version=2.0.0-dev.18 [2020-12-17T17:44:34.042Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-17T17:44:34.084Z] Successfully built aeac543ee3ef [2020-12-17T17:44:34.374Z] Successfully tagged docker-core-metadata-go:latest [2020-12-17T17:44:34.721Z]  Building docker-core-metadata-go ... done  ---> Running in a6d394c125bb [2020-12-17T17:44:35.014Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-17T17:44:35.014Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-17T17:44:35.363Z] Removing intermediate container a6d394c125bb [2020-12-17T17:44:35.363Z] ---> e284c59dc31c [2020-12-17T17:44:35.363Z] [2020-12-17T17:44:35.603Z] Collecting texttable<0.10,>=0.9.0 [2020-12-17T17:44:35.603Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-17T17:44:35.651Z] Successfully built e284c59dc31c [2020-12-17T17:44:35.651Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-17T17:44:35.957Z]  Building docker-security-bootstrap-redis-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:44:36.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:44:36.534Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T17:44:36.534Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-17T17:44:36.534Z] (3/3) Installing curl (7.69.1-r3) [2020-12-17T17:44:36.534Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:44:36.534Z] OK: 72 MiB in 58 packages [2020-12-17T17:44:37.609Z] Collecting cached-property<2,>=1.2.0 [2020-12-17T17:44:37.609Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-17T17:44:38.228Z] Collecting PyYAML<4,>=3.10 [2020-12-17T17:44:38.228Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-17T17:44:38.555Z] Removing intermediate container 8615e0863a1c [2020-12-17T17:44:38.555Z] ---> e4df3fbec8b5 [2020-12-17T17:44:38.555Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-17T17:44:38.555Z] ---> Running in d634af30768d [2020-12-17T17:44:38.837Z] Removing intermediate container d634af30768d [2020-12-17T17:44:38.837Z] ---> 3d42c95bfa2e [2020-12-17T17:44:38.837Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:44:38.837Z] ---> Running in eff0466aa1b3 [2020-12-17T17:44:39.464Z] Removing intermediate container eff0466aa1b3 [2020-12-17T17:44:39.464Z] ---> 48be217b2e1c [2020-12-17T17:44:39.464Z] Step 25/27 : LABEL arch=x86_64 [2020-12-17T17:44:39.780Z] ---> Running in 724a916b088d [2020-12-17T17:44:41.300Z] Removing intermediate container 724a916b088d [2020-12-17T17:44:41.300Z] ---> fe5ebc37fee7 [2020-12-17T17:44:41.300Z] Step 26/27 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:44:41.586Z] ---> Running in e1205f2c7f44 [2020-12-17T17:44:41.617Z] Collecting docker-pycreds>=0.4.0 [2020-12-17T17:44:41.617Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-17T17:44:41.617Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-17T17:44:41.865Z] Removing intermediate container e1205f2c7f44 [2020-12-17T17:44:41.865Z] ---> 2b03c81863cb [2020-12-17T17:44:41.865Z] Step 27/27 : LABEL version=2.0.0-dev.18 [2020-12-17T17:44:41.886Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-17T17:44:41.886Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-17T17:44:42.150Z] ---> Running in ebecd0810108 [2020-12-17T17:44:42.156Z] Collecting idna<2.8,>=2.5 [2020-12-17T17:44:42.156Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-17T17:44:42.426Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-17T17:44:42.426Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-17T17:44:42.426Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-17T17:44:42.426Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-17T17:44:42.426Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-17T17:44:42.449Z] Removing intermediate container ebecd0810108 [2020-12-17T17:44:42.449Z] ---> 53aad5f63f32 [2020-12-17T17:44:42.449Z] [2020-12-17T17:44:43.014Z] Installing collected packages: jsonschema, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, texttable, cached-property, PyYAML, docker-compose [2020-12-17T17:44:43.096Z] Successfully built 53aad5f63f32 [2020-12-17T17:44:43.096Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-17T17:44:43.282Z] Running setup.py install for dockerpty: started [2020-12-17T17:44:45.254Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-17T17:44:45.254Z] Attempting uninstall: urllib3 [2020-12-17T17:44:45.254Z] Found existing installation: urllib3 1.25.9 [2020-12-17T17:44:45.254Z] Uninstalling urllib3-1.25.9: [2020-12-17T17:44:45.254Z] Successfully uninstalled urllib3-1.25.9 [2020-12-17T17:44:45.843Z] Attempting uninstall: idna [2020-12-17T17:44:45.843Z] Found existing installation: idna 2.9 [2020-12-17T17:44:45.843Z] Uninstalling idna-2.9: [2020-12-17T17:44:46.114Z] Successfully uninstalled idna-2.9 [2020-12-17T17:44:46.384Z] Attempting uninstall: requests [2020-12-17T17:44:46.385Z] Found existing installation: requests 2.23.0 [2020-12-17T17:44:46.385Z] Uninstalling requests-2.23.0: [2020-12-17T17:44:46.655Z] Successfully uninstalled requests-2.23.0 [2020-12-17T17:44:48.081Z] Running setup.py install for docopt: started [2020-12-17T17:44:49.504Z] Running setup.py install for docopt: finished with status 'done' [2020-12-17T17:44:49.504Z] Running setup.py install for texttable: started [2020-12-17T17:44:50.025Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 586ced5c42ce [2020-12-17T17:44:50.025Z] ---> 5357e8b481b9 [2020-12-17T17:44:50.025Z] [2020-12-17T17:44:50.025Z] Step 10/24 : FROM scratch [2020-12-17T17:44:50.025Z] ---> [2020-12-17T17:44:50.025Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-17T17:44:50.306Z] ---> Running in 7c0584c3011a [2020-12-17T17:44:50.955Z] Removing intermediate container 7c0584c3011a [2020-12-17T17:44:50.955Z] ---> d1372bb2c719 [2020-12-17T17:44:50.955Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-17T17:44:50.955Z] ---> Running in bd79752bd385 [2020-12-17T17:44:51.254Z] Removing intermediate container bd79752bd385 [2020-12-17T17:44:51.254Z] ---> 026adc7a3004 [2020-12-17T17:44:51.254Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-17T17:44:51.464Z] Running setup.py install for texttable: finished with status 'done' [2020-12-17T17:44:51.464Z] Running setup.py install for PyYAML: started [2020-12-17T17:44:51.570Z] ---> Running in a3e695fd22fa [2020-12-17T17:44:51.848Z] Removing intermediate container a3e695fd22fa [2020-12-17T17:44:51.848Z] ---> 0dcca79c365d [2020-12-17T17:44:51.848Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-17T17:44:52.123Z] ---> b2937553d03a [2020-12-17T17:44:52.123Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-17T17:44:53.431Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-17T17:44:53.556Z] ---> 2325c5df1fb7 [2020-12-17T17:44:53.556Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-17T17:44:54.402Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-17T17:44:56.162Z] ---> 1435c418a32e [2020-12-17T17:44:56.162Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-17T17:44:56.766Z] ---> 60d7551e062c [2020-12-17T17:44:56.766Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-17T17:44:57.765Z] Removing intermediate container a82f3e3db9e3 [2020-12-17T17:44:57.765Z] ---> 568d96d118c9 [2020-12-17T17:44:57.765Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-17T17:44:57.765Z] ---> Running in b79923e97c4b [2020-12-17T17:44:58.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:58.769Z] ---> 98ad943e291e [2020-12-17T17:44:58.769Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-17T17:44:59.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T17:44:59.608Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T17:44:59.608Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-17T17:44:59.608Z] (3/3) Installing curl (7.69.1-r3) [2020-12-17T17:44:59.608Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:44:59.608Z] OK: 71 MiB in 58 packages [2020-12-17T17:44:59.746Z] ---> 410ac42e887e [2020-12-17T17:44:59.746Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-17T17:45:00.028Z] ---> Running in 9215c8c234bc [2020-12-17T17:45:00.028Z] Removing intermediate container 949b4a90241a [2020-12-17T17:45:00.028Z] ---> bea420d1b359 [2020-12-17T17:45:00.028Z] [2020-12-17T17:45:00.028Z] Step 10/23 : FROM alpine [2020-12-17T17:45:00.028Z] ---> 389fef711851 [2020-12-17T17:45:00.028Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T17:45:00.028Z] ---> Running in a4689ebc6b6c [2020-12-17T17:45:00.301Z] Removing intermediate container 9215c8c234bc [2020-12-17T17:45:00.301Z] ---> 293f7565a0f1 [2020-12-17T17:45:00.301Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:45:00.301Z] ---> Running in e3e793fdd834 [2020-12-17T17:45:00.567Z] Removing intermediate container a4689ebc6b6c [2020-12-17T17:45:00.567Z] ---> 415e9b112755 [2020-12-17T17:45:00.567Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-17T17:45:00.567Z] ---> Running in 3fe4daece11c [2020-12-17T17:45:00.832Z] Removing intermediate container e3e793fdd834 [2020-12-17T17:45:00.832Z] ---> 6f332ede59a8 [2020-12-17T17:45:00.832Z] Step 22/24 : LABEL arch=x86_64 [2020-12-17T17:45:00.832Z] ---> Running in 5c58193a29ec [2020-12-17T17:45:00.832Z] Removing intermediate container 3fe4daece11c [2020-12-17T17:45:00.832Z] ---> a6009972818e [2020-12-17T17:45:00.832Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-17T17:45:00.832Z] ---> Running in c0e6cc9ea4a8 [2020-12-17T17:45:01.035Z] Removing intermediate container b79923e97c4b [2020-12-17T17:45:01.035Z] ---> cb01e53be1fe [2020-12-17T17:45:01.035Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-17T17:45:01.036Z] ---> Running in 98be2364e66b [2020-12-17T17:45:01.098Z] Removing intermediate container 5c58193a29ec [2020-12-17T17:45:01.098Z] ---> d5d40a6b51ee [2020-12-17T17:45:01.098Z] Step 23/24 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:01.098Z] ---> Running in 183c05c245da [2020-12-17T17:45:01.098Z] Removing intermediate container c0e6cc9ea4a8 [2020-12-17T17:45:01.098Z] ---> f0efe9141c8a [2020-12-17T17:45:01.098Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T17:45:01.307Z] Removing intermediate container 98be2364e66b [2020-12-17T17:45:01.307Z] ---> 1d9175b41a0f [2020-12-17T17:45:01.307Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:45:01.372Z] ---> Running in f93e3d7a27b2 [2020-12-17T17:45:01.372Z] Removing intermediate container 183c05c245da [2020-12-17T17:45:01.372Z] ---> 245fa289c3c9 [2020-12-17T17:45:01.372Z] Step 24/24 : LABEL version=2.0.0-dev.18 [2020-12-17T17:45:01.580Z] ---> Running in 72b5c9f7db15 [2020-12-17T17:45:01.645Z] ---> Running in 93d9ad3ca299 [2020-12-17T17:45:01.862Z] Removing intermediate container 72b5c9f7db15 [2020-12-17T17:45:01.862Z] ---> 439161080840 [2020-12-17T17:45:01.862Z] Step 25/27 : LABEL arch=arm64 [2020-12-17T17:45:01.919Z] Removing intermediate container 93d9ad3ca299 [2020-12-17T17:45:01.919Z] ---> caeef94c921c [2020-12-17T17:45:01.919Z] [2020-12-17T17:45:02.142Z] ---> Running in 83e95109a457 [2020-12-17T17:45:02.208Z] Successfully built caeef94c921c [2020-12-17T17:45:02.208Z] Successfully tagged docker-support-notifications-go:latest [2020-12-17T17:45:02.738Z] Removing intermediate container 83e95109a457 [2020-12-17T17:45:02.738Z] ---> f44c61d5f8ce [2020-12-17T17:45:02.738Z] Step 26/27 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:02.738Z] ---> Running in 72466e9fd689 [2020-12-17T17:45:03.229Z]  Building docker-support-notifications-go ... done Removing intermediate container f93e3d7a27b2 [2020-12-17T17:45:03.229Z] ---> 0afaa7d40c9d [2020-12-17T17:45:03.229Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-17T17:45:03.229Z] ---> Running in cab369417429 [2020-12-17T17:45:03.331Z] Removing intermediate container 72466e9fd689 [2020-12-17T17:45:03.331Z] ---> 200e4551cd9f [2020-12-17T17:45:03.331Z] Step 27/27 : LABEL version=2.0.0-dev.18 [2020-12-17T17:45:03.331Z] ---> Running in 1319b72a852d [2020-12-17T17:45:03.921Z] Removing intermediate container 1319b72a852d [2020-12-17T17:45:03.921Z] ---> be72267cf8c1 [2020-12-17T17:45:03.921Z] [2020-12-17T17:45:03.921Z] Successfully built be72267cf8c1 [2020-12-17T17:45:04.191Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-17T17:45:04.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T17:45:04.475Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-17T17:45:04.479Z] $ docker stop --time=1 7ffca83a90d53e033ef4d20e83b4861326c0f29c234df10ca8f25051c0818186 [2020-12-17T17:45:04.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T17:45:05.378Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-17T17:45:05.378Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-17T17:45:05.378Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-17T17:45:05.648Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-17T17:45:05.943Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-17T17:45:05.943Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T17:45:05.943Z] OK: 8 MiB in 19 packages [2020-12-17T17:45:06.424Z] $ docker rm -f 7ffca83a90d53e033ef4d20e83b4861326c0f29c234df10ca8f25051c0818186 [2020-12-17T17:45:06.574Z] Removing intermediate container cab369417429 [2020-12-17T17:45:06.574Z] ---> 3e15b2f3ff17 [2020-12-17T17:45:06.574Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T17:45:07.142Z] + grep docker [2020-12-17T17:45:07.143Z] + docker images [2020-12-17T17:45:07.164Z] ---> e07c932afc2a [2020-12-17T17:45:07.164Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-17T17:45:07.411Z] docker-sys-mgmt-agent-go-arm64 latest be72267cf8c1 4 seconds ago 300MB [2020-12-17T17:45:07.411Z] docker-core-data-go-arm64 latest 9e4738114b03 43 seconds ago 20.9MB [2020-12-17T17:45:07.411Z] docker-core-metadata-go-arm64 latest 5808f34e43c9 About a minute ago 12.2MB [2020-12-17T17:45:07.411Z] docker-security-bootstrap-redis-go-arm64 latest e76b03babf03 About a minute ago 15.2MB [2020-12-17T17:45:07.411Z] docker-security-secretstore-setup-go-arm64 latest b075442e6a95 3 minutes ago 23.5MB [2020-12-17T17:45:07.411Z] docker-security-proxy-setup-go-arm64 latest 46d5c5f81607 3 minutes ago 23.4MB [2020-12-17T17:45:07.411Z] docker-support-notifications-go-arm64 latest d68161e6112f 3 minutes ago 11.4MB [2020-12-17T17:45:07.411Z] docker-support-scheduler-go-arm64 latest 110dffaf49a9 3 minutes ago 10MB [2020-12-17T17:45:07.411Z] docker-core-command-go-arm64 latest 77ebd94ed046 3 minutes ago 9.98MB [2020-12-17T17:45:07.411Z] docker latest 0c09fb3ff9b5 44 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-17T17:45:07.760Z] ---> f0b40acc8cf9 [2020-12-17T17:45:07.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T17:45:08.030Z] provisioning config files... [2020-12-17T17:45:08.066Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config103301332561899324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:45:08.355Z] ---> 329a61f841be [2020-12-17T17:45:08.355Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-17T17:45:08.355Z] ---> Running in a0c3624cc90e [2020-12-17T17:45:08.459Z] ---> docker-login.sh [2020-12-17T17:45:08.459Z] nexus3.edgexfoundry.org:10001 [2020-12-17T17:45:08.622Z] Removing intermediate container a0c3624cc90e [2020-12-17T17:45:08.622Z] ---> c1c259a764cc [2020-12-17T17:45:08.622Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T17:45:08.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:08.890Z] ---> Running in 1af78b5ca1ce [2020-12-17T17:45:08.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:09.000Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:09.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:09.000Z] [2020-12-17T17:45:09.000Z] Login Succeeded [2020-12-17T17:45:09.000Z] nexus3.edgexfoundry.org:10002 [2020-12-17T17:45:09.180Z] Removing intermediate container 1af78b5ca1ce [2020-12-17T17:45:09.181Z] ---> 5cc03d69c8e2 [2020-12-17T17:45:09.181Z] Step 21/23 : LABEL arch=x86_64 [2020-12-17T17:45:09.181Z] ---> Running in 69a6e8eeaf0e [2020-12-17T17:45:09.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:09.459Z] Removing intermediate container 69a6e8eeaf0e [2020-12-17T17:45:09.459Z] ---> 9daca5b85e6c [2020-12-17T17:45:09.459Z] Step 22/23 : LABEL git_sha=bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:09.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:09.542Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:09.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:09.542Z] [2020-12-17T17:45:09.542Z] Login Succeeded [2020-12-17T17:45:09.542Z] nexus3.edgexfoundry.org:10003 [2020-12-17T17:45:09.732Z] ---> Running in b45ffc7339ea [2020-12-17T17:45:09.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:10.029Z] Removing intermediate container b45ffc7339ea [2020-12-17T17:45:10.029Z] ---> a90eb7ce8302 [2020-12-17T17:45:10.029Z] Step 23/23 : LABEL version=2.0.0-dev.18 [2020-12-17T17:45:10.029Z] ---> Running in edddd8cac347 [2020-12-17T17:45:10.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:10.089Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:10.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:10.089Z] [2020-12-17T17:45:10.089Z] Login Succeeded [2020-12-17T17:45:10.089Z] nexus3.edgexfoundry.org:10004 [2020-12-17T17:45:10.309Z] Removing intermediate container edddd8cac347 [2020-12-17T17:45:10.309Z] ---> 2c8fb7131081 [2020-12-17T17:45:10.309Z] [2020-12-17T17:45:10.599Z] Successfully built 2c8fb7131081 [2020-12-17T17:45:10.599Z] Successfully tagged docker-core-data-go:latest [2020-12-17T17:45:10.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:10.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:10.681Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:10.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:10.681Z] [2020-12-17T17:45:10.681Z] Login Succeeded [2020-12-17T17:45:10.681Z] docker.io [2020-12-17T17:45:11.225Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-17T17:45:11.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:11.275Z] $ docker stop --time=1 763d9ae75099d5bcda8acf6d1f943996594bef962b01f844ad16274cfc4d9d99 [2020-12-17T17:45:11.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:11.543Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:11.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:11.543Z] [2020-12-17T17:45:11.543Z] Login Succeeded [2020-12-17T17:45:11.543Z] ---> docker-login.sh ends [2020-12-17T17:45:13.456Z] $ docker rm -f 763d9ae75099d5bcda8acf6d1f943996594bef962b01f844ad16274cfc4d9d99 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-12-17T17:45:13.768Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:14.060Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-17T17:45:14.060Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:14.060Z] 2.0.0-dev.18 [2020-12-17T17:45:14.060Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:14.060Z] master [2020-12-17T17:45:14.060Z] ===================================================== [2020-12-17T17:45:14.064Z] + docker images [2020-12-17T17:45:14.064Z] + grep docker [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:14.336Z] docker-core-data-go latest 2c8fb7131081 4 seconds ago 22.2MB [2020-12-17T17:45:14.337Z] docker-support-notifications-go latest caeef94c921c 13 seconds ago 12.1MB [2020-12-17T17:45:14.337Z] docker-sys-mgmt-agent-go latest 53aad5f63f32 32 seconds ago 313MB [2020-12-17T17:45:14.337Z] docker-security-bootstrap-redis-go latest e284c59dc31c 40 seconds ago 15.8MB [2020-12-17T17:45:14.337Z] docker-core-metadata-go latest aeac543ee3ef 42 seconds ago 13MB [2020-12-17T17:45:14.337Z] docker-security-secretstore-setup-go latest 7bafbb6d1e4d 2 minutes ago 24.7MB [2020-12-17T17:45:14.337Z] docker-security-proxy-setup-go latest 8dfe272d7413 2 minutes ago 24.6MB [2020-12-17T17:45:14.337Z] docker-support-scheduler-go latest e073f3a51ae4 2 minutes ago 10.8MB [2020-12-17T17:45:14.337Z] docker-core-command-go latest 24712e68cc75 2 minutes ago 10.6MB [2020-12-17T17:45:14.337Z] docker latest 0040bc98e531 5 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-17T17:45:14.630Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T17:45:15.018Z] provisioning config files... [2020-12-17T17:45:15.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:15.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-17T17:45:15.056Z] ec685ffd8f95: Preparing [2020-12-17T17:45:15.056Z] fa8a48b03265: Preparing [2020-12-17T17:45:15.056Z] 300278429624: Preparing [2020-12-17T17:45:15.067Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config485683348702742704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:45:15.326Z] ec685ffd8f95: Pushed [2020-12-17T17:45:15.326Z] 300278429624: Pushed [2020-12-17T17:45:15.486Z] ---> docker-login.sh [2020-12-17T17:45:15.486Z] nexus3.edgexfoundry.org:10001 [2020-12-17T17:45:15.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:15.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:15.767Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:15.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:15.767Z] [2020-12-17T17:45:15.767Z] Login Succeeded [2020-12-17T17:45:15.767Z] nexus3.edgexfoundry.org:10002 [2020-12-17T17:45:16.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:16.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:16.034Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:16.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:16.034Z] [2020-12-17T17:45:16.034Z] Login Succeeded [2020-12-17T17:45:16.034Z] nexus3.edgexfoundry.org:10003 [2020-12-17T17:45:16.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:16.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:16.301Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:16.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:16.301Z] [2020-12-17T17:45:16.301Z] Login Succeeded [2020-12-17T17:45:16.301Z] nexus3.edgexfoundry.org:10004 [2020-12-17T17:45:16.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:16.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:16.845Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:16.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:16.845Z] [2020-12-17T17:45:16.845Z] Login Succeeded [2020-12-17T17:45:16.845Z] docker.io [2020-12-17T17:45:17.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T17:45:17.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T17:45:17.376Z] Configure a credential helper to remove this warning. See [2020-12-17T17:45:17.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T17:45:17.376Z] [2020-12-17T17:45:17.376Z] Login Succeeded [2020-12-17T17:45:17.376Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T17:45:17.389Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:17.601Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-17T17:45:17.601Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:17.601Z] 2.0.0-dev.18 [2020-12-17T17:45:17.601Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:17.601Z] master [2020-12-17T17:45:17.601Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:17.928Z] fa8a48b03265: Pushed [2020-12-17T17:45:17.928Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:0276eadbc9a00bea874998cf2ad53451f99e7c21161483fd5e6624804b006eed size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:18.118Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:18.267Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:18.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:18.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-17T17:45:18.869Z] ec685ffd8f95: Preparing [2020-12-17T17:45:18.869Z] fa8a48b03265: Preparing [2020-12-17T17:45:18.869Z] 300278429624: Preparing [2020-12-17T17:45:18.869Z] 300278429624: Layer already exists [2020-12-17T17:45:18.869Z] fa8a48b03265: Layer already exists [2020-12-17T17:45:18.869Z] ec685ffd8f95: Layer already exists [2020-12-17T17:45:18.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:18.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-17T17:45:18.875Z] b6cf0e187b93: Preparing [2020-12-17T17:45:18.875Z] 3a75498d7b48: Preparing [2020-12-17T17:45:18.875Z] a5739393c103: Preparing [2020-12-17T17:45:19.141Z] 2.0.0-dev.18: digest: sha256:0276eadbc9a00bea874998cf2ad53451f99e7c21161483fd5e6624804b006eed size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:19.292Z] a5739393c103: Pushed [2020-12-17T17:45:19.292Z] b6cf0e187b93: Pushed [2020-12-17T17:45:19.508Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:19.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:19.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-17T17:45:19.850Z] ec685ffd8f95: Preparing [2020-12-17T17:45:19.850Z] fa8a48b03265: Preparing [2020-12-17T17:45:19.850Z] 300278429624: Preparing [2020-12-17T17:45:19.850Z] 300278429624: Layer already exists [2020-12-17T17:45:19.850Z] ec685ffd8f95: Layer already exists [2020-12-17T17:45:19.850Z] fa8a48b03265: Layer already exists [2020-12-17T17:45:20.123Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:0276eadbc9a00bea874998cf2ad53451f99e7c21161483fd5e6624804b006eed size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:20.281Z] 3a75498d7b48: Pushed [2020-12-17T17:45:20.464Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:20.549Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:54772553cad28c635db5c4a746d519f1af6d0b7c1e9c39dafb7501563f09955a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:20.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-17T17:45:20.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-17T17:45:20.796Z] ec685ffd8f95: Preparing [2020-12-17T17:45:20.796Z] fa8a48b03265: Preparing [2020-12-17T17:45:20.796Z] 300278429624: Preparing [2020-12-17T17:45:20.796Z] fa8a48b03265: Layer already exists [2020-12-17T17:45:20.796Z] ec685ffd8f95: Layer already exists [2020-12-17T17:45:20.796Z] 300278429624: Layer already exists [2020-12-17T17:45:20.917Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:21.068Z] master: digest: sha256:0276eadbc9a00bea874998cf2ad53451f99e7c21161483fd5e6624804b006eed size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-17T17:45:21.278Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.18 [2020-12-17T17:45:21.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-17T17:45:21.278Z] b6cf0e187b93: Preparing [2020-12-17T17:45:21.278Z] 3a75498d7b48: Preparing [2020-12-17T17:45:21.278Z] a5739393c103: Preparing [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:21.483Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:21.551Z] taggedImages: [2020-12-17T17:45:21.551Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:21.551Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:21.551Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:21.551Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-17T17:45:21.603Z] b6cf0e187b93: Layer already exists [2020-12-17T17:45:21.603Z] a5739393c103: Layer already exists [2020-12-17T17:45:21.603Z] 3a75498d7b48: Layer already exists [2020-12-17T17:45:21.603Z] 2.0.0-dev.18: digest: sha256:54772553cad28c635db5c4a746d519f1af6d0b7c1e9c39dafb7501563f09955a size: 943 [Pipeline] echo [2020-12-17T17:45:21.659Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-17T17:45:21.659Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:21.659Z] 2.0.0-dev.18 [2020-12-17T17:45:21.659Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:21.659Z] master [2020-12-17T17:45:21.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:22.025Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:22.232Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:22.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:22.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-17T17:45:22.343Z] b6cf0e187b93: Preparing [2020-12-17T17:45:22.343Z] 3a75498d7b48: Preparing [2020-12-17T17:45:22.343Z] a5739393c103: Preparing [2020-12-17T17:45:22.343Z] b6cf0e187b93: Layer already exists [2020-12-17T17:45:22.343Z] 3a75498d7b48: Layer already exists [2020-12-17T17:45:22.343Z] a5739393c103: Layer already exists [2020-12-17T17:45:22.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:22.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-17T17:45:22.562Z] c2c28e2c514a: Preparing [2020-12-17T17:45:22.562Z] 9b12388b79f2: Preparing [2020-12-17T17:45:22.562Z] 6e89b26031e4: Preparing [2020-12-17T17:45:22.562Z] 4f2dcdac922a: Preparing [2020-12-17T17:45:22.562Z] 0e206099239e: Preparing [2020-12-17T17:45:22.562Z] 379067d0cb53: Preparing [2020-12-17T17:45:22.562Z] 379067d0cb53: Waiting [2020-12-17T17:45:22.616Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:54772553cad28c635db5c4a746d519f1af6d0b7c1e9c39dafb7501563f09955a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:22.843Z] 0e206099239e: Pushed [2020-12-17T17:45:22.843Z] c2c28e2c514a: Pushed [2020-12-17T17:45:22.843Z] 6e89b26031e4: Pushed [2020-12-17T17:45:22.843Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:23.064Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:23.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-17T17:45:23.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-17T17:45:23.396Z] b6cf0e187b93: Preparing [2020-12-17T17:45:23.396Z] 3a75498d7b48: Preparing [2020-12-17T17:45:23.396Z] a5739393c103: Preparing [2020-12-17T17:45:23.438Z] 4f2dcdac922a: Pushed [2020-12-17T17:45:23.662Z] b6cf0e187b93: Layer already exists [2020-12-17T17:45:23.662Z] a5739393c103: Layer already exists [2020-12-17T17:45:23.662Z] 3a75498d7b48: Layer already exists [2020-12-17T17:45:23.662Z] master: digest: sha256:54772553cad28c635db5c4a746d519f1af6d0b7c1e9c39dafb7501563f09955a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:23.979Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:24.026Z] taggedImages: [2020-12-17T17:45:24.026Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:24.026Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.18 [2020-12-17T17:45:24.026Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:24.026Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-17T17:45:24.092Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-17T17:45:24.092Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:24.092Z] 2.0.0-dev.18 [2020-12-17T17:45:24.092Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:24.092Z] master [2020-12-17T17:45:24.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:24.681Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:25.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:25.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-17T17:45:25.096Z] ea9728d1fd27: Preparing [2020-12-17T17:45:25.096Z] 6c5259b3c48b: Preparing [2020-12-17T17:45:25.096Z] 4c24061d2298: Preparing [2020-12-17T17:45:25.096Z] e525f4431dcc: Preparing [2020-12-17T17:45:25.096Z] 9ec407ce7508: Preparing [2020-12-17T17:45:25.096Z] 777b2c648970: Preparing [2020-12-17T17:45:25.096Z] 777b2c648970: Waiting [2020-12-17T17:45:25.366Z] 4c24061d2298: Pushed [2020-12-17T17:45:25.366Z] ea9728d1fd27: Pushed [2020-12-17T17:45:25.366Z] 9ec407ce7508: Pushed [2020-12-17T17:45:25.948Z] e525f4431dcc: Pushed [2020-12-17T17:45:26.132Z] 9b12388b79f2: Pushed [2020-12-17T17:45:26.132Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:5d001e3d29e4d8cdad6ec2879a3b087555fe5ce53b39c6d832e4d33d59bb1a20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:26.465Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:26.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:26.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-17T17:45:26.797Z] c2c28e2c514a: Preparing [2020-12-17T17:45:26.797Z] 9b12388b79f2: Preparing [2020-12-17T17:45:26.797Z] 6e89b26031e4: Preparing [2020-12-17T17:45:26.797Z] 4f2dcdac922a: Preparing [2020-12-17T17:45:26.797Z] 0e206099239e: Preparing [2020-12-17T17:45:26.797Z] 379067d0cb53: Preparing [2020-12-17T17:45:26.797Z] 379067d0cb53: Waiting [2020-12-17T17:45:26.956Z] 777b2c648970: Layer already exists [2020-12-17T17:45:26.956Z] 6c5259b3c48b: Pushed [2020-12-17T17:45:27.068Z] 4f2dcdac922a: Layer already exists [2020-12-17T17:45:27.068Z] 9b12388b79f2: Layer already exists [2020-12-17T17:45:27.068Z] 6e89b26031e4: Layer already exists [2020-12-17T17:45:27.068Z] c2c28e2c514a: Layer already exists [2020-12-17T17:45:27.068Z] 0e206099239e: Layer already exists [2020-12-17T17:45:27.068Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:27.068Z] 2.0.0-dev.18: digest: sha256:5d001e3d29e4d8cdad6ec2879a3b087555fe5ce53b39c6d832e4d33d59bb1a20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:27.231Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:b6c69fb5d33991f0729d0db688e51a1497e50cfef61f49afd69329799ce3bb0d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:27.403Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:27.575Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:27.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:27.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-17T17:45:27.738Z] c2c28e2c514a: Preparing [2020-12-17T17:45:27.738Z] 9b12388b79f2: Preparing [2020-12-17T17:45:27.738Z] 6e89b26031e4: Preparing [2020-12-17T17:45:27.738Z] 4f2dcdac922a: Preparing [2020-12-17T17:45:27.738Z] 0e206099239e: Preparing [2020-12-17T17:45:27.738Z] 379067d0cb53: Preparing [2020-12-17T17:45:27.738Z] 379067d0cb53: Waiting [2020-12-17T17:45:27.738Z] 0e206099239e: Layer already exists [2020-12-17T17:45:27.738Z] 9b12388b79f2: Layer already exists [2020-12-17T17:45:27.738Z] c2c28e2c514a: Layer already exists [2020-12-17T17:45:27.738Z] 4f2dcdac922a: Layer already exists [2020-12-17T17:45:27.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.18 [2020-12-17T17:45:27.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-17T17:45:27.901Z] ea9728d1fd27: Preparing [2020-12-17T17:45:27.901Z] 6c5259b3c48b: Preparing [2020-12-17T17:45:27.901Z] 4c24061d2298: Preparing [2020-12-17T17:45:27.901Z] e525f4431dcc: Preparing [2020-12-17T17:45:27.901Z] 9ec407ce7508: Preparing [2020-12-17T17:45:27.901Z] 777b2c648970: Preparing [2020-12-17T17:45:27.901Z] 777b2c648970: Waiting [2020-12-17T17:45:27.901Z] e525f4431dcc: Layer already exists [2020-12-17T17:45:27.901Z] 9ec407ce7508: Layer already exists [2020-12-17T17:45:27.901Z] 4c24061d2298: Layer already exists [2020-12-17T17:45:27.901Z] 6c5259b3c48b: Layer already exists [2020-12-17T17:45:27.901Z] ea9728d1fd27: Layer already exists [2020-12-17T17:45:27.901Z] 777b2c648970: Layer already exists [2020-12-17T17:45:28.007Z] 6e89b26031e4: Layer already exists [2020-12-17T17:45:28.007Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:28.007Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:5d001e3d29e4d8cdad6ec2879a3b087555fe5ce53b39c6d832e4d33d59bb1a20 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:28.177Z] 2.0.0-dev.18: digest: sha256:b6c69fb5d33991f0729d0db688e51a1497e50cfef61f49afd69329799ce3bb0d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:28.348Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:28.507Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:28.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-17T17:45:28.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-17T17:45:28.686Z] c2c28e2c514a: Preparing [2020-12-17T17:45:28.686Z] 9b12388b79f2: Preparing [2020-12-17T17:45:28.686Z] 6e89b26031e4: Preparing [2020-12-17T17:45:28.686Z] 4f2dcdac922a: Preparing [2020-12-17T17:45:28.686Z] 0e206099239e: Preparing [2020-12-17T17:45:28.686Z] 379067d0cb53: Preparing [2020-12-17T17:45:28.686Z] 379067d0cb53: Waiting [2020-12-17T17:45:28.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:28.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-17T17:45:28.820Z] ea9728d1fd27: Preparing [2020-12-17T17:45:28.820Z] 6c5259b3c48b: Preparing [2020-12-17T17:45:28.820Z] 4c24061d2298: Preparing [2020-12-17T17:45:28.820Z] e525f4431dcc: Preparing [2020-12-17T17:45:28.820Z] 9ec407ce7508: Preparing [2020-12-17T17:45:28.820Z] 777b2c648970: Preparing [2020-12-17T17:45:28.820Z] 777b2c648970: Waiting [2020-12-17T17:45:28.821Z] 4c24061d2298: Layer already exists [2020-12-17T17:45:28.821Z] 9ec407ce7508: Layer already exists [2020-12-17T17:45:28.821Z] 6c5259b3c48b: Layer already exists [2020-12-17T17:45:28.821Z] e525f4431dcc: Layer already exists [2020-12-17T17:45:28.821Z] ea9728d1fd27: Layer already exists [2020-12-17T17:45:28.821Z] 777b2c648970: Layer already exists [2020-12-17T17:45:28.821Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:b6c69fb5d33991f0729d0db688e51a1497e50cfef61f49afd69329799ce3bb0d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:28.955Z] 9b12388b79f2: Layer already exists [2020-12-17T17:45:28.955Z] 6e89b26031e4: Layer already exists [2020-12-17T17:45:28.955Z] c2c28e2c514a: Layer already exists [2020-12-17T17:45:28.955Z] 4f2dcdac922a: Layer already exists [2020-12-17T17:45:28.955Z] 0e206099239e: Layer already exists [2020-12-17T17:45:28.955Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:28.955Z] master: digest: sha256:5d001e3d29e4d8cdad6ec2879a3b087555fe5ce53b39c6d832e4d33d59bb1a20 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-17T17:45:29.147Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-17T17:45:29.157Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:29.210Z] taggedImages: [2020-12-17T17:45:29.210Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:29.210Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:29.210Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:29.210Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:45:29.339Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-17T17:45:29.339Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:29.339Z] 2.0.0-dev.18 [2020-12-17T17:45:29.339Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:29.339Z] master [2020-12-17T17:45:29.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:29.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-17T17:45:29.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-17T17:45:29.542Z] ea9728d1fd27: Preparing [2020-12-17T17:45:29.542Z] 6c5259b3c48b: Preparing [2020-12-17T17:45:29.542Z] 4c24061d2298: Preparing [2020-12-17T17:45:29.542Z] e525f4431dcc: Preparing [2020-12-17T17:45:29.542Z] 9ec407ce7508: Preparing [2020-12-17T17:45:29.542Z] 777b2c648970: Preparing [2020-12-17T17:45:29.542Z] 777b2c648970: Waiting [2020-12-17T17:45:29.542Z] 4c24061d2298: Layer already exists [2020-12-17T17:45:29.542Z] 6c5259b3c48b: Layer already exists [2020-12-17T17:45:29.542Z] e525f4431dcc: Layer already exists [2020-12-17T17:45:29.542Z] ea9728d1fd27: Layer already exists [2020-12-17T17:45:29.542Z] 9ec407ce7508: Layer already exists [2020-12-17T17:45:29.542Z] 777b2c648970: Layer already exists [2020-12-17T17:45:29.807Z] master: digest: sha256:b6c69fb5d33991f0729d0db688e51a1497e50cfef61f49afd69329799ce3bb0d size: 1572 [Pipeline] } [2020-12-17T17:45:29.848Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:29.964Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:45:30.165Z] taggedImages: [2020-12-17T17:45:30.165Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:30.165Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.18 [2020-12-17T17:45:30.165Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:30.165Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-17T17:45:30.288Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-17T17:45:30.288Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:30.288Z] 2.0.0-dev.18 [2020-12-17T17:45:30.288Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:30.288Z] master [2020-12-17T17:45:30.288Z] ===================================================== [2020-12-17T17:45:30.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:30.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-17T17:45:30.325Z] 798f2c7898da: Preparing [2020-12-17T17:45:30.325Z] 8db1aaa4d428: Preparing [2020-12-17T17:45:30.325Z] 7107dd4b7f3b: Preparing [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:30.598Z] 798f2c7898da: Pushed [2020-12-17T17:45:30.598Z] 7107dd4b7f3b: Pushed [2020-12-17T17:45:30.758Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:31.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:31.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-17T17:45:31.077Z] 6fbf7faaa7f5: Preparing [2020-12-17T17:45:31.077Z] ac3cb3b9b1a4: Preparing [2020-12-17T17:45:31.077Z] cab13ffcc591: Preparing [2020-12-17T17:45:31.343Z] cab13ffcc591: Pushed [2020-12-17T17:45:31.343Z] 6fbf7faaa7f5: Pushed [2020-12-17T17:45:32.766Z] ac3cb3b9b1a4: Pushed [2020-12-17T17:45:33.037Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:94d1c655a7747a3b072612a222f92259c4ed6569ca8cd1fe8cff722f7a041d40 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:33.386Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:33.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.18 [2020-12-17T17:45:33.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-17T17:45:33.737Z] 6fbf7faaa7f5: Preparing [2020-12-17T17:45:33.737Z] ac3cb3b9b1a4: Preparing [2020-12-17T17:45:33.737Z] cab13ffcc591: Preparing [2020-12-17T17:45:33.737Z] ac3cb3b9b1a4: Layer already exists [2020-12-17T17:45:33.737Z] 6fbf7faaa7f5: Layer already exists [2020-12-17T17:45:33.737Z] cab13ffcc591: Layer already exists [2020-12-17T17:45:33.957Z] 8db1aaa4d428: Pushed [2020-12-17T17:45:33.957Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:4913b1890bd579de901c212cd15b0156671a268c096fe10f1d6b839e9da025ef size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:34.005Z] 2.0.0-dev.18: digest: sha256:94d1c655a7747a3b072612a222f92259c4ed6569ca8cd1fe8cff722f7a041d40 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:34.291Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:34.411Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:34.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:34.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-17T17:45:34.626Z] 798f2c7898da: Preparing [2020-12-17T17:45:34.626Z] 8db1aaa4d428: Preparing [2020-12-17T17:45:34.626Z] 7107dd4b7f3b: Preparing [2020-12-17T17:45:34.626Z] 8db1aaa4d428: Layer already exists [2020-12-17T17:45:34.626Z] 798f2c7898da: Layer already exists [2020-12-17T17:45:34.626Z] 7107dd4b7f3b: Layer already exists [2020-12-17T17:45:34.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:34.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-17T17:45:34.745Z] 6fbf7faaa7f5: Preparing [2020-12-17T17:45:34.745Z] ac3cb3b9b1a4: Preparing [2020-12-17T17:45:34.745Z] cab13ffcc591: Preparing [2020-12-17T17:45:34.745Z] 6fbf7faaa7f5: Layer already exists [2020-12-17T17:45:34.745Z] cab13ffcc591: Layer already exists [2020-12-17T17:45:34.745Z] ac3cb3b9b1a4: Layer already exists [2020-12-17T17:45:34.895Z] 2.0.0-dev.18: digest: sha256:4913b1890bd579de901c212cd15b0156671a268c096fe10f1d6b839e9da025ef size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:35.016Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:94d1c655a7747a3b072612a222f92259c4ed6569ca8cd1fe8cff722f7a041d40 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:35.236Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:35.457Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:35.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:35.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-17T17:45:35.567Z] 798f2c7898da: Preparing [2020-12-17T17:45:35.567Z] 8db1aaa4d428: Preparing [2020-12-17T17:45:35.567Z] 7107dd4b7f3b: Preparing [2020-12-17T17:45:35.567Z] 7107dd4b7f3b: Layer already exists [2020-12-17T17:45:35.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-17T17:45:35.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-17T17:45:35.815Z] 6fbf7faaa7f5: Preparing [2020-12-17T17:45:35.815Z] ac3cb3b9b1a4: Preparing [2020-12-17T17:45:35.815Z] cab13ffcc591: Preparing [2020-12-17T17:45:35.815Z] cab13ffcc591: Layer already exists [2020-12-17T17:45:35.815Z] ac3cb3b9b1a4: Layer already exists [2020-12-17T17:45:35.815Z] 6fbf7faaa7f5: Layer already exists [2020-12-17T17:45:35.815Z] master: digest: sha256:94d1c655a7747a3b072612a222f92259c4ed6569ca8cd1fe8cff722f7a041d40 size: 943 [2020-12-17T17:45:35.837Z] 798f2c7898da: Layer already exists [2020-12-17T17:45:35.837Z] 8db1aaa4d428: Layer already exists [2020-12-17T17:45:35.837Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:4913b1890bd579de901c212cd15b0156671a268c096fe10f1d6b839e9da025ef size: 943 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-17T17:45:36.173Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:36.325Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:45:36.444Z] taggedImages: [2020-12-17T17:45:36.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:36.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.18 [2020-12-17T17:45:36.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:36.444Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-17T17:45:36.540Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-17T17:45:36.540Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:36.540Z] 2.0.0-dev.18 [2020-12-17T17:45:36.540Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:36.540Z] master [2020-12-17T17:45:36.540Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-17T17:45:36.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-17T17:45:36.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-17T17:45:36.706Z] 798f2c7898da: Preparing [2020-12-17T17:45:36.706Z] 8db1aaa4d428: Preparing [2020-12-17T17:45:36.706Z] 7107dd4b7f3b: Preparing [2020-12-17T17:45:36.706Z] 8db1aaa4d428: Layer already exists [2020-12-17T17:45:36.706Z] 798f2c7898da: Layer already exists [2020-12-17T17:45:36.706Z] 7107dd4b7f3b: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:36.976Z] master: digest: sha256:4913b1890bd579de901c212cd15b0156671a268c096fe10f1d6b839e9da025ef size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-17T17:45:37.061Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:37.144Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:45:37.232Z] taggedImages: [2020-12-17T17:45:37.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:37.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:37.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:37.232Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-17T17:45:37.298Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-17T17:45:37.298Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:37.298Z] 2.0.0-dev.18 [2020-12-17T17:45:37.298Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:37.298Z] master [2020-12-17T17:45:37.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:37.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:37.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-17T17:45:37.499Z] 688a1f1f944a: Preparing [2020-12-17T17:45:37.499Z] 2cf2bc3ff918: Preparing [2020-12-17T17:45:37.499Z] f71eef4759b9: Preparing [2020-12-17T17:45:37.499Z] 3fefa271db4a: Preparing [2020-12-17T17:45:37.499Z] 7f07a51bae10: Preparing [2020-12-17T17:45:37.499Z] 9e657a29e234: Preparing [2020-12-17T17:45:37.499Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:37.499Z] 9e657a29e234: Waiting [2020-12-17T17:45:37.499Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:37.805Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:38.102Z] 7f07a51bae10: Pushed [2020-12-17T17:45:38.102Z] 688a1f1f944a: Pushed [2020-12-17T17:45:38.102Z] 2cf2bc3ff918: Pushed [2020-12-17T17:45:38.102Z] f71eef4759b9: Pushed [2020-12-17T17:45:38.102Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:38.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:38.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-17T17:45:38.138Z] 3775046631fc: Preparing [2020-12-17T17:45:38.138Z] ef812ffeec8a: Preparing [2020-12-17T17:45:38.138Z] 253d2931d833: Preparing [2020-12-17T17:45:38.138Z] 75eda3177836: Preparing [2020-12-17T17:45:38.138Z] baa4a6ab0b47: Preparing [2020-12-17T17:45:38.138Z] 3d17a121bc83: Preparing [2020-12-17T17:45:38.138Z] 66b385cf80cf: Preparing [2020-12-17T17:45:38.138Z] 3d17a121bc83: Waiting [2020-12-17T17:45:38.138Z] 66b385cf80cf: Waiting [2020-12-17T17:45:38.410Z] 3775046631fc: Pushed [2020-12-17T17:45:38.681Z] 253d2931d833: Pushed [2020-12-17T17:45:38.681Z] ef812ffeec8a: Pushed [2020-12-17T17:45:38.681Z] baa4a6ab0b47: Pushed [2020-12-17T17:45:38.681Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:38.687Z] 9e657a29e234: Pushed [2020-12-17T17:45:38.960Z] 3fefa271db4a: Pushed [2020-12-17T17:45:39.228Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:b6f0f21331d6b0d8f64dbc93eb7b384d3bc924ca238bcaa50d47f15e0b342d8f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:39.271Z] 3d17a121bc83: Pushed [2020-12-17T17:45:39.576Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:39.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.18 [2020-12-17T17:45:39.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-17T17:45:39.957Z] 688a1f1f944a: Preparing [2020-12-17T17:45:39.957Z] 2cf2bc3ff918: Preparing [2020-12-17T17:45:39.957Z] f71eef4759b9: Preparing [2020-12-17T17:45:39.957Z] 3fefa271db4a: Preparing [2020-12-17T17:45:39.957Z] 7f07a51bae10: Preparing [2020-12-17T17:45:39.957Z] 9e657a29e234: Preparing [2020-12-17T17:45:39.957Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:39.957Z] 9e657a29e234: Waiting [2020-12-17T17:45:40.245Z] 7f07a51bae10: Layer already exists [2020-12-17T17:45:40.245Z] f71eef4759b9: Layer already exists [2020-12-17T17:45:40.245Z] 688a1f1f944a: Layer already exists [2020-12-17T17:45:40.245Z] 2cf2bc3ff918: Layer already exists [2020-12-17T17:45:40.245Z] 3fefa271db4a: Layer already exists [2020-12-17T17:45:40.245Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:40.245Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:40.245Z] 2.0.0-dev.18: digest: sha256:b6f0f21331d6b0d8f64dbc93eb7b384d3bc924ca238bcaa50d47f15e0b342d8f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:40.571Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:40.693Z] 75eda3177836: Pushed [2020-12-17T17:45:40.693Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:8afbdd6e63867a3ad86ebf18f3127362a765272fbe37daca7dd06ba1dad19af7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:40.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:40.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-17T17:45:40.881Z] 688a1f1f944a: Preparing [2020-12-17T17:45:40.881Z] 2cf2bc3ff918: Preparing [2020-12-17T17:45:40.881Z] f71eef4759b9: Preparing [2020-12-17T17:45:40.881Z] 3fefa271db4a: Preparing [2020-12-17T17:45:40.881Z] 7f07a51bae10: Preparing [2020-12-17T17:45:40.881Z] 9e657a29e234: Preparing [2020-12-17T17:45:40.881Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:40.881Z] 9e657a29e234: Waiting [2020-12-17T17:45:40.881Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:40.881Z] 2cf2bc3ff918: Layer already exists [2020-12-17T17:45:40.881Z] 688a1f1f944a: Layer already exists [2020-12-17T17:45:40.881Z] 7f07a51bae10: Layer already exists [2020-12-17T17:45:40.881Z] 3fefa271db4a: Layer already exists [2020-12-17T17:45:40.881Z] f71eef4759b9: Layer already exists [2020-12-17T17:45:40.881Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:40.881Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:41.034Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:41.145Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:b6f0f21331d6b0d8f64dbc93eb7b384d3bc924ca238bcaa50d47f15e0b342d8f size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:41.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:41.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-17T17:45:41.373Z] 3775046631fc: Preparing [2020-12-17T17:45:41.373Z] ef812ffeec8a: Preparing [2020-12-17T17:45:41.373Z] 253d2931d833: Preparing [2020-12-17T17:45:41.373Z] 75eda3177836: Preparing [2020-12-17T17:45:41.373Z] baa4a6ab0b47: Preparing [2020-12-17T17:45:41.373Z] 3d17a121bc83: Preparing [2020-12-17T17:45:41.373Z] 66b385cf80cf: Preparing [2020-12-17T17:45:41.373Z] 3d17a121bc83: Waiting [2020-12-17T17:45:41.373Z] 66b385cf80cf: Waiting [2020-12-17T17:45:41.373Z] ef812ffeec8a: Layer already exists [2020-12-17T17:45:41.373Z] 75eda3177836: Layer already exists [2020-12-17T17:45:41.373Z] baa4a6ab0b47: Layer already exists [2020-12-17T17:45:41.373Z] 253d2931d833: Layer already exists [2020-12-17T17:45:41.373Z] 3775046631fc: Layer already exists [2020-12-17T17:45:41.467Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:41.643Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:41.643Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:41.643Z] 2.0.0-dev.18: digest: sha256:8afbdd6e63867a3ad86ebf18f3127362a765272fbe37daca7dd06ba1dad19af7 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:41.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-17T17:45:41.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-17T17:45:41.824Z] 688a1f1f944a: Preparing [2020-12-17T17:45:41.824Z] 2cf2bc3ff918: Preparing [2020-12-17T17:45:41.824Z] f71eef4759b9: Preparing [2020-12-17T17:45:41.824Z] 3fefa271db4a: Preparing [2020-12-17T17:45:41.825Z] 7f07a51bae10: Preparing [2020-12-17T17:45:41.825Z] 9e657a29e234: Preparing [2020-12-17T17:45:41.825Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:41.825Z] 9e657a29e234: Waiting [2020-12-17T17:45:41.825Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:41.825Z] 7f07a51bae10: Layer already exists [2020-12-17T17:45:41.825Z] f71eef4759b9: Layer already exists [2020-12-17T17:45:41.825Z] 2cf2bc3ff918: Layer already exists [2020-12-17T17:45:41.825Z] 688a1f1f944a: Layer already exists [2020-12-17T17:45:41.825Z] 3fefa271db4a: Layer already exists [2020-12-17T17:45:41.825Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:41.825Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:41.825Z] master: digest: sha256:b6f0f21331d6b0d8f64dbc93eb7b384d3bc924ca238bcaa50d47f15e0b342d8f size: 1778 [2020-12-17T17:45:41.997Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-17T17:45:42.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:42.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-17T17:45:42.353Z] 3775046631fc: Preparing [2020-12-17T17:45:42.353Z] ef812ffeec8a: Preparing [2020-12-17T17:45:42.353Z] 253d2931d833: Preparing [2020-12-17T17:45:42.353Z] 75eda3177836: Preparing [2020-12-17T17:45:42.353Z] baa4a6ab0b47: Preparing [2020-12-17T17:45:42.353Z] 3d17a121bc83: Preparing [2020-12-17T17:45:42.353Z] 66b385cf80cf: Preparing [2020-12-17T17:45:42.353Z] 3d17a121bc83: Waiting [2020-12-17T17:45:42.353Z] 66b385cf80cf: Waiting [2020-12-17T17:45:42.353Z] 75eda3177836: Layer already exists [2020-12-17T17:45:42.353Z] 3775046631fc: Layer already exists [2020-12-17T17:45:42.353Z] ef812ffeec8a: Layer already exists [2020-12-17T17:45:42.353Z] baa4a6ab0b47: Layer already exists [2020-12-17T17:45:42.353Z] 253d2931d833: Layer already exists [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:42.462Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:42.508Z] taggedImages: [2020-12-17T17:45:42.508Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:42.508Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.18 [2020-12-17T17:45:42.508Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:42.508Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2020-12-17T17:45:42.568Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-17T17:45:42.568Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:42.568Z] 2.0.0-dev.18 [2020-12-17T17:45:42.568Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:42.568Z] master [2020-12-17T17:45:42.568Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-17T17:45:42.629Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:42.629Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:42.629Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:8afbdd6e63867a3ad86ebf18f3127362a765272fbe37daca7dd06ba1dad19af7 size: 1778 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:43.122Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:43.393Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:43.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-17T17:45:43.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-17T17:45:43.482Z] 3775046631fc: Preparing [2020-12-17T17:45:43.482Z] ef812ffeec8a: Preparing [2020-12-17T17:45:43.482Z] 253d2931d833: Preparing [2020-12-17T17:45:43.482Z] 75eda3177836: Preparing [2020-12-17T17:45:43.482Z] baa4a6ab0b47: Preparing [2020-12-17T17:45:43.482Z] 3d17a121bc83: Preparing [2020-12-17T17:45:43.482Z] 66b385cf80cf: Preparing [2020-12-17T17:45:43.482Z] 3d17a121bc83: Waiting [2020-12-17T17:45:43.482Z] 253d2931d833: Layer already exists [2020-12-17T17:45:43.753Z] ef812ffeec8a: Layer already exists [2020-12-17T17:45:43.753Z] 3775046631fc: Layer already exists [2020-12-17T17:45:43.753Z] baa4a6ab0b47: Layer already exists [2020-12-17T17:45:43.753Z] 75eda3177836: Layer already exists [2020-12-17T17:45:43.753Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:43.753Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:43.753Z] master: digest: sha256:8afbdd6e63867a3ad86ebf18f3127362a765272fbe37daca7dd06ba1dad19af7 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-17T17:45:43.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:43.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-17T17:45:43.887Z] 2edb9272f9c2: Preparing [2020-12-17T17:45:43.887Z] d324d86ce3f7: Preparing [2020-12-17T17:45:43.887Z] f0126f60cb61: Preparing [2020-12-17T17:45:43.887Z] b9020e01aa59: Preparing [2020-12-17T17:45:43.887Z] 3852c388e0f0: Preparing [2020-12-17T17:45:43.887Z] 777b2c648970: Preparing [2020-12-17T17:45:43.887Z] 777b2c648970: Waiting [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:43.966Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:44.013Z] taggedImages: [2020-12-17T17:45:44.013Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:44.013Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:44.013Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:44.013Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-17T17:45:44.076Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-17T17:45:44.076Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:44.076Z] 2.0.0-dev.18 [2020-12-17T17:45:44.076Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:44.076Z] master [2020-12-17T17:45:44.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-17T17:45:44.160Z] b9020e01aa59: Pushed [2020-12-17T17:45:44.161Z] f0126f60cb61: Pushed [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:44.436Z] 777b2c648970: Layer already exists [2020-12-17T17:45:44.586Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:44.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:44.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-17T17:45:44.929Z] 1b2744cd607a: Preparing [2020-12-17T17:45:44.929Z] 723e2cdce166: Preparing [2020-12-17T17:45:44.929Z] 2ce53a5e915d: Preparing [2020-12-17T17:45:44.929Z] 33041b1d899e: Preparing [2020-12-17T17:45:44.929Z] 69206cc67580: Preparing [2020-12-17T17:45:44.929Z] 379067d0cb53: Preparing [2020-12-17T17:45:44.929Z] 379067d0cb53: Waiting [2020-12-17T17:45:45.042Z] 3852c388e0f0: Pushed [2020-12-17T17:45:45.223Z] 2ce53a5e915d: Pushed [2020-12-17T17:45:45.223Z] 33041b1d899e: Pushed [2020-12-17T17:45:45.223Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:45.650Z] 2edb9272f9c2: Pushed [2020-12-17T17:45:45.650Z] d324d86ce3f7: Pushed [2020-12-17T17:45:45.817Z] 69206cc67580: Pushed [2020-12-17T17:45:45.914Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:e69e26366a4838a1bc9b960c3c24b0e085f785418961d99f7d78fee15da472e8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:46.270Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:46.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.18 [2020-12-17T17:45:46.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-17T17:45:46.614Z] 2edb9272f9c2: Preparing [2020-12-17T17:45:46.614Z] d324d86ce3f7: Preparing [2020-12-17T17:45:46.614Z] f0126f60cb61: Preparing [2020-12-17T17:45:46.614Z] b9020e01aa59: Preparing [2020-12-17T17:45:46.614Z] 3852c388e0f0: Preparing [2020-12-17T17:45:46.614Z] 777b2c648970: Preparing [2020-12-17T17:45:46.614Z] 777b2c648970: Waiting [2020-12-17T17:45:46.614Z] 2edb9272f9c2: Layer already exists [2020-12-17T17:45:46.614Z] d324d86ce3f7: Layer already exists [2020-12-17T17:45:46.614Z] f0126f60cb61: Layer already exists [2020-12-17T17:45:46.614Z] 3852c388e0f0: Layer already exists [2020-12-17T17:45:46.614Z] b9020e01aa59: Layer already exists [2020-12-17T17:45:46.614Z] 777b2c648970: Layer already exists [2020-12-17T17:45:46.876Z] 2.0.0-dev.18: digest: sha256:e69e26366a4838a1bc9b960c3c24b0e085f785418961d99f7d78fee15da472e8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:47.191Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:47.247Z] 1b2744cd607a: Pushed [2020-12-17T17:45:47.247Z] 723e2cdce166: Pushed [2020-12-17T17:45:47.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:47.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-17T17:45:47.497Z] 2edb9272f9c2: Preparing [2020-12-17T17:45:47.497Z] d324d86ce3f7: Preparing [2020-12-17T17:45:47.497Z] f0126f60cb61: Preparing [2020-12-17T17:45:47.497Z] b9020e01aa59: Preparing [2020-12-17T17:45:47.497Z] 3852c388e0f0: Preparing [2020-12-17T17:45:47.497Z] 777b2c648970: Preparing [2020-12-17T17:45:47.497Z] 777b2c648970: Waiting [2020-12-17T17:45:47.497Z] d324d86ce3f7: Layer already exists [2020-12-17T17:45:47.497Z] f0126f60cb61: Layer already exists [2020-12-17T17:45:47.497Z] b9020e01aa59: Layer already exists [2020-12-17T17:45:47.497Z] 3852c388e0f0: Layer already exists [2020-12-17T17:45:47.497Z] 2edb9272f9c2: Layer already exists [2020-12-17T17:45:47.497Z] 777b2c648970: Layer already exists [2020-12-17T17:45:47.515Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:e249d51970b6de6b88dd7f7da895e7d660b625d9c8e97a3ae3b40a6d6bfc95e0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:47.762Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:e69e26366a4838a1bc9b960c3c24b0e085f785418961d99f7d78fee15da472e8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:47.852Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:48.079Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:48.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:48.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-17T17:45:48.230Z] 1b2744cd607a: Preparing [2020-12-17T17:45:48.230Z] 723e2cdce166: Preparing [2020-12-17T17:45:48.230Z] 2ce53a5e915d: Preparing [2020-12-17T17:45:48.230Z] 33041b1d899e: Preparing [2020-12-17T17:45:48.230Z] 69206cc67580: Preparing [2020-12-17T17:45:48.230Z] 379067d0cb53: Preparing [2020-12-17T17:45:48.230Z] 379067d0cb53: Waiting [2020-12-17T17:45:48.230Z] 69206cc67580: Layer already exists [2020-12-17T17:45:48.230Z] 33041b1d899e: Layer already exists [2020-12-17T17:45:48.230Z] 2ce53a5e915d: Layer already exists [2020-12-17T17:45:48.230Z] 723e2cdce166: Layer already exists [2020-12-17T17:45:48.230Z] 1b2744cd607a: Layer already exists [2020-12-17T17:45:48.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-17T17:45:48.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-17T17:45:48.397Z] 2edb9272f9c2: Preparing [2020-12-17T17:45:48.397Z] d324d86ce3f7: Preparing [2020-12-17T17:45:48.397Z] f0126f60cb61: Preparing [2020-12-17T17:45:48.397Z] b9020e01aa59: Preparing [2020-12-17T17:45:48.397Z] 3852c388e0f0: Preparing [2020-12-17T17:45:48.397Z] 777b2c648970: Preparing [2020-12-17T17:45:48.397Z] 777b2c648970: Waiting [2020-12-17T17:45:48.397Z] 3852c388e0f0: Layer already exists [2020-12-17T17:45:48.397Z] b9020e01aa59: Layer already exists [2020-12-17T17:45:48.397Z] f0126f60cb61: Layer already exists [2020-12-17T17:45:48.397Z] d324d86ce3f7: Layer already exists [2020-12-17T17:45:48.397Z] 2edb9272f9c2: Layer already exists [2020-12-17T17:45:48.397Z] 777b2c648970: Layer already exists [2020-12-17T17:45:48.505Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:48.505Z] 2.0.0-dev.18: digest: sha256:e249d51970b6de6b88dd7f7da895e7d660b625d9c8e97a3ae3b40a6d6bfc95e0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:48.664Z] master: digest: sha256:e69e26366a4838a1bc9b960c3c24b0e085f785418961d99f7d78fee15da472e8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:48.855Z] ===================================================== [2020-12-17T17:45:48.868Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] echo [2020-12-17T17:45:48.906Z] taggedImages: [2020-12-17T17:45:48.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:48.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.18 [2020-12-17T17:45:48.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:48.906Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:45:49.031Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-17T17:45:49.031Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:49.031Z] 2.0.0-dev.18 [2020-12-17T17:45:49.031Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:49.031Z] master [2020-12-17T17:45:49.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-17T17:45:49.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:49.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-17T17:45:49.236Z] 1b2744cd607a: Preparing [2020-12-17T17:45:49.236Z] 723e2cdce166: Preparing [2020-12-17T17:45:49.236Z] 2ce53a5e915d: Preparing [2020-12-17T17:45:49.236Z] 33041b1d899e: Preparing [2020-12-17T17:45:49.236Z] 69206cc67580: Preparing [2020-12-17T17:45:49.236Z] 379067d0cb53: Preparing [2020-12-17T17:45:49.236Z] 379067d0cb53: Waiting [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:49.519Z] 2ce53a5e915d: Layer already exists [2020-12-17T17:45:49.519Z] 69206cc67580: Layer already exists [2020-12-17T17:45:49.519Z] 33041b1d899e: Layer already exists [2020-12-17T17:45:49.519Z] 723e2cdce166: Layer already exists [2020-12-17T17:45:49.519Z] 1b2744cd607a: Layer already exists [2020-12-17T17:45:49.519Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:49.519Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:e249d51970b6de6b88dd7f7da895e7d660b625d9c8e97a3ae3b40a6d6bfc95e0 size: 1574 [2020-12-17T17:45:49.529Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:49.856Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:49.980Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:49.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-17T17:45:49.981Z] 2c1dc8a6dc24: Preparing [2020-12-17T17:45:49.981Z] adca1d7ed2a2: Preparing [2020-12-17T17:45:49.981Z] 53f0bc110e3b: Preparing [2020-12-17T17:45:49.981Z] 3613805e39b1: Preparing [2020-12-17T17:45:49.981Z] 14e8466703b0: Preparing [2020-12-17T17:45:49.981Z] abe9cbf6a143: Preparing [2020-12-17T17:45:49.981Z] c324533af228: Preparing [2020-12-17T17:45:49.981Z] 9e657a29e234: Preparing [2020-12-17T17:45:49.981Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:49.981Z] abe9cbf6a143: Waiting [2020-12-17T17:45:49.981Z] c324533af228: Waiting [2020-12-17T17:45:49.981Z] 9e657a29e234: Waiting [2020-12-17T17:45:49.981Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:50.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-17T17:45:50.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-17T17:45:50.205Z] 1b2744cd607a: Preparing [2020-12-17T17:45:50.205Z] 723e2cdce166: Preparing [2020-12-17T17:45:50.205Z] 2ce53a5e915d: Preparing [2020-12-17T17:45:50.205Z] 33041b1d899e: Preparing [2020-12-17T17:45:50.205Z] 69206cc67580: Preparing [2020-12-17T17:45:50.205Z] 379067d0cb53: Preparing [2020-12-17T17:45:50.205Z] 379067d0cb53: Waiting [2020-12-17T17:45:50.205Z] 33041b1d899e: Layer already exists [2020-12-17T17:45:50.205Z] 69206cc67580: Layer already exists [2020-12-17T17:45:50.205Z] 723e2cdce166: Layer already exists [2020-12-17T17:45:50.205Z] 2ce53a5e915d: Layer already exists [2020-12-17T17:45:50.205Z] 1b2744cd607a: Layer already exists [2020-12-17T17:45:50.313Z] 2c1dc8a6dc24: Pushed [2020-12-17T17:45:50.313Z] adca1d7ed2a2: Pushed [2020-12-17T17:45:50.313Z] 14e8466703b0: Pushed [2020-12-17T17:45:50.477Z] 379067d0cb53: Layer already exists [2020-12-17T17:45:50.477Z] master: digest: sha256:e249d51970b6de6b88dd7f7da895e7d660b625d9c8e97a3ae3b40a6d6bfc95e0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-17T17:45:50.635Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:50.635Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:50.635Z] abe9cbf6a143: Pushed [2020-12-17T17:45:50.635Z] c324533af228: Pushed [Pipeline] echo [2020-12-17T17:45:50.674Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:50.727Z] taggedImages: [2020-12-17T17:45:50.727Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:50.727Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:50.727Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:50.727Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-12-17T17:45:50.792Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-17T17:45:50.792Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:50.792Z] 2.0.0-dev.18 [2020-12-17T17:45:50.792Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:50.792Z] master [2020-12-17T17:45:50.792Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:51.301Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:51.622Z] 3613805e39b1: Pushed [2020-12-17T17:45:51.622Z] 53f0bc110e3b: Pushed [2020-12-17T17:45:51.622Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:7e37b46b75cf6d73d226bffdccc784e0812af93bbd2c4630f5e305096852e837 size: 2198 [2020-12-17T17:45:51.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:51.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-17T17:45:51.637Z] f488e125554e: Preparing [2020-12-17T17:45:51.637Z] 4c225a175927: Preparing [2020-12-17T17:45:51.637Z] 5fef882a8b40: Preparing [2020-12-17T17:45:51.637Z] e9e6e3a9f383: Preparing [2020-12-17T17:45:51.637Z] 2d5f89ac7b6f: Preparing [2020-12-17T17:45:51.637Z] f8326b83f691: Preparing [2020-12-17T17:45:51.637Z] ca3969c89903: Preparing [2020-12-17T17:45:51.637Z] 3d17a121bc83: Preparing [2020-12-17T17:45:51.637Z] 66b385cf80cf: Preparing [2020-12-17T17:45:51.637Z] 3d17a121bc83: Waiting [2020-12-17T17:45:51.637Z] f8326b83f691: Waiting [2020-12-17T17:45:51.637Z] ca3969c89903: Waiting [2020-12-17T17:45:51.637Z] 66b385cf80cf: Waiting [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:51.918Z] 2d5f89ac7b6f: Pushed [2020-12-17T17:45:51.918Z] 4c225a175927: Pushed [2020-12-17T17:45:51.918Z] f488e125554e: Pushed [2020-12-17T17:45:52.187Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:52.187Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:52.187Z] f8326b83f691: Pushed [2020-12-17T17:45:52.187Z] ca3969c89903: Pushed [2020-12-17T17:45:52.221Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:52.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.18 [2020-12-17T17:45:52.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-17T17:45:52.813Z] 2c1dc8a6dc24: Preparing [2020-12-17T17:45:52.814Z] adca1d7ed2a2: Preparing [2020-12-17T17:45:52.814Z] 53f0bc110e3b: Preparing [2020-12-17T17:45:52.814Z] 3613805e39b1: Preparing [2020-12-17T17:45:52.814Z] 14e8466703b0: Preparing [2020-12-17T17:45:52.814Z] abe9cbf6a143: Preparing [2020-12-17T17:45:52.814Z] c324533af228: Preparing [2020-12-17T17:45:52.814Z] 9e657a29e234: Preparing [2020-12-17T17:45:52.814Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:52.814Z] abe9cbf6a143: Waiting [2020-12-17T17:45:52.814Z] c324533af228: Waiting [2020-12-17T17:45:52.814Z] 9e657a29e234: Waiting [2020-12-17T17:45:52.814Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:52.814Z] 3613805e39b1: Layer already exists [2020-12-17T17:45:52.814Z] adca1d7ed2a2: Layer already exists [2020-12-17T17:45:52.814Z] 53f0bc110e3b: Layer already exists [2020-12-17T17:45:52.814Z] 2c1dc8a6dc24: Layer already exists [2020-12-17T17:45:52.814Z] 14e8466703b0: Layer already exists [2020-12-17T17:45:52.814Z] abe9cbf6a143: Layer already exists [2020-12-17T17:45:52.814Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:52.814Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:52.814Z] c324533af228: Layer already exists [2020-12-17T17:45:52.814Z] 2.0.0-dev.18: digest: sha256:7e37b46b75cf6d73d226bffdccc784e0812af93bbd2c4630f5e305096852e837 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:53.166Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:53.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:53.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-17T17:45:53.493Z] 2c1dc8a6dc24: Preparing [2020-12-17T17:45:53.493Z] adca1d7ed2a2: Preparing [2020-12-17T17:45:53.493Z] 53f0bc110e3b: Preparing [2020-12-17T17:45:53.493Z] 3613805e39b1: Preparing [2020-12-17T17:45:53.493Z] 14e8466703b0: Preparing [2020-12-17T17:45:53.493Z] abe9cbf6a143: Preparing [2020-12-17T17:45:53.493Z] c324533af228: Preparing [2020-12-17T17:45:53.493Z] 9e657a29e234: Preparing [2020-12-17T17:45:53.493Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:53.493Z] abe9cbf6a143: Waiting [2020-12-17T17:45:53.493Z] c324533af228: Waiting [2020-12-17T17:45:53.493Z] 9e657a29e234: Waiting [2020-12-17T17:45:53.493Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:53.493Z] 2c1dc8a6dc24: Layer already exists [2020-12-17T17:45:53.494Z] 14e8466703b0: Layer already exists [2020-12-17T17:45:53.494Z] 53f0bc110e3b: Layer already exists [2020-12-17T17:45:53.494Z] adca1d7ed2a2: Layer already exists [2020-12-17T17:45:53.494Z] 3613805e39b1: Layer already exists [2020-12-17T17:45:53.774Z] abe9cbf6a143: Layer already exists [2020-12-17T17:45:53.774Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:53.774Z] c324533af228: Layer already exists [2020-12-17T17:45:53.774Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:53.774Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:7e37b46b75cf6d73d226bffdccc784e0812af93bbd2c4630f5e305096852e837 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:54.133Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [2020-12-17T17:45:54.153Z] e9e6e3a9f383: Pushed [2020-12-17T17:45:54.153Z] 5fef882a8b40: Pushed [2020-12-17T17:45:54.153Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:45b295257bce5aae764764c3501b5ab001f9fac0a1a1c0fd09db88ac63a56d1a size: 2198 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:54.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-17T17:45:54.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-17T17:45:54.507Z] 2c1dc8a6dc24: Preparing [2020-12-17T17:45:54.507Z] adca1d7ed2a2: Preparing [2020-12-17T17:45:54.507Z] 53f0bc110e3b: Preparing [2020-12-17T17:45:54.507Z] 3613805e39b1: Preparing [2020-12-17T17:45:54.507Z] 14e8466703b0: Preparing [2020-12-17T17:45:54.507Z] abe9cbf6a143: Preparing [2020-12-17T17:45:54.507Z] c324533af228: Preparing [2020-12-17T17:45:54.507Z] 9e657a29e234: Preparing [2020-12-17T17:45:54.507Z] 1b3ee35aacca: Preparing [2020-12-17T17:45:54.507Z] abe9cbf6a143: Waiting [2020-12-17T17:45:54.507Z] c324533af228: Waiting [2020-12-17T17:45:54.507Z] 9e657a29e234: Waiting [2020-12-17T17:45:54.507Z] 1b3ee35aacca: Waiting [2020-12-17T17:45:54.607Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:54.774Z] 2c1dc8a6dc24: Layer already exists [2020-12-17T17:45:54.774Z] adca1d7ed2a2: Layer already exists [2020-12-17T17:45:54.774Z] 53f0bc110e3b: Layer already exists [2020-12-17T17:45:54.774Z] 14e8466703b0: Layer already exists [2020-12-17T17:45:54.775Z] 3613805e39b1: Layer already exists [2020-12-17T17:45:54.775Z] 9e657a29e234: Layer already exists [2020-12-17T17:45:54.775Z] 1b3ee35aacca: Layer already exists [2020-12-17T17:45:54.775Z] c324533af228: Layer already exists [2020-12-17T17:45:54.775Z] abe9cbf6a143: Layer already exists [2020-12-17T17:45:54.775Z] master: digest: sha256:7e37b46b75cf6d73d226bffdccc784e0812af93bbd2c4630f5e305096852e837 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-17T17:45:54.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:54.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-17T17:45:54.944Z] f488e125554e: Preparing [2020-12-17T17:45:54.944Z] 4c225a175927: Preparing [2020-12-17T17:45:54.944Z] 5fef882a8b40: Preparing [2020-12-17T17:45:54.944Z] e9e6e3a9f383: Preparing [2020-12-17T17:45:54.944Z] 2d5f89ac7b6f: Preparing [2020-12-17T17:45:54.944Z] f8326b83f691: Preparing [2020-12-17T17:45:54.944Z] ca3969c89903: Preparing [2020-12-17T17:45:54.944Z] 3d17a121bc83: Preparing [2020-12-17T17:45:54.944Z] 66b385cf80cf: Preparing [2020-12-17T17:45:54.944Z] f8326b83f691: Waiting [2020-12-17T17:45:54.944Z] 3d17a121bc83: Waiting [2020-12-17T17:45:54.944Z] ca3969c89903: Waiting [2020-12-17T17:45:54.944Z] 66b385cf80cf: Waiting [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:55.025Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:55.073Z] taggedImages: [2020-12-17T17:45:55.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:55.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.18 [2020-12-17T17:45:55.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:55.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-17T17:45:55.138Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-17T17:45:55.139Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:55.139Z] 2.0.0-dev.18 [2020-12-17T17:45:55.139Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:55.139Z] master [2020-12-17T17:45:55.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-12-17T17:45:55.214Z] 2d5f89ac7b6f: Layer already exists [2020-12-17T17:45:55.214Z] e9e6e3a9f383: Layer already exists [2020-12-17T17:45:55.214Z] f488e125554e: Layer already exists [2020-12-17T17:45:55.214Z] 5fef882a8b40: Layer already exists [2020-12-17T17:45:55.214Z] 4c225a175927: Layer already exists [2020-12-17T17:45:55.214Z] f8326b83f691: Layer already exists [2020-12-17T17:45:55.214Z] ca3969c89903: Layer already exists [2020-12-17T17:45:55.214Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:55.214Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:55.214Z] 2.0.0-dev.18: digest: sha256:45b295257bce5aae764764c3501b5ab001f9fac0a1a1c0fd09db88ac63a56d1a size: 2198 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:55.679Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:55.901Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:56.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:56.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-17T17:45:56.010Z] f488e125554e: Preparing [2020-12-17T17:45:56.010Z] 4c225a175927: Preparing [2020-12-17T17:45:56.010Z] 5fef882a8b40: Preparing [2020-12-17T17:45:56.010Z] e9e6e3a9f383: Preparing [2020-12-17T17:45:56.010Z] 2d5f89ac7b6f: Preparing [2020-12-17T17:45:56.010Z] f8326b83f691: Preparing [2020-12-17T17:45:56.010Z] ca3969c89903: Preparing [2020-12-17T17:45:56.010Z] 3d17a121bc83: Preparing [2020-12-17T17:45:56.010Z] 66b385cf80cf: Preparing [2020-12-17T17:45:56.010Z] ca3969c89903: Waiting [2020-12-17T17:45:56.010Z] 3d17a121bc83: Waiting [2020-12-17T17:45:56.010Z] f8326b83f691: Waiting [2020-12-17T17:45:56.010Z] 66b385cf80cf: Waiting [2020-12-17T17:45:56.010Z] 5fef882a8b40: Layer already exists [2020-12-17T17:45:56.010Z] 4c225a175927: Layer already exists [2020-12-17T17:45:56.010Z] f488e125554e: Layer already exists [2020-12-17T17:45:56.010Z] e9e6e3a9f383: Layer already exists [2020-12-17T17:45:56.010Z] 2d5f89ac7b6f: Layer already exists [2020-12-17T17:45:56.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:56.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-17T17:45:56.240Z] 0c1b3284d672: Preparing [2020-12-17T17:45:56.240Z] f247edbfbf7a: Preparing [2020-12-17T17:45:56.240Z] 43c17c124f96: Preparing [2020-12-17T17:45:56.240Z] 19a2cd3ea2e1: Preparing [2020-12-17T17:45:56.240Z] ddf4eb58ee2b: Preparing [2020-12-17T17:45:56.240Z] bca31a1dd6c6: Preparing [2020-12-17T17:45:56.240Z] bca31a1dd6c6: Waiting [2020-12-17T17:45:56.279Z] f8326b83f691: Layer already exists [2020-12-17T17:45:56.279Z] ca3969c89903: Layer already exists [2020-12-17T17:45:56.279Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:56.279Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:56.279Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:45b295257bce5aae764764c3501b5ab001f9fac0a1a1c0fd09db88ac63a56d1a size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:57.664Z] 0c1b3284d672: Pushed [2020-12-17T17:45:57.664Z] 19a2cd3ea2e1: Pushed [2020-12-17T17:45:57.664Z] 43c17c124f96: Pushed [2020-12-17T17:45:57.664Z] ddf4eb58ee2b: Pushed [2020-12-17T17:45:57.664Z] bca31a1dd6c6: Pushed [2020-12-17T17:45:57.929Z] f247edbfbf7a: Pushed [2020-12-17T17:45:57.940Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:58.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-17T17:45:58.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-17T17:45:58.272Z] f488e125554e: Preparing [2020-12-17T17:45:58.272Z] 4c225a175927: Preparing [2020-12-17T17:45:58.272Z] 5fef882a8b40: Preparing [2020-12-17T17:45:58.272Z] e9e6e3a9f383: Preparing [2020-12-17T17:45:58.272Z] 2d5f89ac7b6f: Preparing [2020-12-17T17:45:58.272Z] f8326b83f691: Preparing [2020-12-17T17:45:58.272Z] ca3969c89903: Preparing [2020-12-17T17:45:58.272Z] 3d17a121bc83: Preparing [2020-12-17T17:45:58.272Z] 66b385cf80cf: Preparing [2020-12-17T17:45:58.272Z] 3d17a121bc83: Waiting [2020-12-17T17:45:58.272Z] ca3969c89903: Waiting [2020-12-17T17:45:58.272Z] 66b385cf80cf: Waiting [2020-12-17T17:45:58.540Z] 5fef882a8b40: Layer already exists [2020-12-17T17:45:58.540Z] 4c225a175927: Layer already exists [2020-12-17T17:45:58.540Z] e9e6e3a9f383: Layer already exists [2020-12-17T17:45:58.540Z] f488e125554e: Layer already exists [2020-12-17T17:45:58.540Z] 2d5f89ac7b6f: Layer already exists [2020-12-17T17:45:58.540Z] 66b385cf80cf: Layer already exists [2020-12-17T17:45:58.540Z] f8326b83f691: Layer already exists [2020-12-17T17:45:58.540Z] ca3969c89903: Layer already exists [2020-12-17T17:45:58.540Z] 3d17a121bc83: Layer already exists [2020-12-17T17:45:58.540Z] master: digest: sha256:45b295257bce5aae764764c3501b5ab001f9fac0a1a1c0fd09db88ac63a56d1a size: 2198 [Pipeline] } [2020-12-17T17:45:58.580Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:16b431a3c8875660f64e0948987717d00f59351af41dda6d124ff847d3cec890 size: 1573 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:45:58.695Z] ===================================================== [Pipeline] echo [2020-12-17T17:45:58.748Z] taggedImages: [2020-12-17T17:45:58.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:58.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.18 [2020-12-17T17:45:58.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:58.749Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:45:58.930Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-17T17:45:58.930Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:58.930Z] 2.0.0-dev.18 [2020-12-17T17:45:58.930Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:45:58.930Z] master [2020-12-17T17:45:58.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:59.142Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:59.388Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:45:59.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.18 [2020-12-17T17:45:59.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-17T17:45:59.494Z] 0c1b3284d672: Preparing [2020-12-17T17:45:59.494Z] f247edbfbf7a: Preparing [2020-12-17T17:45:59.494Z] 43c17c124f96: Preparing [2020-12-17T17:45:59.494Z] 19a2cd3ea2e1: Preparing [2020-12-17T17:45:59.494Z] ddf4eb58ee2b: Preparing [2020-12-17T17:45:59.494Z] bca31a1dd6c6: Preparing [2020-12-17T17:45:59.494Z] bca31a1dd6c6: Waiting [2020-12-17T17:45:59.494Z] 43c17c124f96: Layer already exists [2020-12-17T17:45:59.494Z] ddf4eb58ee2b: Layer already exists [2020-12-17T17:45:59.494Z] 19a2cd3ea2e1: Layer already exists [2020-12-17T17:45:59.494Z] f247edbfbf7a: Layer already exists [2020-12-17T17:45:59.494Z] 0c1b3284d672: Layer already exists [2020-12-17T17:45:59.494Z] bca31a1dd6c6: Layer already exists [2020-12-17T17:45:59.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:45:59.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-17T17:45:59.753Z] fbca058057fa: Preparing [2020-12-17T17:45:59.753Z] 05dfb9a375e3: Preparing [2020-12-17T17:45:59.753Z] a071774d7f92: Preparing [2020-12-17T17:45:59.753Z] bf1481f9ccfa: Preparing [2020-12-17T17:45:59.753Z] 4677eb18ddca: Preparing [2020-12-17T17:45:59.753Z] 6eca0c93f547: Preparing [2020-12-17T17:45:59.774Z] 2.0.0-dev.18: digest: sha256:16b431a3c8875660f64e0948987717d00f59351af41dda6d124ff847d3cec890 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:00.032Z] fbca058057fa: Pushed [2020-12-17T17:46:00.032Z] a071774d7f92: Pushed [2020-12-17T17:46:00.032Z] bf1481f9ccfa: Pushed [2020-12-17T17:46:00.032Z] 4677eb18ddca: Pushed [2020-12-17T17:46:00.106Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:00.625Z] 6eca0c93f547: Pushed [2020-12-17T17:46:00.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:00.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-17T17:46:00.734Z] 0c1b3284d672: Preparing [2020-12-17T17:46:00.734Z] f247edbfbf7a: Preparing [2020-12-17T17:46:00.734Z] 43c17c124f96: Preparing [2020-12-17T17:46:00.734Z] 19a2cd3ea2e1: Preparing [2020-12-17T17:46:00.734Z] ddf4eb58ee2b: Preparing [2020-12-17T17:46:00.734Z] bca31a1dd6c6: Preparing [2020-12-17T17:46:00.734Z] bca31a1dd6c6: Waiting [2020-12-17T17:46:01.019Z] 19a2cd3ea2e1: Layer already exists [2020-12-17T17:46:01.019Z] 0c1b3284d672: Layer already exists [2020-12-17T17:46:01.019Z] f247edbfbf7a: Layer already exists [2020-12-17T17:46:01.019Z] ddf4eb58ee2b: Layer already exists [2020-12-17T17:46:01.019Z] 43c17c124f96: Layer already exists [2020-12-17T17:46:01.019Z] bca31a1dd6c6: Layer already exists [2020-12-17T17:46:01.019Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:16b431a3c8875660f64e0948987717d00f59351af41dda6d124ff847d3cec890 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:01.401Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:01.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-17T17:46:02.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-17T17:46:02.061Z] 0c1b3284d672: Preparing [2020-12-17T17:46:02.061Z] f247edbfbf7a: Preparing [2020-12-17T17:46:02.061Z] 43c17c124f96: Preparing [2020-12-17T17:46:02.061Z] 19a2cd3ea2e1: Preparing [2020-12-17T17:46:02.061Z] ddf4eb58ee2b: Preparing [2020-12-17T17:46:02.061Z] bca31a1dd6c6: Preparing [2020-12-17T17:46:02.061Z] bca31a1dd6c6: Waiting [2020-12-17T17:46:02.061Z] 0c1b3284d672: Layer already exists [2020-12-17T17:46:02.061Z] 43c17c124f96: Layer already exists [2020-12-17T17:46:02.061Z] 19a2cd3ea2e1: Layer already exists [2020-12-17T17:46:02.061Z] f247edbfbf7a: Layer already exists [2020-12-17T17:46:02.061Z] ddf4eb58ee2b: Layer already exists [2020-12-17T17:46:02.061Z] bca31a1dd6c6: Layer already exists [2020-12-17T17:46:02.061Z] master: digest: sha256:16b431a3c8875660f64e0948987717d00f59351af41dda6d124ff847d3cec890 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:46:02.281Z] ===================================================== [Pipeline] echo [2020-12-17T17:46:02.335Z] taggedImages: [2020-12-17T17:46:02.335Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:02.335Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.18 [2020-12-17T17:46:02.335Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:02.335Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-12-17T17:46:02.426Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-17T17:46:02.426Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:02.426Z] 2.0.0-dev.18 [2020-12-17T17:46:02.426Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:02.426Z] master [2020-12-17T17:46:02.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-17T17:46:02.601Z] 05dfb9a375e3: Pushed [2020-12-17T17:46:02.601Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:c3d349df558b02b76c9f35329104a509c262ca40bc138f4bc4160086385f548f size: 1573 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:03.116Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:03.209Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:03.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.18 [2020-12-17T17:46:03.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-17T17:46:03.541Z] fbca058057fa: Preparing [2020-12-17T17:46:03.541Z] 05dfb9a375e3: Preparing [2020-12-17T17:46:03.541Z] a071774d7f92: Preparing [2020-12-17T17:46:03.541Z] bf1481f9ccfa: Preparing [2020-12-17T17:46:03.541Z] 4677eb18ddca: Preparing [2020-12-17T17:46:03.541Z] 6eca0c93f547: Preparing [2020-12-17T17:46:03.541Z] 6eca0c93f547: Waiting [2020-12-17T17:46:03.541Z] bf1481f9ccfa: Layer already exists [2020-12-17T17:46:03.541Z] 4677eb18ddca: Layer already exists [2020-12-17T17:46:03.541Z] 05dfb9a375e3: Layer already exists [2020-12-17T17:46:03.541Z] a071774d7f92: Layer already exists [2020-12-17T17:46:03.541Z] fbca058057fa: Layer already exists [2020-12-17T17:46:03.541Z] 6eca0c93f547: Layer already exists [2020-12-17T17:46:03.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:03.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-17T17:46:03.783Z] 842554dfe038: Preparing [2020-12-17T17:46:03.783Z] 7b5d27765cf6: Preparing [2020-12-17T17:46:03.783Z] d18d9f580a30: Preparing [2020-12-17T17:46:03.824Z] 2.0.0-dev.18: digest: sha256:c3d349df558b02b76c9f35329104a509c262ca40bc138f4bc4160086385f548f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:04.127Z] d18d9f580a30: Pushed [2020-12-17T17:46:04.127Z] 842554dfe038: Pushed [2020-12-17T17:46:04.177Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:04.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:04.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-17T17:46:04.509Z] fbca058057fa: Preparing [2020-12-17T17:46:04.509Z] 05dfb9a375e3: Preparing [2020-12-17T17:46:04.509Z] a071774d7f92: Preparing [2020-12-17T17:46:04.509Z] bf1481f9ccfa: Preparing [2020-12-17T17:46:04.509Z] 4677eb18ddca: Preparing [2020-12-17T17:46:04.509Z] 6eca0c93f547: Preparing [2020-12-17T17:46:04.509Z] 6eca0c93f547: Waiting [2020-12-17T17:46:04.509Z] a071774d7f92: Layer already exists [2020-12-17T17:46:04.509Z] bf1481f9ccfa: Layer already exists [2020-12-17T17:46:04.509Z] 4677eb18ddca: Layer already exists [2020-12-17T17:46:04.509Z] fbca058057fa: Layer already exists [2020-12-17T17:46:04.509Z] 05dfb9a375e3: Layer already exists [2020-12-17T17:46:04.509Z] 6eca0c93f547: Layer already exists [2020-12-17T17:46:04.779Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:c3d349df558b02b76c9f35329104a509c262ca40bc138f4bc4160086385f548f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:05.116Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:05.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-17T17:46:05.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-17T17:46:05.450Z] fbca058057fa: Preparing [2020-12-17T17:46:05.450Z] 05dfb9a375e3: Preparing [2020-12-17T17:46:05.450Z] a071774d7f92: Preparing [2020-12-17T17:46:05.450Z] bf1481f9ccfa: Preparing [2020-12-17T17:46:05.450Z] 4677eb18ddca: Preparing [2020-12-17T17:46:05.450Z] 6eca0c93f547: Preparing [2020-12-17T17:46:05.450Z] 6eca0c93f547: Waiting [2020-12-17T17:46:05.450Z] 4677eb18ddca: Layer already exists [2020-12-17T17:46:05.450Z] 05dfb9a375e3: Layer already exists [2020-12-17T17:46:05.450Z] fbca058057fa: Layer already exists [2020-12-17T17:46:05.450Z] bf1481f9ccfa: Layer already exists [2020-12-17T17:46:05.450Z] a071774d7f92: Layer already exists [2020-12-17T17:46:05.657Z] 7b5d27765cf6: Pushed [2020-12-17T17:46:05.658Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:94a8d98da29ce7901b7d7a7e961d7658f631cffee37b7b622b5386684cb14cd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:05.720Z] 6eca0c93f547: Layer already exists [2020-12-17T17:46:05.720Z] master: digest: sha256:c3d349df558b02b76c9f35329104a509c262ca40bc138f4bc4160086385f548f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:46:06.006Z] ===================================================== [2020-12-17T17:46:06.016Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.18 [Pipeline] echo [2020-12-17T17:46:06.064Z] taggedImages: [2020-12-17T17:46:06.064Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:06.064Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.18 [2020-12-17T17:46:06.064Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:06.064Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-17T17:46:06.220Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-17T17:46:06.221Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:06.221Z] 2.0.0-dev.18 [2020-12-17T17:46:06.221Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:06.221Z] master [2020-12-17T17:46:06.221Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-17T17:46:06.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:06.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-17T17:46:06.683Z] 842554dfe038: Preparing [2020-12-17T17:46:06.683Z] 7b5d27765cf6: Preparing [2020-12-17T17:46:06.683Z] d18d9f580a30: Preparing [2020-12-17T17:46:06.683Z] 842554dfe038: Layer already exists [2020-12-17T17:46:06.683Z] d18d9f580a30: Layer already exists [2020-12-17T17:46:06.683Z] 7b5d27765cf6: Layer already exists [2020-12-17T17:46:06.683Z] 2.0.0-dev.18: digest: sha256:94a8d98da29ce7901b7d7a7e961d7658f631cffee37b7b622b5386684cb14cd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:06.760Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:06.997Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:07.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:07.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-17T17:46:07.148Z] 77f29c1c2340: Preparing [2020-12-17T17:46:07.148Z] ecb44728d090: Preparing [2020-12-17T17:46:07.148Z] a4d62339770a: Preparing [2020-12-17T17:46:07.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:07.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-17T17:46:07.329Z] 842554dfe038: Preparing [2020-12-17T17:46:07.329Z] 7b5d27765cf6: Preparing [2020-12-17T17:46:07.329Z] d18d9f580a30: Preparing [2020-12-17T17:46:07.329Z] 7b5d27765cf6: Layer already exists [2020-12-17T17:46:07.329Z] d18d9f580a30: Layer already exists [2020-12-17T17:46:07.329Z] 842554dfe038: Layer already exists [2020-12-17T17:46:07.418Z] a4d62339770a: Pushed [2020-12-17T17:46:07.418Z] 77f29c1c2340: Pushed [2020-12-17T17:46:07.597Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:94a8d98da29ce7901b7d7a7e961d7658f631cffee37b7b622b5386684cb14cd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:07.962Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:08.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-17T17:46:08.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-17T17:46:08.309Z] 842554dfe038: Preparing [2020-12-17T17:46:08.309Z] 7b5d27765cf6: Preparing [2020-12-17T17:46:08.309Z] d18d9f580a30: Preparing [2020-12-17T17:46:08.309Z] 842554dfe038: Layer already exists [2020-12-17T17:46:08.309Z] 7b5d27765cf6: Layer already exists [2020-12-17T17:46:08.309Z] d18d9f580a30: Layer already exists [2020-12-17T17:46:08.309Z] master: digest: sha256:94a8d98da29ce7901b7d7a7e961d7658f631cffee37b7b622b5386684cb14cd5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:46:08.520Z] ===================================================== [Pipeline] echo [2020-12-17T17:46:08.565Z] taggedImages: [2020-12-17T17:46:08.565Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:08.565Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.18 [2020-12-17T17:46:08.565Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:08.565Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-12-17T17:46:08.634Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-17T17:46:08.634Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:08.634Z] 2.0.0-dev.18 [2020-12-17T17:46:08.634Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:08.634Z] master [2020-12-17T17:46:08.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:09.157Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:09.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:09.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-17T17:46:09.828Z] 4b33bc36834f: Preparing [2020-12-17T17:46:09.828Z] fb91fa3211cd: Preparing [2020-12-17T17:46:09.828Z] 4ded4178d359: Preparing [2020-12-17T17:46:09.828Z] 4e36771bd8c2: Preparing [2020-12-17T17:46:09.828Z] 57dd206b6a95: Preparing [2020-12-17T17:46:09.828Z] 454f787f1c83: Preparing [2020-12-17T17:46:09.828Z] ff4cfd91f8e9: Preparing [2020-12-17T17:46:09.828Z] 465390b6f3e8: Preparing [2020-12-17T17:46:09.828Z] 12483a5c7e40: Preparing [2020-12-17T17:46:09.828Z] 62730860e49c: Preparing [2020-12-17T17:46:09.828Z] 348802d6ed4a: Preparing [2020-12-17T17:46:09.828Z] fbde41d77d8c: Preparing [2020-12-17T17:46:09.828Z] f3e26e9cc915: Preparing [2020-12-17T17:46:09.828Z] 777b2c648970: Preparing [2020-12-17T17:46:09.828Z] 465390b6f3e8: Waiting [2020-12-17T17:46:09.828Z] 12483a5c7e40: Waiting [2020-12-17T17:46:09.828Z] 62730860e49c: Waiting [2020-12-17T17:46:09.828Z] 348802d6ed4a: Waiting [2020-12-17T17:46:09.828Z] fbde41d77d8c: Waiting [2020-12-17T17:46:09.828Z] 454f787f1c83: Waiting [2020-12-17T17:46:09.828Z] ff4cfd91f8e9: Waiting [2020-12-17T17:46:09.828Z] f3e26e9cc915: Waiting [2020-12-17T17:46:09.828Z] 777b2c648970: Waiting [2020-12-17T17:46:10.020Z] ecb44728d090: Pushed [2020-12-17T17:46:10.020Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:6ce8a26a482395fbbf735a4e18e0924fe2dba56e0a2c7ca95d36fa73dea867bb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:10.325Z] 57dd206b6a95: Pushed [2020-12-17T17:46:10.325Z] 4b33bc36834f: Pushed [2020-12-17T17:46:10.325Z] 4e36771bd8c2: Pushed [2020-12-17T17:46:10.354Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:10.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.18 [2020-12-17T17:46:10.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-17T17:46:10.681Z] 77f29c1c2340: Preparing [2020-12-17T17:46:10.681Z] ecb44728d090: Preparing [2020-12-17T17:46:10.681Z] a4d62339770a: Preparing [2020-12-17T17:46:10.681Z] 77f29c1c2340: Layer already exists [2020-12-17T17:46:10.681Z] ecb44728d090: Layer already exists [2020-12-17T17:46:10.681Z] a4d62339770a: Layer already exists [2020-12-17T17:46:10.684Z] 465390b6f3e8: Layer already exists [2020-12-17T17:46:10.685Z] 12483a5c7e40: Layer already exists [2020-12-17T17:46:10.685Z] 62730860e49c: Layer already exists [2020-12-17T17:46:10.685Z] ff4cfd91f8e9: Pushed [2020-12-17T17:46:10.952Z] 2.0.0-dev.18: digest: sha256:6ce8a26a482395fbbf735a4e18e0924fe2dba56e0a2c7ca95d36fa73dea867bb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:10.987Z] 348802d6ed4a: Layer already exists [2020-12-17T17:46:10.987Z] fbde41d77d8c: Layer already exists [2020-12-17T17:46:10.987Z] f3e26e9cc915: Layer already exists [2020-12-17T17:46:10.987Z] fb91fa3211cd: Pushed [2020-12-17T17:46:10.987Z] 777b2c648970: Layer already exists [2020-12-17T17:46:11.286Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:11.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:11.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-17T17:46:11.619Z] 77f29c1c2340: Preparing [2020-12-17T17:46:11.619Z] ecb44728d090: Preparing [2020-12-17T17:46:11.619Z] a4d62339770a: Preparing [2020-12-17T17:46:11.619Z] 77f29c1c2340: Layer already exists [2020-12-17T17:46:11.619Z] a4d62339770a: Layer already exists [2020-12-17T17:46:11.619Z] ecb44728d090: Layer already exists [2020-12-17T17:46:11.890Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:6ce8a26a482395fbbf735a4e18e0924fe2dba56e0a2c7ca95d36fa73dea867bb size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:11.977Z] 454f787f1c83: Pushed [2020-12-17T17:46:12.232Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:12.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-17T17:46:12.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-17T17:46:12.619Z] 77f29c1c2340: Preparing [2020-12-17T17:46:12.619Z] ecb44728d090: Preparing [2020-12-17T17:46:12.619Z] a4d62339770a: Preparing [2020-12-17T17:46:12.894Z] ecb44728d090: Layer already exists [2020-12-17T17:46:12.894Z] 77f29c1c2340: Layer already exists [2020-12-17T17:46:12.894Z] a4d62339770a: Layer already exists [2020-12-17T17:46:12.894Z] master: digest: sha256:6ce8a26a482395fbbf735a4e18e0924fe2dba56e0a2c7ca95d36fa73dea867bb size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:46:13.084Z] ===================================================== [Pipeline] echo [2020-12-17T17:46:13.130Z] taggedImages: [2020-12-17T17:46:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.18 [2020-12-17T17:46:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:13.130Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-12-17T17:46:13.230Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-17T17:46:13.230Z] bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:13.230Z] 2.0.0-dev.18 [2020-12-17T17:46:13.230Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:13.230Z] master [2020-12-17T17:46:13.230Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:13.744Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:14.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:14.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-17T17:46:14.084Z] a6f065f23f09: Preparing [2020-12-17T17:46:14.084Z] e1c03661afc1: Preparing [2020-12-17T17:46:14.084Z] 5714757e09e7: Preparing [2020-12-17T17:46:14.084Z] 800f46af6988: Preparing [2020-12-17T17:46:14.084Z] d73d21fcbe54: Preparing [2020-12-17T17:46:14.084Z] c2e8b7a5eccc: Preparing [2020-12-17T17:46:14.084Z] 9c8fa57240a5: Preparing [2020-12-17T17:46:14.084Z] 50eb091d49cf: Preparing [2020-12-17T17:46:14.084Z] 4c384a80f25b: Preparing [2020-12-17T17:46:14.084Z] d9c6ead7fedd: Preparing [2020-12-17T17:46:14.084Z] d587d9af818e: Preparing [2020-12-17T17:46:14.084Z] b122376c33c6: Preparing [2020-12-17T17:46:14.084Z] f8381ed47b22: Preparing [2020-12-17T17:46:14.084Z] e934a737d657: Preparing [2020-12-17T17:46:14.084Z] d9c6ead7fedd: Waiting [2020-12-17T17:46:14.084Z] c2e8b7a5eccc: Waiting [2020-12-17T17:46:14.084Z] 9c8fa57240a5: Waiting [2020-12-17T17:46:14.084Z] 50eb091d49cf: Waiting [2020-12-17T17:46:14.084Z] d587d9af818e: Waiting [2020-12-17T17:46:14.084Z] 4c384a80f25b: Waiting [2020-12-17T17:46:14.084Z] b122376c33c6: Waiting [2020-12-17T17:46:14.084Z] f8381ed47b22: Waiting [2020-12-17T17:46:14.084Z] e934a737d657: Waiting [2020-12-17T17:46:14.691Z] d73d21fcbe54: Pushed [2020-12-17T17:46:14.691Z] a6f065f23f09: Pushed [2020-12-17T17:46:15.290Z] 800f46af6988: Pushed [2020-12-17T17:46:15.290Z] 50eb091d49cf: Layer already exists [2020-12-17T17:46:15.561Z] 4c384a80f25b: Layer already exists [2020-12-17T17:46:15.561Z] 9c8fa57240a5: Pushed [2020-12-17T17:46:15.561Z] d9c6ead7fedd: Layer already exists [2020-12-17T17:46:15.561Z] d587d9af818e: Layer already exists [2020-12-17T17:46:15.561Z] b122376c33c6: Layer already exists [2020-12-17T17:46:15.561Z] f8381ed47b22: Layer already exists [2020-12-17T17:46:15.561Z] e934a737d657: Layer already exists [2020-12-17T17:46:16.151Z] e1c03661afc1: Pushed [2020-12-17T17:46:17.123Z] c2e8b7a5eccc: Pushed [2020-12-17T17:46:22.117Z] 4ded4178d359: Pushed [2020-12-17T17:46:22.117Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:f6d7c654ac3c6be6c9a2eac018be795a9de0428bbeb8c86ad142964175733a9c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:22.440Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:22.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.18 [2020-12-17T17:46:22.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-17T17:46:22.782Z] 4b33bc36834f: Preparing [2020-12-17T17:46:22.782Z] fb91fa3211cd: Preparing [2020-12-17T17:46:22.782Z] 4ded4178d359: Preparing [2020-12-17T17:46:22.782Z] 4e36771bd8c2: Preparing [2020-12-17T17:46:22.782Z] 57dd206b6a95: Preparing [2020-12-17T17:46:22.782Z] 454f787f1c83: Preparing [2020-12-17T17:46:22.782Z] ff4cfd91f8e9: Preparing [2020-12-17T17:46:22.782Z] 465390b6f3e8: Preparing [2020-12-17T17:46:22.782Z] 12483a5c7e40: Preparing [2020-12-17T17:46:22.782Z] 62730860e49c: Preparing [2020-12-17T17:46:22.782Z] 348802d6ed4a: Preparing [2020-12-17T17:46:22.782Z] fbde41d77d8c: Preparing [2020-12-17T17:46:22.782Z] f3e26e9cc915: Preparing [2020-12-17T17:46:22.782Z] 777b2c648970: Preparing [2020-12-17T17:46:22.782Z] 12483a5c7e40: Waiting [2020-12-17T17:46:22.782Z] 454f787f1c83: Waiting [2020-12-17T17:46:22.782Z] ff4cfd91f8e9: Waiting [2020-12-17T17:46:22.782Z] 465390b6f3e8: Waiting [2020-12-17T17:46:22.782Z] 62730860e49c: Waiting [2020-12-17T17:46:22.782Z] f3e26e9cc915: Waiting [2020-12-17T17:46:22.782Z] 777b2c648970: Waiting [2020-12-17T17:46:22.782Z] 348802d6ed4a: Waiting [2020-12-17T17:46:22.782Z] fbde41d77d8c: Waiting [2020-12-17T17:46:22.782Z] 4e36771bd8c2: Layer already exists [2020-12-17T17:46:22.782Z] 4b33bc36834f: Layer already exists [2020-12-17T17:46:22.782Z] 4ded4178d359: Layer already exists [2020-12-17T17:46:22.782Z] 57dd206b6a95: Layer already exists [2020-12-17T17:46:22.782Z] fb91fa3211cd: Layer already exists [2020-12-17T17:46:23.059Z] ff4cfd91f8e9: Layer already exists [2020-12-17T17:46:23.059Z] 465390b6f3e8: Layer already exists [2020-12-17T17:46:23.059Z] 454f787f1c83: Layer already exists [2020-12-17T17:46:23.059Z] 62730860e49c: Layer already exists [2020-12-17T17:46:23.059Z] 12483a5c7e40: Layer already exists [2020-12-17T17:46:23.059Z] f3e26e9cc915: Layer already exists [2020-12-17T17:46:23.059Z] fbde41d77d8c: Layer already exists [2020-12-17T17:46:23.059Z] 348802d6ed4a: Layer already exists [2020-12-17T17:46:23.059Z] 777b2c648970: Layer already exists [2020-12-17T17:46:23.059Z] 2.0.0-dev.18: digest: sha256:f6d7c654ac3c6be6c9a2eac018be795a9de0428bbeb8c86ad142964175733a9c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:23.440Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:23.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:24.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-17T17:46:24.350Z] 4b33bc36834f: Preparing [2020-12-17T17:46:24.350Z] fb91fa3211cd: Preparing [2020-12-17T17:46:24.350Z] 4ded4178d359: Preparing [2020-12-17T17:46:24.350Z] 4e36771bd8c2: Preparing [2020-12-17T17:46:24.350Z] 57dd206b6a95: Preparing [2020-12-17T17:46:24.350Z] 454f787f1c83: Preparing [2020-12-17T17:46:24.350Z] ff4cfd91f8e9: Preparing [2020-12-17T17:46:24.350Z] 465390b6f3e8: Preparing [2020-12-17T17:46:24.350Z] 12483a5c7e40: Preparing [2020-12-17T17:46:24.350Z] 62730860e49c: Preparing [2020-12-17T17:46:24.350Z] 348802d6ed4a: Preparing [2020-12-17T17:46:24.350Z] fbde41d77d8c: Preparing [2020-12-17T17:46:24.350Z] f3e26e9cc915: Preparing [2020-12-17T17:46:24.350Z] 777b2c648970: Preparing [2020-12-17T17:46:24.350Z] 465390b6f3e8: Waiting [2020-12-17T17:46:24.350Z] 454f787f1c83: Waiting [2020-12-17T17:46:24.350Z] 12483a5c7e40: Waiting [2020-12-17T17:46:24.350Z] 62730860e49c: Waiting [2020-12-17T17:46:24.350Z] ff4cfd91f8e9: Waiting [2020-12-17T17:46:24.350Z] 348802d6ed4a: Waiting [2020-12-17T17:46:24.350Z] 777b2c648970: Waiting [2020-12-17T17:46:24.350Z] fbde41d77d8c: Waiting [2020-12-17T17:46:24.350Z] f3e26e9cc915: Waiting [2020-12-17T17:46:24.350Z] 4b33bc36834f: Layer already exists [2020-12-17T17:46:24.350Z] fb91fa3211cd: Layer already exists [2020-12-17T17:46:24.350Z] 4ded4178d359: Layer already exists [2020-12-17T17:46:24.350Z] 57dd206b6a95: Layer already exists [2020-12-17T17:46:24.350Z] 4e36771bd8c2: Layer already exists [2020-12-17T17:46:24.350Z] 454f787f1c83: Layer already exists [2020-12-17T17:46:24.350Z] 465390b6f3e8: Layer already exists [2020-12-17T17:46:24.350Z] ff4cfd91f8e9: Layer already exists [2020-12-17T17:46:24.350Z] 62730860e49c: Layer already exists [2020-12-17T17:46:24.350Z] 12483a5c7e40: Layer already exists [2020-12-17T17:46:24.350Z] f3e26e9cc915: Layer already exists [2020-12-17T17:46:24.350Z] 348802d6ed4a: Layer already exists [2020-12-17T17:46:24.350Z] fbde41d77d8c: Layer already exists [2020-12-17T17:46:24.350Z] 777b2c648970: Layer already exists [2020-12-17T17:46:24.350Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:f6d7c654ac3c6be6c9a2eac018be795a9de0428bbeb8c86ad142964175733a9c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:24.680Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:24.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-17T17:46:24.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-17T17:46:24.994Z] 4b33bc36834f: Preparing [2020-12-17T17:46:24.994Z] fb91fa3211cd: Preparing [2020-12-17T17:46:24.994Z] 4ded4178d359: Preparing [2020-12-17T17:46:24.994Z] 4e36771bd8c2: Preparing [2020-12-17T17:46:24.994Z] 57dd206b6a95: Preparing [2020-12-17T17:46:24.994Z] 454f787f1c83: Preparing [2020-12-17T17:46:24.994Z] ff4cfd91f8e9: Preparing [2020-12-17T17:46:24.994Z] 465390b6f3e8: Preparing [2020-12-17T17:46:24.994Z] 12483a5c7e40: Preparing [2020-12-17T17:46:24.994Z] 62730860e49c: Preparing [2020-12-17T17:46:24.994Z] 348802d6ed4a: Preparing [2020-12-17T17:46:24.994Z] fbde41d77d8c: Preparing [2020-12-17T17:46:24.994Z] f3e26e9cc915: Preparing [2020-12-17T17:46:24.994Z] 777b2c648970: Preparing [2020-12-17T17:46:24.994Z] 454f787f1c83: Waiting [2020-12-17T17:46:24.994Z] ff4cfd91f8e9: Waiting [2020-12-17T17:46:24.994Z] 465390b6f3e8: Waiting [2020-12-17T17:46:24.994Z] 12483a5c7e40: Waiting [2020-12-17T17:46:24.994Z] 62730860e49c: Waiting [2020-12-17T17:46:24.994Z] 348802d6ed4a: Waiting [2020-12-17T17:46:24.994Z] fbde41d77d8c: Waiting [2020-12-17T17:46:24.994Z] f3e26e9cc915: Waiting [2020-12-17T17:46:24.994Z] 777b2c648970: Waiting [2020-12-17T17:46:24.994Z] 4e36771bd8c2: Layer already exists [2020-12-17T17:46:24.994Z] fb91fa3211cd: Layer already exists [2020-12-17T17:46:24.994Z] 4ded4178d359: Layer already exists [2020-12-17T17:46:24.994Z] 4b33bc36834f: Layer already exists [2020-12-17T17:46:24.994Z] 57dd206b6a95: Layer already exists [2020-12-17T17:46:24.994Z] 12483a5c7e40: Layer already exists [2020-12-17T17:46:24.994Z] ff4cfd91f8e9: Layer already exists [2020-12-17T17:46:24.994Z] 62730860e49c: Layer already exists [2020-12-17T17:46:24.994Z] 454f787f1c83: Layer already exists [2020-12-17T17:46:24.994Z] 465390b6f3e8: Layer already exists [2020-12-17T17:46:24.994Z] 348802d6ed4a: Layer already exists [2020-12-17T17:46:24.994Z] 777b2c648970: Layer already exists [2020-12-17T17:46:24.994Z] fbde41d77d8c: Layer already exists [2020-12-17T17:46:24.994Z] f3e26e9cc915: Layer already exists [2020-12-17T17:46:25.265Z] master: digest: sha256:f6d7c654ac3c6be6c9a2eac018be795a9de0428bbeb8c86ad142964175733a9c size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:46:25.530Z] ===================================================== [Pipeline] echo [2020-12-17T17:46:25.580Z] taggedImages: [2020-12-17T17:46:25.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:25.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.18 [2020-12-17T17:46:25.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:25.580Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-17T17:46:27.257Z] 5714757e09e7: Pushed [2020-12-17T17:46:27.257Z] bbb161aa59ef099937232867751a09afbb087fa9: digest: sha256:8aa63fa8913a66959ea450c1f21fe1b1ce18f5e105a4a83001afeca132228ec3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:27.592Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:27.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.18 [2020-12-17T17:46:27.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-17T17:46:27.924Z] a6f065f23f09: Preparing [2020-12-17T17:46:27.924Z] e1c03661afc1: Preparing [2020-12-17T17:46:27.924Z] 5714757e09e7: Preparing [2020-12-17T17:46:27.924Z] 800f46af6988: Preparing [2020-12-17T17:46:27.924Z] d73d21fcbe54: Preparing [2020-12-17T17:46:27.924Z] c2e8b7a5eccc: Preparing [2020-12-17T17:46:27.924Z] 9c8fa57240a5: Preparing [2020-12-17T17:46:27.924Z] 50eb091d49cf: Preparing [2020-12-17T17:46:27.924Z] 4c384a80f25b: Preparing [2020-12-17T17:46:27.924Z] d9c6ead7fedd: Preparing [2020-12-17T17:46:27.924Z] d587d9af818e: Preparing [2020-12-17T17:46:27.924Z] b122376c33c6: Preparing [2020-12-17T17:46:27.924Z] f8381ed47b22: Preparing [2020-12-17T17:46:27.924Z] e934a737d657: Preparing [2020-12-17T17:46:27.924Z] d9c6ead7fedd: Waiting [2020-12-17T17:46:27.924Z] f8381ed47b22: Waiting [2020-12-17T17:46:27.924Z] e934a737d657: Waiting [2020-12-17T17:46:27.924Z] d587d9af818e: Waiting [2020-12-17T17:46:27.924Z] b122376c33c6: Waiting [2020-12-17T17:46:27.924Z] 9c8fa57240a5: Waiting [2020-12-17T17:46:27.924Z] 50eb091d49cf: Waiting [2020-12-17T17:46:27.924Z] 4c384a80f25b: Waiting [2020-12-17T17:46:27.924Z] c2e8b7a5eccc: Waiting [2020-12-17T17:46:28.197Z] 5714757e09e7: Layer already exists [2020-12-17T17:46:28.197Z] 800f46af6988: Layer already exists [2020-12-17T17:46:28.197Z] e1c03661afc1: Layer already exists [2020-12-17T17:46:28.197Z] a6f065f23f09: Layer already exists [2020-12-17T17:46:28.197Z] d73d21fcbe54: Layer already exists [2020-12-17T17:46:28.197Z] c2e8b7a5eccc: Layer already exists [2020-12-17T17:46:28.197Z] 9c8fa57240a5: Layer already exists [2020-12-17T17:46:28.197Z] 4c384a80f25b: Layer already exists [2020-12-17T17:46:28.197Z] 50eb091d49cf: Layer already exists [2020-12-17T17:46:28.197Z] d9c6ead7fedd: Layer already exists [2020-12-17T17:46:28.197Z] d587d9af818e: Layer already exists [2020-12-17T17:46:28.197Z] b122376c33c6: Layer already exists [2020-12-17T17:46:28.197Z] f8381ed47b22: Layer already exists [2020-12-17T17:46:28.197Z] e934a737d657: Layer already exists [2020-12-17T17:46:28.197Z] 2.0.0-dev.18: digest: sha256:8aa63fa8913a66959ea450c1f21fe1b1ce18f5e105a4a83001afeca132228ec3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:28.531Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:28.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:28.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-17T17:46:28.864Z] a6f065f23f09: Preparing [2020-12-17T17:46:28.864Z] e1c03661afc1: Preparing [2020-12-17T17:46:28.864Z] 5714757e09e7: Preparing [2020-12-17T17:46:28.864Z] 800f46af6988: Preparing [2020-12-17T17:46:28.864Z] d73d21fcbe54: Preparing [2020-12-17T17:46:28.864Z] c2e8b7a5eccc: Preparing [2020-12-17T17:46:28.864Z] 9c8fa57240a5: Preparing [2020-12-17T17:46:28.864Z] 50eb091d49cf: Preparing [2020-12-17T17:46:28.864Z] 4c384a80f25b: Preparing [2020-12-17T17:46:28.864Z] d9c6ead7fedd: Preparing [2020-12-17T17:46:28.864Z] d587d9af818e: Preparing [2020-12-17T17:46:28.864Z] b122376c33c6: Preparing [2020-12-17T17:46:28.864Z] f8381ed47b22: Preparing [2020-12-17T17:46:28.864Z] e934a737d657: Preparing [2020-12-17T17:46:28.864Z] 4c384a80f25b: Waiting [2020-12-17T17:46:28.864Z] d9c6ead7fedd: Waiting [2020-12-17T17:46:28.864Z] 9c8fa57240a5: Waiting [2020-12-17T17:46:28.864Z] 50eb091d49cf: Waiting [2020-12-17T17:46:28.864Z] c2e8b7a5eccc: Waiting [2020-12-17T17:46:28.864Z] d587d9af818e: Waiting [2020-12-17T17:46:28.864Z] f8381ed47b22: Waiting [2020-12-17T17:46:28.864Z] b122376c33c6: Waiting [2020-12-17T17:46:28.864Z] e934a737d657: Waiting [2020-12-17T17:46:28.864Z] a6f065f23f09: Layer already exists [2020-12-17T17:46:28.864Z] e1c03661afc1: Layer already exists [2020-12-17T17:46:28.864Z] 5714757e09e7: Layer already exists [2020-12-17T17:46:28.864Z] d73d21fcbe54: Layer already exists [2020-12-17T17:46:28.864Z] 800f46af6988: Layer already exists [2020-12-17T17:46:28.864Z] c2e8b7a5eccc: Layer already exists [2020-12-17T17:46:29.133Z] 50eb091d49cf: Layer already exists [2020-12-17T17:46:29.133Z] d9c6ead7fedd: Layer already exists [2020-12-17T17:46:29.133Z] 9c8fa57240a5: Layer already exists [2020-12-17T17:46:29.133Z] 4c384a80f25b: Layer already exists [2020-12-17T17:46:29.133Z] d587d9af818e: Layer already exists [2020-12-17T17:46:29.133Z] b122376c33c6: Layer already exists [2020-12-17T17:46:29.133Z] e934a737d657: Layer already exists [2020-12-17T17:46:29.133Z] f8381ed47b22: Layer already exists [2020-12-17T17:46:29.133Z] bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18: digest: sha256:8aa63fa8913a66959ea450c1f21fe1b1ce18f5e105a4a83001afeca132228ec3 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:29.469Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:29.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-17T17:46:29.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-17T17:46:29.803Z] a6f065f23f09: Preparing [2020-12-17T17:46:29.803Z] e1c03661afc1: Preparing [2020-12-17T17:46:29.803Z] 5714757e09e7: Preparing [2020-12-17T17:46:29.803Z] 800f46af6988: Preparing [2020-12-17T17:46:29.803Z] d73d21fcbe54: Preparing [2020-12-17T17:46:29.803Z] c2e8b7a5eccc: Preparing [2020-12-17T17:46:29.803Z] 9c8fa57240a5: Preparing [2020-12-17T17:46:29.803Z] 50eb091d49cf: Preparing [2020-12-17T17:46:29.803Z] 4c384a80f25b: Preparing [2020-12-17T17:46:29.803Z] d9c6ead7fedd: Preparing [2020-12-17T17:46:29.803Z] d587d9af818e: Preparing [2020-12-17T17:46:29.803Z] b122376c33c6: Preparing [2020-12-17T17:46:29.803Z] f8381ed47b22: Preparing [2020-12-17T17:46:29.803Z] e934a737d657: Preparing [2020-12-17T17:46:29.803Z] 4c384a80f25b: Waiting [2020-12-17T17:46:29.803Z] d9c6ead7fedd: Waiting [2020-12-17T17:46:29.803Z] d587d9af818e: Waiting [2020-12-17T17:46:29.803Z] b122376c33c6: Waiting [2020-12-17T17:46:29.803Z] f8381ed47b22: Waiting [2020-12-17T17:46:29.803Z] e934a737d657: Waiting [2020-12-17T17:46:29.803Z] c2e8b7a5eccc: Waiting [2020-12-17T17:46:29.803Z] 9c8fa57240a5: Waiting [2020-12-17T17:46:29.803Z] 50eb091d49cf: Waiting [2020-12-17T17:46:29.803Z] d73d21fcbe54: Layer already exists [2020-12-17T17:46:29.803Z] 800f46af6988: Layer already exists [2020-12-17T17:46:29.803Z] e1c03661afc1: Layer already exists [2020-12-17T17:46:30.075Z] 5714757e09e7: Layer already exists [2020-12-17T17:46:30.075Z] a6f065f23f09: Layer already exists [2020-12-17T17:46:30.075Z] 4c384a80f25b: Layer already exists [2020-12-17T17:46:30.075Z] 50eb091d49cf: Layer already exists [2020-12-17T17:46:30.075Z] c2e8b7a5eccc: Layer already exists [2020-12-17T17:46:30.075Z] 9c8fa57240a5: Layer already exists [2020-12-17T17:46:30.075Z] d9c6ead7fedd: Layer already exists [2020-12-17T17:46:30.075Z] d587d9af818e: Layer already exists [2020-12-17T17:46:30.075Z] b122376c33c6: Layer already exists [2020-12-17T17:46:30.075Z] e934a737d657: Layer already exists [2020-12-17T17:46:30.075Z] f8381ed47b22: Layer already exists [2020-12-17T17:46:30.075Z] master: digest: sha256:8aa63fa8913a66959ea450c1f21fe1b1ce18f5e105a4a83001afeca132228ec3 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-17T17:46:30.396Z] ===================================================== [Pipeline] echo [2020-12-17T17:46:30.478Z] taggedImages: [2020-12-17T17:46:30.478Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9 [2020-12-17T17:46:30.478Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.18 [2020-12-17T17:46:30.478Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:bbb161aa59ef099937232867751a09afbb087fa9-2.0.0-dev.18 [2020-12-17T17:46:30.478Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-17T17:46:32.450Z] provisioning config files... [2020-12-17T17:46:32.462Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/262@tmp/config1873682834190656896tmp [Pipeline] { [Pipeline] sh [2020-12-17T17:46:32.859Z] + set +x [2020-12-17T17:46:32.859Z] + curl -s https://codecov.io/bash [2020-12-17T17:46:32.859Z] + bash -s -- [2020-12-17T17:46:33.443Z] [2020-12-17T17:46:33.443Z] _____ _ [2020-12-17T17:46:33.443Z] / ____| | | [2020-12-17T17:46:33.443Z] | | ___ __| | ___ ___ _____ __ [2020-12-17T17:46:33.443Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-17T17:46:33.443Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-17T17:46:33.443Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-17T17:46:33.443Z] Bash-20201130-cc6d3fe [2020-12-17T17:46:33.443Z] [2020-12-17T17:46:33.443Z] [2020-12-17T17:46:33.443Z] ==> Jenkins CI detected. [2020-12-17T17:46:33.443Z] project root: . [2020-12-17T17:46:33.443Z] --> token set from env [2020-12-17T17:46:33.443Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-17T17:46:33.443Z] ==> Running gcov in . (disable via -X gcov) [2020-12-17T17:46:33.712Z] ==> Python coveragepy not found [2020-12-17T17:46:33.712Z] ==> Searching for coverage reports in: [2020-12-17T17:46:33.712Z] + . [2020-12-17T17:46:33.712Z] -> Found 1 reports [2020-12-17T17:46:33.712Z] ==> Detecting git/mercurial file structure [2020-12-17T17:46:33.712Z] ==> Reading reports [2020-12-17T17:46:33.712Z] + ./coverage.out bytes=537096 [2020-12-17T17:46:33.712Z] ==> Appending adjustments [2020-12-17T17:46:33.712Z] https://docs.codecov.io/docs/fixing-reports [2020-12-17T17:46:40.468Z] + Found adjustments [2020-12-17T17:46:40.468Z] ==> Gzipping contents [2020-12-17T17:46:40.468Z] 80K /tmp/codecov.uKvZdj.gz [2020-12-17T17:46:40.468Z] ==> Uploading reports [2020-12-17T17:46:40.468Z] url: https://codecov.io [2020-12-17T17:46:40.468Z] query: branch=master&commit=bbb161aa59ef099937232867751a09afbb087fa9&build=262&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F262%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-17T17:46:40.468Z] -> Pinging Codecov [2020-12-17T17:46:40.468Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=bbb161aa59ef099937232867751a09afbb087fa9&build=262&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F262%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-17T17:46:40.468Z] -> Uploading to [2020-12-17T17:46:40.468Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-17/00271124DB129430A58F1EEE437C3FCB/bbb161aa59ef099937232867751a09afbb087fa9/a1254731-afd9-4a5f-bfa9-926c7b6cc278.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T174640Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=06be3411719a5fd8600ae10616f4ec61a4dd9c92dc26b1f9c908028e4b4f8c53 [2020-12-17T17:46:40.468Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:46:40.468Z] Dload Upload Total Spent Left Speed [2020-12-17T17:46:41.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81815 0 0 100 81815 0 133k --:--:-- --:--:-- --:--:-- 133k [2020-12-17T17:46:41.052Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bbb161aa59ef099937232867751a09afbb087fa9 [Pipeline] } [2020-12-17T17:46:41.065Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-17T17:46:42.039Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-17T17:46:42.143Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:42.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-17T17:46:42.852Z] [2020-12-17T17:46:42.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:46:43.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-17T17:46:43.521Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-17T17:46:43.521Z] 188c0c94c7c5: Already exists [2020-12-17T17:46:43.521Z] 0ef7d3d256c8: Already exists [2020-12-17T17:46:43.521Z] de9db76c5a1d: Already exists [2020-12-17T17:46:43.521Z] 0eba1c9be4d2: Pulling fs layer [2020-12-17T17:46:43.521Z] 0d57e429df01: Pulling fs layer [2020-12-17T17:46:43.521Z] 4e4be7b47b0d: Pulling fs layer [2020-12-17T17:46:43.521Z] e1f770b5df2f: Pulling fs layer [2020-12-17T17:46:43.521Z] 85a0685a4137: Pulling fs layer [2020-12-17T17:46:43.521Z] e1f770b5df2f: Waiting [2020-12-17T17:46:43.521Z] 85a0685a4137: Waiting [2020-12-17T17:46:43.521Z] 4e4be7b47b0d: Verifying Checksum [2020-12-17T17:46:43.521Z] 4e4be7b47b0d: Download complete [2020-12-17T17:46:43.521Z] 0d57e429df01: Verifying Checksum [2020-12-17T17:46:43.521Z] 0d57e429df01: Download complete [2020-12-17T17:46:46.208Z] e1f770b5df2f: Verifying Checksum [2020-12-17T17:46:53.166Z] 0eba1c9be4d2: Verifying Checksum [2020-12-17T17:46:53.166Z] 0eba1c9be4d2: Download complete [2020-12-17T17:46:53.166Z] 85a0685a4137: Verifying Checksum [2020-12-17T17:46:53.166Z] 85a0685a4137: Download complete [2020-12-17T17:47:05.633Z] 0eba1c9be4d2: Pull complete [2020-12-17T17:47:05.633Z] 0d57e429df01: Pull complete [2020-12-17T17:47:05.633Z] 4e4be7b47b0d: Pull complete [2020-12-17T17:47:07.173Z] e1f770b5df2f: Pull complete [2020-12-17T17:47:19.687Z] 85a0685a4137: Pull complete [2020-12-17T17:47:19.953Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-17T17:47:19.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-17T17:47:19.953Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-17T17:47:20.295Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:47:20.369Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-17T17:47:22.109Z] $ docker top c91b3282a44e64752be30963c22195b2b9b394e8977575014ca638e3479154f4 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T17:47:22.604Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-17T17:47:22.924Z] + set -o pipefail [2020-12-17T17:47:22.924Z] + snyk monitor '--org=edgex-jenkins' [2020-12-17T17:47:37.924Z] [2020-12-17T17:47:37.924Z] Monitoring /w/workspace/edgex-go/262 (github.com/edgexfoundry/edgex-go)... [2020-12-17T17:47:37.924Z] [2020-12-17T17:47:37.924Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/daa5667e-2226-4158-8be9-c0e18134255d [2020-12-17T17:47:37.924Z] [2020-12-17T17:47:37.924Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-17T17:47:37.924Z] [2020-12-17T17:47:37.924Z] [2020-12-17T17:47:37.924Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-17T17:47:37.924Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-17T17:47:37.943Z] $ docker stop --time=1 c91b3282a44e64752be30963c22195b2b9b394e8977575014ca638e3479154f4 [2020-12-17T17:47:41.001Z] $ docker rm -f c91b3282a44e64752be30963c22195b2b9b394e8977575014ca638e3479154f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-12-17T17:47:43.003Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T17:47:43.058Z] provisioning config files... [2020-12-17T17:47:43.082Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/262@tmp/config3780586137488525658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:47:43.568Z] --> edgex-publish-swagger.sh [2020-12-17T17:47:43.568Z] === Publish openapi/v1 API === [2020-12-17T17:47:43.568Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-17T17:47:43.568Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-17T17:47:43.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:43.568Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:45.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8463 0:00:01 0:00:01 --:--:-- 8471 100 10521 0 0 100 10521 0 8461 0:00:01 0:00:01 --:--:-- 8464 [2020-12-17T17:47:45.112Z] [2020-12-17T17:47:45.112Z] [2020-12-17T17:47:45.112Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-17T17:47:45.112Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:45.112Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:46.319Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26456 0:00:01 0:00:01 --:--:-- 26468 100 32556 0 0 100 32556 0 26229 0:00:01 0:00:01 --:--:-- 26233 [2020-12-17T17:47:46.319Z] [2020-12-17T17:47:46.319Z] [2020-12-17T17:47:46.319Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-17T17:47:46.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:46.319Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:47.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 62046 0:00:01 0:00:01 --:--:-- 62106 100 73720 0 0 100 73720 0 62024 0:00:01 0:00:01 --:--:-- 62053 [2020-12-17T17:47:47.311Z] [2020-12-17T17:47:47.311Z] [2020-12-17T17:47:47.311Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-17T17:47:47.311Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:47.311Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:48.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11199 0:00:01 0:00:01 --:--:-- 11204 100 13580 0 0 100 13580 0 11195 0:00:01 0:00:01 --:--:-- 11204 [2020-12-17T17:47:48.722Z] [2020-12-17T17:47:48.722Z] [2020-12-17T17:47:48.722Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-17T17:47:48.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:48.722Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:49.959Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 31148 0:00:01 0:00:01 --:--:-- 31161 100 38889 0 0 100 38889 0 29596 0:00:01 0:00:01 --:--:-- 29618 [2020-12-17T17:47:49.959Z] [2020-12-17T17:47:49.959Z] [2020-12-17T17:47:49.959Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-17T17:47:49.959Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:49.959Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:51.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11415 0:00:01 0:00:01 --:--:-- 11416 100 14248 0 0 100 14248 0 10851 0:00:01 0:00:01 --:--:-- 10851 [2020-12-17T17:47:51.413Z] [2020-12-17T17:47:51.413Z] [2020-12-17T17:47:51.413Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-17T17:47:51.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:51.413Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:52.375Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3293 0:00:01 0:00:01 --:--:-- 3295 100 4109 0 0 100 4109 0 3292 0:00:01 0:00:01 --:--:-- 3295 [2020-12-17T17:47:52.375Z] [2020-12-17T17:47:52.375Z] [2020-12-17T17:47:52.375Z] === Publish openapi/v2 API === [2020-12-17T17:47:52.375Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-17T17:47:52.375Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-17T17:47:52.375Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:52.375Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:53.778Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25005 0:00:01 0:00:01 --:--:-- 25029 100 29535 0 0 100 29535 0 24999 0:00:01 0:00:01 --:--:-- 25008 [2020-12-17T17:47:53.778Z] [2020-12-17T17:47:53.778Z] [2020-12-17T17:47:53.778Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-17T17:47:53.778Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:53.778Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:54.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58706 0 0 100 58706 0 49424 0:00:01 0:00:01 --:--:-- 49457 100 58706 0 0 100 58706 0 49415 0:00:01 0:00:01 --:--:-- 49457 [2020-12-17T17:47:54.736Z] [2020-12-17T17:47:54.736Z] [2020-12-17T17:47:55.003Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-17T17:47:55.003Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:55.003Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:56.404Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99134 0:00:01 0:00:01 --:--:-- 99082 100 119k 0 0 100 119k 0 92907 0:00:01 0:00:01 --:--:-- 92890 [2020-12-17T17:47:56.404Z] [2020-12-17T17:47:56.404Z] [2020-12-17T17:47:56.404Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-17T17:47:56.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:56.404Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:57.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 20299 0:00:01 0:00:01 --:--:-- 20318 100 23691 0 0 100 23691 0 20294 0:00:01 0:00:01 --:--:-- 20300 [2020-12-17T17:47:57.363Z] [2020-12-17T17:47:57.363Z] [2020-12-17T17:47:57.363Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-17T17:47:57.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:57.363Z] Dload Upload Total Spent Left Speed [2020-12-17T17:47:58.770Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 49552 0:00:01 0:00:01 --:--:-- 49597 100 62691 0 0 100 62691 0 48370 0:00:01 0:00:01 --:--:-- 48410 [2020-12-17T17:47:58.770Z] [2020-12-17T17:47:58.770Z] [2020-12-17T17:47:58.770Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-17T17:47:58.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:47:58.770Z] Dload Upload Total Spent Left Speed [2020-12-17T17:48:00.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 38272 0:00:01 0:00:01 --:--:-- 38306 100 46198 0 0 100 46198 0 38248 0:00:01 0:00:01 --:--:-- 38275 [2020-12-17T17:48:00.178Z] [2020-12-17T17:48:00.178Z] [2020-12-17T17:48:00.178Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-17T17:48:00.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T17:48:00.178Z] Dload Upload Total Spent Left Speed [2020-12-17T17:48:01.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 18879 0:00:01 0:00:01 --:--:-- 18874 100 23725 0 0 100 23725 0 16774 0:00:01 0:00:01 --:--:-- 16766 [2020-12-17T17:48:01.416Z] [2020-12-17T17:48:01.416Z] [Pipeline] } [2020-12-17T17:48:01.429Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:48:02.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T17:48:02.396Z] . [Pipeline] withDockerContainer [2020-12-17T17:48:02.607Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:48:02.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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:10004/edgex-devops/git-semver:latest cat [2020-12-17T17:48:04.796Z] $ docker top 99192405c6d8cd9a63583303abc70687b162d3e1476311283a1c695beeb88557 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T17:48:05.257Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T17:48:05.257Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T17:48:05.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T17:48:05.946Z] $ docker exec 99192405c6d8cd9a63583303abc70687b162d3e1476311283a1c695beeb88557 ssh-agent [2020-12-17T17:48:06.302Z] SSH_AUTH_SOCK=/tmp/ssh-B4RSFdnpG3Ny/agent.12 [2020-12-17T17:48:06.302Z] SSH_AGENT_PID=17 [2020-12-17T17:48:06.316Z] Running ssh-add (command line suppressed) [2020-12-17T17:48:06.521Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_8565899900914460143.key (/w/workspace/edgex-go/262@tmp/private_key_8565899900914460143.key) [2020-12-17T17:48:06.642Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T17:48:07.030Z] + git semver tag [2020-12-17T17:48:07.298Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T17:48:07.298Z] # $GIT_DIR = /w/workspace/edgex-go/262/.git [2020-12-17T17:48:07.298Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/262 [2020-12-17T17:48:07.298Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T17:48:07.298Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T17:48:07.298Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T17:48:07.298Z] # $SEMVER_BRANCH = master [2020-12-17T17:48:07.298Z] # $SEMVER_DIR = /w/workspace/edgex-go/262/.semver [2020-12-17T17:48:07.298Z] # bbb161aa59ef099937232867751a09afbb087fa9 HEAD [2020-12-17T17:48:08.272Z] # -> Force: false [2020-12-17T17:48:08.272Z] # 28b723ac9d865c18eb77e6993aa5da64271e854f refs/tags/v2.0.0-dev.18 [Pipeline] } [2020-12-17T17:48:08.289Z] $ docker exec --env ******** --env ******** 99192405c6d8cd9a63583303abc70687b162d3e1476311283a1c695beeb88557 ssh-agent -k [2020-12-17T17:48:08.494Z] unset SSH_AUTH_SOCK; [2020-12-17T17:48:08.494Z] unset SSH_AGENT_PID; [2020-12-17T17:48:08.494Z] echo Agent pid 17 killed; [2020-12-17T17:48:08.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T17:48:09.574Z] + git semver [Pipeline] } [2020-12-17T17:48:09.604Z] $ docker stop --time=1 99192405c6d8cd9a63583303abc70687b162d3e1476311283a1c695beeb88557 [2020-12-17T17:48:11.111Z] $ docker rm -f 99192405c6d8cd9a63583303abc70687b162d3e1476311283a1c695beeb88557 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:48:11.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-17T17:48:11.814Z] [2020-12-17T17:48:11.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:48:12.195Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-17T17:48:12.195Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-17T17:48:12.195Z] ab5ef0e58194: Pulling fs layer [2020-12-17T17:48:12.195Z] 9712f1f96733: Pulling fs layer [2020-12-17T17:48:12.195Z] 63f879dbbcfc: Pulling fs layer [2020-12-17T17:48:12.479Z] 0d9ebad4ef96: Pulling fs layer [2020-12-17T17:48:12.479Z] e9a5061849ea: Pulling fs layer [2020-12-17T17:48:12.479Z] d747dcd14b5f: Pulling fs layer [2020-12-17T17:48:12.479Z] 2de7ff778b66: Pulling fs layer [2020-12-17T17:48:12.479Z] 0d9ebad4ef96: Waiting [2020-12-17T17:48:12.479Z] e9a5061849ea: Waiting [2020-12-17T17:48:12.479Z] d747dcd14b5f: Waiting [2020-12-17T17:48:12.479Z] 2de7ff778b66: Waiting [2020-12-17T17:48:12.479Z] 9712f1f96733: Verifying Checksum [2020-12-17T17:48:12.479Z] 9712f1f96733: Download complete [2020-12-17T17:48:15.871Z] 63f879dbbcfc: Verifying Checksum [2020-12-17T17:48:15.871Z] 63f879dbbcfc: Download complete [2020-12-17T17:48:15.871Z] e9a5061849ea: Verifying Checksum [2020-12-17T17:48:15.871Z] e9a5061849ea: Download complete [2020-12-17T17:48:15.871Z] d747dcd14b5f: Verifying Checksum [2020-12-17T17:48:15.871Z] d747dcd14b5f: Download complete [2020-12-17T17:48:16.481Z] 0d9ebad4ef96: Verifying Checksum [2020-12-17T17:48:16.481Z] 0d9ebad4ef96: Download complete [2020-12-17T17:48:16.481Z] 2de7ff778b66: Verifying Checksum [2020-12-17T17:48:16.481Z] 2de7ff778b66: Download complete [2020-12-17T17:48:17.505Z] ab5ef0e58194: Verifying Checksum [2020-12-17T17:48:17.505Z] ab5ef0e58194: Download complete [2020-12-17T17:48:25.876Z] ab5ef0e58194: Pull complete [2020-12-17T17:48:25.876Z] 9712f1f96733: Pull complete [2020-12-17T17:48:27.297Z] 63f879dbbcfc: Pull complete [2020-12-17T17:48:39.726Z] 0d9ebad4ef96: Pull complete [2020-12-17T17:48:39.726Z] e9a5061849ea: Pull complete [2020-12-17T17:48:40.000Z] d747dcd14b5f: Pull complete [2020-12-17T17:48:44.290Z] 2de7ff778b66: Pull complete [2020-12-17T17:48:44.290Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-17T17:48:44.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-17T17:48:44.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-17T17:48:44.614Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:48:44.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-17T17:48:48.752Z] $ docker top f6b4714951311984efdfd4af3429516f3132a8f572833fee1d71ca4e8eb3d28a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-17T17:48:49.206Z] provisioning config files... [2020-12-17T17:48:49.240Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/262@tmp/config7417226630949286317tmp [2020-12-17T17:48:49.409Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/262@tmp/config5101513992573909153tmp [2020-12-17T17:48:49.490Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/262@tmp/config5692552283230439956tmp [Pipeline] { [Pipeline] echo [2020-12-17T17:48:49.555Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:48:50.245Z] ---> sigul-configuration.sh [2020-12-17T17:48:50.245Z] gpg: directory `/root/.gnupg' created [2020-12-17T17:48:50.245Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-17T17:48:50.245Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-17T17:48:50.245Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-17T17:48:50.245Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-17T17:48:50.245Z] gpg: CAST5 encrypted data [2020-12-17T17:48:50.245Z] gpg: encrypted with 1 passphrase [2020-12-17T17:48:50.245Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-17T17:48:50.833Z] + mkdir /home/jenkins [2020-12-17T17:48:50.833Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-17T17:48:51.185Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-12-17T17:48:51.197Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:48:51.512Z] ---> sigul-install.sh [2020-12-17T17:48:58.199Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-17T17:48:58.938Z] + git tag --list [2020-12-17T17:48:59.232Z] 0.6.0 [2020-12-17T17:48:59.232Z] 0.6.1 [2020-12-17T17:48:59.232Z] 0.7.0 [2020-12-17T17:48:59.232Z] 0.7.1 [2020-12-17T17:48:59.232Z] v1.0.0 [2020-12-17T17:48:59.232Z] v1.0.1 [2020-12-17T17:48:59.232Z] v1.1.0 [2020-12-17T17:48:59.232Z] v1.2.0 [2020-12-17T17:48:59.232Z] v1.2.1 [2020-12-17T17:48:59.232Z] v1.2.2-dev.1 [2020-12-17T17:48:59.232Z] v1.2.2-dev.10 [2020-12-17T17:48:59.232Z] v1.2.2-dev.100 [2020-12-17T17:48:59.232Z] v1.2.2-dev.101 [2020-12-17T17:48:59.232Z] v1.2.2-dev.102 [2020-12-17T17:48:59.232Z] v1.2.2-dev.103 [2020-12-17T17:48:59.232Z] v1.2.2-dev.104 [2020-12-17T17:48:59.232Z] v1.2.2-dev.105 [2020-12-17T17:48:59.232Z] v1.2.2-dev.106 [2020-12-17T17:48:59.232Z] v1.2.2-dev.107 [2020-12-17T17:48:59.232Z] v1.2.2-dev.11 [2020-12-17T17:48:59.232Z] v1.2.2-dev.12 [2020-12-17T17:48:59.232Z] v1.2.2-dev.13 [2020-12-17T17:48:59.232Z] v1.2.2-dev.14 [2020-12-17T17:48:59.232Z] v1.2.2-dev.15 [2020-12-17T17:48:59.232Z] v1.2.2-dev.16 [2020-12-17T17:48:59.232Z] v1.2.2-dev.17 [2020-12-17T17:48:59.232Z] v1.2.2-dev.18 [2020-12-17T17:48:59.232Z] v1.2.2-dev.19 [2020-12-17T17:48:59.232Z] v1.2.2-dev.2 [2020-12-17T17:48:59.232Z] v1.2.2-dev.20 [2020-12-17T17:48:59.232Z] v1.2.2-dev.21 [2020-12-17T17:48:59.232Z] v1.2.2-dev.22 [2020-12-17T17:48:59.232Z] v1.2.2-dev.23 [2020-12-17T17:48:59.232Z] v1.2.2-dev.24 [2020-12-17T17:48:59.232Z] v1.2.2-dev.25 [2020-12-17T17:48:59.232Z] v1.2.2-dev.26 [2020-12-17T17:48:59.232Z] v1.2.2-dev.27 [2020-12-17T17:48:59.232Z] v1.2.2-dev.28 [2020-12-17T17:48:59.232Z] v1.2.2-dev.29 [2020-12-17T17:48:59.232Z] v1.2.2-dev.3 [2020-12-17T17:48:59.232Z] v1.2.2-dev.30 [2020-12-17T17:48:59.232Z] v1.2.2-dev.31 [2020-12-17T17:48:59.232Z] v1.2.2-dev.32 [2020-12-17T17:48:59.232Z] v1.2.2-dev.33 [2020-12-17T17:48:59.232Z] v1.2.2-dev.34 [2020-12-17T17:48:59.232Z] v1.2.2-dev.35 [2020-12-17T17:48:59.232Z] v1.2.2-dev.36 [2020-12-17T17:48:59.232Z] v1.2.2-dev.37 [2020-12-17T17:48:59.232Z] v1.2.2-dev.38 [2020-12-17T17:48:59.232Z] v1.2.2-dev.39 [2020-12-17T17:48:59.232Z] v1.2.2-dev.4 [2020-12-17T17:48:59.232Z] v1.2.2-dev.40 [2020-12-17T17:48:59.232Z] v1.2.2-dev.41 [2020-12-17T17:48:59.232Z] v1.2.2-dev.42 [2020-12-17T17:48:59.232Z] v1.2.2-dev.43 [2020-12-17T17:48:59.232Z] v1.2.2-dev.44 [2020-12-17T17:48:59.232Z] v1.2.2-dev.45 [2020-12-17T17:48:59.232Z] v1.2.2-dev.46 [2020-12-17T17:48:59.232Z] v1.2.2-dev.47 [2020-12-17T17:48:59.232Z] v1.2.2-dev.48 [2020-12-17T17:48:59.232Z] v1.2.2-dev.49 [2020-12-17T17:48:59.232Z] v1.2.2-dev.5 [2020-12-17T17:48:59.232Z] v1.2.2-dev.50 [2020-12-17T17:48:59.232Z] v1.2.2-dev.51 [2020-12-17T17:48:59.232Z] v1.2.2-dev.52 [2020-12-17T17:48:59.232Z] v1.2.2-dev.53 [2020-12-17T17:48:59.232Z] v1.2.2-dev.54 [2020-12-17T17:48:59.232Z] v1.2.2-dev.55 [2020-12-17T17:48:59.232Z] v1.2.2-dev.56 [2020-12-17T17:48:59.232Z] v1.2.2-dev.57 [2020-12-17T17:48:59.232Z] v1.2.2-dev.58 [2020-12-17T17:48:59.232Z] v1.2.2-dev.59 [2020-12-17T17:48:59.232Z] v1.2.2-dev.6 [2020-12-17T17:48:59.232Z] v1.2.2-dev.60 [2020-12-17T17:48:59.232Z] v1.2.2-dev.61 [2020-12-17T17:48:59.232Z] v1.2.2-dev.62 [2020-12-17T17:48:59.232Z] v1.2.2-dev.63 [2020-12-17T17:48:59.232Z] v1.2.2-dev.64 [2020-12-17T17:48:59.232Z] v1.2.2-dev.65 [2020-12-17T17:48:59.232Z] v1.2.2-dev.66 [2020-12-17T17:48:59.232Z] v1.2.2-dev.67 [2020-12-17T17:48:59.232Z] v1.2.2-dev.68 [2020-12-17T17:48:59.232Z] v1.2.2-dev.69 [2020-12-17T17:48:59.232Z] v1.2.2-dev.7 [2020-12-17T17:48:59.232Z] v1.2.2-dev.70 [2020-12-17T17:48:59.232Z] v1.2.2-dev.71 [2020-12-17T17:48:59.232Z] v1.2.2-dev.72 [2020-12-17T17:48:59.232Z] v1.2.2-dev.73 [2020-12-17T17:48:59.232Z] v1.2.2-dev.74 [2020-12-17T17:48:59.232Z] v1.2.2-dev.75 [2020-12-17T17:48:59.232Z] v1.2.2-dev.76 [2020-12-17T17:48:59.232Z] v1.2.2-dev.77 [2020-12-17T17:48:59.232Z] v1.2.2-dev.78 [2020-12-17T17:48:59.232Z] v1.2.2-dev.79 [2020-12-17T17:48:59.232Z] v1.2.2-dev.8 [2020-12-17T17:48:59.232Z] v1.2.2-dev.80 [2020-12-17T17:48:59.232Z] v1.2.2-dev.81 [2020-12-17T17:48:59.232Z] v1.2.2-dev.82 [2020-12-17T17:48:59.232Z] v1.2.2-dev.83 [2020-12-17T17:48:59.232Z] v1.2.2-dev.84 [2020-12-17T17:48:59.232Z] v1.2.2-dev.85 [2020-12-17T17:48:59.232Z] v1.2.2-dev.86 [2020-12-17T17:48:59.232Z] v1.2.2-dev.87 [2020-12-17T17:48:59.232Z] v1.2.2-dev.88 [2020-12-17T17:48:59.232Z] v1.2.2-dev.89 [2020-12-17T17:48:59.232Z] v1.2.2-dev.9 [2020-12-17T17:48:59.232Z] v1.2.2-dev.90 [2020-12-17T17:48:59.232Z] v1.2.2-dev.91 [2020-12-17T17:48:59.232Z] v1.2.2-dev.92 [2020-12-17T17:48:59.232Z] v1.2.2-dev.93 [2020-12-17T17:48:59.232Z] v1.2.2-dev.94 [2020-12-17T17:48:59.232Z] v1.2.2-dev.95 [2020-12-17T17:48:59.232Z] v1.2.2-dev.96 [2020-12-17T17:48:59.232Z] v1.2.2-dev.97 [2020-12-17T17:48:59.232Z] v1.2.2-dev.98 [2020-12-17T17:48:59.232Z] v1.2.2-dev.99 [2020-12-17T17:48:59.232Z] v1.3.0 [2020-12-17T17:48:59.232Z] v1.3.1-dev.1 [2020-12-17T17:48:59.232Z] v1.3.1-dev.10 [2020-12-17T17:48:59.232Z] v1.3.1-dev.11 [2020-12-17T17:48:59.232Z] v1.3.1-dev.12 [2020-12-17T17:48:59.232Z] v1.3.1-dev.13 [2020-12-17T17:48:59.232Z] v1.3.1-dev.14 [2020-12-17T17:48:59.232Z] v1.3.1-dev.15 [2020-12-17T17:48:59.232Z] v1.3.1-dev.16 [2020-12-17T17:48:59.232Z] v1.3.1-dev.17 [2020-12-17T17:48:59.232Z] v1.3.1-dev.18 [2020-12-17T17:48:59.232Z] v1.3.1-dev.2 [2020-12-17T17:48:59.232Z] v1.3.1-dev.3 [2020-12-17T17:48:59.232Z] v1.3.1-dev.4 [2020-12-17T17:48:59.232Z] v1.3.1-dev.5 [2020-12-17T17:48:59.232Z] v1.3.1-dev.6 [2020-12-17T17:48:59.232Z] v1.3.1-dev.7 [2020-12-17T17:48:59.232Z] v1.3.1-dev.8 [2020-12-17T17:48:59.232Z] v1.3.1-dev.9 [2020-12-17T17:48:59.232Z] v2.0.0-dev.1 [2020-12-17T17:48:59.232Z] v2.0.0-dev.10 [2020-12-17T17:48:59.232Z] v2.0.0-dev.11 [2020-12-17T17:48:59.232Z] v2.0.0-dev.12 [2020-12-17T17:48:59.232Z] v2.0.0-dev.13 [2020-12-17T17:48:59.232Z] v2.0.0-dev.14 [2020-12-17T17:48:59.232Z] v2.0.0-dev.15 [2020-12-17T17:48:59.232Z] v2.0.0-dev.16 [2020-12-17T17:48:59.232Z] v2.0.0-dev.17 [2020-12-17T17:48:59.232Z] v2.0.0-dev.18 [2020-12-17T17:48:59.232Z] v2.0.0-dev.2 [2020-12-17T17:48:59.232Z] v2.0.0-dev.3 [2020-12-17T17:48:59.232Z] v2.0.0-dev.4 [2020-12-17T17:48:59.232Z] v2.0.0-dev.5 [2020-12-17T17:48:59.232Z] v2.0.0-dev.6 [2020-12-17T17:48:59.232Z] v2.0.0-dev.7 [2020-12-17T17:48:59.232Z] v2.0.0-dev.8 [2020-12-17T17:48:59.232Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-17T17:48:59.568Z] + lftools sign git-tag v2.0.0-dev.18 [2020-12-17T17:49:00.977Z] Signing Git tag with Sigul... [2020-12-17T17:49:00.977Z] Signing v2.0.0-dev.18 [Pipeline] echo [2020-12-17T17:49:02.421Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:49:03.095Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-17T17:49:03.113Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-17T17:49:03.229Z] $ docker stop --time=1 f6b4714951311984efdfd4af3429516f3132a8f572833fee1d71ca4e8eb3d28a [2020-12-17T17:49:05.376Z] $ docker rm -f f6b4714951311984efdfd4af3429516f3132a8f572833fee1d71ca4e8eb3d28a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:49:06.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T17:49:06.418Z] . [Pipeline] withDockerContainer [2020-12-17T17:49:06.581Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:49:06.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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:10004/edgex-devops/git-semver:latest cat [2020-12-17T17:49:07.909Z] $ docker top d714f6e6b8c4bc96c3c418e68b384db45e6839c22f796d06059ec7d0476441bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T17:49:08.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T17:49:08.258Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T17:49:08.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T17:49:08.640Z] $ docker exec d714f6e6b8c4bc96c3c418e68b384db45e6839c22f796d06059ec7d0476441bd ssh-agent [2020-12-17T17:49:08.984Z] SSH_AUTH_SOCK=/tmp/ssh-YcoNnxWkbT07/agent.11 [2020-12-17T17:49:08.984Z] SSH_AGENT_PID=16 [2020-12-17T17:49:08.995Z] Running ssh-add (command line suppressed) [2020-12-17T17:49:09.230Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_1431576614586385999.key (/w/workspace/edgex-go/262@tmp/private_key_1431576614586385999.key) [2020-12-17T17:49:09.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T17:49:09.684Z] + git semver bump pre [2020-12-17T17:49:09.958Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T17:49:09.958Z] # $GIT_DIR = /w/workspace/edgex-go/262/.git [2020-12-17T17:49:09.958Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/262 [2020-12-17T17:49:09.958Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T17:49:09.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T17:49:09.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T17:49:09.958Z] # $SEMVER_BRANCH = master [2020-12-17T17:49:09.958Z] # $SEMVER_DIR = /w/workspace/edgex-go/262/.semver [2020-12-17T17:49:09.958Z] 2.0.0-dev.19 [Pipeline] } [2020-12-17T17:49:09.978Z] $ docker exec --env ******** --env ******** d714f6e6b8c4bc96c3c418e68b384db45e6839c22f796d06059ec7d0476441bd ssh-agent -k [2020-12-17T17:49:10.215Z] unset SSH_AUTH_SOCK; [2020-12-17T17:49:10.216Z] unset SSH_AGENT_PID; [2020-12-17T17:49:10.216Z] echo Agent pid 16 killed; [2020-12-17T17:49:10.528Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T17:49:11.074Z] + git semver [Pipeline] } [2020-12-17T17:49:11.098Z] $ docker stop --time=1 d714f6e6b8c4bc96c3c418e68b384db45e6839c22f796d06059ec7d0476441bd [2020-12-17T17:49:12.584Z] $ docker rm -f d714f6e6b8c4bc96c3c418e68b384db45e6839c22f796d06059ec7d0476441bd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:49:13.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T17:49:13.275Z] . [Pipeline] withDockerContainer [2020-12-17T17:49:13.423Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:49:13.546Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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:10004/edgex-devops/git-semver:latest cat [2020-12-17T17:49:14.674Z] $ docker top e92f2915c9103b8449f94232d8d778ff7add6a4e07f1ecc1e016d3a5ab8c6832 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T17:49:15.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T17:49:15.124Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T17:49:15.488Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T17:49:15.493Z] $ docker exec e92f2915c9103b8449f94232d8d778ff7add6a4e07f1ecc1e016d3a5ab8c6832 ssh-agent [2020-12-17T17:49:15.738Z] SSH_AUTH_SOCK=/tmp/ssh-yrjhLgRbtq28/agent.12 [2020-12-17T17:49:15.738Z] SSH_AGENT_PID=18 [2020-12-17T17:49:15.750Z] Running ssh-add (command line suppressed) [2020-12-17T17:49:15.999Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_5984485562016473829.key (/w/workspace/edgex-go/262@tmp/private_key_5984485562016473829.key) [2020-12-17T17:49:16.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T17:49:16.784Z] + git semver push [2020-12-17T17:49:16.784Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T17:49:16.784Z] # $GIT_DIR = /w/workspace/edgex-go/262/.git [2020-12-17T17:49:16.784Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/262 [2020-12-17T17:49:16.784Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T17:49:16.784Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T17:49:16.784Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T17:49:16.785Z] # $SEMVER_BRANCH = master [2020-12-17T17:49:16.785Z] # $SEMVER_DIR = /w/workspace/edgex-go/262/.semver [Pipeline] } [2020-12-17T17:49:29.321Z] $ docker exec --env ******** --env ******** e92f2915c9103b8449f94232d8d778ff7add6a4e07f1ecc1e016d3a5ab8c6832 ssh-agent -k [2020-12-17T17:49:29.597Z] unset SSH_AUTH_SOCK; [2020-12-17T17:49:29.598Z] unset SSH_AGENT_PID; [2020-12-17T17:49:29.598Z] echo Agent pid 18 killed; [2020-12-17T17:49:29.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T17:49:30.217Z] + git semver [Pipeline] } [2020-12-17T17:49:30.507Z] $ docker stop --time=1 e92f2915c9103b8449f94232d8d778ff7add6a4e07f1ecc1e016d3a5ab8c6832 [2020-12-17T17:49:32.057Z] $ docker rm -f e92f2915c9103b8449f94232d8d778ff7add6a4e07f1ecc1e016d3a5ab8c6832 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:49:33.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:49:34.534Z] ---> package-listing.sh [2020-12-17T17:49:34.535Z] ++ facter osfamily [2020-12-17T17:49:34.535Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-17T17:49:34.799Z] + OS_FAMILY=redhat [2020-12-17T17:49:34.799Z] + workspace=/w/workspace/edgex-go/262 [2020-12-17T17:49:34.799Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-17T17:49:34.799Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-17T17:49:34.799Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-17T17:49:34.799Z] + PACKAGES=/tmp/packages_start.txt [2020-12-17T17:49:34.799Z] + '[' /w/workspace/edgex-go/262 ']' [2020-12-17T17:49:34.799Z] + PACKAGES=/tmp/packages_end.txt [2020-12-17T17:49:34.799Z] + case "${OS_FAMILY}" in [2020-12-17T17:49:34.799Z] + rpm -qa [2020-12-17T17:49:34.799Z] + sort [2020-12-17T17:49:41.472Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-17T17:49:41.472Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-17T17:49:41.472Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-17T17:49:41.472Z] + '[' /w/workspace/edgex-go/262 ']' [2020-12-17T17:49:41.472Z] + mkdir -p /w/workspace/edgex-go/262/archives/ [2020-12-17T17:49:41.472Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/262/archives/ [Pipeline] echo [2020-12-17T17:49:41.496Z] 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/262/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-17T17:49:41.821Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:49:42.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T17:49:42.724Z] [2020-12-17T17:49:42.724Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-17T17:49:43.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T17:49:43.129Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-17T17:49:43.129Z] df20fa9351a1: Pulling fs layer [2020-12-17T17:49:43.129Z] 36b3adc4ff6f: Pulling fs layer [2020-12-17T17:49:43.129Z] 8ad3a11d3b57: Pulling fs layer [2020-12-17T17:49:43.129Z] 46f8f816bc3b: Pulling fs layer [2020-12-17T17:49:43.129Z] 93b61091891f: Pulling fs layer [2020-12-17T17:49:43.129Z] 93b9cdb0e59b: Pulling fs layer [2020-12-17T17:49:43.129Z] 5e14af77c1be: Pulling fs layer [2020-12-17T17:49:43.129Z] 46f8f816bc3b: Waiting [2020-12-17T17:49:43.129Z] 93b61091891f: Waiting [2020-12-17T17:49:43.129Z] 93b9cdb0e59b: Waiting [2020-12-17T17:49:43.129Z] 5e14af77c1be: Waiting [2020-12-17T17:49:43.129Z] 01666e4c0597: Pulling fs layer [2020-12-17T17:49:43.129Z] aa168da1d23b: Pulling fs layer [2020-12-17T17:49:43.129Z] aa168da1d23b: Waiting [2020-12-17T17:49:43.129Z] 01666e4c0597: Waiting [2020-12-17T17:49:43.403Z] 36b3adc4ff6f: Verifying Checksum [2020-12-17T17:49:43.403Z] 36b3adc4ff6f: Download complete [2020-12-17T17:49:43.403Z] 46f8f816bc3b: Verifying Checksum [2020-12-17T17:49:43.403Z] 46f8f816bc3b: Download complete [2020-12-17T17:49:43.677Z] df20fa9351a1: Verifying Checksum [2020-12-17T17:49:43.677Z] df20fa9351a1: Download complete [2020-12-17T17:49:43.677Z] 93b9cdb0e59b: Verifying Checksum [2020-12-17T17:49:43.677Z] 93b9cdb0e59b: Download complete [2020-12-17T17:49:43.677Z] 93b61091891f: Verifying Checksum [2020-12-17T17:49:43.677Z] 93b61091891f: Download complete [2020-12-17T17:49:43.677Z] 5e14af77c1be: Verifying Checksum [2020-12-17T17:49:43.677Z] 5e14af77c1be: Download complete [2020-12-17T17:49:43.677Z] 01666e4c0597: Verifying Checksum [2020-12-17T17:49:43.677Z] 01666e4c0597: Download complete [2020-12-17T17:49:44.274Z] df20fa9351a1: Pull complete [2020-12-17T17:49:44.876Z] 8ad3a11d3b57: Verifying Checksum [2020-12-17T17:49:44.876Z] 8ad3a11d3b57: Download complete [2020-12-17T17:49:44.876Z] 36b3adc4ff6f: Pull complete [2020-12-17T17:49:46.987Z] 8ad3a11d3b57: Pull complete [2020-12-17T17:49:47.295Z] 46f8f816bc3b: Pull complete [2020-12-17T17:49:48.323Z] 93b61091891f: Pull complete [2020-12-17T17:49:48.614Z] 93b9cdb0e59b: Pull complete [2020-12-17T17:49:49.227Z] 5e14af77c1be: Pull complete [2020-12-17T17:49:49.492Z] aa168da1d23b: Verifying Checksum [2020-12-17T17:49:49.492Z] aa168da1d23b: Download complete [2020-12-17T17:49:49.780Z] 01666e4c0597: Pull complete [2020-12-17T17:50:05.080Z] aa168da1d23b: Pull complete [2020-12-17T17:50:05.080Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-17T17:50:05.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T17:50:05.080Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-17T17:50:05.444Z] prd-centos7-docker-4c-2g-16539 does not seem to be running inside a container [2020-12-17T17:50:05.552Z] $ 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/262/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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-17T17:50:08.602Z] $ docker top 082e53ccb1abb13e9009025fa0c8dfa58894a4afeb7fcd7bb716c6dc00afa9d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T17:50:09.177Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-17T17:50:09.863Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-17T17:50:10.530Z] + ls /var/log/sa-host [2020-12-17T17:50:10.530Z] + sadf -c /var/log/sa-host/sa17 [2020-12-17T17:50:10.530Z] file_magic: OK [2020-12-17T17:50:10.530Z] HZ: Using current value: 100 [2020-12-17T17:50:10.530Z] file_header: OK [2020-12-17T17:50:10.530Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-17T17:50:10.530Z] Statistics: [2020-12-17T17:50:10.530Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-17T17:50:10.530Z] File successfully converted to sysstat format version 12.2.1 [2020-12-17T17:50:10.530Z] + sadf -c /var/log/sa-host/sa23 [2020-12-17T17:50:10.530Z] file_magic: OK [2020-12-17T17:50:10.530Z] HZ: Using current value: 100 [2020-12-17T17:50:10.530Z] file_header: OK [2020-12-17T17:50:10.530Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-17T17:50:10.530Z] Statistics: [2020-12-17T17:50:10.530Z] Hnuu...uuuununununu... [2020-12-17T17:50:10.530Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T17:50:11.220Z] provisioning config files... [2020-12-17T17:50:11.280Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/262@tmp/config120001807104308396tmp [Pipeline] { [Pipeline] echo [2020-12-17T17:50:11.364Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:50:12.066Z] ---> create-netrc.sh [Pipeline] } [2020-12-17T17:50:12.079Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-17T17:50:12.175Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:50:12.881Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-17T17:50:12.894Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:50:13.540Z] ---> sudo-logs.sh [2020-12-17T17:50:13.540Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-17T17:50:13.559Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:50:13.905Z] ---> job-cost.sh [2020-12-17T17:50:13.905Z] lf-activate-venv: SKIPPING [2020-12-17T17:50:13.905Z] INFO: No Stack... [2020-12-17T17:50:15.883Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-17T17:50:16.161Z] INFO: Archiving Costs [Pipeline] echo [2020-12-17T17:50:16.183Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T17:50:16.552Z] ---> logs-deploy.sh [2020-12-17T17:50:16.552Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/262 [2020-12-17T17:50:16.552Z] INFO: archiving workspace using pattern(s): [2020-12-17T17:50:18.787Z] Archives upload complete. [2020-12-17T17:50:18.788Z] INFO: archiving logs to Nexus