Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from df7eaa583f48bd0cefe0e9af00d8477318667731 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-23796 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/327 [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/327 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision df7eaa583f48bd0cefe0e9af00d8477318667731 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 Commit message: "Update core-metadata API file (#3094)" > git rev-list --no-walk 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T17:42:41.806Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T17:42:42.131Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T17:42:42.236Z] ========================================================= [2021-01-28T17:42:42.236Z] EdgeX Global Pipelines Version Info [2021-01-28T17:42:42.236Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:42:43.749Z] ------------------- [2021-01-28T17:42:43.749Z] stable info: [2021-01-28T17:42:43.749Z] ------------------- [2021-01-28T17:42:43.749Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:42:43.749Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:42:43.749Z] Message: update stable to v1.0.179 [2021-01-28T17:42:44.699Z] ------------------- [2021-01-28T17:42:44.699Z] experimental info: [2021-01-28T17:42:44.699Z] ------------------- [2021-01-28T17:42:44.699Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:42:44.699Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:42:44.699Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T17:42:44.988Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T17:42:45.087Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T17:42:45.207Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T17:42:45.301Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T17:42:45.393Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T17:42:45.506Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T17:42:45.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T17:42:45.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T17:42:45.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T17:42:45.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T17:42:46.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T17:42:46.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T17:42:46.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T17:42:46.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T17:42:46.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:42:46.482Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:42:46.578Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T17:42:46.670Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T17:42:46.762Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T17:42:46.851Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T17:42:46.954Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T17:42:47.050Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T17:42:47.206Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T17:42:47.295Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-28T17:42:47.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-28T17:42:47.504Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-28T17:42:47.591Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] echo [2021-01-28T17:42:47.702Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df7eaa5 [Pipeline] echo [2021-01-28T17:42:47.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:42:47.981Z] provisioning config files... [2021-01-28T17:42:48.009Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/327@tmp/config905910704921811227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:42:48.361Z] ---> docker-login.sh [2021-01-28T17:42:48.361Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:42:48.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:42:48.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:42:48.886Z] Configure a credential helper to remove this warning. See [2021-01-28T17:42:48.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:42:48.886Z] [2021-01-28T17:42:48.886Z] Login Succeeded [2021-01-28T17:42:48.886Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:42:49.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:42:49.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:42:49.149Z] Configure a credential helper to remove this warning. See [2021-01-28T17:42:49.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:42:49.149Z] [2021-01-28T17:42:49.149Z] Login Succeeded [2021-01-28T17:42:49.149Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:42:49.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:42:49.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:42:49.413Z] Configure a credential helper to remove this warning. See [2021-01-28T17:42:49.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:42:49.413Z] [2021-01-28T17:42:49.413Z] Login Succeeded [2021-01-28T17:42:49.413Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:42:49.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:42:49.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:42:49.413Z] Configure a credential helper to remove this warning. See [2021-01-28T17:42:49.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:42:49.413Z] [2021-01-28T17:42:49.413Z] Login Succeeded [2021-01-28T17:42:49.413Z] docker.io [2021-01-28T17:42:49.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:42:49.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:42:49.941Z] Configure a credential helper to remove this warning. See [2021-01-28T17:42:49.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:42:49.941Z] [2021-01-28T17:42:49.941Z] Login Succeeded [2021-01-28T17:42:49.941Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:42:49.952Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:42:50.512Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T17:42:50.512Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:42:50.512Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:42:50.512Z] ++ cut -d/ -f2 [2021-01-28T17:42:50.512Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T17:42:50.596Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:42:52.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:42:52.201Z] [2021-01-28T17:42:52.201Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:42:52.579Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:42:52.579Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T17:42:52.579Z] 31603596830f: Pulling fs layer [2021-01-28T17:42:52.579Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T17:42:52.579Z] 6ca5941a6612: Pulling fs layer [2021-01-28T17:42:52.579Z] ecc8261a40a4: Pulling fs layer [2021-01-28T17:42:52.579Z] ecc8261a40a4: Waiting [2021-01-28T17:42:52.579Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T17:42:52.579Z] 2a8b12db71e7: Download complete [2021-01-28T17:42:52.847Z] 31603596830f: Download complete [2021-01-28T17:42:52.847Z] 6ca5941a6612: Verifying Checksum [2021-01-28T17:42:52.847Z] 6ca5941a6612: Download complete [2021-01-28T17:42:52.847Z] ecc8261a40a4: Verifying Checksum [2021-01-28T17:42:52.847Z] ecc8261a40a4: Download complete [2021-01-28T17:42:53.111Z] 31603596830f: Pull complete [2021-01-28T17:42:53.375Z] 2a8b12db71e7: Pull complete [2021-01-28T17:42:54.330Z] 6ca5941a6612: Pull complete [2021-01-28T17:42:54.330Z] ecc8261a40a4: Pull complete [2021-01-28T17:42:54.330Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T17:42:54.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:42:54.330Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T17:42:54.432Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:42:54.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:42:57.230Z] $ docker top f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:42:57.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:42:57.577Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:42:57.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:42:57.850Z] $ docker exec f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 ssh-agent [2021-01-28T17:42:58.010Z] SSH_AUTH_SOCK=/tmp/ssh-Y5fxw6kZGzA9/agent.12 [2021-01-28T17:42:58.010Z] SSH_AGENT_PID=18 [2021-01-28T17:42:58.025Z] Running ssh-add (command line suppressed) [2021-01-28T17:42:58.140Z] Identity added: /w/workspace/edgex-go/327@tmp/private_key_7206704860428337640.key (/w/workspace/edgex-go/327@tmp/private_key_7206704860428337640.key) [2021-01-28T17:42:58.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:42:58.553Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T17:42:58.579Z] $ docker exec --env ******** --env ******** f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 ssh-agent -k [2021-01-28T17:42:58.693Z] unset SSH_AUTH_SOCK; [2021-01-28T17:42:58.693Z] unset SSH_AGENT_PID; [2021-01-28T17:42:58.693Z] echo Agent pid 18 killed; [2021-01-28T17:42:58.741Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T17:42:58.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:42:58.889Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:42:59.058Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:42:59.063Z] $ docker exec f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 ssh-agent [2021-01-28T17:42:59.221Z] SSH_AUTH_SOCK=/tmp/ssh-fYvZq2xSIil7/agent.47 [2021-01-28T17:42:59.221Z] SSH_AGENT_PID=52 [2021-01-28T17:42:59.228Z] Running ssh-add (command line suppressed) [2021-01-28T17:42:59.347Z] Identity added: /w/workspace/edgex-go/327@tmp/private_key_4663679642204877405.key (/w/workspace/edgex-go/327@tmp/private_key_4663679642204877405.key) [2021-01-28T17:42:59.399Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:42:59.733Z] + git semver init [2021-01-28T17:42:59.733Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:42:59.733Z] # $GIT_DIR = /w/workspace/edgex-go/327/.git [2021-01-28T17:42:59.733Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/327 [2021-01-28T17:42:59.733Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:42:59.733Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:42:59.733Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:42:59.733Z] # $SEMVER_BRANCH = master [2021-01-28T17:42:59.733Z] # $SEMVER_TEMP = /tmp/semver-852979373 [2021-01-28T17:42:59.733Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T17:43:17.908Z] # '/tmp/semver-852979373' -> '/w/workspace/edgex-go/327/.semver' [2021-01-28T17:43:18.172Z] # -> Force: false [2021-01-28T17:43:18.173Z] # $SEMVER_DIR = /w/workspace/edgex-go/327/.semver [Pipeline] } [2021-01-28T17:43:18.201Z] $ docker exec --env ******** --env ******** f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 ssh-agent -k [2021-01-28T17:43:18.480Z] unset SSH_AUTH_SOCK; [2021-01-28T17:43:18.480Z] unset SSH_AGENT_PID; [2021-01-28T17:43:18.480Z] echo Agent pid 52 killed; [2021-01-28T17:43:18.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:43:19.158Z] + git semver [Pipeline] } [2021-01-28T17:43:19.180Z] $ docker stop --time=1 f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 [2021-01-28T17:43:20.776Z] $ docker rm -f f39c1b712f2bf187c176911b0fe2c4cdd3b2ddcc26e1de6827c9b3a2a693d1a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:43:21.293Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T17:43:21.792Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T17:43:21.795Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:43:22.622Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:43:22.922Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:43:23.223Z] + sudo service docker restart [2021-01-28T17:43:23.223Z] + true [2021-01-28T17:43:23.223Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T17:43:23.815Z] ========================================================= [2021-01-28T17:43:23.815Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T17:43:23.815Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:43:24.158Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T17:43:28.386Z] Sending build context to Docker daemon 327.2MB [2021-01-28T17:43:28.386Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:43:28.386Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:43:28.386Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T17:43:28.386Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T17:43:28.386Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T17:43:28.386Z] de9db76c5a1d: Pulling fs layer [2021-01-28T17:43:28.386Z] bca2f99d35d6: Pulling fs layer [2021-01-28T17:43:28.386Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T17:43:28.386Z] 7c6f9722023f: Pulling fs layer [2021-01-28T17:43:28.386Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T17:43:28.386Z] bca2f99d35d6: Waiting [2021-01-28T17:43:28.386Z] 93359f2a8cfa: Waiting [2021-01-28T17:43:28.386Z] 7c6f9722023f: Waiting [2021-01-28T17:43:28.386Z] de9db76c5a1d: Download complete [2021-01-28T17:43:28.386Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T17:43:28.386Z] 0ef7d3d256c8: Download complete [2021-01-28T17:43:28.386Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T17:43:28.386Z] 93359f2a8cfa: Download complete [2021-01-28T17:43:28.648Z] 7c6f9722023f: Verifying Checksum [2021-01-28T17:43:28.648Z] 7c6f9722023f: Download complete [2021-01-28T17:43:28.911Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T17:43:28.911Z] 188c0c94c7c5: Download complete [2021-01-28T17:43:29.174Z] 188c0c94c7c5: Pull complete [2021-01-28T17:43:29.436Z] 0ef7d3d256c8: Pull complete [2021-01-28T17:43:29.699Z] de9db76c5a1d: Pull complete [2021-01-28T17:43:31.094Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T17:43:31.094Z] a35cf1a2eb13: Download complete [2021-01-28T17:43:31.355Z] bca2f99d35d6: Verifying Checksum [2021-01-28T17:43:31.355Z] bca2f99d35d6: Download complete [2021-01-28T17:43:36.693Z] bca2f99d35d6: Pull complete [2021-01-28T17:43:36.956Z] 93359f2a8cfa: Pull complete [2021-01-28T17:43:36.956Z] 7c6f9722023f: Pull complete [2021-01-28T17:43:37.137Z] Still waiting to schedule task [2021-01-28T17:43:37.137Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T17:43:42.286Z] a35cf1a2eb13: Pull complete [2021-01-28T17:43:42.286Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T17:43:42.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T17:43:42.286Z] ---> a62c8e92a672 [2021-01-28T17:43:42.286Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T17:43:42.286Z] ---> Running in b1f19e003d98 [2021-01-28T17:43:42.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:43:42.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:43:43.440Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:43:43.703Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:43:43.703Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:43:43.703Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:43:50.333Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:43:50.333Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:43:50.333Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:43:50.333Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:43:50.333Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:43:50.333Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:43:50.333Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:43:50.333Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:43:50.333Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:43:50.334Z] OK: 233 MiB in 51 packages [2021-01-28T17:43:54.587Z] Removing intermediate container b1f19e003d98 [2021-01-28T17:43:54.587Z] ---> 10aa209235e4 [2021-01-28T17:43:54.587Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:43:54.587Z] ---> Running in 088f6017dae5 [2021-01-28T17:43:54.587Z] Removing intermediate container 088f6017dae5 [2021-01-28T17:43:54.587Z] ---> a397c50fc482 [2021-01-28T17:43:54.587Z] Step 5/6 : COPY go.mod . [2021-01-28T17:43:54.852Z] ---> 6fa12d9c77ea [2021-01-28T17:43:54.852Z] Step 6/6 : RUN go mod download [2021-01-28T17:43:54.852Z] ---> Running in 445ece4ee72c [2021-01-28T17:44:16.884Z] Removing intermediate container 445ece4ee72c [2021-01-28T17:44:16.884Z] ---> bb7d23db8681 [2021-01-28T17:44:16.884Z] Successfully built bb7d23db8681 [2021-01-28T17:44:16.884Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:44:17.294Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:44:17.294Z] . [Pipeline] withDockerContainer [2021-01-28T17:44:17.532Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:44:17.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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 ******** ci-base-image-x86_64 cat [2021-01-28T17:44:18.547Z] $ docker top 4a1af983aae7ff27da59823544a7f5b87afc6c5a6db6e1a9c4935b27493c8665 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:44:19.080Z] + go version [2021-01-28T17:44:19.080Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T17:44:19.096Z] $ docker stop --time=1 4a1af983aae7ff27da59823544a7f5b87afc6c5a6db6e1a9c4935b27493c8665 [2021-01-28T17:44:21.215Z] $ docker rm -f 4a1af983aae7ff27da59823544a7f5b87afc6c5a6db6e1a9c4935b27493c8665 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:44:22.102Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:44:22.102Z] . [Pipeline] withDockerContainer [2021-01-28T17:44:22.203Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:44:22.255Z] $ 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/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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 ******** ci-base-image-x86_64 cat [2021-01-28T17:44:22.910Z] $ docker top e5f9dbc6e0318df702d3b9809d8f431fbf205b49c406479c17d67c38aab95277 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:44:23.119Z] ========================================================= [2021-01-28T17:44:23.119Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:44:23.119Z] ========================================================= [Pipeline] sh [2021-01-28T17:44:23.412Z] + make test [2021-01-28T17:44:23.412Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:44:33.463Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:44:51.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:44:51.951Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:44:52.941Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:44:52.941Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:44:52.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:44:56.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:44:56.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:44:56.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:44:56.287Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:44:56.287Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:44:56.287Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:44:58.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:44:58.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:44:58.253Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:45:00.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 46.0% of statements [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:45:00.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:45:00.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.056s coverage: 100.0% of statements [2021-01-28T17:45:05.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:45:05.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:45:05.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:45:05.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:45:05.171Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 82.3% of statements [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:45:05.171Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:45:07.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.405s coverage: 28.6% of statements [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:45:07.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:45:07.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:45:07.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements [2021-01-28T17:45:07.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:45:07.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-01-28T17:45:07.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:45:07.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-28T17:45:07.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:45:07.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:45:07.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:45:07.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.440s coverage: 92.8% of statements [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:45:10.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 43.8% of statements [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2021-01-28T17:45:10.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 63.5% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.277s coverage: 68.9% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.252s coverage: 84.0% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-28T17:45:22.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:45:22.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.658s coverage: 29.1% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:45:22.603Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:45:22.603Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:45:23.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-28T17:45:23.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:45:23.189Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:45:23.189Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-28T17:45:23.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-28T17:45:23.452Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T17:45:23.714Z] GO111MODULE=on go vet ./... [2021-01-28T17:45:26.824Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23797 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-28T17:45:26.894Z] Running in /w/workspace/edgex-go/327 [Pipeline] { [Pipeline] checkout [2021-01-28T17:45:31.992Z] using credential edgex-jenkins-ssh [2021-01-28T17:45:32.092Z] Cloning the remote Git repository [2021-01-28T17:45:32.160Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:45:32.272Z] > git init /w/workspace/edgex-go/327 # timeout=10 [2021-01-28T17:45:32.342Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:45:32.343Z] > git --version # timeout=10 [2021-01-28T17:45:32.364Z] > git --version # 'git version 2.17.1' [2021-01-28T17:45:32.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:45:32.449Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:45:47.054Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:45:47.072Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:45:47.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:45:47.137Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:45:47.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:45:47.150Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:45:47.708Z] Checking out Revision df7eaa583f48bd0cefe0e9af00d8477318667731 (master) [2021-01-28T17:45:47.727Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:45:47.800Z] > git checkout -f df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-28T17:45:50.573Z] gofmt -l . [2021-01-28T17:45:50.573Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:45:50.573Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:45:50.573Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:45:50.892Z] + ls -al . [2021-01-28T17:45:50.892Z] total 672 [2021-01-28T17:45:50.892Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 17:45 . [2021-01-28T17:45:50.892Z] drwxr-xr-x 4 root root 32 Jan 28 17:44 .. [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:42 .dockerignore [2021-01-28T17:45:50.892Z] drwxrwxr-x 8 1001 1001 162 Jan 28 17:42 .git [2021-01-28T17:45:50.892Z] drwxrwxr-x 3 1001 1001 125 Jan 28 17:42 .github [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:42 .gitignore [2021-01-28T17:45:50.892Z] drwx------ 3 1001 1001 45 Jan 28 17:43 .semver [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:42 .sonarcloud.properties [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:42 Attribution.txt [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:42 CONTRIBUTING.md [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:42 Dockerfile.build [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:42 Jenkinsfile [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:42 LICENSE [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:42 Makefile [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:42 README.md [2021-01-28T17:45:50.892Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:42 SECURITY.md [2021-01-28T17:45:50.893Z] -rw-rw-r-- 1 1001 1001 12 Jan 28 17:43 VERSION [2021-01-28T17:45:50.893Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:42 ZMQWindows.md [2021-01-28T17:45:50.893Z] drwxrwxr-x 2 1001 1001 117 Jan 28 17:42 bin [2021-01-28T17:45:50.893Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:42 cmd [2021-01-28T17:45:50.893Z] -rw-r--r-- 1 root root 565356 Jan 28 17:45 coverage.out [2021-01-28T17:45:50.893Z] -rw-r--r-- 1 root root 1054 Jan 28 17:45 go.mod [2021-01-28T17:45:50.893Z] -rw-r--r-- 1 root root 19289 Jan 28 17:45 go.sum [2021-01-28T17:45:50.893Z] drwxrwxr-x 8 1001 1001 127 Jan 28 17:42 internal [2021-01-28T17:45:50.893Z] drwxrwxr-x 4 1001 1001 26 Jan 28 17:42 openapi [2021-01-28T17:45:50.893Z] drwxrwxr-x 4 1001 1001 71 Jan 28 17:42 snap [2021-01-28T17:45:50.893Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:42 version.go [Pipeline] sh [2021-01-28T17:45:51.201Z] + '[' -e coverage.out ] [2021-01-28T17:45:51.201Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:45:51.470Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:45:51.774Z] + make build [2021-01-28T17:45:51.774Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:45:52.346Z] Commit message: "Update core-metadata API file (#3094)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:45:53.769Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:45:54.178Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:45:54.517Z] + sudo service docker restart [2021-01-28T17:45:54.517Z] + true [2021-01-28T17:45:55.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:45:56.630Z] provisioning config files... [2021-01-28T17:45:56.675Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/327@tmp/config8629683498392840039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:45:57.115Z] ---> docker-login.sh [2021-01-28T17:45:57.115Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:45:58.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:45:58.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:45:58.379Z] Configure a credential helper to remove this warning. See [2021-01-28T17:45:58.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:45:58.379Z] [2021-01-28T17:45:58.379Z] Login Succeeded [2021-01-28T17:45:58.379Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:45:58.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:45:58.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:45:58.931Z] Configure a credential helper to remove this warning. See [2021-01-28T17:45:58.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:45:58.931Z] [2021-01-28T17:45:58.931Z] Login Succeeded [2021-01-28T17:45:58.931Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:45:59.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:45:59.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:45:59.482Z] Configure a credential helper to remove this warning. See [2021-01-28T17:45:59.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:45:59.482Z] [2021-01-28T17:45:59.482Z] Login Succeeded [2021-01-28T17:45:59.482Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:45:59.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:46:00.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:46:00.038Z] Configure a credential helper to remove this warning. See [2021-01-28T17:46:00.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:46:00.038Z] [2021-01-28T17:46:00.038Z] Login Succeeded [2021-01-28T17:46:00.038Z] docker.io [2021-01-28T17:46:00.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:46:00.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:46:00.597Z] Configure a credential helper to remove this warning. See [2021-01-28T17:46:00.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:46:00.597Z] [2021-01-28T17:46:00.597Z] Login Succeeded [2021-01-28T17:46:00.597Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:46:00.617Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T17:46:01.126Z] ========================================================= [2021-01-28T17:46:01.126Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T17:46:01.126Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:46:01.535Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T17:46:03.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:46:03.623Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:46:04.171Z] Sending build context to Docker daemon 165.9MB [2021-01-28T17:46:04.171Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:46:04.171Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:46:04.171Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T17:46:04.171Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T17:46:04.171Z] a4357932f1b6: Pulling fs layer [2021-01-28T17:46:04.171Z] 18c013af1878: Pulling fs layer [2021-01-28T17:46:04.171Z] 00ac8860ef70: Pulling fs layer [2021-01-28T17:46:04.171Z] 63d7cb157983: Pulling fs layer [2021-01-28T17:46:04.171Z] b116817d02f9: Pulling fs layer [2021-01-28T17:46:04.171Z] 00ac8860ef70: Waiting [2021-01-28T17:46:04.171Z] 745a02a5169b: Pulling fs layer [2021-01-28T17:46:04.171Z] 63d7cb157983: Waiting [2021-01-28T17:46:04.171Z] b116817d02f9: Waiting [2021-01-28T17:46:04.171Z] 18c013af1878: Verifying Checksum [2021-01-28T17:46:04.171Z] 18c013af1878: Download complete [2021-01-28T17:46:04.171Z] a4357932f1b6: Verifying Checksum [2021-01-28T17:46:04.171Z] a4357932f1b6: Download complete [2021-01-28T17:46:04.171Z] 63d7cb157983: Verifying Checksum [2021-01-28T17:46:04.171Z] 63d7cb157983: Download complete [2021-01-28T17:46:04.171Z] b116817d02f9: Download complete [2021-01-28T17:46:04.171Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T17:46:04.171Z] 5f621e34cdf4: Download complete [2021-01-28T17:46:04.769Z] 5f621e34cdf4: Pull complete [2021-01-28T17:46:05.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:46:05.378Z] a4357932f1b6: Pull complete [2021-01-28T17:46:05.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:46:05.978Z] 18c013af1878: Pull complete [2021-01-28T17:46:06.962Z] 745a02a5169b: Verifying Checksum [2021-01-28T17:46:06.962Z] 745a02a5169b: Download complete [2021-01-28T17:46:06.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:46:08.399Z] 00ac8860ef70: Verifying Checksum [2021-01-28T17:46:08.399Z] 00ac8860ef70: Download complete [2021-01-28T17:46:08.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:46:09.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:46:10.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:46:11.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:46:12.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:46:14.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T17:46:15.485Z] $ docker stop --time=1 e5f9dbc6e0318df702d3b9809d8f431fbf205b49c406479c17d67c38aab95277 [2021-01-28T17:46:17.130Z] $ docker rm -f e5f9dbc6e0318df702d3b9809d8f431fbf205b49c406479c17d67c38aab95277 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T17:46:18.574Z] 00ac8860ef70: Pull complete [2021-01-28T17:46:18.574Z] 63d7cb157983: Pull complete [2021-01-28T17:46:19.172Z] b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:46:20.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:46:20.606Z] [2021-01-28T17:46:20.606Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:46:20.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:46:20.962Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T17:46:20.962Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T17:46:20.962Z] ca9280d653b3: Pulling fs layer [2021-01-28T17:46:20.962Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T17:46:21.228Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T17:46:21.228Z] cbdbe7a5bc2a: Download complete [2021-01-28T17:46:21.492Z] cbdbe7a5bc2a: Pull complete [2021-01-28T17:46:21.760Z] ca9280d653b3: Verifying Checksum [2021-01-28T17:46:21.760Z] ca9280d653b3: Download complete [2021-01-28T17:46:22.721Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T17:46:22.721Z] 7e9c9ca2126c: Download complete [2021-01-28T17:46:22.721Z] ca9280d653b3: Pull complete [2021-01-28T17:46:23.509Z] 745a02a5169b: Pull complete [2021-01-28T17:46:23.509Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T17:46:23.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T17:46:23.509Z] ---> b7e6874047d6 [2021-01-28T17:46:23.509Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T17:46:26.901Z] ---> Running in d67405cc8311 [2021-01-28T17:46:27.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:46:28.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:46:29.071Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:46:29.071Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:46:29.342Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:46:29.342Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:46:30.902Z] 7e9c9ca2126c: Pull complete [2021-01-28T17:46:30.902Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T17:46:30.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:46:30.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T17:46:31.045Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:46:31.097Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:46:31.956Z] $ docker top 5c9fa4ac1805c31aa956978bb280f605477ae81d37f0de818ffaa39ba5a1c329 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:46:32.610Z] + docker-compose build --help [2021-01-28T17:46:32.610Z] + grep parallel [2021-01-28T17:46:32.719Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:46:32.719Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:46:32.719Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:46:32.719Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:46:32.719Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:46:32.988Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:46:32.988Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:46:32.988Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:46:33.260Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:46:33.260Z] OK: 217 MiB in 51 packages [2021-01-28T17:46:33.555Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:46:33.571Z] $ docker stop --time=1 5c9fa4ac1805c31aa956978bb280f605477ae81d37f0de818ffaa39ba5a1c329 [2021-01-28T17:46:34.945Z] $ docker rm -f 5c9fa4ac1805c31aa956978bb280f605477ae81d37f0de818ffaa39ba5a1c329 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:46:35.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:46:35.590Z] . [Pipeline] withDockerContainer [2021-01-28T17:46:35.814Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:46:35.896Z] $ 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/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:46:36.602Z] $ docker top d03330dd4b1e6811a3f4a660aa689cfd7f62b2963a44ebc38bd1065c215df9ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:46:37.135Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:46:37.559Z] Removing intermediate container d67405cc8311 [2021-01-28T17:46:37.559Z] ---> bb672cb950cb [2021-01-28T17:46:37.559Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:46:37.559Z] ---> Running in 91d49504d699 [2021-01-28T17:46:38.083Z] Building docker-core-command-go ... [2021-01-28T17:46:38.083Z] Building docker-core-data-go ... [2021-01-28T17:46:38.083Z] Building docker-core-metadata-go ... [2021-01-28T17:46:38.083Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:46:38.083Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:46:38.083Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:46:38.083Z] Building docker-support-notifications-go ... [2021-01-28T17:46:38.083Z] Building docker-support-scheduler-go ... [2021-01-28T17:46:38.083Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:46:38.083Z] Building docker-support-scheduler-go [2021-01-28T17:46:38.083Z] Building docker-core-data-go [2021-01-28T17:46:38.083Z] Building docker-core-metadata-go [2021-01-28T17:46:38.083Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:46:38.083Z] Building docker-security-bootstrapper-go [2021-01-28T17:46:38.152Z] Removing intermediate container 91d49504d699 [2021-01-28T17:46:38.152Z] ---> 2f6ce80596a0 [2021-01-28T17:46:38.152Z] Step 5/6 : COPY go.mod . [2021-01-28T17:46:38.746Z] ---> b9e81aa6efc6 [2021-01-28T17:46:38.746Z] Step 6/6 : RUN go mod download [2021-01-28T17:46:39.022Z] ---> Running in 2f01a574b4d2 [2021-01-28T17:47:05.819Z] Removing intermediate container 2f01a574b4d2 [2021-01-28T17:47:05.819Z] ---> 21cdfd13b544 [2021-01-28T17:47:05.819Z] Successfully built 21cdfd13b544 [2021-01-28T17:47:05.819Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:47:06.175Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:47:06.175Z] . [Pipeline] withDockerContainer [2021-01-28T17:47:06.452Z] prd-ubuntu18.04-docker-arm64-4c-16g-23797 does not seem to be running inside a container [2021-01-28T17:47:06.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T17:47:08.144Z] $ docker top ad5792ebfe0e6388be9ccf3b0ee7ba66c602f34f9951bde55b698d422ad67633 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:47:09.177Z] + go version [2021-01-28T17:47:09.177Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T17:47:09.196Z] $ docker stop --time=1 ad5792ebfe0e6388be9ccf3b0ee7ba66c602f34f9951bde55b698d422ad67633 [2021-01-28T17:47:10.371Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:47:10.371Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:47:10.371Z] ---> bb7d23db8681 [2021-01-28T17:47:10.371Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:47:11.149Z] $ docker rm -f ad5792ebfe0e6388be9ccf3b0ee7ba66c602f34f9951bde55b698d422ad67633 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-28T17:47:11.790Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:47:11.790Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:47:11.790Z] ---> bb7d23db8681 [2021-01-28T17:47:11.790Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:47:11.790Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:47:11.790Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:47:11.790Z] ---> bb7d23db8681 [2021-01-28T17:47:11.790Z] Step 3/34 : WORKDIR /edgex-go Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T17:47:12.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:47:12.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:47:12.072Z] ---> bb7d23db8681 [2021-01-28T17:47:12.072Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:47:12.338Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:47:12.338Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:47:12.338Z] ---> bb7d23db8681 [2021-01-28T17:47:12.338Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:47:12.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:47:12.439Z] [2021-01-28T17:47:12.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:47:12.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:47:12.825Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T17:47:12.825Z] 29e5d40040c1: Pulling fs layer [2021-01-28T17:47:12.825Z] 1ce36da41761: Pulling fs layer [2021-01-28T17:47:12.825Z] 25b303627fd3: Pulling fs layer [2021-01-28T17:47:12.914Z] ---> Running in fc3ad43d44e1 [2021-01-28T17:47:13.100Z] 29e5d40040c1: Verifying Checksum [2021-01-28T17:47:13.100Z] 29e5d40040c1: Download complete [2021-01-28T17:47:13.191Z] ---> Running in a5ff9c43888a [2021-01-28T17:47:13.191Z] ---> Running in 89a609443fa9 [2021-01-28T17:47:13.191Z] ---> Running in e63cc651d02b [2021-01-28T17:47:13.191Z] ---> Running in ac54b737cf24 [2021-01-28T17:47:13.455Z] Removing intermediate container e63cc651d02b [2021-01-28T17:47:13.455Z] ---> d6746acaf296 [2021-01-28T17:47:13.455Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:47:13.455Z] Removing intermediate container ac54b737cf24 [2021-01-28T17:47:13.455Z] ---> 5f07c8471787 [2021-01-28T17:47:13.455Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:47:13.455Z] Removing intermediate container a5ff9c43888a [2021-01-28T17:47:13.455Z] ---> d02cdcdcf3c5 [2021-01-28T17:47:13.455Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:47:13.455Z] Removing intermediate container 89a609443fa9 [2021-01-28T17:47:13.455Z] ---> 0331eb728540 [2021-01-28T17:47:13.455Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:47:13.698Z] 29e5d40040c1: Pull complete [2021-01-28T17:47:13.718Z] Removing intermediate container fc3ad43d44e1 [2021-01-28T17:47:13.718Z] ---> e817ecec0f9a [2021-01-28T17:47:13.718Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:47:13.718Z] ---> Running in 062256a4d6a6 [2021-01-28T17:47:13.718Z] ---> Running in 95e54d286546 [2021-01-28T17:47:13.718Z] ---> Running in 2f22c088d5bc [2021-01-28T17:47:13.718Z] ---> Running in 6fef7051afa3 [2021-01-28T17:47:13.718Z] ---> Running in 51c970157562 [2021-01-28T17:47:13.972Z] 1ce36da41761: Download complete [2021-01-28T17:47:15.412Z] 1ce36da41761: Pull complete [2021-01-28T17:47:15.412Z] 25b303627fd3: Verifying Checksum [2021-01-28T17:47:15.412Z] 25b303627fd3: Download complete [2021-01-28T17:47:16.299Z] Removing intermediate container 2f22c088d5bc [2021-01-28T17:47:16.299Z] ---> c53daa2ae238 [2021-01-28T17:47:16.299Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:47:16.299Z] Removing intermediate container 062256a4d6a6 [2021-01-28T17:47:16.299Z] ---> 81bf2e74015a [2021-01-28T17:47:16.299Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:47:16.299Z] Removing intermediate container 95e54d286546 [2021-01-28T17:47:16.299Z] ---> 8ddea63d547f [2021-01-28T17:47:16.299Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:47:16.299Z] Removing intermediate container 51c970157562 [2021-01-28T17:47:16.299Z] ---> 5ce70103a040 [2021-01-28T17:47:16.299Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:47:16.299Z] ---> Running in 8deec8880b6b [2021-01-28T17:47:16.299Z] ---> Running in e08cdcd89d11 [2021-01-28T17:47:16.299Z] ---> Running in 59f799cd2311 [2021-01-28T17:47:16.561Z] ---> Running in e934b016592c [2021-01-28T17:47:16.561Z] Removing intermediate container 6fef7051afa3 [2021-01-28T17:47:16.561Z] ---> ef3ceb657561 [2021-01-28T17:47:16.561Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:47:16.561Z] ---> Running in e8c1813fed66 [2021-01-28T17:47:17.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:17.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:17.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:17.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:17.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:18.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:18.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:18.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:18.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:18.854Z] OK: 233 MiB in 51 packages [2021-01-28T17:47:18.854Z] OK: 233 MiB in 51 packages [2021-01-28T17:47:18.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:47:19.120Z] OK: 233 MiB in 51 packages [2021-01-28T17:47:19.120Z] OK: 233 MiB in 51 packages [2021-01-28T17:47:19.696Z] Removing intermediate container 59f799cd2311 [2021-01-28T17:47:19.696Z] ---> 6ed75c6cae9d [2021-01-28T17:47:19.696Z] Step 6/34 : COPY go.mod . [2021-01-28T17:47:20.273Z] OK: 233 MiB in 51 packages [2021-01-28T17:47:20.273Z] Removing intermediate container 8deec8880b6b [2021-01-28T17:47:20.273Z] ---> 058c31b4794c [2021-01-28T17:47:20.273Z] Step 6/23 : COPY go.mod . [2021-01-28T17:47:20.538Z] ---> 8ffac51876a1 [2021-01-28T17:47:20.538Z] Step 7/34 : RUN go mod download [2021-01-28T17:47:20.802Z] ---> Running in 11716510570d [2021-01-28T17:47:20.802Z] Removing intermediate container e8c1813fed66 [2021-01-28T17:47:20.802Z] ---> bd2adc922824 [2021-01-28T17:47:20.802Z] Step 6/22 : COPY go.mod . [2021-01-28T17:47:20.802Z] ---> 2f25c20c9b79 [2021-01-28T17:47:20.802Z] Step 7/23 : RUN go mod download [2021-01-28T17:47:21.067Z] Removing intermediate container e08cdcd89d11 [2021-01-28T17:47:21.067Z] ---> e98493d1da6c [2021-01-28T17:47:21.067Z] Step 6/26 : COPY go.mod . [2021-01-28T17:47:21.067Z] ---> Running in dcd29533cd9a [2021-01-28T17:47:21.331Z] ---> 3d68747ee806 [2021-01-28T17:47:21.331Z] Step 7/22 : RUN go mod download [2021-01-28T17:47:21.331Z] Removing intermediate container e934b016592c [2021-01-28T17:47:21.331Z] ---> 08d0e2c08f7b [2021-01-28T17:47:21.331Z] Step 6/23 : COPY go.mod . [2021-01-28T17:47:21.595Z] ---> Running in 6b150750b84e [2021-01-28T17:47:21.595Z] ---> 77783ba6d6e9 [2021-01-28T17:47:21.595Z] Step 7/26 : RUN go mod download [2021-01-28T17:47:21.862Z] ---> Running in 235b59ea9e22 [2021-01-28T17:47:21.862Z] ---> b75018091b13 [2021-01-28T17:47:21.862Z] Step 7/23 : RUN go mod download [2021-01-28T17:47:22.133Z] ---> Running in 1cda9cc18024 [2021-01-28T17:47:23.540Z] Removing intermediate container 6b150750b84e [2021-01-28T17:47:23.540Z] ---> d835b612310a [2021-01-28T17:47:23.540Z] Step 8/22 : COPY . . [2021-01-28T17:47:23.540Z] Removing intermediate container 11716510570d [2021-01-28T17:47:23.540Z] ---> d2667b1c36a6 [2021-01-28T17:47:23.540Z] Step 8/34 : COPY . . [2021-01-28T17:47:23.811Z] Removing intermediate container dcd29533cd9a [2021-01-28T17:47:23.811Z] ---> 9fae85ccd35a [2021-01-28T17:47:23.811Z] Step 8/23 : COPY . . [2021-01-28T17:47:25.547Z] 25b303627fd3: Pull complete [2021-01-28T17:47:25.547Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T17:47:25.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:47:25.547Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T17:47:25.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-23797 does not seem to be running inside a container [2021-01-28T17:47:25.852Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:47:26.418Z] Removing intermediate container 235b59ea9e22 [2021-01-28T17:47:26.418Z] ---> c90c185c3d93 [2021-01-28T17:47:26.418Z] Step 8/26 : COPY . . [2021-01-28T17:47:28.372Z] Removing intermediate container 1cda9cc18024 [2021-01-28T17:47:28.372Z] ---> 8ab36feb927a [2021-01-28T17:47:28.372Z] Step 8/23 : COPY . . [2021-01-28T17:47:28.792Z] $ docker top 4ce6ec1c96ebc0dfb4d9fe9da236fd25e345ad4960714c694535ac6efc866621 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:47:29.822Z] + docker-compose build --help [2021-01-28T17:47:29.822Z] + grep parallel [2021-01-28T17:47:33.196Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:47:33.223Z] $ docker stop --time=1 4ce6ec1c96ebc0dfb4d9fe9da236fd25e345ad4960714c694535ac6efc866621 [2021-01-28T17:47:35.197Z] $ docker rm -f 4ce6ec1c96ebc0dfb4d9fe9da236fd25e345ad4960714c694535ac6efc866621 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:47:36.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:47:36.029Z] . [Pipeline] withDockerContainer [2021-01-28T17:47:36.265Z] prd-ubuntu18.04-docker-arm64-4c-16g-23797 does not seem to be running inside a container [2021-01-28T17:47:36.341Z] $ 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/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:47:37.859Z] $ docker top 9710a105c27ff6ecaa7a8c22f6fe8b69a772e91427fb8f9797309e741dd8fc72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:47:38.988Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:47:42.402Z] Building docker-core-command-go ... [2021-01-28T17:47:42.402Z] Building docker-core-data-go ... [2021-01-28T17:47:42.402Z] Building docker-core-metadata-go ... [2021-01-28T17:47:42.402Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:47:42.402Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:47:42.402Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:47:42.402Z] Building docker-support-notifications-go ... [2021-01-28T17:47:42.402Z] Building docker-support-scheduler-go ... [2021-01-28T17:47:42.402Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:47:42.402Z] Building docker-core-data-go [2021-01-28T17:47:42.402Z] Building docker-core-metadata-go [2021-01-28T17:47:42.402Z] Building docker-security-secretstore-setup-go [2021-01-28T17:47:42.402Z] Building docker-core-command-go [2021-01-28T17:47:42.402Z] Building docker-security-bootstrapper-go [2021-01-28T17:48:00.637Z] ---> b7ab49c61bfb [2021-01-28T17:48:00.638Z] ---> beeb2cd72f43 [2021-01-28T17:48:00.638Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:48:00.638Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:48:00.638Z] ---> Running in c8080cc39a38 [2021-01-28T17:48:00.638Z] ---> Running in 321215f64efc [2021-01-28T17:48:00.638Z] ---> 86a2d9e5fdbc [2021-01-28T17:48:00.638Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:48:00.902Z] ---> d94c57af6121 [2021-01-28T17:48:00.902Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:48:00.902Z] ---> b622ea09ed6b [2021-01-28T17:48:00.902Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:48:00.902Z] ---> Running in 0016eb66fd0d [2021-01-28T17:48:01.167Z] ---> Running in 14b2f364f98e [2021-01-28T17:48:01.167Z] ---> Running in 9886787aed0e [2021-01-28T17:48:01.456Z] Removing intermediate container 321215f64efc [2021-01-28T17:48:01.456Z] ---> a4076cd5e228 [2021-01-28T17:48:01.457Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:48:01.457Z] ---> Running in 346440c7f102 [2021-01-28T17:48:02.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:48:02.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:48:02.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:48:02.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:48:02.593Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:48:29.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:48:29.359Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:48:29.359Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:48:29.359Z] ---> 21cdfd13b544 [2021-01-28T17:48:29.359Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:48:29.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:48:29.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:48:29.359Z] ---> 21cdfd13b544 [2021-01-28T17:48:29.359Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:48:29.359Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:48:29.359Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:48:29.359Z] ---> 21cdfd13b544 [2021-01-28T17:48:29.359Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:48:29.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:48:29.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:48:29.359Z] ---> 21cdfd13b544 [2021-01-28T17:48:29.359Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:48:29.359Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:48:29.359Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:48:29.359Z] ---> 21cdfd13b544 [2021-01-28T17:48:29.359Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:48:31.967Z] ---> Running in 7978afd1bd1a [2021-01-28T17:48:31.967Z] ---> Running in 67b8e6d80ae1 [2021-01-28T17:48:31.967Z] ---> Running in d77ea1f5b386 [2021-01-28T17:48:31.967Z] ---> Running in a75c9381b000 [2021-01-28T17:48:31.967Z] ---> Running in 5bfb699c60b8 [2021-01-28T17:48:32.567Z] Removing intermediate container 67b8e6d80ae1 [2021-01-28T17:48:32.568Z] ---> 1c35adeca1f1 [2021-01-28T17:48:32.568Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:48:32.568Z] Removing intermediate container d77ea1f5b386 [2021-01-28T17:48:32.568Z] Removing intermediate container a75c9381b000 [2021-01-28T17:48:32.568Z] ---> 5945b16e1cfd [2021-01-28T17:48:32.568Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:48:32.568Z] ---> 8809bc621424 [2021-01-28T17:48:32.568Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:48:32.568Z] Removing intermediate container 5bfb699c60b8 [2021-01-28T17:48:32.568Z] ---> b38886352e9e [2021-01-28T17:48:32.568Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:48:32.568Z] Removing intermediate container 7978afd1bd1a [2021-01-28T17:48:32.568Z] ---> 2fe885f20eed [2021-01-28T17:48:32.568Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:48:32.841Z] ---> Running in 0b1f857bfb89 [2021-01-28T17:48:32.841Z] ---> Running in 7c1998de1a23 [2021-01-28T17:48:32.841Z] ---> Running in b1b7e7ed5aeb [2021-01-28T17:48:32.841Z] ---> Running in 6f80b2fca3b4 [2021-01-28T17:48:33.115Z] ---> Running in 374491311f5c [2021-01-28T17:48:36.014Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:48:36.014Z] + cd /tmp/build/dist/linux [2021-01-28T17:48:36.014Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:48:36.014Z] Cloning into '.'... [2021-01-28T17:48:36.529Z] Removing intermediate container 7c1998de1a23 [2021-01-28T17:48:36.529Z] ---> 788ebf5fb73b [2021-01-28T17:48:36.529Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:48:36.529Z] Removing intermediate container 0b1f857bfb89 [2021-01-28T17:48:36.529Z] ---> 156a26c27cbf [2021-01-28T17:48:36.529Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:48:36.800Z] ---> Running in 32fc72ede9c1 [2021-01-28T17:48:36.800Z] ---> Running in 23af7ca48204 [2021-01-28T17:48:37.070Z] Removing intermediate container b1b7e7ed5aeb [2021-01-28T17:48:37.070Z] ---> e2ce95cf546c [2021-01-28T17:48:37.070Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:48:37.342Z] Removing intermediate container 6f80b2fca3b4 [2021-01-28T17:48:37.342Z] ---> 7b298b34c512 [2021-01-28T17:48:37.342Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:48:37.342Z] ---> Running in 8a972fa9d508 [2021-01-28T17:48:37.342Z] Removing intermediate container 374491311f5c [2021-01-28T17:48:37.342Z] ---> 2f6508a76623 [2021-01-28T17:48:37.342Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:48:37.422Z] + go get github.com/robfig/glock [2021-01-28T17:48:37.422Z] Removing intermediate container c8080cc39a38 [2021-01-28T17:48:37.422Z] ---> e7232ffdc23b [2021-01-28T17:48:37.422Z] [2021-01-28T17:48:37.422Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:48:37.422Z] Removing intermediate container 14b2f364f98e [2021-01-28T17:48:37.422Z] ---> 22ae11b67a00 [2021-01-28T17:48:37.422Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:48:37.422Z] 3.12: Pulling from library/alpine [2021-01-28T17:48:37.617Z] ---> Running in ceec41c4c902 [2021-01-28T17:48:37.697Z] ---> Running in 559f33bf747e [2021-01-28T17:48:37.895Z] ---> Running in 3a1655db3a44 [2021-01-28T17:48:38.443Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:48:38.443Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:48:38.443Z] ---> 389fef711851 [2021-01-28T17:48:38.443Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:48:38.768Z] ---> Running in 8e8eed1844d4 [2021-01-28T17:48:38.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:39.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:39.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:48:39.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:39.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:39.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:39.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:39.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:40.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:40.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:40.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:48:40.857Z] OK: 217 MiB in 51 packages [2021-01-28T17:48:40.857Z] OK: 217 MiB in 51 packages [2021-01-28T17:48:41.468Z] OK: 217 MiB in 51 packages [2021-01-28T17:48:41.468Z] OK: 217 MiB in 51 packages [2021-01-28T17:48:41.743Z] OK: 217 MiB in 51 packages [2021-01-28T17:48:41.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:48:41.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:48:41.978Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:48:41.978Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:48:41.978Z] OK: 6 MiB in 15 packages [2021-01-28T17:48:42.554Z] Removing intermediate container 0016eb66fd0d [2021-01-28T17:48:42.554Z] ---> 889ace4d2766 [2021-01-28T17:48:42.554Z] [2021-01-28T17:48:42.554Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:48:42.554Z] ---> 389fef711851 [2021-01-28T17:48:42.554Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:48:42.737Z] Removing intermediate container 32fc72ede9c1 [2021-01-28T17:48:42.737Z] ---> 02c11f21dabe [2021-01-28T17:48:42.737Z] Step 6/23 : COPY go.mod . [2021-01-28T17:48:43.020Z] Removing intermediate container 23af7ca48204 [2021-01-28T17:48:43.020Z] ---> eb92ed9d3b86 [2021-01-28T17:48:43.020Z] Step 6/24 : COPY go.mod . [2021-01-28T17:48:43.294Z] Removing intermediate container ceec41c4c902 [2021-01-28T17:48:43.295Z] ---> b97eca3be8ab [2021-01-28T17:48:43.295Z] Step 6/23 : COPY go.mod . [2021-01-28T17:48:43.899Z] Removing intermediate container 3a1655db3a44 [2021-01-28T17:48:43.899Z] ---> bea718008e97 [2021-01-28T17:48:43.899Z] Step 6/23 : COPY go.mod . [2021-01-28T17:48:43.899Z] ---> f5fb0f9d1156 [2021-01-28T17:48:43.899Z] Step 7/23 : RUN go mod download [2021-01-28T17:48:43.899Z] Removing intermediate container 8a972fa9d508 [2021-01-28T17:48:43.899Z] ---> f61193a8bfe9 [2021-01-28T17:48:43.899Z] Step 6/34 : COPY go.mod . [2021-01-28T17:48:44.179Z] ---> Running in 8989b8dfc8a6 [2021-01-28T17:48:44.179Z] ---> 9f81c3c0547e [2021-01-28T17:48:44.179Z] Step 7/24 : RUN go mod download [2021-01-28T17:48:44.456Z] ---> e75d627f42cb [2021-01-28T17:48:44.456Z] Step 7/23 : RUN go mod download [2021-01-28T17:48:44.456Z] ---> Running in 87809b2e6682 [2021-01-28T17:48:44.737Z] ---> 43023f102140 [2021-01-28T17:48:44.737Z] Step 7/23 : RUN go mod download [2021-01-28T17:48:44.737Z] ---> Running in 1043b632fd81 [2021-01-28T17:48:45.016Z] ---> 7956890491e1 [2021-01-28T17:48:45.016Z] Step 7/34 : RUN go mod download [2021-01-28T17:48:45.016Z] ---> Running in d0c8d6f37324 [2021-01-28T17:48:45.117Z] ---> Running in 5ce15563c28a [2021-01-28T17:48:45.295Z] ---> Running in 4accfa07e7bd [2021-01-28T17:48:47.687Z] Removing intermediate container 9886787aed0e [2021-01-28T17:48:47.687Z] ---> 3f79fae74046 [2021-01-28T17:48:47.687Z] [2021-01-28T17:48:47.687Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:48:47.687Z] ---> 389fef711851 [2021-01-28T17:48:47.687Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:48:47.687Z] Removing intermediate container 8e8eed1844d4 [2021-01-28T17:48:47.687Z] ---> 2a5ef8a2a241 [2021-01-28T17:48:47.687Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:48:47.687Z] Removing intermediate container 559f33bf747e [2021-01-28T17:48:47.687Z] ---> 3c5b7b3087a6 [2021-01-28T17:48:47.687Z] [2021-01-28T17:48:47.687Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:48:47.687Z] ---> Running in 2485406aa469 [2021-01-28T17:48:47.687Z] 20.10.0: Pulling from library/docker [2021-01-28T17:48:47.687Z] ---> Running in 30b951dffdfe [2021-01-28T17:48:47.687Z] Removing intermediate container 2485406aa469 [2021-01-28T17:48:47.687Z] ---> 4a102c99bdd2 [2021-01-28T17:48:47.687Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:48:47.687Z] ---> Running in 9d368f12bf38 [2021-01-28T17:48:47.687Z] Removing intermediate container 30b951dffdfe [2021-01-28T17:48:47.952Z] ---> 113e7804dff8 [2021-01-28T17:48:47.952Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:48:47.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:48:47.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:48:47.952Z] ---> Running in b4ebc94a4649 [2021-01-28T17:48:47.952Z] Removing intermediate container 9d368f12bf38 [2021-01-28T17:48:47.952Z] ---> 72713f1ffefa [2021-01-28T17:48:47.952Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:48:48.218Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:48:48.218Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:48:48.218Z] OK: 6 MiB in 15 packages [2021-01-28T17:48:48.218Z] + glock sync -n [2021-01-28T17:48:48.483Z]  ---> Running in c589dc7c8afb [2021-01-28T17:48:48.483Z] Removing intermediate container b4ebc94a4649 [2021-01-28T17:48:48.483Z] ---> 9696049623df [2021-01-28T17:48:48.483Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:48:48.709Z] Removing intermediate container 8989b8dfc8a6 [2021-01-28T17:48:48.709Z] ---> 0778ad8b7566 [2021-01-28T17:48:48.709Z] Step 8/23 : COPY . . [2021-01-28T17:48:49.069Z] ---> Running in 0ef9a94e55e9 [2021-01-28T17:48:49.310Z] Removing intermediate container 87809b2e6682 [2021-01-28T17:48:49.310Z] ---> d309b0675db8 [2021-01-28T17:48:49.310Z] Step 8/24 : COPY . . [2021-01-28T17:48:49.910Z] Removing intermediate container 1043b632fd81 [2021-01-28T17:48:49.910Z] ---> 9fcbfb98cdd1 [2021-01-28T17:48:49.910Z] Step 8/23 : COPY . . [2021-01-28T17:48:50.189Z] Removing intermediate container d0c8d6f37324 [2021-01-28T17:48:50.189Z] ---> 38ca08a02d18 [2021-01-28T17:48:50.189Z] Step 8/23 : COPY . . [2021-01-28T17:48:50.787Z] Removing intermediate container 4accfa07e7bd [2021-01-28T17:48:50.787Z] ---> 2b3fedeca5c5 [2021-01-28T17:48:50.787Z] Step 8/34 : COPY . . [2021-01-28T17:48:50.992Z] Removing intermediate container c589dc7c8afb [2021-01-28T17:48:50.993Z] ---> b0f0552fada9 [2021-01-28T17:48:50.993Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:48:51.254Z] Removing intermediate container 0ef9a94e55e9 [2021-01-28T17:48:51.254Z] ---> f9f98d3846f3 [2021-01-28T17:48:51.254Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:48:51.254Z] ---> Running in 6e5255aee517 [2021-01-28T17:48:51.254Z] Removing intermediate container 5ce15563c28a [2021-01-28T17:48:51.254Z] ---> 291a0b21029f [2021-01-28T17:48:51.254Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:48:51.519Z] ---> Running in b1345ad99900 [2021-01-28T17:48:51.795Z] ---> 26047cdc8af3 [2021-01-28T17:48:51.795Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:48:52.077Z] Removing intermediate container b1345ad99900 [2021-01-28T17:48:52.077Z] ---> fc846795dadc [2021-01-28T17:48:52.077Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:48:52.077Z] ---> Running in 41be42c5ff0b [2021-01-28T17:48:52.656Z] Removing intermediate container 41be42c5ff0b [2021-01-28T17:48:52.656Z] ---> a99b634f2b63 [2021-01-28T17:48:52.656Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:48:52.656Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:48:52.656Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:48:52.656Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:48:54.048Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:48:54.048Z] + git describe '--abbrev=0' --tags [2021-01-28T17:48:54.048Z] + TAG=v0.6.1 [2021-01-28T17:48:54.048Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:48:54.048Z] + apk --print-arch [2021-01-28T17:48:54.048Z] building [dockerize] for amd64 ... [2021-01-28T17:48:54.048Z] + arch=x86_64 [2021-01-28T17:48:54.048Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T17:48:54.048Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T17:48:55.990Z]  ---> 9d143738e0f0 [2021-01-28T17:48:55.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:48:55.990Z] ---> Running in 8516d3f19981 [2021-01-28T17:48:57.408Z] Removing intermediate container 6e5255aee517 [2021-01-28T17:48:57.408Z] ---> d90d6033c316 [2021-01-28T17:48:57.408Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:48:57.408Z] Removing intermediate container 8516d3f19981 [2021-01-28T17:48:57.408Z] ---> 8f9b39360530 [2021-01-28T17:48:57.408Z] Step 15/23 : WORKDIR / [2021-01-28T17:48:57.408Z] ---> e9f1979ace09 [2021-01-28T17:48:57.408Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:48:57.408Z] ---> Running in 7aff75e1c908 [2021-01-28T17:48:57.408Z] ---> Running in 6ae488ee3b64 [2021-01-28T17:48:58.368Z] ---> Running in db021ea2cfe2 [2021-01-28T17:48:58.636Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:48:58.636Z] Removing intermediate container 6ae488ee3b64 [2021-01-28T17:48:58.636Z] ---> fcfe5c2d03bd [2021-01-28T17:48:58.636Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:48:58.636Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:48:58.636Z] ---> aefe523efa57 [2021-01-28T17:48:58.636Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:48:58.908Z] Removing intermediate container db021ea2cfe2 [2021-01-28T17:48:58.908Z] ---> 6a99a3284b06 [2021-01-28T17:48:58.908Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:48:58.908Z] ---> Running in 5540613e3a96 [2021-01-28T17:48:59.182Z] ---> Running in 3883c65cf95b [2021-01-28T17:48:59.182Z] ---> 20079bdeac66 [2021-01-28T17:48:59.182Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:48:59.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:48:59.452Z] Removing intermediate container 3883c65cf95b [2021-01-28T17:48:59.452Z] ---> 93ee320d1111 [2021-01-28T17:48:59.452Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:48:59.722Z] ---> Running in 621da9dda230 [2021-01-28T17:49:00.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:00.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:00.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:00.853Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:49:00.853Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:49:00.853Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:49:00.853Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:49:00.853Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:49:01.127Z] OK: 12 MiB in 22 packages [2021-01-28T17:49:01.127Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:49:01.127Z] Removing intermediate container 621da9dda230 [2021-01-28T17:49:01.127Z] ---> 77f378c094b3 [2021-01-28T17:49:01.127Z] Step 21/22 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:49:01.127Z] ---> 5e0c84568617 [2021-01-28T17:49:01.127Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:49:01.127Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:49:01.127Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:49:01.127Z] ---> Running in 4053f03e0230 [2021-01-28T17:49:01.394Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:49:01.674Z] Removing intermediate container 4053f03e0230 [2021-01-28T17:49:01.674Z] ---> 80120c276409 [2021-01-28T17:49:01.674Z] Step 22/22 : LABEL version=2.0.0-dev.64 [2021-01-28T17:49:01.674Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:49:01.674Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:49:01.674Z] OK: 8 MiB in 20 packages [2021-01-28T17:49:01.946Z] ---> Running in d6971722943a [2021-01-28T17:49:01.946Z] ---> cb98b144a03d [2021-01-28T17:49:01.946Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:49:02.534Z] ---> Running in 874bc5973027 [2021-01-28T17:49:02.809Z] Removing intermediate container d6971722943a [2021-01-28T17:49:02.809Z] ---> d78e51d9b5da [2021-01-28T17:49:02.809Z] [2021-01-28T17:49:02.809Z] Removing intermediate container 5540613e3a96 [2021-01-28T17:49:02.809Z] ---> 5d7202a4b458 [2021-01-28T17:49:02.809Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:49:03.088Z] Removing intermediate container 874bc5973027 [2021-01-28T17:49:03.088Z] ---> d7828f9968df [2021-01-28T17:49:03.088Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:49:03.088Z] Successfully built d78e51d9b5da [2021-01-28T17:49:03.088Z] ---> Running in fa5581a72ff8 [2021-01-28T17:49:03.088Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T17:49:03.088Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-28T17:49:03.088Z] ---> Running in ec5e60388280 [2021-01-28T17:49:03.368Z] Removing intermediate container 7aff75e1c908 [2021-01-28T17:49:03.368Z] ---> 8306318e9876 [2021-01-28T17:49:03.368Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:49:09.145Z] ---> d3d9f976d981 [2021-01-28T17:49:09.145Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:49:09.145Z] ---> baba40f8093e [2021-01-28T17:49:09.145Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:49:09.145Z] ---> 570a18b4167f [2021-01-28T17:49:09.145Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:49:09.145Z] ---> ca061d7be980 [2021-01-28T17:49:09.145Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:49:09.145Z] ---> c7593daa8712 [2021-01-28T17:49:09.145Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:49:09.145Z] ---> Running in 94603bd7c52a [2021-01-28T17:49:09.145Z] ---> Running in 46d4cad04ee3 [2021-01-28T17:49:09.145Z] ---> Running in 8848d86cb4d1 [2021-01-28T17:49:09.145Z] ---> Running in f00659bc2278 [2021-01-28T17:49:09.145Z] ---> Running in 901e4f8f516d [2021-01-28T17:49:09.145Z] Removing intermediate container f00659bc2278 [2021-01-28T17:49:09.145Z] ---> ad7a4b6d4d50 [2021-01-28T17:49:09.145Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:49:09.145Z] ---> Running in 742cd32d2b98 [2021-01-28T17:49:09.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:49:09.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:49:09.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:49:10.016Z] Removing intermediate container ec5e60388280 [2021-01-28T17:49:10.017Z] ---> 6514746672c1 [2021-01-28T17:49:10.017Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:49:10.017Z] Removing intermediate container fa5581a72ff8 [2021-01-28T17:49:10.017Z] ---> dd47068db83e [2021-01-28T17:49:10.017Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:49:10.017Z] ---> 51addedb5e15 [2021-01-28T17:49:10.017Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:49:10.017Z] ---> Running in 465d21899e7e [2021-01-28T17:49:10.017Z] ---> Running in cc3317e14602 [2021-01-28T17:49:10.303Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:49:10.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:49:11.436Z] Removing intermediate container cc3317e14602 [2021-01-28T17:49:11.436Z] ---> 1660a228334e [2021-01-28T17:49:11.436Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:49:12.022Z] Removing intermediate container 465d21899e7e [2021-01-28T17:49:12.023Z] ---> f9dc2cc40c35 [2021-01-28T17:49:12.023Z] Step 22/23 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:49:12.292Z] ---> Running in fc2a9c09f66c [2021-01-28T17:49:13.268Z] ---> 5b0e941fa19e [2021-01-28T17:49:13.268Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:49:13.268Z] ---> Running in c3c499ad4de4 [2021-01-28T17:49:14.258Z] Removing intermediate container fc2a9c09f66c [2021-01-28T17:49:14.258Z] ---> f190c09bc25b [2021-01-28T17:49:14.258Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:49:14.258Z] Removing intermediate container c3c499ad4de4 [2021-01-28T17:49:14.258Z] ---> 3ccbdc3f3641 [2021-01-28T17:49:14.258Z] Step 23/23 : LABEL version=2.0.0-dev.64 [2021-01-28T17:49:14.258Z] ---> 47d7aab4c5bd [2021-01-28T17:49:14.258Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:49:15.676Z] ---> Running in 2409b8dba3a7 [2021-01-28T17:49:15.676Z] ---> Running in 29cf14e9a503 [2021-01-28T17:49:17.093Z] ---> 51dc96683790 [2021-01-28T17:49:17.093Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:49:17.093Z] Removing intermediate container 2409b8dba3a7 [2021-01-28T17:49:17.093Z] ---> 6ab422662211 [2021-01-28T17:49:17.093Z] [2021-01-28T17:49:17.360Z] + date [2021-01-28T17:49:17.361Z] Thu Jan 28 17:49:17 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:49:17.361Z] + echo 'Thu Jan 28 17:49:17 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:49:17.361Z] Removing intermediate container 29cf14e9a503 [2021-01-28T17:49:17.361Z] ---> 05af76962ae3 [2021-01-28T17:49:17.361Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:49:18.312Z] Successfully built 6ab422662211 [2021-01-28T17:49:18.578Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T17:49:18.578Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-28T17:49:18.578Z] ---> Running in a297a22aab06 [2021-01-28T17:49:20.513Z] ---> 3e8d17fd3014 [2021-01-28T17:49:20.513Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:49:20.513Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:49:20.513Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:49:20.513Z] ---> bb7d23db8681 [2021-01-28T17:49:20.513Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:49:20.513Z] ---> Using cache [2021-01-28T17:49:20.513Z] ---> e817ecec0f9a [2021-01-28T17:49:20.513Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:49:20.513Z] ---> Using cache [2021-01-28T17:49:20.513Z] ---> 5ce70103a040 [2021-01-28T17:49:20.513Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:49:21.092Z] Removing intermediate container a297a22aab06 [2021-01-28T17:49:21.092Z] ---> 975811884b80 [2021-01-28T17:49:21.092Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:49:25.326Z] ---> Running in bd3324f815e0 [2021-01-28T17:49:26.291Z] ---> 7cd8615b98f7 [2021-01-28T17:49:26.292Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:49:26.555Z] ---> Running in 05ff4d550e0d [2021-01-28T17:49:29.120Z] ---> Running in 0dfd5e98cabb [2021-01-28T17:49:29.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:29.120Z] Removing intermediate container 05ff4d550e0d [2021-01-28T17:49:29.120Z] ---> a9b8f201cb52 [2021-01-28T17:49:29.120Z] Step 22/23 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:49:29.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:30.776Z] OK: 233 MiB in 51 packages [2021-01-28T17:49:30.776Z] ---> Running in 77375ef7ec26 [2021-01-28T17:49:31.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:31.872Z] Removing intermediate container 77375ef7ec26 [2021-01-28T17:49:31.872Z] ---> f4dd95b86fdd [2021-01-28T17:49:31.872Z] Step 23/23 : LABEL version=2.0.0-dev.64 [2021-01-28T17:49:31.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:32.155Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:49:32.423Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:49:32.691Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:49:32.691Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:49:32.691Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:49:32.691Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:49:32.691Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:49:32.954Z] ---> Running in 68c4839289f4 [2021-01-28T17:49:37.196Z] Removing intermediate container bd3324f815e0 [2021-01-28T17:49:37.196Z] ---> 2028201de4e2 [2021-01-28T17:49:37.196Z] Step 6/22 : COPY go.mod . [2021-01-28T17:49:37.196Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:49:37.196Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:49:37.196Z] ---> bb7d23db8681 [2021-01-28T17:49:37.196Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:49:37.196Z] ---> Using cache [2021-01-28T17:49:37.196Z] ---> e817ecec0f9a [2021-01-28T17:49:37.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:49:37.196Z] ---> Using cache [2021-01-28T17:49:37.196Z] ---> 5ce70103a040 [2021-01-28T17:49:37.196Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:49:37.769Z] Removing intermediate container 68c4839289f4 [2021-01-28T17:49:37.769Z] ---> 2a191b15ca6f [2021-01-28T17:49:37.769Z] [2021-01-28T17:49:38.356Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:49:38.356Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:49:38.356Z] ---> Running in 6c68b61802e6 [2021-01-28T17:49:38.356Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:49:38.622Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:49:38.622Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:49:39.198Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:49:39.198Z] ---> 117cc69a625a [2021-01-28T17:49:39.198Z] Step 7/22 : RUN go mod download [2021-01-28T17:49:39.198Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:49:39.462Z] Successfully built 2a191b15ca6f [2021-01-28T17:49:39.724Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:49:39.724Z] Successfully tagged docker-core-data-go:latest [2021-01-28T17:49:39.724Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2021-01-28T17:49:39.996Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:49:40.265Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:49:40.265Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:49:40.265Z] ---> Running in e62dd5ca565d [2021-01-28T17:49:40.265Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:49:40.265Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:49:40.265Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:49:40.530Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:49:40.530Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:49:41.480Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:49:41.743Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:49:42.012Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:49:42.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:43.542Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:49:43.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:49:45.197Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:49:45.197Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:49:45.197Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:49:45.775Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:49:46.044Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:49:46.044Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:49:46.309Z] OK: 233 MiB in 51 packages [2021-01-28T17:49:47.745Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:49:48.321Z] OK: 71 MiB in 55 packages [2021-01-28T17:49:48.899Z] Removing intermediate container 346440c7f102 [2021-01-28T17:49:48.899Z] ---> 4c7cd8085bbf [2021-01-28T17:49:48.899Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:49:49.165Z] ---> Running in ace6f2b55b23 [2021-01-28T17:49:49.428Z] Removing intermediate container 6c68b61802e6 [2021-01-28T17:49:49.428Z] ---> c709a6f8775e [2021-01-28T17:49:49.428Z] Step 6/23 : COPY go.mod . [2021-01-28T17:49:52.036Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:49:52.036Z] statically linked [2021-01-28T17:49:52.307Z] ---> e63001d8eb36 [2021-01-28T17:49:52.307Z] Step 7/23 : RUN go mod download [2021-01-28T17:49:52.577Z] Removing intermediate container e62dd5ca565d [2021-01-28T17:49:52.577Z] ---> e120851eddde [2021-01-28T17:49:52.577Z] Step 8/22 : COPY . . [2021-01-28T17:49:54.557Z] ---> Running in e60ae297d5f9 [2021-01-28T17:49:59.936Z] Removing intermediate container ace6f2b55b23 [2021-01-28T17:49:59.936Z] ---> 6182b81130a7 [2021-01-28T17:49:59.936Z] [2021-01-28T17:49:59.936Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:49:59.936Z] ---> 389fef711851 [2021-01-28T17:49:59.936Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:50:00.910Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:50:00.910Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:50:00.910Z] ---> bb7d23db8681 [2021-01-28T17:50:00.910Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:50:00.910Z] ---> Using cache [2021-01-28T17:50:00.910Z] ---> e817ecec0f9a [2021-01-28T17:50:00.910Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:50:00.910Z] ---> Using cache [2021-01-28T17:50:00.910Z] ---> 5ce70103a040 [2021-01-28T17:50:00.910Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:50:00.910Z] ---> Using cache [2021-01-28T17:50:00.910Z] ---> c709a6f8775e [2021-01-28T17:50:00.910Z] Step 6/24 : COPY go.mod . [2021-01-28T17:50:00.910Z] ---> Using cache [2021-01-28T17:50:00.910Z] ---> e63001d8eb36 [2021-01-28T17:50:00.910Z] Step 7/24 : RUN go mod download [2021-01-28T17:50:02.844Z] ---> Running in e8d3ea62426c [2021-01-28T17:50:03.107Z] ---> Running in d9f4bc431f3a [2021-01-28T17:50:04.057Z] Removing intermediate container e8d3ea62426c [2021-01-28T17:50:04.057Z] ---> 00e397e174ba [2021-01-28T17:50:04.057Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:50:07.380Z] ---> Running in 26da49d967fa [2021-01-28T17:50:07.380Z] Removing intermediate container e60ae297d5f9 [2021-01-28T17:50:07.380Z] ---> 3d7b1143275f [2021-01-28T17:50:07.380Z] Step 8/23 : COPY . . [2021-01-28T17:50:11.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:50:11.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:50:11.916Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:50:11.916Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:50:11.916Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:50:11.916Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:50:12.182Z] OK: 6 MiB in 17 packages [2021-01-28T17:50:15.516Z] Removing intermediate container 0dfd5e98cabb [2021-01-28T17:50:15.516Z] ---> f7cea3bf45cc [2021-01-28T17:50:15.516Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:50:18.843Z] Removing intermediate container d9f4bc431f3a [2021-01-28T17:50:18.843Z] ---> 7e55cfed93de [2021-01-28T17:50:18.843Z] Step 8/24 : COPY . . [2021-01-28T17:50:23.093Z] ---> Running in 9abb7e493b84 [2021-01-28T17:50:27.830Z] Removing intermediate container 26da49d967fa [2021-01-28T17:50:27.830Z] ---> 2119ec9e8325 [2021-01-28T17:50:27.830Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:50:28.411Z] ---> 3d88797f7abe [2021-01-28T17:50:28.411Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:50:30.983Z] ---> Running in b257bf6bba52 [2021-01-28T17:50:31.936Z] ---> Running in a625f95a4bd2 [2021-01-28T17:50:32.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:50:32.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:50:34.505Z] ---> d46d4c8239af [2021-01-28T17:50:34.505Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:50:34.774Z] Removing intermediate container b257bf6bba52 [2021-01-28T17:50:34.774Z] ---> b5ba839fb2d8 [2021-01-28T17:50:34.774Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:50:35.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:50:35.740Z] ---> Running in 9ab34de1c0b2 [2021-01-28T17:50:35.740Z] ---> Running in 8c7707e350a0 [2021-01-28T17:50:37.162Z] Removing intermediate container 9ab34de1c0b2 [2021-01-28T17:50:37.162Z] ---> cb3428b9758b [2021-01-28T17:50:37.162Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:50:37.435Z] Collecting docker-compose==1.23.2 [2021-01-28T17:50:37.435Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:50:37.729Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:50:37.729Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:50:37.729Z] ---> Running in 5f85245184c3 [2021-01-28T17:50:38.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:50:40.722Z] Removing intermediate container 94603bd7c52a [2021-01-28T17:50:40.722Z] ---> 0774ffe0984d [2021-01-28T17:50:40.722Z] [2021-01-28T17:50:40.722Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:50:40.722Z] 3.12: Pulling from library/alpine [2021-01-28T17:50:41.707Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:50:41.707Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:50:41.707Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:50:41.707Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:50:42.174Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:50:42.174Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:50:42.174Z] ---> afeebe901d6b [2021-01-28T17:50:42.174Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:50:42.454Z] ---> Running in 93f90d6b568e [2021-01-28T17:50:42.682Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T17:50:43.280Z] Removing intermediate container 5f85245184c3 [2021-01-28T17:50:43.280Z] ---> 74c229c76813 [2021-01-28T17:50:43.280Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:50:43.280Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:50:43.280Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:50:44.248Z] ---> Running in c643fb9685ff [2021-01-28T17:50:44.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:50:44.521Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:50:44.521Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:50:44.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:50:44.797Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:50:44.798Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:50:44.798Z] Removing intermediate container c643fb9685ff [2021-01-28T17:50:44.798Z] ---> 546197d9c233 [2021-01-28T17:50:44.798Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:50:45.068Z] ---> 886802d2d1ee [2021-01-28T17:50:45.068Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:50:45.068Z] ---> Running in 414e85519407 [2021-01-28T17:50:45.369Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:50:45.390Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:50:45.645Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:50:45.645Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:50:45.645Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:50:45.645Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:50:45.645Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:50:45.645Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:50:45.664Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:50:46.246Z] OK: 7 MiB in 19 packages [2021-01-28T17:50:46.279Z] ---> c7d528ea4887 [2021-01-28T17:50:46.279Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:50:46.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:50:46.552Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:50:46.552Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:50:46.825Z] ---> a912c84a66f2 [2021-01-28T17:50:46.825Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:50:46.825Z] ---> Running in edde1a4533dc [2021-01-28T17:50:46.825Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:50:46.825Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:50:48.266Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T17:50:48.857Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:50:48.857Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:50:48.889Z] Removing intermediate container 93f90d6b568e [2021-01-28T17:50:48.889Z] ---> 1e1ab6105481 [2021-01-28T17:50:48.889Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:50:49.134Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T17:50:49.134Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:50:49.134Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:50:49.134Z] Removing intermediate container edde1a4533dc [2021-01-28T17:50:49.134Z] ---> 132db6566d23 [2021-01-28T17:50:49.134Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:50:49.168Z] ---> Running in b0369a11e412 [2021-01-28T17:50:49.411Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:50:49.411Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:50:49.411Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:50:49.411Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:50:49.411Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:50:49.411Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:50:49.677Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, texttable, dockerpty, PyYAML, docker-compose [2021-01-28T17:50:49.677Z] Running setup.py install for docopt: started [2021-01-28T17:50:49.677Z] ---> 82641ed121d3 [2021-01-28T17:50:49.677Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:50:49.769Z] Removing intermediate container b0369a11e412 [2021-01-28T17:50:49.769Z] ---> a9148b983e1d [2021-01-28T17:50:49.769Z] Step 13/24 : WORKDIR / [2021-01-28T17:50:50.046Z] ---> Running in 68bfa38a5d4c [2021-01-28T17:50:50.656Z] Removing intermediate container 68bfa38a5d4c [2021-01-28T17:50:50.656Z] ---> 032e8a84755d [2021-01-28T17:50:50.656Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T17:50:50.659Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:50:51.258Z] Attempting uninstall: urllib3 [2021-01-28T17:50:51.258Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:50:51.258Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:50:51.258Z] ---> fe01275fb5b1 [2021-01-28T17:50:51.258Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:50:51.843Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:50:52.109Z] ---> ac3a82d35bc6 [2021-01-28T17:50:52.109Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T17:50:52.458Z] ---> 54f295ca4c28 [2021-01-28T17:50:52.458Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:50:52.749Z] Attempting uninstall: idna [2021-01-28T17:50:52.749Z] Found existing installation: idna 2.9 [2021-01-28T17:50:52.749Z] Uninstalling idna-2.9: [2021-01-28T17:50:52.749Z] Successfully uninstalled idna-2.9 [2021-01-28T17:50:53.042Z] Attempting uninstall: requests [2021-01-28T17:50:53.042Z] Found existing installation: requests 2.23.0 [2021-01-28T17:50:53.042Z] Uninstalling requests-2.23.0: [2021-01-28T17:50:53.042Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:50:53.097Z] ---> 44f4a54f3c2b [2021-01-28T17:50:53.097Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:50:53.765Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:50:53.765Z] + cd /tmp/build/dist/linux [2021-01-28T17:50:53.765Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:50:53.765Z] Cloning into '.'... [2021-01-28T17:50:54.021Z] ---> 1a8d37c838e2 [2021-01-28T17:50:54.021Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:50:54.331Z]  ---> 7b6e7f0c5083 [2021-01-28T17:50:54.331Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:50:54.331Z] + go get github.com/robfig/glock [2021-01-28T17:50:55.454Z] ---> bb619a613ea0 [2021-01-28T17:50:55.454Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:50:55.724Z] Running setup.py install for texttable: started [2021-01-28T17:50:55.993Z] ---> Running in 83af86f3524f [2021-01-28T17:50:56.266Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:50:56.266Z] Running setup.py install for dockerpty: started [2021-01-28T17:50:56.366Z]  ---> f466d1fca46a [2021-01-28T17:50:56.366Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:50:56.536Z] Removing intermediate container 83af86f3524f [2021-01-28T17:50:56.536Z] ---> b0f548050cb7 [2021-01-28T17:50:56.536Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:50:56.810Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:50:56.810Z] Running setup.py install for PyYAML: started [2021-01-28T17:50:57.407Z] ---> a653889d0f7c [2021-01-28T17:50:57.407Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:50:58.340Z] ---> c58530935bad [2021-01-28T17:50:58.340Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:50:58.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:50:58.956Z] ---> Running in c5b17f03823d [2021-01-28T17:50:59.223Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T17:51:00.338Z] ---> 58f141b6f5e6 [2021-01-28T17:51:00.338Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T17:51:00.338Z] ---> Running in 07b0e3de7fc6 [2021-01-28T17:51:02.338Z] Removing intermediate container 46d4cad04ee3 [2021-01-28T17:51:02.338Z] ---> ce95e1892c66 [2021-01-28T17:51:02.338Z] [2021-01-28T17:51:02.338Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:51:02.338Z] ---> afeebe901d6b [2021-01-28T17:51:02.338Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:51:02.594Z] Removing intermediate container c5b17f03823d [2021-01-28T17:51:02.594Z] ---> 91835c3f2238 [2021-01-28T17:51:02.594Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:51:02.624Z] ---> Running in babf140373f9 [2021-01-28T17:51:04.615Z] Removing intermediate container 07b0e3de7fc6 [2021-01-28T17:51:04.615Z] ---> 655c0b8be192 [2021-01-28T17:51:04.615Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:51:04.615Z] ---> Running in 3ad7f28fc2e6 [2021-01-28T17:51:04.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:04.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:05.160Z] ---> Running in 4edaa2ba6022 [2021-01-28T17:51:05.160Z] Removing intermediate container 9abb7e493b84 [2021-01-28T17:51:05.160Z] ---> 647757b7db2a [2021-01-28T17:51:05.160Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:51:05.169Z] Removing intermediate container 3ad7f28fc2e6 [2021-01-28T17:51:05.169Z] ---> 2dbc15b9a230 [2021-01-28T17:51:05.169Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T17:51:05.440Z] Removing intermediate container a625f95a4bd2 [2021-01-28T17:51:05.440Z] ---> 8a13be87a7b7 [2021-01-28T17:51:05.440Z] [2021-01-28T17:51:05.440Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:51:05.440Z] ---> 389fef711851 [2021-01-28T17:51:05.440Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:51:05.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:51:05.440Z] ---> Running in 6a212f9f7a62 [2021-01-28T17:51:05.440Z] ---> Running in 4a2f678bf534 [2021-01-28T17:51:05.453Z] ---> Running in 7a1bcd0d9e64 [2021-01-28T17:51:05.709Z] Removing intermediate container 4edaa2ba6022 [2021-01-28T17:51:05.709Z] ---> 9ca3a251b07f [2021-01-28T17:51:05.709Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:51:05.726Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:51:05.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:05.726Z] OK: 5 MiB in 15 packages [2021-01-28T17:51:06.294Z] ---> Running in ede64dc11dcb [2021-01-28T17:51:06.340Z] Removing intermediate container 7a1bcd0d9e64 [2021-01-28T17:51:06.340Z] ---> 252eb5db1ee8 [2021-01-28T17:51:06.340Z] Step 23/24 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:06.615Z] ---> Running in aca20c281016 [2021-01-28T17:51:07.601Z] Removing intermediate container aca20c281016 [2021-01-28T17:51:07.601Z] ---> c1e75b4c6215 [2021-01-28T17:51:07.601Z] Step 24/24 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:07.601Z] Removing intermediate container babf140373f9 [2021-01-28T17:51:07.601Z] ---> d0bbde42b0e0 [2021-01-28T17:51:07.708Z] Removing intermediate container ede64dc11dcb [2021-01-28T17:51:07.708Z] ---> 1bf15942f484 [2021-01-28T17:51:07.708Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T17:51:07.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:07.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:07.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:07.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:07.879Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:51:07.879Z] ---> Running in d2c1197eb77e [2021-01-28T17:51:07.971Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:51:07.971Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:51:07.971Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:51:07.971Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:51:07.971Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:51:07.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:07.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:07.971Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:51:07.971Z] OK: 6 MiB in 16 packages [2021-01-28T17:51:08.156Z] ---> Running in 181f07e6c864 [2021-01-28T17:51:08.234Z] OK: 72 MiB in 58 packages [2021-01-28T17:51:08.498Z] Removing intermediate container 8c7707e350a0 [2021-01-28T17:51:08.498Z] ---> 584a5264ffc5 [2021-01-28T17:51:08.498Z] [2021-01-28T17:51:08.498Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:51:08.498Z] ---> 389fef711851 [2021-01-28T17:51:08.498Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:51:08.498Z] ---> Using cache [2021-01-28T17:51:08.498Z] ---> 291a0b21029f [2021-01-28T17:51:08.498Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:51:08.498Z] ---> Using cache [2021-01-28T17:51:08.498Z] ---> fc846795dadc [2021-01-28T17:51:08.498Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:51:08.759Z] Removing intermediate container d2c1197eb77e [2021-01-28T17:51:08.760Z] ---> e974bede3ebc [2021-01-28T17:51:08.760Z] [2021-01-28T17:51:08.760Z] Removing intermediate container 181f07e6c864 [2021-01-28T17:51:08.760Z] ---> 6fd6cbde131a [2021-01-28T17:51:09.045Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:51:09.322Z] ---> Running in 897dabf75215 [2021-01-28T17:51:09.457Z] ---> Running in a3fdb043b42a [2021-01-28T17:51:09.457Z] ---> Running in 2aae91d87716 [2021-01-28T17:51:09.602Z] Successfully built e974bede3ebc [2021-01-28T17:51:09.852Z] Removing intermediate container 2aae91d87716 [2021-01-28T17:51:09.852Z] ---> 4b028177ca09 [2021-01-28T17:51:09.852Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:51:09.878Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T17:51:09.878Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-28T17:51:10.163Z] Removing intermediate container 897dabf75215 [2021-01-28T17:51:10.163Z] ---> d0d8f12816f0 [2021-01-28T17:51:10.163Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:51:10.178Z] Removing intermediate container a3fdb043b42a [2021-01-28T17:51:10.178Z] ---> 6273cffcab7a [2021-01-28T17:51:10.178Z] Step 33/34 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:10.767Z] ---> Running in 00d6a096e4d2 [2021-01-28T17:51:11.147Z] Removing intermediate container 6a212f9f7a62 [2021-01-28T17:51:11.148Z] ---> c4eff12a4438 [2021-01-28T17:51:11.148Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:51:11.734Z] ---> Running in 4417d6ca7e35 [2021-01-28T17:51:11.734Z] ---> Running in 7c8769944628 [2021-01-28T17:51:11.734Z] ---> Running in f835f0d9ee58 [2021-01-28T17:51:12.310Z] Removing intermediate container 4a2f678bf534 [2021-01-28T17:51:12.310Z] ---> 88f7c6ca91c5 [2021-01-28T17:51:12.310Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:51:12.310Z] Removing intermediate container 414e85519407 [2021-01-28T17:51:12.310Z] ---> 42453f282bfe [2021-01-28T17:51:12.310Z] [2021-01-28T17:51:12.310Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:51:12.310Z] ---> 389fef711851 [2021-01-28T17:51:12.310Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:51:12.573Z] ---> Running in d0c980e6e33d [2021-01-28T17:51:12.573Z] ---> Running in 3df0050e1f91 [2021-01-28T17:51:12.573Z] Removing intermediate container 4417d6ca7e35 [2021-01-28T17:51:12.573Z] ---> 965061f9ba87 [2021-01-28T17:51:12.573Z] Step 15/23 : WORKDIR / [2021-01-28T17:51:12.773Z] Removing intermediate container 00d6a096e4d2 [2021-01-28T17:51:12.773Z] ---> 0fb393f6c52a [2021-01-28T17:51:12.773Z] Step 15/23 : WORKDIR / [2021-01-28T17:51:12.835Z] Removing intermediate container 7c8769944628 [2021-01-28T17:51:12.835Z] ---> 598d4140fbfa [2021-01-28T17:51:12.835Z] Step 34/34 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:12.835Z] Removing intermediate container f835f0d9ee58 [2021-01-28T17:51:12.835Z] ---> 58ae7bcd69a4 [2021-01-28T17:51:12.835Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:51:13.100Z] ---> Running in bef3962166a2 [2021-01-28T17:51:13.363Z] Removing intermediate container d0c980e6e33d [2021-01-28T17:51:13.363Z] ---> 02b1c2f74575 [2021-01-28T17:51:13.363Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:51:13.363Z] ---> Running in 3255a3a9c2f7 [2021-01-28T17:51:13.363Z] ---> Running in a0c1e60dc913 [2021-01-28T17:51:13.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:13.630Z] ---> Running in 0ce765dd8d9e [2021-01-28T17:51:13.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:13.630Z] Removing intermediate container bef3962166a2 [2021-01-28T17:51:13.630Z] ---> 42fa9f1f2b89 [2021-01-28T17:51:13.630Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:51:13.630Z] Removing intermediate container 3255a3a9c2f7 [2021-01-28T17:51:13.630Z] ---> 02055ad3d9c5 [2021-01-28T17:51:13.630Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T17:51:13.630Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:51:13.764Z] ---> Running in 7df9cd09fc01 [2021-01-28T17:51:13.764Z] Removing intermediate container 8848d86cb4d1 [2021-01-28T17:51:13.764Z] ---> c7207b625ecf [2021-01-28T17:51:13.764Z] [2021-01-28T17:51:13.764Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:51:13.764Z] ---> afeebe901d6b [2021-01-28T17:51:13.764Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:51:13.764Z] ---> Using cache [2021-01-28T17:51:13.764Z] ---> d0bbde42b0e0 [2021-01-28T17:51:13.764Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:51:13.764Z] ---> Using cache [2021-01-28T17:51:13.764Z] ---> 6fd6cbde131a [2021-01-28T17:51:13.764Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:51:13.904Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:51:13.904Z] Removing intermediate container a0c1e60dc913 [2021-01-28T17:51:13.904Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:51:13.904Z] ---> f68cb69cb56a [2021-01-28T17:51:13.904Z] [2021-01-28T17:51:13.904Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:51:13.904Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:51:13.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:13.904Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:51:13.904Z] OK: 7 MiB in 19 packages [2021-01-28T17:51:14.040Z] ---> Running in 4074db32c8ce [2021-01-28T17:51:14.479Z] Successfully built f68cb69cb56a [2021-01-28T17:51:14.646Z] Removing intermediate container 7df9cd09fc01 [2021-01-28T17:51:14.646Z] ---> a0f99299e8ae [2021-01-28T17:51:14.646Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:51:14.646Z] Removing intermediate container 4074db32c8ce [2021-01-28T17:51:14.646Z] ---> e79eb4f13350 [2021-01-28T17:51:14.646Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:51:14.751Z] Removing intermediate container 0ce765dd8d9e [2021-01-28T17:51:14.751Z] ---> 99e222f6e0ed [2021-01-28T17:51:14.751Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:51:14.751Z] ---> Running in 7e0439d1a300 [2021-01-28T17:51:14.751Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T17:51:14.751Z] Building docker-security-proxy-setup-go [2021-01-28T17:51:14.751Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 6dafc378f4a8 [2021-01-28T17:51:14.751Z] ---> ba63003d0e64 [2021-01-28T17:51:14.751Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:51:14.924Z] ---> Running in b0e993161d8b [2021-01-28T17:51:15.017Z] Removing intermediate container 7e0439d1a300 [2021-01-28T17:51:15.017Z] ---> fea4e6b541d4 [2021-01-28T17:51:15.017Z] Step 25/26 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:15.522Z] ---> 7e0ca62e90d7 [2021-01-28T17:51:15.522Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:51:15.593Z] ---> Running in 88682e3b7cf9 [2021-01-28T17:51:15.593Z] Removing intermediate container 6dafc378f4a8 [2021-01-28T17:51:15.593Z] ---> 2ef409cba510 [2021-01-28T17:51:15.593Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:51:15.795Z] Removing intermediate container b0e993161d8b [2021-01-28T17:51:15.795Z] ---> eaec748a6692 [2021-01-28T17:51:15.795Z] Step 15/23 : WORKDIR / [2021-01-28T17:51:16.074Z] ---> Running in 4bb9e735cdc8 [2021-01-28T17:51:16.170Z] ---> 23b4c4ca5798 [2021-01-28T17:51:16.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:51:16.171Z] Removing intermediate container 3df0050e1f91 [2021-01-28T17:51:16.171Z] ---> 0ef3a204e563 [2021-01-28T17:51:16.171Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:51:17.062Z] Removing intermediate container 4bb9e735cdc8 [2021-01-28T17:51:17.062Z] ---> b0db3fb09a31 [2021-01-28T17:51:17.062Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:51:18.103Z] Removing intermediate container 88682e3b7cf9 [2021-01-28T17:51:18.103Z] ---> 73644a3d4adf [2021-01-28T17:51:18.103Z] Step 26/26 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:18.510Z] ---> 9f1c75fdfae0 [2021-01-28T17:51:18.510Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:51:18.510Z] ---> f8d295aacc6d [2021-01-28T17:51:18.510Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:51:19.051Z] ---> db997aed3404 [2021-01-28T17:51:19.052Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:51:19.052Z] ---> Running in 281d93c275b0 [2021-01-28T17:51:19.315Z] ---> Running in d771d787ab3e [2021-01-28T17:51:19.894Z] ---> acaef60089a8 [2021-01-28T17:51:19.894Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:51:19.943Z] ---> f63c4aaf4bde [2021-01-28T17:51:19.943Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:51:20.225Z] ---> Running in d4c4512378d8 [2021-01-28T17:51:20.498Z] + glock sync -n [2021-01-28T17:51:20.845Z] ---> Running in a7a775152084 [2021-01-28T17:51:20.845Z] Removing intermediate container 281d93c275b0 [2021-01-28T17:51:20.845Z] ---> d35f260d7c6e [2021-01-28T17:51:20.845Z] Step 13/24 : WORKDIR / [2021-01-28T17:51:20.845Z] ---> ebe0d39a056f [2021-01-28T17:51:20.845Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:51:21.107Z] Removing intermediate container d771d787ab3e [2021-01-28T17:51:21.107Z] ---> fa0aeca70db0 [2021-01-28T17:51:21.107Z] [2021-01-28T17:51:21.107Z] ---> Running in fb058d058aba [2021-01-28T17:51:21.499Z] Removing intermediate container d4c4512378d8 [2021-01-28T17:51:21.499Z] ---> c70564c4ffe3 [2021-01-28T17:51:21.499Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:51:21.683Z] Successfully built fa0aeca70db0 [2021-01-28T17:51:21.947Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T17:51:21.947Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a7a775152084 [2021-01-28T17:51:21.947Z] ---> d25e2a10aa10 [2021-01-28T17:51:21.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:51:22.104Z] ---> 43b270ec0be9 [2021-01-28T17:51:22.104Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:51:22.104Z] ---> Running in 606653aa879c [2021-01-28T17:51:23.353Z] ---> 55b3cd13bdf9 [2021-01-28T17:51:23.353Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:51:23.353Z] Removing intermediate container fb058d058aba [2021-01-28T17:51:23.353Z] ---> 2a9d38fa7ab1 [2021-01-28T17:51:23.353Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T17:51:23.353Z] ---> Running in 4227d5aae078 [2021-01-28T17:51:23.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:51:23.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:51:23.549Z] ---> 21cdfd13b544 [2021-01-28T17:51:23.549Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:51:23.549Z] ---> Using cache [2021-01-28T17:51:23.549Z] ---> 2fe885f20eed [2021-01-28T17:51:23.549Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:51:23.549Z] ---> Using cache [2021-01-28T17:51:23.549Z] ---> 2f6508a76623 [2021-01-28T17:51:23.549Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:51:23.549Z] Removing intermediate container 606653aa879c [2021-01-28T17:51:23.549Z] ---> d3c2c6d216a2 [2021-01-28T17:51:23.549Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:51:23.549Z] ---> Running in c1d53232cf82 [2021-01-28T17:51:23.619Z] ---> Running in 8af74e33a979 [2021-01-28T17:51:23.829Z] ---> Running in 8a7a3a5be018 [2021-01-28T17:51:23.830Z] ---> 9c47719c5ce1 [2021-01-28T17:51:23.830Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:51:24.112Z] ---> Running in 56e8ee1ac9e7 [2021-01-28T17:51:24.112Z] Removing intermediate container 901e4f8f516d [2021-01-28T17:51:24.112Z] ---> 167e8e21dfaa [2021-01-28T17:51:24.112Z] [2021-01-28T17:51:24.112Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:51:24.112Z] ---> afeebe901d6b [2021-01-28T17:51:24.112Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:51:24.387Z] ---> Running in 3421fd846cf9 [2021-01-28T17:51:24.574Z] Removing intermediate container 4227d5aae078 [2021-01-28T17:51:24.574Z] ---> b7b083706d5a [2021-01-28T17:51:24.574Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:51:24.664Z] Removing intermediate container 8a7a3a5be018 [2021-01-28T17:51:24.664Z] ---> 0fc48a4e625e [2021-01-28T17:51:24.664Z] Step 22/23 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:24.664Z] Removing intermediate container 56e8ee1ac9e7 [2021-01-28T17:51:24.664Z] ---> 5bf847f34c6a [2021-01-28T17:51:24.664Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:51:24.942Z] ---> Running in 5f41eaacf695 [2021-01-28T17:51:25.222Z] ---> Running in 7cbae44d8945 [2021-01-28T17:51:25.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:25.222Z] Removing intermediate container 3421fd846cf9 [2021-01-28T17:51:25.222Z] ---> afef648136c9 [2021-01-28T17:51:25.222Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:51:25.498Z] ---> Running in b6ce3c5a5523 [2021-01-28T17:51:25.774Z] Removing intermediate container 5f41eaacf695 [2021-01-28T17:51:25.774Z] ---> b7506de56c21 [2021-01-28T17:51:25.774Z] Step 23/23 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:26.053Z] Removing intermediate container 7cbae44d8945 [2021-01-28T17:51:26.053Z] ---> 8efc12056910 [2021-01-28T17:51:26.053Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:51:26.053Z] ---> Running in a9f1451733b0 [2021-01-28T17:51:26.053Z] Removing intermediate container b6ce3c5a5523 [2021-01-28T17:51:26.053Z] ---> 1528390c58c3 [2021-01-28T17:51:26.053Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:51:26.331Z] ---> Running in efc6a18642c4 [2021-01-28T17:51:26.331Z] ---> Running in 7869fbfa8ca0 [2021-01-28T17:51:26.513Z] ---> Running in 5cf53714e2be [2021-01-28T17:51:26.513Z] ---> 8b8ebacf46d7 [2021-01-28T17:51:26.513Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T17:51:26.513Z] Removing intermediate container 8af74e33a979 [2021-01-28T17:51:26.513Z] ---> 01502eade4d4 [2021-01-28T17:51:26.513Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:51:26.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:26.610Z] Removing intermediate container a9f1451733b0 [2021-01-28T17:51:26.610Z] ---> ebc43e0a2147 [2021-01-28T17:51:26.610Z] [2021-01-28T17:51:27.215Z] Successfully built ebc43e0a2147 [2021-01-28T17:51:27.215Z] Removing intermediate container efc6a18642c4 [2021-01-28T17:51:27.215Z] ---> 7bbb461e5699 [2021-01-28T17:51:27.215Z] Step 22/23 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:27.215Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T17:51:27.215Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T17:51:27.466Z] ---> Running in 18b3af17899d [2021-01-28T17:51:27.488Z] Removing intermediate container 7869fbfa8ca0 [2021-01-28T17:51:27.488Z] ---> c6c607e2dc82 [2021-01-28T17:51:27.488Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:51:27.488Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:51:27.488Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:51:27.488Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:51:27.762Z] ---> Running in 9442e2738669 [2021-01-28T17:51:27.763Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:51:27.763Z] + git describe '--abbrev=0' --tags [2021-01-28T17:51:27.763Z] + TAG=v0.6.1 [2021-01-28T17:51:27.763Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:51:27.763Z] + apk --print-arch [2021-01-28T17:51:27.763Z] building [dockerize] for arm64 ... [2021-01-28T17:51:27.763Z] + arch=aarch64 [2021-01-28T17:51:27.763Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T17:51:27.763Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T17:51:28.036Z]  ---> Running in 24d677ac7b19 [2021-01-28T17:51:28.036Z] OK: 217 MiB in 51 packages [2021-01-28T17:51:28.041Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:51:28.041Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:51:28.306Z] ---> bb7d23db8681 [2021-01-28T17:51:28.306Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:51:28.650Z] Removing intermediate container 9442e2738669 [2021-01-28T17:51:28.650Z] ---> 87b0bc9a73cb [2021-01-28T17:51:28.650Z] Step 23/23 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:28.891Z] ---> Using cache [2021-01-28T17:51:28.891Z] ---> e817ecec0f9a [2021-01-28T17:51:28.891Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:51:28.891Z] ---> Using cache [2021-01-28T17:51:28.891Z] ---> 5ce70103a040 [2021-01-28T17:51:28.891Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:51:28.891Z] ---> Using cache [2021-01-28T17:51:28.891Z] ---> c709a6f8775e [2021-01-28T17:51:28.891Z] Step 6/21 : COPY go.mod . [2021-01-28T17:51:28.891Z] ---> Using cache [2021-01-28T17:51:28.891Z] ---> e63001d8eb36 [2021-01-28T17:51:28.891Z] Step 7/21 : RUN go mod download [2021-01-28T17:51:28.891Z] ---> Using cache [2021-01-28T17:51:28.891Z] ---> 7e55cfed93de [2021-01-28T17:51:28.891Z] Step 8/21 : COPY . . [2021-01-28T17:51:28.891Z] ---> Using cache [2021-01-28T17:51:28.891Z] ---> 886802d2d1ee [2021-01-28T17:51:28.891Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:51:29.154Z] Removing intermediate container 5cf53714e2be [2021-01-28T17:51:29.154Z] ---> 57a7f4e0425e [2021-01-28T17:51:29.154Z] Step 22/23 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:29.154Z] ---> 5be93ba68ed7 [2021-01-28T17:51:29.154Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:51:29.271Z] ---> Running in d48a7f1da47c [2021-01-28T17:51:29.417Z] ---> Running in 3a8de8caefc8 [2021-01-28T17:51:29.417Z] ---> Running in ce84f62820c9 [2021-01-28T17:51:29.417Z] Removing intermediate container 18b3af17899d [2021-01-28T17:51:29.417Z] ---> 7e4c502e0ae6 [2021-01-28T17:51:29.417Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:51:29.683Z] ---> Running in b35cbaeb06da [2021-01-28T17:51:29.683Z] Removing intermediate container ce84f62820c9 [2021-01-28T17:51:29.683Z] ---> b7998360d0d5 [2021-01-28T17:51:29.683Z] Step 23/23 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:29.683Z] ---> 854ad8355100 [2021-01-28T17:51:29.683Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:51:29.956Z] Removing intermediate container b35cbaeb06da [2021-01-28T17:51:29.956Z] ---> 64be8ad4172d [2021-01-28T17:51:29.956Z] Step 21/22 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:29.956Z] ---> Running in ddf1f075adc0 [2021-01-28T17:51:29.956Z] ---> Running in ec80d3485e89 [2021-01-28T17:51:30.221Z] Removing intermediate container ddf1f075adc0 [2021-01-28T17:51:30.221Z] ---> 132afb6b2d8e [2021-01-28T17:51:30.221Z] [2021-01-28T17:51:30.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:51:30.290Z] Removing intermediate container d48a7f1da47c [2021-01-28T17:51:30.490Z] Removing intermediate container ec80d3485e89 [2021-01-28T17:51:30.490Z] ---> 83c62a8ed29c [2021-01-28T17:51:30.490Z] Step 22/22 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:30.490Z] ---> Running in b724bf4a5317 [2021-01-28T17:51:30.490Z] ---> f5db6270ed1b [2021-01-28T17:51:30.490Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:51:30.490Z] Successfully built 132afb6b2d8e [2021-01-28T17:51:30.491Z] Successfully tagged docker-core-command-go:latest [2021-01-28T17:51:30.588Z] ---> b18b2ea0b665 [2021-01-28T17:51:30.588Z] [2021-01-28T17:51:30.756Z]  Building docker-core-command-go ... done Removing intermediate container b724bf4a5317 [2021-01-28T17:51:30.756Z] ---> 2fab863168e6 [2021-01-28T17:51:30.756Z] [2021-01-28T17:51:30.875Z] Removing intermediate container c1d53232cf82 [2021-01-28T17:51:30.875Z] ---> c199d3815051 [2021-01-28T17:51:30.875Z] Step 6/22 : COPY go.mod . [2021-01-28T17:51:30.875Z] Successfully built b18b2ea0b665 [2021-01-28T17:51:30.875Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T17:51:30.875Z] Building docker-support-scheduler-go [2021-01-28T17:51:31.023Z] Successfully built 2fab863168e6 [2021-01-28T17:51:31.023Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T17:51:31.310Z]  Building docker-support-notifications-go ... done  ---> 4cc7bdcf7160 [2021-01-28T17:51:31.310Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:51:31.581Z] ---> c31713bff892 [2021-01-28T17:51:31.581Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T17:51:31.751Z]  Building docker-core-metadata-go ... done Removing intermediate container 24d677ac7b19 [2021-01-28T17:51:31.752Z] ---> 152108722791 [2021-01-28T17:51:31.752Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:51:31.752Z] ---> Running in 76d90b04c8bb [2021-01-28T17:51:31.752Z] ---> 705c349192f2 [2021-01-28T17:51:31.752Z] Step 7/22 : RUN go mod download [2021-01-28T17:51:31.868Z] ---> Running in b2413e55fa50 [2021-01-28T17:51:32.036Z] ---> Running in 539338deca85 [2021-01-28T17:51:33.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:33.825Z] Removing intermediate container b2413e55fa50 [2021-01-28T17:51:33.825Z] ---> 4db3e9bfe6ed [2021-01-28T17:51:33.825Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:51:33.825Z] ---> Running in c08d8997b6f8 [2021-01-28T17:51:33.825Z] Removing intermediate container c08d8997b6f8 [2021-01-28T17:51:33.825Z] ---> 583bf6dfc62a [2021-01-28T17:51:33.825Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T17:51:34.090Z] ---> Running in 34a903dc5291 [2021-01-28T17:51:34.090Z] Removing intermediate container 34a903dc5291 [2021-01-28T17:51:34.090Z] ---> 02131294fb55 [2021-01-28T17:51:34.090Z] Step 23/24 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:34.094Z] + date [2021-01-28T17:51:34.094Z] + echo 'Thu Jan 28 17:51:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:51:34.094Z] Thu Jan 28 17:51:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:51:34.352Z] ---> Running in d15f1b20a87e [2021-01-28T17:51:34.352Z] Removing intermediate container d15f1b20a87e [2021-01-28T17:51:34.352Z] ---> 8e024d77bcfe [2021-01-28T17:51:34.352Z] Step 24/24 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:34.352Z] ---> Running in cf3a7ed5238e [2021-01-28T17:51:34.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:34.617Z] Removing intermediate container cf3a7ed5238e [2021-01-28T17:51:34.617Z] ---> 690c34c2ef7d [2021-01-28T17:51:34.617Z] [2021-01-28T17:51:35.211Z] Successfully built 690c34c2ef7d [2021-01-28T17:51:35.211Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T17:51:35.372Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:51:35.372Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:51:35.647Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:51:35.647Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:51:36.258Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:51:36.258Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:51:36.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:36.258Z] OK: 8 MiB in 20 packages [2021-01-28T17:51:36.536Z] Removing intermediate container 539338deca85 [2021-01-28T17:51:36.536Z] ---> 3719846eceac [2021-01-28T17:51:36.536Z] Step 8/22 : COPY . . [2021-01-28T17:51:37.888Z]  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:51:39.180Z] Removing intermediate container 76d90b04c8bb [2021-01-28T17:51:39.180Z] ---> 0119eff09d97 [2021-01-28T17:51:39.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:51:41.166Z] ---> 47000806c3ed [2021-01-28T17:51:41.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:51:42.128Z] Removing intermediate container 3a8de8caefc8 [2021-01-28T17:51:42.128Z] ---> da2efeb9a9ea [2021-01-28T17:51:42.128Z] [2021-01-28T17:51:42.128Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:51:42.128Z] ---> 389fef711851 [2021-01-28T17:51:42.128Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:51:42.128Z] ---> Running in bac89449e0c4 [2021-01-28T17:51:42.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:42.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:51:42.703Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:51:42.965Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:51:42.965Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:51:42.965Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:51:42.965Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:42.965Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:51:42.965Z] OK: 7 MiB in 18 packages [2021-01-28T17:51:44.357Z] Removing intermediate container bac89449e0c4 [2021-01-28T17:51:44.357Z] ---> 67581b24bfd2 [2021-01-28T17:51:44.357Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:51:44.357Z] ---> Running in e7d4c1e7b22e [2021-01-28T17:51:44.357Z] Removing intermediate container e7d4c1e7b22e [2021-01-28T17:51:44.357Z] ---> a4c8ec6690e1 [2021-01-28T17:51:44.357Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:51:44.585Z] ---> f3054de64223 [2021-01-28T17:51:44.585Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:51:44.618Z] ---> Running in 4effaa6891d7 [2021-01-28T17:51:44.618Z] Removing intermediate container 4effaa6891d7 [2021-01-28T17:51:44.619Z] ---> feaaa5f1023c [2021-01-28T17:51:44.619Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:51:44.880Z] ---> 1c236ccd6afd [2021-01-28T17:51:44.880Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:51:45.455Z] ---> 7b13eaa50bd2 [2021-01-28T17:51:45.455Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:51:45.570Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:51:45.570Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:51:45.570Z] ---> 21cdfd13b544 [2021-01-28T17:51:45.570Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:51:45.570Z] ---> Using cache [2021-01-28T17:51:45.570Z] ---> 2fe885f20eed [2021-01-28T17:51:45.570Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:51:45.570Z] ---> Using cache [2021-01-28T17:51:45.570Z] ---> 2f6508a76623 [2021-01-28T17:51:45.570Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:51:46.030Z] ---> a97ba98da994 [2021-01-28T17:51:46.030Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:51:46.030Z] ---> Running in a73c25f3f274 [2021-01-28T17:51:46.298Z] Removing intermediate container a73c25f3f274 [2021-01-28T17:51:46.298Z] ---> 935b0332ca56 [2021-01-28T17:51:46.298Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:51:46.298Z] ---> Running in 7de8914ed2fc [2021-01-28T17:51:46.298Z] Removing intermediate container 7de8914ed2fc [2021-01-28T17:51:46.298Z] ---> 9457c272e62f [2021-01-28T17:51:46.298Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T17:51:46.560Z] ---> Running in fd39ef4803c4 [2021-01-28T17:51:46.560Z] Removing intermediate container fd39ef4803c4 [2021-01-28T17:51:46.560Z] ---> bebd54c9e764 [2021-01-28T17:51:46.560Z] Step 20/21 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:46.822Z] ---> Running in e5e4be060bb7 [2021-01-28T17:51:47.083Z] Removing intermediate container e5e4be060bb7 [2021-01-28T17:51:47.083Z] ---> 83f1bf68c8ab [2021-01-28T17:51:47.083Z] Step 21/21 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:47.083Z] ---> Running in f7945365e440 [2021-01-28T17:51:47.346Z] Removing intermediate container f7945365e440 [2021-01-28T17:51:47.346Z] ---> eaf0bc7c2c06 [2021-01-28T17:51:47.346Z] [2021-01-28T17:51:47.346Z] Successfully built eaf0bc7c2c06 [2021-01-28T17:51:47.578Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:51:47.578Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:51:47.578Z] ---> 21cdfd13b544 [2021-01-28T17:51:47.578Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:51:47.610Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T17:51:47.853Z] ---> Running in ba7a2b012dcf [2021-01-28T17:51:47.853Z] ---> Using cache [2021-01-28T17:51:47.853Z] ---> 2fe885f20eed [2021-01-28T17:51:47.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:51:47.853Z] ---> Using cache [2021-01-28T17:51:47.853Z] ---> 2f6508a76623 [2021-01-28T17:51:47.853Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:51:48.128Z] ---> 2223fd651c4f [2021-01-28T17:51:48.128Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:51:48.128Z] ---> Running in f8722c266c20 [2021-01-28T17:51:48.207Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2021-01-28T17:51:48.267Z] $ docker stop --time=1 d03330dd4b1e6811a3f4a660aa689cfd7f62b2963a44ebc38bd1065c215df9ab [2021-01-28T17:51:48.402Z] ---> Running in 518635fc7b8f [2021-01-28T17:51:49.394Z] Removing intermediate container 518635fc7b8f [2021-01-28T17:51:49.394Z] ---> 6f5b2ad66a63 [2021-01-28T17:51:49.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:51:49.670Z] Removing intermediate container 742cd32d2b98 [2021-01-28T17:51:49.670Z] ---> b0dc052e3197 [2021-01-28T17:51:49.670Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:51:49.954Z] ---> Running in 25a2f9e19988 [2021-01-28T17:51:49.954Z] ---> Running in 39e86dd4ef37 [2021-01-28T17:51:49.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:49.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:50.104Z] $ docker rm -f d03330dd4b1e6811a3f4a660aa689cfd7f62b2963a44ebc38bd1065c215df9ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:51:50.576Z] ---> e1fba9fd84f2 [2021-01-28T17:51:50.576Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:51:50.576Z] Removing intermediate container 25a2f9e19988 [2021-01-28T17:51:50.576Z] ---> e1bb275e0f47 [2021-01-28T17:51:50.576Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:51:50.576Z] ---> Running in 0b3b09514930 [2021-01-28T17:51:50.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:50.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:50.856Z] ---> Running in ef9a69998f44 [2021-01-28T17:51:51.384Z] + docker images [2021-01-28T17:51:51.384Z] + grep docker [2021-01-28T17:51:51.474Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:51:51.474Z] statically linked [2021-01-28T17:51:51.474Z] OK: 217 MiB in 51 packages [2021-01-28T17:51:51.751Z] Removing intermediate container ef9a69998f44 [2021-01-28T17:51:51.751Z] ---> 7601171eb5e2 [2021-01-28T17:51:51.751Z] Step 22/23 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:51.751Z] OK: 217 MiB in 51 packages [2021-01-28T17:51:51.959Z] docker-security-proxy-setup-go latest eaf0bc7c2c06 4 seconds ago 24.4MB [2021-01-28T17:51:51.959Z] docker-security-secretstore-setup-go latest 690c34c2ef7d 17 seconds ago 24.6MB [2021-01-28T17:51:51.959Z] docker-support-notifications-go latest 2fab863168e6 21 seconds ago 16.9MB [2021-01-28T17:51:51.959Z] docker-core-command-go latest 132afb6b2d8e 22 seconds ago 16.9MB [2021-01-28T17:51:51.959Z] docker-sys-mgmt-agent-go latest fa0aeca70db0 31 seconds ago 313MB [2021-01-28T17:51:51.959Z] docker-security-bootstrapper-go latest f68cb69cb56a 38 seconds ago 33.5MB [2021-01-28T17:51:51.959Z] docker-core-data-go latest 2a191b15ca6f 2 minutes ago 22.3MB [2021-01-28T17:51:51.959Z] docker-core-metadata-go latest 6ab422662211 2 minutes ago 18.8MB [2021-01-28T17:51:51.959Z] docker-support-scheduler-go latest d78e51d9b5da 2 minutes ago 16.4MB [2021-01-28T17:51:51.959Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-01-28T17:51:52.033Z] ---> Running in d285994f4c70 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:51:52.488Z] provisioning config files... [2021-01-28T17:51:52.524Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/327@tmp/config6865081488340739611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:51:52.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:51:52.896Z] ---> docker-login.sh [2021-01-28T17:51:52.896Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:51:52.896Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:51:52.920Z] Removing intermediate container d285994f4c70 [2021-01-28T17:51:52.920Z] ---> 524ad0fbbb76 [2021-01-28T17:51:52.920Z] Step 23/23 : LABEL version=2.0.0-dev.64 [2021-01-28T17:51:52.920Z] ---> Running in cca72682dc8c [2021-01-28T17:51:53.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:51:53.159Z] Configure a credential helper to remove this warning. See [2021-01-28T17:51:53.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:51:53.159Z] [2021-01-28T17:51:53.159Z] Login Succeeded [2021-01-28T17:51:53.159Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:51:53.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:51:53.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:51:53.159Z] Configure a credential helper to remove this warning. See [2021-01-28T17:51:53.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:51:53.159Z] [2021-01-28T17:51:53.159Z] Login Succeeded [2021-01-28T17:51:53.159Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:51:53.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:51:53.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:51:53.421Z] Configure a credential helper to remove this warning. See [2021-01-28T17:51:53.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:51:53.421Z] [2021-01-28T17:51:53.421Z] Login Succeeded [2021-01-28T17:51:53.421Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:51:53.516Z] Removing intermediate container ba7a2b012dcf [2021-01-28T17:51:53.516Z] ---> facd69d75d72 [2021-01-28T17:51:53.516Z] Step 6/26 : COPY go.mod . [2021-01-28T17:51:53.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:51:53.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:51:53.682Z] Configure a credential helper to remove this warning. See [2021-01-28T17:51:53.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:51:53.682Z] [2021-01-28T17:51:53.682Z] Login Succeeded [2021-01-28T17:51:53.682Z] docker.io [2021-01-28T17:51:53.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:51:53.790Z] Removing intermediate container 39e86dd4ef37 [2021-01-28T17:51:53.790Z] ---> b6b39197504f [2021-01-28T17:51:53.790Z] [2021-01-28T17:51:53.790Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:51:53.790Z] ---> afeebe901d6b [2021-01-28T17:51:53.790Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:51:53.790Z] Removing intermediate container f8722c266c20 [2021-01-28T17:51:53.790Z] Removing intermediate container cca72682dc8c [2021-01-28T17:51:53.790Z] ---> a3376e752e7e [2021-01-28T17:51:53.790Z] Step 6/22 : COPY go.mod . [2021-01-28T17:51:53.790Z] ---> 23551a384f01 [2021-01-28T17:51:53.790Z] [2021-01-28T17:51:53.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:51:53.944Z] Configure a credential helper to remove this warning. See [2021-01-28T17:51:53.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:51:53.944Z] [2021-01-28T17:51:53.944Z] Login Succeeded [2021-01-28T17:51:53.944Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:51:53.954Z] Deleting 1 temporary files [Pipeline] // wrap [2021-01-28T17:51:54.063Z] ---> Running in 9d07fe088284 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:51:54.224Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-28T17:51:54.224Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:54.224Z] 2.0.0-dev.64 [2021-01-28T17:51:54.224Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:51:54.224Z] master [2021-01-28T17:51:54.224Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:54.671Z] Successfully built 23551a384f01 [2021-01-28T17:51:54.671Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T17:51:54.671Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-28T17:51:54.714Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:54.946Z] ---> 16673616fbef [2021-01-28T17:51:54.946Z] Step 7/26 : RUN go mod download [2021-01-28T17:51:55.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:55.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:51:55.040Z] 21f6b068e601: Preparing [2021-01-28T17:51:55.040Z] c248bdd1f396: Preparing [2021-01-28T17:51:55.040Z] c730e1402854: Preparing [2021-01-28T17:51:55.040Z] ccb19648939a: Preparing [2021-01-28T17:51:55.040Z] 777b2c648970: Preparing [2021-01-28T17:51:55.040Z] 777b2c648970: Layer already exists [2021-01-28T17:51:55.223Z] Removing intermediate container 9d07fe088284 [2021-01-28T17:51:55.223Z] ---> 5b442aba2574 [2021-01-28T17:51:55.223Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:51:55.223Z] ---> Running in 769ccd3b0858 [2021-01-28T17:51:55.223Z] ---> 92f2954e9b7c [2021-01-28T17:51:55.223Z] Step 7/22 : RUN go mod download [2021-01-28T17:51:55.303Z] ccb19648939a: Pushed [2021-01-28T17:51:55.303Z] c730e1402854: Pushed [2021-01-28T17:51:55.303Z] 21f6b068e601: Pushed [2021-01-28T17:51:55.500Z] ---> Running in d551b0d839e7 [2021-01-28T17:51:55.500Z] ---> Running in 24f3e0b4a91d [2021-01-28T17:51:56.250Z] c248bdd1f396: Pushed [2021-01-28T17:51:56.512Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:76379992889c36e3eeb5fcb1e396e2e43ec0b38bb45fad3071994632f596f23e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:56.829Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:57.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.64 [2021-01-28T17:51:57.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:51:57.132Z] 21f6b068e601: Preparing [2021-01-28T17:51:57.132Z] c248bdd1f396: Preparing [2021-01-28T17:51:57.132Z] c730e1402854: Preparing [2021-01-28T17:51:57.132Z] ccb19648939a: Preparing [2021-01-28T17:51:57.132Z] 777b2c648970: Preparing [2021-01-28T17:51:57.132Z] 777b2c648970: Layer already exists [2021-01-28T17:51:57.132Z] c248bdd1f396: Layer already exists [2021-01-28T17:51:57.132Z] c730e1402854: Layer already exists [2021-01-28T17:51:57.132Z] 21f6b068e601: Layer already exists [2021-01-28T17:51:57.132Z] ccb19648939a: Layer already exists [2021-01-28T17:51:57.132Z] 2.0.0-dev.64: digest: sha256:76379992889c36e3eeb5fcb1e396e2e43ec0b38bb45fad3071994632f596f23e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:57.443Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:57.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:51:57.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:51:57.759Z] 21f6b068e601: Preparing [2021-01-28T17:51:57.759Z] c248bdd1f396: Preparing [2021-01-28T17:51:57.759Z] c730e1402854: Preparing [2021-01-28T17:51:57.759Z] ccb19648939a: Preparing [2021-01-28T17:51:57.759Z] 777b2c648970: Preparing [2021-01-28T17:51:57.759Z] c248bdd1f396: Layer already exists [2021-01-28T17:51:57.759Z] 21f6b068e601: Layer already exists [2021-01-28T17:51:57.759Z] ccb19648939a: Layer already exists [2021-01-28T17:51:57.759Z] 777b2c648970: Layer already exists [2021-01-28T17:51:57.759Z] c730e1402854: Layer already exists [2021-01-28T17:51:57.759Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:76379992889c36e3eeb5fcb1e396e2e43ec0b38bb45fad3071994632f596f23e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:58.070Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:58.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:51:58.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-28T17:51:58.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-28T17:51:58.415Z] 21f6b068e601: Preparing [2021-01-28T17:51:58.415Z] c248bdd1f396: Preparing [2021-01-28T17:51:58.415Z] c730e1402854: Preparing [2021-01-28T17:51:58.415Z] ccb19648939a: Preparing [2021-01-28T17:51:58.415Z] 777b2c648970: Preparing [2021-01-28T17:51:58.415Z] 21f6b068e601: Layer already exists [2021-01-28T17:51:58.415Z] 777b2c648970: Layer already exists [2021-01-28T17:51:58.415Z] c248bdd1f396: Layer already exists [2021-01-28T17:51:58.415Z] c730e1402854: Layer already exists [2021-01-28T17:51:58.415Z] ccb19648939a: Layer already exists [2021-01-28T17:51:58.415Z] master: digest: sha256:76379992889c36e3eeb5fcb1e396e2e43ec0b38bb45fad3071994632f596f23e size: 1363 [2021-01-28T17:51:58.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:51:58.595Z] ===================================================== [Pipeline] echo [2021-01-28T17:51:58.641Z] taggedImages: [2021-01-28T17:51:58.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:58.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.64 [2021-01-28T17:51:58.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:51:58.641Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-28T17:51:58.708Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-28T17:51:58.708Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:58.708Z] 2.0.0-dev.64 [2021-01-28T17:51:58.708Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:51:58.708Z] master [2021-01-28T17:51:58.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:59.199Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:51:59.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:51:59.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:51:59.510Z] a40b84b080f1: Preparing [2021-01-28T17:51:59.510Z] 841fcbba72ff: Preparing [2021-01-28T17:51:59.510Z] c730e1402854: Preparing [2021-01-28T17:51:59.510Z] 2450550a5c4f: Preparing [2021-01-28T17:51:59.510Z] d2eb20864e48: Preparing [2021-01-28T17:51:59.510Z] 777b2c648970: Preparing [2021-01-28T17:51:59.510Z] 777b2c648970: Waiting [2021-01-28T17:51:59.510Z] c730e1402854: Layer already exists [2021-01-28T17:51:59.510Z] 777b2c648970: Layer already exists [2021-01-28T17:51:59.649Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:51:59.649Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:51:59.649Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:51:59.649Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:51:59.649Z] OK: 6 MiB in 17 packages [2021-01-28T17:51:59.805Z] a40b84b080f1: Pushed [2021-01-28T17:51:59.805Z] d2eb20864e48: Pushed [2021-01-28T17:52:00.067Z] 2450550a5c4f: Pushed [2021-01-28T17:52:01.012Z] 841fcbba72ff: Pushed [2021-01-28T17:52:01.275Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:200ad33bad5b33472512830fe42455b935a5414123f559bd3641628fe231f4dd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:01.593Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:01.756Z] Removing intermediate container 769ccd3b0858 [2021-01-28T17:52:01.756Z] ---> 9ae9f0019c08 [2021-01-28T17:52:01.756Z] Step 8/26 : COPY . . [2021-01-28T17:52:01.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.64 [2021-01-28T17:52:01.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:52:01.897Z] a40b84b080f1: Preparing [2021-01-28T17:52:01.897Z] 841fcbba72ff: Preparing [2021-01-28T17:52:01.897Z] c730e1402854: Preparing [2021-01-28T17:52:01.897Z] 2450550a5c4f: Preparing [2021-01-28T17:52:01.897Z] d2eb20864e48: Preparing [2021-01-28T17:52:01.897Z] 777b2c648970: Preparing [2021-01-28T17:52:01.897Z] 777b2c648970: Waiting [2021-01-28T17:52:01.897Z] d2eb20864e48: Layer already exists [2021-01-28T17:52:01.897Z] a40b84b080f1: Layer already exists [2021-01-28T17:52:01.897Z] c730e1402854: Layer already exists [2021-01-28T17:52:01.897Z] 2450550a5c4f: Layer already exists [2021-01-28T17:52:01.897Z] 841fcbba72ff: Layer already exists [2021-01-28T17:52:01.897Z] 777b2c648970: Layer already exists [2021-01-28T17:52:02.162Z] 2.0.0-dev.64: digest: sha256:200ad33bad5b33472512830fe42455b935a5414123f559bd3641628fe231f4dd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:02.359Z] Removing intermediate container 24f3e0b4a91d [2021-01-28T17:52:02.359Z] ---> 2c681b0e518b [2021-01-28T17:52:02.359Z] Step 8/22 : COPY . . [2021-01-28T17:52:02.474Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:02.629Z] Removing intermediate container d551b0d839e7 [2021-01-28T17:52:02.629Z] ---> d19fac1930d0 [2021-01-28T17:52:02.629Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:52:02.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:02.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:52:02.782Z] a40b84b080f1: Preparing [2021-01-28T17:52:02.782Z] 841fcbba72ff: Preparing [2021-01-28T17:52:02.782Z] c730e1402854: Preparing [2021-01-28T17:52:02.782Z] 2450550a5c4f: Preparing [2021-01-28T17:52:02.782Z] d2eb20864e48: Preparing [2021-01-28T17:52:02.782Z] 777b2c648970: Preparing [2021-01-28T17:52:02.782Z] 777b2c648970: Waiting [2021-01-28T17:52:02.782Z] c730e1402854: Layer already exists [2021-01-28T17:52:02.782Z] 841fcbba72ff: Layer already exists [2021-01-28T17:52:02.782Z] d2eb20864e48: Layer already exists [2021-01-28T17:52:02.782Z] a40b84b080f1: Layer already exists [2021-01-28T17:52:02.782Z] 2450550a5c4f: Layer already exists [2021-01-28T17:52:02.782Z] 777b2c648970: Layer already exists [2021-01-28T17:52:02.782Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:200ad33bad5b33472512830fe42455b935a5414123f559bd3641628fe231f4dd size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:03.146Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:03.231Z] ---> Running in 5a7c9c40e8ae [2021-01-28T17:52:03.495Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-28T17:52:03.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-28T17:52:03.495Z] a40b84b080f1: Preparing [2021-01-28T17:52:03.495Z] 841fcbba72ff: Preparing [2021-01-28T17:52:03.495Z] c730e1402854: Preparing [2021-01-28T17:52:03.495Z] 2450550a5c4f: Preparing [2021-01-28T17:52:03.495Z] d2eb20864e48: Preparing [2021-01-28T17:52:03.495Z] 777b2c648970: Preparing [2021-01-28T17:52:03.495Z] 777b2c648970: Waiting [2021-01-28T17:52:03.495Z] c730e1402854: Layer already exists [2021-01-28T17:52:03.495Z] d2eb20864e48: Layer already exists [2021-01-28T17:52:03.495Z] a40b84b080f1: Layer already exists [2021-01-28T17:52:03.495Z] 841fcbba72ff: Layer already exists [2021-01-28T17:52:03.495Z] 2450550a5c4f: Layer already exists [2021-01-28T17:52:03.495Z] 777b2c648970: Layer already exists [2021-01-28T17:52:03.495Z] master: digest: sha256:200ad33bad5b33472512830fe42455b935a5414123f559bd3641628fe231f4dd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:03.690Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:03.771Z] taggedImages: [2021-01-28T17:52:03.771Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:03.771Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.64 [2021-01-28T17:52:03.771Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:03.771Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-28T17:52:03.835Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-28T17:52:03.835Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:03.835Z] 2.0.0-dev.64 [2021-01-28T17:52:03.835Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:03.835Z] master [2021-01-28T17:52:03.835Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:04.358Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:04.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:04.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:52:04.667Z] f806a2e6ec74: Preparing [2021-01-28T17:52:04.667Z] 77c3a0a343fa: Preparing [2021-01-28T17:52:04.667Z] c730e1402854: Preparing [2021-01-28T17:52:04.667Z] ccb19648939a: Preparing [2021-01-28T17:52:04.667Z] 777b2c648970: Preparing [2021-01-28T17:52:04.667Z] c730e1402854: Layer already exists [2021-01-28T17:52:04.667Z] 777b2c648970: Layer already exists [2021-01-28T17:52:04.667Z] ccb19648939a: Layer already exists [2021-01-28T17:52:04.935Z] f806a2e6ec74: Pushed [2021-01-28T17:52:05.230Z] Removing intermediate container 5a7c9c40e8ae [2021-01-28T17:52:05.230Z] ---> fe41180f4bc2 [2021-01-28T17:52:05.230Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:52:05.880Z] 77c3a0a343fa: Pushed [2021-01-28T17:52:06.141Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:4a238651937467f5a5b69e234f57825b9e55ae8d46a52d6927676601b5033546 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:06.224Z] ---> Running in ee9f6847de84 [2021-01-28T17:52:06.449Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:06.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.64 [2021-01-28T17:52:06.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:52:06.753Z] f806a2e6ec74: Preparing [2021-01-28T17:52:06.753Z] 77c3a0a343fa: Preparing [2021-01-28T17:52:06.753Z] c730e1402854: Preparing [2021-01-28T17:52:06.753Z] ccb19648939a: Preparing [2021-01-28T17:52:06.753Z] 777b2c648970: Preparing [2021-01-28T17:52:06.753Z] 777b2c648970: Layer already exists [2021-01-28T17:52:06.753Z] 77c3a0a343fa: Layer already exists [2021-01-28T17:52:06.753Z] ccb19648939a: Layer already exists [2021-01-28T17:52:06.753Z] c730e1402854: Layer already exists [2021-01-28T17:52:06.753Z] f806a2e6ec74: Layer already exists [2021-01-28T17:52:06.753Z] 2.0.0-dev.64: digest: sha256:4a238651937467f5a5b69e234f57825b9e55ae8d46a52d6927676601b5033546 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:07.059Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:07.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:07.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:52:07.360Z] f806a2e6ec74: Preparing [2021-01-28T17:52:07.360Z] 77c3a0a343fa: Preparing [2021-01-28T17:52:07.360Z] c730e1402854: Preparing [2021-01-28T17:52:07.360Z] ccb19648939a: Preparing [2021-01-28T17:52:07.360Z] 777b2c648970: Preparing [2021-01-28T17:52:07.360Z] ccb19648939a: Layer already exists [2021-01-28T17:52:07.360Z] 77c3a0a343fa: Layer already exists [2021-01-28T17:52:07.360Z] c730e1402854: Layer already exists [2021-01-28T17:52:07.360Z] 777b2c648970: Layer already exists [2021-01-28T17:52:07.360Z] f806a2e6ec74: Layer already exists [2021-01-28T17:52:07.360Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:4a238651937467f5a5b69e234f57825b9e55ae8d46a52d6927676601b5033546 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:07.669Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:07.689Z] Removing intermediate container ee9f6847de84 [2021-01-28T17:52:07.690Z] ---> f60cbd88390e [2021-01-28T17:52:07.690Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:52:07.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-28T17:52:07.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-28T17:52:07.970Z] f806a2e6ec74: Preparing [2021-01-28T17:52:07.970Z] 77c3a0a343fa: Preparing [2021-01-28T17:52:07.970Z] c730e1402854: Preparing [2021-01-28T17:52:07.970Z] ccb19648939a: Preparing [2021-01-28T17:52:07.970Z] 777b2c648970: Preparing [2021-01-28T17:52:07.970Z] 777b2c648970: Layer already exists [2021-01-28T17:52:07.970Z] ccb19648939a: Layer already exists [2021-01-28T17:52:07.970Z] f806a2e6ec74: Layer already exists [2021-01-28T17:52:07.970Z] c730e1402854: Layer already exists [2021-01-28T17:52:07.970Z] 77c3a0a343fa: Layer already exists [2021-01-28T17:52:07.970Z] master: digest: sha256:4a238651937467f5a5b69e234f57825b9e55ae8d46a52d6927676601b5033546 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:08.147Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:08.200Z] taggedImages: [2021-01-28T17:52:08.200Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:08.200Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.64 [2021-01-28T17:52:08.200Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:08.200Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-28T17:52:08.297Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-28T17:52:08.297Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:08.297Z] 2.0.0-dev.64 [2021-01-28T17:52:08.297Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:08.297Z] master [2021-01-28T17:52:08.297Z] ===================================================== [2021-01-28T17:52:08.327Z] ---> Running in 4193c5ce1882 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:08.787Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:09.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:09.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:52:09.090Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:09.090Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:09.090Z] 201bc6671f01: Preparing [2021-01-28T17:52:09.090Z] 9c3bc34b5ed4: Preparing [2021-01-28T17:52:09.090Z] 17d711f85414: Preparing [2021-01-28T17:52:09.090Z] 01b6fe370cef: Preparing [2021-01-28T17:52:09.090Z] c730e1402854: Preparing [2021-01-28T17:52:09.090Z] 94a4289d65e8: Preparing [2021-01-28T17:52:09.090Z] 94a4289d65e8: Preparing [2021-01-28T17:52:09.090Z] 612c519210ba: Preparing [2021-01-28T17:52:09.090Z] c06d6a4b29f2: Preparing [2021-01-28T17:52:09.090Z] af36e94b44c9: Preparing [2021-01-28T17:52:09.090Z] 777b2c648970: Preparing [2021-01-28T17:52:09.090Z] c730e1402854: Waiting [2021-01-28T17:52:09.090Z] 94a4289d65e8: Waiting [2021-01-28T17:52:09.090Z] c06d6a4b29f2: Waiting [2021-01-28T17:52:09.090Z] 612c519210ba: Waiting [2021-01-28T17:52:09.090Z] af36e94b44c9: Waiting [2021-01-28T17:52:09.090Z] 777b2c648970: Waiting [2021-01-28T17:52:09.358Z] 69ddbe4ae899: Pushed [2021-01-28T17:52:09.358Z] 17d711f85414: Pushed [2021-01-28T17:52:09.358Z] 201bc6671f01: Pushed [2021-01-28T17:52:09.358Z] c730e1402854: Layer already exists [2021-01-28T17:52:09.629Z] c06d6a4b29f2: Pushed [2021-01-28T17:52:09.630Z] 94a4289d65e8: Pushed [2021-01-28T17:52:09.630Z] 777b2c648970: Layer already exists [2021-01-28T17:52:09.903Z] af36e94b44c9: Pushed [2021-01-28T17:52:10.165Z] 9c3bc34b5ed4: Pushed [2021-01-28T17:52:10.165Z] 01b6fe370cef: Pushed [2021-01-28T17:52:10.426Z] 612c519210ba: Pushed [2021-01-28T17:52:10.689Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:a855f010754d64083e043e4ca27f61983f6915e8d4df6d3edec705e6c0ab1c20 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:10.998Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:11.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.64 [2021-01-28T17:52:11.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:52:11.300Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:11.300Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:11.300Z] 201bc6671f01: Preparing [2021-01-28T17:52:11.300Z] 9c3bc34b5ed4: Preparing [2021-01-28T17:52:11.300Z] 17d711f85414: Preparing [2021-01-28T17:52:11.300Z] 01b6fe370cef: Preparing [2021-01-28T17:52:11.300Z] c730e1402854: Preparing [2021-01-28T17:52:11.300Z] 94a4289d65e8: Preparing [2021-01-28T17:52:11.300Z] 94a4289d65e8: Preparing [2021-01-28T17:52:11.300Z] 612c519210ba: Preparing [2021-01-28T17:52:11.300Z] c06d6a4b29f2: Preparing [2021-01-28T17:52:11.300Z] af36e94b44c9: Preparing [2021-01-28T17:52:11.300Z] 777b2c648970: Preparing [2021-01-28T17:52:11.300Z] 94a4289d65e8: Waiting [2021-01-28T17:52:11.300Z] 612c519210ba: Waiting [2021-01-28T17:52:11.300Z] c06d6a4b29f2: Waiting [2021-01-28T17:52:11.300Z] af36e94b44c9: Waiting [2021-01-28T17:52:11.300Z] 777b2c648970: Waiting [2021-01-28T17:52:11.300Z] 69ddbe4ae899: Layer already exists [2021-01-28T17:52:11.300Z] 01b6fe370cef: Layer already exists [2021-01-28T17:52:11.300Z] 201bc6671f01: Layer already exists [2021-01-28T17:52:11.300Z] 9c3bc34b5ed4: Layer already exists [2021-01-28T17:52:11.300Z] 17d711f85414: Layer already exists [2021-01-28T17:52:11.300Z] 94a4289d65e8: Layer already exists [2021-01-28T17:52:11.300Z] c730e1402854: Layer already exists [2021-01-28T17:52:11.300Z] af36e94b44c9: Layer already exists [2021-01-28T17:52:11.300Z] c06d6a4b29f2: Layer already exists [2021-01-28T17:52:11.300Z] 612c519210ba: Layer already exists [2021-01-28T17:52:11.300Z] 777b2c648970: Layer already exists [2021-01-28T17:52:11.564Z] 2.0.0-dev.64: digest: sha256:a855f010754d64083e043e4ca27f61983f6915e8d4df6d3edec705e6c0ab1c20 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:11.874Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:12.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:12.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:52:12.183Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:12.183Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:12.183Z] 201bc6671f01: Preparing [2021-01-28T17:52:12.183Z] 9c3bc34b5ed4: Preparing [2021-01-28T17:52:12.183Z] 17d711f85414: Preparing [2021-01-28T17:52:12.183Z] 01b6fe370cef: Preparing [2021-01-28T17:52:12.183Z] c730e1402854: Preparing [2021-01-28T17:52:12.183Z] 94a4289d65e8: Preparing [2021-01-28T17:52:12.183Z] 94a4289d65e8: Preparing [2021-01-28T17:52:12.183Z] 612c519210ba: Preparing [2021-01-28T17:52:12.183Z] c06d6a4b29f2: Preparing [2021-01-28T17:52:12.183Z] af36e94b44c9: Preparing [2021-01-28T17:52:12.183Z] 777b2c648970: Preparing [2021-01-28T17:52:12.183Z] 612c519210ba: Waiting [2021-01-28T17:52:12.183Z] c06d6a4b29f2: Waiting [2021-01-28T17:52:12.183Z] af36e94b44c9: Waiting [2021-01-28T17:52:12.183Z] 777b2c648970: Waiting [2021-01-28T17:52:12.183Z] c730e1402854: Waiting [2021-01-28T17:52:12.183Z] 94a4289d65e8: Waiting [2021-01-28T17:52:12.183Z] 69ddbe4ae899: Layer already exists [2021-01-28T17:52:12.183Z] 9c3bc34b5ed4: Layer already exists [2021-01-28T17:52:12.183Z] 201bc6671f01: Layer already exists [2021-01-28T17:52:12.183Z] 17d711f85414: Layer already exists [2021-01-28T17:52:12.183Z] 01b6fe370cef: Layer already exists [2021-01-28T17:52:12.183Z] 94a4289d65e8: Layer already exists [2021-01-28T17:52:12.183Z] c730e1402854: Layer already exists [2021-01-28T17:52:12.183Z] c06d6a4b29f2: Layer already exists [2021-01-28T17:52:12.183Z] af36e94b44c9: Layer already exists [2021-01-28T17:52:12.183Z] 612c519210ba: Layer already exists [2021-01-28T17:52:12.183Z] 777b2c648970: Layer already exists [2021-01-28T17:52:12.183Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:a855f010754d64083e043e4ca27f61983f6915e8d4df6d3edec705e6c0ab1c20 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:12.497Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:12.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-28T17:52:12.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-28T17:52:12.803Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:12.803Z] 69ddbe4ae899: Preparing [2021-01-28T17:52:12.803Z] 201bc6671f01: Preparing [2021-01-28T17:52:12.803Z] 9c3bc34b5ed4: Preparing [2021-01-28T17:52:12.803Z] 17d711f85414: Preparing [2021-01-28T17:52:12.803Z] 01b6fe370cef: Preparing [2021-01-28T17:52:12.803Z] c730e1402854: Preparing [2021-01-28T17:52:12.803Z] 94a4289d65e8: Preparing [2021-01-28T17:52:12.803Z] 94a4289d65e8: Preparing [2021-01-28T17:52:12.803Z] 612c519210ba: Preparing [2021-01-28T17:52:12.803Z] c06d6a4b29f2: Preparing [2021-01-28T17:52:12.803Z] af36e94b44c9: Preparing [2021-01-28T17:52:12.803Z] 777b2c648970: Preparing [2021-01-28T17:52:12.803Z] 94a4289d65e8: Waiting [2021-01-28T17:52:12.803Z] 612c519210ba: Waiting [2021-01-28T17:52:12.803Z] c06d6a4b29f2: Waiting [2021-01-28T17:52:12.803Z] af36e94b44c9: Waiting [2021-01-28T17:52:12.803Z] c730e1402854: Waiting [2021-01-28T17:52:12.803Z] 69ddbe4ae899: Layer already exists [2021-01-28T17:52:12.803Z] 01b6fe370cef: Layer already exists [2021-01-28T17:52:12.803Z] 9c3bc34b5ed4: Layer already exists [2021-01-28T17:52:12.803Z] 17d711f85414: Layer already exists [2021-01-28T17:52:12.803Z] 201bc6671f01: Layer already exists [2021-01-28T17:52:12.803Z] 94a4289d65e8: Layer already exists [2021-01-28T17:52:12.803Z] c730e1402854: Layer already exists [2021-01-28T17:52:12.803Z] af36e94b44c9: Layer already exists [2021-01-28T17:52:12.803Z] c06d6a4b29f2: Layer already exists [2021-01-28T17:52:12.803Z] 612c519210ba: Layer already exists [2021-01-28T17:52:12.803Z] 777b2c648970: Layer already exists [2021-01-28T17:52:13.067Z] master: digest: sha256:a855f010754d64083e043e4ca27f61983f6915e8d4df6d3edec705e6c0ab1c20 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:13.269Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:13.320Z] taggedImages: [2021-01-28T17:52:13.320Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:13.320Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.64 [2021-01-28T17:52:13.320Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:13.320Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-28T17:52:13.382Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-28T17:52:13.382Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:13.382Z] 2.0.0-dev.64 [2021-01-28T17:52:13.382Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:13.382Z] master [2021-01-28T17:52:13.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:13.761Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:52:13.761Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:52:13.761Z] ---> 21cdfd13b544 [2021-01-28T17:52:13.761Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:52:13.761Z] ---> Using cache [2021-01-28T17:52:13.761Z] ---> 2fe885f20eed [2021-01-28T17:52:13.761Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:52:13.761Z] ---> Using cache [2021-01-28T17:52:13.761Z] ---> 2f6508a76623 [2021-01-28T17:52:13.761Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:52:13.761Z] ---> Using cache [2021-01-28T17:52:13.761Z] ---> a3376e752e7e [2021-01-28T17:52:13.761Z] Step 6/21 : COPY go.mod . [2021-01-28T17:52:13.761Z] ---> Using cache [2021-01-28T17:52:13.761Z] ---> 92f2954e9b7c [2021-01-28T17:52:13.761Z] Step 7/21 : RUN go mod download [2021-01-28T17:52:13.761Z] ---> Using cache [2021-01-28T17:52:13.761Z] ---> 2c681b0e518b [2021-01-28T17:52:13.761Z] Step 8/21 : COPY . . [2021-01-28T17:52:13.855Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:14.043Z] Removing intermediate container 4193c5ce1882 [2021-01-28T17:52:14.043Z] ---> fbe30488d4d1 [2021-01-28T17:52:14.043Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:52:14.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:14.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:52:14.170Z] 123f8e4ef99b: Preparing [2021-01-28T17:52:14.170Z] 50192c69e2a9: Preparing [2021-01-28T17:52:14.170Z] 94a9fd36782b: Preparing [2021-01-28T17:52:14.170Z] bdd16da6b93b: Preparing [2021-01-28T17:52:14.170Z] 85801d851048: Preparing [2021-01-28T17:52:14.170Z] 777b2c648970: Preparing [2021-01-28T17:52:14.170Z] 777b2c648970: Waiting [2021-01-28T17:52:14.437Z] bdd16da6b93b: Pushed [2021-01-28T17:52:14.437Z] 94a9fd36782b: Pushed [2021-01-28T17:52:14.437Z] 777b2c648970: Layer already exists [2021-01-28T17:52:14.437Z] 85801d851048: Pushed [2021-01-28T17:52:14.646Z] ---> Running in be1bc0b5734d [2021-01-28T17:52:15.389Z] 123f8e4ef99b: Pushed [2021-01-28T17:52:15.389Z] 50192c69e2a9: Pushed [2021-01-28T17:52:15.389Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:4f3606378c6331a50ed214787a8eb39542968bbcfd396c6d7e0748db76ff2f19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:15.771Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:16.122Z] Removing intermediate container be1bc0b5734d [2021-01-28T17:52:16.122Z] ---> 0b3da2804b0d [2021-01-28T17:52:16.122Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:52:16.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.64 [2021-01-28T17:52:16.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:52:16.131Z] 123f8e4ef99b: Preparing [2021-01-28T17:52:16.131Z] 50192c69e2a9: Preparing [2021-01-28T17:52:16.131Z] 94a9fd36782b: Preparing [2021-01-28T17:52:16.131Z] bdd16da6b93b: Preparing [2021-01-28T17:52:16.131Z] 85801d851048: Preparing [2021-01-28T17:52:16.131Z] 777b2c648970: Preparing [2021-01-28T17:52:16.131Z] 777b2c648970: Waiting [2021-01-28T17:52:16.131Z] 94a9fd36782b: Layer already exists [2021-01-28T17:52:16.131Z] 85801d851048: Layer already exists [2021-01-28T17:52:16.131Z] 50192c69e2a9: Layer already exists [2021-01-28T17:52:16.131Z] 123f8e4ef99b: Layer already exists [2021-01-28T17:52:16.131Z] bdd16da6b93b: Layer already exists [2021-01-28T17:52:16.131Z] 777b2c648970: Layer already exists [2021-01-28T17:52:16.131Z] 2.0.0-dev.64: digest: sha256:4f3606378c6331a50ed214787a8eb39542968bbcfd396c6d7e0748db76ff2f19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:16.444Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:16.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:16.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:52:16.740Z] 123f8e4ef99b: Preparing [2021-01-28T17:52:16.740Z] 50192c69e2a9: Preparing [2021-01-28T17:52:16.740Z] 94a9fd36782b: Preparing [2021-01-28T17:52:16.740Z] bdd16da6b93b: Preparing [2021-01-28T17:52:16.740Z] 85801d851048: Preparing [2021-01-28T17:52:16.740Z] 777b2c648970: Preparing [2021-01-28T17:52:16.740Z] 777b2c648970: Waiting [2021-01-28T17:52:16.740Z] bdd16da6b93b: Layer already exists [2021-01-28T17:52:16.740Z] 94a9fd36782b: Layer already exists [2021-01-28T17:52:16.740Z] 123f8e4ef99b: Layer already exists [2021-01-28T17:52:16.740Z] 50192c69e2a9: Layer already exists [2021-01-28T17:52:16.740Z] 85801d851048: Layer already exists [2021-01-28T17:52:16.740Z] 777b2c648970: Layer already exists [2021-01-28T17:52:16.740Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:4f3606378c6331a50ed214787a8eb39542968bbcfd396c6d7e0748db76ff2f19 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:17.044Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:17.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-28T17:52:17.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-28T17:52:17.342Z] 123f8e4ef99b: Preparing [2021-01-28T17:52:17.342Z] 50192c69e2a9: Preparing [2021-01-28T17:52:17.342Z] 94a9fd36782b: Preparing [2021-01-28T17:52:17.342Z] bdd16da6b93b: Preparing [2021-01-28T17:52:17.342Z] 85801d851048: Preparing [2021-01-28T17:52:17.342Z] 777b2c648970: Preparing [2021-01-28T17:52:17.342Z] 777b2c648970: Waiting [2021-01-28T17:52:17.342Z] 85801d851048: Layer already exists [2021-01-28T17:52:17.342Z] 50192c69e2a9: Layer already exists [2021-01-28T17:52:17.342Z] 123f8e4ef99b: Layer already exists [2021-01-28T17:52:17.342Z] bdd16da6b93b: Layer already exists [2021-01-28T17:52:17.342Z] 94a9fd36782b: Layer already exists [2021-01-28T17:52:17.342Z] 777b2c648970: Layer already exists [2021-01-28T17:52:17.342Z] master: digest: sha256:4f3606378c6331a50ed214787a8eb39542968bbcfd396c6d7e0748db76ff2f19 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:17.550Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:17.595Z] taggedImages: [2021-01-28T17:52:17.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:17.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.64 [2021-01-28T17:52:17.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:17.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-28T17:52:17.659Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-28T17:52:17.659Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:17.659Z] 2.0.0-dev.64 [2021-01-28T17:52:17.659Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:17.659Z] master [2021-01-28T17:52:17.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:18.156Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:18.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:18.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:52:18.458Z] 81c4c66a2284: Preparing [2021-01-28T17:52:18.458Z] 66aa56e49676: Preparing [2021-01-28T17:52:18.458Z] c31a5ea4263b: Preparing [2021-01-28T17:52:18.458Z] cbd272740f45: Preparing [2021-01-28T17:52:18.458Z] bc46336ccaf4: Preparing [2021-01-28T17:52:18.458Z] d2a312cf1c43: Preparing [2021-01-28T17:52:18.458Z] e83488700cb3: Preparing [2021-01-28T17:52:18.458Z] a458407a9bfc: Preparing [2021-01-28T17:52:18.458Z] 777b2c648970: Preparing [2021-01-28T17:52:18.458Z] d2a312cf1c43: Waiting [2021-01-28T17:52:18.458Z] a458407a9bfc: Waiting [2021-01-28T17:52:18.458Z] e83488700cb3: Waiting [2021-01-28T17:52:18.727Z] 81c4c66a2284: Pushed [2021-01-28T17:52:18.727Z] 66aa56e49676: Pushed [2021-01-28T17:52:18.727Z] bc46336ccaf4: Pushed [2021-01-28T17:52:18.727Z] d2a312cf1c43: Pushed [2021-01-28T17:52:18.727Z] e83488700cb3: Pushed [2021-01-28T17:52:18.727Z] 777b2c648970: Layer already exists [2021-01-28T17:52:19.303Z] a458407a9bfc: Pushed [2021-01-28T17:52:19.564Z] c31a5ea4263b: Pushed [2021-01-28T17:52:19.564Z] cbd272740f45: Pushed [2021-01-28T17:52:19.825Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:bd3f8ead20c092cba0b8ae121d6a720aac5bc6adc8fee7bf870044963a6b321d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:20.131Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:20.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.64 [2021-01-28T17:52:20.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:52:20.429Z] 81c4c66a2284: Preparing [2021-01-28T17:52:20.429Z] 66aa56e49676: Preparing [2021-01-28T17:52:20.429Z] c31a5ea4263b: Preparing [2021-01-28T17:52:20.429Z] cbd272740f45: Preparing [2021-01-28T17:52:20.429Z] bc46336ccaf4: Preparing [2021-01-28T17:52:20.429Z] d2a312cf1c43: Preparing [2021-01-28T17:52:20.429Z] e83488700cb3: Preparing [2021-01-28T17:52:20.429Z] a458407a9bfc: Preparing [2021-01-28T17:52:20.429Z] 777b2c648970: Preparing [2021-01-28T17:52:20.429Z] e83488700cb3: Waiting [2021-01-28T17:52:20.429Z] a458407a9bfc: Waiting [2021-01-28T17:52:20.429Z] 777b2c648970: Waiting [2021-01-28T17:52:20.429Z] d2a312cf1c43: Waiting [2021-01-28T17:52:20.429Z] cbd272740f45: Layer already exists [2021-01-28T17:52:20.429Z] bc46336ccaf4: Layer already exists [2021-01-28T17:52:20.429Z] 81c4c66a2284: Layer already exists [2021-01-28T17:52:20.429Z] c31a5ea4263b: Layer already exists [2021-01-28T17:52:20.429Z] 66aa56e49676: Layer already exists [2021-01-28T17:52:20.429Z] a458407a9bfc: Layer already exists [2021-01-28T17:52:20.429Z] d2a312cf1c43: Layer already exists [2021-01-28T17:52:20.429Z] e83488700cb3: Layer already exists [2021-01-28T17:52:20.429Z] 777b2c648970: Layer already exists [2021-01-28T17:52:20.429Z] 2.0.0-dev.64: digest: sha256:bd3f8ead20c092cba0b8ae121d6a720aac5bc6adc8fee7bf870044963a6b321d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:20.450Z] ---> 0640f17d29ef [2021-01-28T17:52:20.450Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:52:20.729Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:21.437Z] ---> 2e5f2f6bfafa [2021-01-28T17:52:21.437Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:52:21.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:21.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:52:21.605Z] 81c4c66a2284: Preparing [2021-01-28T17:52:21.605Z] 66aa56e49676: Preparing [2021-01-28T17:52:21.605Z] c31a5ea4263b: Preparing [2021-01-28T17:52:21.605Z] cbd272740f45: Preparing [2021-01-28T17:52:21.605Z] bc46336ccaf4: Preparing [2021-01-28T17:52:21.605Z] d2a312cf1c43: Preparing [2021-01-28T17:52:21.605Z] e83488700cb3: Preparing [2021-01-28T17:52:21.605Z] a458407a9bfc: Preparing [2021-01-28T17:52:21.605Z] 777b2c648970: Preparing [2021-01-28T17:52:21.605Z] d2a312cf1c43: Waiting [2021-01-28T17:52:21.605Z] e83488700cb3: Waiting [2021-01-28T17:52:21.605Z] a458407a9bfc: Waiting [2021-01-28T17:52:21.605Z] 777b2c648970: Waiting [2021-01-28T17:52:21.605Z] cbd272740f45: Layer already exists [2021-01-28T17:52:21.605Z] 81c4c66a2284: Layer already exists [2021-01-28T17:52:21.605Z] c31a5ea4263b: Layer already exists [2021-01-28T17:52:21.605Z] 66aa56e49676: Layer already exists [2021-01-28T17:52:21.605Z] bc46336ccaf4: Layer already exists [2021-01-28T17:52:21.605Z] d2a312cf1c43: Layer already exists [2021-01-28T17:52:21.605Z] a458407a9bfc: Layer already exists [2021-01-28T17:52:21.605Z] e83488700cb3: Layer already exists [2021-01-28T17:52:21.605Z] 777b2c648970: Layer already exists [2021-01-28T17:52:21.605Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:bd3f8ead20c092cba0b8ae121d6a720aac5bc6adc8fee7bf870044963a6b321d size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:21.907Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:22.041Z] ---> Running in 67835cab8ef0 [2021-01-28T17:52:22.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-28T17:52:22.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-28T17:52:22.205Z] 81c4c66a2284: Preparing [2021-01-28T17:52:22.205Z] 66aa56e49676: Preparing [2021-01-28T17:52:22.205Z] c31a5ea4263b: Preparing [2021-01-28T17:52:22.205Z] cbd272740f45: Preparing [2021-01-28T17:52:22.205Z] bc46336ccaf4: Preparing [2021-01-28T17:52:22.205Z] d2a312cf1c43: Preparing [2021-01-28T17:52:22.205Z] e83488700cb3: Preparing [2021-01-28T17:52:22.205Z] a458407a9bfc: Preparing [2021-01-28T17:52:22.205Z] 777b2c648970: Preparing [2021-01-28T17:52:22.205Z] d2a312cf1c43: Waiting [2021-01-28T17:52:22.205Z] e83488700cb3: Waiting [2021-01-28T17:52:22.205Z] a458407a9bfc: Waiting [2021-01-28T17:52:22.205Z] 777b2c648970: Waiting [2021-01-28T17:52:22.205Z] 81c4c66a2284: Layer already exists [2021-01-28T17:52:22.205Z] bc46336ccaf4: Layer already exists [2021-01-28T17:52:22.205Z] 66aa56e49676: Layer already exists [2021-01-28T17:52:22.205Z] c31a5ea4263b: Layer already exists [2021-01-28T17:52:22.205Z] cbd272740f45: Layer already exists [2021-01-28T17:52:22.205Z] d2a312cf1c43: Layer already exists [2021-01-28T17:52:22.205Z] e83488700cb3: Layer already exists [2021-01-28T17:52:22.205Z] 777b2c648970: Layer already exists [2021-01-28T17:52:22.205Z] a458407a9bfc: Layer already exists [2021-01-28T17:52:22.205Z] master: digest: sha256:bd3f8ead20c092cba0b8ae121d6a720aac5bc6adc8fee7bf870044963a6b321d size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:22.381Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:22.441Z] taggedImages: [2021-01-28T17:52:22.441Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:22.441Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.64 [2021-01-28T17:52:22.441Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:22.441Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-28T17:52:22.505Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-28T17:52:22.505Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:22.505Z] 2.0.0-dev.64 [2021-01-28T17:52:22.505Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:22.505Z] master [2021-01-28T17:52:22.505Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:23.025Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:23.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:23.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:52:23.325Z] 2c4e852056c2: Preparing [2021-01-28T17:52:23.325Z] b272cdcf9b4d: Preparing [2021-01-28T17:52:23.325Z] c730e1402854: Preparing [2021-01-28T17:52:23.325Z] 3d88acc670c1: Preparing [2021-01-28T17:52:23.325Z] 777b2c648970: Preparing [2021-01-28T17:52:23.325Z] 777b2c648970: Layer already exists [2021-01-28T17:52:23.325Z] c730e1402854: Layer already exists [2021-01-28T17:52:23.594Z] 2c4e852056c2: Pushed [2021-01-28T17:52:23.855Z] 3d88acc670c1: Pushed [2021-01-28T17:52:24.430Z] b272cdcf9b4d: Pushed [2021-01-28T17:52:24.692Z] ---> c7acfbbf7c5b [2021-01-28T17:52:24.692Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:52:24.694Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:6bfa2a9c420627dc6faa86d15addb4ca656c42b97de9ea694c4c94237ed10202 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:25.003Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:25.298Z] ---> Running in 45ec90b8a2a5 [2021-01-28T17:52:25.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.64 [2021-01-28T17:52:25.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:52:25.303Z] 2c4e852056c2: Preparing [2021-01-28T17:52:25.303Z] b272cdcf9b4d: Preparing [2021-01-28T17:52:25.303Z] c730e1402854: Preparing [2021-01-28T17:52:25.303Z] 3d88acc670c1: Preparing [2021-01-28T17:52:25.303Z] 777b2c648970: Preparing [2021-01-28T17:52:25.303Z] b272cdcf9b4d: Layer already exists [2021-01-28T17:52:25.303Z] 2c4e852056c2: Layer already exists [2021-01-28T17:52:25.303Z] 3d88acc670c1: Layer already exists [2021-01-28T17:52:25.303Z] c730e1402854: Layer already exists [2021-01-28T17:52:25.303Z] 777b2c648970: Layer already exists [2021-01-28T17:52:25.303Z] 2.0.0-dev.64: digest: sha256:6bfa2a9c420627dc6faa86d15addb4ca656c42b97de9ea694c4c94237ed10202 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:25.607Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:25.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:25.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:52:25.917Z] 2c4e852056c2: Preparing [2021-01-28T17:52:25.917Z] b272cdcf9b4d: Preparing [2021-01-28T17:52:25.917Z] c730e1402854: Preparing [2021-01-28T17:52:25.917Z] 3d88acc670c1: Preparing [2021-01-28T17:52:25.917Z] 777b2c648970: Preparing [2021-01-28T17:52:25.917Z] 777b2c648970: Layer already exists [2021-01-28T17:52:25.917Z] 3d88acc670c1: Layer already exists [2021-01-28T17:52:25.917Z] b272cdcf9b4d: Layer already exists [2021-01-28T17:52:25.917Z] 2c4e852056c2: Layer already exists [2021-01-28T17:52:25.917Z] c730e1402854: Layer already exists [2021-01-28T17:52:25.917Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:6bfa2a9c420627dc6faa86d15addb4ca656c42b97de9ea694c4c94237ed10202 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:26.299Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:26.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-28T17:52:26.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-28T17:52:26.596Z] 2c4e852056c2: Preparing [2021-01-28T17:52:26.596Z] b272cdcf9b4d: Preparing [2021-01-28T17:52:26.596Z] c730e1402854: Preparing [2021-01-28T17:52:26.596Z] 3d88acc670c1: Preparing [2021-01-28T17:52:26.596Z] 777b2c648970: Preparing [2021-01-28T17:52:26.596Z] c730e1402854: Layer already exists [2021-01-28T17:52:26.596Z] b272cdcf9b4d: Layer already exists [2021-01-28T17:52:26.596Z] 777b2c648970: Layer already exists [2021-01-28T17:52:26.596Z] 2c4e852056c2: Layer already exists [2021-01-28T17:52:26.596Z] 3d88acc670c1: Layer already exists [2021-01-28T17:52:26.596Z] master: digest: sha256:6bfa2a9c420627dc6faa86d15addb4ca656c42b97de9ea694c4c94237ed10202 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:26.774Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:26.819Z] taggedImages: [2021-01-28T17:52:26.819Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:26.819Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.64 [2021-01-28T17:52:26.819Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:26.819Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-28T17:52:26.881Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-28T17:52:26.881Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:26.881Z] 2.0.0-dev.64 [2021-01-28T17:52:26.881Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:26.881Z] master [2021-01-28T17:52:26.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:27.303Z] Removing intermediate container 67835cab8ef0 [2021-01-28T17:52:27.303Z] ---> 30b3c8447b94 [2021-01-28T17:52:27.303Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:52:27.303Z] ---> 4652b046d372 [2021-01-28T17:52:27.303Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:52:27.378Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:27.585Z] ---> Running in b983df871d3b [2021-01-28T17:52:27.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:27.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:52:27.676Z] d75baec88c45: Preparing [2021-01-28T17:52:27.676Z] 546e0c2907a1: Preparing [2021-01-28T17:52:27.676Z] c730e1402854: Preparing [2021-01-28T17:52:27.676Z] 1a2907d54369: Preparing [2021-01-28T17:52:27.676Z] 777b2c648970: Preparing [2021-01-28T17:52:27.676Z] 777b2c648970: Layer already exists [2021-01-28T17:52:27.676Z] c730e1402854: Layer already exists [2021-01-28T17:52:27.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:52:27.938Z] d75baec88c45: Pushed [2021-01-28T17:52:27.938Z] 1a2907d54369: Pushed [2021-01-28T17:52:28.879Z] 546e0c2907a1: Pushed [2021-01-28T17:52:28.879Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:6034fd74329ba25d68031ab176f807131a660f6da1587040a1348a0edf279593 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:29.181Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:29.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.64 [2021-01-28T17:52:29.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:52:29.476Z] d75baec88c45: Preparing [2021-01-28T17:52:29.476Z] 546e0c2907a1: Preparing [2021-01-28T17:52:29.476Z] c730e1402854: Preparing [2021-01-28T17:52:29.476Z] 1a2907d54369: Preparing [2021-01-28T17:52:29.476Z] 777b2c648970: Preparing [2021-01-28T17:52:29.476Z] 546e0c2907a1: Layer already exists [2021-01-28T17:52:29.476Z] 1a2907d54369: Layer already exists [2021-01-28T17:52:29.476Z] d75baec88c45: Layer already exists [2021-01-28T17:52:29.476Z] 777b2c648970: Layer already exists [2021-01-28T17:52:29.476Z] c730e1402854: Layer already exists [2021-01-28T17:52:29.476Z] 2.0.0-dev.64: digest: sha256:6034fd74329ba25d68031ab176f807131a660f6da1587040a1348a0edf279593 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:29.782Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:29.864Z] ---> 508f5038e974 [2021-01-28T17:52:29.864Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:52:30.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:30.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:52:30.084Z] d75baec88c45: Preparing [2021-01-28T17:52:30.084Z] 546e0c2907a1: Preparing [2021-01-28T17:52:30.084Z] c730e1402854: Preparing [2021-01-28T17:52:30.084Z] 1a2907d54369: Preparing [2021-01-28T17:52:30.084Z] 777b2c648970: Preparing [2021-01-28T17:52:30.084Z] 777b2c648970: Layer already exists [2021-01-28T17:52:30.084Z] c730e1402854: Layer already exists [2021-01-28T17:52:30.084Z] d75baec88c45: Layer already exists [2021-01-28T17:52:30.084Z] 1a2907d54369: Layer already exists [2021-01-28T17:52:30.084Z] 546e0c2907a1: Layer already exists [2021-01-28T17:52:30.084Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:6034fd74329ba25d68031ab176f807131a660f6da1587040a1348a0edf279593 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:30.389Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:30.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:52:30.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-28T17:52:30.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-28T17:52:30.684Z] d75baec88c45: Preparing [2021-01-28T17:52:30.684Z] 546e0c2907a1: Preparing [2021-01-28T17:52:30.684Z] c730e1402854: Preparing [2021-01-28T17:52:30.684Z] 1a2907d54369: Preparing [2021-01-28T17:52:30.684Z] 777b2c648970: Preparing [2021-01-28T17:52:30.684Z] c730e1402854: Layer already exists [2021-01-28T17:52:30.684Z] d75baec88c45: Layer already exists [2021-01-28T17:52:30.684Z] 546e0c2907a1: Layer already exists [2021-01-28T17:52:30.684Z] 777b2c648970: Layer already exists [2021-01-28T17:52:30.684Z] 1a2907d54369: Layer already exists [2021-01-28T17:52:30.684Z] master: digest: sha256:6034fd74329ba25d68031ab176f807131a660f6da1587040a1348a0edf279593 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:30.874Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:30.920Z] taggedImages: [2021-01-28T17:52:30.920Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:30.920Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.64 [2021-01-28T17:52:30.920Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:30.920Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-28T17:52:30.984Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-28T17:52:30.984Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:30.984Z] 2.0.0-dev.64 [2021-01-28T17:52:30.984Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:30.984Z] master [2021-01-28T17:52:30.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:31.472Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:31.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:31.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:52:31.773Z] 7700e413947d: Preparing [2021-01-28T17:52:31.773Z] 736a31d19837: Preparing [2021-01-28T17:52:31.773Z] 94e195559238: Preparing [2021-01-28T17:52:31.773Z] 813021f65fb0: Preparing [2021-01-28T17:52:31.773Z] 4a33a20bfd58: Preparing [2021-01-28T17:52:31.773Z] a2fdabd903a3: Preparing [2021-01-28T17:52:31.773Z] 3de8c3fb727d: Preparing [2021-01-28T17:52:31.773Z] 0754057c0ad3: Preparing [2021-01-28T17:52:31.773Z] 998cdf262ab1: Preparing [2021-01-28T17:52:31.773Z] 02e56110abd2: Preparing [2021-01-28T17:52:31.773Z] abc36efb885a: Preparing [2021-01-28T17:52:31.773Z] b0b09059f4e1: Preparing [2021-01-28T17:52:31.773Z] bb961f40224b: Preparing [2021-01-28T17:52:31.773Z] f4666769fca7: Preparing [2021-01-28T17:52:31.773Z] a2fdabd903a3: Waiting [2021-01-28T17:52:31.773Z] 3de8c3fb727d: Waiting [2021-01-28T17:52:31.773Z] b0b09059f4e1: Waiting [2021-01-28T17:52:31.773Z] 0754057c0ad3: Waiting [2021-01-28T17:52:31.773Z] 02e56110abd2: Waiting [2021-01-28T17:52:31.773Z] 998cdf262ab1: Waiting [2021-01-28T17:52:31.773Z] abc36efb885a: Waiting [2021-01-28T17:52:31.773Z] f4666769fca7: Waiting [2021-01-28T17:52:31.773Z] bb961f40224b: Waiting [2021-01-28T17:52:32.037Z] 4a33a20bfd58: Pushed [2021-01-28T17:52:32.037Z] 7700e413947d: Pushed [2021-01-28T17:52:32.300Z] 813021f65fb0: Pushed [2021-01-28T17:52:32.300Z] 0754057c0ad3: Layer already exists [2021-01-28T17:52:32.300Z] 998cdf262ab1: Layer already exists [2021-01-28T17:52:32.300Z] 02e56110abd2: Layer already exists [2021-01-28T17:52:32.300Z] abc36efb885a: Layer already exists [2021-01-28T17:52:32.563Z] b0b09059f4e1: Layer already exists [2021-01-28T17:52:32.563Z] 3de8c3fb727d: Pushed [2021-01-28T17:52:32.563Z] bb961f40224b: Layer already exists [2021-01-28T17:52:32.563Z] f4666769fca7: Layer already exists [2021-01-28T17:52:33.116Z] ---> 5ac9d00708bc [2021-01-28T17:52:33.116Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:52:33.134Z] a2fdabd903a3: Pushed [2021-01-28T17:52:33.134Z] 736a31d19837: Pushed [2021-01-28T17:52:35.121Z] ---> db1ec7d4c68b [2021-01-28T17:52:35.121Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:52:35.121Z] ---> e731105f311b [2021-01-28T17:52:35.121Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:52:35.401Z] ---> Running in 407a1d9804b3 [2021-01-28T17:52:37.407Z] ---> a2878a8ad8d1 [2021-01-28T17:52:37.407Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:52:37.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:52:38.293Z] ---> d836540b8ac8 [2021-01-28T17:52:38.293Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:52:39.295Z] ---> Running in e2fb1fc33547 [2021-01-28T17:52:39.900Z] Removing intermediate container e2fb1fc33547 [2021-01-28T17:52:39.900Z] ---> 75eba7657266 [2021-01-28T17:52:39.900Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:52:40.899Z] ---> 928196f93c84 [2021-01-28T17:52:40.899Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:52:41.300Z] 94e195559238: Pushed [2021-01-28T17:52:41.300Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:e624c818fcf12bede39f5a727099fa7441f0f4c173f99ef91dbd02bb58778979 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:41.612Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:41.893Z] ---> Running in 787f39cb8b67 [2021-01-28T17:52:41.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.64 [2021-01-28T17:52:41.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:52:41.918Z] 7700e413947d: Preparing [2021-01-28T17:52:41.918Z] 736a31d19837: Preparing [2021-01-28T17:52:41.918Z] 94e195559238: Preparing [2021-01-28T17:52:41.918Z] 813021f65fb0: Preparing [2021-01-28T17:52:41.918Z] 4a33a20bfd58: Preparing [2021-01-28T17:52:41.918Z] a2fdabd903a3: Preparing [2021-01-28T17:52:41.918Z] 3de8c3fb727d: Preparing [2021-01-28T17:52:41.918Z] 0754057c0ad3: Preparing [2021-01-28T17:52:41.918Z] 998cdf262ab1: Preparing [2021-01-28T17:52:41.918Z] 02e56110abd2: Preparing [2021-01-28T17:52:41.918Z] abc36efb885a: Preparing [2021-01-28T17:52:41.918Z] b0b09059f4e1: Preparing [2021-01-28T17:52:41.918Z] bb961f40224b: Preparing [2021-01-28T17:52:41.918Z] f4666769fca7: Preparing [2021-01-28T17:52:41.918Z] 02e56110abd2: Waiting [2021-01-28T17:52:41.918Z] abc36efb885a: Waiting [2021-01-28T17:52:41.918Z] b0b09059f4e1: Waiting [2021-01-28T17:52:41.918Z] bb961f40224b: Waiting [2021-01-28T17:52:41.918Z] f4666769fca7: Waiting [2021-01-28T17:52:41.918Z] 3de8c3fb727d: Waiting [2021-01-28T17:52:41.918Z] 0754057c0ad3: Waiting [2021-01-28T17:52:41.918Z] 998cdf262ab1: Waiting [2021-01-28T17:52:41.918Z] a2fdabd903a3: Waiting [2021-01-28T17:52:41.918Z] 7700e413947d: Layer already exists [2021-01-28T17:52:41.918Z] 94e195559238: Layer already exists [2021-01-28T17:52:41.918Z] 813021f65fb0: Layer already exists [2021-01-28T17:52:41.918Z] 4a33a20bfd58: Layer already exists [2021-01-28T17:52:41.918Z] 736a31d19837: Layer already exists [2021-01-28T17:52:41.918Z] 0754057c0ad3: Layer already exists [2021-01-28T17:52:41.918Z] 02e56110abd2: Layer already exists [2021-01-28T17:52:41.918Z] a2fdabd903a3: Layer already exists [2021-01-28T17:52:41.918Z] 3de8c3fb727d: Layer already exists [2021-01-28T17:52:41.918Z] 998cdf262ab1: Layer already exists [2021-01-28T17:52:41.918Z] abc36efb885a: Layer already exists [2021-01-28T17:52:41.918Z] b0b09059f4e1: Layer already exists [2021-01-28T17:52:41.918Z] f4666769fca7: Layer already exists [2021-01-28T17:52:41.918Z] bb961f40224b: Layer already exists [2021-01-28T17:52:41.918Z] 2.0.0-dev.64: digest: sha256:e624c818fcf12bede39f5a727099fa7441f0f4c173f99ef91dbd02bb58778979 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:42.225Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:42.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:42.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:52:42.523Z] 7700e413947d: Preparing [2021-01-28T17:52:42.523Z] 736a31d19837: Preparing [2021-01-28T17:52:42.523Z] 94e195559238: Preparing [2021-01-28T17:52:42.523Z] 813021f65fb0: Preparing [2021-01-28T17:52:42.523Z] 4a33a20bfd58: Preparing [2021-01-28T17:52:42.523Z] a2fdabd903a3: Preparing [2021-01-28T17:52:42.523Z] 3de8c3fb727d: Preparing [2021-01-28T17:52:42.523Z] 0754057c0ad3: Preparing [2021-01-28T17:52:42.523Z] 998cdf262ab1: Preparing [2021-01-28T17:52:42.523Z] 02e56110abd2: Preparing [2021-01-28T17:52:42.523Z] abc36efb885a: Preparing [2021-01-28T17:52:42.523Z] b0b09059f4e1: Preparing [2021-01-28T17:52:42.523Z] bb961f40224b: Preparing [2021-01-28T17:52:42.523Z] f4666769fca7: Preparing [2021-01-28T17:52:42.523Z] 998cdf262ab1: Waiting [2021-01-28T17:52:42.523Z] 02e56110abd2: Waiting [2021-01-28T17:52:42.523Z] abc36efb885a: Waiting [2021-01-28T17:52:42.523Z] b0b09059f4e1: Waiting [2021-01-28T17:52:42.523Z] bb961f40224b: Waiting [2021-01-28T17:52:42.523Z] f4666769fca7: Waiting [2021-01-28T17:52:42.523Z] a2fdabd903a3: Waiting [2021-01-28T17:52:42.523Z] 3de8c3fb727d: Waiting [2021-01-28T17:52:42.523Z] 0754057c0ad3: Waiting [2021-01-28T17:52:42.523Z] 7700e413947d: Layer already exists [2021-01-28T17:52:42.523Z] 813021f65fb0: Layer already exists [2021-01-28T17:52:42.523Z] 4a33a20bfd58: Layer already exists [2021-01-28T17:52:42.523Z] 94e195559238: Layer already exists [2021-01-28T17:52:42.523Z] 736a31d19837: Layer already exists [2021-01-28T17:52:42.523Z] a2fdabd903a3: Layer already exists [2021-01-28T17:52:42.523Z] 02e56110abd2: Layer already exists [2021-01-28T17:52:42.523Z] 998cdf262ab1: Layer already exists [2021-01-28T17:52:42.523Z] 0754057c0ad3: Layer already exists [2021-01-28T17:52:42.523Z] 3de8c3fb727d: Layer already exists [2021-01-28T17:52:42.523Z] bb961f40224b: Layer already exists [2021-01-28T17:52:42.523Z] abc36efb885a: Layer already exists [2021-01-28T17:52:42.523Z] b0b09059f4e1: Layer already exists [2021-01-28T17:52:42.523Z] f4666769fca7: Layer already exists [2021-01-28T17:52:42.523Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:e624c818fcf12bede39f5a727099fa7441f0f4c173f99ef91dbd02bb58778979 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:42.830Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:52:43.186Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-28T17:52:43.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-28T17:52:43.186Z] 7700e413947d: Preparing [2021-01-28T17:52:43.186Z] 736a31d19837: Preparing [2021-01-28T17:52:43.186Z] 94e195559238: Preparing [2021-01-28T17:52:43.186Z] 813021f65fb0: Preparing [2021-01-28T17:52:43.186Z] 4a33a20bfd58: Preparing [2021-01-28T17:52:43.186Z] a2fdabd903a3: Preparing [2021-01-28T17:52:43.186Z] 3de8c3fb727d: Preparing [2021-01-28T17:52:43.186Z] 0754057c0ad3: Preparing [2021-01-28T17:52:43.186Z] 998cdf262ab1: Preparing [2021-01-28T17:52:43.186Z] 02e56110abd2: Preparing [2021-01-28T17:52:43.186Z] abc36efb885a: Preparing [2021-01-28T17:52:43.186Z] b0b09059f4e1: Preparing [2021-01-28T17:52:43.186Z] bb961f40224b: Preparing [2021-01-28T17:52:43.186Z] f4666769fca7: Preparing [2021-01-28T17:52:43.186Z] a2fdabd903a3: Waiting [2021-01-28T17:52:43.186Z] 3de8c3fb727d: Waiting [2021-01-28T17:52:43.186Z] 0754057c0ad3: Waiting [2021-01-28T17:52:43.186Z] 998cdf262ab1: Waiting [2021-01-28T17:52:43.186Z] 02e56110abd2: Waiting [2021-01-28T17:52:43.186Z] abc36efb885a: Waiting [2021-01-28T17:52:43.186Z] b0b09059f4e1: Waiting [2021-01-28T17:52:43.186Z] bb961f40224b: Waiting [2021-01-28T17:52:43.186Z] f4666769fca7: Waiting [2021-01-28T17:52:43.186Z] 813021f65fb0: Layer already exists [2021-01-28T17:52:43.186Z] 94e195559238: Layer already exists [2021-01-28T17:52:43.186Z] 7700e413947d: Layer already exists [2021-01-28T17:52:43.186Z] 4a33a20bfd58: Layer already exists [2021-01-28T17:52:43.186Z] 736a31d19837: Layer already exists [2021-01-28T17:52:43.186Z] 3de8c3fb727d: Layer already exists [2021-01-28T17:52:43.186Z] 998cdf262ab1: Layer already exists [2021-01-28T17:52:43.186Z] 02e56110abd2: Layer already exists [2021-01-28T17:52:43.186Z] a2fdabd903a3: Layer already exists [2021-01-28T17:52:43.186Z] 0754057c0ad3: Layer already exists [2021-01-28T17:52:43.186Z] abc36efb885a: Layer already exists [2021-01-28T17:52:43.186Z] b0b09059f4e1: Layer already exists [2021-01-28T17:52:43.186Z] bb961f40224b: Layer already exists [2021-01-28T17:52:43.186Z] f4666769fca7: Layer already exists [2021-01-28T17:52:43.451Z] master: digest: sha256:e624c818fcf12bede39f5a727099fa7441f0f4c173f99ef91dbd02bb58778979 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:52:43.629Z] ===================================================== [Pipeline] echo [2021-01-28T17:52:43.676Z] taggedImages: [2021-01-28T17:52:43.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:43.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.64 [2021-01-28T17:52:43.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:52:43.676Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T17:52:46.248Z] Removing intermediate container 0b3b09514930 [2021-01-28T17:52:46.248Z] ---> d545758dffb3 [2021-01-28T17:52:46.248Z] [2021-01-28T17:52:46.248Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:52:46.248Z] ---> afeebe901d6b [2021-01-28T17:52:46.248Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:52:46.248Z] Removing intermediate container 787f39cb8b67 [2021-01-28T17:52:46.248Z] ---> e934741b0ee8 [2021-01-28T17:52:46.248Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:52:46.248Z] ---> Running in dc7c947ee5ff [2021-01-28T17:52:46.858Z] ---> Running in 97ce7a560fe3 [2021-01-28T17:52:47.856Z] Removing intermediate container 97ce7a560fe3 [2021-01-28T17:52:47.856Z] ---> 7957acfbce6b [2021-01-28T17:52:47.856Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:52:48.461Z] ---> Running in c9278ba5ad24 [2021-01-28T17:52:48.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:52:48.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:52:49.019Z] Removing intermediate container c9278ba5ad24 [2021-01-28T17:52:49.019Z] ---> 4adcca3e42e1 [2021-01-28T17:52:49.019Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T17:52:49.626Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:52:49.626Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:52:49.626Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:52:49.626Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:52:49.903Z] ---> Running in 3f09e349e0e6 [2021-01-28T17:52:50.182Z] OK: 6 MiB in 16 packages [2021-01-28T17:52:50.786Z] Removing intermediate container 3f09e349e0e6 [2021-01-28T17:52:50.786Z] ---> 1d56dfc2edf3 [2021-01-28T17:52:50.786Z] Step 33/34 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:52:51.390Z] ---> Running in 62394f7d9e5b [2021-01-28T17:52:52.397Z] Removing intermediate container 62394f7d9e5b [2021-01-28T17:52:52.397Z] ---> 133929a3ed86 [2021-01-28T17:52:52.397Z] Step 34/34 : LABEL version=2.0.0-dev.64 [2021-01-28T17:52:53.007Z] ---> Running in d245163f1425 [2021-01-28T17:52:53.288Z] Removing intermediate container dc7c947ee5ff [2021-01-28T17:52:53.288Z] ---> f2076e8603e2 [2021-01-28T17:52:53.288Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:52:53.565Z] ---> Running in 1c0d9f8a0e14 [2021-01-28T17:52:53.846Z] Removing intermediate container d245163f1425 [2021-01-28T17:52:53.846Z] ---> e6ea3756f204 [2021-01-28T17:52:53.846Z] [2021-01-28T17:52:54.451Z] Removing intermediate container 1c0d9f8a0e14 [2021-01-28T17:52:54.451Z] ---> d517341178a9 [2021-01-28T17:52:54.451Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:52:54.451Z] Successfully built e6ea3756f204 [2021-01-28T17:52:54.451Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T17:52:54.733Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 4e4051116d60 [2021-01-28T17:52:55.339Z] Removing intermediate container 4e4051116d60 [2021-01-28T17:52:55.339Z] ---> 7532ac716829 [2021-01-28T17:52:55.339Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:52:55.618Z] ---> Running in c895e2de5ef1 [2021-01-28T17:52:56.613Z] Removing intermediate container c895e2de5ef1 [2021-01-28T17:52:56.613Z] ---> ccae135f19ef [2021-01-28T17:52:56.613Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:52:57.605Z] ---> 019ffae0348d [2021-01-28T17:52:57.605Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:52:59.642Z] ---> 765a8ac895fd [2021-01-28T17:52:59.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:53:00.639Z] ---> 9d5fa3e9d743 [2021-01-28T17:53:00.640Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:53:00.921Z] ---> Running in 01f50d90f563 [2021-01-28T17:53:01.526Z] Removing intermediate container 01f50d90f563 [2021-01-28T17:53:01.526Z] ---> 18e37333a2cf [2021-01-28T17:53:01.526Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:53:01.805Z] ---> Running in 77c69446a2f5 [2021-01-28T17:53:02.412Z] Removing intermediate container 77c69446a2f5 [2021-01-28T17:53:02.412Z] ---> d359c4ef881e [2021-01-28T17:53:02.412Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:53:02.689Z] ---> Running in 60c3dda0cef7 [2021-01-28T17:53:03.309Z] Removing intermediate container 60c3dda0cef7 [2021-01-28T17:53:03.309Z] ---> f2c0c7f6806c [2021-01-28T17:53:03.309Z] Step 21/22 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:53:03.309Z] ---> Running in bb001b95959f [2021-01-28T17:53:03.919Z] Removing intermediate container bb001b95959f [2021-01-28T17:53:03.919Z] ---> 8850c5d63db3 [2021-01-28T17:53:03.919Z] Step 22/22 : LABEL version=2.0.0-dev.64 [2021-01-28T17:53:04.194Z] ---> Running in b0eb0dedecbe [2021-01-28T17:53:05.193Z] Removing intermediate container b0eb0dedecbe [2021-01-28T17:53:05.193Z] ---> 9b61661df606 [2021-01-28T17:53:05.193Z] [2021-01-28T17:53:05.193Z] Successfully built 9b61661df606 [2021-01-28T17:53:05.471Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T17:53:38.027Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:53:39.034Z] Removing intermediate container 45ec90b8a2a5 [2021-01-28T17:53:39.034Z] ---> d403fd757e5b [2021-01-28T17:53:39.034Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:53:39.650Z] ---> Running in 45a1d9fcf5e5 [2021-01-28T17:53:40.253Z] Removing intermediate container b983df871d3b [2021-01-28T17:53:40.253Z] ---> be77ec21f787 [2021-01-28T17:53:40.253Z] [2021-01-28T17:53:40.253Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:53:40.253Z] ---> afeebe901d6b [2021-01-28T17:53:40.253Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:53:40.253Z] ---> Using cache [2021-01-28T17:53:40.253Z] ---> d0bbde42b0e0 [2021-01-28T17:53:40.253Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:53:40.253Z] ---> Using cache [2021-01-28T17:53:40.253Z] ---> 6fd6cbde131a [2021-01-28T17:53:40.253Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:53:40.526Z] ---> Running in 6a94e21f168c [2021-01-28T17:53:40.800Z] Removing intermediate container 6a94e21f168c [2021-01-28T17:53:40.800Z] ---> ec909c40abc4 [2021-01-28T17:53:40.800Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:53:41.076Z] ---> Running in 154ebabfb07f [2021-01-28T17:53:41.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.64" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:53:42.069Z] Removing intermediate container 154ebabfb07f [2021-01-28T17:53:42.069Z] ---> 37168fb55332 [2021-01-28T17:53:42.069Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:53:43.069Z] ---> 5d3e1a9a72a4 [2021-01-28T17:53:43.069Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:53:43.351Z] Removing intermediate container 407a1d9804b3 [2021-01-28T17:53:43.351Z] ---> b51553abd57d [2021-01-28T17:53:43.351Z] [2021-01-28T17:53:43.351Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:53:43.351Z] ---> afeebe901d6b [2021-01-28T17:53:43.351Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:53:43.627Z] ---> Running in bcf8448209d5 [2021-01-28T17:53:44.630Z] Removing intermediate container 45a1d9fcf5e5 [2021-01-28T17:53:44.630Z] ---> 66cb7c9faf80 [2021-01-28T17:53:44.630Z] [2021-01-28T17:53:44.630Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:53:44.630Z] ---> d2355e6d9d31 [2021-01-28T17:53:44.630Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:53:44.630Z] 20.10.0: Pulling from library/docker [2021-01-28T17:53:44.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:53:45.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:53:45.793Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:53:45.793Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:53:45.793Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:53:46.090Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:53:46.090Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:53:46.090Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:53:46.090Z] ---> 1bf65b372a33 [2021-01-28T17:53:46.090Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:53:46.090Z] OK: 7 MiB in 18 packages [2021-01-28T17:53:46.703Z] ---> Running in 2ae00f6ce9c3 [2021-01-28T17:53:47.683Z] Removing intermediate container 2ae00f6ce9c3 [2021-01-28T17:53:47.683Z] ---> b56e3d4f977c [2021-01-28T17:53:47.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:53:47.954Z] ---> Running in 229a70215717 [2021-01-28T17:53:47.954Z] Removing intermediate container bcf8448209d5 [2021-01-28T17:53:47.954Z] ---> 8933aa56e9e4 [2021-01-28T17:53:47.954Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:53:48.225Z] ---> Running in 5719db7e762d [2021-01-28T17:53:48.515Z] Removing intermediate container 229a70215717 [2021-01-28T17:53:48.515Z] ---> 07175100ac50 [2021-01-28T17:53:48.515Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:53:48.788Z] Removing intermediate container 5719db7e762d [2021-01-28T17:53:48.788Z] ---> b2dbb83de2cb [2021-01-28T17:53:48.788Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:53:49.059Z] ---> Running in 2d9ef9942d27 [2021-01-28T17:53:49.331Z] ---> Running in 9ceb1e589de5 [2021-01-28T17:53:49.924Z] Removing intermediate container 2d9ef9942d27 [2021-01-28T17:53:49.924Z] ---> fd1259917086 [2021-01-28T17:53:49.924Z] Step 21/22 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:53:50.196Z] ---> Running in 7f5ca44b39ba [2021-01-28T17:53:50.196Z] Removing intermediate container 9ceb1e589de5 [2021-01-28T17:53:50.196Z] ---> 09f13dc17f69 [2021-01-28T17:53:50.196Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:53:51.166Z] Removing intermediate container 7f5ca44b39ba [2021-01-28T17:53:51.166Z] ---> dce1a4c35b15 [2021-01-28T17:53:51.166Z] Step 22/22 : LABEL version=2.0.0-dev.64 [2021-01-28T17:53:51.436Z] ---> 91bad3bcd2e1 [2021-01-28T17:53:51.436Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:53:51.708Z] ---> Running in 600b52fbfd8c [2021-01-28T17:53:52.679Z] Removing intermediate container 600b52fbfd8c [2021-01-28T17:53:52.679Z] ---> 8ee8db56c6e4 [2021-01-28T17:53:52.679Z] [2021-01-28T17:53:52.679Z] Successfully built 8ee8db56c6e4 [2021-01-28T17:53:52.951Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T17:53:52.951Z]  Building docker-support-scheduler-go ... done  ---> 1bf9fd566d95 [2021-01-28T17:53:52.951Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:53:54.376Z] ---> cf7a1339109b [2021-01-28T17:53:54.376Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:53:54.376Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:53:54.376Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:53:54.376Z] ---> eeaf43b92773 [2021-01-28T17:53:54.376Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:53:54.376Z] ---> Running in 94b97cee7d86 [2021-01-28T17:53:54.376Z] ---> Running in f273b26e7499 [2021-01-28T17:53:54.967Z] Removing intermediate container 94b97cee7d86 [2021-01-28T17:53:54.967Z] ---> 2b36a94a2639 [2021-01-28T17:53:54.967Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:53:54.967Z] ---> Running in fbec997d2396 [2021-01-28T17:53:55.559Z] Removing intermediate container fbec997d2396 [2021-01-28T17:53:55.559Z] ---> c04f7e97973f [2021-01-28T17:53:55.559Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T17:53:55.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:53:55.559Z] ---> Running in 493fb510e1c1 [2021-01-28T17:53:55.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:53:56.103Z] Removing intermediate container 493fb510e1c1 [2021-01-28T17:53:56.103Z] ---> 9a6607e00095 [2021-01-28T17:53:56.103Z] Step 20/21 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:53:56.103Z] ---> Running in 3ce1d7ab1e26 [2021-01-28T17:53:56.375Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:53:56.375Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:53:56.645Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:53:56.645Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:53:56.645Z] OK: 12 MiB in 22 packages [2021-01-28T17:53:56.645Z] Removing intermediate container 3ce1d7ab1e26 [2021-01-28T17:53:56.645Z] ---> cb2d329bcf7a [2021-01-28T17:53:56.645Z] Step 21/21 : LABEL version=2.0.0-dev.64 [2021-01-28T17:53:56.917Z] ---> Running in 98c632772fb6 [2021-01-28T17:53:57.512Z] Removing intermediate container 98c632772fb6 [2021-01-28T17:53:57.512Z] ---> 1d362248f64f [2021-01-28T17:53:57.512Z] [2021-01-28T17:53:57.785Z] Successfully built 1d362248f64f [2021-01-28T17:53:57.785Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T17:53:58.057Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f273b26e7499 [2021-01-28T17:53:58.057Z] ---> dcd818487b37 [2021-01-28T17:53:58.057Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:53:58.330Z] ---> Running in 7ed107867539 [2021-01-28T17:53:58.924Z] Removing intermediate container 7ed107867539 [2021-01-28T17:53:58.924Z] ---> 89d616a9fb03 [2021-01-28T17:53:58.924Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:53:58.924Z] ---> Running in a4ace722a937 [2021-01-28T17:53:59.518Z] Removing intermediate container a4ace722a937 [2021-01-28T17:53:59.518Z] ---> 83016cf4d882 [2021-01-28T17:53:59.518Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:53:59.518Z] ---> Running in 9a4052e5d6b7 [2021-01-28T17:54:00.111Z] Removing intermediate container 9a4052e5d6b7 [2021-01-28T17:54:00.111Z] ---> 081c4888bf18 [2021-01-28T17:54:00.111Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:54:01.092Z] ---> 3f1d0165a12e [2021-01-28T17:54:01.092Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:54:02.084Z] ---> f094e8d1f44c [2021-01-28T17:54:02.084Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:54:02.680Z] ---> 34e8eddb2559 [2021-01-28T17:54:02.680Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:54:02.952Z] ---> Running in e0ef04f6cc94 [2021-01-28T17:54:03.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:54:04.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:54:04.790Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:54:04.790Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:54:04.790Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:54:04.790Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:54:04.790Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:54:04.790Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:54:04.790Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:54:06.756Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:54:06.756Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:54:06.756Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:54:06.756Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:54:06.756Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:54:06.756Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:54:06.756Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:54:06.756Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:54:06.756Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:54:06.756Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:54:07.030Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:54:07.030Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:54:07.030Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:54:07.030Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:54:07.030Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:54:07.030Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:54:07.030Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:54:07.030Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:54:07.303Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:54:07.303Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:54:07.303Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:54:07.303Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:54:07.303Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:54:07.303Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:54:07.303Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:54:07.303Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:54:07.576Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:54:07.576Z] OK: 71 MiB in 55 packages [2021-01-28T17:54:14.273Z] Removing intermediate container e0ef04f6cc94 [2021-01-28T17:54:14.273Z] ---> 096716665cca [2021-01-28T17:54:14.273Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:54:14.549Z] ---> Running in 93602f653f2e [2021-01-28T17:54:19.929Z] Collecting docker-compose==1.23.2 [2021-01-28T17:54:19.929Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:54:20.200Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:54:20.200Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:54:21.171Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:54:21.171Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:54:25.452Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:54:25.452Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:54:26.879Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:54:26.879Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:54:28.307Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:54:28.578Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:54:29.173Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:54:29.173Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:54:30.145Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:54:30.145Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:54:30.414Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T17:54:30.685Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:54:30.685Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:54:33.280Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:54:33.281Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:54:35.240Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T17:54:35.836Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:54:35.836Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:54:36.429Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:54:36.429Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:54:36.429Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T17:54:36.702Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:54:36.702Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:54:36.973Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:54:36.973Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:54:36.973Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:54:36.973Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:54:37.985Z] Installing collected packages: cached-property, PyYAML, dockerpty, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, texttable, docker-compose [2021-01-28T17:54:38.274Z] Running setup.py install for PyYAML: started [2021-01-28T17:54:40.925Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:54:40.925Z] Running setup.py install for dockerpty: started [2021-01-28T17:54:43.535Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:54:43.806Z] Attempting uninstall: urllib3 [2021-01-28T17:54:43.806Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:54:43.806Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:54:43.806Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:54:44.403Z] Attempting uninstall: idna [2021-01-28T17:54:44.403Z] Found existing installation: idna 2.9 [2021-01-28T17:54:44.403Z] Uninstalling idna-2.9: [2021-01-28T17:54:44.675Z] Successfully uninstalled idna-2.9 [2021-01-28T17:54:45.270Z] Attempting uninstall: requests [2021-01-28T17:54:45.270Z] Found existing installation: requests 2.23.0 [2021-01-28T17:54:45.270Z] Uninstalling requests-2.23.0: [2021-01-28T17:54:45.541Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:54:46.964Z] Running setup.py install for docopt: started [2021-01-28T17:54:48.923Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:54:48.923Z] Running setup.py install for texttable: started [2021-01-28T17:54:51.528Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:54:52.120Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T17:54:56.416Z] Removing intermediate container 93602f653f2e [2021-01-28T17:54:56.416Z] ---> 3364b8e29882 [2021-01-28T17:54:56.416Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:54:56.416Z] ---> Running in c1f34f3db883 [2021-01-28T17:54:57.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:54:57.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:54:58.263Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:54:58.263Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:54:58.263Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:54:58.264Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:54:58.264Z] OK: 71 MiB in 58 packages [2021-01-28T17:54:59.696Z] Removing intermediate container c1f34f3db883 [2021-01-28T17:54:59.696Z] ---> 4a494b376693 [2021-01-28T17:54:59.696Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:54:59.696Z] ---> Running in 3c2a3bff1f55 [2021-01-28T17:55:00.290Z] Removing intermediate container 3c2a3bff1f55 [2021-01-28T17:55:00.290Z] ---> 564fee206361 [2021-01-28T17:55:00.290Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:55:00.290Z] ---> Running in e3e2912d6b8e [2021-01-28T17:55:00.579Z] Removing intermediate container e3e2912d6b8e [2021-01-28T17:55:00.579Z] ---> 7f4469e5329d [2021-01-28T17:55:00.579Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T17:55:00.850Z] ---> Running in 17dadddf0d4e [2021-01-28T17:55:01.448Z] Removing intermediate container 17dadddf0d4e [2021-01-28T17:55:01.448Z] ---> a5386afa9fb2 [2021-01-28T17:55:01.448Z] Step 25/26 : LABEL git_sha=df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:01.448Z] ---> Running in e3c5c42dbe28 [2021-01-28T17:55:02.047Z] Removing intermediate container e3c5c42dbe28 [2021-01-28T17:55:02.048Z] ---> b7f244d45d3e [2021-01-28T17:55:02.048Z] Step 26/26 : LABEL version=2.0.0-dev.64 [2021-01-28T17:55:02.048Z] ---> Running in 4516c5d86d00 [2021-01-28T17:55:02.653Z] Removing intermediate container 4516c5d86d00 [2021-01-28T17:55:02.653Z] ---> 2cff9a5eb2cc [2021-01-28T17:55:02.653Z] [2021-01-28T17:55:02.929Z] Successfully built 2cff9a5eb2cc [2021-01-28T17:55:02.929Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T17:55:03.219Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T17:55:03.214Z] $ docker stop --time=1 9710a105c27ff6ecaa7a8c22f6fe8b69a772e91427fb8f9797309e741dd8fc72 [2021-01-28T17:55:05.127Z] $ docker rm -f 9710a105c27ff6ecaa7a8c22f6fe8b69a772e91427fb8f9797309e741dd8fc72 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:55:05.892Z] + + grep dockerdocker [2021-01-28T17:55:05.892Z] images [2021-01-28T17:55:06.163Z] docker-sys-mgmt-agent-go-arm64 latest 2cff9a5eb2cc 3 seconds ago 300MB [2021-01-28T17:55:06.163Z] docker-security-proxy-setup-go-arm64 latest 1d362248f64f About a minute ago 23.2MB [2021-01-28T17:55:06.163Z] docker-support-scheduler-go-arm64 latest 8ee8db56c6e4 About a minute ago 15.5MB [2021-01-28T17:55:06.163Z] docker-support-notifications-go-arm64 latest 9b61661df606 2 minutes ago 16MB [2021-01-28T17:55:06.164Z] docker-security-bootstrapper-go-arm64 latest e6ea3756f204 2 minutes ago 31.9MB [2021-01-28T17:55:06.164Z] docker-core-data-go-arm64 latest 23551a384f01 3 minutes ago 21MB [2021-01-28T17:55:06.164Z] docker-core-metadata-go-arm64 latest b18b2ea0b665 3 minutes ago 17.7MB [2021-01-28T17:55:06.164Z] docker-core-command-go-arm64 latest ebc43e0a2147 3 minutes ago 16MB [2021-01-28T17:55:06.164Z] docker-security-secretstore-setup-go-arm64 latest e974bede3ebc 3 minutes ago 23.4MB [2021-01-28T17:55:06.164Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:55:06.660Z] provisioning config files... [2021-01-28T17:55:06.693Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/327@tmp/config1709950131751276847tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:55:07.233Z] ---> docker-login.sh [2021-01-28T17:55:07.233Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:55:07.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:55:07.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:55:07.773Z] Configure a credential helper to remove this warning. See [2021-01-28T17:55:07.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:55:07.773Z] [2021-01-28T17:55:07.773Z] Login Succeeded [2021-01-28T17:55:07.773Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:55:08.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:55:08.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:55:08.318Z] Configure a credential helper to remove this warning. See [2021-01-28T17:55:08.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:55:08.318Z] [2021-01-28T17:55:08.318Z] Login Succeeded [2021-01-28T17:55:08.318Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:55:08.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:55:08.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:55:08.876Z] Configure a credential helper to remove this warning. See [2021-01-28T17:55:08.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:55:08.876Z] [2021-01-28T17:55:08.876Z] Login Succeeded [2021-01-28T17:55:08.876Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:55:09.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:55:09.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:55:09.470Z] Configure a credential helper to remove this warning. See [2021-01-28T17:55:09.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:55:09.470Z] [2021-01-28T17:55:09.470Z] Login Succeeded [2021-01-28T17:55:09.470Z] docker.io [2021-01-28T17:55:10.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:55:10.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:55:10.335Z] Configure a credential helper to remove this warning. See [2021-01-28T17:55:10.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:55:10.335Z] [2021-01-28T17:55:10.335Z] Login Succeeded [2021-01-28T17:55:10.335Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:55:10.351Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:10.642Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-28T17:55:10.642Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:10.642Z] 2.0.0-dev.64 [2021-01-28T17:55:10.642Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:10.642Z] master [2021-01-28T17:55:10.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:11.167Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:11.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:11.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:55:11.500Z] 802978121f5f: Preparing [2021-01-28T17:55:11.500Z] 73bc4d786475: Preparing [2021-01-28T17:55:11.500Z] b4156726b739: Preparing [2021-01-28T17:55:11.500Z] 37c430a52d5c: Preparing [2021-01-28T17:55:11.500Z] 379067d0cb53: Preparing [2021-01-28T17:55:11.771Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:11.771Z] 37c430a52d5c: Pushed [2021-01-28T17:55:11.771Z] 802978121f5f: Pushed [2021-01-28T17:55:11.771Z] b4156726b739: Pushed [2021-01-28T17:55:14.363Z] 73bc4d786475: Pushed [2021-01-28T17:55:14.634Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:29c958e4a9497835f508bcc5acda471edfad4def9b5b122e51ae1bd845398066 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:14.975Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:15.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:15.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:55:15.315Z] 802978121f5f: Preparing [2021-01-28T17:55:15.315Z] 73bc4d786475: Preparing [2021-01-28T17:55:15.315Z] b4156726b739: Preparing [2021-01-28T17:55:15.315Z] 37c430a52d5c: Preparing [2021-01-28T17:55:15.315Z] 379067d0cb53: Preparing [2021-01-28T17:55:15.586Z] b4156726b739: Layer already exists [2021-01-28T17:55:15.586Z] 73bc4d786475: Layer already exists [2021-01-28T17:55:15.586Z] 802978121f5f: Layer already exists [2021-01-28T17:55:15.586Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:15.586Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:15.586Z] 2.0.0-dev.64: digest: sha256:29c958e4a9497835f508bcc5acda471edfad4def9b5b122e51ae1bd845398066 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:15.927Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:16.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:16.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:55:16.259Z] 802978121f5f: Preparing [2021-01-28T17:55:16.259Z] 73bc4d786475: Preparing [2021-01-28T17:55:16.259Z] b4156726b739: Preparing [2021-01-28T17:55:16.259Z] 37c430a52d5c: Preparing [2021-01-28T17:55:16.259Z] 379067d0cb53: Preparing [2021-01-28T17:55:16.529Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:16.530Z] 73bc4d786475: Layer already exists [2021-01-28T17:55:16.530Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:16.530Z] 802978121f5f: Layer already exists [2021-01-28T17:55:16.530Z] b4156726b739: Layer already exists [2021-01-28T17:55:16.530Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:29c958e4a9497835f508bcc5acda471edfad4def9b5b122e51ae1bd845398066 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:16.871Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:17.205Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-28T17:55:17.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-28T17:55:17.205Z] 802978121f5f: Preparing [2021-01-28T17:55:17.205Z] 73bc4d786475: Preparing [2021-01-28T17:55:17.205Z] b4156726b739: Preparing [2021-01-28T17:55:17.205Z] 37c430a52d5c: Preparing [2021-01-28T17:55:17.205Z] 379067d0cb53: Preparing [2021-01-28T17:55:17.205Z] b4156726b739: Layer already exists [2021-01-28T17:55:17.205Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:17.205Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:17.205Z] 802978121f5f: Layer already exists [2021-01-28T17:55:17.205Z] 73bc4d786475: Layer already exists [2021-01-28T17:55:17.476Z] master: digest: sha256:29c958e4a9497835f508bcc5acda471edfad4def9b5b122e51ae1bd845398066 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:17.694Z] ===================================================== [Pipeline] echo [2021-01-28T17:55:17.766Z] taggedImages: [2021-01-28T17:55:17.766Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:17.766Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:17.766Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:17.766Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-28T17:55:17.828Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-28T17:55:17.828Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:17.828Z] 2.0.0-dev.64 [2021-01-28T17:55:17.828Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:17.828Z] master [2021-01-28T17:55:17.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:18.334Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:18.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:18.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:55:18.666Z] f5282faaaea7: Preparing [2021-01-28T17:55:18.666Z] 1dafe84f18f1: Preparing [2021-01-28T17:55:18.666Z] b4156726b739: Preparing [2021-01-28T17:55:18.666Z] 98799fb1d0a3: Preparing [2021-01-28T17:55:18.666Z] b03f87712cb4: Preparing [2021-01-28T17:55:18.666Z] 379067d0cb53: Preparing [2021-01-28T17:55:18.666Z] 379067d0cb53: Waiting [2021-01-28T17:55:18.936Z] b4156726b739: Layer already exists [2021-01-28T17:55:18.936Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:18.936Z] b03f87712cb4: Pushed [2021-01-28T17:55:18.936Z] f5282faaaea7: Pushed [2021-01-28T17:55:19.530Z] 98799fb1d0a3: Pushed [2021-01-28T17:55:22.199Z] 1dafe84f18f1: Pushed [2021-01-28T17:55:22.199Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:6cb5e298d5df84fb20b6017f3b5ef4220e44345a1c98287f4b549a81ccef41ff size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:22.541Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:22.879Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:22.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:55:22.880Z] f5282faaaea7: Preparing [2021-01-28T17:55:22.880Z] 1dafe84f18f1: Preparing [2021-01-28T17:55:22.880Z] b4156726b739: Preparing [2021-01-28T17:55:22.880Z] 98799fb1d0a3: Preparing [2021-01-28T17:55:22.880Z] b03f87712cb4: Preparing [2021-01-28T17:55:22.880Z] 379067d0cb53: Preparing [2021-01-28T17:55:22.880Z] 379067d0cb53: Waiting [2021-01-28T17:55:22.880Z] 98799fb1d0a3: Layer already exists [2021-01-28T17:55:22.880Z] b03f87712cb4: Layer already exists [2021-01-28T17:55:23.153Z] 1dafe84f18f1: Layer already exists [2021-01-28T17:55:23.153Z] f5282faaaea7: Layer already exists [2021-01-28T17:55:23.153Z] b4156726b739: Layer already exists [2021-01-28T17:55:23.153Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:23.153Z] 2.0.0-dev.64: digest: sha256:6cb5e298d5df84fb20b6017f3b5ef4220e44345a1c98287f4b549a81ccef41ff size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:23.497Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:23.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:23.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:55:23.832Z] f5282faaaea7: Preparing [2021-01-28T17:55:23.832Z] 1dafe84f18f1: Preparing [2021-01-28T17:55:23.832Z] b4156726b739: Preparing [2021-01-28T17:55:23.832Z] 98799fb1d0a3: Preparing [2021-01-28T17:55:23.832Z] b03f87712cb4: Preparing [2021-01-28T17:55:23.832Z] 379067d0cb53: Preparing [2021-01-28T17:55:23.832Z] 379067d0cb53: Waiting [2021-01-28T17:55:23.832Z] f5282faaaea7: Layer already exists [2021-01-28T17:55:23.832Z] 98799fb1d0a3: Layer already exists [2021-01-28T17:55:23.832Z] b4156726b739: Layer already exists [2021-01-28T17:55:23.832Z] 1dafe84f18f1: Layer already exists [2021-01-28T17:55:23.832Z] b03f87712cb4: Layer already exists [2021-01-28T17:55:24.104Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:24.104Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:6cb5e298d5df84fb20b6017f3b5ef4220e44345a1c98287f4b549a81ccef41ff size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:24.449Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:24.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-28T17:55:24.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-28T17:55:24.789Z] f5282faaaea7: Preparing [2021-01-28T17:55:24.789Z] 1dafe84f18f1: Preparing [2021-01-28T17:55:24.789Z] b4156726b739: Preparing [2021-01-28T17:55:24.789Z] 98799fb1d0a3: Preparing [2021-01-28T17:55:24.789Z] b03f87712cb4: Preparing [2021-01-28T17:55:24.789Z] 379067d0cb53: Preparing [2021-01-28T17:55:24.789Z] 379067d0cb53: Waiting [2021-01-28T17:55:24.789Z] b4156726b739: Layer already exists [2021-01-28T17:55:24.789Z] 98799fb1d0a3: Layer already exists [2021-01-28T17:55:24.789Z] f5282faaaea7: Layer already exists [2021-01-28T17:55:25.063Z] 1dafe84f18f1: Layer already exists [2021-01-28T17:55:25.063Z] b03f87712cb4: Layer already exists [2021-01-28T17:55:25.063Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:25.063Z] master: digest: sha256:6cb5e298d5df84fb20b6017f3b5ef4220e44345a1c98287f4b549a81ccef41ff size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:25.346Z] ===================================================== [Pipeline] echo [2021-01-28T17:55:25.398Z] taggedImages: [2021-01-28T17:55:25.399Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:25.399Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:25.399Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:25.399Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-28T17:55:25.470Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-28T17:55:25.470Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:25.470Z] 2.0.0-dev.64 [2021-01-28T17:55:25.470Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:25.470Z] master [2021-01-28T17:55:25.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:26.027Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:26.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:26.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:55:26.357Z] cdd4991f655f: Preparing [2021-01-28T17:55:26.357Z] 5083715b105a: Preparing [2021-01-28T17:55:26.357Z] b4156726b739: Preparing [2021-01-28T17:55:26.357Z] 37c430a52d5c: Preparing [2021-01-28T17:55:26.357Z] 379067d0cb53: Preparing [2021-01-28T17:55:26.632Z] b4156726b739: Layer already exists [2021-01-28T17:55:26.632Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:26.632Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:26.632Z] cdd4991f655f: Pushed [2021-01-28T17:55:30.001Z] 5083715b105a: Pushed [2021-01-28T17:55:30.001Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:c109386a46e973331aba00b68a1967b45da8471e4ce79f7f9b298f3bbda24bd7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:30.336Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:30.665Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:30.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:55:30.665Z] cdd4991f655f: Preparing [2021-01-28T17:55:30.665Z] 5083715b105a: Preparing [2021-01-28T17:55:30.665Z] b4156726b739: Preparing [2021-01-28T17:55:30.665Z] 37c430a52d5c: Preparing [2021-01-28T17:55:30.665Z] 379067d0cb53: Preparing [2021-01-28T17:55:30.665Z] b4156726b739: Layer already exists [2021-01-28T17:55:30.665Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:30.665Z] 5083715b105a: Layer already exists [2021-01-28T17:55:30.665Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:30.934Z] cdd4991f655f: Layer already exists [2021-01-28T17:55:30.934Z] 2.0.0-dev.64: digest: sha256:c109386a46e973331aba00b68a1967b45da8471e4ce79f7f9b298f3bbda24bd7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:31.272Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:31.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:31.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:55:31.601Z] cdd4991f655f: Preparing [2021-01-28T17:55:31.601Z] 5083715b105a: Preparing [2021-01-28T17:55:31.601Z] b4156726b739: Preparing [2021-01-28T17:55:31.601Z] 37c430a52d5c: Preparing [2021-01-28T17:55:31.601Z] 379067d0cb53: Preparing [2021-01-28T17:55:31.871Z] 5083715b105a: Layer already exists [2021-01-28T17:55:31.871Z] b4156726b739: Layer already exists [2021-01-28T17:55:31.871Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:31.871Z] cdd4991f655f: Layer already exists [2021-01-28T17:55:31.871Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:31.871Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:c109386a46e973331aba00b68a1967b45da8471e4ce79f7f9b298f3bbda24bd7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:32.209Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:32.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-28T17:55:32.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-28T17:55:32.543Z] cdd4991f655f: Preparing [2021-01-28T17:55:32.543Z] 5083715b105a: Preparing [2021-01-28T17:55:32.543Z] b4156726b739: Preparing [2021-01-28T17:55:32.543Z] 37c430a52d5c: Preparing [2021-01-28T17:55:32.543Z] 379067d0cb53: Preparing [2021-01-28T17:55:32.813Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:32.813Z] 5083715b105a: Layer already exists [2021-01-28T17:55:32.813Z] 37c430a52d5c: Layer already exists [2021-01-28T17:55:32.813Z] cdd4991f655f: Layer already exists [2021-01-28T17:55:32.813Z] b4156726b739: Layer already exists [2021-01-28T17:55:32.813Z] master: digest: sha256:c109386a46e973331aba00b68a1967b45da8471e4ce79f7f9b298f3bbda24bd7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:33.073Z] ===================================================== [Pipeline] echo [2021-01-28T17:55:33.128Z] taggedImages: [2021-01-28T17:55:33.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:33.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:33.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:33.128Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-28T17:55:33.194Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-28T17:55:33.194Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:33.194Z] 2.0.0-dev.64 [2021-01-28T17:55:33.194Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:33.194Z] master [2021-01-28T17:55:33.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:33.714Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:34.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:34.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:55:34.058Z] 0caf857c061f: Preparing [2021-01-28T17:55:34.058Z] 0caf857c061f: Preparing [2021-01-28T17:55:34.058Z] cb659e569186: Preparing [2021-01-28T17:55:34.058Z] bfbb889ea2b5: Preparing [2021-01-28T17:55:34.058Z] f38a0aae5b77: Preparing [2021-01-28T17:55:34.058Z] 2e34522a0a1e: Preparing [2021-01-28T17:55:34.058Z] b4156726b739: Preparing [2021-01-28T17:55:34.058Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:34.058Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:34.058Z] 55484cd3d7c7: Preparing [2021-01-28T17:55:34.058Z] 8f0bac9aefe0: Preparing [2021-01-28T17:55:34.058Z] 7768b110bda4: Preparing [2021-01-28T17:55:34.058Z] 379067d0cb53: Preparing [2021-01-28T17:55:34.058Z] 8f0bac9aefe0: Waiting [2021-01-28T17:55:34.058Z] 7768b110bda4: Waiting [2021-01-28T17:55:34.058Z] 379067d0cb53: Waiting [2021-01-28T17:55:34.058Z] b4156726b739: Waiting [2021-01-28T17:55:34.058Z] d6a5d34f61b4: Waiting [2021-01-28T17:55:34.339Z] f38a0aae5b77: Pushed [2021-01-28T17:55:34.339Z] cb659e569186: Pushed [2021-01-28T17:55:34.339Z] 0caf857c061f: Pushed [2021-01-28T17:55:34.628Z] b4156726b739: Layer already exists [2021-01-28T17:55:34.628Z] d6a5d34f61b4: Pushed [2021-01-28T17:55:34.628Z] 8f0bac9aefe0: Pushed [2021-01-28T17:55:34.901Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:35.172Z] 7768b110bda4: Pushed [2021-01-28T17:55:36.602Z] bfbb889ea2b5: Pushed [2021-01-28T17:55:36.602Z] 2e34522a0a1e: Pushed [2021-01-28T17:55:36.602Z] 55484cd3d7c7: Pushed [2021-01-28T17:55:36.872Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:58d1ba833faf72ba3ea8ec7d2056f9d997c54f677f44a553c45d7dd12e15da13 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:37.210Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:37.543Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:37.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:55:37.543Z] 0caf857c061f: Preparing [2021-01-28T17:55:37.543Z] 0caf857c061f: Preparing [2021-01-28T17:55:37.543Z] cb659e569186: Preparing [2021-01-28T17:55:37.543Z] bfbb889ea2b5: Preparing [2021-01-28T17:55:37.543Z] f38a0aae5b77: Preparing [2021-01-28T17:55:37.543Z] 2e34522a0a1e: Preparing [2021-01-28T17:55:37.543Z] b4156726b739: Preparing [2021-01-28T17:55:37.543Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:37.543Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:37.543Z] 55484cd3d7c7: Preparing [2021-01-28T17:55:37.543Z] 8f0bac9aefe0: Preparing [2021-01-28T17:55:37.543Z] 7768b110bda4: Preparing [2021-01-28T17:55:37.543Z] 379067d0cb53: Preparing [2021-01-28T17:55:37.543Z] 55484cd3d7c7: Waiting [2021-01-28T17:55:37.543Z] 8f0bac9aefe0: Waiting [2021-01-28T17:55:37.543Z] 7768b110bda4: Waiting [2021-01-28T17:55:37.543Z] 379067d0cb53: Waiting [2021-01-28T17:55:37.543Z] b4156726b739: Waiting [2021-01-28T17:55:37.543Z] d6a5d34f61b4: Waiting [2021-01-28T17:55:37.543Z] cb659e569186: Layer already exists [2021-01-28T17:55:37.543Z] bfbb889ea2b5: Layer already exists [2021-01-28T17:55:37.543Z] 0caf857c061f: Layer already exists [2021-01-28T17:55:37.814Z] f38a0aae5b77: Layer already exists [2021-01-28T17:55:37.814Z] 2e34522a0a1e: Layer already exists [2021-01-28T17:55:37.814Z] d6a5d34f61b4: Layer already exists [2021-01-28T17:55:37.814Z] b4156726b739: Layer already exists [2021-01-28T17:55:37.814Z] 55484cd3d7c7: Layer already exists [2021-01-28T17:55:37.814Z] 8f0bac9aefe0: Layer already exists [2021-01-28T17:55:37.814Z] 7768b110bda4: Layer already exists [2021-01-28T17:55:37.814Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:37.815Z] 2.0.0-dev.64: digest: sha256:58d1ba833faf72ba3ea8ec7d2056f9d997c54f677f44a553c45d7dd12e15da13 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:38.151Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:38.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:38.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:55:38.482Z] 0caf857c061f: Preparing [2021-01-28T17:55:38.482Z] 0caf857c061f: Preparing [2021-01-28T17:55:38.482Z] cb659e569186: Preparing [2021-01-28T17:55:38.482Z] bfbb889ea2b5: Preparing [2021-01-28T17:55:38.482Z] f38a0aae5b77: Preparing [2021-01-28T17:55:38.482Z] 2e34522a0a1e: Preparing [2021-01-28T17:55:38.482Z] b4156726b739: Preparing [2021-01-28T17:55:38.482Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:38.482Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:38.482Z] 55484cd3d7c7: Preparing [2021-01-28T17:55:38.482Z] b4156726b739: Waiting [2021-01-28T17:55:38.482Z] 8f0bac9aefe0: Preparing [2021-01-28T17:55:38.482Z] 7768b110bda4: Preparing [2021-01-28T17:55:38.482Z] 379067d0cb53: Preparing [2021-01-28T17:55:38.482Z] d6a5d34f61b4: Waiting [2021-01-28T17:55:38.482Z] 55484cd3d7c7: Waiting [2021-01-28T17:55:38.482Z] 8f0bac9aefe0: Waiting [2021-01-28T17:55:38.482Z] 7768b110bda4: Waiting [2021-01-28T17:55:38.482Z] 379067d0cb53: Waiting [2021-01-28T17:55:38.482Z] f38a0aae5b77: Layer already exists [2021-01-28T17:55:38.482Z] bfbb889ea2b5: Layer already exists [2021-01-28T17:55:38.752Z] cb659e569186: Layer already exists [2021-01-28T17:55:38.752Z] 0caf857c061f: Layer already exists [2021-01-28T17:55:38.752Z] 2e34522a0a1e: Layer already exists [2021-01-28T17:55:38.752Z] 55484cd3d7c7: Layer already exists [2021-01-28T17:55:38.752Z] b4156726b739: Layer already exists [2021-01-28T17:55:38.752Z] 8f0bac9aefe0: Layer already exists [2021-01-28T17:55:38.752Z] 7768b110bda4: Layer already exists [2021-01-28T17:55:38.752Z] d6a5d34f61b4: Layer already exists [2021-01-28T17:55:38.752Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:38.752Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:58d1ba833faf72ba3ea8ec7d2056f9d997c54f677f44a553c45d7dd12e15da13 size: 3032 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:39.095Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:39.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-28T17:55:39.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-28T17:55:39.431Z] 0caf857c061f: Preparing [2021-01-28T17:55:39.431Z] 0caf857c061f: Preparing [2021-01-28T17:55:39.431Z] cb659e569186: Preparing [2021-01-28T17:55:39.431Z] bfbb889ea2b5: Preparing [2021-01-28T17:55:39.431Z] f38a0aae5b77: Preparing [2021-01-28T17:55:39.431Z] 2e34522a0a1e: Preparing [2021-01-28T17:55:39.431Z] b4156726b739: Preparing [2021-01-28T17:55:39.431Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:39.431Z] d6a5d34f61b4: Preparing [2021-01-28T17:55:39.431Z] 55484cd3d7c7: Preparing [2021-01-28T17:55:39.431Z] 8f0bac9aefe0: Preparing [2021-01-28T17:55:39.431Z] 7768b110bda4: Preparing [2021-01-28T17:55:39.431Z] 379067d0cb53: Preparing [2021-01-28T17:55:39.431Z] b4156726b739: Waiting [2021-01-28T17:55:39.431Z] 55484cd3d7c7: Waiting [2021-01-28T17:55:39.431Z] 8f0bac9aefe0: Waiting [2021-01-28T17:55:39.431Z] d6a5d34f61b4: Waiting [2021-01-28T17:55:39.431Z] 7768b110bda4: Waiting [2021-01-28T17:55:39.431Z] 379067d0cb53: Waiting [2021-01-28T17:55:39.701Z] f38a0aae5b77: Layer already exists [2021-01-28T17:55:39.701Z] cb659e569186: Layer already exists [2021-01-28T17:55:39.701Z] bfbb889ea2b5: Layer already exists [2021-01-28T17:55:39.701Z] 2e34522a0a1e: Layer already exists [2021-01-28T17:55:39.701Z] 0caf857c061f: Layer already exists [2021-01-28T17:55:39.701Z] 55484cd3d7c7: Layer already exists [2021-01-28T17:55:39.701Z] 8f0bac9aefe0: Layer already exists [2021-01-28T17:55:39.701Z] b4156726b739: Layer already exists [2021-01-28T17:55:39.701Z] d6a5d34f61b4: Layer already exists [2021-01-28T17:55:39.701Z] 7768b110bda4: Layer already exists [2021-01-28T17:55:39.701Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:39.701Z] master: digest: sha256:58d1ba833faf72ba3ea8ec7d2056f9d997c54f677f44a553c45d7dd12e15da13 size: 3032 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:39.920Z] ===================================================== [Pipeline] echo [2021-01-28T17:55:39.964Z] taggedImages: [2021-01-28T17:55:39.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:39.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:39.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:39.964Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-28T17:55:40.029Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-28T17:55:40.029Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:40.029Z] 2.0.0-dev.64 [2021-01-28T17:55:40.029Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:40.029Z] master [2021-01-28T17:55:40.029Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:40.577Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:40.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:40.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:55:40.913Z] d69c96729ef6: Preparing [2021-01-28T17:55:40.913Z] 0a71b98f493b: Preparing [2021-01-28T17:55:40.913Z] e269004500e9: Preparing [2021-01-28T17:55:40.913Z] 367f03b92a64: Preparing [2021-01-28T17:55:40.913Z] 464a629e3e7d: Preparing [2021-01-28T17:55:40.913Z] 379067d0cb53: Preparing [2021-01-28T17:55:40.913Z] 379067d0cb53: Waiting [2021-01-28T17:55:41.183Z] e269004500e9: Pushed [2021-01-28T17:55:41.183Z] 367f03b92a64: Pushed [2021-01-28T17:55:41.455Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:41.725Z] 464a629e3e7d: Pushed [2021-01-28T17:55:43.686Z] d69c96729ef6: Pushed [2021-01-28T17:55:43.686Z] 0a71b98f493b: Pushed [2021-01-28T17:55:43.686Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:6ed68ef5b095b6dd2a6ff1a02f68f3500d722a3bd1d7e039d7b2f9a5bd277e3c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:44.042Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:44.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:44.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:55:44.429Z] d69c96729ef6: Preparing [2021-01-28T17:55:44.429Z] 0a71b98f493b: Preparing [2021-01-28T17:55:44.429Z] e269004500e9: Preparing [2021-01-28T17:55:44.429Z] 367f03b92a64: Preparing [2021-01-28T17:55:44.429Z] 464a629e3e7d: Preparing [2021-01-28T17:55:44.429Z] 379067d0cb53: Preparing [2021-01-28T17:55:44.429Z] 379067d0cb53: Waiting [2021-01-28T17:55:44.429Z] 0a71b98f493b: Layer already exists [2021-01-28T17:55:44.429Z] e269004500e9: Layer already exists [2021-01-28T17:55:44.429Z] 367f03b92a64: Layer already exists [2021-01-28T17:55:44.429Z] 464a629e3e7d: Layer already exists [2021-01-28T17:55:44.429Z] d69c96729ef6: Layer already exists [2021-01-28T17:55:44.702Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:44.702Z] 2.0.0-dev.64: digest: sha256:6ed68ef5b095b6dd2a6ff1a02f68f3500d722a3bd1d7e039d7b2f9a5bd277e3c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:45.069Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:45.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:45.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:55:45.413Z] d69c96729ef6: Preparing [2021-01-28T17:55:45.413Z] 0a71b98f493b: Preparing [2021-01-28T17:55:45.413Z] e269004500e9: Preparing [2021-01-28T17:55:45.413Z] 367f03b92a64: Preparing [2021-01-28T17:55:45.413Z] 464a629e3e7d: Preparing [2021-01-28T17:55:45.413Z] 379067d0cb53: Preparing [2021-01-28T17:55:45.413Z] 379067d0cb53: Waiting [2021-01-28T17:55:45.684Z] 367f03b92a64: Layer already exists [2021-01-28T17:55:45.684Z] d69c96729ef6: Layer already exists [2021-01-28T17:55:45.684Z] e269004500e9: Layer already exists [2021-01-28T17:55:45.684Z] 0a71b98f493b: Layer already exists [2021-01-28T17:55:45.684Z] 464a629e3e7d: Layer already exists [2021-01-28T17:55:45.684Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:45.684Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:6ed68ef5b095b6dd2a6ff1a02f68f3500d722a3bd1d7e039d7b2f9a5bd277e3c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:46.022Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:46.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-28T17:55:46.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-28T17:55:46.365Z] d69c96729ef6: Preparing [2021-01-28T17:55:46.365Z] 0a71b98f493b: Preparing [2021-01-28T17:55:46.365Z] e269004500e9: Preparing [2021-01-28T17:55:46.365Z] 367f03b92a64: Preparing [2021-01-28T17:55:46.365Z] 464a629e3e7d: Preparing [2021-01-28T17:55:46.365Z] 379067d0cb53: Preparing [2021-01-28T17:55:46.365Z] 379067d0cb53: Waiting [2021-01-28T17:55:46.636Z] 0a71b98f493b: Layer already exists [2021-01-28T17:55:46.636Z] 464a629e3e7d: Layer already exists [2021-01-28T17:55:46.636Z] d69c96729ef6: Layer already exists [2021-01-28T17:55:46.636Z] 367f03b92a64: Layer already exists [2021-01-28T17:55:46.636Z] e269004500e9: Layer already exists [2021-01-28T17:55:46.636Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:46.636Z] master: digest: sha256:6ed68ef5b095b6dd2a6ff1a02f68f3500d722a3bd1d7e039d7b2f9a5bd277e3c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:46.874Z] ===================================================== [Pipeline] echo [2021-01-28T17:55:46.922Z] taggedImages: [2021-01-28T17:55:46.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:46.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:46.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:46.922Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-28T17:55:46.998Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-28T17:55:46.998Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:46.998Z] 2.0.0-dev.64 [2021-01-28T17:55:46.998Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:46.998Z] master [2021-01-28T17:55:46.998Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:47.606Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:47.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:47.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:55:47.948Z] c2ee8b54578e: Preparing [2021-01-28T17:55:47.948Z] 0d43c647876f: Preparing [2021-01-28T17:55:47.948Z] 24ab85545250: Preparing [2021-01-28T17:55:47.948Z] c279fdd61d7a: Preparing [2021-01-28T17:55:47.948Z] 56a6519738ed: Preparing [2021-01-28T17:55:47.948Z] 977c02c07b05: Preparing [2021-01-28T17:55:47.948Z] 140511c08665: Preparing [2021-01-28T17:55:47.948Z] b6d76df83c51: Preparing [2021-01-28T17:55:47.948Z] 379067d0cb53: Preparing [2021-01-28T17:55:47.948Z] 977c02c07b05: Waiting [2021-01-28T17:55:47.948Z] 140511c08665: Waiting [2021-01-28T17:55:47.948Z] b6d76df83c51: Waiting [2021-01-28T17:55:47.948Z] 379067d0cb53: Waiting [2021-01-28T17:55:48.223Z] 0d43c647876f: Pushed [2021-01-28T17:55:48.223Z] c2ee8b54578e: Pushed [2021-01-28T17:55:48.223Z] 56a6519738ed: Pushed [2021-01-28T17:55:48.498Z] 977c02c07b05: Pushed [2021-01-28T17:55:48.771Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:48.771Z] 140511c08665: Pushed [2021-01-28T17:55:49.043Z] b6d76df83c51: Pushed [2021-01-28T17:55:50.469Z] 24ab85545250: Pushed [2021-01-28T17:55:50.469Z] c279fdd61d7a: Pushed [2021-01-28T17:55:50.738Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:1a7a7b605ab0f631dc0078e16f19ff5a020e2e4c6fb87b8a2b33b53df2ff3f3c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:51.069Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:51.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:51.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:55:51.396Z] c2ee8b54578e: Preparing [2021-01-28T17:55:51.396Z] 0d43c647876f: Preparing [2021-01-28T17:55:51.396Z] 24ab85545250: Preparing [2021-01-28T17:55:51.396Z] c279fdd61d7a: Preparing [2021-01-28T17:55:51.396Z] 56a6519738ed: Preparing [2021-01-28T17:55:51.396Z] 977c02c07b05: Preparing [2021-01-28T17:55:51.396Z] 140511c08665: Preparing [2021-01-28T17:55:51.396Z] b6d76df83c51: Preparing [2021-01-28T17:55:51.396Z] 379067d0cb53: Preparing [2021-01-28T17:55:51.396Z] 977c02c07b05: Waiting [2021-01-28T17:55:51.396Z] 140511c08665: Waiting [2021-01-28T17:55:51.396Z] b6d76df83c51: Waiting [2021-01-28T17:55:51.396Z] 379067d0cb53: Waiting [2021-01-28T17:55:51.396Z] c279fdd61d7a: Layer already exists [2021-01-28T17:55:51.396Z] 0d43c647876f: Layer already exists [2021-01-28T17:55:51.396Z] 56a6519738ed: Layer already exists [2021-01-28T17:55:51.396Z] c2ee8b54578e: Layer already exists [2021-01-28T17:55:51.396Z] 24ab85545250: Layer already exists [2021-01-28T17:55:51.396Z] 140511c08665: Layer already exists [2021-01-28T17:55:51.396Z] b6d76df83c51: Layer already exists [2021-01-28T17:55:51.396Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:51.396Z] 977c02c07b05: Layer already exists [2021-01-28T17:55:51.666Z] 2.0.0-dev.64: digest: sha256:1a7a7b605ab0f631dc0078e16f19ff5a020e2e4c6fb87b8a2b33b53df2ff3f3c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:52.007Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:52.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:52.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:55:52.626Z] c2ee8b54578e: Preparing [2021-01-28T17:55:52.626Z] 0d43c647876f: Preparing [2021-01-28T17:55:52.626Z] 24ab85545250: Preparing [2021-01-28T17:55:52.626Z] c279fdd61d7a: Preparing [2021-01-28T17:55:52.626Z] 56a6519738ed: Preparing [2021-01-28T17:55:52.626Z] 977c02c07b05: Preparing [2021-01-28T17:55:52.626Z] 140511c08665: Preparing [2021-01-28T17:55:52.627Z] b6d76df83c51: Preparing [2021-01-28T17:55:52.627Z] 379067d0cb53: Preparing [2021-01-28T17:55:52.627Z] b6d76df83c51: Waiting [2021-01-28T17:55:52.627Z] 977c02c07b05: Waiting [2021-01-28T17:55:52.627Z] 140511c08665: Waiting [2021-01-28T17:55:52.627Z] 379067d0cb53: Waiting [2021-01-28T17:55:52.627Z] 24ab85545250: Layer already exists [2021-01-28T17:55:52.903Z] c2ee8b54578e: Layer already exists [2021-01-28T17:55:52.903Z] 56a6519738ed: Layer already exists [2021-01-28T17:55:52.903Z] 0d43c647876f: Layer already exists [2021-01-28T17:55:52.903Z] c279fdd61d7a: Layer already exists [2021-01-28T17:55:52.903Z] 977c02c07b05: Layer already exists [2021-01-28T17:55:52.903Z] 140511c08665: Layer already exists [2021-01-28T17:55:52.903Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:52.903Z] b6d76df83c51: Layer already exists [2021-01-28T17:55:52.903Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:1a7a7b605ab0f631dc0078e16f19ff5a020e2e4c6fb87b8a2b33b53df2ff3f3c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:53.259Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:53.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-28T17:55:53.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-28T17:55:53.610Z] c2ee8b54578e: Preparing [2021-01-28T17:55:53.610Z] 0d43c647876f: Preparing [2021-01-28T17:55:53.610Z] 24ab85545250: Preparing [2021-01-28T17:55:53.610Z] c279fdd61d7a: Preparing [2021-01-28T17:55:53.610Z] 56a6519738ed: Preparing [2021-01-28T17:55:53.610Z] 977c02c07b05: Preparing [2021-01-28T17:55:53.610Z] 140511c08665: Preparing [2021-01-28T17:55:53.610Z] b6d76df83c51: Preparing [2021-01-28T17:55:53.610Z] 379067d0cb53: Preparing [2021-01-28T17:55:53.610Z] 977c02c07b05: Waiting [2021-01-28T17:55:53.610Z] 140511c08665: Waiting [2021-01-28T17:55:53.610Z] b6d76df83c51: Waiting [2021-01-28T17:55:53.610Z] 379067d0cb53: Waiting [2021-01-28T17:55:53.883Z] 24ab85545250: Layer already exists [2021-01-28T17:55:53.883Z] c279fdd61d7a: Layer already exists [2021-01-28T17:55:53.883Z] 0d43c647876f: Layer already exists [2021-01-28T17:55:53.883Z] c2ee8b54578e: Layer already exists [2021-01-28T17:55:53.883Z] 56a6519738ed: Layer already exists [2021-01-28T17:55:53.883Z] 977c02c07b05: Layer already exists [2021-01-28T17:55:53.883Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:53.883Z] 140511c08665: Layer already exists [2021-01-28T17:55:53.883Z] b6d76df83c51: Layer already exists [2021-01-28T17:55:53.883Z] master: digest: sha256:1a7a7b605ab0f631dc0078e16f19ff5a020e2e4c6fb87b8a2b33b53df2ff3f3c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:55:54.082Z] ===================================================== [Pipeline] echo [2021-01-28T17:55:54.156Z] taggedImages: [2021-01-28T17:55:54.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:54.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:54.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:54.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-28T17:55:54.236Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-28T17:55:54.236Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:54.236Z] 2.0.0-dev.64 [2021-01-28T17:55:54.236Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:54.236Z] master [2021-01-28T17:55:54.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:54.733Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:55.066Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:55:55.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:55:55.066Z] 36cd0b1454f3: Preparing [2021-01-28T17:55:55.066Z] dcaaaabb88ca: Preparing [2021-01-28T17:55:55.066Z] b4156726b739: Preparing [2021-01-28T17:55:55.066Z] bfc83465891e: Preparing [2021-01-28T17:55:55.066Z] 379067d0cb53: Preparing [2021-01-28T17:55:55.345Z] b4156726b739: Layer already exists [2021-01-28T17:55:55.345Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:55.345Z] 36cd0b1454f3: Pushed [2021-01-28T17:55:55.619Z] bfc83465891e: Pushed [2021-01-28T17:55:58.223Z] dcaaaabb88ca: Pushed [2021-01-28T17:55:58.223Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:aa54f46181c95e31b2fe0fd64b321bd16235d1ff110b0171cc27a22105c5567a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:58.562Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:58.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.64 [2021-01-28T17:55:58.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:55:58.896Z] 36cd0b1454f3: Preparing [2021-01-28T17:55:58.896Z] dcaaaabb88ca: Preparing [2021-01-28T17:55:58.896Z] b4156726b739: Preparing [2021-01-28T17:55:58.896Z] bfc83465891e: Preparing [2021-01-28T17:55:58.896Z] 379067d0cb53: Preparing [2021-01-28T17:55:59.167Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:59.167Z] b4156726b739: Layer already exists [2021-01-28T17:55:59.167Z] dcaaaabb88ca: Layer already exists [2021-01-28T17:55:59.167Z] 36cd0b1454f3: Layer already exists [2021-01-28T17:55:59.167Z] bfc83465891e: Layer already exists [2021-01-28T17:55:59.167Z] 2.0.0-dev.64: digest: sha256:aa54f46181c95e31b2fe0fd64b321bd16235d1ff110b0171cc27a22105c5567a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:59.515Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:55:59.866Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:55:59.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:55:59.866Z] 36cd0b1454f3: Preparing [2021-01-28T17:55:59.866Z] dcaaaabb88ca: Preparing [2021-01-28T17:55:59.866Z] b4156726b739: Preparing [2021-01-28T17:55:59.866Z] bfc83465891e: Preparing [2021-01-28T17:55:59.866Z] 379067d0cb53: Preparing [2021-01-28T17:55:59.866Z] 379067d0cb53: Layer already exists [2021-01-28T17:55:59.866Z] 36cd0b1454f3: Layer already exists [2021-01-28T17:55:59.866Z] b4156726b739: Layer already exists [2021-01-28T17:55:59.866Z] dcaaaabb88ca: Layer already exists [2021-01-28T17:56:00.138Z] bfc83465891e: Layer already exists [2021-01-28T17:56:00.138Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:aa54f46181c95e31b2fe0fd64b321bd16235d1ff110b0171cc27a22105c5567a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:00.479Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:00.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-28T17:56:00.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-28T17:56:00.813Z] 36cd0b1454f3: Preparing [2021-01-28T17:56:00.813Z] dcaaaabb88ca: Preparing [2021-01-28T17:56:00.813Z] b4156726b739: Preparing [2021-01-28T17:56:00.813Z] bfc83465891e: Preparing [2021-01-28T17:56:00.813Z] 379067d0cb53: Preparing [2021-01-28T17:56:00.813Z] dcaaaabb88ca: Layer already exists [2021-01-28T17:56:00.813Z] 36cd0b1454f3: Layer already exists [2021-01-28T17:56:00.813Z] b4156726b739: Layer already exists [2021-01-28T17:56:00.813Z] bfc83465891e: Layer already exists [2021-01-28T17:56:01.081Z] 379067d0cb53: Layer already exists [2021-01-28T17:56:01.081Z] master: digest: sha256:aa54f46181c95e31b2fe0fd64b321bd16235d1ff110b0171cc27a22105c5567a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:56:01.263Z] ===================================================== [Pipeline] echo [2021-01-28T17:56:01.308Z] taggedImages: [2021-01-28T17:56:01.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:01.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.64 [2021-01-28T17:56:01.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:01.308Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-28T17:56:01.387Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-28T17:56:01.387Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:01.387Z] 2.0.0-dev.64 [2021-01-28T17:56:01.387Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:01.387Z] master [2021-01-28T17:56:01.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:01.896Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:02.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:02.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:56:02.238Z] f2155e558625: Preparing [2021-01-28T17:56:02.238Z] 642a069ce1a3: Preparing [2021-01-28T17:56:02.238Z] b4156726b739: Preparing [2021-01-28T17:56:02.238Z] 37c430a52d5c: Preparing [2021-01-28T17:56:02.238Z] 379067d0cb53: Preparing [2021-01-28T17:56:02.520Z] b4156726b739: Layer already exists [2021-01-28T17:56:02.520Z] 379067d0cb53: Layer already exists [2021-01-28T17:56:02.520Z] 37c430a52d5c: Layer already exists [2021-01-28T17:56:02.520Z] f2155e558625: Pushed [2021-01-28T17:56:05.132Z] 642a069ce1a3: Pushed [2021-01-28T17:56:05.132Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:571c0896b1adb30e88295bddf6842b7d7d37ec117219373b2d88ddc2ee2a0b2d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:05.468Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:05.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.64 [2021-01-28T17:56:05.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:56:05.799Z] f2155e558625: Preparing [2021-01-28T17:56:05.799Z] 642a069ce1a3: Preparing [2021-01-28T17:56:05.799Z] b4156726b739: Preparing [2021-01-28T17:56:05.799Z] 37c430a52d5c: Preparing [2021-01-28T17:56:05.799Z] 379067d0cb53: Preparing [2021-01-28T17:56:05.799Z] b4156726b739: Layer already exists [2021-01-28T17:56:06.070Z] 642a069ce1a3: Layer already exists [2021-01-28T17:56:06.070Z] 379067d0cb53: Layer already exists [2021-01-28T17:56:06.070Z] 37c430a52d5c: Layer already exists [2021-01-28T17:56:06.070Z] f2155e558625: Layer already exists [2021-01-28T17:56:06.070Z] 2.0.0-dev.64: digest: sha256:571c0896b1adb30e88295bddf6842b7d7d37ec117219373b2d88ddc2ee2a0b2d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:06.407Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:06.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:06.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:56:06.772Z] f2155e558625: Preparing [2021-01-28T17:56:06.772Z] 642a069ce1a3: Preparing [2021-01-28T17:56:06.772Z] b4156726b739: Preparing [2021-01-28T17:56:06.772Z] 37c430a52d5c: Preparing [2021-01-28T17:56:06.772Z] 379067d0cb53: Preparing [2021-01-28T17:56:07.050Z] 37c430a52d5c: Layer already exists [2021-01-28T17:56:07.050Z] 379067d0cb53: Layer already exists [2021-01-28T17:56:07.050Z] 642a069ce1a3: Layer already exists [2021-01-28T17:56:07.050Z] b4156726b739: Layer already exists [2021-01-28T17:56:07.050Z] f2155e558625: Layer already exists [2021-01-28T17:56:07.050Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:571c0896b1adb30e88295bddf6842b7d7d37ec117219373b2d88ddc2ee2a0b2d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:07.408Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:07.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-28T17:56:07.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-28T17:56:07.788Z] f2155e558625: Preparing [2021-01-28T17:56:07.788Z] 642a069ce1a3: Preparing [2021-01-28T17:56:07.788Z] b4156726b739: Preparing [2021-01-28T17:56:07.788Z] 37c430a52d5c: Preparing [2021-01-28T17:56:07.788Z] 379067d0cb53: Preparing [2021-01-28T17:56:08.064Z] 379067d0cb53: Layer already exists [2021-01-28T17:56:08.064Z] 642a069ce1a3: Layer already exists [2021-01-28T17:56:08.064Z] f2155e558625: Layer already exists [2021-01-28T17:56:08.064Z] b4156726b739: Layer already exists [2021-01-28T17:56:08.064Z] 37c430a52d5c: Layer already exists [2021-01-28T17:56:08.064Z] master: digest: sha256:571c0896b1adb30e88295bddf6842b7d7d37ec117219373b2d88ddc2ee2a0b2d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:56:08.258Z] ===================================================== [Pipeline] echo [2021-01-28T17:56:08.314Z] taggedImages: [2021-01-28T17:56:08.314Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:08.314Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.64 [2021-01-28T17:56:08.314Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:08.314Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-28T17:56:08.383Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-28T17:56:08.383Z] df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:08.383Z] 2.0.0-dev.64 [2021-01-28T17:56:08.383Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:08.383Z] master [2021-01-28T17:56:08.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:08.879Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:09.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:09.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:56:09.209Z] 7272bc687228: Preparing [2021-01-28T17:56:09.209Z] 16cd963b44d4: Preparing [2021-01-28T17:56:09.209Z] a53f0c372f87: Preparing [2021-01-28T17:56:09.209Z] 9a03c4406904: Preparing [2021-01-28T17:56:09.209Z] 391c6b4be884: Preparing [2021-01-28T17:56:09.209Z] 5578804cc8b4: Preparing [2021-01-28T17:56:09.209Z] 538a15fe0bf3: Preparing [2021-01-28T17:56:09.209Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:56:09.209Z] fa1afe8e6ed9: Preparing [2021-01-28T17:56:09.209Z] 87a09b4c083e: Preparing [2021-01-28T17:56:09.209Z] 0f74e9ff2a61: Preparing [2021-01-28T17:56:09.209Z] b122376c33c6: Preparing [2021-01-28T17:56:09.209Z] f8381ed47b22: Preparing [2021-01-28T17:56:09.209Z] e934a737d657: Preparing [2021-01-28T17:56:09.209Z] 5578804cc8b4: Waiting [2021-01-28T17:56:09.209Z] 538a15fe0bf3: Waiting [2021-01-28T17:56:09.209Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:56:09.209Z] fa1afe8e6ed9: Waiting [2021-01-28T17:56:09.209Z] 87a09b4c083e: Waiting [2021-01-28T17:56:09.209Z] f8381ed47b22: Waiting [2021-01-28T17:56:09.209Z] 0f74e9ff2a61: Waiting [2021-01-28T17:56:09.209Z] b122376c33c6: Waiting [2021-01-28T17:56:09.209Z] e934a737d657: Waiting [2021-01-28T17:56:09.813Z] 391c6b4be884: Pushed [2021-01-28T17:56:10.088Z] 7272bc687228: Pushed [2021-01-28T17:56:10.684Z] 9a03c4406904: Pushed [2021-01-28T17:56:10.684Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:56:10.684Z] 538a15fe0bf3: Pushed [2021-01-28T17:56:10.684Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:56:10.684Z] 87a09b4c083e: Layer already exists [2021-01-28T17:56:10.684Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:56:10.684Z] b122376c33c6: Layer already exists [2021-01-28T17:56:10.684Z] f8381ed47b22: Layer already exists [2021-01-28T17:56:10.684Z] e934a737d657: Layer already exists [2021-01-28T17:56:11.285Z] 16cd963b44d4: Pushed [2021-01-28T17:56:12.259Z] 5578804cc8b4: Pushed [2021-01-28T17:56:22.374Z] a53f0c372f87: Pushed [2021-01-28T17:56:22.645Z] df7eaa583f48bd0cefe0e9af00d8477318667731: digest: sha256:5c8c3c0b3b1b734f9fdc8d2a75ade719ef1428a40c99f46b2995c485e692fc9a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:22.985Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:23.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.64 [2021-01-28T17:56:23.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:56:23.316Z] 7272bc687228: Preparing [2021-01-28T17:56:23.316Z] 16cd963b44d4: Preparing [2021-01-28T17:56:23.316Z] a53f0c372f87: Preparing [2021-01-28T17:56:23.316Z] 9a03c4406904: Preparing [2021-01-28T17:56:23.316Z] 391c6b4be884: Preparing [2021-01-28T17:56:23.316Z] 5578804cc8b4: Preparing [2021-01-28T17:56:23.316Z] 538a15fe0bf3: Preparing [2021-01-28T17:56:23.316Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:56:23.316Z] fa1afe8e6ed9: Preparing [2021-01-28T17:56:23.316Z] 87a09b4c083e: Preparing [2021-01-28T17:56:23.316Z] 0f74e9ff2a61: Preparing [2021-01-28T17:56:23.316Z] b122376c33c6: Preparing [2021-01-28T17:56:23.316Z] f8381ed47b22: Preparing [2021-01-28T17:56:23.316Z] e934a737d657: Preparing [2021-01-28T17:56:23.316Z] 87a09b4c083e: Waiting [2021-01-28T17:56:23.316Z] 5578804cc8b4: Waiting [2021-01-28T17:56:23.316Z] 0f74e9ff2a61: Waiting [2021-01-28T17:56:23.316Z] b122376c33c6: Waiting [2021-01-28T17:56:23.316Z] 538a15fe0bf3: Waiting [2021-01-28T17:56:23.316Z] f8381ed47b22: Waiting [2021-01-28T17:56:23.316Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:56:23.316Z] e934a737d657: Waiting [2021-01-28T17:56:23.316Z] fa1afe8e6ed9: Waiting [2021-01-28T17:56:23.586Z] 391c6b4be884: Layer already exists [2021-01-28T17:56:23.586Z] a53f0c372f87: Layer already exists [2021-01-28T17:56:23.586Z] 7272bc687228: Layer already exists [2021-01-28T17:56:23.586Z] 9a03c4406904: Layer already exists [2021-01-28T17:56:23.586Z] 16cd963b44d4: Layer already exists [2021-01-28T17:56:23.586Z] 538a15fe0bf3: Layer already exists [2021-01-28T17:56:23.586Z] 5578804cc8b4: Layer already exists [2021-01-28T17:56:23.586Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:56:23.586Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:56:23.586Z] 87a09b4c083e: Layer already exists [2021-01-28T17:56:23.586Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:56:23.586Z] b122376c33c6: Layer already exists [2021-01-28T17:56:23.586Z] f8381ed47b22: Layer already exists [2021-01-28T17:56:23.586Z] e934a737d657: Layer already exists [2021-01-28T17:56:23.586Z] 2.0.0-dev.64: digest: sha256:5c8c3c0b3b1b734f9fdc8d2a75ade719ef1428a40c99f46b2995c485e692fc9a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:23.923Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:24.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:24.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:56:24.259Z] 7272bc687228: Preparing [2021-01-28T17:56:24.259Z] 16cd963b44d4: Preparing [2021-01-28T17:56:24.259Z] a53f0c372f87: Preparing [2021-01-28T17:56:24.259Z] 9a03c4406904: Preparing [2021-01-28T17:56:24.259Z] 391c6b4be884: Preparing [2021-01-28T17:56:24.259Z] 5578804cc8b4: Preparing [2021-01-28T17:56:24.259Z] 538a15fe0bf3: Preparing [2021-01-28T17:56:24.259Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:56:24.259Z] fa1afe8e6ed9: Preparing [2021-01-28T17:56:24.259Z] 87a09b4c083e: Preparing [2021-01-28T17:56:24.259Z] 0f74e9ff2a61: Preparing [2021-01-28T17:56:24.259Z] b122376c33c6: Preparing [2021-01-28T17:56:24.259Z] f8381ed47b22: Preparing [2021-01-28T17:56:24.259Z] e934a737d657: Preparing [2021-01-28T17:56:24.259Z] fa1afe8e6ed9: Waiting [2021-01-28T17:56:24.259Z] 538a15fe0bf3: Waiting [2021-01-28T17:56:24.259Z] 87a09b4c083e: Waiting [2021-01-28T17:56:24.259Z] 0f74e9ff2a61: Waiting [2021-01-28T17:56:24.259Z] b122376c33c6: Waiting [2021-01-28T17:56:24.259Z] f8381ed47b22: Waiting [2021-01-28T17:56:24.259Z] e934a737d657: Waiting [2021-01-28T17:56:24.259Z] 5578804cc8b4: Waiting [2021-01-28T17:56:24.259Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:56:24.530Z] 9a03c4406904: Layer already exists [2021-01-28T17:56:24.530Z] 16cd963b44d4: Layer already exists [2021-01-28T17:56:24.530Z] 391c6b4be884: Layer already exists [2021-01-28T17:56:24.530Z] a53f0c372f87: Layer already exists [2021-01-28T17:56:24.530Z] 7272bc687228: Layer already exists [2021-01-28T17:56:24.530Z] 538a15fe0bf3: Layer already exists [2021-01-28T17:56:24.530Z] 5578804cc8b4: Layer already exists [2021-01-28T17:56:24.530Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:56:24.530Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:56:24.530Z] 87a09b4c083e: Layer already exists [2021-01-28T17:56:24.530Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:56:24.530Z] f8381ed47b22: Layer already exists [2021-01-28T17:56:24.530Z] e934a737d657: Layer already exists [2021-01-28T17:56:24.530Z] b122376c33c6: Layer already exists [2021-01-28T17:56:24.530Z] df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64: digest: sha256:5c8c3c0b3b1b734f9fdc8d2a75ade719ef1428a40c99f46b2995c485e692fc9a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:24.863Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:25.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-28T17:56:25.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-28T17:56:25.195Z] 7272bc687228: Preparing [2021-01-28T17:56:25.195Z] 16cd963b44d4: Preparing [2021-01-28T17:56:25.195Z] a53f0c372f87: Preparing [2021-01-28T17:56:25.195Z] 9a03c4406904: Preparing [2021-01-28T17:56:25.195Z] 391c6b4be884: Preparing [2021-01-28T17:56:25.195Z] 5578804cc8b4: Preparing [2021-01-28T17:56:25.195Z] 538a15fe0bf3: Preparing [2021-01-28T17:56:25.195Z] 9ded3b6bb9b5: Preparing [2021-01-28T17:56:25.195Z] fa1afe8e6ed9: Preparing [2021-01-28T17:56:25.195Z] 87a09b4c083e: Preparing [2021-01-28T17:56:25.195Z] 0f74e9ff2a61: Preparing [2021-01-28T17:56:25.195Z] b122376c33c6: Preparing [2021-01-28T17:56:25.195Z] f8381ed47b22: Preparing [2021-01-28T17:56:25.195Z] e934a737d657: Preparing [2021-01-28T17:56:25.195Z] fa1afe8e6ed9: Waiting [2021-01-28T17:56:25.195Z] b122376c33c6: Waiting [2021-01-28T17:56:25.195Z] f8381ed47b22: Waiting [2021-01-28T17:56:25.195Z] e934a737d657: Waiting [2021-01-28T17:56:25.195Z] 5578804cc8b4: Waiting [2021-01-28T17:56:25.195Z] 87a09b4c083e: Waiting [2021-01-28T17:56:25.195Z] 0f74e9ff2a61: Waiting [2021-01-28T17:56:25.195Z] 538a15fe0bf3: Waiting [2021-01-28T17:56:25.195Z] 9ded3b6bb9b5: Waiting [2021-01-28T17:56:25.465Z] a53f0c372f87: Layer already exists [2021-01-28T17:56:25.465Z] 391c6b4be884: Layer already exists [2021-01-28T17:56:25.465Z] 7272bc687228: Layer already exists [2021-01-28T17:56:25.465Z] 9a03c4406904: Layer already exists [2021-01-28T17:56:25.465Z] 16cd963b44d4: Layer already exists [2021-01-28T17:56:25.465Z] 5578804cc8b4: Layer already exists [2021-01-28T17:56:25.465Z] 538a15fe0bf3: Layer already exists [2021-01-28T17:56:25.465Z] 87a09b4c083e: Layer already exists [2021-01-28T17:56:25.465Z] 9ded3b6bb9b5: Layer already exists [2021-01-28T17:56:25.465Z] fa1afe8e6ed9: Layer already exists [2021-01-28T17:56:25.465Z] b122376c33c6: Layer already exists [2021-01-28T17:56:25.465Z] 0f74e9ff2a61: Layer already exists [2021-01-28T17:56:25.465Z] f8381ed47b22: Layer already exists [2021-01-28T17:56:25.465Z] e934a737d657: Layer already exists [2021-01-28T17:56:25.465Z] master: digest: sha256:5c8c3c0b3b1b734f9fdc8d2a75ade719ef1428a40c99f46b2995c485e692fc9a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T17:56:25.719Z] ===================================================== [Pipeline] echo [2021-01-28T17:56:25.768Z] taggedImages: [2021-01-28T17:56:25.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731 [2021-01-28T17:56:25.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.64 [2021-01-28T17:56:25.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:df7eaa583f48bd0cefe0e9af00d8477318667731-2.0.0-dev.64 [2021-01-28T17:56:25.768Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T17:56:27.479Z] provisioning config files... [2021-01-28T17:56:27.500Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/327@tmp/config6509942311647481653tmp [Pipeline] { [Pipeline] sh [2021-01-28T17:56:27.874Z] + set +x [2021-01-28T17:56:27.874Z] + curl -s https://codecov.io/bash [2021-01-28T17:56:27.874Z] + bash -s -- [2021-01-28T17:56:28.448Z] [2021-01-28T17:56:28.449Z] _____ _ [2021-01-28T17:56:28.449Z] / ____| | | [2021-01-28T17:56:28.449Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T17:56:28.449Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T17:56:28.449Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T17:56:28.449Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T17:56:28.449Z] Bash-20210128-d4071a2 [2021-01-28T17:56:28.449Z] [2021-01-28T17:56:28.449Z] [2021-01-28T17:56:28.449Z] ==> git version 2.24.3 found [2021-01-28T17:56:28.449Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-28T17:56:28.449Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T17:56:28.449Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T17:56:28.449Z] ==> Jenkins CI detected. [2021-01-28T17:56:28.449Z] project root: . [2021-01-28T17:56:28.449Z] --> token set from env [2021-01-28T17:56:28.449Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T17:56:28.449Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T17:56:28.449Z] ==> Python coveragepy not found [2021-01-28T17:56:28.449Z] ==> Searching for coverage reports in: [2021-01-28T17:56:28.449Z] + . [2021-01-28T17:56:28.449Z] -> Found 1 reports [2021-01-28T17:56:28.449Z] ==> Detecting git/mercurial file structure [2021-01-28T17:56:28.449Z] ==> Reading reports [2021-01-28T17:56:28.449Z] + ./coverage.out bytes=565356 [2021-01-28T17:56:28.449Z] ==> Appending adjustments [2021-01-28T17:56:28.449Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T17:56:31.003Z] + Found adjustments [2021-01-28T17:56:31.003Z] ==> Gzipping contents [2021-01-28T17:56:31.003Z] 84K /tmp/codecov.tdFQWk.gz [2021-01-28T17:56:31.003Z] ==> Uploading reports [2021-01-28T17:56:31.003Z] url: https://codecov.io [2021-01-28T17:56:31.003Z] query: branch=master&commit=df7eaa583f48bd0cefe0e9af00d8477318667731&build=327&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F327%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T17:56:31.003Z] -> Pinging Codecov [2021-01-28T17:56:31.003Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=df7eaa583f48bd0cefe0e9af00d8477318667731&build=327&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F327%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T17:56:31.955Z] -> Uploading to [2021-01-28T17:56:31.955Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/df7eaa583f48bd0cefe0e9af00d8477318667731/846799df-96b1-4fa8-b4df-41b129373510.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T175631Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=41d59363c7ab7ea8d306d7f2c2d2fcc78a49dcd21a8ea38d5245e21bdade44e6 [2021-01-28T17:56:31.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:56:31.955Z] Dload Upload Total Spent Left Speed [2021-01-28T17:56:32.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85614 0 0 100 85614 0 138k --:--:-- --:--:-- --:--:-- 138k [2021-01-28T17:56:32.535Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/df7eaa583f48bd0cefe0e9af00d8477318667731 [Pipeline] } [2021-01-28T17:56:32.543Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-28T17:56:33.446Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-28T17:56:33.527Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:33.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T17:56:33.895Z] [2021-01-28T17:56:33.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:56:34.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T17:56:34.243Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-28T17:56:34.243Z] 188c0c94c7c5: Already exists [2021-01-28T17:56:34.243Z] 0ef7d3d256c8: Already exists [2021-01-28T17:56:34.243Z] de9db76c5a1d: Already exists [2021-01-28T17:56:34.243Z] 0eba1c9be4d2: Pulling fs layer [2021-01-28T17:56:34.243Z] 0d57e429df01: Pulling fs layer [2021-01-28T17:56:34.243Z] 4e4be7b47b0d: Pulling fs layer [2021-01-28T17:56:34.243Z] e1f770b5df2f: Pulling fs layer [2021-01-28T17:56:34.243Z] 85a0685a4137: Pulling fs layer [2021-01-28T17:56:34.243Z] e1f770b5df2f: Waiting [2021-01-28T17:56:34.243Z] 85a0685a4137: Waiting [2021-01-28T17:56:34.243Z] 4e4be7b47b0d: Download complete [2021-01-28T17:56:34.243Z] 0d57e429df01: Verifying Checksum [2021-01-28T17:56:34.243Z] 0d57e429df01: Download complete [2021-01-28T17:56:36.175Z] e1f770b5df2f: Verifying Checksum [2021-01-28T17:56:36.175Z] e1f770b5df2f: Download complete [2021-01-28T17:56:38.119Z] 0eba1c9be4d2: Verifying Checksum [2021-01-28T17:56:38.119Z] 0eba1c9be4d2: Download complete [2021-01-28T17:56:38.385Z] 85a0685a4137: Verifying Checksum [2021-01-28T17:56:38.385Z] 85a0685a4137: Download complete [2021-01-28T17:56:43.701Z] 0eba1c9be4d2: Pull complete [2021-01-28T17:56:43.964Z] 0d57e429df01: Pull complete [2021-01-28T17:56:44.225Z] 4e4be7b47b0d: Pull complete [2021-01-28T17:56:48.446Z] e1f770b5df2f: Pull complete [2021-01-28T17:56:56.621Z] 85a0685a4137: Pull complete [2021-01-28T17:56:56.621Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-28T17:56:56.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T17:56:56.621Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-28T17:56:56.964Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:56:57.025Z] $ 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/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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-snyk-go:1.410.4 cat [2021-01-28T17:56:58.611Z] $ docker top ec3e97e9bb9878026a4e3853b516dc2dbf9c2e68943fe8c609bb84d924a33013 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:56:58.934Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-28T17:56:59.278Z] + set -o pipefail [2021-01-28T17:56:59.278Z] + snyk monitor '--org=edgex-jenkins' [2021-01-28T17:57:07.457Z] [2021-01-28T17:57:07.457Z] Monitoring /w/workspace/edgex-go/327 (github.com/edgexfoundry/edgex-go)... [2021-01-28T17:57:07.457Z] [2021-01-28T17:57:07.457Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/4e508204-a04b-4447-903a-678464e9f881 [2021-01-28T17:57:07.457Z] [2021-01-28T17:57:07.457Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-28T17:57:07.457Z] [2021-01-28T17:57:07.457Z] [Pipeline] } [2021-01-28T17:57:07.475Z] $ docker stop --time=1 ec3e97e9bb9878026a4e3853b516dc2dbf9c2e68943fe8c609bb84d924a33013 [2021-01-28T17:57:10.624Z] $ docker rm -f ec3e97e9bb9878026a4e3853b516dc2dbf9c2e68943fe8c609bb84d924a33013 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-28T17:57:11.917Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:57:11.991Z] provisioning config files... [2021-01-28T17:57:12.026Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/327@tmp/config5477009036286587012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:57:12.475Z] --> edgex-publish-swagger.sh [2021-01-28T17:57:12.475Z] === Publish openapi/v1 API === [2021-01-28T17:57:12.475Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-28T17:57:12.475Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/327/openapi/v1/core-command.yaml] [2021-01-28T17:57:12.475Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:12.475Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:13.426Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9313 0:00:01 0:00:01 --:--:-- 9328 100 10522 0 0 100 10522 0 9311 0:00:01 0:00:01 --:--:-- 9328 [2021-01-28T17:57:13.426Z] [2021-01-28T17:57:13.426Z] [2021-01-28T17:57:13.426Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/327/openapi/v1/core-data.yaml] [2021-01-28T17:57:13.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:13.426Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:14.817Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27358 0:00:01 0:00:01 --:--:-- 27381 100 32557 0 0 100 32557 0 27354 0:00:01 0:00:01 --:--:-- 27358 [2021-01-28T17:57:14.817Z] [2021-01-28T17:57:14.817Z] [2021-01-28T17:57:14.817Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/327/openapi/v1/core-metadata.yaml] [2021-01-28T17:57:14.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:14.817Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:16.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60803 0:00:01 0:00:01 --:--:-- 60775 100 73721 0 0 100 73721 0 54263 0:00:01 0:00:01 --:--:-- 54246 [2021-01-28T17:57:16.214Z] [2021-01-28T17:57:16.214Z] [2021-01-28T17:57:16.214Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/327/openapi/v1/support-logging.yaml] [2021-01-28T17:57:16.214Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:16.214Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:17.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11248 0:00:01 0:00:01 --:--:-- 11251 100 13581 0 0 100 13581 0 8750 0:00:01 0:00:01 --:--:-- 8756 [2021-01-28T17:57:17.613Z] [2021-01-28T17:57:17.613Z] [2021-01-28T17:57:17.613Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/327/openapi/v1/support-notifications.yaml] [2021-01-28T17:57:17.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:17.613Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:18.822Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36683 0:00:01 0:00:01 --:--:-- 36723 [2021-01-28T17:57:18.822Z] [2021-01-28T17:57:18.823Z] [2021-01-28T17:57:18.823Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/327/openapi/v1/support-scheduler.yaml] [2021-01-28T17:57:18.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:18.823Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:19.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12370 0:00:01 0:00:01 --:--:-- 12368 100 14249 0 0 100 14249 0 12367 0:00:01 0:00:01 --:--:-- 12368 [2021-01-28T17:57:19.769Z] [2021-01-28T17:57:19.769Z] [2021-01-28T17:57:19.769Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/327/openapi/v1/system-agent.yaml] [2021-01-28T17:57:19.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:19.769Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:21.163Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3895 0:00:01 0:00:01 --:--:-- 3899 100 4110 0 0 100 4110 0 3895 0:00:01 0:00:01 --:--:-- 3899 [2021-01-28T17:57:21.163Z] [2021-01-28T17:57:21.163Z] [2021-01-28T17:57:21.163Z] === Publish openapi/v2 API === [2021-01-28T17:57:21.163Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-28T17:57:21.163Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/327/openapi/v2/core-command.yaml] [2021-01-28T17:57:21.163Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:21.163Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:22.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21367 0 0 100 21367 0 18392 0:00:01 0:00:01 --:--:-- 18403 100 21367 0 0 100 21367 0 18389 0:00:01 0:00:01 --:--:-- 18403 [2021-01-28T17:57:22.114Z] [2021-01-28T17:57:22.114Z] [2021-01-28T17:57:22.114Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/327/openapi/v2/core-data.yaml] [2021-01-28T17:57:22.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:22.114Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:23.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47196 0:00:01 0:00:01 --:--:-- 47230 100 57055 0 0 100 57055 0 38343 0:00:01 0:00:01 --:--:-- 38369 [2021-01-28T17:57:23.543Z] [2021-01-28T17:57:23.543Z] [2021-01-28T17:57:23.543Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/327/openapi/v2/core-metadata.yaml] [2021-01-28T17:57:23.543Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:23.543Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:25.025Z] 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 98k 0:00:01 0:00:01 --:--:-- 98k 100 119k 0 0 100 119k 0 96184 0:00:01 0:00:01 --:--:-- 96170 [2021-01-28T17:57:25.025Z] [2021-01-28T17:57:25.025Z] [2021-01-28T17:57:25.025Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/327/openapi/v2/support-logging.yaml] [2021-01-28T17:57:25.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:25.025Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:25.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 21738 0:00:01 0:00:01 --:--:-- 21755 100 23692 0 0 100 23692 0 21734 0:00:01 0:00:01 --:--:-- 21755 [2021-01-28T17:57:25.975Z] [2021-01-28T17:57:25.975Z] [2021-01-28T17:57:25.975Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/327/openapi/v2/support-notifications.yaml] [2021-01-28T17:57:25.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:25.975Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:27.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58900 0 0 100 58900 0 54609 0:00:01 0:00:01 --:--:-- 54638 100 58900 0 0 100 58900 0 54599 0:00:01 0:00:01 --:--:-- 54638 [2021-01-28T17:57:27.367Z] [2021-01-28T17:57:27.367Z] [2021-01-28T17:57:27.367Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/327/openapi/v2/support-scheduler.yaml] [2021-01-28T17:57:27.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:27.367Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:28.314Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 32951 0:00:01 0:00:01 --:--:-- 32973 100 39667 0 0 100 39667 0 32945 0:00:01 0:00:01 --:--:-- 32973 [2021-01-28T17:57:28.314Z] [2021-01-28T17:57:28.314Z] [2021-01-28T17:57:28.314Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/327/openapi/v2/system-agent.yaml] [2021-01-28T17:57:28.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:57:28.314Z] Dload Upload Total Spent Left Speed [2021-01-28T17:57:29.705Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 20095 0:00:01 0:00:01 --:--:-- 20106 100 23726 0 0 100 23726 0 20092 0:00:01 0:00:01 --:--:-- 20106 [2021-01-28T17:57:29.705Z] [2021-01-28T17:57:29.705Z] [Pipeline] } [2021-01-28T17:57:29.720Z] 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 [2021-01-28T17:57:30.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:57:30.520Z] . [Pipeline] withDockerContainer [2021-01-28T17:57:30.639Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:57:30.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:57:31.616Z] $ docker top 35940f255e0f83d76358d28bdd49581abedb37a7362100edbfc228610331e9d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:57:32.037Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:57:32.038Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:57:32.313Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:57:32.317Z] $ docker exec 35940f255e0f83d76358d28bdd49581abedb37a7362100edbfc228610331e9d0 ssh-agent [2021-01-28T17:57:32.498Z] SSH_AUTH_SOCK=/tmp/ssh-19KOyG3r97sH/agent.11 [2021-01-28T17:57:32.498Z] SSH_AGENT_PID=17 [2021-01-28T17:57:32.507Z] Running ssh-add (command line suppressed) [2021-01-28T17:57:32.657Z] Identity added: /w/workspace/edgex-go/327@tmp/private_key_6976447859468941216.key (/w/workspace/edgex-go/327@tmp/private_key_6976447859468941216.key) [2021-01-28T17:57:32.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:57:33.084Z] + git semver tag [2021-01-28T17:57:33.345Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:57:33.345Z] # $GIT_DIR = /w/workspace/edgex-go/327/.git [2021-01-28T17:57:33.345Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/327 [2021-01-28T17:57:33.345Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:57:33.345Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:57:33.345Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:57:33.345Z] # $SEMVER_BRANCH = master [2021-01-28T17:57:33.345Z] # $SEMVER_DIR = /w/workspace/edgex-go/327/.semver [2021-01-28T17:57:33.345Z] # df7eaa583f48bd0cefe0e9af00d8477318667731 HEAD [2021-01-28T17:57:33.919Z] # -> Force: false [2021-01-28T17:57:33.919Z] # cbb15096c60facaf8652a7ee09082c96da86338e refs/tags/v2.0.0-dev.64 [Pipeline] } [2021-01-28T17:57:33.933Z] $ docker exec --env ******** --env ******** 35940f255e0f83d76358d28bdd49581abedb37a7362100edbfc228610331e9d0 ssh-agent -k [2021-01-28T17:57:34.080Z] unset SSH_AUTH_SOCK; [2021-01-28T17:57:34.080Z] unset SSH_AGENT_PID; [2021-01-28T17:57:34.081Z] echo Agent pid 17 killed; [2021-01-28T17:57:34.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:57:34.616Z] + git semver [Pipeline] } [2021-01-28T17:57:34.646Z] $ docker stop --time=1 35940f255e0f83d76358d28bdd49581abedb37a7362100edbfc228610331e9d0 [2021-01-28T17:57:36.083Z] $ docker rm -f 35940f255e0f83d76358d28bdd49581abedb37a7362100edbfc228610331e9d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:57:36.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T17:57:36.844Z] [2021-01-28T17:57:36.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:57:37.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T17:57:37.198Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-28T17:57:37.198Z] ab5ef0e58194: Pulling fs layer [2021-01-28T17:57:37.198Z] 9712f1f96733: Pulling fs layer [2021-01-28T17:57:37.198Z] 63f879dbbcfc: Pulling fs layer [2021-01-28T17:57:37.198Z] 0d9ebad4ef96: Pulling fs layer [2021-01-28T17:57:37.198Z] e9a5061849ea: Pulling fs layer [2021-01-28T17:57:37.198Z] d747dcd14b5f: Pulling fs layer [2021-01-28T17:57:37.198Z] 2de7ff778b66: Pulling fs layer [2021-01-28T17:57:37.198Z] d747dcd14b5f: Waiting [2021-01-28T17:57:37.198Z] e9a5061849ea: Waiting [2021-01-28T17:57:37.198Z] 2de7ff778b66: Waiting [2021-01-28T17:57:37.198Z] 0d9ebad4ef96: Waiting [2021-01-28T17:57:37.198Z] 9712f1f96733: Verifying Checksum [2021-01-28T17:57:37.198Z] 9712f1f96733: Download complete [2021-01-28T17:57:39.128Z] 63f879dbbcfc: Verifying Checksum [2021-01-28T17:57:39.128Z] 63f879dbbcfc: Download complete [2021-01-28T17:57:39.128Z] e9a5061849ea: Verifying Checksum [2021-01-28T17:57:39.128Z] e9a5061849ea: Download complete [2021-01-28T17:57:39.128Z] d747dcd14b5f: Verifying Checksum [2021-01-28T17:57:39.128Z] d747dcd14b5f: Download complete [2021-01-28T17:57:39.711Z] 2de7ff778b66: Verifying Checksum [2021-01-28T17:57:39.711Z] 2de7ff778b66: Download complete [2021-01-28T17:57:39.711Z] 0d9ebad4ef96: Verifying Checksum [2021-01-28T17:57:39.711Z] 0d9ebad4ef96: Download complete [2021-01-28T17:57:40.297Z] ab5ef0e58194: Verifying Checksum [2021-01-28T17:57:40.297Z] ab5ef0e58194: Download complete [2021-01-28T17:57:46.916Z] ab5ef0e58194: Pull complete [2021-01-28T17:57:46.916Z] 9712f1f96733: Pull complete [2021-01-28T17:57:48.835Z] 63f879dbbcfc: Pull complete [2021-01-28T17:57:57.014Z] 0d9ebad4ef96: Pull complete [2021-01-28T17:57:57.277Z] e9a5061849ea: Pull complete [2021-01-28T17:57:57.277Z] d747dcd14b5f: Pull complete [2021-01-28T17:58:00.591Z] 2de7ff778b66: Pull complete [2021-01-28T17:58:00.591Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-28T17:58:00.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T17:58:00.591Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-28T17:58:00.837Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:58:00.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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-lftools:0.23.1-centos7 cat [2021-01-28T17:58:04.137Z] $ docker top a2ccc3719d9278e5db7ccb6873504f8905b9a8176fc6a8aebdcd800bc11c0169 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:58:04.461Z] provisioning config files... [2021-01-28T17:58:04.471Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/327@tmp/config6141509179580978874tmp [2021-01-28T17:58:04.486Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/327@tmp/config1808680750749908480tmp [2021-01-28T17:58:04.502Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/327@tmp/config1750751560547573785tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:58:04.587Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:58:04.889Z] ---> sigul-configuration.sh [2021-01-28T17:58:04.889Z] gpg: directory `/root/.gnupg' created [2021-01-28T17:58:04.889Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-28T17:58:04.889Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-28T17:58:04.889Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-28T17:58:04.889Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-28T17:58:04.889Z] gpg: CAST5 encrypted data [2021-01-28T17:58:05.151Z] gpg: encrypted with 1 passphrase [2021-01-28T17:58:05.151Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-28T17:58:05.450Z] + mkdir /home/jenkins [2021-01-28T17:58:05.450Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-28T17:58:05.751Z] + 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 [2021-01-28T17:58:05.763Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:58:06.066Z] ---> sigul-install.sh [2021-01-28T17:58:11.376Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-28T17:58:11.967Z] + git tag --list [2021-01-28T17:58:11.967Z] 0.6.0 [2021-01-28T17:58:11.967Z] 0.6.1 [2021-01-28T17:58:11.967Z] 0.7.0 [2021-01-28T17:58:11.967Z] 0.7.1 [2021-01-28T17:58:11.967Z] v1.0.0 [2021-01-28T17:58:11.967Z] v1.0.1 [2021-01-28T17:58:11.967Z] v1.1.0 [2021-01-28T17:58:11.967Z] v1.2.0 [2021-01-28T17:58:11.967Z] v1.2.1 [2021-01-28T17:58:11.967Z] v1.2.2-dev.1 [2021-01-28T17:58:11.967Z] v1.2.2-dev.10 [2021-01-28T17:58:11.967Z] v1.2.2-dev.100 [2021-01-28T17:58:11.967Z] v1.2.2-dev.101 [2021-01-28T17:58:11.967Z] v1.2.2-dev.102 [2021-01-28T17:58:11.967Z] v1.2.2-dev.103 [2021-01-28T17:58:11.967Z] v1.2.2-dev.104 [2021-01-28T17:58:11.967Z] v1.2.2-dev.105 [2021-01-28T17:58:11.967Z] v1.2.2-dev.106 [2021-01-28T17:58:11.967Z] v1.2.2-dev.107 [2021-01-28T17:58:11.967Z] v1.2.2-dev.11 [2021-01-28T17:58:11.967Z] v1.2.2-dev.12 [2021-01-28T17:58:11.967Z] v1.2.2-dev.13 [2021-01-28T17:58:11.967Z] v1.2.2-dev.14 [2021-01-28T17:58:11.967Z] v1.2.2-dev.15 [2021-01-28T17:58:11.967Z] v1.2.2-dev.16 [2021-01-28T17:58:11.967Z] v1.2.2-dev.17 [2021-01-28T17:58:11.967Z] v1.2.2-dev.18 [2021-01-28T17:58:11.967Z] v1.2.2-dev.19 [2021-01-28T17:58:11.967Z] v1.2.2-dev.2 [2021-01-28T17:58:11.967Z] v1.2.2-dev.20 [2021-01-28T17:58:11.967Z] v1.2.2-dev.21 [2021-01-28T17:58:11.967Z] v1.2.2-dev.22 [2021-01-28T17:58:11.967Z] v1.2.2-dev.23 [2021-01-28T17:58:11.967Z] v1.2.2-dev.24 [2021-01-28T17:58:11.967Z] v1.2.2-dev.25 [2021-01-28T17:58:11.967Z] v1.2.2-dev.26 [2021-01-28T17:58:11.967Z] v1.2.2-dev.27 [2021-01-28T17:58:11.967Z] v1.2.2-dev.28 [2021-01-28T17:58:11.967Z] v1.2.2-dev.29 [2021-01-28T17:58:11.967Z] v1.2.2-dev.3 [2021-01-28T17:58:11.967Z] v1.2.2-dev.30 [2021-01-28T17:58:11.967Z] v1.2.2-dev.31 [2021-01-28T17:58:11.967Z] v1.2.2-dev.32 [2021-01-28T17:58:11.967Z] v1.2.2-dev.33 [2021-01-28T17:58:11.967Z] v1.2.2-dev.34 [2021-01-28T17:58:11.967Z] v1.2.2-dev.35 [2021-01-28T17:58:11.967Z] v1.2.2-dev.36 [2021-01-28T17:58:11.967Z] v1.2.2-dev.37 [2021-01-28T17:58:11.967Z] v1.2.2-dev.38 [2021-01-28T17:58:11.967Z] v1.2.2-dev.39 [2021-01-28T17:58:11.967Z] v1.2.2-dev.4 [2021-01-28T17:58:11.967Z] v1.2.2-dev.40 [2021-01-28T17:58:11.967Z] v1.2.2-dev.41 [2021-01-28T17:58:11.967Z] v1.2.2-dev.42 [2021-01-28T17:58:11.967Z] v1.2.2-dev.43 [2021-01-28T17:58:11.967Z] v1.2.2-dev.44 [2021-01-28T17:58:11.967Z] v1.2.2-dev.45 [2021-01-28T17:58:11.967Z] v1.2.2-dev.46 [2021-01-28T17:58:11.967Z] v1.2.2-dev.47 [2021-01-28T17:58:11.967Z] v1.2.2-dev.48 [2021-01-28T17:58:11.967Z] v1.2.2-dev.49 [2021-01-28T17:58:11.967Z] v1.2.2-dev.5 [2021-01-28T17:58:11.967Z] v1.2.2-dev.50 [2021-01-28T17:58:11.967Z] v1.2.2-dev.51 [2021-01-28T17:58:11.967Z] v1.2.2-dev.52 [2021-01-28T17:58:11.967Z] v1.2.2-dev.53 [2021-01-28T17:58:11.967Z] v1.2.2-dev.54 [2021-01-28T17:58:11.967Z] v1.2.2-dev.55 [2021-01-28T17:58:11.967Z] v1.2.2-dev.56 [2021-01-28T17:58:11.967Z] v1.2.2-dev.57 [2021-01-28T17:58:11.967Z] v1.2.2-dev.58 [2021-01-28T17:58:11.967Z] v1.2.2-dev.59 [2021-01-28T17:58:11.967Z] v1.2.2-dev.6 [2021-01-28T17:58:11.967Z] v1.2.2-dev.60 [2021-01-28T17:58:11.967Z] v1.2.2-dev.61 [2021-01-28T17:58:11.967Z] v1.2.2-dev.62 [2021-01-28T17:58:11.967Z] v1.2.2-dev.63 [2021-01-28T17:58:11.967Z] v1.2.2-dev.64 [2021-01-28T17:58:11.967Z] v1.2.2-dev.65 [2021-01-28T17:58:11.967Z] v1.2.2-dev.66 [2021-01-28T17:58:11.967Z] v1.2.2-dev.67 [2021-01-28T17:58:11.967Z] v1.2.2-dev.68 [2021-01-28T17:58:11.967Z] v1.2.2-dev.69 [2021-01-28T17:58:11.967Z] v1.2.2-dev.7 [2021-01-28T17:58:11.967Z] v1.2.2-dev.70 [2021-01-28T17:58:11.967Z] v1.2.2-dev.71 [2021-01-28T17:58:11.967Z] v1.2.2-dev.72 [2021-01-28T17:58:11.967Z] v1.2.2-dev.73 [2021-01-28T17:58:11.967Z] v1.2.2-dev.74 [2021-01-28T17:58:11.967Z] v1.2.2-dev.75 [2021-01-28T17:58:11.967Z] v1.2.2-dev.76 [2021-01-28T17:58:11.967Z] v1.2.2-dev.77 [2021-01-28T17:58:11.967Z] v1.2.2-dev.78 [2021-01-28T17:58:11.967Z] v1.2.2-dev.79 [2021-01-28T17:58:11.967Z] v1.2.2-dev.8 [2021-01-28T17:58:11.967Z] v1.2.2-dev.80 [2021-01-28T17:58:11.967Z] v1.2.2-dev.81 [2021-01-28T17:58:11.967Z] v1.2.2-dev.82 [2021-01-28T17:58:11.967Z] v1.2.2-dev.83 [2021-01-28T17:58:11.967Z] v1.2.2-dev.84 [2021-01-28T17:58:11.967Z] v1.2.2-dev.85 [2021-01-28T17:58:11.967Z] v1.2.2-dev.86 [2021-01-28T17:58:11.967Z] v1.2.2-dev.87 [2021-01-28T17:58:11.967Z] v1.2.2-dev.88 [2021-01-28T17:58:11.967Z] v1.2.2-dev.89 [2021-01-28T17:58:11.967Z] v1.2.2-dev.9 [2021-01-28T17:58:11.967Z] v1.2.2-dev.90 [2021-01-28T17:58:11.967Z] v1.2.2-dev.91 [2021-01-28T17:58:11.967Z] v1.2.2-dev.92 [2021-01-28T17:58:11.967Z] v1.2.2-dev.93 [2021-01-28T17:58:11.967Z] v1.2.2-dev.94 [2021-01-28T17:58:11.967Z] v1.2.2-dev.95 [2021-01-28T17:58:11.967Z] v1.2.2-dev.96 [2021-01-28T17:58:11.967Z] v1.2.2-dev.97 [2021-01-28T17:58:11.967Z] v1.2.2-dev.98 [2021-01-28T17:58:11.967Z] v1.2.2-dev.99 [2021-01-28T17:58:11.967Z] v1.3.0 [2021-01-28T17:58:11.967Z] v1.3.1-dev.1 [2021-01-28T17:58:11.967Z] v1.3.1-dev.10 [2021-01-28T17:58:11.967Z] v1.3.1-dev.11 [2021-01-28T17:58:11.967Z] v1.3.1-dev.12 [2021-01-28T17:58:11.967Z] v1.3.1-dev.13 [2021-01-28T17:58:11.967Z] v1.3.1-dev.14 [2021-01-28T17:58:11.967Z] v1.3.1-dev.15 [2021-01-28T17:58:11.967Z] v1.3.1-dev.16 [2021-01-28T17:58:11.967Z] v1.3.1-dev.17 [2021-01-28T17:58:11.967Z] v1.3.1-dev.18 [2021-01-28T17:58:11.967Z] v1.3.1-dev.2 [2021-01-28T17:58:11.967Z] v1.3.1-dev.3 [2021-01-28T17:58:11.967Z] v1.3.1-dev.4 [2021-01-28T17:58:11.967Z] v1.3.1-dev.5 [2021-01-28T17:58:11.967Z] v1.3.1-dev.6 [2021-01-28T17:58:11.967Z] v1.3.1-dev.7 [2021-01-28T17:58:11.967Z] v1.3.1-dev.8 [2021-01-28T17:58:11.967Z] v1.3.1-dev.9 [2021-01-28T17:58:11.967Z] v2.0.0-dev.1 [2021-01-28T17:58:11.967Z] v2.0.0-dev.10 [2021-01-28T17:58:11.967Z] v2.0.0-dev.11 [2021-01-28T17:58:11.967Z] v2.0.0-dev.12 [2021-01-28T17:58:11.967Z] v2.0.0-dev.13 [2021-01-28T17:58:11.967Z] v2.0.0-dev.14 [2021-01-28T17:58:11.967Z] v2.0.0-dev.15 [2021-01-28T17:58:11.967Z] v2.0.0-dev.16 [2021-01-28T17:58:11.967Z] v2.0.0-dev.17 [2021-01-28T17:58:11.967Z] v2.0.0-dev.18 [2021-01-28T17:58:11.967Z] v2.0.0-dev.19 [2021-01-28T17:58:11.967Z] v2.0.0-dev.2 [2021-01-28T17:58:11.967Z] v2.0.0-dev.20 [2021-01-28T17:58:11.967Z] v2.0.0-dev.21 [2021-01-28T17:58:11.967Z] v2.0.0-dev.22 [2021-01-28T17:58:11.967Z] v2.0.0-dev.23 [2021-01-28T17:58:11.967Z] v2.0.0-dev.24 [2021-01-28T17:58:11.967Z] v2.0.0-dev.25 [2021-01-28T17:58:11.967Z] v2.0.0-dev.26 [2021-01-28T17:58:11.967Z] v2.0.0-dev.27 [2021-01-28T17:58:11.967Z] v2.0.0-dev.28 [2021-01-28T17:58:11.967Z] v2.0.0-dev.29 [2021-01-28T17:58:11.967Z] v2.0.0-dev.3 [2021-01-28T17:58:11.967Z] v2.0.0-dev.30 [2021-01-28T17:58:11.967Z] v2.0.0-dev.31 [2021-01-28T17:58:11.967Z] v2.0.0-dev.32 [2021-01-28T17:58:11.967Z] v2.0.0-dev.33 [2021-01-28T17:58:11.967Z] v2.0.0-dev.34 [2021-01-28T17:58:11.967Z] v2.0.0-dev.35 [2021-01-28T17:58:11.967Z] v2.0.0-dev.36 [2021-01-28T17:58:11.967Z] v2.0.0-dev.37 [2021-01-28T17:58:11.967Z] v2.0.0-dev.38 [2021-01-28T17:58:11.967Z] v2.0.0-dev.39 [2021-01-28T17:58:11.967Z] v2.0.0-dev.4 [2021-01-28T17:58:11.967Z] v2.0.0-dev.40 [2021-01-28T17:58:11.967Z] v2.0.0-dev.41 [2021-01-28T17:58:11.967Z] v2.0.0-dev.42 [2021-01-28T17:58:11.967Z] v2.0.0-dev.43 [2021-01-28T17:58:11.967Z] v2.0.0-dev.44 [2021-01-28T17:58:11.967Z] v2.0.0-dev.45 [2021-01-28T17:58:11.967Z] v2.0.0-dev.46 [2021-01-28T17:58:11.967Z] v2.0.0-dev.47 [2021-01-28T17:58:11.967Z] v2.0.0-dev.48 [2021-01-28T17:58:11.967Z] v2.0.0-dev.49 [2021-01-28T17:58:11.968Z] v2.0.0-dev.5 [2021-01-28T17:58:11.968Z] v2.0.0-dev.50 [2021-01-28T17:58:11.968Z] v2.0.0-dev.51 [2021-01-28T17:58:11.968Z] v2.0.0-dev.52 [2021-01-28T17:58:11.968Z] v2.0.0-dev.53 [2021-01-28T17:58:11.968Z] v2.0.0-dev.54 [2021-01-28T17:58:11.968Z] v2.0.0-dev.55 [2021-01-28T17:58:11.968Z] v2.0.0-dev.56 [2021-01-28T17:58:11.968Z] v2.0.0-dev.57 [2021-01-28T17:58:11.968Z] v2.0.0-dev.58 [2021-01-28T17:58:11.968Z] v2.0.0-dev.59 [2021-01-28T17:58:11.968Z] v2.0.0-dev.6 [2021-01-28T17:58:11.968Z] v2.0.0-dev.60 [2021-01-28T17:58:11.968Z] v2.0.0-dev.61 [2021-01-28T17:58:11.968Z] v2.0.0-dev.62 [2021-01-28T17:58:11.968Z] v2.0.0-dev.63 [2021-01-28T17:58:11.968Z] v2.0.0-dev.64 [2021-01-28T17:58:11.968Z] v2.0.0-dev.7 [2021-01-28T17:58:11.968Z] v2.0.0-dev.8 [2021-01-28T17:58:11.968Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-28T17:58:12.272Z] + lftools sign git-tag v2.0.0-dev.64 [2021-01-28T17:58:13.216Z] Signing Git tag with Sigul... [2021-01-28T17:58:13.216Z] Signing v2.0.0-dev.64 [Pipeline] echo [2021-01-28T17:58:14.617Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:58:14.917Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-28T17:58:14.927Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-28T17:58:15.027Z] $ docker stop --time=1 a2ccc3719d9278e5db7ccb6873504f8905b9a8176fc6a8aebdcd800bc11c0169 [2021-01-28T17:58:17.028Z] $ docker rm -f a2ccc3719d9278e5db7ccb6873504f8905b9a8176fc6a8aebdcd800bc11c0169 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:58:17.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:58:17.881Z] . [Pipeline] withDockerContainer [2021-01-28T17:58:18.028Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:58:18.115Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:58:18.962Z] $ docker top 7c8a07aa262bf903be3b387f642b36e2fb61b4d49486a82fc3653d812deaae7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:58:19.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:58:19.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:58:19.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:58:19.587Z] $ docker exec 7c8a07aa262bf903be3b387f642b36e2fb61b4d49486a82fc3653d812deaae7e ssh-agent [2021-01-28T17:58:19.798Z] SSH_AUTH_SOCK=/tmp/ssh-Bry3dIix4hdd/agent.11 [2021-01-28T17:58:19.798Z] SSH_AGENT_PID=17 [2021-01-28T17:58:19.806Z] Running ssh-add (command line suppressed) [2021-01-28T17:58:19.942Z] Identity added: /w/workspace/edgex-go/327@tmp/private_key_3736064275661747498.key (/w/workspace/edgex-go/327@tmp/private_key_3736064275661747498.key) [2021-01-28T17:58:20.010Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:58:20.354Z] + git semver bump pre [2021-01-28T17:58:20.354Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:58:20.354Z] # $GIT_DIR = /w/workspace/edgex-go/327/.git [2021-01-28T17:58:20.354Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/327 [2021-01-28T17:58:20.354Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:58:20.354Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:58:20.354Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:58:20.354Z] # $SEMVER_BRANCH = master [2021-01-28T17:58:20.354Z] # $SEMVER_DIR = /w/workspace/edgex-go/327/.semver [2021-01-28T17:58:20.354Z] 2.0.0-dev.65 [Pipeline] } [2021-01-28T17:58:20.365Z] $ docker exec --env ******** --env ******** 7c8a07aa262bf903be3b387f642b36e2fb61b4d49486a82fc3653d812deaae7e ssh-agent -k [2021-01-28T17:58:20.499Z] unset SSH_AUTH_SOCK; [2021-01-28T17:58:20.500Z] unset SSH_AGENT_PID; [2021-01-28T17:58:20.500Z] echo Agent pid 17 killed; [2021-01-28T17:58:20.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:58:21.032Z] + git semver [Pipeline] } [2021-01-28T17:58:21.047Z] $ docker stop --time=1 7c8a07aa262bf903be3b387f642b36e2fb61b4d49486a82fc3653d812deaae7e [2021-01-28T17:58:22.435Z] $ docker rm -f 7c8a07aa262bf903be3b387f642b36e2fb61b4d49486a82fc3653d812deaae7e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:58:22.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:58:22.987Z] . [Pipeline] withDockerContainer [2021-01-28T17:58:23.091Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:58:23.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:58:23.980Z] $ docker top 592141d0d85d6b208bb3c817c97f6017262bb0b5670b0f81cb0a72a48cd801db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:58:24.364Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:58:24.364Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:58:24.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:58:24.628Z] $ docker exec 592141d0d85d6b208bb3c817c97f6017262bb0b5670b0f81cb0a72a48cd801db ssh-agent [2021-01-28T17:58:24.837Z] SSH_AUTH_SOCK=/tmp/ssh-FAXrrZj6RYj6/agent.12 [2021-01-28T17:58:24.837Z] SSH_AGENT_PID=18 [2021-01-28T17:58:24.847Z] Running ssh-add (command line suppressed) [2021-01-28T17:58:25.000Z] Identity added: /w/workspace/edgex-go/327@tmp/private_key_5792059429675762224.key (/w/workspace/edgex-go/327@tmp/private_key_5792059429675762224.key) [2021-01-28T17:58:25.074Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:58:25.412Z] + git semver push [2021-01-28T17:58:25.412Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:58:25.412Z] # $GIT_DIR = /w/workspace/edgex-go/327/.git [2021-01-28T17:58:25.412Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/327 [2021-01-28T17:58:25.412Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:58:25.412Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:58:25.412Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:58:25.412Z] # $SEMVER_BRANCH = master [2021-01-28T17:58:25.412Z] # $SEMVER_DIR = /w/workspace/edgex-go/327/.semver [Pipeline] } [2021-01-28T17:58:37.766Z] $ docker exec --env ******** --env ******** 592141d0d85d6b208bb3c817c97f6017262bb0b5670b0f81cb0a72a48cd801db ssh-agent -k [2021-01-28T17:58:37.922Z] unset SSH_AUTH_SOCK; [2021-01-28T17:58:37.922Z] unset SSH_AGENT_PID; [2021-01-28T17:58:37.922Z] echo Agent pid 18 killed; [2021-01-28T17:58:37.985Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:58:38.451Z] + git semver [Pipeline] } [2021-01-28T17:58:38.469Z] $ docker stop --time=1 592141d0d85d6b208bb3c817c97f6017262bb0b5670b0f81cb0a72a48cd801db [2021-01-28T17:58:39.848Z] $ docker rm -f 592141d0d85d6b208bb3c817c97f6017262bb0b5670b0f81cb0a72a48cd801db [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 [2021-01-28T17:58:41.278Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:58:42.173Z] ---> package-listing.sh [2021-01-28T17:58:42.173Z] ++ facter osfamily [2021-01-28T17:58:42.173Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T17:58:42.173Z] + OS_FAMILY=redhat [2021-01-28T17:58:42.173Z] + workspace=/w/workspace/edgex-go/327 [2021-01-28T17:58:42.173Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T17:58:42.173Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T17:58:42.173Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T17:58:42.173Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T17:58:42.173Z] + '[' /w/workspace/edgex-go/327 ']' [2021-01-28T17:58:42.173Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T17:58:42.173Z] + case "${OS_FAMILY}" in [2021-01-28T17:58:42.173Z] + rpm -qa [2021-01-28T17:58:42.173Z] + sort [2021-01-28T17:58:47.476Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T17:58:47.476Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T17:58:47.476Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T17:58:47.476Z] + '[' /w/workspace/edgex-go/327 ']' [2021-01-28T17:58:47.476Z] + mkdir -p /w/workspace/edgex-go/327/archives/ [2021-01-28T17:58:47.476Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/327/archives/ [Pipeline] echo [2021-01-28T17:58:47.490Z] 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/327/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T17:58:47.783Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:58:48.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:58:48.088Z] [2021-01-28T17:58:48.088Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:58:48.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:58:48.431Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T17:58:48.431Z] df20fa9351a1: Pulling fs layer [2021-01-28T17:58:48.431Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T17:58:48.431Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T17:58:48.431Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T17:58:48.431Z] 93b61091891f: Pulling fs layer [2021-01-28T17:58:48.431Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T17:58:48.431Z] 5e14af77c1be: Pulling fs layer [2021-01-28T17:58:48.431Z] 01666e4c0597: Pulling fs layer [2021-01-28T17:58:48.431Z] aa168da1d23b: Pulling fs layer [2021-01-28T17:58:48.431Z] 46f8f816bc3b: Waiting [2021-01-28T17:58:48.431Z] 5e14af77c1be: Waiting [2021-01-28T17:58:48.431Z] 01666e4c0597: Waiting [2021-01-28T17:58:48.431Z] aa168da1d23b: Waiting [2021-01-28T17:58:48.431Z] 93b61091891f: Waiting [2021-01-28T17:58:48.431Z] 93b9cdb0e59b: Waiting [2021-01-28T17:58:48.431Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T17:58:48.431Z] 36b3adc4ff6f: Download complete [2021-01-28T17:58:48.693Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T17:58:48.693Z] df20fa9351a1: Verifying Checksum [2021-01-28T17:58:48.693Z] df20fa9351a1: Download complete [2021-01-28T17:58:48.693Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T17:58:48.693Z] 93b9cdb0e59b: Download complete [2021-01-28T17:58:48.693Z] 5e14af77c1be: Verifying Checksum [2021-01-28T17:58:48.693Z] 5e14af77c1be: Download complete [2021-01-28T17:58:48.693Z] 93b61091891f: Verifying Checksum [2021-01-28T17:58:48.693Z] 93b61091891f: Download complete [2021-01-28T17:58:48.693Z] 01666e4c0597: Verifying Checksum [2021-01-28T17:58:48.693Z] 01666e4c0597: Download complete [2021-01-28T17:58:48.959Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T17:58:48.959Z] 8ad3a11d3b57: Download complete [2021-01-28T17:58:48.959Z] df20fa9351a1: Pull complete [2021-01-28T17:58:49.231Z] 36b3adc4ff6f: Pull complete [2021-01-28T17:58:50.651Z] 8ad3a11d3b57: Pull complete [2021-01-28T17:58:50.651Z] 46f8f816bc3b: Pull complete [2021-01-28T17:58:50.919Z] aa168da1d23b: Verifying Checksum [2021-01-28T17:58:50.919Z] aa168da1d23b: Download complete [2021-01-28T17:58:51.180Z] 93b61091891f: Pull complete [2021-01-28T17:58:51.441Z] 93b9cdb0e59b: Pull complete [2021-01-28T17:58:51.441Z] 5e14af77c1be: Pull complete [2021-01-28T17:58:51.705Z] 01666e4c0597: Pull complete [2021-01-28T17:58:59.871Z] aa168da1d23b: Pull complete [2021-01-28T17:58:59.871Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T17:58:59.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:58:59.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T17:59:00.086Z] prd-centos7-docker-4c-2g-23796 does not seem to be running inside a container [2021-01-28T17:59:00.155Z] $ 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/327/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/327 -v /w/workspace/edgex-go/327:/w/workspace/edgex-go/327:rw,z -v /w/workspace/edgex-go/327@tmp:/w/workspace/edgex-go/327@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-lftools-log-publisher:alpine cat [2021-01-28T17:59:03.241Z] $ docker top d92059a9d2ed1dbafc6317bf895abfecdda6d796885c7b03f64ff44b00613f98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:59:03.830Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T17:59:04.156Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T17:59:04.454Z] + ls /var/log/sa-host [2021-01-28T17:59:04.454Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T17:59:04.454Z] file_magic: OK [2021-01-28T17:59:04.454Z] HZ: Using current value: 100 [2021-01-28T17:59:04.454Z] file_header: OK [2021-01-28T17:59:04.454Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T17:59:04.454Z] Statistics: [2021-01-28T17:59:04.454Z] Hnuu...uuuununununu... [2021-01-28T17:59:04.454Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T17:59:04.454Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T17:59:04.454Z] file_magic: OK [2021-01-28T17:59:04.454Z] HZ: Using current value: 100 [2021-01-28T17:59:04.454Z] file_header: OK [2021-01-28T17:59:04.454Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T17:59:04.454Z] Statistics: [2021-01-28T17:59:04.454Z] 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... [2021-01-28T17:59:04.454Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:59:05.042Z] provisioning config files... [2021-01-28T17:59:05.064Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/327@tmp/config5249019810863855007tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:59:05.138Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:59:05.437Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T17:59:05.447Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T17:59:05.553Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:59:05.847Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T17:59:05.858Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:59:06.156Z] ---> sudo-logs.sh [2021-01-28T17:59:06.156Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T17:59:06.167Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:59:06.463Z] ---> job-cost.sh [2021-01-28T17:59:06.463Z] lf-activate-venv: SKIPPING [2021-01-28T17:59:06.463Z] INFO: No Stack... [2021-01-28T17:59:08.383Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T17:59:08.645Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T17:59:08.659Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:59:08.961Z] ---> logs-deploy.sh [2021-01-28T17:59:08.962Z] lf-activate-venv: SKIPPING [2021-01-28T17:59:08.962Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/327 [2021-01-28T17:59:08.962Z] INFO: archiving workspace using pattern(s): [2021-01-28T17:59:10.890Z] Archives upload complete. [2021-01-28T17:59:10.890Z] INFO: archiving logs to Nexus [2021-01-28T17:59:11.847Z] ---> uname -a: [2021-01-28T17:59:11.847Z] Linux prd-centos7-docker-4c-2g-23796.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] ---> lscpu: [2021-01-28T17:59:11.847Z] Architecture: x86_64 [2021-01-28T17:59:11.847Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T17:59:11.847Z] Byte Order: Little Endian [2021-01-28T17:59:11.847Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T17:59:11.847Z] CPU(s): 4 [2021-01-28T17:59:11.847Z] On-line CPU(s) list: 0-3 [2021-01-28T17:59:11.847Z] Thread(s) per core: 1 [2021-01-28T17:59:11.847Z] Core(s) per socket: 1 [2021-01-28T17:59:11.847Z] Socket(s): 4 [2021-01-28T17:59:11.847Z] NUMA node(s): 1 [2021-01-28T17:59:11.847Z] Vendor ID: GenuineIntel [2021-01-28T17:59:11.847Z] CPU family: 6 [2021-01-28T17:59:11.847Z] Model: 44 [2021-01-28T17:59:11.847Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T17:59:11.847Z] Stepping: 1 [2021-01-28T17:59:11.847Z] CPU MHz: 2933.442 [2021-01-28T17:59:11.847Z] BogoMIPS: 5866.88 [2021-01-28T17:59:11.847Z] Virtualization: VT-x [2021-01-28T17:59:11.847Z] Hypervisor vendor: KVM [2021-01-28T17:59:11.847Z] Virtualization type: full [2021-01-28T17:59:11.847Z] L1d cache: 128 KiB [2021-01-28T17:59:11.847Z] L1i cache: 128 KiB [2021-01-28T17:59:11.847Z] L2 cache: 16 MiB [2021-01-28T17:59:11.847Z] L3 cache: 64 MiB [2021-01-28T17:59:11.847Z] NUMA node0 CPU(s): 0-3 [2021-01-28T17:59:11.847Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T17:59:11.847Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T17:59:11.847Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T17:59:11.847Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T17:59:11.847Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T17:59:11.847Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T17:59:11.847Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T17:59:11.847Z] Vulnerability Srbds: Not affected [2021-01-28T17:59:11.847Z] Vulnerability Tsx async abort: Not affected [2021-01-28T17:59:11.847Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] ---> nproc: [2021-01-28T17:59:11.847Z] 4 [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] ---> df -h: [2021-01-28T17:59:11.847Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T17:59:11.847Z] overlay 50.0G 13.5G 36.4G 27% / [2021-01-28T17:59:11.847Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T17:59:11.847Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T17:59:11.847Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /facter-os [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /etc/resolv.conf [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /etc/hostname [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /etc/hosts [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /var/log/auth.log [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /run/cloud-init/result.json [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /var/log/sa-host [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /var/log/secure [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /w/workspace/edgex-go/327 [2021-01-28T17:59:11.847Z] /dev/vda1 50.0G 13.5G 36.4G 27% /w/workspace/edgex-go/327@tmp [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] ---> free -m: [2021-01-28T17:59:11.847Z] total used free shared buff/cache available [2021-01-28T17:59:11.847Z] Mem: 1837 742 161 0 932 1043 [2021-01-28T17:59:11.847Z] Swap: 1023 101 922 [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] ---> ip addr: [2021-01-28T17:59:11.847Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T17:59:11.847Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T17:59:11.847Z] inet 127.0.0.1/8 scope host lo [2021-01-28T17:59:11.847Z] valid_lft forever preferred_lft forever [2021-01-28T17:59:11.847Z] inet6 ::1/128 scope host [2021-01-28T17:59:11.847Z] valid_lft forever preferred_lft forever [2021-01-28T17:59:11.847Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T17:59:11.847Z] link/ether fa:16:3e:9b:aa:d5 brd ff:ff:ff:ff:ff:ff [2021-01-28T17:59:11.847Z] inet 10.30.123.195/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T17:59:11.847Z] valid_lft 85368sec preferred_lft 85368sec [2021-01-28T17:59:11.847Z] inet6 fe80::f816:3eff:fe9b:aad5/64 scope link [2021-01-28T17:59:11.847Z] valid_lft forever preferred_lft forever [2021-01-28T17:59:11.847Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T17:59:11.847Z] link/ether 02:42:a9:23:d2:05 brd ff:ff:ff:ff:ff:ff [2021-01-28T17:59:11.847Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T17:59:11.847Z] valid_lft forever preferred_lft forever [2021-01-28T17:59:11.847Z] inet6 fe80::42:a9ff:fe23:d205/64 scope link [2021-01-28T17:59:11.847Z] valid_lft forever preferred_lft forever [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] ---> sar -b -r -n DEV: [2021-01-28T17:59:11.847Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] 17:41:50 LINUX RESTART (4 CPU) [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] 17:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T17:59:11.847Z] 17:44:01 262.75 114.83 147.91 0.00 6909.28 51089.09 0.00 [2021-01-28T17:59:11.847Z] 17:45:02 238.54 99.58 138.96 0.00 3633.43 20307.01 0.00 [2021-01-28T17:59:11.847Z] 17:46:01 139.38 63.94 75.44 0.00 3468.47 7274.33 0.00 [2021-01-28T17:59:11.847Z] 17:47:02 328.72 124.86 203.86 0.00 62639.89 135126.73 0.00 [2021-01-28T17:59:11.847Z] 17:48:01 3527.84 3158.42 369.42 0.00 170916.22 188595.12 0.00 [2021-01-28T17:59:11.847Z] 17:49:01 398.80 175.70 223.10 0.00 15204.65 39382.44 0.00 [2021-01-28T17:59:11.847Z] 17:50:02 2248.68 1895.75 352.93 0.00 106711.02 118127.36 0.00 [2021-01-28T17:59:11.847Z] 17:51:01 1585.22 1257.43 327.78 0.00 81815.24 93636.83 0.00 [2021-01-28T17:59:11.847Z] 17:52:01 758.72 533.73 225.00 0.00 33842.01 50224.86 0.00 [2021-01-28T17:59:11.847Z] 17:53:01 102.16 91.19 10.97 0.00 4030.50 228.92 0.00 [2021-01-28T17:59:11.847Z] 17:54:01 2.03 1.30 0.73 0.00 101.12 10.02 0.00 [2021-01-28T17:59:11.847Z] 17:55:01 0.40 0.03 0.37 0.00 0.27 5.73 0.00 [2021-01-28T17:59:11.847Z] 17:56:01 0.22 0.05 0.17 0.00 0.67 1.50 0.00 [2021-01-28T17:59:11.847Z] 17:57:02 220.00 106.02 113.97 0.00 5788.19 33221.33 0.00 [2021-01-28T17:59:11.847Z] 17:58:03 222.58 71.86 150.72 0.00 4802.22 32222.11 0.00 [2021-01-28T17:59:11.847Z] 17:59:02 177.59 83.01 94.58 0.00 7898.96 23434.52 0.00 [2021-01-28T17:59:11.847Z] Average: 635.61 483.46 152.15 0.00 31613.59 49470.93 0.00 [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] 17:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T17:59:11.847Z] 17:44:01 74364 0 719800 38.26 1868 1085512 1518440 51.82 570592 968992 69532 [2021-01-28T17:59:11.847Z] 17:45:02 76684 0 900740 47.87 808 903312 1777964 60.68 706884 814748 57476 [2021-01-28T17:59:11.847Z] 17:46:01 190960 0 780076 41.46 704 909804 1436820 49.04 657764 740860 70320 [2021-01-28T17:59:11.847Z] 17:47:02 68840 0 797864 42.40 92 1014748 2261712 77.19 762640 844424 70036 [2021-01-28T17:59:11.847Z] 17:48:01 617340 0 690296 36.69 0 573908 2437144 83.18 465924 568356 20 [2021-01-28T17:59:11.847Z] 17:49:01 187340 0 766276 40.73 0 927928 2097836 71.60 657664 770812 160 [2021-01-28T17:59:11.847Z] 17:50:02 219544 0 710932 37.78 0 951068 1775868 60.61 494900 925520 47172 [2021-01-28T17:59:11.847Z] 17:51:01 315832 0 701392 37.28 0 864320 2017540 68.86 589016 719416 796 [2021-01-28T17:59:11.847Z] 17:52:01 612336 0 600352 31.91 0 668856 1423980 48.60 515600 505124 28 [2021-01-28T17:59:11.847Z] 17:53:01 516440 0 577744 30.71 0 787360 1222188 41.71 524716 592004 8 [2021-01-28T17:59:11.847Z] 17:54:01 520252 0 570908 30.34 0 790384 1164312 39.74 520424 593012 8 [2021-01-28T17:59:11.847Z] 17:55:01 522124 0 569024 30.24 0 790396 1148784 39.21 520076 592636 8 [2021-01-28T17:59:11.847Z] 17:56:01 522608 0 568536 30.22 0 790400 1148676 39.20 519620 592652 16 [2021-01-28T17:59:11.847Z] 17:57:02 74008 0 695592 36.97 0 1111944 1410944 48.15 668308 844496 1520 [2021-01-28T17:59:11.847Z] 17:58:03 200232 0 703868 37.41 0 977444 1344044 45.87 473452 851112 72 [2021-01-28T17:59:11.847Z] 17:59:02 213332 0 735940 39.11 0 932272 1342328 45.81 497160 788148 8 [2021-01-28T17:59:11.847Z] Average: 308265 0 693084 36.84 217 879978 1595536 54.45 571546 732020 19824 [2021-01-28T17:59:11.847Z] [2021-01-28T17:59:11.847Z] 17:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T17:59:11.847Z] 17:44:01 veth012fc75 115.93 130.87 10.72 476.59 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:44:01 eth0 1029.23 960.35 5461.30 94.31 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:44:01 docker0 685.54 699.39 53.23 2569.98 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:45:02 vethb606f69 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:45:02 eth0 44.13 32.70 28.93 53.34 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:45:02 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:46:01 vethb606f69 0.44 0.44 0.04 0.05 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:46:01 eth0 30.06 18.31 22.82 48.04 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:46:01 docker0 0.44 0.44 0.03 0.05 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:47:02 veth4dc05b7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:47:02 eth0 189.47 152.70 1684.41 57.83 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:48:01 vethcf141aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:48:01 vethd09b7db 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:48:01 veth4874914 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:48:01 veth4dc05b7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:49:01 veth48d837c 2.51 6.76 0.18 44.71 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:49:01 veth4dc05b7 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:49:01 veth0cb6ab2 32.65 96.00 2.36 690.18 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:49:01 eth0 3006.99 2396.00 14099.53 481.98 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:50:02 veth4dc05b7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:50:02 eth0 111.97 55.45 399.50 62.12 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:50:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:50:02 vethabb553b 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:51:01 veth4dc05b7 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:51:01 eth0 66.99 42.19 91.48 59.96 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.847Z] 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:51:01 veth9a698de 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:52:01 eth0 144.99 114.14 214.66 320.36 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:52:01 docker0 1116.81 1222.27 87.93 5052.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:53:01 eth0 345.68 355.14 153.90 1443.07 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:54:01 eth0 0.90 0.35 0.32 0.22 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:55:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:57:02 eth0 443.89 378.92 4051.20 60.51 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:57:02 veth85ae6dc 14.46 10.48 1.91 17.25 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:57:02 docker0 14.46 10.38 1.71 17.24 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:58:03 eth0 410.91 362.23 3373.45 95.07 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:58:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:58:03 docker0 21.40 23.15 1.74 201.69 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:59:02 eth0 296.90 220.29 2455.00 66.87 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] 17:59:02 docker0 25.60 33.80 2.00 205.46 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] Average: eth0 214.93 180.91 1263.23 152.54 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] Average: docker0 53.28 62.69 4.06 281.71 0.00 0.00 0.00 0.00 [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z] ---> sar -P ALL: [2021-01-28T17:59:11.848Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z] 17:41:50 LINUX RESTART (4 CPU) [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z] 17:43:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T17:59:11.848Z] 17:44:01 all 15.61 0.00 9.16 3.24 0.17 71.83 [2021-01-28T17:59:11.848Z] 17:44:01 0 15.97 0.00 10.85 3.77 0.23 69.19 [2021-01-28T17:59:11.848Z] 17:44:01 1 15.47 0.00 8.67 2.66 0.14 73.05 [2021-01-28T17:59:11.848Z] 17:44:01 2 12.25 0.00 8.67 2.14 0.14 76.80 [2021-01-28T17:59:11.848Z] 17:44:01 3 18.75 0.00 8.47 4.42 0.16 68.21 [2021-01-28T17:59:11.848Z] 17:45:02 all 40.06 0.00 12.25 6.89 0.12 40.67 [2021-01-28T17:59:11.848Z] 17:45:02 0 38.48 0.00 13.01 8.88 0.14 39.49 [2021-01-28T17:59:11.848Z] 17:45:02 1 40.53 0.00 12.16 7.65 0.14 39.51 [2021-01-28T17:59:11.848Z] 17:45:02 2 41.45 0.00 11.95 6.06 0.14 40.40 [2021-01-28T17:59:11.848Z] 17:45:02 3 39.77 0.00 11.86 4.98 0.09 43.30 [2021-01-28T17:59:11.848Z] 17:46:01 all 53.42 0.00 14.73 2.93 0.09 28.82 [2021-01-28T17:59:11.848Z] 17:46:01 0 51.62 0.00 14.90 4.00 0.09 29.39 [2021-01-28T17:59:11.848Z] 17:46:01 1 55.50 0.00 14.65 1.68 0.13 28.04 [2021-01-28T17:59:11.848Z] 17:46:01 2 52.22 0.00 14.56 3.53 0.07 29.62 [2021-01-28T17:59:11.848Z] 17:46:01 3 54.36 0.00 14.82 2.52 0.09 28.22 [2021-01-28T17:59:11.848Z] 17:47:02 all 22.48 0.00 18.45 6.84 0.32 51.91 [2021-01-28T17:59:11.848Z] 17:47:02 0 21.07 0.00 17.98 6.39 0.38 54.17 [2021-01-28T17:59:11.848Z] 17:47:02 1 23.46 0.00 18.27 6.42 0.31 51.54 [2021-01-28T17:59:11.848Z] 17:47:02 2 21.61 0.00 19.02 6.41 0.29 52.66 [2021-01-28T17:59:11.848Z] 17:47:02 3 23.78 0.00 18.54 8.12 0.30 49.25 [2021-01-28T17:59:11.848Z] 17:48:01 all 20.89 0.00 28.69 25.46 0.59 24.38 [2021-01-28T17:59:11.848Z] 17:48:01 0 20.82 0.00 29.15 24.84 0.64 24.56 [2021-01-28T17:59:11.848Z] 17:48:01 1 20.87 0.00 28.54 25.21 0.60 24.78 [2021-01-28T17:59:11.848Z] 17:48:01 2 20.14 0.00 28.36 26.39 0.60 24.51 [2021-01-28T17:59:11.848Z] 17:48:01 3 21.74 0.00 28.71 25.38 0.52 23.65 [2021-01-28T17:59:11.848Z] 17:49:01 all 59.72 0.00 17.11 14.11 0.08 8.98 [2021-01-28T17:59:11.848Z] 17:49:01 0 59.18 0.00 17.72 15.48 0.07 7.56 [2021-01-28T17:59:11.848Z] 17:49:01 1 58.32 0.00 17.91 16.37 0.07 7.33 [2021-01-28T17:59:11.848Z] 17:49:01 2 60.77 0.00 16.00 10.67 0.09 12.48 [2021-01-28T17:59:11.848Z] 17:49:01 3 60.61 0.00 16.82 13.91 0.09 8.57 [2021-01-28T17:59:11.848Z] 17:50:02 all 21.03 0.00 21.20 34.47 0.21 23.09 [2021-01-28T17:59:11.848Z] 17:50:02 0 20.86 0.00 22.30 31.44 0.25 25.15 [2021-01-28T17:59:11.848Z] 17:50:02 1 20.14 0.00 21.82 34.74 0.21 23.09 [2021-01-28T17:59:11.848Z] 17:50:02 2 21.13 0.00 19.94 36.42 0.18 22.33 [2021-01-28T17:59:11.848Z] 17:50:02 3 21.98 0.00 20.74 35.27 0.23 21.78 [2021-01-28T17:59:11.848Z] 17:51:01 all 37.78 0.00 21.13 24.67 0.45 15.98 [2021-01-28T17:59:11.848Z] 17:51:01 0 37.34 0.00 20.99 22.11 0.43 19.12 [2021-01-28T17:59:11.848Z] 17:51:01 1 38.13 0.00 20.48 26.44 0.48 14.46 [2021-01-28T17:59:11.848Z] 17:51:01 2 37.05 0.00 21.99 24.24 0.43 16.29 [2021-01-28T17:59:11.848Z] 17:51:01 3 38.58 0.00 21.06 25.86 0.44 14.07 [2021-01-28T17:59:11.848Z] 17:52:01 all 18.64 0.00 12.97 14.81 0.36 53.22 [2021-01-28T17:59:11.848Z] 17:52:01 0 18.66 0.00 12.55 13.00 0.40 55.39 [2021-01-28T17:59:11.848Z] 17:52:01 1 18.58 0.00 13.44 16.26 0.43 51.28 [2021-01-28T17:59:11.848Z] 17:52:01 2 18.01 0.00 12.78 17.85 0.31 51.05 [2021-01-28T17:59:11.848Z] 17:52:01 3 19.31 0.00 13.09 12.11 0.30 55.19 [2021-01-28T17:59:11.848Z] 17:53:01 all 8.22 0.00 3.29 2.37 0.18 85.95 [2021-01-28T17:59:11.848Z] 17:53:01 0 8.24 0.00 3.94 2.37 0.19 85.26 [2021-01-28T17:59:11.848Z] 17:53:01 1 8.17 0.00 2.89 2.22 0.17 86.56 [2021-01-28T17:59:11.848Z] 17:53:01 2 8.16 0.00 3.24 2.40 0.22 85.97 [2021-01-28T17:59:11.848Z] 17:53:01 3 8.30 0.00 3.07 2.48 0.14 86.01 [2021-01-28T17:59:11.848Z] 17:54:01 all 0.18 0.00 0.06 0.00 0.00 99.75 [2021-01-28T17:59:11.848Z] 17:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T17:59:11.848Z] 17:54:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-01-28T17:59:11.848Z] 17:54:01 2 0.13 0.00 0.07 0.00 0.00 99.80 [2021-01-28T17:59:11.848Z] 17:54:01 3 0.50 0.00 0.05 0.00 0.02 99.43 [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z] 17:54:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T17:59:11.848Z] 17:55:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-01-28T17:59:11.848Z] 17:55:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-28T17:59:11.848Z] 17:55:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-28T17:59:11.848Z] 17:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T17:59:11.848Z] 17:55:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2021-01-28T17:59:11.848Z] 17:56:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-28T17:59:11.848Z] 17:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T17:59:11.848Z] 17:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-28T17:59:11.848Z] 17:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T17:59:11.848Z] 17:56:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-28T17:59:11.848Z] 17:57:02 all 9.01 0.00 6.68 4.55 0.12 79.65 [2021-01-28T17:59:11.848Z] 17:57:02 0 8.79 0.00 7.30 3.21 0.09 80.62 [2021-01-28T17:59:11.848Z] 17:57:02 1 9.09 0.00 7.45 5.85 0.12 77.49 [2021-01-28T17:59:11.848Z] 17:57:02 2 8.07 0.00 6.50 6.52 0.15 78.76 [2021-01-28T17:59:11.848Z] 17:57:02 3 10.10 0.00 5.45 2.61 0.12 81.72 [2021-01-28T17:59:11.848Z] 17:58:03 all 10.17 0.00 9.28 4.51 0.08 75.96 [2021-01-28T17:59:11.848Z] 17:58:03 0 10.66 0.00 10.59 3.57 0.07 75.11 [2021-01-28T17:59:11.848Z] 17:58:03 1 9.93 0.00 8.64 4.65 0.08 76.71 [2021-01-28T17:59:11.848Z] 17:58:03 2 9.86 0.00 9.26 3.40 0.07 77.41 [2021-01-28T17:59:11.848Z] 17:58:03 3 10.22 0.00 8.65 6.42 0.10 74.61 [2021-01-28T17:59:11.848Z] 17:59:02 all 10.73 0.00 8.01 3.48 0.08 77.71 [2021-01-28T17:59:11.848Z] 17:59:02 0 8.46 0.00 7.42 1.78 0.05 82.29 [2021-01-28T17:59:11.848Z] 17:59:02 1 12.62 0.00 8.06 4.77 0.07 74.49 [2021-01-28T17:59:11.848Z] 17:59:02 2 10.79 0.00 7.87 1.66 0.10 79.59 [2021-01-28T17:59:11.848Z] 17:59:02 3 11.06 0.00 8.68 5.72 0.09 74.45 [2021-01-28T17:59:11.848Z] Average: all 20.20 0.00 11.24 9.07 0.18 59.33 [2021-01-28T17:59:11.848Z] Average: 0 19.71 0.00 11.60 8.62 0.19 59.88 [2021-01-28T17:59:11.848Z] Average: 1 20.35 0.00 11.25 9.49 0.18 58.73 [2021-01-28T17:59:11.848Z] Average: 2 19.80 0.00 11.07 9.03 0.17 59.93 [2021-01-28T17:59:11.848Z] Average: 3 20.93 0.00 11.03 9.13 0.16 58.76 [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z] [2021-01-28T17:59:11.848Z]