Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5d6d03658ce6abe1d2052ba284fce876d938c639 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22265 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/318 [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/318 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d6d03658ce6abe1d2052ba284fce876d938c639 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 Commit message: "Merge pull request #3066 from weichou1229/issue-3043-device-service" > git rev-list --no-walk 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T10:08:33.143Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T10:08:33.484Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T10:08:33.590Z] ========================================================= [2021-01-22T10:08:33.590Z] EdgeX Global Pipelines Version Info [2021-01-22T10:08:33.590Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:08:35.209Z] ------------------- [2021-01-22T10:08:35.209Z] stable info: [2021-01-22T10:08:35.209Z] ------------------- [2021-01-22T10:08:35.209Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T10:08:35.209Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T10:08:35.209Z] Message: update stable to v1.0.179 [2021-01-22T10:08:36.158Z] ------------------- [2021-01-22T10:08:36.158Z] experimental info: [2021-01-22T10:08:36.158Z] ------------------- [2021-01-22T10:08:36.158Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T10:08:36.158Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T10:08:36.158Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T10:08:36.439Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T10:08:36.535Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T10:08:36.628Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T10:08:36.728Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T10:08:36.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T10:08:36.952Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T10:08:37.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T10:08:37.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T10:08:37.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T10:08:37.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T10:08:37.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T10:08:37.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T10:08:37.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T10:08:37.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T10:08:37.882Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T10:08:37.998Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T10:08:38.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T10:08:38.191Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T10:08:38.287Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T10:08:38.385Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T10:08:38.476Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T10:08:38.571Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T10:08:38.668Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T10:08:38.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-22T10:08:38.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-22T10:08:38.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-22T10:08:39.076Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] echo [2021-01-22T10:08:39.166Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5d6d036 [Pipeline] echo [2021-01-22T10:08:39.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T10:08:39.428Z] provisioning config files... [2021-01-22T10:08:39.467Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/318@tmp/config771498832400041543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:08:39.832Z] ---> docker-login.sh [2021-01-22T10:08:39.832Z] nexus3.edgexfoundry.org:10001 [2021-01-22T10:08:40.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:08:40.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:08:40.360Z] Configure a credential helper to remove this warning. See [2021-01-22T10:08:40.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:08:40.360Z] [2021-01-22T10:08:40.360Z] Login Succeeded [2021-01-22T10:08:40.360Z] nexus3.edgexfoundry.org:10002 [2021-01-22T10:08:40.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:08:40.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:08:40.360Z] Configure a credential helper to remove this warning. See [2021-01-22T10:08:40.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:08:40.360Z] [2021-01-22T10:08:40.360Z] Login Succeeded [2021-01-22T10:08:40.360Z] nexus3.edgexfoundry.org:10003 [2021-01-22T10:08:40.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:08:40.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:08:40.622Z] Configure a credential helper to remove this warning. See [2021-01-22T10:08:40.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:08:40.622Z] [2021-01-22T10:08:40.622Z] Login Succeeded [2021-01-22T10:08:40.622Z] nexus3.edgexfoundry.org:10004 [2021-01-22T10:08:40.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:08:40.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:08:40.885Z] Configure a credential helper to remove this warning. See [2021-01-22T10:08:40.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:08:40.885Z] [2021-01-22T10:08:40.885Z] Login Succeeded [2021-01-22T10:08:40.885Z] docker.io [2021-01-22T10:08:40.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:08:41.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:08:41.148Z] Configure a credential helper to remove this warning. See [2021-01-22T10:08:41.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:08:41.148Z] [2021-01-22T10:08:41.148Z] Login Succeeded [2021-01-22T10:08:41.148Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T10:08:41.158Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T10:08:41.636Z] ++ 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-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T10:08:41.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T10:08:41.636Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T10:08:41.636Z] ++ cut -d/ -f2 [2021-01-22T10:08:41.636Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T10:08:41.710Z] 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-22T10:08:43.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T10:08:43.265Z] [2021-01-22T10:08:43.265Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:08:43.655Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T10:08:43.655Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T10:08:43.655Z] 31603596830f: Pulling fs layer [2021-01-22T10:08:43.655Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T10:08:43.655Z] 6ca5941a6612: Pulling fs layer [2021-01-22T10:08:43.655Z] ecc8261a40a4: Pulling fs layer [2021-01-22T10:08:43.655Z] ecc8261a40a4: Waiting [2021-01-22T10:08:43.655Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T10:08:43.655Z] 2a8b12db71e7: Download complete [2021-01-22T10:08:43.918Z] 31603596830f: Verifying Checksum [2021-01-22T10:08:43.918Z] 31603596830f: Download complete [2021-01-22T10:08:43.918Z] ecc8261a40a4: Verifying Checksum [2021-01-22T10:08:43.918Z] ecc8261a40a4: Download complete [2021-01-22T10:08:43.918Z] 6ca5941a6612: Verifying Checksum [2021-01-22T10:08:43.918Z] 6ca5941a6612: Download complete [2021-01-22T10:08:44.181Z] 31603596830f: Pull complete [2021-01-22T10:08:44.442Z] 2a8b12db71e7: Pull complete [2021-01-22T10:08:45.017Z] 6ca5941a6612: Pull complete [2021-01-22T10:08:45.592Z] ecc8261a40a4: Pull complete [2021-01-22T10:08:45.592Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T10:08:45.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T10:08:45.592Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T10:08:45.704Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:08:45.758Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:08:48.265Z] $ docker top 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T10:08:48.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T10:08:48.631Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T10:08:48.875Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T10:08:48.879Z] $ docker exec 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 ssh-agent [2021-01-22T10:08:49.099Z] SSH_AUTH_SOCK=/tmp/ssh-rWJRBFbphlKJ/agent.11 [2021-01-22T10:08:49.099Z] SSH_AGENT_PID=16 [2021-01-22T10:08:49.109Z] Running ssh-add (command line suppressed) [2021-01-22T10:08:49.240Z] Identity added: /w/workspace/edgex-go/318@tmp/private_key_2798551255908758921.key (/w/workspace/edgex-go/318@tmp/private_key_2798551255908758921.key) [2021-01-22T10:08:49.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T10:08:49.645Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T10:08:49.671Z] $ docker exec --env ******** --env ******** 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 ssh-agent -k [2021-01-22T10:08:49.780Z] unset SSH_AUTH_SOCK; [2021-01-22T10:08:49.780Z] unset SSH_AGENT_PID; [2021-01-22T10:08:49.781Z] echo Agent pid 16 killed; [2021-01-22T10:08:49.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T10:08:50.012Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T10:08:50.013Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T10:08:50.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T10:08:50.189Z] $ docker exec 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 ssh-agent [2021-01-22T10:08:50.345Z] SSH_AUTH_SOCK=/tmp/ssh-uvq1N7PqDH87/agent.44 [2021-01-22T10:08:50.345Z] SSH_AGENT_PID=50 [2021-01-22T10:08:50.352Z] Running ssh-add (command line suppressed) [2021-01-22T10:08:50.467Z] Identity added: /w/workspace/edgex-go/318@tmp/private_key_3831650985392559416.key (/w/workspace/edgex-go/318@tmp/private_key_3831650985392559416.key) [2021-01-22T10:08:50.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T10:08:50.874Z] + git semver init [2021-01-22T10:08:50.874Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T10:08:50.874Z] # $GIT_DIR = /w/workspace/edgex-go/318/.git [2021-01-22T10:08:50.874Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/318 [2021-01-22T10:08:50.874Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T10:08:50.874Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T10:08:50.874Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T10:08:50.874Z] # $SEMVER_BRANCH = master [2021-01-22T10:08:50.874Z] # $SEMVER_TEMP = /tmp/semver-628867828 [2021-01-22T10:08:50.874Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T10:09:17.517Z] # '/tmp/semver-628867828' -> '/w/workspace/edgex-go/318/.semver' [2021-01-22T10:09:17.517Z] # -> Force: false [2021-01-22T10:09:17.517Z] # $SEMVER_DIR = /w/workspace/edgex-go/318/.semver [Pipeline] } [2021-01-22T10:09:17.533Z] $ docker exec --env ******** --env ******** 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 ssh-agent -k [2021-01-22T10:09:17.749Z] unset SSH_AUTH_SOCK; [2021-01-22T10:09:17.749Z] unset SSH_AGENT_PID; [2021-01-22T10:09:17.750Z] echo Agent pid 50 killed; [2021-01-22T10:09:17.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T10:09:18.326Z] + git semver [Pipeline] } [2021-01-22T10:09:18.345Z] $ docker stop --time=1 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 [2021-01-22T10:09:20.392Z] $ docker rm -f 9e9ddc83ae82fbaf005915dd3d4c5ba7636ff6b5046b7b4077302917b4936963 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T10:09:20.977Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T10:09:21.485Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T10:09:21.488Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.55 [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-22T10:09:22.377Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T10:09:22.673Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T10:09:22.971Z] + sudo service docker restart [2021-01-22T10:09:22.971Z] + true [2021-01-22T10:09:22.971Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T10:09:23.561Z] ========================================================= [2021-01-22T10:09:23.561Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T10:09:23.561Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:09:23.898Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-22T10:09:28.121Z] Sending build context to Docker daemon 327.1MB [2021-01-22T10:09:28.121Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T10:09:28.121Z] Step 2/6 : FROM ${BASE} [2021-01-22T10:09:28.121Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T10:09:28.121Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T10:09:28.121Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T10:09:28.121Z] de9db76c5a1d: Pulling fs layer [2021-01-22T10:09:28.121Z] bca2f99d35d6: Pulling fs layer [2021-01-22T10:09:28.121Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T10:09:28.121Z] 7c6f9722023f: Pulling fs layer [2021-01-22T10:09:28.121Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T10:09:28.121Z] 93359f2a8cfa: Waiting [2021-01-22T10:09:28.121Z] 7c6f9722023f: Waiting [2021-01-22T10:09:28.121Z] a35cf1a2eb13: Waiting [2021-01-22T10:09:28.121Z] bca2f99d35d6: Waiting [2021-01-22T10:09:28.121Z] de9db76c5a1d: Verifying Checksum [2021-01-22T10:09:28.121Z] de9db76c5a1d: Download complete [2021-01-22T10:09:28.121Z] 0ef7d3d256c8: Download complete [2021-01-22T10:09:28.121Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T10:09:28.121Z] 93359f2a8cfa: Download complete [2021-01-22T10:09:28.121Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T10:09:28.121Z] 188c0c94c7c5: Download complete [2021-01-22T10:09:28.121Z] 7c6f9722023f: Verifying Checksum [2021-01-22T10:09:28.121Z] 7c6f9722023f: Download complete [2021-01-22T10:09:28.386Z] 188c0c94c7c5: Pull complete [2021-01-22T10:09:28.647Z] 0ef7d3d256c8: Pull complete [2021-01-22T10:09:28.647Z] de9db76c5a1d: Pull complete [2021-01-22T10:09:30.564Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T10:09:30.564Z] a35cf1a2eb13: Download complete [2021-01-22T10:09:31.139Z] bca2f99d35d6: Verifying Checksum [2021-01-22T10:09:31.139Z] bca2f99d35d6: Download complete [2021-01-22T10:09:36.477Z] bca2f99d35d6: Pull complete [2021-01-22T10:09:36.477Z] 93359f2a8cfa: Pull complete [2021-01-22T10:09:36.477Z] 7c6f9722023f: Pull complete [2021-01-22T10:09:36.874Z] Still waiting to schedule task [2021-01-22T10:09:36.874Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T10:09:41.797Z] a35cf1a2eb13: Pull complete [2021-01-22T10:09:41.797Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T10:09:41.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T10:09:41.797Z] ---> a62c8e92a672 [2021-01-22T10:09:41.797Z] 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-22T10:09:41.797Z] ---> Running in 1f06c8f987f1 [2021-01-22T10:09:42.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:09:42.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:09:42.897Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T10:09:43.158Z] (2/12) Installing file (5.38-r0) [2021-01-22T10:09:43.158Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T10:09:43.418Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T10:09:47.633Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T10:09:47.633Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T10:09:47.633Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T10:09:47.633Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T10:09:47.633Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T10:09:47.895Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T10:09:47.895Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T10:09:48.468Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T10:09:48.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:09:48.468Z] OK: 233 MiB in 51 packages [2021-01-22T10:09:52.699Z] Removing intermediate container 1f06c8f987f1 [2021-01-22T10:09:52.699Z] ---> b22e20564e38 [2021-01-22T10:09:52.699Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T10:09:52.699Z] ---> Running in efbe01a26193 [2021-01-22T10:09:52.699Z] Removing intermediate container efbe01a26193 [2021-01-22T10:09:52.699Z] ---> 9d1c546de54c [2021-01-22T10:09:52.699Z] Step 5/6 : COPY go.mod . [2021-01-22T10:09:52.965Z] ---> 810b7de26b2e [2021-01-22T10:09:52.965Z] Step 6/6 : RUN go mod download [2021-01-22T10:09:52.965Z] ---> Running in 446e4186a036 [2021-01-22T10:10:14.969Z] Removing intermediate container 446e4186a036 [2021-01-22T10:10:14.969Z] ---> c1bdc61e6caf [2021-01-22T10:10:14.969Z] Successfully built c1bdc61e6caf [2021-01-22T10:10:14.969Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:10:15.285Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T10:10:15.286Z] . [Pipeline] withDockerContainer [2021-01-22T10:10:15.388Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:10:15.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:10:16.201Z] $ docker top 3e5fe76515b9cd3a7599ac922552d7293a9ff9a356d7dfdb119ef6d31f9eafc0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T10:10:16.728Z] + go version [2021-01-22T10:10:16.728Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T10:10:16.745Z] $ docker stop --time=1 3e5fe76515b9cd3a7599ac922552d7293a9ff9a356d7dfdb119ef6d31f9eafc0 [2021-01-22T10:10:18.118Z] $ docker rm -f 3e5fe76515b9cd3a7599ac922552d7293a9ff9a356d7dfdb119ef6d31f9eafc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:10:18.989Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T10:10:18.989Z] . [Pipeline] withDockerContainer [2021-01-22T10:10:19.091Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:10:19.141Z] $ 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/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:10:19.844Z] $ docker top 78c3c1b4fcc0f3fbcc696df8b789cde3e1ffa786fad8544bce778cf4f799a1d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T10:10:20.076Z] ========================================================= [2021-01-22T10:10:20.076Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T10:10:20.076Z] ========================================================= [Pipeline] sh [2021-01-22T10:10:20.365Z] + make test [2021-01-22T10:10:20.366Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T10:10:30.418Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T10:10:42.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T10:10:51.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T10:10:51.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T10:10:51.004Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T10:10:51.004Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T10:10:53.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T10:10:53.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T10:10:53.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T10:10:53.590Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T10:10:53.590Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T10:10:53.590Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T10:10:56.186Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T10:10:56.186Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T10:10:56.186Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T10:10:57.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements [2021-01-22T10:10:57.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T10:10:57.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T10:10:57.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T10:10:57.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T10:10:57.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T10:11:01.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.225s coverage: 27.0% of statements [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T10:11:01.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T10:11:01.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T10:11:01.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.129s coverage: 66.7% of statements [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T10:11:01.913Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T10:11:01.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T10:11:03.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T10:11:03.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T10:11:03.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-01-22T10:11:03.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T10:11:04.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-01-22T10:11:04.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T10:11:04.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-01-22T10:11:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T10:11:04.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-01-22T10:11:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T10:11:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T10:11:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T10:11:04.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.402s coverage: 92.8% of statements [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T10:11:07.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 43.8% of statements [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-01-22T10:11:07.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.036s coverage: 94.4% of statements [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-22T10:11:19.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-22T10:11:19.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.275s coverage: 68.9% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.263s coverage: 84.0% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.694s coverage: 29.1% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T10:11:19.534Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-22T10:11:19.534Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T10:11:19.818Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-01-22T10:11:19.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T10:11:19.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T10:11:19.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T10:11:19.818Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T10:11:20.084Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-22T10:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T10:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T10:11:20.084Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-01-22T10:11:20.348Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-22T10:11:20.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-22T10:11:20.872Z] GO111MODULE=on go vet ./... [2021-01-22T10:11:34.104Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22266 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-22T10:11:34.165Z] Running in /w/workspace/edgex-go/318 [Pipeline] { [Pipeline] checkout [2021-01-22T10:11:38.887Z] using credential edgex-jenkins-ssh [2021-01-22T10:11:38.951Z] Cloning the remote Git repository [2021-01-22T10:11:39.002Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T10:11:39.122Z] > git init /w/workspace/edgex-go/318 # timeout=10 [2021-01-22T10:11:39.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T10:11:39.213Z] > git --version # timeout=10 [2021-01-22T10:11:39.231Z] > git --version # 'git version 2.17.1' [2021-01-22T10:11:39.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T10:11:39.301Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T10:11:47.578Z] gofmt -l . [2021-01-22T10:11:47.578Z] [ "`gofmt -l .`" = "" ] [2021-01-22T10:11:47.578Z] ./bin/test-go-mod-tidy.sh [2021-01-22T10:11:47.578Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T10:11:47.881Z] + ls -al . [2021-01-22T10:11:47.881Z] total 668 [2021-01-22T10:11:47.881Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 10:11 . [2021-01-22T10:11:47.881Z] drwxr-xr-x 4 root root 32 Jan 22 10:10 .. [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 10:08 .dockerignore [2021-01-22T10:11:47.881Z] drwxrwxr-x 8 1001 1001 162 Jan 22 10:08 .git [2021-01-22T10:11:47.881Z] drwxrwxr-x 3 1001 1001 125 Jan 22 10:08 .github [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 10:08 .gitignore [2021-01-22T10:11:47.881Z] drwx------ 3 1001 1001 32 Jan 22 10:09 .semver [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 10:08 .sonarcloud.properties [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 10:08 Attribution.txt [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 10:08 CONTRIBUTING.md [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 10:08 Dockerfile.build [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 10:08 Jenkinsfile [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 10:08 LICENSE [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 10:08 Makefile [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 10:08 README.md [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 10:08 SECURITY.md [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 12 Jan 22 10:09 VERSION [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 10:08 ZMQWindows.md [2021-01-22T10:11:47.881Z] drwxrwxr-x 2 1001 1001 117 Jan 22 10:08 bin [2021-01-22T10:11:47.881Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 10:08 cmd [2021-01-22T10:11:47.881Z] -rw-r--r-- 1 root root 565147 Jan 22 10:11 coverage.out [2021-01-22T10:11:47.881Z] -rw-r--r-- 1 root root 1053 Jan 22 10:11 go.mod [2021-01-22T10:11:47.881Z] -rw-r--r-- 1 root root 18878 Jan 22 10:11 go.sum [2021-01-22T10:11:47.881Z] drwxrwxr-x 8 1001 1001 127 Jan 22 10:08 internal [2021-01-22T10:11:47.881Z] drwxrwxr-x 4 1001 1001 26 Jan 22 10:08 openapi [2021-01-22T10:11:47.881Z] drwxrwxr-x 4 1001 1001 71 Jan 22 10:08 snap [2021-01-22T10:11:47.881Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 10:08 version.go [Pipeline] sh [2021-01-22T10:11:48.177Z] + '[' -e coverage.out ] [2021-01-22T10:11:48.177Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T10:11:48.398Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T10:11:48.686Z] + make build [2021-01-22T10:11:48.686Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T10:11:52.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T10:12:00.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T10:12:01.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T10:12:02.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T10:12:02.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T10:12:01.917Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T10:12:01.947Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T10:12:01.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T10:12:02.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T10:12:02.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T10:12:02.017Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T10:12:03.800Z] Checking out Revision 5d6d03658ce6abe1d2052ba284fce876d938c639 (master) [2021-01-22T10:12:04.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T10:12:03.820Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T10:12:03.832Z] > git checkout -f 5d6d03658ce6abe1d2052ba284fce876d938c639 # timeout=10 [2021-01-22T10:12:05.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T10:12:07.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T10:12:08.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T10:12:08.438Z] Commit message: "Merge pull request #3066 from weichou1229/issue-3043-device-service" [Pipeline] withEnv [Pipeline] { [2021-01-22T10:12:08.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T10:12:09.954Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T10:12:10.350Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T10:12:10.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T10:12:10.699Z] + sudo service docker restart+ [2021-01-22T10:12:10.699Z] true [2021-01-22T10:12:11.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T10:12:12.809Z] provisioning config files... [2021-01-22T10:12:12.855Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/318@tmp/config6165396047335794688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:12:13.259Z] ---> docker-login.sh [2021-01-22T10:12:13.259Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [2021-01-22T10:12:13.944Z] $ docker stop --time=1 78c3c1b4fcc0f3fbcc696df8b789cde3e1ffa786fad8544bce778cf4f799a1d5 [2021-01-22T10:12:14.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:12:14.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:12:14.517Z] Configure a credential helper to remove this warning. See [2021-01-22T10:12:14.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:12:14.517Z] [2021-01-22T10:12:14.517Z] Login Succeeded [2021-01-22T10:12:14.517Z] nexus3.edgexfoundry.org:10002 [2021-01-22T10:12:14.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:12:15.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:12:15.065Z] Configure a credential helper to remove this warning. See [2021-01-22T10:12:15.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:12:15.065Z] [2021-01-22T10:12:15.065Z] Login Succeeded [2021-01-22T10:12:15.065Z] nexus3.edgexfoundry.org:10003 [2021-01-22T10:12:15.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:12:15.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:12:15.615Z] Configure a credential helper to remove this warning. See [2021-01-22T10:12:15.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:12:15.615Z] [2021-01-22T10:12:15.615Z] Login Succeeded [2021-01-22T10:12:15.615Z] nexus3.edgexfoundry.org:10004 [2021-01-22T10:12:15.703Z] $ docker rm -f 78c3c1b4fcc0f3fbcc696df8b789cde3e1ffa786fad8544bce778cf4f799a1d5 [2021-01-22T10:12:15.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:12:16.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:12:16.161Z] Configure a credential helper to remove this warning. See [2021-01-22T10:12:16.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:12:16.161Z] [2021-01-22T10:12:16.161Z] Login Succeeded [2021-01-22T10:12:16.161Z] docker.io [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-22T10:12:16.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-22T10:12:17.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:12:17.036Z] Configure a credential helper to remove this warning. See [2021-01-22T10:12:17.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:12:17.036Z] [2021-01-22T10:12:17.036Z] Login Succeeded [2021-01-22T10:12:17.036Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T10:12:18.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-01-22T10:12:19.196Z] ========================================================= [2021-01-22T10:12:19.196Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T10:12:19.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:12:19.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T10:12:19.271Z] [2021-01-22T10:12:19.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:12:19.572Z] + 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-22T10:12:19.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T10:12:19.693Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T10:12:19.693Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T10:12:19.693Z] ca9280d653b3: Pulling fs layer [2021-01-22T10:12:19.693Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T10:12:20.638Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T10:12:20.638Z] cbdbe7a5bc2a: Download complete [2021-01-22T10:12:20.899Z] ca9280d653b3: Verifying Checksum [2021-01-22T10:12:20.899Z] ca9280d653b3: Download complete [2021-01-22T10:12:20.899Z] cbdbe7a5bc2a: Pull complete [2021-01-22T10:12:21.854Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T10:12:21.854Z] 7e9c9ca2126c: Download complete [2021-01-22T10:12:21.854Z] ca9280d653b3: Pull complete [2021-01-22T10:12:22.224Z] Sending build context to Docker daemon 165.9MB [2021-01-22T10:12:22.224Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T10:12:22.224Z] Step 2/6 : FROM ${BASE} [2021-01-22T10:12:22.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T10:12:22.224Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T10:12:22.224Z] a4357932f1b6: Pulling fs layer [2021-01-22T10:12:22.224Z] 18c013af1878: Pulling fs layer [2021-01-22T10:12:22.224Z] 00ac8860ef70: Pulling fs layer [2021-01-22T10:12:22.224Z] 63d7cb157983: Pulling fs layer [2021-01-22T10:12:22.224Z] b116817d02f9: Pulling fs layer [2021-01-22T10:12:22.224Z] 745a02a5169b: Pulling fs layer [2021-01-22T10:12:22.224Z] 63d7cb157983: Waiting [2021-01-22T10:12:22.224Z] b116817d02f9: Waiting [2021-01-22T10:12:22.224Z] 745a02a5169b: Waiting [2021-01-22T10:12:22.224Z] 00ac8860ef70: Waiting [2021-01-22T10:12:22.224Z] 18c013af1878: Download complete [2021-01-22T10:12:22.224Z] a4357932f1b6: Verifying Checksum [2021-01-22T10:12:22.224Z] a4357932f1b6: Download complete [2021-01-22T10:12:22.224Z] 63d7cb157983: Verifying Checksum [2021-01-22T10:12:22.224Z] 63d7cb157983: Download complete [2021-01-22T10:12:22.224Z] b116817d02f9: Download complete [2021-01-22T10:12:22.224Z] 5f621e34cdf4: Download complete [2021-01-22T10:12:22.820Z] 5f621e34cdf4: Pull complete [2021-01-22T10:12:23.418Z] a4357932f1b6: Pull complete [2021-01-22T10:12:23.697Z] 18c013af1878: Pull complete [2021-01-22T10:12:24.685Z] 745a02a5169b: Verifying Checksum [2021-01-22T10:12:24.685Z] 745a02a5169b: Download complete [2021-01-22T10:12:26.109Z] 00ac8860ef70: Download complete [2021-01-22T10:12:28.464Z] 7e9c9ca2126c: Pull complete [2021-01-22T10:12:28.464Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T10:12:28.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T10:12:28.464Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T10:12:28.607Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:12:28.652Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:12:31.803Z] $ docker top 769f31e5f8d18c8591af76363f51b3addccc87e3987518e382c1a6c3fb084464 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T10:12:32.385Z] + docker-compose build --help [2021-01-22T10:12:32.385Z] + grep parallel [2021-01-22T10:12:33.330Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T10:12:33.346Z] $ docker stop --time=1 769f31e5f8d18c8591af76363f51b3addccc87e3987518e382c1a6c3fb084464 [2021-01-22T10:12:34.730Z] $ docker rm -f 769f31e5f8d18c8591af76363f51b3addccc87e3987518e382c1a6c3fb084464 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:12:35.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T10:12:35.356Z] . [Pipeline] withDockerContainer [2021-01-22T10:12:35.456Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:12:35.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:12:36.151Z] $ docker top 8e9e62c70a54562a157d0351de9e9c7694322d629b037b981afbfb232eb222d2 -eo pid,comm [2021-01-22T10:12:36.268Z] 00ac8860ef70: Pull complete [2021-01-22T10:12:36.268Z] 63d7cb157983: Pull complete [Pipeline] { [Pipeline] sh [2021-01-22T10:12:36.546Z] b116817d02f9: Pull complete [2021-01-22T10:12:36.743Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T10:12:37.788Z] Building docker-core-command-go ... [2021-01-22T10:12:37.788Z] Building docker-core-data-go ... [2021-01-22T10:12:37.788Z] Building docker-core-metadata-go ... [2021-01-22T10:12:37.788Z] Building docker-security-bootstrapper-go ... [2021-01-22T10:12:37.788Z] Building docker-security-proxy-setup-go ... [2021-01-22T10:12:37.788Z] Building docker-security-secretstore-setup-go ... [2021-01-22T10:12:37.788Z] Building docker-support-notifications-go ... [2021-01-22T10:12:37.788Z] Building docker-support-scheduler-go ... [2021-01-22T10:12:37.788Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T10:12:37.788Z] Building docker-support-scheduler-go [2021-01-22T10:12:37.788Z] Building docker-core-command-go [2021-01-22T10:12:37.788Z] Building docker-core-metadata-go [2021-01-22T10:12:37.788Z] Building docker-security-bootstrapper-go [2021-01-22T10:12:37.788Z] Building docker-support-notifications-go [2021-01-22T10:12:40.905Z] 745a02a5169b: Pull complete [2021-01-22T10:12:40.905Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T10:12:40.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T10:12:40.905Z] ---> b7e6874047d6 [2021-01-22T10:12:40.905Z] 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-22T10:12:43.519Z] ---> Running in 5e492c6eca4e [2021-01-22T10:12:44.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:12:45.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:12:46.069Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T10:12:46.340Z] (2/12) Installing file (5.38-r0) [2021-01-22T10:12:46.340Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T10:12:46.610Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T10:12:54.864Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T10:12:54.864Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T10:12:54.864Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T10:12:54.864Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T10:12:54.864Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T10:12:54.864Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T10:12:54.864Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T10:12:54.864Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T10:12:55.137Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:12:55.137Z] OK: 217 MiB in 51 packages [2021-01-22T10:12:59.459Z] Removing intermediate container 5e492c6eca4e [2021-01-22T10:12:59.459Z] ---> 920150ecfed6 [2021-01-22T10:12:59.459Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T10:12:59.459Z] ---> Running in cb7d2e646b85 [2021-01-22T10:13:00.052Z] Removing intermediate container cb7d2e646b85 [2021-01-22T10:13:00.052Z] ---> e785dea842e6 [2021-01-22T10:13:00.052Z] Step 5/6 : COPY go.mod . [2021-01-22T10:13:00.656Z] ---> 704904dd884d [2021-01-22T10:13:00.656Z] Step 6/6 : RUN go mod download [2021-01-22T10:13:00.656Z] ---> Running in 8a416b890336 [2021-01-22T10:13:10.026Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:13:10.026Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:13:10.026Z] ---> c1bdc61e6caf [2021-01-22T10:13:10.026Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T10:13:10.026Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:13:10.026Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:13:10.026Z] ---> c1bdc61e6caf [2021-01-22T10:13:10.026Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T10:13:10.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:13:10.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:13:10.026Z] ---> c1bdc61e6caf [2021-01-22T10:13:10.026Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T10:13:10.026Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:13:10.026Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:13:10.026Z] ---> c1bdc61e6caf [2021-01-22T10:13:10.026Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T10:13:10.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:13:10.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:13:10.026Z] ---> c1bdc61e6caf [2021-01-22T10:13:10.026Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T10:13:10.026Z] ---> Running in 98ebf08b7fe7 [2021-01-22T10:13:10.026Z] ---> Running in 670a2d2519d4 [2021-01-22T10:13:10.026Z] ---> Running in 0b686db186b8 [2021-01-22T10:13:10.026Z] ---> Running in af4d6e85229a [2021-01-22T10:13:10.026Z] ---> Running in 80452faea1d9 [2021-01-22T10:13:10.026Z] Removing intermediate container 80452faea1d9 [2021-01-22T10:13:10.026Z] ---> 0e6bc59eeeff [2021-01-22T10:13:10.026Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:13:10.026Z] Removing intermediate container 670a2d2519d4 [2021-01-22T10:13:10.026Z] ---> 14cb6c823b3e [2021-01-22T10:13:10.026Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:13:10.026Z] Removing intermediate container af4d6e85229a [2021-01-22T10:13:10.026Z] ---> 75c07535aa48 [2021-01-22T10:13:10.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:13:10.026Z] Removing intermediate container 0b686db186b8 [2021-01-22T10:13:10.026Z] ---> 34b05ee1613d [2021-01-22T10:13:10.026Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:13:10.026Z] Removing intermediate container 98ebf08b7fe7 [2021-01-22T10:13:10.026Z] ---> 106bc9a12e76 [2021-01-22T10:13:10.026Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:13:10.026Z] ---> Running in c3f0c3afacaf [2021-01-22T10:13:10.026Z] ---> Running in a2aa566b6c87 [2021-01-22T10:13:10.026Z] ---> Running in fd9121efea7c [2021-01-22T10:13:10.317Z] ---> Running in aafd807eef50 [2021-01-22T10:13:10.317Z] ---> Running in 91880c689c3f [2021-01-22T10:13:12.261Z] Removing intermediate container c3f0c3afacaf [2021-01-22T10:13:12.261Z] ---> bae919fa915b [2021-01-22T10:13:12.261Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T10:13:12.261Z] Removing intermediate container a2aa566b6c87 [2021-01-22T10:13:12.261Z] ---> de38ede706ac [2021-01-22T10:13:12.261Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T10:13:12.261Z] ---> Running in c57dc6f74757 [2021-01-22T10:13:13.207Z] ---> Running in 3910911645ac [2021-01-22T10:13:13.207Z] Removing intermediate container fd9121efea7c [2021-01-22T10:13:13.207Z] ---> cb629ca6abed [2021-01-22T10:13:13.207Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T10:13:13.474Z] Removing intermediate container aafd807eef50 [2021-01-22T10:13:13.475Z] ---> bf2a2e8b8715 [2021-01-22T10:13:13.475Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T10:13:13.475Z] ---> Running in bfb4291f2652 [2021-01-22T10:13:13.475Z] Removing intermediate container 91880c689c3f [2021-01-22T10:13:13.475Z] ---> 9fceb7397d40 [2021-01-22T10:13:13.475Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T10:13:13.757Z] ---> Running in 6b51de85e161 [2021-01-22T10:13:13.757Z] ---> Running in 280e9327819f [2021-01-22T10:13:14.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:14.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:14.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:14.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:15.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:15.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:15.399Z] OK: 233 MiB in 51 packages [2021-01-22T10:13:15.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:13:15.399Z] OK: 233 MiB in 51 packages [2021-01-22T10:13:15.981Z] OK: 233 MiB in 51 packages [2021-01-22T10:13:15.981Z] OK: 233 MiB in 51 packages [2021-01-22T10:13:15.981Z] Removing intermediate container c57dc6f74757 [2021-01-22T10:13:15.981Z] ---> 73c75ccebe17 [2021-01-22T10:13:15.981Z] Step 6/22 : COPY go.mod . [2021-01-22T10:13:15.981Z] Removing intermediate container 3910911645ac [2021-01-22T10:13:15.981Z] ---> b22a32559246 [2021-01-22T10:13:15.981Z] Step 6/33 : COPY go.mod . [2021-01-22T10:13:15.981Z] OK: 233 MiB in 51 packages [2021-01-22T10:13:16.555Z] ---> 7371e2fd0c67 [2021-01-22T10:13:16.555Z] Step 7/22 : RUN go mod download [2021-01-22T10:13:16.555Z] ---> f8c15c860c4f [2021-01-22T10:13:16.555Z] Step 7/33 : RUN go mod download [2021-01-22T10:13:16.555Z] ---> Running in 62d29ba5ac10 [2021-01-22T10:13:16.817Z] ---> Running in 6863bcbdf5c7 [2021-01-22T10:13:16.817Z] Removing intermediate container bfb4291f2652 [2021-01-22T10:13:16.817Z] ---> 1db6317a55b5 [2021-01-22T10:13:16.817Z] Step 6/23 : COPY go.mod . [2021-01-22T10:13:17.085Z] Removing intermediate container 6b51de85e161 [2021-01-22T10:13:17.085Z] ---> 6cfd0f022d0f [2021-01-22T10:13:17.085Z] Step 6/22 : COPY go.mod . [2021-01-22T10:13:17.348Z] Removing intermediate container 280e9327819f [2021-01-22T10:13:17.348Z] ---> 60b8cce6987d [2021-01-22T10:13:17.348Z] Step 6/23 : COPY go.mod . [2021-01-22T10:13:17.348Z] ---> 2e87927c2801 [2021-01-22T10:13:17.348Z] Step 7/23 : RUN go mod download [2021-01-22T10:13:17.348Z] ---> e8e446ca22ab [2021-01-22T10:13:17.348Z] Step 7/22 : RUN go mod download [2021-01-22T10:13:17.348Z] ---> Running in 8cb208fddca0 [2021-01-22T10:13:17.616Z] ---> Running in 284381c36566 [2021-01-22T10:13:17.890Z] ---> 504c741ade63 [2021-01-22T10:13:17.890Z] Step 7/23 : RUN go mod download [2021-01-22T10:13:18.178Z] ---> Running in 65ae5ed236bd [2021-01-22T10:13:19.600Z] Removing intermediate container 62d29ba5ac10 [2021-01-22T10:13:19.600Z] ---> 1c27e20d0633 [2021-01-22T10:13:19.600Z] Step 8/22 : COPY . . [2021-01-22T10:13:19.600Z] Removing intermediate container 6863bcbdf5c7 [2021-01-22T10:13:19.600Z] ---> 4bf0ee6a13fe [2021-01-22T10:13:19.600Z] Step 8/33 : COPY . . [2021-01-22T10:13:22.193Z] Removing intermediate container 284381c36566 [2021-01-22T10:13:22.193Z] ---> 8486efe8bbf9 [2021-01-22T10:13:22.193Z] Step 8/22 : COPY . . [2021-01-22T10:13:22.193Z] Removing intermediate container 8cb208fddca0 [2021-01-22T10:13:22.193Z] ---> 8cdc2bd4698d [2021-01-22T10:13:22.193Z] Step 8/23 : COPY . . [2021-01-22T10:13:24.123Z] Removing intermediate container 65ae5ed236bd [2021-01-22T10:13:24.123Z] ---> c87aa416aaaa [2021-01-22T10:13:24.123Z] Step 8/23 : COPY . . [2021-01-22T10:13:27.443Z] Removing intermediate container 8a416b890336 [2021-01-22T10:13:27.443Z] ---> 02baefd4d057 [2021-01-22T10:13:27.443Z] Successfully built 02baefd4d057 [2021-01-22T10:13:27.443Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:13:27.777Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T10:13:27.777Z] . [Pipeline] withDockerContainer [2021-01-22T10:13:28.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-22266 does not seem to be running inside a container [2021-01-22T10:13:28.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-arm64 cat [2021-01-22T10:13:29.631Z] $ docker top eb8e85e7e642f3d0615202d0c84477aa691e433459ee2e05021c5bd41de86f4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T10:13:30.661Z] + go version [2021-01-22T10:13:30.661Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T10:13:30.682Z] $ docker stop --time=1 eb8e85e7e642f3d0615202d0c84477aa691e433459ee2e05021c5bd41de86f4b [2021-01-22T10:13:32.538Z] $ docker rm -f eb8e85e7e642f3d0615202d0c84477aa691e433459ee2e05021c5bd41de86f4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:13:33.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T10:13:33.800Z] [2021-01-22T10:13:33.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:13:34.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T10:13:34.452Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T10:13:34.452Z] 29e5d40040c1: Pulling fs layer [2021-01-22T10:13:34.452Z] 1ce36da41761: Pulling fs layer [2021-01-22T10:13:34.452Z] 25b303627fd3: Pulling fs layer [2021-01-22T10:13:34.724Z] 29e5d40040c1: Verifying Checksum [2021-01-22T10:13:34.724Z] 29e5d40040c1: Download complete [2021-01-22T10:13:35.323Z] 29e5d40040c1: Pull complete [2021-01-22T10:13:35.600Z] 1ce36da41761: Verifying Checksum [2021-01-22T10:13:37.034Z] 1ce36da41761: Pull complete [2021-01-22T10:13:37.034Z] 25b303627fd3: Verifying Checksum [2021-01-22T10:13:37.034Z] 25b303627fd3: Download complete [2021-01-22T10:13:47.182Z] 25b303627fd3: Pull complete [2021-01-22T10:13:47.182Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T10:13:47.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T10:13:47.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T10:13:47.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-22266 does not seem to be running inside a container [2021-01-22T10:13:47.475Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:13:50.466Z] $ docker top a8f774a58297f0041bfc0b48f558a4392e2245f8c47bd7edb64443a4bb12606c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T10:13:51.534Z] + docker-compose build --help [2021-01-22T10:13:51.534Z] + grep parallel [2021-01-22T10:13:54.901Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T10:13:54.923Z] $ docker stop --time=1 a8f774a58297f0041bfc0b48f558a4392e2245f8c47bd7edb64443a4bb12606c [2021-01-22T10:13:56.844Z] $ docker rm -f a8f774a58297f0041bfc0b48f558a4392e2245f8c47bd7edb64443a4bb12606c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:13:57.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T10:13:57.734Z] . [Pipeline] withDockerContainer [2021-01-22T10:13:57.998Z] prd-ubuntu18.04-docker-arm64-4c-16g-22266 does not seem to be running inside a container [2021-01-22T10:13:58.079Z] $ 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/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-arm64:latest cat [2021-01-22T10:13:59.500Z] $ docker top fce2a500c85b513e2d2f468fee540d99dcb39143293c641e5acce674bd641b4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T10:14:00.522Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T10:14:03.151Z] ---> f0a2f95eb338 [2021-01-22T10:14:03.151Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T10:14:03.151Z] ---> 932ad9994500 [2021-01-22T10:14:03.151Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T10:14:03.151Z] ---> 501d578c277a [2021-01-22T10:14:03.151Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T10:14:03.151Z] ---> 629e86fe1e1c [2021-01-22T10:14:03.151Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T10:14:03.151Z] ---> Running in 1104731f85b5 [2021-01-22T10:14:03.151Z] ---> Running in 8c7410100670 [2021-01-22T10:14:03.151Z] ---> Running in e93a6bd375f9 [2021-01-22T10:14:03.151Z] ---> Running in 61ec0d317c58 [2021-01-22T10:14:03.151Z] ---> f9f7279a42ce [2021-01-22T10:14:03.151Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T10:14:03.151Z] ---> Running in 667069f6d3c4 [2021-01-22T10:14:03.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T10:14:03.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T10:14:03.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T10:14:03.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T10:14:03.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T10:14:03.966Z] Building docker-core-command-go ... [2021-01-22T10:14:03.966Z] Building docker-core-data-go ... [2021-01-22T10:14:03.966Z] Building docker-core-metadata-go ... [2021-01-22T10:14:03.966Z] Building docker-security-bootstrapper-go ... [2021-01-22T10:14:03.966Z] Building docker-security-proxy-setup-go ... [2021-01-22T10:14:03.966Z] Building docker-security-secretstore-setup-go ... [2021-01-22T10:14:03.966Z] Building docker-support-notifications-go ... [2021-01-22T10:14:03.966Z] Building docker-support-scheduler-go ... [2021-01-22T10:14:03.966Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T10:14:03.966Z] Building docker-security-secretstore-setup-go [2021-01-22T10:14:03.966Z] Building docker-core-command-go [2021-01-22T10:14:03.966Z] Building docker-core-metadata-go [2021-01-22T10:14:03.966Z] Building docker-security-proxy-setup-go [2021-01-22T10:14:03.966Z] Building docker-security-bootstrapper-go [2021-01-22T10:14:35.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T10:14:38.741Z] Removing intermediate container 667069f6d3c4 [2021-01-22T10:14:38.741Z] ---> 73b09939e1b4 [2021-01-22T10:14:38.741Z] [2021-01-22T10:14:38.741Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T10:14:38.741Z] Removing intermediate container 8c7410100670 [2021-01-22T10:14:38.741Z] ---> f2e2130e7fc8 [2021-01-22T10:14:38.741Z] [2021-01-22T10:14:38.741Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T10:14:38.741Z] Removing intermediate container e93a6bd375f9 [2021-01-22T10:14:38.741Z] ---> 80a8a5d8d24e [2021-01-22T10:14:38.741Z] [2021-01-22T10:14:38.741Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T10:14:38.741Z] 3.12: Pulling from library/alpine [2021-01-22T10:14:38.741Z] 3.12: Pulling from library/alpine [2021-01-22T10:14:38.741Z] 3.12: Pulling from library/alpine [2021-01-22T10:14:39.319Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T10:14:39.319Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T10:14:39.581Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T10:14:39.581Z] Status: Image is up to date for alpine:3.12 [2021-01-22T10:14:39.581Z] ---> 389fef711851 [2021-01-22T10:14:39.581Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T10:14:39.581Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T10:14:39.581Z] ---> 389fef711851 [2021-01-22T10:14:39.581Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T10:14:39.581Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T10:14:39.581Z] ---> 389fef711851 [2021-01-22T10:14:39.581Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T10:14:43.796Z] ---> Running in acbdfd99c989 [2021-01-22T10:14:43.796Z] ---> Running in 554f8f0f774a [2021-01-22T10:14:43.796Z] ---> Running in 12e0c4adfee5 [2021-01-22T10:14:43.796Z] Removing intermediate container 1104731f85b5 [2021-01-22T10:14:43.796Z] ---> 1e436f00a449 [2021-01-22T10:14:43.796Z] [2021-01-22T10:14:43.796Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T10:14:43.796Z] ---> 389fef711851 [2021-01-22T10:14:43.796Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T10:14:43.796Z] Removing intermediate container 61ec0d317c58 [2021-01-22T10:14:43.796Z] ---> 4154ac3950c5 [2021-01-22T10:14:43.796Z] [2021-01-22T10:14:43.796Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T10:14:43.796Z] ---> 389fef711851 [2021-01-22T10:14:43.796Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T10:14:44.081Z] ---> Running in e1879a4adbd8 [2021-01-22T10:14:44.081Z] ---> Running in 0c1f347b7e07 [2021-01-22T10:14:44.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.953Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T10:14:44.953Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T10:14:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.953Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:14:44.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:44.953Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T10:14:45.219Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T10:14:45.219Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:14:45.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:45.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:45.220Z] OK: 6 MiB in 15 packages [2021-01-22T10:14:45.220Z] OK: 6 MiB in 16 packages [2021-01-22T10:14:45.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:14:45.220Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T10:14:45.220Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:14:45.220Z] OK: 6 MiB in 15 packages [2021-01-22T10:14:45.220Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T10:14:45.220Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T10:14:45.220Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T10:14:45.220Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:14:45.220Z] OK: 6 MiB in 17 packages [2021-01-22T10:14:45.484Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T10:14:45.484Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:14:45.484Z] OK: 6 MiB in 15 packages [2021-01-22T10:14:46.876Z] Removing intermediate container 554f8f0f774a [2021-01-22T10:14:46.876Z] ---> fdb294e6b1b9 [2021-01-22T10:14:46.876Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:14:47.451Z] ---> Running in d1999095415b [2021-01-22T10:14:47.451Z] Removing intermediate container 12e0c4adfee5 [2021-01-22T10:14:47.451Z] ---> de29cefcb6fe [2021-01-22T10:14:47.451Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:14:47.451Z] Removing intermediate container acbdfd99c989 [2021-01-22T10:14:47.451Z] ---> 3411d6d63eb4 [2021-01-22T10:14:47.451Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:14:47.714Z] ---> Running in d2cff8ffc41f [2021-01-22T10:14:47.714Z] ---> Running in 41632773e8f0 [2021-01-22T10:14:47.714Z] Removing intermediate container e1879a4adbd8 [2021-01-22T10:14:47.714Z] ---> 74855d33bab2 [2021-01-22T10:14:47.714Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T10:14:47.714Z] Removing intermediate container d1999095415b [2021-01-22T10:14:47.714Z] ---> 24c9f0a72b99 [2021-01-22T10:14:47.714Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T10:14:47.714Z] Removing intermediate container 0c1f347b7e07 [2021-01-22T10:14:47.714Z] ---> eb7fef4608b5 [2021-01-22T10:14:47.714Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:14:47.976Z] ---> Running in 2bc01738dec5 [2021-01-22T10:14:47.976Z] ---> Running in 8b76885689ef [2021-01-22T10:14:47.976Z] ---> Running in 89d8adbe0cb8 [2021-01-22T10:14:47.976Z] Removing intermediate container d2cff8ffc41f [2021-01-22T10:14:47.976Z] ---> 0eedef1b601a [2021-01-22T10:14:47.976Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T10:14:47.976Z] Removing intermediate container 41632773e8f0 [2021-01-22T10:14:47.976Z] ---> 44cc08e72c56 [2021-01-22T10:14:47.976Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T10:14:48.240Z] ---> Running in 68d073ac133a [2021-01-22T10:14:48.240Z] ---> Running in 7ae122de9941 [2021-01-22T10:14:48.240Z] Removing intermediate container 2bc01738dec5 [2021-01-22T10:14:48.240Z] ---> 795c7cf59089 [2021-01-22T10:14:48.240Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T10:14:48.240Z] Removing intermediate container 8b76885689ef [2021-01-22T10:14:48.240Z] ---> 4b6bab220c97 [2021-01-22T10:14:48.240Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T10:14:48.504Z] Removing intermediate container 89d8adbe0cb8 [2021-01-22T10:14:48.504Z] ---> c31ff7a77e28 [2021-01-22T10:14:48.504Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T10:14:48.504Z] ---> Running in ee16ca1c8152 [2021-01-22T10:14:48.504Z] ---> Running in c84f38c6621e [2021-01-22T10:14:48.766Z] ---> Running in d8d03ef2d067 [2021-01-22T10:14:48.766Z] Removing intermediate container 7ae122de9941 [2021-01-22T10:14:48.766Z] ---> 753a4a71b61b [2021-01-22T10:14:48.766Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T10:14:48.766Z] Removing intermediate container 68d073ac133a [2021-01-22T10:14:48.766Z] ---> fc75be05858c [2021-01-22T10:14:48.766Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T10:14:48.766Z] ---> Running in 41c8e61c6df5 [2021-01-22T10:14:49.029Z] ---> Running in 476c24368764 [2021-01-22T10:14:49.029Z] Removing intermediate container ee16ca1c8152 [2021-01-22T10:14:49.029Z] ---> ef1d91bc9f03 [2021-01-22T10:14:49.029Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T10:14:49.029Z] Removing intermediate container d8d03ef2d067 [2021-01-22T10:14:49.029Z] ---> 61819963893c [2021-01-22T10:14:49.029Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T10:14:49.029Z] Removing intermediate container c84f38c6621e [2021-01-22T10:14:49.029Z] ---> 6e01f84fe866 [2021-01-22T10:14:49.029Z] Step 15/23 : WORKDIR / [2021-01-22T10:14:49.295Z] ---> Running in d19b70317e14 [2021-01-22T10:14:49.295Z] ---> Running in e0eec23813be [2021-01-22T10:14:49.295Z] ---> Running in 831dd744513b [2021-01-22T10:14:49.295Z] Removing intermediate container 476c24368764 [2021-01-22T10:14:49.295Z] ---> eb93d2a1fdb3 [2021-01-22T10:14:49.295Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:14:49.570Z] Removing intermediate container 41c8e61c6df5 [2021-01-22T10:14:49.570Z] ---> 3ff753596668 [2021-01-22T10:14:49.570Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:14:49.835Z] Removing intermediate container e0eec23813be [2021-01-22T10:14:49.835Z] ---> 62a2882f13ab [2021-01-22T10:14:49.835Z] Step 15/23 : WORKDIR / [2021-01-22T10:14:49.835Z] Removing intermediate container 831dd744513b [2021-01-22T10:14:49.835Z] ---> d053cec1ac63 [2021-01-22T10:14:49.835Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:14:50.415Z] ---> Running in fca1d98ed3f5 [2021-01-22T10:14:50.415Z] ---> 9a01a23d2afe [2021-01-22T10:14:50.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T10:14:50.415Z] ---> 00eb15f7901b [2021-01-22T10:14:50.415Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T10:14:50.415Z] Connecting to github.com (140.82.114.4:443) [2021-01-22T10:14:50.684Z]  ---> dcb3deed008f [2021-01-22T10:14:50.684Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T10:14:50.684Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.170.11:443) [2021-01-22T10:14:50.684Z] Removing intermediate container fca1d98ed3f5 [2021-01-22T10:14:50.684Z] ---> 7985bbac2bed [2021-01-22T10:14:50.684Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:14:50.684Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T10:14:50.958Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T10:14:50.958Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T10:14:50.958Z] dockerize [2021-01-22T10:14:50.976Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:14:50.976Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:14:50.976Z] ---> 02baefd4d057 [2021-01-22T10:14:50.976Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T10:14:50.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:14:50.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:14:50.976Z] ---> 02baefd4d057 [2021-01-22T10:14:50.976Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T10:14:50.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:14:50.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:14:50.976Z] ---> 02baefd4d057 [2021-01-22T10:14:50.976Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T10:14:50.976Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:14:50.976Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:14:50.976Z] ---> 02baefd4d057 [2021-01-22T10:14:50.977Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T10:14:50.977Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:14:50.977Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:14:50.977Z] ---> 02baefd4d057 [2021-01-22T10:14:50.977Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T10:14:51.228Z] ---> 2e85eebb37e1 [2021-01-22T10:14:51.228Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T10:14:51.507Z] ---> 0f8c66ae8181 [2021-01-22T10:14:51.508Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T10:14:51.508Z] ---> ed3b60069272 [2021-01-22T10:14:51.508Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T10:14:51.508Z] ---> f0072f704281 [2021-01-22T10:14:51.508Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T10:14:51.771Z] ---> 74511a2ff904 [2021-01-22T10:14:51.771Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T10:14:52.034Z] ---> bf5a3e92590c [2021-01-22T10:14:52.034Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T10:14:52.034Z] ---> Running in 93965ccc3cd6 [2021-01-22T10:14:52.034Z] Removing intermediate container d19b70317e14 [2021-01-22T10:14:52.034Z] ---> 3fa687ba05d1 [2021-01-22T10:14:52.034Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T10:14:52.034Z] ---> d885007da4eb [2021-01-22T10:14:52.034Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T10:14:52.034Z] ---> Running in ff6f5ac7fe75 [2021-01-22T10:14:52.034Z] ---> f8ad5fc06916 [2021-01-22T10:14:52.034Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T10:14:52.296Z] ---> Running in d5e8572c1c01 [2021-01-22T10:14:52.297Z] ---> Running in c0c1f529d26d [2021-01-22T10:14:52.560Z] Removing intermediate container 93965ccc3cd6 [2021-01-22T10:14:52.560Z] ---> b90b1b529b87 [2021-01-22T10:14:52.560Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:14:52.560Z] Removing intermediate container ff6f5ac7fe75 [2021-01-22T10:14:52.560Z] ---> e9f46b2a771a [2021-01-22T10:14:52.560Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:14:52.560Z] ---> d2d57205f83a [2021-01-22T10:14:52.560Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T10:14:52.822Z] ---> Running in eb6bfe4c6bf6 [2021-01-22T10:14:52.822Z] ---> Running in 48c6d9936f25 [2021-01-22T10:14:52.822Z] Removing intermediate container d5e8572c1c01 [2021-01-22T10:14:52.822Z] ---> fabed2c6c4ec [2021-01-22T10:14:52.822Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T10:14:52.822Z] Removing intermediate container c0c1f529d26d [2021-01-22T10:14:52.822Z] ---> 03ec741f7ca7 [2021-01-22T10:14:52.822Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:14:53.085Z] ---> Running in ee08358b81f7 [2021-01-22T10:14:53.085Z] ---> Running in cc84362c4e2b [2021-01-22T10:14:53.085Z] ---> Running in 68f1cb13eb0a [2021-01-22T10:14:53.085Z] Removing intermediate container eb6bfe4c6bf6 [2021-01-22T10:14:53.085Z] ---> c7101cbac703 [2021-01-22T10:14:53.085Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T10:14:53.085Z] Removing intermediate container 48c6d9936f25 [2021-01-22T10:14:53.085Z] ---> 70f4c836a489 [2021-01-22T10:14:53.085Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T10:14:53.348Z] ---> Running in ecdf92e5dd48 [2021-01-22T10:14:53.348Z] ---> Running in 2f412ca190fe [2021-01-22T10:14:53.348Z] Removing intermediate container ee08358b81f7 [2021-01-22T10:14:53.348Z] ---> ec37ff5f12d9 [2021-01-22T10:14:53.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:14:53.348Z] Removing intermediate container cc84362c4e2b [2021-01-22T10:14:53.348Z] ---> a159a525fae5 [2021-01-22T10:14:53.348Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T10:14:53.610Z] Removing intermediate container 68f1cb13eb0a [2021-01-22T10:14:53.610Z] ---> bd440c0e6dff [2021-01-22T10:14:53.610Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T10:14:53.610Z] ---> Running in d5331a88f8fa [2021-01-22T10:14:53.610Z] ---> Running in 69f076f8da32 [2021-01-22T10:14:53.611Z] ---> Running in 222cfe470481 [2021-01-22T10:14:53.611Z] ---> Running in d085a515cedb [2021-01-22T10:14:53.611Z] ---> Running in a9818770013b [2021-01-22T10:14:53.611Z] ---> Running in 80b34d98d63d [2021-01-22T10:14:53.611Z] ---> Running in cbc36b9144e9 [2021-01-22T10:14:53.873Z] ---> Running in 41f29747aeb7 [2021-01-22T10:14:53.874Z] Removing intermediate container ecdf92e5dd48 [2021-01-22T10:14:53.874Z] ---> 7f33c7126341 [2021-01-22T10:14:53.874Z] Step 21/22 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:14:53.874Z] Removing intermediate container 2f412ca190fe [2021-01-22T10:14:53.874Z] ---> 4b0470940e5e [2021-01-22T10:14:53.874Z] Step 21/22 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:14:54.136Z] ---> Running in 0a9805cf5e5a [2021-01-22T10:14:54.136Z] ---> Running in dfce72ad0b07 [2021-01-22T10:14:54.136Z] Removing intermediate container d5331a88f8fa [2021-01-22T10:14:54.136Z] ---> 89dce01f9141 [2021-01-22T10:14:54.136Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T10:14:54.136Z] Removing intermediate container 41f29747aeb7 [2021-01-22T10:14:54.136Z] ---> 88374f59defc [2021-01-22T10:14:54.136Z] Step 22/23 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:14:54.400Z] ---> Running in 5024bfb074d7 [2021-01-22T10:14:54.400Z] ---> Running in 791bc767eb11 [2021-01-22T10:14:54.400Z] Move dockerize executable [2021-01-22T10:14:54.400Z] Removing intermediate container 0a9805cf5e5a [2021-01-22T10:14:54.400Z] ---> c3eac172c9af [2021-01-22T10:14:54.400Z] Step 22/22 : LABEL version=2.0.0-dev.55 [2021-01-22T10:14:54.594Z] Removing intermediate container a9818770013b [2021-01-22T10:14:54.594Z] ---> b187e7cd1b27 [2021-01-22T10:14:54.594Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:14:54.594Z] Removing intermediate container 222cfe470481 [2021-01-22T10:14:54.594Z] ---> 23b295c8a58c [2021-01-22T10:14:54.594Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:14:54.594Z] ---> Running in 7e3bbb1db5f4 [2021-01-22T10:14:54.594Z] Removing intermediate container d085a515cedb [2021-01-22T10:14:54.594Z] ---> 36eb2f2fd01a [2021-01-22T10:14:54.594Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:14:54.594Z] Removing intermediate container 80b34d98d63d [2021-01-22T10:14:54.594Z] ---> d8b7f0b958fe [2021-01-22T10:14:54.594Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:14:54.665Z] Removing intermediate container dfce72ad0b07 [2021-01-22T10:14:54.665Z] ---> f23bf2e1c3c8 [2021-01-22T10:14:54.665Z] Step 22/22 : LABEL version=2.0.0-dev.55 [2021-01-22T10:14:54.665Z] ---> Running in 13e789e19b6d [2021-01-22T10:14:54.869Z] Removing intermediate container cbc36b9144e9 [2021-01-22T10:14:54.869Z] ---> 8bb2f64de09b [2021-01-22T10:14:54.869Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:14:54.869Z] ---> Running in 783fe5b7b3cb [2021-01-22T10:14:54.927Z] ---> Running in 5a5f5d1eec88 [2021-01-22T10:14:54.927Z] Removing intermediate container 5024bfb074d7 [2021-01-22T10:14:54.927Z] ---> 245bae454629 [2021-01-22T10:14:54.927Z] Step 22/23 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:14:54.927Z] Removing intermediate container 791bc767eb11 [2021-01-22T10:14:54.927Z] ---> b7f0b0df7014 [2021-01-22T10:14:54.927Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-01-22T10:14:55.144Z] ---> Running in 85cb7f0e3129 [2021-01-22T10:14:55.144Z] ---> Running in 02c133593314 [2021-01-22T10:14:55.144Z] ---> Running in 6595d1ae32c6 [2021-01-22T10:14:55.189Z] ---> Running in 0d9bf209f6a5 [2021-01-22T10:14:55.189Z] ---> Running in 5cfe1c1e36eb [2021-01-22T10:14:55.452Z] Removing intermediate container 5a5f5d1eec88 [2021-01-22T10:14:55.452Z] ---> 820a752b7a4e [2021-01-22T10:14:55.452Z] [2021-01-22T10:14:55.452Z] Removing intermediate container 13e789e19b6d [2021-01-22T10:14:55.452Z] ---> 6f6b7333a730 [2021-01-22T10:14:55.452Z] [2021-01-22T10:14:55.714Z] Removing intermediate container 69f076f8da32 [2021-01-22T10:14:55.714Z] ---> 3b72314983c8 [2021-01-22T10:14:55.714Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T10:14:55.714Z] Removing intermediate container 5cfe1c1e36eb [2021-01-22T10:14:55.714Z] ---> 889eb5ae0bd9 [2021-01-22T10:14:55.714Z] [2021-01-22T10:14:55.714Z] Removing intermediate container 0d9bf209f6a5 [2021-01-22T10:14:55.714Z] ---> 7741adf5e727 [2021-01-22T10:14:55.714Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-01-22T10:14:55.714Z] Successfully built 6f6b7333a730 [2021-01-22T10:14:55.714Z] Successfully built 820a752b7a4e [2021-01-22T10:14:55.714Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T10:14:55.714Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-22T10:14:55.714Z] Successfully built 889eb5ae0bd9 [2021-01-22T10:14:55.976Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T10:14:55.976Z] ---> Running in 1f8822a8c79f [2021-01-22T10:14:55.976Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-22T10:14:55.976Z] Successfully tagged docker-core-command-go:latest [2021-01-22T10:14:55.976Z] Building docker-core-data-go [2021-01-22T10:14:55.976Z]  Building docker-core-command-go ... done  ---> Running in 8688689ffde6 [2021-01-22T10:14:56.239Z] Removing intermediate container 1f8822a8c79f [2021-01-22T10:14:56.239Z] ---> fc23b6950e84 [2021-01-22T10:14:56.239Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T10:14:56.239Z] Removing intermediate container 8688689ffde6 [2021-01-22T10:14:56.239Z] ---> 78329a1dbb79 [2021-01-22T10:14:56.239Z] [2021-01-22T10:14:56.239Z] Successfully built 78329a1dbb79 [2021-01-22T10:14:56.239Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T10:14:56.239Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T10:14:56.505Z] ---> 5b9aa3c8326a [2021-01-22T10:14:56.505Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T10:14:56.505Z] ---> Running in 0291e40759b3 [2021-01-22T10:14:58.560Z] Removing intermediate container 7e3bbb1db5f4 [2021-01-22T10:14:58.560Z] ---> ed48eb501c6a [2021-01-22T10:14:58.560Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T10:14:58.560Z] ---> Running in 12762c51a71b [2021-01-22T10:14:58.835Z] Removing intermediate container 783fe5b7b3cb [2021-01-22T10:14:58.835Z] ---> 069fd2449f35 [2021-01-22T10:14:58.835Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T10:14:58.835Z] Removing intermediate container 02c133593314 [2021-01-22T10:14:58.835Z] ---> ede4e18cfd28 [2021-01-22T10:14:58.835Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T10:14:59.116Z] ---> Running in c802a12c80a1 [2021-01-22T10:14:59.116Z] ---> Running in 68e428e87ae6 [2021-01-22T10:14:59.393Z] Removing intermediate container 6595d1ae32c6 [2021-01-22T10:14:59.393Z] ---> 89c5716f0068 [2021-01-22T10:14:59.393Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T10:14:59.393Z] Removing intermediate container 85cb7f0e3129 [2021-01-22T10:14:59.393Z] ---> 19f71f46fe01 [2021-01-22T10:14:59.393Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T10:14:59.669Z] ---> Running in b30c7b290320 [2021-01-22T10:14:59.669Z] ---> Running in dae306821ec1 [2021-01-22T10:15:00.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:00.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:01.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:01.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:01.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:01.837Z] OK: 217 MiB in 51 packages [2021-01-22T10:15:01.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:02.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:02.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:02.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:02.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:15:03.173Z] Removing intermediate container 0291e40759b3 [2021-01-22T10:15:03.173Z] ---> 6dded3bc6446 [2021-01-22T10:15:03.173Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:15:03.323Z] OK: 217 MiB in 51 packages [2021-01-22T10:15:03.323Z] Removing intermediate container 12762c51a71b [2021-01-22T10:15:03.323Z] ---> ccc83567c18e [2021-01-22T10:15:03.323Z] Step 6/21 : COPY go.mod . [2021-01-22T10:15:03.323Z] OK: 217 MiB in 51 packages [2021-01-22T10:15:03.609Z] OK: 217 MiB in 51 packages [2021-01-22T10:15:03.609Z] OK: 217 MiB in 51 packages [2021-01-22T10:15:04.591Z] ---> c11847c658c7 [2021-01-22T10:15:04.591Z] Step 7/21 : RUN go mod download [2021-01-22T10:15:04.864Z] ---> Running in fd73b3b4f227 [2021-01-22T10:15:05.143Z] Removing intermediate container 68e428e87ae6 [2021-01-22T10:15:05.143Z] ---> d7ed3f96b82d [2021-01-22T10:15:05.143Z] Step 6/24 : COPY go.mod . [2021-01-22T10:15:05.143Z] Removing intermediate container c802a12c80a1 [2021-01-22T10:15:05.143Z] ---> 90f4302af0e2 [2021-01-22T10:15:05.143Z] Step 6/33 : COPY go.mod . [2021-01-22T10:15:05.424Z] Removing intermediate container b30c7b290320 [2021-01-22T10:15:05.425Z] ---> eada38e6600c [2021-01-22T10:15:05.425Z] Step 6/23 : COPY go.mod . [2021-01-22T10:15:05.425Z] Removing intermediate container dae306821ec1 [2021-01-22T10:15:05.425Z] ---> 0cf114f95101 [2021-01-22T10:15:05.425Z] Step 6/23 : COPY go.mod . [2021-01-22T10:15:06.023Z] ---> 672ad92f74e6 [2021-01-22T10:15:06.023Z] Step 7/24 : RUN go mod download [2021-01-22T10:15:06.298Z] ---> f1ab2f6139ab [2021-01-22T10:15:06.298Z] Step 7/33 : RUN go mod download [2021-01-22T10:15:06.496Z] ---> dbaee1ea6715 [2021-01-22T10:15:06.496Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T10:15:06.573Z] ---> Running in e7d251f3e569 [2021-01-22T10:15:06.573Z] ---> 9687ef425faf [2021-01-22T10:15:06.573Z] Step 7/23 : RUN go mod download [2021-01-22T10:15:06.573Z] ---> Running in df72d5016eca [2021-01-22T10:15:06.573Z] ---> d2834fbdf0c9 [2021-01-22T10:15:06.573Z] Step 7/23 : RUN go mod download [2021-01-22T10:15:06.844Z] ---> Running in ce884c2d3d18 [2021-01-22T10:15:06.844Z] ---> Running in 8e54aed45063 [2021-01-22T10:15:07.452Z] ---> 387020be9a04 [2021-01-22T10:15:07.452Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T10:15:08.026Z] ---> 87c909ede35a [2021-01-22T10:15:08.026Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T10:15:08.604Z] ---> 550f40c70f20 [2021-01-22T10:15:08.604Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T10:15:08.841Z] Removing intermediate container fd73b3b4f227 [2021-01-22T10:15:08.841Z] ---> a596df8579f8 [2021-01-22T10:15:08.841Z] Step 8/21 : COPY . . [2021-01-22T10:15:08.866Z] ---> 4316aec8e3bd [2021-01-22T10:15:08.866Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T10:15:09.135Z] ---> Running in b204ae7bd8b1 [2021-01-22T10:15:10.110Z] Removing intermediate container b204ae7bd8b1 [2021-01-22T10:15:10.110Z] ---> 5700a9b7fbb8 [2021-01-22T10:15:10.110Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T10:15:11.498Z] Removing intermediate container e7d251f3e569 [2021-01-22T10:15:11.498Z] ---> 7fb74a35f194 [2021-01-22T10:15:11.498Z] Step 8/24 : COPY . . [2021-01-22T10:15:11.498Z] Removing intermediate container df72d5016eca [2021-01-22T10:15:11.498Z] ---> 9bfd3037afcf [2021-01-22T10:15:11.774Z] Step 8/33 : COPY . . [2021-01-22T10:15:12.057Z] Removing intermediate container ce884c2d3d18 [2021-01-22T10:15:12.057Z] ---> 3b2d1e8b0a70 [2021-01-22T10:15:12.057Z] Step 8/23 : COPY . . [2021-01-22T10:15:12.661Z] Removing intermediate container 8e54aed45063 [2021-01-22T10:15:12.661Z] ---> ff53f0c265cb [2021-01-22T10:15:12.661Z] Step 8/23 : COPY . . [2021-01-22T10:15:18.376Z] ---> 15172ab98bb3 [2021-01-22T10:15:18.376Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T10:15:18.376Z] ---> Running in ae22f00d8ebd [2021-01-22T10:15:23.766Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:15:23.766Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:15:23.766Z] ---> c1bdc61e6caf [2021-01-22T10:15:23.766Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T10:15:23.766Z] ---> Using cache [2021-01-22T10:15:23.766Z] ---> 106bc9a12e76 [2021-01-22T10:15:23.766Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:15:23.766Z] ---> Using cache [2021-01-22T10:15:23.766Z] ---> 9fceb7397d40 [2021-01-22T10:15:23.766Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T10:15:23.766Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:15:23.766Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:15:23.766Z] ---> c1bdc61e6caf [2021-01-22T10:15:23.766Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T10:15:23.766Z] ---> Using cache [2021-01-22T10:15:23.766Z] ---> 106bc9a12e76 [2021-01-22T10:15:23.766Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:15:23.766Z] ---> Using cache [2021-01-22T10:15:23.766Z] ---> 9fceb7397d40 [2021-01-22T10:15:23.766Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T10:15:24.343Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:15:24.343Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:15:24.343Z] ---> c1bdc61e6caf [2021-01-22T10:15:24.343Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T10:15:24.343Z] ---> Using cache [2021-01-22T10:15:24.343Z] ---> 106bc9a12e76 [2021-01-22T10:15:24.343Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:15:24.343Z] ---> Using cache [2021-01-22T10:15:24.343Z] ---> 9fceb7397d40 [2021-01-22T10:15:24.343Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T10:15:24.343Z] ---> Using cache [2021-01-22T10:15:24.343Z] ---> 60b8cce6987d [2021-01-22T10:15:24.343Z] Step 6/24 : COPY go.mod . [2021-01-22T10:15:24.343Z] ---> Using cache [2021-01-22T10:15:24.343Z] ---> 504c741ade63 [2021-01-22T10:15:24.343Z] Step 7/24 : RUN go mod download [2021-01-22T10:15:24.343Z] ---> Using cache [2021-01-22T10:15:24.343Z] ---> c87aa416aaaa [2021-01-22T10:15:24.343Z] Step 8/24 : COPY . . [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> f9f7279a42ce [2021-01-22T10:15:24.606Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T10:15:24.606Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:15:24.606Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:15:24.606Z] ---> c1bdc61e6caf [2021-01-22T10:15:24.606Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> 106bc9a12e76 [2021-01-22T10:15:24.606Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> 9fceb7397d40 [2021-01-22T10:15:24.606Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> 60b8cce6987d [2021-01-22T10:15:24.606Z] Step 6/21 : COPY go.mod . [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> 504c741ade63 [2021-01-22T10:15:24.606Z] Step 7/21 : RUN go mod download [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> c87aa416aaaa [2021-01-22T10:15:24.606Z] Step 8/21 : COPY . . [2021-01-22T10:15:24.606Z] ---> Using cache [2021-01-22T10:15:24.606Z] ---> f9f7279a42ce [2021-01-22T10:15:24.606Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T10:15:26.006Z] ---> Running in 727dfbf74bf2 [2021-01-22T10:15:26.006Z] ---> Running in bd99a0c5f755 [2021-01-22T10:15:26.006Z] ---> Running in 1994b2a213f5 [2021-01-22T10:15:26.006Z] ---> Running in d44e4abb5ff3 [2021-01-22T10:15:26.006Z] Removing intermediate container ae22f00d8ebd [2021-01-22T10:15:26.006Z] ---> e58fc9fd09c3 [2021-01-22T10:15:26.006Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T10:15:26.971Z] ---> Running in 8782209783a9 [2021-01-22T10:15:26.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T10:15:26.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:15:26.971Z] Removing intermediate container 8782209783a9 [2021-01-22T10:15:26.971Z] ---> b0549d46b8c3 [2021-01-22T10:15:26.971Z] Step 30/33 : CMD ["gate"] [2021-01-22T10:15:27.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T10:15:27.245Z] ---> Running in 6c9054ce19c6 [2021-01-22T10:15:27.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:15:27.510Z] Removing intermediate container 6c9054ce19c6 [2021-01-22T10:15:27.510Z] ---> 03693f305008 [2021-01-22T10:15:27.510Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T10:15:27.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:15:27.778Z] ---> Running in eac1f20550a5 [2021-01-22T10:15:28.040Z] Removing intermediate container eac1f20550a5 [2021-01-22T10:15:28.040Z] ---> 0a9f12cc27a6 [2021-01-22T10:15:28.040Z] Step 32/33 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:15:28.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:15:28.305Z] OK: 233 MiB in 51 packages [2021-01-22T10:15:28.305Z] ---> Running in 18114e1c4b71 [2021-01-22T10:15:28.910Z] Removing intermediate container 18114e1c4b71 [2021-01-22T10:15:28.910Z] ---> 051d51301842 [2021-01-22T10:15:28.910Z] Step 33/33 : LABEL version=2.0.0-dev.55 [2021-01-22T10:15:28.910Z] OK: 233 MiB in 51 packages [2021-01-22T10:15:29.178Z] ---> Running in 891b66624369 [2021-01-22T10:15:29.452Z] Removing intermediate container bd99a0c5f755 [2021-01-22T10:15:29.452Z] ---> 1ce7903fb00d [2021-01-22T10:15:29.452Z] Step 6/26 : COPY go.mod . [2021-01-22T10:15:29.721Z] Removing intermediate container 891b66624369 [2021-01-22T10:15:29.721Z] ---> fb68775a0773 [2021-01-22T10:15:29.721Z] [2021-01-22T10:15:29.991Z] Removing intermediate container d44e4abb5ff3 [2021-01-22T10:15:29.991Z] ---> a026a28f700c [2021-01-22T10:15:29.991Z] Step 6/23 : COPY go.mod . [2021-01-22T10:15:29.991Z] ---> 97ebd3ce6f97 [2021-01-22T10:15:29.991Z] Step 7/26 : RUN go mod download [2021-01-22T10:15:29.991Z] Successfully built fb68775a0773 [2021-01-22T10:15:30.261Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T10:15:30.261Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 51ca1257ea15 [2021-01-22T10:15:30.533Z] ---> 9f090cdd8614 [2021-01-22T10:15:30.533Z] Step 7/23 : RUN go mod download [2021-01-22T10:15:30.805Z] ---> Running in c0150b802134 [2021-01-22T10:15:31.006Z] ---> 7e74c08bbfda [2021-01-22T10:15:31.006Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T10:15:31.006Z] ---> ec2285dc9bb9 [2021-01-22T10:15:31.006Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T10:15:31.006Z] ---> 5a1f5e9288eb [2021-01-22T10:15:31.006Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T10:15:31.006Z] ---> 7fadd7fa146f [2021-01-22T10:15:31.006Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T10:15:31.006Z] ---> Running in e1952248e60b [2021-01-22T10:15:31.006Z] ---> Running in 487d148ae972 [2021-01-22T10:15:31.006Z] ---> Running in acd45e292950 [2021-01-22T10:15:31.006Z] ---> Running in 67b4ecfad05f [2021-01-22T10:15:31.006Z] ---> 7410a915d3a3 [2021-01-22T10:15:31.006Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T10:15:31.006Z] ---> Running in 36362dd48c2d [2021-01-22T10:15:31.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T10:15:31.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T10:15:31.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T10:15:31.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T10:15:31.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T10:15:34.142Z] Removing intermediate container c0150b802134 [2021-01-22T10:15:34.142Z] ---> 41fca3e14bef [2021-01-22T10:15:34.142Z] Step 8/23 : COPY . . [2021-01-22T10:15:34.142Z] Removing intermediate container 51ca1257ea15 [2021-01-22T10:15:34.142Z] ---> 07e16dd21d36 [2021-01-22T10:15:34.142Z] Step 8/26 : COPY . . [2021-01-22T10:15:49.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T10:15:49.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T10:16:02.278Z] ---> 765723c83e1d [2021-01-22T10:16:02.278Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T10:16:02.278Z] ---> Running in a18991b0c16b [2021-01-22T10:16:02.278Z] Removing intermediate container 727dfbf74bf2 [2021-01-22T10:16:02.278Z] ---> c9fc3a60f0fe [2021-01-22T10:16:02.278Z] [2021-01-22T10:16:02.278Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T10:16:02.278Z] ---> 389fef711851 [2021-01-22T10:16:02.278Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T10:16:02.278Z] Removing intermediate container 1994b2a213f5 [2021-01-22T10:16:02.278Z] ---> 670f2e919cc4 [2021-01-22T10:16:02.278Z] [2021-01-22T10:16:02.278Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T10:16:02.278Z] ---> 389fef711851 [2021-01-22T10:16:02.278Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T10:16:02.278Z] ---> a0689ea2f15a [2021-01-22T10:16:02.278Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T10:16:02.278Z] ---> Running in f56f7c2d20b4 [2021-01-22T10:16:02.278Z] ---> Running in cf17e11a5099 [2021-01-22T10:16:02.278Z] ---> Running in 68f6c8b827e6 [2021-01-22T10:16:02.278Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T10:16:02.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:02.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:02.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T10:16:02.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:02.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:02.546Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T10:16:02.546Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T10:16:02.808Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T10:16:02.808Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T10:16:02.808Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T10:16:02.808Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T10:16:02.808Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T10:16:02.808Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T10:16:02.808Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:16:02.808Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T10:16:02.808Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:16:02.808Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T10:16:02.808Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T10:16:02.808Z] OK: 7 MiB in 19 packages [2021-01-22T10:16:02.808Z] OK: 7 MiB in 18 packages [2021-01-22T10:16:05.402Z] Removing intermediate container cf17e11a5099 [2021-01-22T10:16:05.402Z] ---> 490607376860 [2021-01-22T10:16:05.402Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T10:16:05.402Z] ---> Running in 3ca0143becd8 [2021-01-22T10:16:05.402Z] Removing intermediate container f56f7c2d20b4 [2021-01-22T10:16:05.402Z] ---> 7d4df2f95196 [2021-01-22T10:16:05.402Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T10:16:05.684Z] ---> Running in 901fabd5f113 [2021-01-22T10:16:05.952Z] Removing intermediate container 3ca0143becd8 [2021-01-22T10:16:05.952Z] ---> 397a9dc6bb62 [2021-01-22T10:16:05.952Z] Step 13/21 : WORKDIR /edgex [2021-01-22T10:16:05.952Z] Removing intermediate container 901fabd5f113 [2021-01-22T10:16:05.952Z] ---> bb66ceef3a62 [2021-01-22T10:16:05.952Z] Step 13/24 : WORKDIR / [2021-01-22T10:16:05.952Z] ---> Running in e38017748642 [2021-01-22T10:16:06.223Z] ---> Running in d628084888a9 [2021-01-22T10:16:06.495Z] Removing intermediate container e38017748642 [2021-01-22T10:16:06.495Z] ---> 37a37688d98d [2021-01-22T10:16:06.495Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T10:16:06.495Z] Removing intermediate container d628084888a9 [2021-01-22T10:16:06.495Z] ---> 4a1d940135b4 [2021-01-22T10:16:06.495Z] 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-22T10:16:07.465Z] ---> f9d1f9a75846 [2021-01-22T10:16:07.465Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T10:16:07.465Z] ---> 7acdb28b1305 [2021-01-22T10:16:07.465Z] 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-22T10:16:08.061Z] ---> 20f1db6bb7a8 [2021-01-22T10:16:08.061Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T10:16:08.650Z] ---> 7365a409b4c8 [2021-01-22T10:16:08.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T10:16:08.650Z] ---> 9edacfc62d3d [2021-01-22T10:16:08.650Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T10:16:09.629Z] ---> 38d5031c7100 [2021-01-22T10:16:09.629Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T10:16:09.629Z] ---> 8a2f1d524b31 [2021-01-22T10:16:09.629Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T10:16:09.629Z] ---> Running in 554ce4369b6c [2021-01-22T10:16:09.899Z] Removing intermediate container 554ce4369b6c [2021-01-22T10:16:09.899Z] ---> db1e258f50ad [2021-01-22T10:16:09.899Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T10:16:10.168Z] ---> Running in b6da5c403fbc [2021-01-22T10:16:10.433Z] ---> 67adc7e554cc [2021-01-22T10:16:10.433Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T10:16:10.433Z] Removing intermediate container b6da5c403fbc [2021-01-22T10:16:10.433Z] ---> 516c8c9a4ac1 [2021-01-22T10:16:10.433Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T10:16:10.709Z] ---> Running in 0150bedc6692 [2021-01-22T10:16:10.983Z] Removing intermediate container 0150bedc6692 [2021-01-22T10:16:10.983Z] ---> 6d7045e228eb [2021-01-22T10:16:10.983Z] Step 20/21 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:16:10.983Z] ---> 61b5c885db9e [2021-01-22T10:16:10.983Z] 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-22T10:16:10.983Z] ---> Running in 3fa093ad1918 [2021-01-22T10:16:11.584Z] ---> Running in 4ca63f8f88b5 [2021-01-22T10:16:11.584Z] Removing intermediate container 3fa093ad1918 [2021-01-22T10:16:11.584Z] ---> d50c0e67763a [2021-01-22T10:16:11.584Z] Step 21/21 : LABEL version=2.0.0-dev.55 [2021-01-22T10:16:11.852Z] ---> Running in b17770c52b82 [2021-01-22T10:16:12.451Z] Removing intermediate container b17770c52b82 [2021-01-22T10:16:12.451Z] ---> 000f73e42fc5 [2021-01-22T10:16:12.451Z] [2021-01-22T10:16:12.723Z] Successfully built 000f73e42fc5 [2021-01-22T10:16:13.316Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T10:16:13.914Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4ca63f8f88b5 [2021-01-22T10:16:13.914Z] ---> 98c2525bf4d9 [2021-01-22T10:16:13.914Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T10:16:14.184Z] ---> Running in 2b05267978a9 [2021-01-22T10:16:14.448Z] Removing intermediate container 2b05267978a9 [2021-01-22T10:16:14.448Z] ---> 69fc8143ad10 [2021-01-22T10:16:14.448Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T10:16:14.714Z] ---> Running in 1665224f576e [2021-01-22T10:16:14.991Z] Removing intermediate container 1665224f576e [2021-01-22T10:16:14.991Z] ---> 55c1da67f148 [2021-01-22T10:16:14.991Z] Step 23/24 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:16:14.991Z] ---> Running in 7f1c8f3b6f1d [2021-01-22T10:16:15.587Z] Removing intermediate container 7f1c8f3b6f1d [2021-01-22T10:16:15.588Z] ---> e6d12588e5f4 [2021-01-22T10:16:15.588Z] Step 24/24 : LABEL version=2.0.0-dev.55 [2021-01-22T10:16:15.861Z] ---> Running in 7c0ae47c12b0 [2021-01-22T10:16:16.140Z] Removing intermediate container 7c0ae47c12b0 [2021-01-22T10:16:16.140Z] ---> 571a3057296e [2021-01-22T10:16:16.140Z] [2021-01-22T10:16:16.140Z] Successfully built 571a3057296e [2021-01-22T10:16:16.419Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T10:16:19.752Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 68f6c8b827e6 [2021-01-22T10:16:19.752Z] ---> 0660d6bf519c [2021-01-22T10:16:19.752Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T10:16:19.752Z] ---> Running in f3e8a1d70a50 [2021-01-22T10:16:20.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T10:16:21.958Z] Removing intermediate container f3e8a1d70a50 [2021-01-22T10:16:21.958Z] ---> 44dbe97f3378 [2021-01-22T10:16:21.958Z] [2021-01-22T10:16:21.958Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T10:16:21.958Z] 20.10.0: Pulling from library/docker [2021-01-22T10:16:26.196Z] Removing intermediate container a18991b0c16b [2021-01-22T10:16:26.196Z] ---> 3a555e4bec4e [2021-01-22T10:16:26.196Z] [2021-01-22T10:16:26.196Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T10:16:26.196Z] ---> 389fef711851 [2021-01-22T10:16:26.196Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T10:16:26.196Z] ---> Running in aed64d910991 [2021-01-22T10:16:26.196Z] Removing intermediate container aed64d910991 [2021-01-22T10:16:26.196Z] ---> 8702c2850701 [2021-01-22T10:16:26.196Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T10:16:26.196Z] ---> Running in baafabc141c5 [2021-01-22T10:16:26.459Z] Removing intermediate container baafabc141c5 [2021-01-22T10:16:26.459Z] ---> 8ffe1794eac5 [2021-01-22T10:16:26.459Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T10:16:26.721Z] ---> Running in 826180e1fb2f [2021-01-22T10:16:26.983Z] Removing intermediate container 826180e1fb2f [2021-01-22T10:16:26.983Z] ---> 8ff1e164d8f2 [2021-01-22T10:16:26.983Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:16:26.983Z] ---> Running in 147f027e3549 [2021-01-22T10:16:27.562Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T10:16:27.562Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T10:16:27.562Z] ---> aefe523efa57 [2021-01-22T10:16:27.562Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T10:16:27.562Z] ---> Running in f3dbf63541f5 [2021-01-22T10:16:28.136Z] Removing intermediate container 147f027e3549 [2021-01-22T10:16:28.136Z] ---> 9ad76167153e [2021-01-22T10:16:28.136Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T10:16:28.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:28.136Z] ---> Running in 2a1d4b483360 [2021-01-22T10:16:28.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:28.402Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T10:16:28.402Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T10:16:28.402Z] Executing bash-5.0.17-r0.post-install [2021-01-22T10:16:28.402Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:16:28.402Z] OK: 12 MiB in 22 packages [2021-01-22T10:16:28.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:28.929Z] Removing intermediate container f3dbf63541f5 [2021-01-22T10:16:28.929Z] ---> 00724d6647b0 [2021-01-22T10:16:28.929Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T10:16:29.191Z] ---> Running in 27db83ded85d [2021-01-22T10:16:29.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:29.456Z] Removing intermediate container 27db83ded85d [2021-01-22T10:16:29.456Z] ---> 89611b6e111e [2021-01-22T10:16:29.456Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T10:16:29.718Z] ---> Running in a61d5521b968 [2021-01-22T10:16:29.718Z] Removing intermediate container a61d5521b968 [2021-01-22T10:16:29.718Z] ---> 4acfc3f2144c [2021-01-22T10:16:29.718Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T10:16:29.980Z] ---> Running in 73ef3d1fd6da [2021-01-22T10:16:29.980Z] Removing intermediate container 73ef3d1fd6da [2021-01-22T10:16:29.980Z] ---> 15ab17e2be0b [2021-01-22T10:16:29.980Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T10:16:30.243Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T10:16:30.243Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T10:16:30.243Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T10:16:30.511Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T10:16:30.511Z] ---> 4f7bbbb69615 [2021-01-22T10:16:30.511Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T10:16:30.774Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T10:16:30.774Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T10:16:30.774Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:16:30.774Z] OK: 8 MiB in 20 packages [2021-01-22T10:16:30.774Z] ---> 78206645f9af [2021-01-22T10:16:30.774Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T10:16:31.353Z] ---> 79b19fb19337 [2021-01-22T10:16:31.353Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T10:16:31.353Z] ---> Running in 78ca75e66f68 [2021-01-22T10:16:31.620Z] Removing intermediate container 2a1d4b483360 [2021-01-22T10:16:31.620Z] ---> b9a70c214827 [2021-01-22T10:16:31.620Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:16:31.884Z] ---> 93c8787d38c1 [2021-01-22T10:16:31.884Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T10:16:31.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:32.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:32.147Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T10:16:32.147Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T10:16:32.147Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T10:16:32.147Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T10:16:32.147Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T10:16:32.147Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T10:16:32.410Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T10:16:33.803Z] ---> afface14dd45 [2021-01-22T10:16:33.803Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T10:16:33.803Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T10:16:33.803Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T10:16:33.803Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T10:16:33.803Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T10:16:33.803Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T10:16:33.803Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T10:16:33.803Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T10:16:33.803Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T10:16:34.378Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T10:16:35.325Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T10:16:37.247Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T10:16:37.247Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T10:16:37.247Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T10:16:37.247Z] ---> 950ce7bd95b7 [2021-01-22T10:16:37.247Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T10:16:37.247Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T10:16:37.509Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T10:16:37.509Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T10:16:37.509Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T10:16:37.509Z] ---> Running in 35ec7c5103c3 [2021-01-22T10:16:37.509Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T10:16:37.509Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T10:16:37.509Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T10:16:37.509Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T10:16:37.772Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T10:16:37.772Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T10:16:37.772Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T10:16:37.772Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T10:16:37.772Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T10:16:38.346Z] Removing intermediate container 35ec7c5103c3 [2021-01-22T10:16:38.346Z] ---> 0f1a5a03fdf5 [2021-01-22T10:16:38.346Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:16:38.346Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:16:38.921Z] OK: 71 MiB in 55 packages [2021-01-22T10:16:38.921Z] ---> Running in d299031d4ff1 [2021-01-22T10:16:39.188Z] Removing intermediate container d299031d4ff1 [2021-01-22T10:16:39.188Z] ---> ddfd9e4bd0b6 [2021-01-22T10:16:39.188Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T10:16:39.188Z] ---> Running in f97a54d5e1b3 [2021-01-22T10:16:39.452Z] Removing intermediate container f97a54d5e1b3 [2021-01-22T10:16:39.452Z] ---> b7fccf31b930 [2021-01-22T10:16:39.452Z] Step 22/23 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:16:41.378Z] ---> Running in b5248a07c49b [2021-01-22T10:16:43.951Z] Removing intermediate container b5248a07c49b [2021-01-22T10:16:43.951Z] ---> 249e53a39ef3 [2021-01-22T10:16:43.951Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-01-22T10:16:44.526Z] ---> Running in 5ef37fa8be96 [2021-01-22T10:16:44.795Z] Removing intermediate container 78ca75e66f68 [2021-01-22T10:16:44.795Z] ---> a2741405d079 [2021-01-22T10:16:44.795Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T10:16:44.795Z] ---> Running in 122277205c86 [2021-01-22T10:16:44.795Z] Removing intermediate container 5ef37fa8be96 [2021-01-22T10:16:44.795Z] ---> f86f13769362 [2021-01-22T10:16:44.795Z] [2021-01-22T10:16:45.058Z] Successfully built f86f13769362 [2021-01-22T10:16:45.058Z] Successfully tagged docker-core-data-go:latest [2021-01-22T10:16:46.447Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-22T10:16:46.447Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T10:16:46.709Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T10:16:46.709Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T10:16:47.281Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T10:16:47.281Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T10:16:47.544Z] 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-22T10:16:47.544Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T10:16:47.809Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T10:16:47.809Z] Collecting PyYAML<4,>=3.10 [2021-01-22T10:16:47.809Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T10:16:48.754Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T10:16:48.754Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T10:16:48.754Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T10:16:49.016Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T10:16:49.016Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T10:16:49.016Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T10:16:49.278Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T10:16:49.278Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T10:16:49.540Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T10:16:49.540Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T10:16:49.801Z] 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-22T10:16:50.063Z] Collecting idna<2.8,>=2.5 [2021-01-22T10:16:50.063Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T10:16:50.063Z] 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-22T10:16:50.063Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T10:16:50.063Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T10:16:50.325Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T10:16:50.325Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T10:16:50.325Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T10:16:50.325Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T10:16:50.325Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T10:16:50.325Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T10:16:50.325Z] Installing collected packages: docopt, dockerpty, jsonschema, PyYAML, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose [2021-01-22T10:16:50.325Z] Running setup.py install for docopt: started [2021-01-22T10:16:50.898Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T10:16:50.898Z] Running setup.py install for dockerpty: started [2021-01-22T10:16:51.472Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T10:16:51.472Z] Running setup.py install for PyYAML: started [2021-01-22T10:16:52.047Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T10:16:52.047Z] Attempting uninstall: idna [2021-01-22T10:16:52.047Z] Found existing installation: idna 2.9 [2021-01-22T10:16:52.047Z] Uninstalling idna-2.9: [2021-01-22T10:16:52.047Z] Successfully uninstalled idna-2.9 [2021-01-22T10:16:52.308Z] Attempting uninstall: urllib3 [2021-01-22T10:16:52.308Z] Found existing installation: urllib3 1.25.9 [2021-01-22T10:16:52.308Z] Uninstalling urllib3-1.25.9: [2021-01-22T10:16:52.308Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T10:16:52.571Z] Attempting uninstall: requests [2021-01-22T10:16:52.571Z] Found existing installation: requests 2.23.0 [2021-01-22T10:16:52.571Z] Uninstalling requests-2.23.0: [2021-01-22T10:16:52.571Z] Successfully uninstalled requests-2.23.0 [2021-01-22T10:16:52.834Z] Running setup.py install for texttable: started [2021-01-22T10:16:53.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T10:16:53.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T10:16:53.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T10:16:53.410Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T10:16:53.673Z] 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-22T10:16:56.986Z] Removing intermediate container 122277205c86 [2021-01-22T10:16:56.986Z] ---> c323a1a3c8ab [2021-01-22T10:16:56.986Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T10:16:56.986Z] ---> Running in fb591970bd7d [2021-01-22T10:16:57.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:57.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T10:16:57.823Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T10:16:57.823Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T10:16:57.823Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T10:16:57.823Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:16:57.823Z] OK: 72 MiB in 58 packages [2021-01-22T10:16:58.398Z] Removing intermediate container fb591970bd7d [2021-01-22T10:16:58.398Z] ---> ca9e356c57dc [2021-01-22T10:16:58.398Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T10:16:58.398Z] ---> Running in 01143143a3c3 [2021-01-22T10:16:58.660Z] Removing intermediate container 01143143a3c3 [2021-01-22T10:16:58.660Z] ---> 0f577d802eda [2021-01-22T10:16:58.660Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:16:58.660Z] ---> Running in ad1f547f9c82 [2021-01-22T10:16:58.660Z] Removing intermediate container ad1f547f9c82 [2021-01-22T10:16:58.660Z] ---> b2e89054ea51 [2021-01-22T10:16:58.660Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T10:16:58.922Z] ---> Running in ae6ca5c70b79 [2021-01-22T10:16:58.922Z] Removing intermediate container ae6ca5c70b79 [2021-01-22T10:16:58.922Z] ---> adcae5f2cc8e [2021-01-22T10:16:58.922Z] Step 25/26 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:16:59.184Z] ---> Running in 6939142e8dde [2021-01-22T10:16:59.184Z] Removing intermediate container 6939142e8dde [2021-01-22T10:16:59.184Z] ---> 0d99c7f9143b [2021-01-22T10:16:59.184Z] Step 26/26 : LABEL version=2.0.0-dev.55 [2021-01-22T10:16:59.184Z] ---> Running in 01f774734569 [2021-01-22T10:16:59.486Z] Removing intermediate container 01f774734569 [2021-01-22T10:16:59.486Z] ---> 267a0290b0f1 [2021-01-22T10:16:59.486Z] [2021-01-22T10:16:59.761Z] Successfully built 267a0290b0f1 [2021-01-22T10:16:59.761Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T10:17:00.075Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T10:17:00.130Z] $ docker stop --time=1 8e9e62c70a54562a157d0351de9e9c7694322d629b037b981afbfb232eb222d2 [2021-01-22T10:17:01.792Z] $ docker rm -f 8e9e62c70a54562a157d0351de9e9c7694322d629b037b981afbfb232eb222d2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T10:17:02.433Z] + docker images [2021-01-22T10:17:02.433Z] + grep docker [2021-01-22T10:17:02.696Z] docker-sys-mgmt-agent-go latest 267a0290b0f1 3 seconds ago 313MB [2021-01-22T10:17:02.696Z] docker-core-data-go latest f86f13769362 18 seconds ago 22.3MB [2021-01-22T10:17:02.696Z] docker-security-secretstore-setup-go latest 571a3057296e 47 seconds ago 24.6MB [2021-01-22T10:17:02.696Z] docker-security-proxy-setup-go latest 000f73e42fc5 50 seconds ago 24.4MB [2021-01-22T10:17:02.696Z] docker-security-bootstrapper-go latest fb68775a0773 About a minute ago 41.5MB [2021-01-22T10:17:02.696Z] docker-support-scheduler-go latest 6f6b7333a730 2 minutes ago 16.4MB [2021-01-22T10:17:02.696Z] docker-core-metadata-go latest 78329a1dbb79 2 minutes ago 18.8MB [2021-01-22T10:17:02.696Z] docker-core-command-go latest 889eb5ae0bd9 2 minutes ago 16.3MB [2021-01-22T10:17:02.696Z] docker-support-notifications-go latest 820a752b7a4e 2 minutes ago 16.9MB [2021-01-22T10:17:02.696Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T10:17:03.302Z] provisioning config files... [2021-01-22T10:17:03.350Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/318@tmp/config7784587771209933993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:17:03.742Z] ---> docker-login.sh [2021-01-22T10:17:03.742Z] nexus3.edgexfoundry.org:10001 [2021-01-22T10:17:03.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:17:03.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:17:03.742Z] Configure a credential helper to remove this warning. See [2021-01-22T10:17:03.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:17:03.742Z] [2021-01-22T10:17:03.742Z] Login Succeeded [2021-01-22T10:17:04.004Z] nexus3.edgexfoundry.org:10002 [2021-01-22T10:17:04.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:17:04.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:17:04.004Z] Configure a credential helper to remove this warning. See [2021-01-22T10:17:04.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:17:04.004Z] [2021-01-22T10:17:04.004Z] Login Succeeded [2021-01-22T10:17:04.004Z] nexus3.edgexfoundry.org:10003 [2021-01-22T10:17:04.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:17:04.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:17:04.266Z] Configure a credential helper to remove this warning. See [2021-01-22T10:17:04.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:17:04.266Z] [2021-01-22T10:17:04.266Z] Login Succeeded [2021-01-22T10:17:04.266Z] nexus3.edgexfoundry.org:10004 [2021-01-22T10:17:04.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:17:04.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:17:04.528Z] Configure a credential helper to remove this warning. See [2021-01-22T10:17:04.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:17:04.528Z] [2021-01-22T10:17:04.528Z] Login Succeeded [2021-01-22T10:17:04.528Z] docker.io [2021-01-22T10:17:04.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:17:04.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:17:04.801Z] Configure a credential helper to remove this warning. See [2021-01-22T10:17:04.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:17:04.801Z] [2021-01-22T10:17:04.801Z] Login Succeeded [2021-01-22T10:17:04.801Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T10:17:04.811Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:05.065Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-22T10:17:05.065Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:05.065Z] 2.0.0-dev.55 [2021-01-22T10:17:05.065Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:05.065Z] master [2021-01-22T10:17:05.065Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:05.625Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:05.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:05.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T10:17:05.930Z] 6629c048339b: Preparing [2021-01-22T10:17:05.930Z] bd610b041cac: Preparing [2021-01-22T10:17:05.930Z] e3733f4dec2d: Preparing [2021-01-22T10:17:05.930Z] 063e49b0d815: Preparing [2021-01-22T10:17:05.930Z] 777b2c648970: Preparing [2021-01-22T10:17:05.930Z] 777b2c648970: Layer already exists [2021-01-22T10:17:06.191Z] 6629c048339b: Pushed [2021-01-22T10:17:06.191Z] e3733f4dec2d: Pushed [2021-01-22T10:17:06.191Z] 063e49b0d815: Pushed [2021-01-22T10:17:07.133Z] bd610b041cac: Pushed [2021-01-22T10:17:07.133Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:b9b898455ff88431fd36d254032b84d95fc220ec02de9c6739c0bc6379b21cd2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:07.443Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:07.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.55 [2021-01-22T10:17:07.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T10:17:07.780Z] 6629c048339b: Preparing [2021-01-22T10:17:07.780Z] bd610b041cac: Preparing [2021-01-22T10:17:07.780Z] e3733f4dec2d: Preparing [2021-01-22T10:17:07.780Z] 063e49b0d815: Preparing [2021-01-22T10:17:07.780Z] 777b2c648970: Preparing [2021-01-22T10:17:07.780Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:07.780Z] 777b2c648970: Layer already exists [2021-01-22T10:17:07.780Z] 063e49b0d815: Layer already exists [2021-01-22T10:17:07.780Z] 6629c048339b: Layer already exists [2021-01-22T10:17:07.780Z] bd610b041cac: Layer already exists [2021-01-22T10:17:07.780Z] 2.0.0-dev.55: digest: sha256:b9b898455ff88431fd36d254032b84d95fc220ec02de9c6739c0bc6379b21cd2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:08.085Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:08.191Z] Removing intermediate container acd45e292950 [2021-01-22T10:17:08.191Z] ---> 9c73a2bc42a2 [2021-01-22T10:17:08.191Z] [2021-01-22T10:17:08.191Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T10:17:08.191Z] 3.12: Pulling from library/alpine [2021-01-22T10:17:08.191Z] Removing intermediate container e1952248e60b [2021-01-22T10:17:08.191Z] ---> 75a463bd6b3f [2021-01-22T10:17:08.191Z] [2021-01-22T10:17:08.191Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T10:17:08.191Z] 3.12: Pulling from library/alpine [2021-01-22T10:17:08.191Z] Removing intermediate container 36362dd48c2d [2021-01-22T10:17:08.191Z] ---> e394d1bc0d4c [2021-01-22T10:17:08.191Z] [2021-01-22T10:17:08.191Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T10:17:08.191Z] 3.12: Pulling from library/alpine [2021-01-22T10:17:08.191Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T10:17:08.191Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T10:17:08.191Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T10:17:08.191Z] Status: Image is up to date for alpine:3.12 [2021-01-22T10:17:08.191Z] ---> afeebe901d6b [2021-01-22T10:17:08.191Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T10:17:08.191Z] Status: Image is up to date for alpine:3.12 [2021-01-22T10:17:08.191Z] ---> afeebe901d6b [2021-01-22T10:17:08.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T10:17:08.191Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T10:17:08.191Z] ---> afeebe901d6b [2021-01-22T10:17:08.191Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T10:17:08.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:08.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T10:17:08.384Z] 6629c048339b: Preparing [2021-01-22T10:17:08.384Z] bd610b041cac: Preparing [2021-01-22T10:17:08.384Z] e3733f4dec2d: Preparing [2021-01-22T10:17:08.384Z] 063e49b0d815: Preparing [2021-01-22T10:17:08.384Z] 777b2c648970: Preparing [2021-01-22T10:17:08.384Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:08.384Z] 6629c048339b: Layer already exists [2021-01-22T10:17:08.384Z] 063e49b0d815: Layer already exists [2021-01-22T10:17:08.384Z] bd610b041cac: Layer already exists [2021-01-22T10:17:08.384Z] 777b2c648970: Layer already exists [2021-01-22T10:17:08.384Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:b9b898455ff88431fd36d254032b84d95fc220ec02de9c6739c0bc6379b21cd2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:08.698Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:08.791Z] ---> Running in 2e74f92e2e45 [2021-01-22T10:17:08.791Z] ---> Running in 32117e4dc626 [2021-01-22T10:17:08.791Z] ---> Running in 8148af7e4ba5 [2021-01-22T10:17:08.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-22T10:17:08.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-22T10:17:08.996Z] 6629c048339b: Preparing [2021-01-22T10:17:08.996Z] bd610b041cac: Preparing [2021-01-22T10:17:08.996Z] e3733f4dec2d: Preparing [2021-01-22T10:17:08.996Z] 063e49b0d815: Preparing [2021-01-22T10:17:08.996Z] 777b2c648970: Preparing [2021-01-22T10:17:08.996Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:08.996Z] 777b2c648970: Layer already exists [2021-01-22T10:17:08.996Z] 6629c048339b: Layer already exists [2021-01-22T10:17:08.996Z] 063e49b0d815: Layer already exists [2021-01-22T10:17:08.996Z] bd610b041cac: Layer already exists [2021-01-22T10:17:08.996Z] master: digest: sha256:b9b898455ff88431fd36d254032b84d95fc220ec02de9c6739c0bc6379b21cd2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:09.206Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:09.258Z] taggedImages: [2021-01-22T10:17:09.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:09.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.55 [2021-01-22T10:17:09.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:09.258Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-22T10:17:09.333Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-22T10:17:09.333Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:09.333Z] 2.0.0-dev.55 [2021-01-22T10:17:09.333Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:09.333Z] master [2021-01-22T10:17:09.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:09.853Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:10.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:10.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T10:17:10.157Z] 1731645ce4ee: Preparing [2021-01-22T10:17:10.157Z] 031bddc4b6a6: Preparing [2021-01-22T10:17:10.157Z] e3733f4dec2d: Preparing [2021-01-22T10:17:10.157Z] 5443226056a9: Preparing [2021-01-22T10:17:10.157Z] b0a83bec8994: Preparing [2021-01-22T10:17:10.157Z] 777b2c648970: Preparing [2021-01-22T10:17:10.157Z] 777b2c648970: Waiting [2021-01-22T10:17:10.157Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:10.157Z] 777b2c648970: Layer already exists [2021-01-22T10:17:10.421Z] 1731645ce4ee: Pushed [2021-01-22T10:17:10.421Z] b0a83bec8994: Pushed [2021-01-22T10:17:10.421Z] 5443226056a9: Pushed [2021-01-22T10:17:11.363Z] 031bddc4b6a6: Pushed [2021-01-22T10:17:11.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:11.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:11.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:11.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:11.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:11.623Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:d91d5a403ec7c821963515fde75946fbb1c540f26fd3f62a0b7fedde69c539e8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:11.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:11.927Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:12.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.55 [2021-01-22T10:17:12.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T10:17:12.226Z] 1731645ce4ee: Preparing [2021-01-22T10:17:12.226Z] 031bddc4b6a6: Preparing [2021-01-22T10:17:12.226Z] e3733f4dec2d: Preparing [2021-01-22T10:17:12.226Z] 5443226056a9: Preparing [2021-01-22T10:17:12.226Z] b0a83bec8994: Preparing [2021-01-22T10:17:12.226Z] 777b2c648970: Preparing [2021-01-22T10:17:12.226Z] 777b2c648970: Waiting [2021-01-22T10:17:12.226Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:12.226Z] 5443226056a9: Layer already exists [2021-01-22T10:17:12.226Z] 031bddc4b6a6: Layer already exists [2021-01-22T10:17:12.226Z] b0a83bec8994: Layer already exists [2021-01-22T10:17:12.226Z] 1731645ce4ee: Layer already exists [2021-01-22T10:17:12.226Z] 777b2c648970: Layer already exists [2021-01-22T10:17:12.329Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T10:17:12.329Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T10:17:12.329Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T10:17:12.329Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T10:17:12.329Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T10:17:12.329Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T10:17:12.329Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T10:17:12.329Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:17:12.329Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T10:17:12.329Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T10:17:12.329Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T10:17:12.329Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:17:12.487Z] 2.0.0-dev.55: digest: sha256:d91d5a403ec7c821963515fde75946fbb1c540f26fd3f62a0b7fedde69c539e8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:12.606Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T10:17:12.606Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T10:17:12.606Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:17:12.606Z] OK: 5 MiB in 15 packages [2021-01-22T10:17:12.606Z] OK: 7 MiB in 19 packages [2021-01-22T10:17:12.793Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:12.884Z] OK: 7 MiB in 18 packages [2021-01-22T10:17:13.092Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:13.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T10:17:13.092Z] 1731645ce4ee: Preparing [2021-01-22T10:17:13.092Z] 031bddc4b6a6: Preparing [2021-01-22T10:17:13.092Z] e3733f4dec2d: Preparing [2021-01-22T10:17:13.092Z] 5443226056a9: Preparing [2021-01-22T10:17:13.092Z] b0a83bec8994: Preparing [2021-01-22T10:17:13.092Z] 777b2c648970: Preparing [2021-01-22T10:17:13.092Z] 777b2c648970: Waiting [2021-01-22T10:17:13.092Z] b0a83bec8994: Layer already exists [2021-01-22T10:17:13.092Z] 031bddc4b6a6: Layer already exists [2021-01-22T10:17:13.092Z] 1731645ce4ee: Layer already exists [2021-01-22T10:17:13.093Z] 5443226056a9: Layer already exists [2021-01-22T10:17:13.093Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:13.093Z] 777b2c648970: Layer already exists [2021-01-22T10:17:13.093Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:d91d5a403ec7c821963515fde75946fbb1c540f26fd3f62a0b7fedde69c539e8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:13.415Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-22T10:17:13.488Z] Removing intermediate container 67b4ecfad05f [2021-01-22T10:17:13.488Z] ---> afa691473bf3 [2021-01-22T10:17:13.488Z] [2021-01-22T10:17:13.488Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T10:17:13.488Z] ---> afeebe901d6b [2021-01-22T10:17:13.488Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T10:17:13.773Z] ---> Running in 3a3c8d1e1ef1 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:14.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-22T10:17:14.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-22T10:17:14.293Z] 1731645ce4ee: Preparing [2021-01-22T10:17:14.293Z] 031bddc4b6a6: Preparing [2021-01-22T10:17:14.293Z] e3733f4dec2d: Preparing [2021-01-22T10:17:14.293Z] 5443226056a9: Preparing [2021-01-22T10:17:14.293Z] b0a83bec8994: Preparing [2021-01-22T10:17:14.293Z] 777b2c648970: Preparing [2021-01-22T10:17:14.293Z] 777b2c648970: Waiting [2021-01-22T10:17:14.293Z] 1731645ce4ee: Layer already exists [2021-01-22T10:17:14.293Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:14.293Z] b0a83bec8994: Layer already exists [2021-01-22T10:17:14.293Z] 031bddc4b6a6: Layer already exists [2021-01-22T10:17:14.293Z] 5443226056a9: Layer already exists [2021-01-22T10:17:14.293Z] 777b2c648970: Layer already exists [2021-01-22T10:17:14.293Z] master: digest: sha256:d91d5a403ec7c821963515fde75946fbb1c540f26fd3f62a0b7fedde69c539e8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:14.492Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:14.543Z] taggedImages: [2021-01-22T10:17:14.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:14.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.55 [2021-01-22T10:17:14.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:14.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-22T10:17:14.608Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-22T10:17:14.608Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:14.608Z] 2.0.0-dev.55 [2021-01-22T10:17:14.608Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:14.608Z] master [2021-01-22T10:17:14.608Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:15.146Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:15.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:15.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T10:17:15.448Z] 443c3a766cca: Preparing [2021-01-22T10:17:15.448Z] b966b814817b: Preparing [2021-01-22T10:17:15.448Z] e3733f4dec2d: Preparing [2021-01-22T10:17:15.448Z] 982da342aabc: Preparing [2021-01-22T10:17:15.448Z] 777b2c648970: Preparing [2021-01-22T10:17:15.448Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:15.448Z] 777b2c648970: Layer already exists [2021-01-22T10:17:15.711Z] 443c3a766cca: Pushed [2021-01-22T10:17:15.711Z] 982da342aabc: Pushed [2021-01-22T10:17:16.432Z] Removing intermediate container 2e74f92e2e45 [2021-01-22T10:17:16.433Z] ---> 59f3bd02ff95 [2021-01-22T10:17:16.433Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:17:16.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:16.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:17:16.658Z] b966b814817b: Pushed [2021-01-22T10:17:16.707Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T10:17:16.707Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T10:17:16.707Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T10:17:16.707Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:17:16.707Z] OK: 6 MiB in 17 packages [2021-01-22T10:17:16.919Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:2c63057484ba383602ca65f189f1dd3d8bca3cd62b8e156c1d6c11a59d17f266 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:16.980Z] Removing intermediate container 8148af7e4ba5 [2021-01-22T10:17:16.980Z] ---> d2fe58aeb83a [2021-01-22T10:17:16.980Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T10:17:17.228Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:17.262Z] Removing intermediate container 32117e4dc626 [2021-01-22T10:17:17.262Z] ---> 0f561dce86a8 [2021-01-22T10:17:17.262Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T10:17:17.262Z] ---> Running in 6dc6a20e7ba4 [2021-01-22T10:17:17.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.55 [2021-01-22T10:17:17.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T10:17:17.528Z] 443c3a766cca: Preparing [2021-01-22T10:17:17.528Z] b966b814817b: Preparing [2021-01-22T10:17:17.528Z] e3733f4dec2d: Preparing [2021-01-22T10:17:17.528Z] 982da342aabc: Preparing [2021-01-22T10:17:17.528Z] 777b2c648970: Preparing [2021-01-22T10:17:17.528Z] 443c3a766cca: Layer already exists [2021-01-22T10:17:17.528Z] 777b2c648970: Layer already exists [2021-01-22T10:17:17.528Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:17.528Z] 982da342aabc: Layer already exists [2021-01-22T10:17:17.528Z] b966b814817b: Layer already exists [2021-01-22T10:17:17.528Z] 2.0.0-dev.55: digest: sha256:2c63057484ba383602ca65f189f1dd3d8bca3cd62b8e156c1d6c11a59d17f266 size: 1363 [2021-01-22T10:17:17.537Z] ---> Running in 832b12466091 [2021-01-22T10:17:17.537Z] ---> Running in 11e956583021 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:17.811Z] Removing intermediate container 6dc6a20e7ba4 [2021-01-22T10:17:17.811Z] ---> aee5374f9bd7 [2021-01-22T10:17:17.811Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T10:17:17.834Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:18.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:18.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T10:17:18.131Z] 443c3a766cca: Preparing [2021-01-22T10:17:18.131Z] b966b814817b: Preparing [2021-01-22T10:17:18.131Z] e3733f4dec2d: Preparing [2021-01-22T10:17:18.131Z] 982da342aabc: Preparing [2021-01-22T10:17:18.131Z] 777b2c648970: Preparing [2021-01-22T10:17:18.131Z] 982da342aabc: Layer already exists [2021-01-22T10:17:18.131Z] 443c3a766cca: Layer already exists [2021-01-22T10:17:18.131Z] 777b2c648970: Layer already exists [2021-01-22T10:17:19.468Z] b966b814817b: Layer already exists [2021-01-22T10:17:19.468Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:19.468Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:2c63057484ba383602ca65f189f1dd3d8bca3cd62b8e156c1d6c11a59d17f266 size: 1363 [2021-01-22T10:17:19.491Z] ---> Running in 1d5447765809 [2021-01-22T10:17:19.491Z] Removing intermediate container 11e956583021 [2021-01-22T10:17:19.491Z] ---> 49ad9688571a [2021-01-22T10:17:19.491Z] Step 13/21 : WORKDIR /edgex [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:19.762Z] Removing intermediate container 3a3c8d1e1ef1 [2021-01-22T10:17:19.762Z] ---> f6a8761bd784 [2021-01-22T10:17:19.762Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T10:17:19.762Z] Removing intermediate container 832b12466091 [2021-01-22T10:17:19.762Z] ---> f11d731aeac3 [2021-01-22T10:17:19.762Z] Step 13/24 : WORKDIR / [2021-01-22T10:17:19.797Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:20.038Z] ---> Running in 111214375eba [2021-01-22T10:17:20.038Z] ---> Running in e6260708c035 [2021-01-22T10:17:20.038Z] Removing intermediate container 1d5447765809 [2021-01-22T10:17:20.038Z] ---> bd201ce3caf8 [2021-01-22T10:17:20.038Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T10:17:20.038Z] ---> Running in a04291157b87 [2021-01-22T10:17:20.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-22T10:17:20.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-22T10:17:20.094Z] 443c3a766cca: Preparing [2021-01-22T10:17:20.094Z] b966b814817b: Preparing [2021-01-22T10:17:20.094Z] e3733f4dec2d: Preparing [2021-01-22T10:17:20.094Z] 982da342aabc: Preparing [2021-01-22T10:17:20.094Z] 777b2c648970: Preparing [2021-01-22T10:17:20.094Z] 777b2c648970: Layer already exists [2021-01-22T10:17:20.094Z] 443c3a766cca: Layer already exists [2021-01-22T10:17:20.094Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:20.094Z] 982da342aabc: Layer already exists [2021-01-22T10:17:20.094Z] b966b814817b: Layer already exists [2021-01-22T10:17:20.094Z] master: digest: sha256:2c63057484ba383602ca65f189f1dd3d8bca3cd62b8e156c1d6c11a59d17f266 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:20.310Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:20.356Z] taggedImages: [2021-01-22T10:17:20.356Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:20.356Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.55 [2021-01-22T10:17:20.356Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:20.356Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-22T10:17:20.502Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-01-22T10:17:20.502Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:20.502Z] 2.0.0-dev.55 [2021-01-22T10:17:20.502Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:20.502Z] master [2021-01-22T10:17:20.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-22T10:17:20.638Z] Removing intermediate container 487d148ae972 [2021-01-22T10:17:20.638Z] ---> 18db58a2f343 [2021-01-22T10:17:20.638Z] [2021-01-22T10:17:20.638Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T10:17:20.638Z] ---> afeebe901d6b [2021-01-22T10:17:20.638Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T10:17:20.638Z] ---> Using cache [2021-01-22T10:17:20.638Z] ---> 59f3bd02ff95 [2021-01-22T10:17:20.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:17:20.638Z] ---> Using cache [2021-01-22T10:17:20.638Z] ---> aee5374f9bd7 [2021-01-22T10:17:20.638Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T10:17:20.638Z] ---> Running in 4e1ff336733f [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:21.032Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:21.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:21.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T10:17:21.332Z] 2878604e3e23: Preparing [2021-01-22T10:17:21.332Z] 2878604e3e23: Preparing [2021-01-22T10:17:21.332Z] 1da05df7046b: Preparing [2021-01-22T10:17:21.332Z] 45a5c61dd49f: Preparing [2021-01-22T10:17:21.332Z] f74c064dd9df: Preparing [2021-01-22T10:17:21.332Z] 0e2433a7ddf9: Preparing [2021-01-22T10:17:21.332Z] e3733f4dec2d: Preparing [2021-01-22T10:17:21.332Z] d01c7cf7006a: Preparing [2021-01-22T10:17:21.332Z] d01c7cf7006a: Preparing [2021-01-22T10:17:21.332Z] 7cc2921ac921: Preparing [2021-01-22T10:17:21.332Z] 54496369b8d1: Preparing [2021-01-22T10:17:21.332Z] b74aaa8acae7: Preparing [2021-01-22T10:17:21.332Z] 777b2c648970: Preparing [2021-01-22T10:17:21.332Z] e3733f4dec2d: Waiting [2021-01-22T10:17:21.332Z] d01c7cf7006a: Waiting [2021-01-22T10:17:21.332Z] 7cc2921ac921: Waiting [2021-01-22T10:17:21.332Z] 54496369b8d1: Waiting [2021-01-22T10:17:21.332Z] b74aaa8acae7: Waiting [2021-01-22T10:17:21.332Z] 777b2c648970: Waiting [2021-01-22T10:17:21.332Z] 1da05df7046b: Pushed [2021-01-22T10:17:21.615Z] 2878604e3e23: Pushed [2021-01-22T10:17:21.615Z] f74c064dd9df: Pushed [2021-01-22T10:17:21.615Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:21.884Z] d01c7cf7006a: Pushed [2021-01-22T10:17:22.106Z] ---> Running in b509a0d73d3c [2021-01-22T10:17:22.148Z] b74aaa8acae7: Pushed [2021-01-22T10:17:22.148Z] 777b2c648970: Layer already exists [2021-01-22T10:17:22.148Z] 45a5c61dd49f: Pushed [2021-01-22T10:17:22.383Z] Removing intermediate container a04291157b87 [2021-01-22T10:17:22.383Z] ---> cb5d2a421e16 [2021-01-22T10:17:22.383Z] 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-22T10:17:22.383Z] Removing intermediate container 111214375eba [2021-01-22T10:17:22.383Z] ---> 9e4c75d52658 [2021-01-22T10:17:22.383Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T10:17:22.383Z] Removing intermediate container e6260708c035 [2021-01-22T10:17:22.383Z] ---> 5f2a3114cec1 [2021-01-22T10:17:22.383Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T10:17:22.409Z] 0e2433a7ddf9: Pushed [2021-01-22T10:17:22.409Z] 7cc2921ac921: Pushed [2021-01-22T10:17:22.409Z] 54496369b8d1: Pushed [2021-01-22T10:17:22.659Z] Removing intermediate container 4e1ff336733f [2021-01-22T10:17:22.659Z] ---> eff927a6a5a9 [2021-01-22T10:17:22.659Z] Step 15/23 : WORKDIR / [2021-01-22T10:17:22.671Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:a3de2fcbf4060ec75e5053313edfc57fa62ceb67e3dd74052871731f36254e17 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:22.937Z] ---> Running in 5edd6161d064 [2021-01-22T10:17:22.938Z] Removing intermediate container b509a0d73d3c [2021-01-22T10:17:22.938Z] ---> 36aca19e078e [2021-01-22T10:17:22.938Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T10:17:22.938Z] ---> Running in b7df434731c1 [2021-01-22T10:17:22.976Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:23.210Z] ---> Running in 3d6b5e467fe1 [2021-01-22T10:17:23.211Z] ---> 577595f9983c [2021-01-22T10:17:23.211Z] 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-22T10:17:23.211Z] ---> 96518611c9f7 [2021-01-22T10:17:23.211Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T10:17:23.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.55 [2021-01-22T10:17:23.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T10:17:23.316Z] 2878604e3e23: Preparing [2021-01-22T10:17:23.316Z] 2878604e3e23: Preparing [2021-01-22T10:17:23.316Z] 1da05df7046b: Preparing [2021-01-22T10:17:23.316Z] 45a5c61dd49f: Preparing [2021-01-22T10:17:23.316Z] f74c064dd9df: Preparing [2021-01-22T10:17:23.316Z] 0e2433a7ddf9: Preparing [2021-01-22T10:17:23.316Z] e3733f4dec2d: Preparing [2021-01-22T10:17:23.316Z] d01c7cf7006a: Preparing [2021-01-22T10:17:23.316Z] d01c7cf7006a: Preparing [2021-01-22T10:17:23.316Z] 7cc2921ac921: Preparing [2021-01-22T10:17:23.316Z] 54496369b8d1: Preparing [2021-01-22T10:17:23.316Z] b74aaa8acae7: Preparing [2021-01-22T10:17:23.316Z] 777b2c648970: Preparing [2021-01-22T10:17:23.316Z] d01c7cf7006a: Waiting [2021-01-22T10:17:23.316Z] 7cc2921ac921: Waiting [2021-01-22T10:17:23.316Z] 54496369b8d1: Waiting [2021-01-22T10:17:23.316Z] b74aaa8acae7: Waiting [2021-01-22T10:17:23.316Z] 777b2c648970: Waiting [2021-01-22T10:17:23.316Z] e3733f4dec2d: Waiting [2021-01-22T10:17:23.316Z] 1da05df7046b: Layer already exists [2021-01-22T10:17:23.316Z] 0e2433a7ddf9: Layer already exists [2021-01-22T10:17:23.316Z] 2878604e3e23: Layer already exists [2021-01-22T10:17:23.316Z] f74c064dd9df: Layer already exists [2021-01-22T10:17:23.316Z] 45a5c61dd49f: Layer already exists [2021-01-22T10:17:23.316Z] 7cc2921ac921: Layer already exists [2021-01-22T10:17:23.316Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:23.316Z] d01c7cf7006a: Layer already exists [2021-01-22T10:17:23.316Z] 54496369b8d1: Layer already exists [2021-01-22T10:17:23.316Z] b74aaa8acae7: Layer already exists [2021-01-22T10:17:23.316Z] 777b2c648970: Layer already exists [2021-01-22T10:17:23.316Z] 2.0.0-dev.55: digest: sha256:a3de2fcbf4060ec75e5053313edfc57fa62ceb67e3dd74052871731f36254e17 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:23.486Z] Removing intermediate container 5edd6161d064 [2021-01-22T10:17:23.486Z] ---> 7098f82ee9db [2021-01-22T10:17:23.486Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T10:17:23.652Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:23.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:23.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T10:17:24.519Z] 2878604e3e23: Preparing [2021-01-22T10:17:24.519Z] 2878604e3e23: Preparing [2021-01-22T10:17:24.519Z] 1da05df7046b: Preparing [2021-01-22T10:17:24.519Z] 45a5c61dd49f: Preparing [2021-01-22T10:17:24.519Z] f74c064dd9df: Preparing [2021-01-22T10:17:24.519Z] 0e2433a7ddf9: Preparing [2021-01-22T10:17:24.519Z] e3733f4dec2d: Preparing [2021-01-22T10:17:24.519Z] d01c7cf7006a: Preparing [2021-01-22T10:17:24.519Z] d01c7cf7006a: Preparing [2021-01-22T10:17:24.519Z] 7cc2921ac921: Preparing [2021-01-22T10:17:24.519Z] 54496369b8d1: Preparing [2021-01-22T10:17:24.519Z] b74aaa8acae7: Preparing [2021-01-22T10:17:24.519Z] 777b2c648970: Preparing [2021-01-22T10:17:24.519Z] 7cc2921ac921: Waiting [2021-01-22T10:17:24.519Z] 54496369b8d1: Waiting [2021-01-22T10:17:24.519Z] b74aaa8acae7: Waiting [2021-01-22T10:17:24.519Z] 777b2c648970: Waiting [2021-01-22T10:17:24.519Z] e3733f4dec2d: Waiting [2021-01-22T10:17:24.519Z] d01c7cf7006a: Waiting [2021-01-22T10:17:24.519Z] f74c064dd9df: Layer already exists [2021-01-22T10:17:24.519Z] 45a5c61dd49f: Layer already exists [2021-01-22T10:17:24.519Z] 0e2433a7ddf9: Layer already exists [2021-01-22T10:17:24.519Z] 2878604e3e23: Layer already exists [2021-01-22T10:17:24.519Z] 1da05df7046b: Layer already exists [2021-01-22T10:17:24.781Z] d01c7cf7006a: Layer already exists [2021-01-22T10:17:24.781Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:24.781Z] 54496369b8d1: Layer already exists [2021-01-22T10:17:24.781Z] b74aaa8acae7: Layer already exists [2021-01-22T10:17:24.781Z] 7cc2921ac921: Layer already exists [2021-01-22T10:17:24.781Z] 777b2c648970: Layer already exists [2021-01-22T10:17:24.781Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:a3de2fcbf4060ec75e5053313edfc57fa62ceb67e3dd74052871731f36254e17 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:24.935Z] Removing intermediate container b7df434731c1 [2021-01-22T10:17:24.935Z] ---> d1939d69775f [2021-01-22T10:17:24.935Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:17:24.935Z] ---> Running in 60d61789e098 [2021-01-22T10:17:25.142Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:25.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-01-22T10:17:25.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-01-22T10:17:25.444Z] 2878604e3e23: Preparing [2021-01-22T10:17:25.444Z] 2878604e3e23: Preparing [2021-01-22T10:17:25.444Z] 1da05df7046b: Preparing [2021-01-22T10:17:25.444Z] 45a5c61dd49f: Preparing [2021-01-22T10:17:25.444Z] f74c064dd9df: Preparing [2021-01-22T10:17:25.444Z] 0e2433a7ddf9: Preparing [2021-01-22T10:17:25.444Z] e3733f4dec2d: Preparing [2021-01-22T10:17:25.444Z] d01c7cf7006a: Preparing [2021-01-22T10:17:25.444Z] d01c7cf7006a: Preparing [2021-01-22T10:17:25.444Z] 7cc2921ac921: Preparing [2021-01-22T10:17:25.444Z] 54496369b8d1: Preparing [2021-01-22T10:17:25.444Z] b74aaa8acae7: Preparing [2021-01-22T10:17:25.444Z] 777b2c648970: Preparing [2021-01-22T10:17:25.444Z] e3733f4dec2d: Waiting [2021-01-22T10:17:25.444Z] d01c7cf7006a: Waiting [2021-01-22T10:17:25.444Z] 7cc2921ac921: Waiting [2021-01-22T10:17:25.444Z] b74aaa8acae7: Waiting [2021-01-22T10:17:25.444Z] 777b2c648970: Waiting [2021-01-22T10:17:25.444Z] 54496369b8d1: Waiting [2021-01-22T10:17:25.444Z] 1da05df7046b: Layer already exists [2021-01-22T10:17:25.444Z] 2878604e3e23: Layer already exists [2021-01-22T10:17:25.444Z] 0e2433a7ddf9: Layer already exists [2021-01-22T10:17:25.444Z] 45a5c61dd49f: Layer already exists [2021-01-22T10:17:25.444Z] f74c064dd9df: Layer already exists [2021-01-22T10:17:25.444Z] d01c7cf7006a: Layer already exists [2021-01-22T10:17:25.444Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:25.444Z] b74aaa8acae7: Layer already exists [2021-01-22T10:17:25.444Z] 7cc2921ac921: Layer already exists [2021-01-22T10:17:25.444Z] 54496369b8d1: Layer already exists [2021-01-22T10:17:25.444Z] 777b2c648970: Layer already exists [2021-01-22T10:17:25.444Z] master: digest: sha256:a3de2fcbf4060ec75e5053313edfc57fa62ceb67e3dd74052871731f36254e17 size: 3036 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:25.636Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:25.682Z] taggedImages: [2021-01-22T10:17:25.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:25.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.55 [2021-01-22T10:17:25.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:25.682Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-01-22T10:17:25.742Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-22T10:17:25.742Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:25.742Z] 2.0.0-dev.55 [2021-01-22T10:17:25.742Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:25.742Z] master [2021-01-22T10:17:25.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:26.223Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:26.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:26.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T10:17:26.524Z] 2eea3fb1e30e: Preparing [2021-01-22T10:17:26.524Z] c84e41bb66f8: Preparing [2021-01-22T10:17:26.524Z] fa065af776da: Preparing [2021-01-22T10:17:26.524Z] 9c870f14d2b4: Preparing [2021-01-22T10:17:26.524Z] 4a75e6be2248: Preparing [2021-01-22T10:17:26.524Z] 777b2c648970: Preparing [2021-01-22T10:17:26.524Z] 777b2c648970: Waiting [2021-01-22T10:17:26.524Z] 9c870f14d2b4: Pushed [2021-01-22T10:17:26.524Z] fa065af776da: Pushed [2021-01-22T10:17:26.785Z] 777b2c648970: Layer already exists [2021-01-22T10:17:26.785Z] 4a75e6be2248: Pushed [2021-01-22T10:17:27.357Z] 2eea3fb1e30e: Pushed [2021-01-22T10:17:27.357Z] c84e41bb66f8: Pushed [2021-01-22T10:17:27.618Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:ff6e56c98a2e16dc10e416f2a4088cf97fd8e2247f11a6c425fca2632856dcb7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:27.923Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:28.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.55 [2021-01-22T10:17:28.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T10:17:28.221Z] 2eea3fb1e30e: Preparing [2021-01-22T10:17:28.221Z] c84e41bb66f8: Preparing [2021-01-22T10:17:28.221Z] fa065af776da: Preparing [2021-01-22T10:17:28.221Z] 9c870f14d2b4: Preparing [2021-01-22T10:17:28.221Z] 4a75e6be2248: Preparing [2021-01-22T10:17:28.221Z] 777b2c648970: Preparing [2021-01-22T10:17:28.221Z] 777b2c648970: Waiting [2021-01-22T10:17:28.221Z] 9c870f14d2b4: Layer already exists [2021-01-22T10:17:28.221Z] c84e41bb66f8: Layer already exists [2021-01-22T10:17:28.221Z] 2eea3fb1e30e: Layer already exists [2021-01-22T10:17:28.221Z] 4a75e6be2248: Layer already exists [2021-01-22T10:17:28.221Z] fa065af776da: Layer already exists [2021-01-22T10:17:28.221Z] 777b2c648970: Layer already exists [2021-01-22T10:17:28.221Z] 2.0.0-dev.55: digest: sha256:ff6e56c98a2e16dc10e416f2a4088cf97fd8e2247f11a6c425fca2632856dcb7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:28.312Z] ---> 7d6008f0f47e [2021-01-22T10:17:28.312Z] ---> e75630b6c468 [2021-01-22T10:17:28.312Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config .Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T10:17:28.312Z] [2021-01-22T10:17:28.312Z] Removing intermediate container 3d6b5e467fe1 [2021-01-22T10:17:28.312Z] ---> 02521667b6be [2021-01-22T10:17:28.312Z] Step 15/23 : WORKDIR / [2021-01-22T10:17:28.528Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:28.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:28.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T10:17:28.827Z] 2eea3fb1e30e: Preparing [2021-01-22T10:17:28.827Z] c84e41bb66f8: Preparing [2021-01-22T10:17:28.827Z] fa065af776da: Preparing [2021-01-22T10:17:28.827Z] 9c870f14d2b4: Preparing [2021-01-22T10:17:28.827Z] 4a75e6be2248: Preparing [2021-01-22T10:17:28.827Z] 777b2c648970: Preparing [2021-01-22T10:17:28.827Z] 777b2c648970: Waiting [2021-01-22T10:17:28.827Z] 2eea3fb1e30e: Layer already exists [2021-01-22T10:17:28.827Z] 4a75e6be2248: Layer already exists [2021-01-22T10:17:28.827Z] 9c870f14d2b4: Layer already exists [2021-01-22T10:17:28.827Z] c84e41bb66f8: Layer already exists [2021-01-22T10:17:28.827Z] fa065af776da: Layer already exists [2021-01-22T10:17:28.827Z] 777b2c648970: Layer already exists [2021-01-22T10:17:28.827Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:ff6e56c98a2e16dc10e416f2a4088cf97fd8e2247f11a6c425fca2632856dcb7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:28.968Z] ---> a5c78881c52d [2021-01-22T10:17:28.968Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T10:17:29.136Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:29.244Z] ---> Running in e8b8668f5e46 [2021-01-22T10:17:29.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-22T10:17:29.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-22T10:17:29.433Z] 2eea3fb1e30e: Preparing [2021-01-22T10:17:29.433Z] c84e41bb66f8: Preparing [2021-01-22T10:17:29.433Z] fa065af776da: Preparing [2021-01-22T10:17:29.433Z] 9c870f14d2b4: Preparing [2021-01-22T10:17:29.433Z] 4a75e6be2248: Preparing [2021-01-22T10:17:29.433Z] 777b2c648970: Preparing [2021-01-22T10:17:29.433Z] 777b2c648970: Waiting [2021-01-22T10:17:29.433Z] fa065af776da: Layer already exists [2021-01-22T10:17:29.433Z] 4a75e6be2248: Layer already exists [2021-01-22T10:17:29.433Z] 2eea3fb1e30e: Layer already exists [2021-01-22T10:17:29.433Z] c84e41bb66f8: Layer already exists [2021-01-22T10:17:29.433Z] 9c870f14d2b4: Layer already exists [2021-01-22T10:17:29.433Z] 777b2c648970: Layer already exists [2021-01-22T10:17:29.433Z] master: digest: sha256:ff6e56c98a2e16dc10e416f2a4088cf97fd8e2247f11a6c425fca2632856dcb7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-22T10:17:29.577Z] ---> 3361d6969f5b [2021-01-22T10:17:29.577Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T10:17:29.577Z] ---> 2309c6d1b239 [2021-01-22T10:17:29.577Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:29.620Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:29.689Z] taggedImages: [2021-01-22T10:17:29.689Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:29.689Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.55 [2021-01-22T10:17:29.689Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:29.689Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-22T10:17:29.750Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-22T10:17:29.750Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:29.750Z] 2.0.0-dev.55 [2021-01-22T10:17:29.750Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:29.750Z] master [2021-01-22T10:17:29.750Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-01-22T10:17:29.885Z] ---> Running in d82bc272be2c [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:30.236Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:30.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:30.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T10:17:30.532Z] 31bd280858af: Preparing [2021-01-22T10:17:30.532Z] 1787547dc356: Preparing [2021-01-22T10:17:30.532Z] 25f5479fec8e: Preparing [2021-01-22T10:17:30.532Z] b5b986dc4a7f: Preparing [2021-01-22T10:17:30.532Z] ca7743aaaeb2: Preparing [2021-01-22T10:17:30.532Z] 85d1dae5eea6: Preparing [2021-01-22T10:17:30.532Z] cdeffc1a50d8: Preparing [2021-01-22T10:17:30.532Z] 51e187a18180: Preparing [2021-01-22T10:17:30.532Z] 777b2c648970: Preparing [2021-01-22T10:17:30.532Z] 85d1dae5eea6: Waiting [2021-01-22T10:17:30.532Z] cdeffc1a50d8: Waiting [2021-01-22T10:17:30.532Z] 51e187a18180: Waiting [2021-01-22T10:17:30.532Z] 777b2c648970: Waiting [2021-01-22T10:17:30.796Z] 31bd280858af: Pushed [2021-01-22T10:17:30.796Z] ca7743aaaeb2: Pushed [2021-01-22T10:17:30.796Z] 1787547dc356: Pushed [2021-01-22T10:17:30.796Z] cdeffc1a50d8: Pushed [2021-01-22T10:17:30.796Z] 85d1dae5eea6: Pushed [2021-01-22T10:17:30.796Z] 777b2c648970: Layer already exists [2021-01-22T10:17:31.057Z] 51e187a18180: Pushed [2021-01-22T10:17:31.317Z] b5b986dc4a7f: Pushed [2021-01-22T10:17:31.317Z] 25f5479fec8e: Pushed [2021-01-22T10:17:31.349Z] Removing intermediate container e8b8668f5e46 [2021-01-22T10:17:31.349Z] ---> c6e2e7be324b [2021-01-22T10:17:31.349Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:17:31.578Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:24ece629a93a8dbf3c1f51f6c6793907b9e8c8b922099892a017dc1b130bd818 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:31.622Z] Connecting to github.com (140.82.112.4:443) [2021-01-22T10:17:31.622Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.47.92:443) [2021-01-22T10:17:31.880Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.55 [2021-01-22T10:17:31.893Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T10:17:31.893Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T10:17:31.893Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T10:17:31.893Z] dockerize [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:32.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.55 [2021-01-22T10:17:32.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T10:17:32.176Z] 31bd280858af: Preparing [2021-01-22T10:17:32.176Z] 1787547dc356: Preparing [2021-01-22T10:17:32.176Z] 25f5479fec8e: Preparing [2021-01-22T10:17:32.176Z] b5b986dc4a7f: Preparing [2021-01-22T10:17:32.176Z] ca7743aaaeb2: Preparing [2021-01-22T10:17:32.176Z] 85d1dae5eea6: Preparing [2021-01-22T10:17:32.176Z] cdeffc1a50d8: Preparing [2021-01-22T10:17:32.176Z] 51e187a18180: Preparing [2021-01-22T10:17:32.176Z] 777b2c648970: Preparing [2021-01-22T10:17:32.176Z] 85d1dae5eea6: Waiting [2021-01-22T10:17:32.176Z] cdeffc1a50d8: Waiting [2021-01-22T10:17:32.176Z] 777b2c648970: Waiting [2021-01-22T10:17:32.176Z] 51e187a18180: Waiting [2021-01-22T10:17:32.176Z] 31bd280858af: Layer already exists [2021-01-22T10:17:32.176Z] 1787547dc356: Layer already exists [2021-01-22T10:17:32.176Z] ca7743aaaeb2: Layer already exists [2021-01-22T10:17:32.176Z] b5b986dc4a7f: Layer already exists [2021-01-22T10:17:32.176Z] 25f5479fec8e: Layer already exists [2021-01-22T10:17:32.176Z] cdeffc1a50d8: Layer already exists [2021-01-22T10:17:32.176Z] 777b2c648970: Layer already exists [2021-01-22T10:17:32.176Z] 85d1dae5eea6: Layer already exists [2021-01-22T10:17:32.176Z] 51e187a18180: Layer already exists [2021-01-22T10:17:32.176Z] 2.0.0-dev.55: digest: sha256:24ece629a93a8dbf3c1f51f6c6793907b9e8c8b922099892a017dc1b130bd818 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:32.478Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:32.776Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:32.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T10:17:32.776Z] 31bd280858af: Preparing [2021-01-22T10:17:32.776Z] 1787547dc356: Preparing [2021-01-22T10:17:32.776Z] 25f5479fec8e: Preparing [2021-01-22T10:17:32.776Z] b5b986dc4a7f: Preparing [2021-01-22T10:17:32.776Z] ca7743aaaeb2: Preparing [2021-01-22T10:17:32.776Z] 85d1dae5eea6: Preparing [2021-01-22T10:17:32.776Z] cdeffc1a50d8: Preparing [2021-01-22T10:17:32.776Z] 51e187a18180: Preparing [2021-01-22T10:17:32.776Z] 777b2c648970: Preparing [2021-01-22T10:17:32.776Z] 85d1dae5eea6: Waiting [2021-01-22T10:17:32.776Z] cdeffc1a50d8: Waiting [2021-01-22T10:17:32.776Z] 51e187a18180: Waiting [2021-01-22T10:17:32.776Z] 777b2c648970: Waiting [2021-01-22T10:17:32.776Z] ca7743aaaeb2: Layer already exists [2021-01-22T10:17:32.776Z] 1787547dc356: Layer already exists [2021-01-22T10:17:32.776Z] 25f5479fec8e: Layer already exists [2021-01-22T10:17:32.776Z] 31bd280858af: Layer already exists [2021-01-22T10:17:32.776Z] b5b986dc4a7f: Layer already exists [2021-01-22T10:17:32.776Z] 85d1dae5eea6: Layer already exists [2021-01-22T10:17:32.776Z] cdeffc1a50d8: Layer already exists [2021-01-22T10:17:32.776Z] 51e187a18180: Layer already exists [2021-01-22T10:17:32.776Z] 777b2c648970: Layer already exists [2021-01-22T10:17:32.776Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:24ece629a93a8dbf3c1f51f6c6793907b9e8c8b922099892a017dc1b130bd818 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:33.075Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:33.368Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-22T10:17:33.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-22T10:17:33.368Z] 31bd280858af: Preparing [2021-01-22T10:17:33.368Z] 1787547dc356: Preparing [2021-01-22T10:17:33.368Z] 25f5479fec8e: Preparing [2021-01-22T10:17:33.368Z] b5b986dc4a7f: Preparing [2021-01-22T10:17:33.368Z] ca7743aaaeb2: Preparing [2021-01-22T10:17:33.368Z] 85d1dae5eea6: Preparing [2021-01-22T10:17:33.368Z] cdeffc1a50d8: Preparing [2021-01-22T10:17:33.368Z] 51e187a18180: Preparing [2021-01-22T10:17:33.368Z] 777b2c648970: Preparing [2021-01-22T10:17:33.368Z] 51e187a18180: Waiting [2021-01-22T10:17:33.368Z] 85d1dae5eea6: Waiting [2021-01-22T10:17:33.368Z] cdeffc1a50d8: Waiting [2021-01-22T10:17:33.368Z] 777b2c648970: Waiting [2021-01-22T10:17:33.368Z] b5b986dc4a7f: Layer already exists [2021-01-22T10:17:33.368Z] ca7743aaaeb2: Layer already exists [2021-01-22T10:17:33.368Z] 1787547dc356: Layer already exists [2021-01-22T10:17:33.368Z] 31bd280858af: Layer already exists [2021-01-22T10:17:33.368Z] 25f5479fec8e: Layer already exists [2021-01-22T10:17:33.368Z] cdeffc1a50d8: Layer already exists [2021-01-22T10:17:33.368Z] 51e187a18180: Layer already exists [2021-01-22T10:17:33.368Z] 85d1dae5eea6: Layer already exists [2021-01-22T10:17:33.368Z] 777b2c648970: Layer already exists [2021-01-22T10:17:33.368Z] master: digest: sha256:24ece629a93a8dbf3c1f51f6c6793907b9e8c8b922099892a017dc1b130bd818 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:33.566Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:33.618Z] taggedImages: [2021-01-22T10:17:33.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:33.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.55 [2021-01-22T10:17:33.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:33.618Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-22T10:17:33.678Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-22T10:17:33.678Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:33.678Z] 2.0.0-dev.55 [2021-01-22T10:17:33.678Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:33.678Z] master [2021-01-22T10:17:33.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:34.144Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:34.438Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:34.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T10:17:34.438Z] d32b0026d214: Preparing [2021-01-22T10:17:34.438Z] 5ce61cf70ad0: Preparing [2021-01-22T10:17:34.438Z] e3733f4dec2d: Preparing [2021-01-22T10:17:34.438Z] 5a0c21fce6e7: Preparing [2021-01-22T10:17:34.438Z] 777b2c648970: Preparing [2021-01-22T10:17:34.438Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:34.438Z] 777b2c648970: Layer already exists [2021-01-22T10:17:34.501Z] ---> ff3eb6c18e0d [2021-01-22T10:17:34.501Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T10:17:34.501Z] ---> d211dc2061f4 [2021-01-22T10:17:34.501Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T10:17:34.501Z] Removing intermediate container d82bc272be2c [2021-01-22T10:17:34.501Z] ---> 9600cd37f4ac [2021-01-22T10:17:34.501Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T10:17:34.699Z] d32b0026d214: Pushed [2021-01-22T10:17:34.699Z] 5a0c21fce6e7: Pushed [2021-01-22T10:17:35.640Z] 5ce61cf70ad0: Pushed [2021-01-22T10:17:35.640Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:9d82024312ec7bddb320bbb1116880534d9e4d591b5342ddb7344194a2fbb02f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:35.941Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:36.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.55 [2021-01-22T10:17:36.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T10:17:36.236Z] d32b0026d214: Preparing [2021-01-22T10:17:36.236Z] 5ce61cf70ad0: Preparing [2021-01-22T10:17:36.236Z] e3733f4dec2d: Preparing [2021-01-22T10:17:36.236Z] 5a0c21fce6e7: Preparing [2021-01-22T10:17:36.236Z] 777b2c648970: Preparing [2021-01-22T10:17:36.236Z] 777b2c648970: Layer already exists [2021-01-22T10:17:36.236Z] 5a0c21fce6e7: Layer already exists [2021-01-22T10:17:36.236Z] 5ce61cf70ad0: Layer already exists [2021-01-22T10:17:36.236Z] d32b0026d214: Layer already exists [2021-01-22T10:17:36.236Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:36.236Z] 2.0.0-dev.55: digest: sha256:9d82024312ec7bddb320bbb1116880534d9e4d591b5342ddb7344194a2fbb02f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:36.534Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:36.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:36.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T10:17:36.828Z] d32b0026d214: Preparing [2021-01-22T10:17:36.828Z] 5ce61cf70ad0: Preparing [2021-01-22T10:17:36.828Z] e3733f4dec2d: Preparing [2021-01-22T10:17:36.828Z] 5a0c21fce6e7: Preparing [2021-01-22T10:17:36.828Z] 777b2c648970: Preparing [2021-01-22T10:17:36.828Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:36.828Z] 5a0c21fce6e7: Layer already exists [2021-01-22T10:17:36.828Z] d32b0026d214: Layer already exists [2021-01-22T10:17:36.828Z] 777b2c648970: Layer already exists [2021-01-22T10:17:36.828Z] 5ce61cf70ad0: Layer already exists [2021-01-22T10:17:36.828Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:9d82024312ec7bddb320bbb1116880534d9e4d591b5342ddb7344194a2fbb02f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:37.126Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:37.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-22T10:17:37.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-22T10:17:37.420Z] d32b0026d214: Preparing [2021-01-22T10:17:37.420Z] 5ce61cf70ad0: Preparing [2021-01-22T10:17:37.420Z] e3733f4dec2d: Preparing [2021-01-22T10:17:37.420Z] 5a0c21fce6e7: Preparing [2021-01-22T10:17:37.420Z] 777b2c648970: Preparing [2021-01-22T10:17:37.420Z] d32b0026d214: Layer already exists [2021-01-22T10:17:37.420Z] 5a0c21fce6e7: Layer already exists [2021-01-22T10:17:37.420Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:37.420Z] 777b2c648970: Layer already exists [2021-01-22T10:17:37.420Z] 5ce61cf70ad0: Layer already exists [2021-01-22T10:17:37.420Z] master: digest: sha256:9d82024312ec7bddb320bbb1116880534d9e4d591b5342ddb7344194a2fbb02f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:37.612Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:37.691Z] taggedImages: [2021-01-22T10:17:37.691Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:37.691Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.55 [2021-01-22T10:17:37.691Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:37.691Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-22T10:17:37.757Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-22T10:17:37.757Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:37.757Z] 2.0.0-dev.55 [2021-01-22T10:17:37.757Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:37.757Z] master [2021-01-22T10:17:37.757Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-22T10:17:37.876Z] ---> 10f0fb2b0d7c [2021-01-22T10:17:37.876Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T10:17:37.876Z] ---> Running in 7f7f17b047d1 [2021-01-22T10:17:37.876Z] ---> 6d75036e193a [2021-01-22T10:17:37.876Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T10:17:37.876Z] ---> db34f371533e [2021-01-22T10:17:37.876Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:38.163Z] ---> Running in bb14f4ec610f [2021-01-22T10:17:38.303Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:38.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:38.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T10:17:38.601Z] 4bb5c9a061c8: Preparing [2021-01-22T10:17:38.601Z] 5dd6c030bb85: Preparing [2021-01-22T10:17:38.601Z] e3733f4dec2d: Preparing [2021-01-22T10:17:38.601Z] 7aca81a25234: Preparing [2021-01-22T10:17:38.601Z] 777b2c648970: Preparing [2021-01-22T10:17:38.601Z] 777b2c648970: Layer already exists [2021-01-22T10:17:38.601Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:38.601Z] 4bb5c9a061c8: Pushed [2021-01-22T10:17:38.601Z] 7aca81a25234: Pushed [2021-01-22T10:17:38.762Z] Removing intermediate container 7f7f17b047d1 [2021-01-22T10:17:38.762Z] ---> 7850874e01dd [2021-01-22T10:17:38.762Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T10:17:39.360Z] Removing intermediate container 60d61789e098 [2021-01-22T10:17:39.360Z] ---> 8e85cb0ae5b6 [2021-01-22T10:17:39.360Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T10:17:39.360Z] Removing intermediate container bb14f4ec610f [2021-01-22T10:17:39.360Z] ---> 316e3054ccb5 [2021-01-22T10:17:39.360Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:17:39.360Z] ---> Running in 9a7abc12df28 [2021-01-22T10:17:39.360Z] ---> 80bc38f89a41 [2021-01-22T10:17:39.360Z] 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-22T10:17:39.544Z] 5dd6c030bb85: Pushed [2021-01-22T10:17:39.633Z] ---> Running in 33582679ac3f [2021-01-22T10:17:39.633Z] ---> 5b0bf4e5d723 [2021-01-22T10:17:39.633Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T10:17:39.633Z] ---> Running in ae4c57c977e3 [2021-01-22T10:17:39.633Z] ---> Running in a06227556560 [2021-01-22T10:17:39.805Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:ba83b04bf125ca7c373e0e88c7517e2ef8bc480cb32a9a7c467e50b3b9cadf64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:40.107Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:40.248Z] Removing intermediate container 9a7abc12df28 [2021-01-22T10:17:40.248Z] ---> b79f875416cb [2021-01-22T10:17:40.248Z] Step 20/21 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:40.401Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.55 [2021-01-22T10:17:40.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T10:17:40.402Z] 4bb5c9a061c8: Preparing [2021-01-22T10:17:40.402Z] 5dd6c030bb85: Preparing [2021-01-22T10:17:40.402Z] e3733f4dec2d: Preparing [2021-01-22T10:17:40.402Z] 7aca81a25234: Preparing [2021-01-22T10:17:40.402Z] 777b2c648970: Preparing [2021-01-22T10:17:40.402Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:40.402Z] 5dd6c030bb85: Layer already exists [2021-01-22T10:17:40.402Z] 777b2c648970: Layer already exists [2021-01-22T10:17:40.402Z] 7aca81a25234: Layer already exists [2021-01-22T10:17:40.402Z] 4bb5c9a061c8: Layer already exists [2021-01-22T10:17:40.402Z] 2.0.0-dev.55: digest: sha256:ba83b04bf125ca7c373e0e88c7517e2ef8bc480cb32a9a7c467e50b3b9cadf64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:40.703Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:40.846Z] ---> Running in 236efcea3e4d [2021-01-22T10:17:40.846Z] Removing intermediate container 33582679ac3f [2021-01-22T10:17:40.846Z] ---> 53de14a653ea [2021-01-22T10:17:40.846Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T10:17:41.006Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:41.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T10:17:41.007Z] 4bb5c9a061c8: Preparing [2021-01-22T10:17:41.007Z] 5dd6c030bb85: Preparing [2021-01-22T10:17:41.007Z] e3733f4dec2d: Preparing [2021-01-22T10:17:41.007Z] 7aca81a25234: Preparing [2021-01-22T10:17:41.007Z] 777b2c648970: Preparing [2021-01-22T10:17:41.007Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:41.007Z] 4bb5c9a061c8: Layer already exists [2021-01-22T10:17:41.007Z] 777b2c648970: Layer already exists [2021-01-22T10:17:41.007Z] 5dd6c030bb85: Layer already exists [2021-01-22T10:17:41.007Z] 7aca81a25234: Layer already exists [2021-01-22T10:17:41.007Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:ba83b04bf125ca7c373e0e88c7517e2ef8bc480cb32a9a7c467e50b3b9cadf64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:41.315Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:41.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-22T10:17:41.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-22T10:17:41.609Z] 4bb5c9a061c8: Preparing [2021-01-22T10:17:41.609Z] 5dd6c030bb85: Preparing [2021-01-22T10:17:41.609Z] e3733f4dec2d: Preparing [2021-01-22T10:17:41.609Z] 7aca81a25234: Preparing [2021-01-22T10:17:41.609Z] 777b2c648970: Preparing [2021-01-22T10:17:41.609Z] 777b2c648970: Layer already exists [2021-01-22T10:17:41.609Z] 5dd6c030bb85: Layer already exists [2021-01-22T10:17:41.609Z] 7aca81a25234: Layer already exists [2021-01-22T10:17:41.609Z] e3733f4dec2d: Layer already exists [2021-01-22T10:17:41.609Z] 4bb5c9a061c8: Layer already exists [2021-01-22T10:17:41.609Z] master: digest: sha256:ba83b04bf125ca7c373e0e88c7517e2ef8bc480cb32a9a7c467e50b3b9cadf64 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:41.809Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:41.864Z] taggedImages: [2021-01-22T10:17:41.864Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:41.864Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.55 [2021-01-22T10:17:41.864Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:41.864Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-22T10:17:41.980Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-22T10:17:41.980Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:41.980Z] 2.0.0-dev.55 [2021-01-22T10:17:41.980Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:41.980Z] master [2021-01-22T10:17:41.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:42.588Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:42.829Z] Removing intermediate container ae4c57c977e3 [2021-01-22T10:17:42.829Z] ---> df742d89fa68 [2021-01-22T10:17:42.829Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T10:17:42.829Z] ---> 599edcbc98d4 [2021-01-22T10:17:42.829Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T10:17:42.829Z] ---> Running in 8d50a4ab5ae1 [2021-01-22T10:17:42.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:42.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T10:17:42.905Z] 46c9973d1021: Preparing [2021-01-22T10:17:42.905Z] 10d846e4ec37: Preparing [2021-01-22T10:17:42.905Z] 7462e25b724a: Preparing [2021-01-22T10:17:42.905Z] d2ce6f3cf8f2: Preparing [2021-01-22T10:17:42.905Z] f6c249be35b0: Preparing [2021-01-22T10:17:42.905Z] ab91f0943fe9: Preparing [2021-01-22T10:17:42.905Z] ec59ff20d42a: Preparing [2021-01-22T10:17:42.905Z] 0754057c0ad3: Preparing [2021-01-22T10:17:42.905Z] 998cdf262ab1: Preparing [2021-01-22T10:17:42.905Z] 02e56110abd2: Preparing [2021-01-22T10:17:42.905Z] abc36efb885a: Preparing [2021-01-22T10:17:42.905Z] b0b09059f4e1: Preparing [2021-01-22T10:17:42.905Z] bb961f40224b: Preparing [2021-01-22T10:17:42.905Z] f4666769fca7: Preparing [2021-01-22T10:17:42.905Z] 0754057c0ad3: Waiting [2021-01-22T10:17:42.905Z] 998cdf262ab1: Waiting [2021-01-22T10:17:42.905Z] 02e56110abd2: Waiting [2021-01-22T10:17:42.905Z] abc36efb885a: Waiting [2021-01-22T10:17:42.905Z] ab91f0943fe9: Waiting [2021-01-22T10:17:42.905Z] ec59ff20d42a: Waiting [2021-01-22T10:17:42.905Z] b0b09059f4e1: Waiting [2021-01-22T10:17:42.905Z] bb961f40224b: Waiting [2021-01-22T10:17:42.905Z] f4666769fca7: Waiting [2021-01-22T10:17:43.105Z] ---> Running in bac4559cb4b5 [2021-01-22T10:17:43.106Z] ---> Running in 78df1688af75 [2021-01-22T10:17:43.106Z] Removing intermediate container 236efcea3e4d [2021-01-22T10:17:43.106Z] ---> 4d16420bcfdd [2021-01-22T10:17:43.106Z] Step 21/21 : LABEL version=2.0.0-dev.55 [2021-01-22T10:17:43.171Z] f6c249be35b0: Pushed [2021-01-22T10:17:43.171Z] 46c9973d1021: Pushed [2021-01-22T10:17:43.376Z] ---> Running in 53199d00eed3 [2021-01-22T10:17:43.376Z] Removing intermediate container 8d50a4ab5ae1 [2021-01-22T10:17:43.376Z] ---> 3c0a9d509dd0 [2021-01-22T10:17:43.376Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T10:17:43.433Z] d2ce6f3cf8f2: Pushed [2021-01-22T10:17:43.433Z] ec59ff20d42a: Pushed [2021-01-22T10:17:43.697Z] 10d846e4ec37: Pushed [2021-01-22T10:17:43.697Z] 0754057c0ad3: Layer already exists [2021-01-22T10:17:43.697Z] 998cdf262ab1: Layer already exists [2021-01-22T10:17:43.697Z] 02e56110abd2: Layer already exists [2021-01-22T10:17:43.697Z] abc36efb885a: Layer already exists [2021-01-22T10:17:43.697Z] b0b09059f4e1: Layer already exists [2021-01-22T10:17:43.697Z] bb961f40224b: Layer already exists [2021-01-22T10:17:43.697Z] f4666769fca7: Layer already exists [2021-01-22T10:17:43.960Z] ab91f0943fe9: Pushed [2021-01-22T10:17:45.340Z] Removing intermediate container bac4559cb4b5 [2021-01-22T10:17:45.340Z] ---> 2a6c07164a44 [2021-01-22T10:17:45.340Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:17:45.340Z] Removing intermediate container 78df1688af75 [2021-01-22T10:17:45.340Z] ---> 1556de4a0a07 [2021-01-22T10:17:45.340Z] Step 22/23 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:45.340Z] ---> Running in 801ae2c3242d [2021-01-22T10:17:45.933Z] ---> Running in b747fcf57c25 [2021-01-22T10:17:45.933Z] ---> Running in 38a3dc253c19 [2021-01-22T10:17:45.933Z] Removing intermediate container 53199d00eed3 [2021-01-22T10:17:45.933Z] ---> 3a50d64f18aa [2021-01-22T10:17:45.933Z] [2021-01-22T10:17:45.933Z] Removing intermediate container a06227556560 [2021-01-22T10:17:45.933Z] ---> e0b1992087ed [2021-01-22T10:17:45.933Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T10:17:46.208Z] ---> Running in 0791a8729dda [2021-01-22T10:17:46.482Z] Successfully built 3a50d64f18aa [2021-01-22T10:17:47.073Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T10:17:47.073Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-22T10:17:47.263Z] 7462e25b724a: Pushed [2021-01-22T10:17:47.263Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:5f26c5b9fbe1e2ff7b287621c381c304bbf58a818a21e164a0c114a83ff88658 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:47.345Z] Move dockerize executable [2021-01-22T10:17:47.565Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:47.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.55 [2021-01-22T10:17:47.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T10:17:47.863Z] 46c9973d1021: Preparing [2021-01-22T10:17:47.863Z] 10d846e4ec37: Preparing [2021-01-22T10:17:47.863Z] 7462e25b724a: Preparing [2021-01-22T10:17:47.863Z] d2ce6f3cf8f2: Preparing [2021-01-22T10:17:47.863Z] f6c249be35b0: Preparing [2021-01-22T10:17:47.863Z] ab91f0943fe9: Preparing [2021-01-22T10:17:47.863Z] ec59ff20d42a: Preparing [2021-01-22T10:17:47.863Z] 0754057c0ad3: Preparing [2021-01-22T10:17:47.863Z] 998cdf262ab1: Preparing [2021-01-22T10:17:47.863Z] 02e56110abd2: Preparing [2021-01-22T10:17:47.863Z] abc36efb885a: Preparing [2021-01-22T10:17:47.863Z] b0b09059f4e1: Preparing [2021-01-22T10:17:47.863Z] bb961f40224b: Preparing [2021-01-22T10:17:47.863Z] f4666769fca7: Preparing [2021-01-22T10:17:47.863Z] 998cdf262ab1: Waiting [2021-01-22T10:17:47.863Z] 02e56110abd2: Waiting [2021-01-22T10:17:47.863Z] abc36efb885a: Waiting [2021-01-22T10:17:47.863Z] b0b09059f4e1: Waiting [2021-01-22T10:17:47.863Z] bb961f40224b: Waiting [2021-01-22T10:17:47.863Z] f4666769fca7: Waiting [2021-01-22T10:17:47.863Z] ab91f0943fe9: Waiting [2021-01-22T10:17:47.863Z] ec59ff20d42a: Waiting [2021-01-22T10:17:47.863Z] 0754057c0ad3: Waiting [2021-01-22T10:17:47.863Z] 46c9973d1021: Layer already exists [2021-01-22T10:17:47.863Z] f6c249be35b0: Layer already exists [2021-01-22T10:17:47.863Z] 10d846e4ec37: Layer already exists [2021-01-22T10:17:47.863Z] d2ce6f3cf8f2: Layer already exists [2021-01-22T10:17:47.863Z] 7462e25b724a: Layer already exists [2021-01-22T10:17:47.863Z] ec59ff20d42a: Layer already exists [2021-01-22T10:17:47.863Z] 0754057c0ad3: Layer already exists [2021-01-22T10:17:47.863Z] ab91f0943fe9: Layer already exists [2021-01-22T10:17:47.863Z] 998cdf262ab1: Layer already exists [2021-01-22T10:17:47.863Z] 02e56110abd2: Layer already exists [2021-01-22T10:17:47.863Z] b0b09059f4e1: Layer already exists [2021-01-22T10:17:47.863Z] abc36efb885a: Layer already exists [2021-01-22T10:17:47.863Z] bb961f40224b: Layer already exists [2021-01-22T10:17:47.863Z] f4666769fca7: Layer already exists [2021-01-22T10:17:47.863Z] 2.0.0-dev.55: digest: sha256:5f26c5b9fbe1e2ff7b287621c381c304bbf58a818a21e164a0c114a83ff88658 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:48.177Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:48.329Z] Removing intermediate container 38a3dc253c19 [2021-01-22T10:17:48.329Z] ---> 2030c90679d5 [2021-01-22T10:17:48.329Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T10:17:48.329Z] Removing intermediate container b747fcf57c25 [2021-01-22T10:17:48.329Z] ---> 11f263a21309 [2021-01-22T10:17:48.329Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-01-22T10:17:48.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:48.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T10:17:48.473Z] 46c9973d1021: Preparing [2021-01-22T10:17:48.473Z] 10d846e4ec37: Preparing [2021-01-22T10:17:48.473Z] 7462e25b724a: Preparing [2021-01-22T10:17:48.473Z] d2ce6f3cf8f2: Preparing [2021-01-22T10:17:48.473Z] f6c249be35b0: Preparing [2021-01-22T10:17:48.473Z] ab91f0943fe9: Preparing [2021-01-22T10:17:48.473Z] ec59ff20d42a: Preparing [2021-01-22T10:17:48.473Z] 0754057c0ad3: Preparing [2021-01-22T10:17:48.473Z] 998cdf262ab1: Preparing [2021-01-22T10:17:48.473Z] 02e56110abd2: Preparing [2021-01-22T10:17:48.473Z] abc36efb885a: Preparing [2021-01-22T10:17:48.473Z] b0b09059f4e1: Preparing [2021-01-22T10:17:48.473Z] bb961f40224b: Preparing [2021-01-22T10:17:48.473Z] f4666769fca7: Preparing [2021-01-22T10:17:48.473Z] ab91f0943fe9: Waiting [2021-01-22T10:17:48.473Z] ec59ff20d42a: Waiting [2021-01-22T10:17:48.473Z] 0754057c0ad3: Waiting [2021-01-22T10:17:48.473Z] 998cdf262ab1: Waiting [2021-01-22T10:17:48.473Z] 02e56110abd2: Waiting [2021-01-22T10:17:48.473Z] abc36efb885a: Waiting [2021-01-22T10:17:48.473Z] b0b09059f4e1: Waiting [2021-01-22T10:17:48.473Z] bb961f40224b: Waiting [2021-01-22T10:17:48.473Z] f4666769fca7: Waiting [2021-01-22T10:17:48.473Z] 46c9973d1021: Layer already exists [2021-01-22T10:17:48.473Z] 10d846e4ec37: Layer already exists [2021-01-22T10:17:48.473Z] d2ce6f3cf8f2: Layer already exists [2021-01-22T10:17:48.473Z] f6c249be35b0: Layer already exists [2021-01-22T10:17:48.473Z] 7462e25b724a: Layer already exists [2021-01-22T10:17:48.473Z] ab91f0943fe9: Layer already exists [2021-01-22T10:17:48.473Z] 0754057c0ad3: Layer already exists [2021-01-22T10:17:48.473Z] ec59ff20d42a: Layer already exists [2021-01-22T10:17:48.473Z] 02e56110abd2: Layer already exists [2021-01-22T10:17:48.473Z] 998cdf262ab1: Layer already exists [2021-01-22T10:17:48.473Z] b0b09059f4e1: Layer already exists [2021-01-22T10:17:48.473Z] bb961f40224b: Layer already exists [2021-01-22T10:17:48.473Z] abc36efb885a: Layer already exists [2021-01-22T10:17:48.473Z] f4666769fca7: Layer already exists [2021-01-22T10:17:48.473Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:5f26c5b9fbe1e2ff7b287621c381c304bbf58a818a21e164a0c114a83ff88658 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:48.773Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:17:49.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-22T10:17:49.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-22T10:17:49.071Z] 46c9973d1021: Preparing [2021-01-22T10:17:49.071Z] 10d846e4ec37: Preparing [2021-01-22T10:17:49.071Z] 7462e25b724a: Preparing [2021-01-22T10:17:49.071Z] d2ce6f3cf8f2: Preparing [2021-01-22T10:17:49.071Z] f6c249be35b0: Preparing [2021-01-22T10:17:49.071Z] ab91f0943fe9: Preparing [2021-01-22T10:17:49.071Z] ec59ff20d42a: Preparing [2021-01-22T10:17:49.071Z] 0754057c0ad3: Preparing [2021-01-22T10:17:49.071Z] 998cdf262ab1: Preparing [2021-01-22T10:17:49.071Z] 02e56110abd2: Preparing [2021-01-22T10:17:49.071Z] abc36efb885a: Preparing [2021-01-22T10:17:49.071Z] b0b09059f4e1: Preparing [2021-01-22T10:17:49.071Z] bb961f40224b: Preparing [2021-01-22T10:17:49.071Z] f4666769fca7: Preparing [2021-01-22T10:17:49.071Z] ab91f0943fe9: Waiting [2021-01-22T10:17:49.071Z] 02e56110abd2: Waiting [2021-01-22T10:17:49.071Z] abc36efb885a: Waiting [2021-01-22T10:17:49.071Z] 998cdf262ab1: Waiting [2021-01-22T10:17:49.071Z] ec59ff20d42a: Waiting [2021-01-22T10:17:49.071Z] 0754057c0ad3: Waiting [2021-01-22T10:17:49.071Z] b0b09059f4e1: Waiting [2021-01-22T10:17:49.071Z] f4666769fca7: Waiting [2021-01-22T10:17:49.071Z] bb961f40224b: Waiting [2021-01-22T10:17:49.071Z] 7462e25b724a: Layer already exists [2021-01-22T10:17:49.071Z] d2ce6f3cf8f2: Layer already exists [2021-01-22T10:17:49.071Z] f6c249be35b0: Layer already exists [2021-01-22T10:17:49.071Z] 10d846e4ec37: Layer already exists [2021-01-22T10:17:49.071Z] 46c9973d1021: Layer already exists [2021-01-22T10:17:49.071Z] ab91f0943fe9: Layer already exists [2021-01-22T10:17:49.071Z] 0754057c0ad3: Layer already exists [2021-01-22T10:17:49.071Z] ec59ff20d42a: Layer already exists [2021-01-22T10:17:49.071Z] 02e56110abd2: Layer already exists [2021-01-22T10:17:49.071Z] 998cdf262ab1: Layer already exists [2021-01-22T10:17:49.071Z] abc36efb885a: Layer already exists [2021-01-22T10:17:49.071Z] bb961f40224b: Layer already exists [2021-01-22T10:17:49.071Z] f4666769fca7: Layer already exists [2021-01-22T10:17:49.071Z] b0b09059f4e1: Layer already exists [2021-01-22T10:17:49.071Z] master: digest: sha256:5f26c5b9fbe1e2ff7b287621c381c304bbf58a818a21e164a0c114a83ff88658 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:17:49.249Z] ===================================================== [Pipeline] echo [2021-01-22T10:17:49.309Z] ---> Running in 292c0166e358 [2021-01-22T10:17:49.309Z] taggedImages: [2021-01-22T10:17:49.309Z] Removing intermediate container 0791a8729dda [2021-01-22T10:17:49.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:49.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.55 [2021-01-22T10:17:49.309Z] ---> aaf34c7624d3 [2021-01-22T10:17:49.309Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T10:17:49.309Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:17:49.310Z] - 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 [2021-01-22T10:17:49.907Z] ---> Running in be1c8875688e [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T10:17:50.186Z] ---> Running in 3d17b3818ff1 [2021-01-22T10:17:50.187Z] Removing intermediate container 292c0166e358 [2021-01-22T10:17:50.187Z] ---> 108d5204f03c [2021-01-22T10:17:50.187Z] Step 22/23 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:50.469Z] ---> Running in d0c305d5bd71 [2021-01-22T10:17:51.466Z] Removing intermediate container be1c8875688e [2021-01-22T10:17:51.466Z] ---> b8bf051b4d63 [2021-01-22T10:17:51.466Z] [2021-01-22T10:17:51.742Z] Successfully built b8bf051b4d63 [2021-01-22T10:17:52.342Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T10:17:52.342Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-22T10:17:52.342Z] Removing intermediate container d0c305d5bd71 [2021-01-22T10:17:52.342Z] ---> 6b52a1a4d1d8 [2021-01-22T10:17:52.342Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-01-22T10:17:52.342Z] Removing intermediate container 3d17b3818ff1 [2021-01-22T10:17:52.342Z] ---> 544be6b50e6a [2021-01-22T10:17:52.342Z] Step 23/24 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:17:52.342Z] Removing intermediate container 801ae2c3242d [2021-01-22T10:17:52.342Z] ---> 4688a39c3bc3 [2021-01-22T10:17:52.342Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T10:17:52.936Z] ---> Running in 6ad464d10047 [2021-01-22T10:17:52.936Z] ---> Running in b4e45dccf444 [2021-01-22T10:17:52.936Z] ---> Running in 88fb2b5855be [2021-01-22T10:17:54.914Z] Removing intermediate container 6ad464d10047 [2021-01-22T10:17:54.914Z] ---> c76fcfd4bab8 [2021-01-22T10:17:54.914Z] Step 24/24 : LABEL version=2.0.0-dev.55 [2021-01-22T10:17:54.914Z] Removing intermediate container b4e45dccf444 [2021-01-22T10:17:54.914Z] ---> fbd157cb0a4d [2021-01-22T10:17:54.914Z] [2021-01-22T10:17:55.213Z] Successfully built fbd157cb0a4d [2021-01-22T10:17:56.663Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T10:17:56.663Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-22T10:17:56.663Z] Removing intermediate container 88fb2b5855be [2021-01-22T10:17:56.663Z] ---> e65ba9cd5b11 [2021-01-22T10:17:56.663Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T10:17:56.663Z] ---> Running in b1564bb7a42c [2021-01-22T10:17:57.264Z] ---> f0677e932b5d [2021-01-22T10:17:57.264Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T10:17:57.538Z] Removing intermediate container b1564bb7a42c [2021-01-22T10:17:57.538Z] ---> 654d8758099e [2021-01-22T10:17:57.538Z] [2021-01-22T10:17:57.538Z] ---> Running in 12b4eb3def93 [2021-01-22T10:17:57.812Z] Successfully built 654d8758099e [2021-01-22T10:17:58.085Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T10:17:58.085Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T10:18:01.480Z] Removing intermediate container 12b4eb3def93 [2021-01-22T10:18:01.480Z] ---> d899c4d62174 [2021-01-22T10:18:01.480Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:18:02.472Z] ---> 7b8eff248988 [2021-01-22T10:18:02.472Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T10:18:02.749Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:18:02.749Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:18:02.749Z] ---> 02baefd4d057 [2021-01-22T10:18:02.749Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T10:18:02.749Z] ---> Using cache [2021-01-22T10:18:02.749Z] ---> 8bb2f64de09b [2021-01-22T10:18:02.749Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:18:02.749Z] ---> Using cache [2021-01-22T10:18:02.749Z] ---> 89c5716f0068 [2021-01-22T10:18:02.749Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T10:18:03.343Z] ---> Running in 3e9634906bd8 [2021-01-22T10:18:03.936Z] ---> a307b5a9c5e7 [2021-01-22T10:18:03.936Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T10:18:04.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:18:05.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:18:06.494Z] OK: 217 MiB in 51 packages [2021-01-22T10:18:07.474Z] ---> 2fde189beaa9 [2021-01-22T10:18:07.474Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T10:18:08.910Z] ---> d5ac1f788c23 [2021-01-22T10:18:08.910Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T10:18:09.183Z] Removing intermediate container 3e9634906bd8 [2021-01-22T10:18:09.183Z] ---> 8b9825e1b834 [2021-01-22T10:18:09.183Z] Step 6/22 : COPY go.mod . [2021-01-22T10:18:09.775Z] ---> 67877f5e87c1 [2021-01-22T10:18:09.775Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T10:18:10.062Z] ---> d1e73797d726 [2021-01-22T10:18:10.062Z] Step 7/22 : RUN go mod download [2021-01-22T10:18:10.334Z] ---> Running in 8afc1db3051d [2021-01-22T10:18:10.606Z] ---> Running in e2c253b57a99 [2021-01-22T10:18:11.582Z] Removing intermediate container 8afc1db3051d [2021-01-22T10:18:11.582Z] ---> f462839203f9 [2021-01-22T10:18:11.582Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T10:18:14.980Z] ---> 4b6ae9f74caa [2021-01-22T10:18:14.980Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T10:18:16.965Z] ---> Running in 41a9288206a2 [2021-01-22T10:18:18.411Z] Removing intermediate container e2c253b57a99 [2021-01-22T10:18:18.411Z] ---> 64ad316bdb1e [2021-01-22T10:18:18.411Z] Step 8/22 : COPY . . [2021-01-22T10:18:19.911Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:18:19.911Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:18:19.911Z] ---> 02baefd4d057 [2021-01-22T10:18:19.911Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T10:18:19.911Z] ---> Using cache [2021-01-22T10:18:19.911Z] ---> 8bb2f64de09b [2021-01-22T10:18:19.911Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:18:19.911Z] ---> Using cache [2021-01-22T10:18:19.911Z] ---> 89c5716f0068 [2021-01-22T10:18:19.911Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T10:18:23.297Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:18:23.297Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:18:23.297Z] ---> 02baefd4d057 [2021-01-22T10:18:23.297Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> 8bb2f64de09b [2021-01-22T10:18:23.297Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> 89c5716f0068 [2021-01-22T10:18:23.297Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> eada38e6600c [2021-01-22T10:18:23.297Z] Step 6/22 : COPY go.mod . [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> d2834fbdf0c9 [2021-01-22T10:18:23.297Z] Step 7/22 : RUN go mod download [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> ff53f0c265cb [2021-01-22T10:18:23.297Z] Step 8/22 : COPY . . [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> 7410a915d3a3 [2021-01-22T10:18:23.297Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T10:18:23.297Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T10:18:23.297Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T10:18:23.297Z] ---> 02baefd4d057 [2021-01-22T10:18:23.297Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> 8bb2f64de09b [2021-01-22T10:18:23.297Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:18:23.297Z] ---> Using cache [2021-01-22T10:18:23.297Z] ---> 89c5716f0068 [2021-01-22T10:18:23.297Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T10:18:24.277Z] ---> Running in cb329f854006 [2021-01-22T10:18:24.278Z] ---> Running in 994d38316a04 [2021-01-22T10:18:24.278Z] ---> Running in d073fcee656e [2021-01-22T10:18:26.888Z] Removing intermediate container 41a9288206a2 [2021-01-22T10:18:26.888Z] ---> 52f9f391b6da [2021-01-22T10:18:26.888Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T10:18:31.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:18:31.203Z] ---> 0ab0645eb677 [2021-01-22T10:18:31.203Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T10:18:31.203Z] ---> Running in c90ce3e58757 [2021-01-22T10:18:31.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:18:31.484Z] ---> Running in 003a4f2d67e1 [2021-01-22T10:18:31.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T10:18:31.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:18:32.035Z] Removing intermediate container c90ce3e58757 [2021-01-22T10:18:32.035Z] ---> c4cced2c2dae [2021-01-22T10:18:32.035Z] Step 30/33 : CMD ["gate"] [2021-01-22T10:18:32.315Z] OK: 217 MiB in 51 packages [2021-01-22T10:18:32.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:18:33.188Z] ---> Running in a2e99ed33cc6 [2021-01-22T10:18:33.462Z] OK: 217 MiB in 51 packages [2021-01-22T10:18:33.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T10:18:35.457Z] Removing intermediate container a2e99ed33cc6 [2021-01-22T10:18:35.457Z] ---> 9332afa22744 [2021-01-22T10:18:35.457Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T10:18:35.734Z] Removing intermediate container 994d38316a04 [2021-01-22T10:18:35.734Z] ---> eec91ef8c045 [2021-01-22T10:18:35.734Z] Step 6/23 : COPY go.mod . [2021-01-22T10:18:36.344Z] ---> Running in b356b9824de6 [2021-01-22T10:18:36.625Z] Removing intermediate container d073fcee656e [2021-01-22T10:18:36.625Z] ---> 4c896f5a11ff [2021-01-22T10:18:36.625Z] Step 6/26 : COPY go.mod . [2021-01-22T10:18:36.910Z] ---> c95a928c304f [2021-01-22T10:18:36.910Z] Step 7/23 : RUN go mod download [2021-01-22T10:18:37.186Z] ---> Running in d4194c8f11a8 [2021-01-22T10:18:39.858Z] Removing intermediate container b356b9824de6 [2021-01-22T10:18:39.858Z] ---> 492ea80cf121 [2021-01-22T10:18:39.858Z] Step 32/33 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:18:39.858Z] ---> 39140700fe2e [2021-01-22T10:18:39.858Z] Step 7/26 : RUN go mod download [2021-01-22T10:18:40.937Z] ---> Running in 4fd17a89d3ff [2021-01-22T10:18:43.184Z] ---> Running in c78905e5d504 [2021-01-22T10:18:44.184Z] Removing intermediate container c78905e5d504 [2021-01-22T10:18:44.184Z] ---> c0c49d3317bd [2021-01-22T10:18:44.184Z] Step 33/33 : LABEL version=2.0.0-dev.55 [2021-01-22T10:18:44.788Z] ---> Running in 6ff51ad0184b [2021-01-22T10:18:48.196Z] Removing intermediate container 6ff51ad0184b [2021-01-22T10:18:48.196Z] ---> 8b60a69979ca [2021-01-22T10:18:48.196Z] [2021-01-22T10:18:48.196Z] Removing intermediate container d4194c8f11a8 [2021-01-22T10:18:48.196Z] ---> b0c79926d211 [2021-01-22T10:18:48.196Z] Step 8/23 : COPY . . [2021-01-22T10:18:48.801Z] Removing intermediate container 4fd17a89d3ff [2021-01-22T10:18:48.801Z] ---> a8fb6f6cc8a4 [2021-01-22T10:18:48.801Z] Step 8/26 : COPY . . [2021-01-22T10:18:48.801Z] Successfully built 8b60a69979ca [2021-01-22T10:18:48.801Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T10:19:11.065Z]  Building docker-security-bootstrapper-go ... done  ---> b964f0b07401 [2021-01-22T10:19:11.066Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T10:19:11.066Z] ---> 979b51bcdeb4 [2021-01-22T10:19:11.066Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T10:19:11.066Z] ---> Running in 0662daf066df [2021-01-22T10:19:11.066Z] ---> Running in 1055760e0925 [2021-01-22T10:19:11.066Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T10:19:11.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T10:19:37.926Z] Removing intermediate container cb329f854006 [2021-01-22T10:19:37.926Z] ---> ac3847f5b2de [2021-01-22T10:19:37.926Z] [2021-01-22T10:19:37.926Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T10:19:37.926Z] ---> afeebe901d6b [2021-01-22T10:19:37.926Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T10:19:37.926Z] ---> Using cache [2021-01-22T10:19:37.926Z] ---> 59f3bd02ff95 [2021-01-22T10:19:37.926Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:19:37.926Z] ---> Using cache [2021-01-22T10:19:37.926Z] ---> aee5374f9bd7 [2021-01-22T10:19:37.926Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T10:19:37.926Z] ---> Running in 9c66f55130e4 [2021-01-22T10:19:37.926Z] Removing intermediate container 9c66f55130e4 [2021-01-22T10:19:37.926Z] ---> 452ac0f18191 [2021-01-22T10:19:37.926Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T10:19:37.926Z] ---> Running in a380d151231d [2021-01-22T10:19:37.926Z] Removing intermediate container 003a4f2d67e1 [2021-01-22T10:19:37.926Z] ---> 8304191611c8 [2021-01-22T10:19:37.926Z] [2021-01-22T10:19:37.926Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T10:19:37.926Z] ---> afeebe901d6b [2021-01-22T10:19:37.926Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T10:19:37.926Z] Removing intermediate container a380d151231d [2021-01-22T10:19:37.926Z] ---> 56c3464fee2e [2021-01-22T10:19:37.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:19:38.208Z] ---> Running in 96396b8c42c8 [2021-01-22T10:19:39.679Z] ---> 2976d799cf4e [2021-01-22T10:19:39.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T10:19:40.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:19:40.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:19:41.203Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T10:19:41.500Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T10:19:41.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:19:41.500Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T10:19:41.500Z] OK: 6 MiB in 16 packages [2021-01-22T10:19:41.778Z] ---> 192f9380b016 [2021-01-22T10:19:41.778Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T10:19:43.266Z] ---> ae3bd1eea8f9 [2021-01-22T10:19:43.266Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T10:19:43.266Z] ---> Running in 4fce352d07a2 [2021-01-22T10:19:44.311Z] Removing intermediate container 4fce352d07a2 [2021-01-22T10:19:44.311Z] ---> fe4586c5ce7d [2021-01-22T10:19:44.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:19:44.311Z] Removing intermediate container 96396b8c42c8 [2021-01-22T10:19:44.311Z] ---> c5e18bd6e213 [2021-01-22T10:19:44.311Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T10:19:44.593Z] ---> Running in 5ca2a9209147 [2021-01-22T10:19:44.593Z] ---> Running in 9121768d975c [2021-01-22T10:19:45.578Z] Removing intermediate container 5ca2a9209147 [2021-01-22T10:19:45.578Z] ---> 1466543b49a2 [2021-01-22T10:19:45.578Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T10:19:45.578Z] Removing intermediate container 9121768d975c [2021-01-22T10:19:45.578Z] ---> 68d8ccaa2c56 [2021-01-22T10:19:45.578Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T10:19:45.578Z] ---> Running in 65c1db0ab725 [2021-01-22T10:19:45.854Z] ---> Running in 0fda34da6000 [2021-01-22T10:19:46.455Z] Removing intermediate container 65c1db0ab725 [2021-01-22T10:19:46.455Z] ---> 4a4f1bafd96e [2021-01-22T10:19:46.455Z] Step 21/22 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:19:46.735Z] Removing intermediate container 0fda34da6000 [2021-01-22T10:19:46.735Z] ---> 202f569489df [2021-01-22T10:19:46.735Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T10:19:46.735Z] ---> Running in 7ae3a8aec083 [2021-01-22T10:19:47.018Z] ---> Running in 6bc6d5c3690e [2021-01-22T10:19:47.294Z] Removing intermediate container 7ae3a8aec083 [2021-01-22T10:19:47.294Z] ---> 9e77f575e620 [2021-01-22T10:19:47.294Z] Step 22/22 : LABEL version=2.0.0-dev.55 [2021-01-22T10:19:47.574Z] Removing intermediate container 6bc6d5c3690e [2021-01-22T10:19:47.574Z] ---> 713a52f6a6b0 [2021-01-22T10:19:47.574Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:19:47.850Z] ---> Running in e544e1d9772b [2021-01-22T10:19:48.455Z] Removing intermediate container e544e1d9772b [2021-01-22T10:19:48.455Z] ---> 495d5e49a046 [2021-01-22T10:19:48.455Z] [2021-01-22T10:19:49.057Z] Successfully built 495d5e49a046 [2021-01-22T10:19:49.057Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T10:19:49.057Z]  Building docker-support-scheduler-go ... done  ---> 1b7cbf35740a [2021-01-22T10:19:49.057Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T10:19:51.055Z] ---> b307eceaa1c5 [2021-01-22T10:19:51.055Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T10:19:52.521Z] ---> 1a329f39e222 [2021-01-22T10:19:52.521Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T10:19:52.521Z] ---> Running in 3b20e34e8984 [2021-01-22T10:19:53.132Z] Removing intermediate container 3b20e34e8984 [2021-01-22T10:19:53.132Z] ---> b7d890a801f5 [2021-01-22T10:19:53.132Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:19:53.418Z] ---> Running in 5e4d4a3c48f6 [2021-01-22T10:19:54.013Z] Removing intermediate container 5e4d4a3c48f6 [2021-01-22T10:19:54.013Z] ---> 82562ac78a7e [2021-01-22T10:19:54.013Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T10:19:54.284Z] ---> Running in 7e69a67c85cd [2021-01-22T10:19:54.881Z] Removing intermediate container 7e69a67c85cd [2021-01-22T10:19:54.881Z] ---> d7a27be8fb66 [2021-01-22T10:19:54.881Z] Step 21/22 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:19:55.153Z] ---> Running in 69de4f5f669b [2021-01-22T10:19:55.755Z] Removing intermediate container 69de4f5f669b [2021-01-22T10:19:55.755Z] ---> 4c95ab11651b [2021-01-22T10:19:55.755Z] Step 22/22 : LABEL version=2.0.0-dev.55 [2021-01-22T10:19:56.030Z] ---> Running in 803cc5a73478 [2021-01-22T10:19:56.631Z] Removing intermediate container 803cc5a73478 [2021-01-22T10:19:56.631Z] ---> bd43ab8a3213 [2021-01-22T10:19:56.631Z] [2021-01-22T10:19:56.907Z] Successfully built bd43ab8a3213 [2021-01-22T10:19:56.907Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T10:20:12.011Z]  Building docker-support-notifications-go ... done Removing intermediate container 0662daf066df [2021-01-22T10:20:12.011Z] ---> 375fdf43547b [2021-01-22T10:20:12.011Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T10:20:12.011Z] ---> Running in 1d939c349763 [2021-01-22T10:20:12.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.55" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T10:20:15.675Z] Removing intermediate container 1d939c349763 [2021-01-22T10:20:15.675Z] ---> 0df7318a6408 [2021-01-22T10:20:15.675Z] [2021-01-22T10:20:15.675Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T10:20:15.675Z] 20.10.0: Pulling from library/docker [2021-01-22T10:20:23.968Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T10:20:23.968Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T10:20:23.968Z] ---> eeaf43b92773 [2021-01-22T10:20:23.968Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T10:20:24.559Z] ---> Running in dc7f88ee3381 [2021-01-22T10:20:24.831Z] Removing intermediate container 1055760e0925 [2021-01-22T10:20:24.831Z] ---> 1f67012b4105 [2021-01-22T10:20:24.831Z] [2021-01-22T10:20:24.831Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T10:20:24.831Z] ---> afeebe901d6b [2021-01-22T10:20:24.831Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T10:20:25.109Z] ---> Running in bcfb305f5d31 [2021-01-22T10:20:25.719Z] Removing intermediate container bcfb305f5d31 [2021-01-22T10:20:25.719Z] ---> d1ca25cb5267 [2021-01-22T10:20:25.719Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T10:20:25.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:20:25.719Z] ---> Running in 6f32eb035b22 [2021-01-22T10:20:26.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:20:26.292Z] Removing intermediate container 6f32eb035b22 [2021-01-22T10:20:26.292Z] ---> 2516b8d6d172 [2021-01-22T10:20:26.292Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T10:20:26.292Z] ---> Running in 718ea74155ec [2021-01-22T10:20:26.292Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T10:20:26.566Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T10:20:26.566Z] Executing bash-5.0.17-r0.post-install [2021-01-22T10:20:26.566Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:20:26.566Z] OK: 12 MiB in 22 packages [2021-01-22T10:20:26.842Z] Removing intermediate container 718ea74155ec [2021-01-22T10:20:26.842Z] ---> 9c52f44fd78b [2021-01-22T10:20:26.842Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T10:20:27.114Z] ---> Running in ad51fa690cbf [2021-01-22T10:20:28.118Z] Removing intermediate container dc7f88ee3381 [2021-01-22T10:20:28.118Z] ---> 305d060ddbff [2021-01-22T10:20:28.118Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T10:20:28.118Z] ---> Running in 61cc93cb5f6f [2021-01-22T10:20:28.735Z] Removing intermediate container 61cc93cb5f6f [2021-01-22T10:20:28.735Z] ---> f2b8c7c8f7de [2021-01-22T10:20:28.735Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T10:20:28.735Z] ---> Running in 22d71cfe27dd [2021-01-22T10:20:29.333Z] Removing intermediate container 22d71cfe27dd [2021-01-22T10:20:29.333Z] ---> 5045dcd3fe06 [2021-01-22T10:20:29.333Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T10:20:29.608Z] ---> Running in 85a7d8db6d8b [2021-01-22T10:20:29.608Z] Removing intermediate container ad51fa690cbf [2021-01-22T10:20:29.608Z] ---> 55ffaa20878e [2021-01-22T10:20:29.608Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T10:20:29.608Z] ---> Running in 2b7776e8b8e3 [2021-01-22T10:20:29.891Z] Removing intermediate container 85a7d8db6d8b [2021-01-22T10:20:29.891Z] ---> 4f9578c32e23 [2021-01-22T10:20:29.891Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T10:20:30.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:20:31.139Z] ---> f5338aa377be [2021-01-22T10:20:31.139Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T10:20:31.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:20:31.694Z] ---> 25c7c5c4f379 [2021-01-22T10:20:31.694Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T10:20:32.287Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T10:20:32.287Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T10:20:32.287Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T10:20:32.558Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T10:20:32.558Z] ---> b27e2be8ce2b [2021-01-22T10:20:32.558Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T10:20:32.834Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T10:20:32.834Z] ---> Running in d97b9c4d591b [2021-01-22T10:20:32.834Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T10:20:32.834Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:20:32.834Z] OK: 8 MiB in 20 packages [2021-01-22T10:20:34.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:20:34.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:20:34.277Z] Removing intermediate container 2b7776e8b8e3 [2021-01-22T10:20:34.277Z] ---> 08d2f8f3fe61 [2021-01-22T10:20:34.277Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T10:20:34.551Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T10:20:34.827Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T10:20:34.828Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T10:20:34.828Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T10:20:34.828Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T10:20:34.828Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T10:20:34.828Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T10:20:35.102Z] ---> c0bbb12f3aed [2021-01-22T10:20:35.102Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T10:20:36.535Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T10:20:36.535Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T10:20:36.535Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T10:20:36.535Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T10:20:36.535Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T10:20:36.535Z] ---> cd429ccd0753 [2021-01-22T10:20:36.535Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T10:20:36.535Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T10:20:36.811Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T10:20:36.811Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T10:20:36.811Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T10:20:36.811Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T10:20:36.811Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T10:20:36.811Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T10:20:37.084Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T10:20:37.084Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T10:20:37.084Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T10:20:37.084Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T10:20:37.084Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T10:20:37.084Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T10:20:37.084Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T10:20:37.084Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T10:20:37.084Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T10:20:37.084Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T10:20:37.084Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T10:20:37.386Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T10:20:37.386Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T10:20:37.386Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T10:20:37.386Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:20:37.386Z] OK: 71 MiB in 55 packages [2021-01-22T10:20:37.716Z] ---> 647c6171cebe [2021-01-22T10:20:37.716Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T10:20:37.716Z] ---> Running in 170edd7df9dc [2021-01-22T10:20:38.328Z] Removing intermediate container 170edd7df9dc [2021-01-22T10:20:38.328Z] ---> cc1d3745a1cc [2021-01-22T10:20:38.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:20:38.622Z] ---> Running in 3b4845a76529 [2021-01-22T10:20:39.256Z] Removing intermediate container 3b4845a76529 [2021-01-22T10:20:39.257Z] ---> 9fc66f5b0039 [2021-01-22T10:20:39.257Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T10:20:39.257Z] ---> Running in f09cf06720b2 [2021-01-22T10:20:40.244Z] Removing intermediate container f09cf06720b2 [2021-01-22T10:20:40.244Z] ---> af6c1add44b0 [2021-01-22T10:20:40.244Z] Step 22/23 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:20:40.244Z] ---> Running in 2aeb4ae240e7 [2021-01-22T10:20:40.840Z] Removing intermediate container 2aeb4ae240e7 [2021-01-22T10:20:40.840Z] ---> 8a2eaaade294 [2021-01-22T10:20:40.840Z] Step 23/23 : LABEL version=2.0.0-dev.55 [2021-01-22T10:20:40.840Z] ---> Running in 6d9f566ee561 [2021-01-22T10:20:41.434Z] Removing intermediate container 6d9f566ee561 [2021-01-22T10:20:41.434Z] ---> 045ee141bdd6 [2021-01-22T10:20:41.434Z] [2021-01-22T10:20:41.704Z] Successfully built 045ee141bdd6 [2021-01-22T10:20:41.980Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T10:20:43.408Z]  Building docker-core-data-go ... done Removing intermediate container d97b9c4d591b [2021-01-22T10:20:43.408Z] ---> a28001df943b [2021-01-22T10:20:43.408Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T10:20:43.679Z] ---> Running in fe3bd50c1377 [2021-01-22T10:20:47.962Z] Collecting docker-compose==1.23.2 [2021-01-22T10:20:48.235Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T10:20:49.655Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T10:20:49.655Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T10:20:50.244Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T10:20:50.244Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T10:20:51.212Z] Collecting PyYAML<4,>=3.10 [2021-01-22T10:20:51.212Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T10:20:54.574Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T10:20:54.574Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T10:20:54.574Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T10:20:54.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T10:20:54.844Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T10:20:54.845Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T10:20:56.804Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T10:20:56.804Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T10:20:58.224Z] 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-22T10:20:58.812Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T10:20:58.812Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T10:20:59.084Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T10:20:59.084Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T10:21:01.047Z] 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-22T10:21:01.047Z] 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-22T10:21:01.317Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T10:21:01.317Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T10:21:01.586Z] Collecting idna<2.8,>=2.5 [2021-01-22T10:21:01.586Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T10:21:01.855Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T10:21:01.855Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T10:21:02.124Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T10:21:02.124Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T10:21:02.125Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T10:21:02.125Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T10:21:02.713Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, cached-property, texttable, dockerpty, docopt, docker-compose [2021-01-22T10:21:02.713Z] Attempting uninstall: urllib3 [2021-01-22T10:21:02.713Z] Found existing installation: urllib3 1.25.9 [2021-01-22T10:21:02.713Z] Uninstalling urllib3-1.25.9: [2021-01-22T10:21:02.984Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T10:21:03.580Z] Attempting uninstall: idna [2021-01-22T10:21:03.580Z] Found existing installation: idna 2.9 [2021-01-22T10:21:03.580Z] Uninstalling idna-2.9: [2021-01-22T10:21:03.580Z] Successfully uninstalled idna-2.9 [2021-01-22T10:21:04.172Z] Attempting uninstall: requests [2021-01-22T10:21:04.172Z] Found existing installation: requests 2.23.0 [2021-01-22T10:21:04.172Z] Uninstalling requests-2.23.0: [2021-01-22T10:21:04.443Z] Successfully uninstalled requests-2.23.0 [2021-01-22T10:21:05.870Z] Running setup.py install for PyYAML: started [2021-01-22T10:21:07.830Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T10:21:08.101Z] Running setup.py install for texttable: started [2021-01-22T10:21:10.065Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T10:21:10.065Z] Running setup.py install for dockerpty: started [2021-01-22T10:21:11.483Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T10:21:11.483Z] Running setup.py install for docopt: started [2021-01-22T10:21:13.440Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T10:21:14.036Z] 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-22T10:21:18.342Z] Removing intermediate container fe3bd50c1377 [2021-01-22T10:21:18.342Z] ---> ad36faab1708 [2021-01-22T10:21:18.342Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T10:21:18.342Z] ---> Running in 78ca4b4e98f2 [2021-01-22T10:21:18.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T10:21:19.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T10:21:19.793Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T10:21:19.793Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T10:21:19.793Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T10:21:19.793Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T10:21:19.793Z] OK: 71 MiB in 58 packages [2021-01-22T10:21:20.797Z] Removing intermediate container 78ca4b4e98f2 [2021-01-22T10:21:20.797Z] ---> 53eb8015602c [2021-01-22T10:21:20.797Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T10:21:21.069Z] ---> Running in 04e835c95aec [2021-01-22T10:21:21.342Z] Removing intermediate container 04e835c95aec [2021-01-22T10:21:21.342Z] ---> df225f1ac1ac [2021-01-22T10:21:21.342Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T10:21:21.652Z] ---> Running in c571b1257dfc [2021-01-22T10:21:22.245Z] Removing intermediate container c571b1257dfc [2021-01-22T10:21:22.245Z] ---> 104200f53056 [2021-01-22T10:21:22.245Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T10:21:22.245Z] ---> Running in 0bd0cd78ed75 [2021-01-22T10:21:22.514Z] Removing intermediate container 0bd0cd78ed75 [2021-01-22T10:21:22.514Z] ---> e2f90391c871 [2021-01-22T10:21:22.514Z] Step 25/26 : LABEL git_sha=5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:22.784Z] ---> Running in 166f55059f14 [2021-01-22T10:21:23.055Z] Removing intermediate container 166f55059f14 [2021-01-22T10:21:23.055Z] ---> 1688491ba3dd [2021-01-22T10:21:23.055Z] Step 26/26 : LABEL version=2.0.0-dev.55 [2021-01-22T10:21:23.325Z] ---> Running in 363bc38ef997 [2021-01-22T10:21:23.596Z] Removing intermediate container 363bc38ef997 [2021-01-22T10:21:23.596Z] ---> e9b364b03ed0 [2021-01-22T10:21:23.596Z] [2021-01-22T10:21:23.866Z] Successfully built e9b364b03ed0 [2021-01-22T10:21:24.134Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T10:21:24.149Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T10:21:24.149Z] $ docker stop --time=1 fce2a500c85b513e2d2f468fee540d99dcb39143293c641e5acce674bd641b4b [2021-01-22T10:21:25.958Z] $ docker rm -f fce2a500c85b513e2d2f468fee540d99dcb39143293c641e5acce674bd641b4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T10:21:26.629Z] + + dockergrep images docker [2021-01-22T10:21:26.629Z] [2021-01-22T10:21:26.898Z] docker-sys-mgmt-agent-go-arm64 latest e9b364b03ed0 3 seconds ago 300MB [2021-01-22T10:21:26.898Z] docker-core-data-go-arm64 latest 045ee141bdd6 45 seconds ago 21MB [2021-01-22T10:21:26.898Z] docker-support-notifications-go-arm64 latest bd43ab8a3213 About a minute ago 16MB [2021-01-22T10:21:26.898Z] docker-support-scheduler-go-arm64 latest 495d5e49a046 About a minute ago 15.5MB [2021-01-22T10:21:26.898Z] docker-security-bootstrapper-go-arm64 latest 8b60a69979ca 2 minutes ago 40.3MB [2021-01-22T10:21:26.898Z] docker-security-secretstore-setup-go-arm64 latest 654d8758099e 3 minutes ago 23.4MB [2021-01-22T10:21:26.898Z] docker-core-metadata-go-arm64 latest fbd157cb0a4d 3 minutes ago 17.7MB [2021-01-22T10:21:26.898Z] docker-core-command-go-arm64 latest b8bf051b4d63 3 minutes ago 15.4MB [2021-01-22T10:21:26.898Z] docker-security-proxy-setup-go-arm64 latest 3a50d64f18aa 3 minutes ago 23.2MB [2021-01-22T10:21:26.898Z] 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-22T10:21:27.367Z] provisioning config files... [2021-01-22T10:21:27.403Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/318@tmp/config5669756676310146708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:21:27.784Z] ---> docker-login.sh [2021-01-22T10:21:27.784Z] nexus3.edgexfoundry.org:10001 [2021-01-22T10:21:28.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:21:28.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:21:28.052Z] Configure a credential helper to remove this warning. See [2021-01-22T10:21:28.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:21:28.052Z] [2021-01-22T10:21:28.052Z] Login Succeeded [2021-01-22T10:21:28.052Z] nexus3.edgexfoundry.org:10002 [2021-01-22T10:21:28.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:21:28.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:21:28.643Z] Configure a credential helper to remove this warning. See [2021-01-22T10:21:28.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:21:28.643Z] [2021-01-22T10:21:28.643Z] Login Succeeded [2021-01-22T10:21:28.643Z] nexus3.edgexfoundry.org:10003 [2021-01-22T10:21:28.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:21:29.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:21:29.499Z] Configure a credential helper to remove this warning. See [2021-01-22T10:21:29.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:21:29.499Z] [2021-01-22T10:21:29.499Z] Login Succeeded [2021-01-22T10:21:29.499Z] nexus3.edgexfoundry.org:10004 [2021-01-22T10:21:29.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:21:29.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:21:29.770Z] Configure a credential helper to remove this warning. See [2021-01-22T10:21:29.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:21:29.770Z] [2021-01-22T10:21:29.770Z] Login Succeeded [2021-01-22T10:21:29.770Z] docker.io [2021-01-22T10:21:30.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T10:21:30.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T10:21:30.631Z] Configure a credential helper to remove this warning. See [2021-01-22T10:21:30.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T10:21:30.631Z] [2021-01-22T10:21:30.631Z] Login Succeeded [2021-01-22T10:21:30.631Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T10:21:30.647Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:21:30.842Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-22T10:21:30.842Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:30.842Z] 2.0.0-dev.55 [2021-01-22T10:21:30.842Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:30.842Z] master [2021-01-22T10:21:30.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:31.407Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:31.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:31.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T10:21:31.743Z] 0626b84a11cb: Preparing [2021-01-22T10:21:31.743Z] ef7bea60cb8b: Preparing [2021-01-22T10:21:31.743Z] 99ae561294c8: Preparing [2021-01-22T10:21:31.743Z] 02f4d093aac4: Preparing [2021-01-22T10:21:31.743Z] 379067d0cb53: Preparing [2021-01-22T10:21:31.743Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:32.015Z] 0626b84a11cb: Pushed [2021-01-22T10:21:32.015Z] 02f4d093aac4: Pushed [2021-01-22T10:21:32.015Z] 99ae561294c8: Pushed [2021-01-22T10:21:34.606Z] ef7bea60cb8b: Pushed [2021-01-22T10:21:34.606Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:d45401661f384a544914a73d40ab0e843da0aea3c69f5633176523a56b351f11 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:34.970Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:35.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:35.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T10:21:35.333Z] 0626b84a11cb: Preparing [2021-01-22T10:21:35.333Z] ef7bea60cb8b: Preparing [2021-01-22T10:21:35.333Z] 99ae561294c8: Preparing [2021-01-22T10:21:35.333Z] 02f4d093aac4: Preparing [2021-01-22T10:21:35.333Z] 379067d0cb53: Preparing [2021-01-22T10:21:35.333Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:35.333Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:35.333Z] ef7bea60cb8b: Layer already exists [2021-01-22T10:21:35.333Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:35.333Z] 0626b84a11cb: Layer already exists [2021-01-22T10:21:35.609Z] 2.0.0-dev.55: digest: sha256:d45401661f384a544914a73d40ab0e843da0aea3c69f5633176523a56b351f11 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:36.013Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:36.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:36.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T10:21:36.392Z] 0626b84a11cb: Preparing [2021-01-22T10:21:36.392Z] ef7bea60cb8b: Preparing [2021-01-22T10:21:36.392Z] 99ae561294c8: Preparing [2021-01-22T10:21:36.392Z] 02f4d093aac4: Preparing [2021-01-22T10:21:36.392Z] 379067d0cb53: Preparing [2021-01-22T10:21:36.392Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:36.392Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:36.392Z] ef7bea60cb8b: Layer already exists [2021-01-22T10:21:36.392Z] 0626b84a11cb: Layer already exists [2021-01-22T10:21:36.392Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:36.669Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:d45401661f384a544914a73d40ab0e843da0aea3c69f5633176523a56b351f11 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:37.047Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:37.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-22T10:21:37.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-22T10:21:37.382Z] 0626b84a11cb: Preparing [2021-01-22T10:21:37.382Z] ef7bea60cb8b: Preparing [2021-01-22T10:21:37.382Z] 99ae561294c8: Preparing [2021-01-22T10:21:37.382Z] 02f4d093aac4: Preparing [2021-01-22T10:21:37.382Z] 379067d0cb53: Preparing [2021-01-22T10:21:37.382Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:37.382Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:37.382Z] 0626b84a11cb: Layer already exists [2021-01-22T10:21:37.382Z] ef7bea60cb8b: Layer already exists [2021-01-22T10:21:37.652Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:37.652Z] master: digest: sha256:d45401661f384a544914a73d40ab0e843da0aea3c69f5633176523a56b351f11 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:21:37.854Z] ===================================================== [Pipeline] echo [2021-01-22T10:21:37.899Z] taggedImages: [2021-01-22T10:21:37.899Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:37.899Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:37.899Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:37.899Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-22T10:21:37.960Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-22T10:21:37.960Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:37.960Z] 2.0.0-dev.55 [2021-01-22T10:21:37.960Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:37.960Z] master [2021-01-22T10:21:37.960Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:38.446Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:38.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:38.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T10:21:39.048Z] c6f9a31c8d3f: Preparing [2021-01-22T10:21:39.048Z] 89c0461085b2: Preparing [2021-01-22T10:21:39.048Z] 99ae561294c8: Preparing [2021-01-22T10:21:39.048Z] 03218dec81b2: Preparing [2021-01-22T10:21:39.048Z] 3dd3d88e9252: Preparing [2021-01-22T10:21:39.048Z] 379067d0cb53: Preparing [2021-01-22T10:21:39.048Z] 379067d0cb53: Waiting [2021-01-22T10:21:39.048Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:39.048Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:39.317Z] 3dd3d88e9252: Pushed [2021-01-22T10:21:39.317Z] c6f9a31c8d3f: Pushed [2021-01-22T10:21:39.911Z] 03218dec81b2: Pushed [2021-01-22T10:21:42.515Z] 89c0461085b2: Pushed [2021-01-22T10:21:42.516Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:f785ca3e5e6d8dfe98f4e1421214b7471e7cba931675a4b41e4e85234e6e8f5e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:42.851Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:43.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:43.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T10:21:43.182Z] c6f9a31c8d3f: Preparing [2021-01-22T10:21:43.182Z] 89c0461085b2: Preparing [2021-01-22T10:21:43.182Z] 99ae561294c8: Preparing [2021-01-22T10:21:43.182Z] 03218dec81b2: Preparing [2021-01-22T10:21:43.182Z] 3dd3d88e9252: Preparing [2021-01-22T10:21:43.182Z] 379067d0cb53: Preparing [2021-01-22T10:21:43.182Z] 379067d0cb53: Waiting [2021-01-22T10:21:43.182Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:43.182Z] 03218dec81b2: Layer already exists [2021-01-22T10:21:43.182Z] c6f9a31c8d3f: Layer already exists [2021-01-22T10:21:43.182Z] 3dd3d88e9252: Layer already exists [2021-01-22T10:21:43.182Z] 89c0461085b2: Layer already exists [2021-01-22T10:21:43.182Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:43.452Z] 2.0.0-dev.55: digest: sha256:f785ca3e5e6d8dfe98f4e1421214b7471e7cba931675a4b41e4e85234e6e8f5e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:43.785Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:44.114Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:44.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T10:21:44.114Z] c6f9a31c8d3f: Preparing [2021-01-22T10:21:44.114Z] 89c0461085b2: Preparing [2021-01-22T10:21:44.114Z] 99ae561294c8: Preparing [2021-01-22T10:21:44.114Z] 03218dec81b2: Preparing [2021-01-22T10:21:44.114Z] 3dd3d88e9252: Preparing [2021-01-22T10:21:44.114Z] 379067d0cb53: Preparing [2021-01-22T10:21:44.114Z] 379067d0cb53: Waiting [2021-01-22T10:21:44.114Z] 3dd3d88e9252: Layer already exists [2021-01-22T10:21:44.114Z] c6f9a31c8d3f: Layer already exists [2021-01-22T10:21:44.114Z] 03218dec81b2: Layer already exists [2021-01-22T10:21:44.114Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:44.114Z] 89c0461085b2: Layer already exists [2021-01-22T10:21:44.114Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:44.384Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:f785ca3e5e6d8dfe98f4e1421214b7471e7cba931675a4b41e4e85234e6e8f5e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:44.720Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:45.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-22T10:21:45.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-22T10:21:45.053Z] c6f9a31c8d3f: Preparing [2021-01-22T10:21:45.053Z] 89c0461085b2: Preparing [2021-01-22T10:21:45.053Z] 99ae561294c8: Preparing [2021-01-22T10:21:45.053Z] 03218dec81b2: Preparing [2021-01-22T10:21:45.053Z] 3dd3d88e9252: Preparing [2021-01-22T10:21:45.053Z] 379067d0cb53: Preparing [2021-01-22T10:21:45.053Z] 379067d0cb53: Waiting [2021-01-22T10:21:45.053Z] 89c0461085b2: Layer already exists [2021-01-22T10:21:45.053Z] 3dd3d88e9252: Layer already exists [2021-01-22T10:21:45.053Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:45.053Z] c6f9a31c8d3f: Layer already exists [2021-01-22T10:21:45.324Z] 03218dec81b2: Layer already exists [2021-01-22T10:21:45.324Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:45.324Z] master: digest: sha256:f785ca3e5e6d8dfe98f4e1421214b7471e7cba931675a4b41e4e85234e6e8f5e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:21:45.501Z] ===================================================== [Pipeline] echo [2021-01-22T10:21:45.548Z] taggedImages: [2021-01-22T10:21:45.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:45.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:45.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:45.548Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-22T10:21:45.621Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-22T10:21:45.621Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:45.621Z] 2.0.0-dev.55 [2021-01-22T10:21:45.621Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:45.621Z] master [2021-01-22T10:21:45.621Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:46.108Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:46.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:46.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T10:21:46.439Z] 27bbf0c574ef: Preparing [2021-01-22T10:21:46.439Z] e93ed80470f9: Preparing [2021-01-22T10:21:46.439Z] 99ae561294c8: Preparing [2021-01-22T10:21:46.439Z] 02f4d093aac4: Preparing [2021-01-22T10:21:46.439Z] 379067d0cb53: Preparing [2021-01-22T10:21:46.712Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:46.712Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:46.712Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:46.712Z] 27bbf0c574ef: Pushed [2021-01-22T10:21:49.304Z] e93ed80470f9: Pushed [2021-01-22T10:21:49.575Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:4c0df858f76b7da17c2043eb06c1267be4aa436d5fce1b1b6f980dcfd3196f71 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:49.909Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:50.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:50.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T10:21:50.238Z] 27bbf0c574ef: Preparing [2021-01-22T10:21:50.238Z] e93ed80470f9: Preparing [2021-01-22T10:21:50.238Z] 99ae561294c8: Preparing [2021-01-22T10:21:50.238Z] 02f4d093aac4: Preparing [2021-01-22T10:21:50.238Z] 379067d0cb53: Preparing [2021-01-22T10:21:50.511Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:50.511Z] 27bbf0c574ef: Layer already exists [2021-01-22T10:21:50.511Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:50.511Z] e93ed80470f9: Layer already exists [2021-01-22T10:21:50.511Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:50.511Z] 2.0.0-dev.55: digest: sha256:4c0df858f76b7da17c2043eb06c1267be4aa436d5fce1b1b6f980dcfd3196f71 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:50.856Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:51.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:51.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T10:21:51.186Z] 27bbf0c574ef: Preparing [2021-01-22T10:21:51.186Z] e93ed80470f9: Preparing [2021-01-22T10:21:51.186Z] 99ae561294c8: Preparing [2021-01-22T10:21:51.186Z] 02f4d093aac4: Preparing [2021-01-22T10:21:51.186Z] 379067d0cb53: Preparing [2021-01-22T10:21:51.454Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:51.454Z] 27bbf0c574ef: Layer already exists [2021-01-22T10:21:51.454Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:51.454Z] e93ed80470f9: Layer already exists [2021-01-22T10:21:51.454Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:51.454Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:4c0df858f76b7da17c2043eb06c1267be4aa436d5fce1b1b6f980dcfd3196f71 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:51.794Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:52.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-22T10:21:52.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-22T10:21:52.124Z] 27bbf0c574ef: Preparing [2021-01-22T10:21:52.124Z] e93ed80470f9: Preparing [2021-01-22T10:21:52.124Z] 99ae561294c8: Preparing [2021-01-22T10:21:52.124Z] 02f4d093aac4: Preparing [2021-01-22T10:21:52.124Z] 379067d0cb53: Preparing [2021-01-22T10:21:52.393Z] e93ed80470f9: Layer already exists [2021-01-22T10:21:52.393Z] 02f4d093aac4: Layer already exists [2021-01-22T10:21:52.393Z] 27bbf0c574ef: Layer already exists [2021-01-22T10:21:52.393Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:52.393Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:52.393Z] master: digest: sha256:4c0df858f76b7da17c2043eb06c1267be4aa436d5fce1b1b6f980dcfd3196f71 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:21:52.587Z] ===================================================== [Pipeline] echo [2021-01-22T10:21:52.632Z] taggedImages: [2021-01-22T10:21:52.632Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:52.632Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:52.632Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:52.632Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-22T10:21:52.692Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-01-22T10:21:52.692Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:52.692Z] 2.0.0-dev.55 [2021-01-22T10:21:52.692Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:52.692Z] master [2021-01-22T10:21:52.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:53.209Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:53.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:21:53.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T10:21:53.551Z] 5da5ac47797b: Preparing [2021-01-22T10:21:53.551Z] 5da5ac47797b: Preparing [2021-01-22T10:21:53.551Z] 5660814fd92d: Preparing [2021-01-22T10:21:53.551Z] a8205dce4c39: Preparing [2021-01-22T10:21:53.551Z] dab1e944a792: Preparing [2021-01-22T10:21:53.551Z] 8f282f528b0c: Preparing [2021-01-22T10:21:53.551Z] 99ae561294c8: Preparing [2021-01-22T10:21:53.551Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:53.551Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:53.551Z] 755e2a732822: Preparing [2021-01-22T10:21:53.551Z] 25e724891dc7: Preparing [2021-01-22T10:21:53.551Z] f861529e54c9: Preparing [2021-01-22T10:21:53.551Z] 379067d0cb53: Preparing [2021-01-22T10:21:53.551Z] 25e724891dc7: Waiting [2021-01-22T10:21:53.551Z] 99ae561294c8: Waiting [2021-01-22T10:21:53.551Z] f861529e54c9: Waiting [2021-01-22T10:21:53.551Z] b9b0eb33a81d: Waiting [2021-01-22T10:21:53.551Z] 379067d0cb53: Waiting [2021-01-22T10:21:53.551Z] 755e2a732822: Waiting [2021-01-22T10:21:53.830Z] dab1e944a792: Pushed [2021-01-22T10:21:53.830Z] 5da5ac47797b: Pushed [2021-01-22T10:21:53.830Z] 5660814fd92d: Pushed [2021-01-22T10:21:54.101Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:54.373Z] b9b0eb33a81d: Pushed [2021-01-22T10:21:55.355Z] f861529e54c9: Pushed [2021-01-22T10:21:55.631Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:55.904Z] a8205dce4c39: Pushed [2021-01-22T10:21:55.904Z] 8f282f528b0c: Pushed [2021-01-22T10:21:56.878Z] 755e2a732822: Pushed [2021-01-22T10:21:56.878Z] 25e724891dc7: Pushed [2021-01-22T10:21:57.149Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:54589a3e976ac5a77009004d18c99b8efbf9a40d464ba6a0745e1e68aefc3957 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:57.489Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:57.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.55 [2021-01-22T10:21:57.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T10:21:57.843Z] 5da5ac47797b: Preparing [2021-01-22T10:21:57.843Z] 5da5ac47797b: Preparing [2021-01-22T10:21:57.844Z] 5660814fd92d: Preparing [2021-01-22T10:21:57.844Z] a8205dce4c39: Preparing [2021-01-22T10:21:57.844Z] dab1e944a792: Preparing [2021-01-22T10:21:57.844Z] 8f282f528b0c: Preparing [2021-01-22T10:21:57.844Z] 99ae561294c8: Preparing [2021-01-22T10:21:57.844Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:57.844Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:57.844Z] 755e2a732822: Preparing [2021-01-22T10:21:57.844Z] 25e724891dc7: Preparing [2021-01-22T10:21:57.844Z] f861529e54c9: Preparing [2021-01-22T10:21:57.844Z] 379067d0cb53: Preparing [2021-01-22T10:21:57.844Z] b9b0eb33a81d: Waiting [2021-01-22T10:21:57.844Z] 755e2a732822: Waiting [2021-01-22T10:21:57.844Z] 99ae561294c8: Waiting [2021-01-22T10:21:57.844Z] 25e724891dc7: Waiting [2021-01-22T10:21:57.844Z] 379067d0cb53: Waiting [2021-01-22T10:21:57.844Z] f861529e54c9: Waiting [2021-01-22T10:21:57.844Z] dab1e944a792: Layer already exists [2021-01-22T10:21:57.844Z] a8205dce4c39: Layer already exists [2021-01-22T10:21:57.844Z] 5da5ac47797b: Layer already exists [2021-01-22T10:21:57.844Z] 5660814fd92d: Layer already exists [2021-01-22T10:21:57.844Z] 8f282f528b0c: Layer already exists [2021-01-22T10:21:58.119Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:58.119Z] f861529e54c9: Layer already exists [2021-01-22T10:21:58.119Z] 755e2a732822: Layer already exists [2021-01-22T10:21:58.119Z] b9b0eb33a81d: Layer already exists [2021-01-22T10:21:58.119Z] 25e724891dc7: Layer already exists [2021-01-22T10:21:58.119Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:58.119Z] 2.0.0-dev.55: digest: sha256:54589a3e976ac5a77009004d18c99b8efbf9a40d464ba6a0745e1e68aefc3957 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:58.474Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:58.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:21:58.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T10:21:58.829Z] 5da5ac47797b: Preparing [2021-01-22T10:21:58.829Z] 5da5ac47797b: Preparing [2021-01-22T10:21:58.829Z] 5660814fd92d: Preparing [2021-01-22T10:21:58.829Z] a8205dce4c39: Preparing [2021-01-22T10:21:58.829Z] dab1e944a792: Preparing [2021-01-22T10:21:58.830Z] 8f282f528b0c: Preparing [2021-01-22T10:21:58.830Z] 99ae561294c8: Preparing [2021-01-22T10:21:58.830Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:58.830Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:58.830Z] 755e2a732822: Preparing [2021-01-22T10:21:58.830Z] 25e724891dc7: Preparing [2021-01-22T10:21:58.830Z] f861529e54c9: Preparing [2021-01-22T10:21:58.830Z] 379067d0cb53: Preparing [2021-01-22T10:21:58.830Z] 755e2a732822: Waiting [2021-01-22T10:21:58.830Z] 25e724891dc7: Waiting [2021-01-22T10:21:58.830Z] f861529e54c9: Waiting [2021-01-22T10:21:58.830Z] 379067d0cb53: Waiting [2021-01-22T10:21:58.830Z] 99ae561294c8: Waiting [2021-01-22T10:21:58.830Z] b9b0eb33a81d: Waiting [2021-01-22T10:21:58.830Z] 8f282f528b0c: Layer already exists [2021-01-22T10:21:58.830Z] dab1e944a792: Layer already exists [2021-01-22T10:21:58.830Z] 5da5ac47797b: Layer already exists [2021-01-22T10:21:58.830Z] 5660814fd92d: Layer already exists [2021-01-22T10:21:58.830Z] a8205dce4c39: Layer already exists [2021-01-22T10:21:58.830Z] 755e2a732822: Layer already exists [2021-01-22T10:21:58.830Z] b9b0eb33a81d: Layer already exists [2021-01-22T10:21:59.101Z] 99ae561294c8: Layer already exists [2021-01-22T10:21:59.101Z] f861529e54c9: Layer already exists [2021-01-22T10:21:59.101Z] 25e724891dc7: Layer already exists [2021-01-22T10:21:59.101Z] 379067d0cb53: Layer already exists [2021-01-22T10:21:59.101Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:54589a3e976ac5a77009004d18c99b8efbf9a40d464ba6a0745e1e68aefc3957 size: 3036 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:59.437Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:21:59.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-01-22T10:21:59.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-01-22T10:21:59.768Z] 5da5ac47797b: Preparing [2021-01-22T10:21:59.768Z] 5da5ac47797b: Preparing [2021-01-22T10:21:59.768Z] 5660814fd92d: Preparing [2021-01-22T10:21:59.768Z] a8205dce4c39: Preparing [2021-01-22T10:21:59.768Z] dab1e944a792: Preparing [2021-01-22T10:21:59.768Z] 8f282f528b0c: Preparing [2021-01-22T10:21:59.768Z] 99ae561294c8: Preparing [2021-01-22T10:21:59.768Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:59.768Z] b9b0eb33a81d: Preparing [2021-01-22T10:21:59.768Z] 755e2a732822: Preparing [2021-01-22T10:21:59.768Z] 25e724891dc7: Preparing [2021-01-22T10:21:59.768Z] f861529e54c9: Preparing [2021-01-22T10:21:59.768Z] 379067d0cb53: Preparing [2021-01-22T10:21:59.768Z] b9b0eb33a81d: Waiting [2021-01-22T10:21:59.768Z] 755e2a732822: Waiting [2021-01-22T10:21:59.768Z] 25e724891dc7: Waiting [2021-01-22T10:21:59.768Z] 99ae561294c8: Waiting [2021-01-22T10:21:59.768Z] f861529e54c9: Waiting [2021-01-22T10:21:59.768Z] 379067d0cb53: Waiting [2021-01-22T10:21:59.768Z] 5660814fd92d: Layer already exists [2021-01-22T10:21:59.768Z] a8205dce4c39: Layer already exists [2021-01-22T10:21:59.768Z] dab1e944a792: Layer already exists [2021-01-22T10:21:59.768Z] 5da5ac47797b: Layer already exists [2021-01-22T10:21:59.768Z] 8f282f528b0c: Layer already exists [2021-01-22T10:21:59.768Z] b9b0eb33a81d: Layer already exists [2021-01-22T10:21:59.768Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:00.038Z] f861529e54c9: Layer already exists [2021-01-22T10:22:00.038Z] 25e724891dc7: Layer already exists [2021-01-22T10:22:00.038Z] 755e2a732822: Layer already exists [2021-01-22T10:22:00.038Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:00.038Z] master: digest: sha256:54589a3e976ac5a77009004d18c99b8efbf9a40d464ba6a0745e1e68aefc3957 size: 3036 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:22:00.268Z] ===================================================== [Pipeline] echo [2021-01-22T10:22:00.333Z] taggedImages: [2021-01-22T10:22:00.333Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:00.333Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:00.333Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:00.333Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-01-22T10:22:00.533Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-22T10:22:00.533Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:00.533Z] 2.0.0-dev.55 [2021-01-22T10:22:00.533Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:00.533Z] master [2021-01-22T10:22:00.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:01.082Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:01.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:01.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T10:22:01.421Z] 6e9214f8e6df: Preparing [2021-01-22T10:22:01.421Z] ae7dacae6d1f: Preparing [2021-01-22T10:22:01.421Z] 30d2f5013d8f: Preparing [2021-01-22T10:22:01.421Z] 00e2b0546ad4: Preparing [2021-01-22T10:22:01.421Z] ece38e859440: Preparing [2021-01-22T10:22:01.421Z] 379067d0cb53: Preparing [2021-01-22T10:22:01.421Z] 379067d0cb53: Waiting [2021-01-22T10:22:01.698Z] 30d2f5013d8f: Pushed [2021-01-22T10:22:01.698Z] 00e2b0546ad4: Pushed [2021-01-22T10:22:01.972Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:02.243Z] ece38e859440: Pushed [2021-01-22T10:22:03.669Z] ae7dacae6d1f: Pushed [2021-01-22T10:22:03.942Z] 6e9214f8e6df: Pushed [2021-01-22T10:22:04.213Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:5c05be13180efb2cbee9598ed7d6990c4a33cd2684404310c9fd391f7444df75 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:04.547Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:04.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:04.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T10:22:04.888Z] 6e9214f8e6df: Preparing [2021-01-22T10:22:04.888Z] ae7dacae6d1f: Preparing [2021-01-22T10:22:04.888Z] 30d2f5013d8f: Preparing [2021-01-22T10:22:04.888Z] 00e2b0546ad4: Preparing [2021-01-22T10:22:04.888Z] ece38e859440: Preparing [2021-01-22T10:22:04.888Z] 379067d0cb53: Preparing [2021-01-22T10:22:04.888Z] 379067d0cb53: Waiting [2021-01-22T10:22:04.888Z] ae7dacae6d1f: Layer already exists [2021-01-22T10:22:04.888Z] 00e2b0546ad4: Layer already exists [2021-01-22T10:22:04.888Z] ece38e859440: Layer already exists [2021-01-22T10:22:04.888Z] 6e9214f8e6df: Layer already exists [2021-01-22T10:22:05.157Z] 30d2f5013d8f: Layer already exists [2021-01-22T10:22:05.157Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:05.157Z] 2.0.0-dev.55: digest: sha256:5c05be13180efb2cbee9598ed7d6990c4a33cd2684404310c9fd391f7444df75 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:05.502Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:05.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:05.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T10:22:05.833Z] 6e9214f8e6df: Preparing [2021-01-22T10:22:05.833Z] ae7dacae6d1f: Preparing [2021-01-22T10:22:05.833Z] 30d2f5013d8f: Preparing [2021-01-22T10:22:05.833Z] 00e2b0546ad4: Preparing [2021-01-22T10:22:05.833Z] ece38e859440: Preparing [2021-01-22T10:22:05.833Z] 379067d0cb53: Preparing [2021-01-22T10:22:05.833Z] 379067d0cb53: Waiting [2021-01-22T10:22:06.102Z] ae7dacae6d1f: Layer already exists [2021-01-22T10:22:06.102Z] 30d2f5013d8f: Layer already exists [2021-01-22T10:22:06.102Z] 00e2b0546ad4: Layer already exists [2021-01-22T10:22:06.102Z] ece38e859440: Layer already exists [2021-01-22T10:22:06.102Z] 6e9214f8e6df: Layer already exists [2021-01-22T10:22:06.102Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:06.102Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:5c05be13180efb2cbee9598ed7d6990c4a33cd2684404310c9fd391f7444df75 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:06.436Z] + 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-22T10:22:06.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-22T10:22:06.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-22T10:22:06.766Z] 6e9214f8e6df: Preparing [2021-01-22T10:22:06.766Z] ae7dacae6d1f: Preparing [2021-01-22T10:22:06.766Z] 30d2f5013d8f: Preparing [2021-01-22T10:22:06.766Z] 00e2b0546ad4: Preparing [2021-01-22T10:22:06.766Z] ece38e859440: Preparing [2021-01-22T10:22:06.766Z] 379067d0cb53: Preparing [2021-01-22T10:22:06.766Z] 379067d0cb53: Waiting [2021-01-22T10:22:07.036Z] ece38e859440: Layer already exists [2021-01-22T10:22:07.036Z] 30d2f5013d8f: Layer already exists [2021-01-22T10:22:07.036Z] 00e2b0546ad4: Layer already exists [2021-01-22T10:22:07.036Z] 6e9214f8e6df: Layer already exists [2021-01-22T10:22:07.036Z] ae7dacae6d1f: Layer already exists [2021-01-22T10:22:07.036Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:07.036Z] master: digest: sha256:5c05be13180efb2cbee9598ed7d6990c4a33cd2684404310c9fd391f7444df75 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:22:07.227Z] ===================================================== [Pipeline] echo [2021-01-22T10:22:07.273Z] taggedImages: [2021-01-22T10:22:07.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:07.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:07.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:07.273Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-22T10:22:07.335Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-22T10:22:07.335Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:07.335Z] 2.0.0-dev.55 [2021-01-22T10:22:07.335Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:07.335Z] master [2021-01-22T10:22:07.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:07.824Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:08.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:08.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T10:22:08.155Z] 4be76c07f643: Preparing [2021-01-22T10:22:08.155Z] 049034bc49c7: Preparing [2021-01-22T10:22:08.155Z] da172c15b049: Preparing [2021-01-22T10:22:08.155Z] 62f59b7a9fb6: Preparing [2021-01-22T10:22:08.155Z] 8b3590dd1b46: Preparing [2021-01-22T10:22:08.155Z] 657a08f227f2: Preparing [2021-01-22T10:22:08.155Z] 72f95149b393: Preparing [2021-01-22T10:22:08.155Z] 88b1355b9f7a: Preparing [2021-01-22T10:22:08.155Z] 379067d0cb53: Preparing [2021-01-22T10:22:08.155Z] 72f95149b393: Waiting [2021-01-22T10:22:08.155Z] 657a08f227f2: Waiting [2021-01-22T10:22:08.155Z] 88b1355b9f7a: Waiting [2021-01-22T10:22:08.425Z] 4be76c07f643: Pushed [2021-01-22T10:22:08.425Z] 049034bc49c7: Pushed [2021-01-22T10:22:08.425Z] 8b3590dd1b46: Pushed [2021-01-22T10:22:08.697Z] 657a08f227f2: Pushed [2021-01-22T10:22:08.697Z] 72f95149b393: Pushed [2021-01-22T10:22:08.697Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:09.289Z] 88b1355b9f7a: Pushed [2021-01-22T10:22:10.714Z] 62f59b7a9fb6: Pushed [2021-01-22T10:22:10.714Z] da172c15b049: Pushed [2021-01-22T10:22:10.714Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:cc87cd8888274c406b06e818a517aea671839ec5ba2826a42053fd03443928da size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:11.050Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:11.384Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:11.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T10:22:11.384Z] 4be76c07f643: Preparing [2021-01-22T10:22:11.384Z] 049034bc49c7: Preparing [2021-01-22T10:22:11.384Z] da172c15b049: Preparing [2021-01-22T10:22:11.384Z] 62f59b7a9fb6: Preparing [2021-01-22T10:22:11.384Z] 8b3590dd1b46: Preparing [2021-01-22T10:22:11.384Z] 657a08f227f2: Preparing [2021-01-22T10:22:11.384Z] 72f95149b393: Preparing [2021-01-22T10:22:11.384Z] 88b1355b9f7a: Preparing [2021-01-22T10:22:11.384Z] 379067d0cb53: Preparing [2021-01-22T10:22:11.384Z] 657a08f227f2: Waiting [2021-01-22T10:22:11.384Z] 88b1355b9f7a: Waiting [2021-01-22T10:22:11.384Z] 379067d0cb53: Waiting [2021-01-22T10:22:11.384Z] 72f95149b393: Waiting [2021-01-22T10:22:11.384Z] 8b3590dd1b46: Layer already exists [2021-01-22T10:22:11.384Z] 62f59b7a9fb6: Layer already exists [2021-01-22T10:22:11.679Z] 4be76c07f643: Layer already exists [2021-01-22T10:22:11.679Z] da172c15b049: Layer already exists [2021-01-22T10:22:11.679Z] 049034bc49c7: Layer already exists [2021-01-22T10:22:11.679Z] 72f95149b393: Layer already exists [2021-01-22T10:22:11.679Z] 657a08f227f2: Layer already exists [2021-01-22T10:22:11.679Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:11.679Z] 88b1355b9f7a: Layer already exists [2021-01-22T10:22:11.679Z] 2.0.0-dev.55: digest: sha256:cc87cd8888274c406b06e818a517aea671839ec5ba2826a42053fd03443928da size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:12.018Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:12.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:12.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T10:22:12.388Z] 4be76c07f643: Preparing [2021-01-22T10:22:12.388Z] 049034bc49c7: Preparing [2021-01-22T10:22:12.388Z] da172c15b049: Preparing [2021-01-22T10:22:12.388Z] 62f59b7a9fb6: Preparing [2021-01-22T10:22:12.388Z] 8b3590dd1b46: Preparing [2021-01-22T10:22:12.388Z] 657a08f227f2: Preparing [2021-01-22T10:22:12.388Z] 72f95149b393: Preparing [2021-01-22T10:22:12.388Z] 88b1355b9f7a: Preparing [2021-01-22T10:22:12.388Z] 379067d0cb53: Preparing [2021-01-22T10:22:12.388Z] 657a08f227f2: Waiting [2021-01-22T10:22:12.388Z] 72f95149b393: Waiting [2021-01-22T10:22:12.388Z] 88b1355b9f7a: Waiting [2021-01-22T10:22:12.389Z] 379067d0cb53: Waiting [2021-01-22T10:22:12.389Z] 8b3590dd1b46: Layer already exists [2021-01-22T10:22:12.389Z] 049034bc49c7: Layer already exists [2021-01-22T10:22:12.389Z] 4be76c07f643: Layer already exists [2021-01-22T10:22:12.389Z] da172c15b049: Layer already exists [2021-01-22T10:22:12.389Z] 62f59b7a9fb6: Layer already exists [2021-01-22T10:22:12.665Z] 657a08f227f2: Layer already exists [2021-01-22T10:22:12.665Z] 72f95149b393: Layer already exists [2021-01-22T10:22:12.665Z] 88b1355b9f7a: Layer already exists [2021-01-22T10:22:12.665Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:12.665Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:cc87cd8888274c406b06e818a517aea671839ec5ba2826a42053fd03443928da size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:13.011Z] + 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-22T10:22:13.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-22T10:22:13.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-22T10:22:13.350Z] 4be76c07f643: Preparing [2021-01-22T10:22:13.350Z] 049034bc49c7: Preparing [2021-01-22T10:22:13.350Z] da172c15b049: Preparing [2021-01-22T10:22:13.350Z] 62f59b7a9fb6: Preparing [2021-01-22T10:22:13.350Z] 8b3590dd1b46: Preparing [2021-01-22T10:22:13.350Z] 657a08f227f2: Preparing [2021-01-22T10:22:13.350Z] 72f95149b393: Preparing [2021-01-22T10:22:13.350Z] 88b1355b9f7a: Preparing [2021-01-22T10:22:13.350Z] 379067d0cb53: Preparing [2021-01-22T10:22:13.350Z] 72f95149b393: Waiting [2021-01-22T10:22:13.350Z] 88b1355b9f7a: Waiting [2021-01-22T10:22:13.350Z] 657a08f227f2: Waiting [2021-01-22T10:22:13.350Z] 379067d0cb53: Waiting [2021-01-22T10:22:13.622Z] da172c15b049: Layer already exists [2021-01-22T10:22:13.622Z] 049034bc49c7: Layer already exists [2021-01-22T10:22:13.622Z] 8b3590dd1b46: Layer already exists [2021-01-22T10:22:13.622Z] 4be76c07f643: Layer already exists [2021-01-22T10:22:13.622Z] 62f59b7a9fb6: Layer already exists [2021-01-22T10:22:13.622Z] 657a08f227f2: Layer already exists [2021-01-22T10:22:13.622Z] 88b1355b9f7a: Layer already exists [2021-01-22T10:22:13.622Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:13.622Z] 72f95149b393: Layer already exists [2021-01-22T10:22:13.622Z] master: digest: sha256:cc87cd8888274c406b06e818a517aea671839ec5ba2826a42053fd03443928da size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:22:13.853Z] ===================================================== [Pipeline] echo [2021-01-22T10:22:13.919Z] taggedImages: [2021-01-22T10:22:13.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:13.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:13.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:13.920Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-22T10:22:14.015Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-22T10:22:14.015Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:14.015Z] 2.0.0-dev.55 [2021-01-22T10:22:14.015Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:14.015Z] master [2021-01-22T10:22:14.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:14.559Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:14.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:14.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T10:22:14.903Z] a3f3bc4e2504: Preparing [2021-01-22T10:22:14.903Z] 15926b060dfc: Preparing [2021-01-22T10:22:14.903Z] 99ae561294c8: Preparing [2021-01-22T10:22:14.903Z] de8202bebfcd: Preparing [2021-01-22T10:22:14.903Z] 379067d0cb53: Preparing [2021-01-22T10:22:15.180Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:15.180Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:15.180Z] a3f3bc4e2504: Pushed [2021-01-22T10:22:15.460Z] de8202bebfcd: Pushed [2021-01-22T10:22:17.434Z] 15926b060dfc: Pushed [2021-01-22T10:22:17.706Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:2fb988d229dfc8d997b621f7d74ab1b79216b021f097644edaf9efe9c4a06dc6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:18.044Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:18.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:18.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T10:22:18.385Z] a3f3bc4e2504: Preparing [2021-01-22T10:22:18.385Z] 15926b060dfc: Preparing [2021-01-22T10:22:18.385Z] 99ae561294c8: Preparing [2021-01-22T10:22:18.385Z] de8202bebfcd: Preparing [2021-01-22T10:22:18.385Z] 379067d0cb53: Preparing [2021-01-22T10:22:18.385Z] 15926b060dfc: Layer already exists [2021-01-22T10:22:18.385Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:18.385Z] de8202bebfcd: Layer already exists [2021-01-22T10:22:18.385Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:18.385Z] a3f3bc4e2504: Layer already exists [2021-01-22T10:22:18.654Z] 2.0.0-dev.55: digest: sha256:2fb988d229dfc8d997b621f7d74ab1b79216b021f097644edaf9efe9c4a06dc6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:18.992Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:19.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:19.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T10:22:19.322Z] a3f3bc4e2504: Preparing [2021-01-22T10:22:19.322Z] 15926b060dfc: Preparing [2021-01-22T10:22:19.322Z] 99ae561294c8: Preparing [2021-01-22T10:22:19.322Z] de8202bebfcd: Preparing [2021-01-22T10:22:19.322Z] 379067d0cb53: Preparing [2021-01-22T10:22:19.322Z] 15926b060dfc: Layer already exists [2021-01-22T10:22:19.322Z] a3f3bc4e2504: Layer already exists [2021-01-22T10:22:19.322Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:19.322Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:19.592Z] de8202bebfcd: Layer already exists [2021-01-22T10:22:19.592Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:2fb988d229dfc8d997b621f7d74ab1b79216b021f097644edaf9efe9c4a06dc6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:19.925Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:20.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-22T10:22:20.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-22T10:22:20.280Z] a3f3bc4e2504: Preparing [2021-01-22T10:22:20.280Z] 15926b060dfc: Preparing [2021-01-22T10:22:20.280Z] 99ae561294c8: Preparing [2021-01-22T10:22:20.280Z] de8202bebfcd: Preparing [2021-01-22T10:22:20.280Z] 379067d0cb53: Preparing [2021-01-22T10:22:20.280Z] a3f3bc4e2504: Layer already exists [2021-01-22T10:22:20.280Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:20.280Z] 15926b060dfc: Layer already exists [2021-01-22T10:22:20.280Z] de8202bebfcd: Layer already exists [2021-01-22T10:22:20.280Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:20.558Z] master: digest: sha256:2fb988d229dfc8d997b621f7d74ab1b79216b021f097644edaf9efe9c4a06dc6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:22:20.791Z] ===================================================== [Pipeline] echo [2021-01-22T10:22:20.835Z] taggedImages: [2021-01-22T10:22:20.835Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:20.835Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:20.835Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:20.835Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-22T10:22:20.893Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-22T10:22:20.893Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:20.893Z] 2.0.0-dev.55 [2021-01-22T10:22:20.893Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:20.893Z] master [2021-01-22T10:22:20.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:21.395Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:21.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:21.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T10:22:21.750Z] 3a11540744f4: Preparing [2021-01-22T10:22:21.750Z] 482b04ae9357: Preparing [2021-01-22T10:22:21.750Z] 99ae561294c8: Preparing [2021-01-22T10:22:21.750Z] 02f4d093aac4: Preparing [2021-01-22T10:22:21.750Z] 379067d0cb53: Preparing [2021-01-22T10:22:22.027Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:22.027Z] 02f4d093aac4: Layer already exists [2021-01-22T10:22:22.027Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:22.027Z] 3a11540744f4: Pushed [2021-01-22T10:22:24.627Z] 482b04ae9357: Pushed [2021-01-22T10:22:24.627Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:0346aa74b7f63758b19a3f569800922e614aa248d03d9a4eb1be048862fa42b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:24.966Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:25.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:25.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T10:22:25.295Z] 3a11540744f4: Preparing [2021-01-22T10:22:25.295Z] 482b04ae9357: Preparing [2021-01-22T10:22:25.295Z] 99ae561294c8: Preparing [2021-01-22T10:22:25.295Z] 02f4d093aac4: Preparing [2021-01-22T10:22:25.295Z] 379067d0cb53: Preparing [2021-01-22T10:22:25.566Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:25.566Z] 3a11540744f4: Layer already exists [2021-01-22T10:22:25.566Z] 482b04ae9357: Layer already exists [2021-01-22T10:22:25.566Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:25.566Z] 02f4d093aac4: Layer already exists [2021-01-22T10:22:25.566Z] 2.0.0-dev.55: digest: sha256:0346aa74b7f63758b19a3f569800922e614aa248d03d9a4eb1be048862fa42b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:25.905Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:26.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:26.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T10:22:26.233Z] 3a11540744f4: Preparing [2021-01-22T10:22:26.233Z] 482b04ae9357: Preparing [2021-01-22T10:22:26.233Z] 99ae561294c8: Preparing [2021-01-22T10:22:26.233Z] 02f4d093aac4: Preparing [2021-01-22T10:22:26.233Z] 379067d0cb53: Preparing [2021-01-22T10:22:26.233Z] 02f4d093aac4: Layer already exists [2021-01-22T10:22:26.233Z] 3a11540744f4: Layer already exists [2021-01-22T10:22:26.233Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:26.233Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:26.233Z] 482b04ae9357: Layer already exists [2021-01-22T10:22:26.506Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:0346aa74b7f63758b19a3f569800922e614aa248d03d9a4eb1be048862fa42b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:26.840Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:27.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-22T10:22:27.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-22T10:22:27.172Z] 3a11540744f4: Preparing [2021-01-22T10:22:27.172Z] 482b04ae9357: Preparing [2021-01-22T10:22:27.172Z] 99ae561294c8: Preparing [2021-01-22T10:22:27.172Z] 02f4d093aac4: Preparing [2021-01-22T10:22:27.172Z] 379067d0cb53: Preparing [2021-01-22T10:22:27.172Z] 3a11540744f4: Layer already exists [2021-01-22T10:22:27.172Z] 482b04ae9357: Layer already exists [2021-01-22T10:22:27.172Z] 99ae561294c8: Layer already exists [2021-01-22T10:22:27.172Z] 02f4d093aac4: Layer already exists [2021-01-22T10:22:27.442Z] 379067d0cb53: Layer already exists [2021-01-22T10:22:27.442Z] master: digest: sha256:0346aa74b7f63758b19a3f569800922e614aa248d03d9a4eb1be048862fa42b2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:22:27.708Z] ===================================================== [Pipeline] echo [2021-01-22T10:22:27.754Z] taggedImages: [2021-01-22T10:22:27.755Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:27.755Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:27.755Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:27.755Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-22T10:22:27.819Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-22T10:22:27.819Z] 5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:27.819Z] 2.0.0-dev.55 [2021-01-22T10:22:27.820Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:27.820Z] master [2021-01-22T10:22:27.820Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:28.318Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:28.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:28.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T10:22:28.650Z] 9bee2881cd30: Preparing [2021-01-22T10:22:28.650Z] 4eed101e0d2e: Preparing [2021-01-22T10:22:28.650Z] 0e9a71636ef3: Preparing [2021-01-22T10:22:28.650Z] 41687886d534: Preparing [2021-01-22T10:22:28.650Z] 588bdf5d4a41: Preparing [2021-01-22T10:22:28.650Z] e8f7e680db38: Preparing [2021-01-22T10:22:28.650Z] dd7f704bb099: Preparing [2021-01-22T10:22:28.650Z] 9ded3b6bb9b5: Preparing [2021-01-22T10:22:28.650Z] fa1afe8e6ed9: Preparing [2021-01-22T10:22:28.650Z] 87a09b4c083e: Preparing [2021-01-22T10:22:28.650Z] 0f74e9ff2a61: Preparing [2021-01-22T10:22:28.650Z] b122376c33c6: Preparing [2021-01-22T10:22:28.650Z] f8381ed47b22: Preparing [2021-01-22T10:22:28.650Z] e934a737d657: Preparing [2021-01-22T10:22:28.650Z] dd7f704bb099: Waiting [2021-01-22T10:22:28.650Z] fa1afe8e6ed9: Waiting [2021-01-22T10:22:28.650Z] e934a737d657: Waiting [2021-01-22T10:22:28.650Z] 9ded3b6bb9b5: Waiting [2021-01-22T10:22:28.650Z] 87a09b4c083e: Waiting [2021-01-22T10:22:28.650Z] 0f74e9ff2a61: Waiting [2021-01-22T10:22:28.650Z] e8f7e680db38: Waiting [2021-01-22T10:22:28.650Z] b122376c33c6: Waiting [2021-01-22T10:22:28.650Z] f8381ed47b22: Waiting [2021-01-22T10:22:29.247Z] 588bdf5d4a41: Pushed [2021-01-22T10:22:29.518Z] 9bee2881cd30: Pushed [2021-01-22T10:22:29.794Z] 41687886d534: Pushed [2021-01-22T10:22:29.794Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T10:22:30.069Z] fa1afe8e6ed9: Layer already exists [2021-01-22T10:22:30.069Z] dd7f704bb099: Pushed [2021-01-22T10:22:30.069Z] 87a09b4c083e: Layer already exists [2021-01-22T10:22:30.069Z] 0f74e9ff2a61: Layer already exists [2021-01-22T10:22:30.069Z] b122376c33c6: Layer already exists [2021-01-22T10:22:30.069Z] e934a737d657: Layer already exists [2021-01-22T10:22:30.069Z] f8381ed47b22: Layer already exists [2021-01-22T10:22:30.694Z] 4eed101e0d2e: Pushed [2021-01-22T10:22:31.664Z] e8f7e680db38: Pushed [2021-01-22T10:22:41.782Z] 0e9a71636ef3: Pushed [2021-01-22T10:22:41.782Z] 5d6d03658ce6abe1d2052ba284fce876d938c639: digest: sha256:372820edb1de25141080e601876b429dd9816d87da379f4b7f8a35ccac93fb60 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:42.117Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:42.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:42.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T10:22:42.443Z] 9bee2881cd30: Preparing [2021-01-22T10:22:42.443Z] 4eed101e0d2e: Preparing [2021-01-22T10:22:42.443Z] 0e9a71636ef3: Preparing [2021-01-22T10:22:42.443Z] 41687886d534: Preparing [2021-01-22T10:22:42.443Z] 588bdf5d4a41: Preparing [2021-01-22T10:22:42.443Z] e8f7e680db38: Preparing [2021-01-22T10:22:42.443Z] dd7f704bb099: Preparing [2021-01-22T10:22:42.443Z] 9ded3b6bb9b5: Preparing [2021-01-22T10:22:42.443Z] fa1afe8e6ed9: Preparing [2021-01-22T10:22:42.443Z] 87a09b4c083e: Preparing [2021-01-22T10:22:42.443Z] 0f74e9ff2a61: Preparing [2021-01-22T10:22:42.443Z] b122376c33c6: Preparing [2021-01-22T10:22:42.443Z] f8381ed47b22: Preparing [2021-01-22T10:22:42.443Z] e934a737d657: Preparing [2021-01-22T10:22:42.443Z] fa1afe8e6ed9: Waiting [2021-01-22T10:22:42.443Z] b122376c33c6: Waiting [2021-01-22T10:22:42.443Z] 87a09b4c083e: Waiting [2021-01-22T10:22:42.443Z] f8381ed47b22: Waiting [2021-01-22T10:22:42.443Z] e934a737d657: Waiting [2021-01-22T10:22:42.443Z] dd7f704bb099: Waiting [2021-01-22T10:22:42.443Z] e8f7e680db38: Waiting [2021-01-22T10:22:42.443Z] 9ded3b6bb9b5: Waiting [2021-01-22T10:22:42.443Z] 0f74e9ff2a61: Waiting [2021-01-22T10:22:42.443Z] 4eed101e0d2e: Layer already exists [2021-01-22T10:22:42.443Z] 0e9a71636ef3: Layer already exists [2021-01-22T10:22:42.443Z] 41687886d534: Layer already exists [2021-01-22T10:22:42.443Z] 588bdf5d4a41: Layer already exists [2021-01-22T10:22:42.443Z] 9bee2881cd30: Layer already exists [2021-01-22T10:22:42.712Z] e8f7e680db38: Layer already exists [2021-01-22T10:22:42.712Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T10:22:42.712Z] fa1afe8e6ed9: Layer already exists [2021-01-22T10:22:42.712Z] 87a09b4c083e: Layer already exists [2021-01-22T10:22:42.712Z] dd7f704bb099: Layer already exists [2021-01-22T10:22:42.712Z] f8381ed47b22: Layer already exists [2021-01-22T10:22:42.712Z] 0f74e9ff2a61: Layer already exists [2021-01-22T10:22:42.712Z] b122376c33c6: Layer already exists [2021-01-22T10:22:42.712Z] e934a737d657: Layer already exists [2021-01-22T10:22:42.712Z] 2.0.0-dev.55: digest: sha256:372820edb1de25141080e601876b429dd9816d87da379f4b7f8a35ccac93fb60 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:43.047Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:43.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:43.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T10:22:43.375Z] 9bee2881cd30: Preparing [2021-01-22T10:22:43.375Z] 4eed101e0d2e: Preparing [2021-01-22T10:22:43.375Z] 0e9a71636ef3: Preparing [2021-01-22T10:22:43.375Z] 41687886d534: Preparing [2021-01-22T10:22:43.375Z] 588bdf5d4a41: Preparing [2021-01-22T10:22:43.375Z] e8f7e680db38: Preparing [2021-01-22T10:22:43.375Z] dd7f704bb099: Preparing [2021-01-22T10:22:43.375Z] 9ded3b6bb9b5: Preparing [2021-01-22T10:22:43.375Z] fa1afe8e6ed9: Preparing [2021-01-22T10:22:43.375Z] 87a09b4c083e: Preparing [2021-01-22T10:22:43.375Z] 0f74e9ff2a61: Preparing [2021-01-22T10:22:43.375Z] b122376c33c6: Preparing [2021-01-22T10:22:43.375Z] f8381ed47b22: Preparing [2021-01-22T10:22:43.375Z] e934a737d657: Preparing [2021-01-22T10:22:43.375Z] e8f7e680db38: Waiting [2021-01-22T10:22:43.375Z] dd7f704bb099: Waiting [2021-01-22T10:22:43.375Z] 9ded3b6bb9b5: Waiting [2021-01-22T10:22:43.375Z] fa1afe8e6ed9: Waiting [2021-01-22T10:22:43.375Z] 87a09b4c083e: Waiting [2021-01-22T10:22:43.375Z] 0f74e9ff2a61: Waiting [2021-01-22T10:22:43.375Z] b122376c33c6: Waiting [2021-01-22T10:22:43.375Z] f8381ed47b22: Waiting [2021-01-22T10:22:43.375Z] e934a737d657: Waiting [2021-01-22T10:22:43.375Z] 4eed101e0d2e: Layer already exists [2021-01-22T10:22:43.375Z] 9bee2881cd30: Layer already exists [2021-01-22T10:22:43.375Z] 41687886d534: Layer already exists [2021-01-22T10:22:43.375Z] 588bdf5d4a41: Layer already exists [2021-01-22T10:22:43.375Z] 0e9a71636ef3: Layer already exists [2021-01-22T10:22:43.375Z] dd7f704bb099: Layer already exists [2021-01-22T10:22:43.375Z] 87a09b4c083e: Layer already exists [2021-01-22T10:22:43.375Z] fa1afe8e6ed9: Layer already exists [2021-01-22T10:22:43.375Z] e8f7e680db38: Layer already exists [2021-01-22T10:22:43.643Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T10:22:43.643Z] 0f74e9ff2a61: Layer already exists [2021-01-22T10:22:43.643Z] e934a737d657: Layer already exists [2021-01-22T10:22:43.643Z] f8381ed47b22: Layer already exists [2021-01-22T10:22:43.643Z] b122376c33c6: Layer already exists [2021-01-22T10:22:43.643Z] 5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55: digest: sha256:372820edb1de25141080e601876b429dd9816d87da379f4b7f8a35ccac93fb60 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:43.975Z] + 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-22T10:22:44.307Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-22T10:22:44.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-22T10:22:44.308Z] 9bee2881cd30: Preparing [2021-01-22T10:22:44.308Z] 4eed101e0d2e: Preparing [2021-01-22T10:22:44.308Z] 0e9a71636ef3: Preparing [2021-01-22T10:22:44.308Z] 41687886d534: Preparing [2021-01-22T10:22:44.308Z] 588bdf5d4a41: Preparing [2021-01-22T10:22:44.308Z] e8f7e680db38: Preparing [2021-01-22T10:22:44.308Z] dd7f704bb099: Preparing [2021-01-22T10:22:44.308Z] 9ded3b6bb9b5: Preparing [2021-01-22T10:22:44.308Z] fa1afe8e6ed9: Preparing [2021-01-22T10:22:44.308Z] 87a09b4c083e: Preparing [2021-01-22T10:22:44.308Z] 0f74e9ff2a61: Preparing [2021-01-22T10:22:44.308Z] b122376c33c6: Preparing [2021-01-22T10:22:44.308Z] f8381ed47b22: Preparing [2021-01-22T10:22:44.308Z] e934a737d657: Preparing [2021-01-22T10:22:44.308Z] dd7f704bb099: Waiting [2021-01-22T10:22:44.308Z] 9ded3b6bb9b5: Waiting [2021-01-22T10:22:44.308Z] fa1afe8e6ed9: Waiting [2021-01-22T10:22:44.308Z] 87a09b4c083e: Waiting [2021-01-22T10:22:44.308Z] 0f74e9ff2a61: Waiting [2021-01-22T10:22:44.308Z] b122376c33c6: Waiting [2021-01-22T10:22:44.308Z] f8381ed47b22: Waiting [2021-01-22T10:22:44.308Z] e934a737d657: Waiting [2021-01-22T10:22:44.308Z] e8f7e680db38: Waiting [2021-01-22T10:22:44.308Z] 0e9a71636ef3: Layer already exists [2021-01-22T10:22:44.308Z] 4eed101e0d2e: Layer already exists [2021-01-22T10:22:44.308Z] 41687886d534: Layer already exists [2021-01-22T10:22:44.308Z] 588bdf5d4a41: Layer already exists [2021-01-22T10:22:44.308Z] 9bee2881cd30: Layer already exists [2021-01-22T10:22:44.308Z] fa1afe8e6ed9: Layer already exists [2021-01-22T10:22:44.308Z] 9ded3b6bb9b5: Layer already exists [2021-01-22T10:22:44.308Z] e8f7e680db38: Layer already exists [2021-01-22T10:22:44.308Z] dd7f704bb099: Layer already exists [2021-01-22T10:22:44.576Z] 87a09b4c083e: Layer already exists [2021-01-22T10:22:44.576Z] 0f74e9ff2a61: Layer already exists [2021-01-22T10:22:44.576Z] b122376c33c6: Layer already exists [2021-01-22T10:22:44.576Z] f8381ed47b22: Layer already exists [2021-01-22T10:22:44.576Z] e934a737d657: Layer already exists [2021-01-22T10:22:44.576Z] master: digest: sha256:372820edb1de25141080e601876b429dd9816d87da379f4b7f8a35ccac93fb60 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T10:22:44.801Z] ===================================================== [Pipeline] echo [2021-01-22T10:22:44.843Z] taggedImages: [2021-01-22T10:22:44.843Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639 [2021-01-22T10:22:44.843Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.55 [2021-01-22T10:22:44.843Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5d6d03658ce6abe1d2052ba284fce876d938c639-2.0.0-dev.55 [2021-01-22T10:22:44.843Z] - 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-22T10:22:46.469Z] provisioning config files... [2021-01-22T10:22:46.479Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/318@tmp/config7021870274262599894tmp [Pipeline] { [Pipeline] sh [2021-01-22T10:22:46.849Z] + set +x [2021-01-22T10:22:46.849Z] + curl -s https://codecov.io/bash [2021-01-22T10:22:46.849Z] + bash -s -- [2021-01-22T10:22:47.424Z] [2021-01-22T10:22:47.424Z] _____ _ [2021-01-22T10:22:47.424Z] / ____| | | [2021-01-22T10:22:47.424Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T10:22:47.424Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T10:22:47.424Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T10:22:47.424Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T10:22:47.424Z] Bash-20210115-cec3c92 [2021-01-22T10:22:47.424Z] [2021-01-22T10:22:47.424Z] [2021-01-22T10:22:47.424Z] ==> git version 2.24.3 found [2021-01-22T10:22:47.424Z] ==> 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-22T10:22:47.424Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T10:22:47.424Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T10:22:47.424Z] ==> Jenkins CI detected. [2021-01-22T10:22:47.424Z] project root: . [2021-01-22T10:22:47.424Z] --> token set from env [2021-01-22T10:22:47.424Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T10:22:47.424Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T10:22:47.424Z] ==> Python coveragepy not found [2021-01-22T10:22:47.424Z] ==> Searching for coverage reports in: [2021-01-22T10:22:47.424Z] + . [2021-01-22T10:22:47.424Z] -> Found 1 reports [2021-01-22T10:22:47.424Z] ==> Detecting git/mercurial file structure [2021-01-22T10:22:47.685Z] ==> Reading reports [2021-01-22T10:22:47.685Z] + ./coverage.out bytes=565147 [2021-01-22T10:22:47.685Z] ==> Appending adjustments [2021-01-22T10:22:47.685Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T10:22:50.993Z] + Found adjustments [2021-01-22T10:22:50.993Z] ==> Gzipping contents [2021-01-22T10:22:50.993Z] 84K /tmp/codecov.SJDqwj.gz [2021-01-22T10:22:50.993Z] ==> Uploading reports [2021-01-22T10:22:50.993Z] url: https://codecov.io [2021-01-22T10:22:50.993Z] query: branch=master&commit=5d6d03658ce6abe1d2052ba284fce876d938c639&build=318&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F318%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T10:22:50.993Z] -> Pinging Codecov [2021-01-22T10:22:50.993Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=5d6d03658ce6abe1d2052ba284fce876d938c639&build=318&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F318%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T10:22:50.993Z] -> Uploading to [2021-01-22T10:22:50.993Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/5d6d03658ce6abe1d2052ba284fce876d938c639/9ff89934-e1c0-45e9-b928-1e8799cf075c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T102250Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db7a8ee9fbf404f7852bfa600527d4b19777b8d1fe435da01e9c53b384c9d4bb [2021-01-22T10:22:50.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:22:50.993Z] Dload Upload Total Spent Left Speed [2021-01-22T10:22:51.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85636 0 0 100 85636 0 147k --:--:-- --:--:-- --:--:-- 147k 100 85636 0 0 100 85636 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-01-22T10:22:51.564Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5d6d03658ce6abe1d2052ba284fce876d938c639 [Pipeline] } [2021-01-22T10:22:51.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-22T10:22:52.436Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-22T10:22:52.520Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:52.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T10:22:52.873Z] [2021-01-22T10:22:52.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:22:53.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T10:22:53.212Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-22T10:22:53.212Z] 188c0c94c7c5: Already exists [2021-01-22T10:22:53.212Z] 0ef7d3d256c8: Already exists [2021-01-22T10:22:53.212Z] de9db76c5a1d: Already exists [2021-01-22T10:22:53.212Z] 0eba1c9be4d2: Pulling fs layer [2021-01-22T10:22:53.212Z] 0d57e429df01: Pulling fs layer [2021-01-22T10:22:53.212Z] 4e4be7b47b0d: Pulling fs layer [2021-01-22T10:22:53.212Z] e1f770b5df2f: Pulling fs layer [2021-01-22T10:22:53.212Z] 85a0685a4137: Pulling fs layer [2021-01-22T10:22:53.212Z] e1f770b5df2f: Waiting [2021-01-22T10:22:53.212Z] 85a0685a4137: Waiting [2021-01-22T10:22:53.212Z] 4e4be7b47b0d: Verifying Checksum [2021-01-22T10:22:53.212Z] 4e4be7b47b0d: Download complete [2021-01-22T10:22:53.212Z] 0d57e429df01: Download complete [2021-01-22T10:22:55.129Z] e1f770b5df2f: Verifying Checksum [2021-01-22T10:22:55.129Z] e1f770b5df2f: Download complete [2021-01-22T10:22:56.533Z] 0eba1c9be4d2: Download complete [2021-01-22T10:22:57.115Z] 85a0685a4137: Verifying Checksum [2021-01-22T10:22:57.115Z] 85a0685a4137: Download complete [2021-01-22T10:23:02.438Z] 0eba1c9be4d2: Pull complete [2021-01-22T10:23:02.438Z] 0d57e429df01: Pull complete [2021-01-22T10:23:02.438Z] 4e4be7b47b0d: Pull complete [2021-01-22T10:23:05.766Z] e1f770b5df2f: Pull complete [2021-01-22T10:23:14.005Z] 85a0685a4137: Pull complete [2021-01-22T10:23:14.005Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-22T10:23:14.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T10:23:14.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-22T10:23:14.259Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:23:14.327Z] $ 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/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:23:16.042Z] $ docker top 88357e21200f35838fb3b064f550c7e3bcce4eddd52d38f7515584d052fd911b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T10:23:16.268Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-22T10:23:16.561Z] + set -o pipefail [2021-01-22T10:23:16.561Z] + snyk monitor '--org=edgex-jenkins' [2021-01-22T10:23:24.772Z] [2021-01-22T10:23:24.772Z] Monitoring /w/workspace/edgex-go/318 (github.com/edgexfoundry/edgex-go)... [2021-01-22T10:23:24.772Z] [2021-01-22T10:23:24.772Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/bd97fc95-eeab-4931-9b73-3f0dcef7ae72 [2021-01-22T10:23:24.772Z] [2021-01-22T10:23:24.772Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-22T10:23:24.772Z] [2021-01-22T10:23:24.772Z] [Pipeline] } [2021-01-22T10:23:24.791Z] $ docker stop --time=1 88357e21200f35838fb3b064f550c7e3bcce4eddd52d38f7515584d052fd911b [2021-01-22T10:23:27.693Z] $ docker rm -f 88357e21200f35838fb3b064f550c7e3bcce4eddd52d38f7515584d052fd911b [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-22T10:23:28.966Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T10:23:29.020Z] provisioning config files... [2021-01-22T10:23:29.031Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/318@tmp/config7196853203266737383tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:23:29.402Z] --> edgex-publish-swagger.sh [2021-01-22T10:23:29.402Z] === Publish openapi/v1 API === [2021-01-22T10:23:29.402Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-22T10:23:29.402Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/318/openapi/v1/core-command.yaml] [2021-01-22T10:23:29.402Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:29.402Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:30.814Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8197 0:00:01 0:00:01 --:--:-- 8201 100 10522 0 0 100 10522 0 8195 0:00:01 0:00:01 --:--:-- 8201 [2021-01-22T10:23:30.814Z] [2021-01-22T10:23:30.814Z] [2021-01-22T10:23:30.814Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/318/openapi/v1/core-data.yaml] [2021-01-22T10:23:30.814Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:30.814Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:31.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27447 0:00:01 0:00:01 --:--:-- 27451 100 32557 0 0 100 32557 0 27443 0:00:01 0:00:01 --:--:-- 27427 [2021-01-22T10:23:31.767Z] [2021-01-22T10:23:31.767Z] [2021-01-22T10:23:31.767Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/318/openapi/v1/core-metadata.yaml] [2021-01-22T10:23:31.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:31.767Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:33.151Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61035 0:00:01 0:00:01 --:--:-- 61077 100 73721 0 0 100 73721 0 59269 0:00:01 0:00:01 --:--:-- 59308 [2021-01-22T10:23:33.151Z] [2021-01-22T10:23:33.151Z] [2021-01-22T10:23:33.151Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/318/openapi/v1/support-logging.yaml] [2021-01-22T10:23:33.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:33.151Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:34.538Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11302 0:00:01 0:00:01 --:--:-- 11308 100 13581 0 0 100 13581 0 10694 0:00:01 0:00:01 --:--:-- 10702 [2021-01-22T10:23:34.538Z] [2021-01-22T10:23:34.538Z] [2021-01-22T10:23:34.538Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/318/openapi/v1/support-notifications.yaml] [2021-01-22T10:23:34.538Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:34.538Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:35.483Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35326 0:00:01 0:00:01 --:--:-- 35354 100 38890 0 0 100 38890 0 35321 0:00:01 0:00:01 --:--:-- 35354 [2021-01-22T10:23:35.483Z] [2021-01-22T10:23:35.483Z] [2021-01-22T10:23:35.483Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/318/openapi/v1/support-scheduler.yaml] [2021-01-22T10:23:35.483Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:35.483Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:36.717Z] 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 12864 0:00:01 0:00:01 --:--:-- 12871 [2021-01-22T10:23:36.717Z] [2021-01-22T10:23:36.717Z] [2021-01-22T10:23:36.717Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/318/openapi/v1/system-agent.yaml] [2021-01-22T10:23:36.717Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:36.717Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:37.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3862 0:00:01 0:00:01 --:--:-- 3866 [2021-01-22T10:23:37.689Z] [2021-01-22T10:23:37.689Z] [2021-01-22T10:23:37.689Z] === Publish openapi/v2 API === [2021-01-22T10:23:37.689Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-22T10:23:37.689Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/318/openapi/v2/core-command.yaml] [2021-01-22T10:23:37.689Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:37.689Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:39.073Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19142 0:00:01 0:00:01 --:--:-- 19157 100 20843 0 0 100 20843 0 19139 0:00:01 0:00:01 --:--:-- 19157 [2021-01-22T10:23:39.073Z] [2021-01-22T10:23:39.073Z] [2021-01-22T10:23:39.073Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/318/openapi/v2/core-data.yaml] [2021-01-22T10:23:39.073Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:39.073Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:40.017Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 51218 0:00:01 0:00:01 --:--:-- 51262 100 57055 0 0 100 57055 0 51203 0:00:01 0:00:01 --:--:-- 51216 [2021-01-22T10:23:40.017Z] [2021-01-22T10:23:40.017Z] [2021-01-22T10:23:40.017Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/318/openapi/v2/core-metadata.yaml] [2021-01-22T10:23:40.017Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:40.017Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:41.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 120k 0 0 100 120k 0 99k 0:00:01 0:00:01 --:--:-- 99k [2021-01-22T10:23:41.406Z] [2021-01-22T10:23:41.406Z] [2021-01-22T10:23:41.406Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/318/openapi/v2/support-logging.yaml] [2021-01-22T10:23:41.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:41.406Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:42.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 21534 0:00:01 0:00:01 --:--:-- 21538 100 23692 0 0 100 23692 0 21531 0:00:01 0:00:01 --:--:-- 21538 [2021-01-22T10:23:42.350Z] [2021-01-22T10:23:42.350Z] [2021-01-22T10:23:42.350Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/318/openapi/v2/support-notifications.yaml] [2021-01-22T10:23:42.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:42.350Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:43.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56432 0:00:01 0:00:01 --:--:-- 56478 100 62691 0 0 100 62691 0 56424 0:00:01 0:00:01 --:--:-- 56478 [2021-01-22T10:23:43.301Z] [2021-01-22T10:23:43.301Z] [2021-01-22T10:23:43.301Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/318/openapi/v2/support-scheduler.yaml] [2021-01-22T10:23:43.301Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:43.301Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:44.689Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 34919 0:00:01 0:00:01 --:--:-- 34948 100 39667 0 0 100 39667 0 34914 0:00:01 0:00:01 --:--:-- 34948 [2021-01-22T10:23:44.689Z] [2021-01-22T10:23:44.689Z] [2021-01-22T10:23:44.689Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/318/openapi/v2/system-agent.yaml] [2021-01-22T10:23:44.689Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T10:23:44.689Z] Dload Upload Total Spent Left Speed [2021-01-22T10:23:45.633Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 19716 0:00:01 0:00:01 --:--:-- 19705 100 23726 0 0 100 23726 0 19665 0:00:01 0:00:01 --:--:-- 19657 [2021-01-22T10:23:45.633Z] [2021-01-22T10:23:45.633Z] [Pipeline] } [2021-01-22T10:23:45.642Z] 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-22T10:23:46.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T10:23:46.469Z] . [Pipeline] withDockerContainer [2021-01-22T10:23:46.571Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:23:46.617Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:23:47.499Z] $ docker top 2f4bd1b98f951c21b9b125970709ce30f6a05575e5dc11273e31a2b5daa95d13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T10:23:47.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T10:23:47.854Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T10:23:48.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T10:23:48.099Z] $ docker exec 2f4bd1b98f951c21b9b125970709ce30f6a05575e5dc11273e31a2b5daa95d13 ssh-agent [2021-01-22T10:23:48.271Z] SSH_AUTH_SOCK=/tmp/ssh-SEAmVZV91u66/agent.12 [2021-01-22T10:23:48.271Z] SSH_AGENT_PID=17 [2021-01-22T10:23:48.278Z] Running ssh-add (command line suppressed) [2021-01-22T10:23:48.413Z] Identity added: /w/workspace/edgex-go/318@tmp/private_key_6135709467604941627.key (/w/workspace/edgex-go/318@tmp/private_key_6135709467604941627.key) [2021-01-22T10:23:48.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T10:23:48.809Z] + git semver tag [2021-01-22T10:23:49.073Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T10:23:49.073Z] # $GIT_DIR = /w/workspace/edgex-go/318/.git [2021-01-22T10:23:49.073Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/318 [2021-01-22T10:23:49.073Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T10:23:49.073Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T10:23:49.073Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T10:23:49.073Z] # $SEMVER_BRANCH = master [2021-01-22T10:23:49.073Z] # $SEMVER_DIR = /w/workspace/edgex-go/318/.semver [2021-01-22T10:23:49.073Z] # 5d6d03658ce6abe1d2052ba284fce876d938c639 HEAD [2021-01-22T10:23:49.645Z] # -> Force: false [2021-01-22T10:23:49.645Z] # 9183cee3c1604d27fd5281a0e12d8eea799cd107 refs/tags/v2.0.0-dev.55 [Pipeline] } [2021-01-22T10:23:49.656Z] $ docker exec --env ******** --env ******** 2f4bd1b98f951c21b9b125970709ce30f6a05575e5dc11273e31a2b5daa95d13 ssh-agent -k [2021-01-22T10:23:49.841Z] unset SSH_AUTH_SOCK; [2021-01-22T10:23:49.841Z] unset SSH_AGENT_PID; [2021-01-22T10:23:49.841Z] echo Agent pid 17 killed; [2021-01-22T10:23:49.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T10:23:50.400Z] + git semver [Pipeline] } [2021-01-22T10:23:50.427Z] $ docker stop --time=1 2f4bd1b98f951c21b9b125970709ce30f6a05575e5dc11273e31a2b5daa95d13 [2021-01-22T10:23:51.796Z] $ docker rm -f 2f4bd1b98f951c21b9b125970709ce30f6a05575e5dc11273e31a2b5daa95d13 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:23:52.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T10:23:52.405Z] [2021-01-22T10:23:52.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:23:52.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T10:23:52.750Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-22T10:23:52.750Z] ab5ef0e58194: Pulling fs layer [2021-01-22T10:23:52.750Z] 9712f1f96733: Pulling fs layer [2021-01-22T10:23:52.750Z] 63f879dbbcfc: Pulling fs layer [2021-01-22T10:23:52.750Z] 0d9ebad4ef96: Pulling fs layer [2021-01-22T10:23:52.750Z] e9a5061849ea: Pulling fs layer [2021-01-22T10:23:52.750Z] d747dcd14b5f: Pulling fs layer [2021-01-22T10:23:52.750Z] 2de7ff778b66: Pulling fs layer [2021-01-22T10:23:52.750Z] e9a5061849ea: Waiting [2021-01-22T10:23:52.750Z] d747dcd14b5f: Waiting [2021-01-22T10:23:52.750Z] 2de7ff778b66: Waiting [2021-01-22T10:23:52.750Z] 0d9ebad4ef96: Waiting [2021-01-22T10:23:52.750Z] 9712f1f96733: Verifying Checksum [2021-01-22T10:23:52.750Z] 9712f1f96733: Download complete [2021-01-22T10:23:54.669Z] 63f879dbbcfc: Verifying Checksum [2021-01-22T10:23:54.669Z] 63f879dbbcfc: Download complete [2021-01-22T10:23:54.669Z] e9a5061849ea: Verifying Checksum [2021-01-22T10:23:54.669Z] e9a5061849ea: Download complete [2021-01-22T10:23:54.669Z] d747dcd14b5f: Verifying Checksum [2021-01-22T10:23:54.669Z] d747dcd14b5f: Download complete [2021-01-22T10:23:55.243Z] 2de7ff778b66: Verifying Checksum [2021-01-22T10:23:55.243Z] 2de7ff778b66: Download complete [2021-01-22T10:23:55.243Z] 0d9ebad4ef96: Verifying Checksum [2021-01-22T10:23:55.243Z] 0d9ebad4ef96: Download complete [2021-01-22T10:23:55.505Z] ab5ef0e58194: Download complete [2021-01-22T10:23:59.735Z] ab5ef0e58194: Pull complete [2021-01-22T10:23:59.735Z] 9712f1f96733: Pull complete [2021-01-22T10:24:03.064Z] 63f879dbbcfc: Pull complete [2021-01-22T10:24:11.236Z] 0d9ebad4ef96: Pull complete [2021-01-22T10:24:13.169Z] e9a5061849ea: Pull complete [2021-01-22T10:24:13.431Z] d747dcd14b5f: Pull complete [2021-01-22T10:24:16.053Z] 2de7ff778b66: Pull complete [2021-01-22T10:24:16.053Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-22T10:24:16.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T10:24:16.053Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-22T10:24:16.233Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:24:16.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:24:19.160Z] $ docker top 47d16dab3e5f60cbef3ba87914ef65d812eb63e2ed3078c9e025716979407264 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-22T10:24:19.387Z] provisioning config files... [2021-01-22T10:24:19.397Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/318@tmp/config8698952639609750661tmp [2021-01-22T10:24:19.412Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/318@tmp/config8283265762623194370tmp [2021-01-22T10:24:19.427Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/318@tmp/config716429824368021143tmp [Pipeline] { [Pipeline] echo [2021-01-22T10:24:19.490Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:24:19.788Z] ---> sigul-configuration.sh [2021-01-22T10:24:19.788Z] gpg: directory `/root/.gnupg' created [2021-01-22T10:24:19.788Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-22T10:24:19.788Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-22T10:24:19.788Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-22T10:24:19.788Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-22T10:24:19.788Z] gpg: CAST5 encrypted data [2021-01-22T10:24:20.049Z] gpg: encrypted with 1 passphrase [2021-01-22T10:24:20.050Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-22T10:24:20.345Z] + mkdir /home/jenkins [2021-01-22T10:24:20.345Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-22T10:24:20.641Z] + 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-22T10:24:20.652Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:24:21.009Z] ---> sigul-install.sh [2021-01-22T10:24:26.324Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-22T10:24:26.621Z] + git tag --list [2021-01-22T10:24:26.621Z] 0.6.0 [2021-01-22T10:24:26.621Z] 0.6.1 [2021-01-22T10:24:26.621Z] 0.7.0 [2021-01-22T10:24:26.621Z] 0.7.1 [2021-01-22T10:24:26.621Z] v1.0.0 [2021-01-22T10:24:26.621Z] v1.0.1 [2021-01-22T10:24:26.621Z] v1.1.0 [2021-01-22T10:24:26.621Z] v1.2.0 [2021-01-22T10:24:26.621Z] v1.2.1 [2021-01-22T10:24:26.621Z] v1.2.2-dev.1 [2021-01-22T10:24:26.621Z] v1.2.2-dev.10 [2021-01-22T10:24:26.621Z] v1.2.2-dev.100 [2021-01-22T10:24:26.621Z] v1.2.2-dev.101 [2021-01-22T10:24:26.621Z] v1.2.2-dev.102 [2021-01-22T10:24:26.621Z] v1.2.2-dev.103 [2021-01-22T10:24:26.621Z] v1.2.2-dev.104 [2021-01-22T10:24:26.621Z] v1.2.2-dev.105 [2021-01-22T10:24:26.621Z] v1.2.2-dev.106 [2021-01-22T10:24:26.621Z] v1.2.2-dev.107 [2021-01-22T10:24:26.621Z] v1.2.2-dev.11 [2021-01-22T10:24:26.621Z] v1.2.2-dev.12 [2021-01-22T10:24:26.621Z] v1.2.2-dev.13 [2021-01-22T10:24:26.621Z] v1.2.2-dev.14 [2021-01-22T10:24:26.621Z] v1.2.2-dev.15 [2021-01-22T10:24:26.621Z] v1.2.2-dev.16 [2021-01-22T10:24:26.621Z] v1.2.2-dev.17 [2021-01-22T10:24:26.621Z] v1.2.2-dev.18 [2021-01-22T10:24:26.621Z] v1.2.2-dev.19 [2021-01-22T10:24:26.621Z] v1.2.2-dev.2 [2021-01-22T10:24:26.621Z] v1.2.2-dev.20 [2021-01-22T10:24:26.621Z] v1.2.2-dev.21 [2021-01-22T10:24:26.621Z] v1.2.2-dev.22 [2021-01-22T10:24:26.621Z] v1.2.2-dev.23 [2021-01-22T10:24:26.621Z] v1.2.2-dev.24 [2021-01-22T10:24:26.621Z] v1.2.2-dev.25 [2021-01-22T10:24:26.621Z] v1.2.2-dev.26 [2021-01-22T10:24:26.621Z] v1.2.2-dev.27 [2021-01-22T10:24:26.621Z] v1.2.2-dev.28 [2021-01-22T10:24:26.621Z] v1.2.2-dev.29 [2021-01-22T10:24:26.621Z] v1.2.2-dev.3 [2021-01-22T10:24:26.621Z] v1.2.2-dev.30 [2021-01-22T10:24:26.621Z] v1.2.2-dev.31 [2021-01-22T10:24:26.621Z] v1.2.2-dev.32 [2021-01-22T10:24:26.621Z] v1.2.2-dev.33 [2021-01-22T10:24:26.621Z] v1.2.2-dev.34 [2021-01-22T10:24:26.621Z] v1.2.2-dev.35 [2021-01-22T10:24:26.621Z] v1.2.2-dev.36 [2021-01-22T10:24:26.621Z] v1.2.2-dev.37 [2021-01-22T10:24:26.621Z] v1.2.2-dev.38 [2021-01-22T10:24:26.621Z] v1.2.2-dev.39 [2021-01-22T10:24:26.621Z] v1.2.2-dev.4 [2021-01-22T10:24:26.621Z] v1.2.2-dev.40 [2021-01-22T10:24:26.621Z] v1.2.2-dev.41 [2021-01-22T10:24:26.621Z] v1.2.2-dev.42 [2021-01-22T10:24:26.621Z] v1.2.2-dev.43 [2021-01-22T10:24:26.621Z] v1.2.2-dev.44 [2021-01-22T10:24:26.621Z] v1.2.2-dev.45 [2021-01-22T10:24:26.621Z] v1.2.2-dev.46 [2021-01-22T10:24:26.621Z] v1.2.2-dev.47 [2021-01-22T10:24:26.621Z] v1.2.2-dev.48 [2021-01-22T10:24:26.621Z] v1.2.2-dev.49 [2021-01-22T10:24:26.621Z] v1.2.2-dev.5 [2021-01-22T10:24:26.621Z] v1.2.2-dev.50 [2021-01-22T10:24:26.621Z] v1.2.2-dev.51 [2021-01-22T10:24:26.622Z] v1.2.2-dev.52 [2021-01-22T10:24:26.622Z] v1.2.2-dev.53 [2021-01-22T10:24:26.622Z] v1.2.2-dev.54 [2021-01-22T10:24:26.622Z] v1.2.2-dev.55 [2021-01-22T10:24:26.622Z] v1.2.2-dev.56 [2021-01-22T10:24:26.622Z] v1.2.2-dev.57 [2021-01-22T10:24:26.622Z] v1.2.2-dev.58 [2021-01-22T10:24:26.622Z] v1.2.2-dev.59 [2021-01-22T10:24:26.622Z] v1.2.2-dev.6 [2021-01-22T10:24:26.622Z] v1.2.2-dev.60 [2021-01-22T10:24:26.622Z] v1.2.2-dev.61 [2021-01-22T10:24:26.622Z] v1.2.2-dev.62 [2021-01-22T10:24:26.622Z] v1.2.2-dev.63 [2021-01-22T10:24:26.622Z] v1.2.2-dev.64 [2021-01-22T10:24:26.622Z] v1.2.2-dev.65 [2021-01-22T10:24:26.622Z] v1.2.2-dev.66 [2021-01-22T10:24:26.622Z] v1.2.2-dev.67 [2021-01-22T10:24:26.622Z] v1.2.2-dev.68 [2021-01-22T10:24:26.622Z] v1.2.2-dev.69 [2021-01-22T10:24:26.622Z] v1.2.2-dev.7 [2021-01-22T10:24:26.622Z] v1.2.2-dev.70 [2021-01-22T10:24:26.622Z] v1.2.2-dev.71 [2021-01-22T10:24:26.622Z] v1.2.2-dev.72 [2021-01-22T10:24:26.622Z] v1.2.2-dev.73 [2021-01-22T10:24:26.622Z] v1.2.2-dev.74 [2021-01-22T10:24:26.622Z] v1.2.2-dev.75 [2021-01-22T10:24:26.622Z] v1.2.2-dev.76 [2021-01-22T10:24:26.622Z] v1.2.2-dev.77 [2021-01-22T10:24:26.622Z] v1.2.2-dev.78 [2021-01-22T10:24:26.622Z] v1.2.2-dev.79 [2021-01-22T10:24:26.622Z] v1.2.2-dev.8 [2021-01-22T10:24:26.622Z] v1.2.2-dev.80 [2021-01-22T10:24:26.622Z] v1.2.2-dev.81 [2021-01-22T10:24:26.622Z] v1.2.2-dev.82 [2021-01-22T10:24:26.622Z] v1.2.2-dev.83 [2021-01-22T10:24:26.622Z] v1.2.2-dev.84 [2021-01-22T10:24:26.622Z] v1.2.2-dev.85 [2021-01-22T10:24:26.622Z] v1.2.2-dev.86 [2021-01-22T10:24:26.622Z] v1.2.2-dev.87 [2021-01-22T10:24:26.622Z] v1.2.2-dev.88 [2021-01-22T10:24:26.622Z] v1.2.2-dev.89 [2021-01-22T10:24:26.622Z] v1.2.2-dev.9 [2021-01-22T10:24:26.622Z] v1.2.2-dev.90 [2021-01-22T10:24:26.622Z] v1.2.2-dev.91 [2021-01-22T10:24:26.622Z] v1.2.2-dev.92 [2021-01-22T10:24:26.622Z] v1.2.2-dev.93 [2021-01-22T10:24:26.622Z] v1.2.2-dev.94 [2021-01-22T10:24:26.622Z] v1.2.2-dev.95 [2021-01-22T10:24:26.622Z] v1.2.2-dev.96 [2021-01-22T10:24:26.622Z] v1.2.2-dev.97 [2021-01-22T10:24:26.622Z] v1.2.2-dev.98 [2021-01-22T10:24:26.622Z] v1.2.2-dev.99 [2021-01-22T10:24:26.622Z] v1.3.0 [2021-01-22T10:24:26.622Z] v1.3.1-dev.1 [2021-01-22T10:24:26.622Z] v1.3.1-dev.10 [2021-01-22T10:24:26.622Z] v1.3.1-dev.11 [2021-01-22T10:24:26.622Z] v1.3.1-dev.12 [2021-01-22T10:24:26.622Z] v1.3.1-dev.13 [2021-01-22T10:24:26.622Z] v1.3.1-dev.14 [2021-01-22T10:24:26.622Z] v1.3.1-dev.15 [2021-01-22T10:24:26.622Z] v1.3.1-dev.16 [2021-01-22T10:24:26.622Z] v1.3.1-dev.17 [2021-01-22T10:24:26.622Z] v1.3.1-dev.18 [2021-01-22T10:24:26.622Z] v1.3.1-dev.2 [2021-01-22T10:24:26.622Z] v1.3.1-dev.3 [2021-01-22T10:24:26.622Z] v1.3.1-dev.4 [2021-01-22T10:24:26.622Z] v1.3.1-dev.5 [2021-01-22T10:24:26.622Z] v1.3.1-dev.6 [2021-01-22T10:24:26.622Z] v1.3.1-dev.7 [2021-01-22T10:24:26.622Z] v1.3.1-dev.8 [2021-01-22T10:24:26.622Z] v1.3.1-dev.9 [2021-01-22T10:24:26.622Z] v2.0.0-dev.1 [2021-01-22T10:24:26.622Z] v2.0.0-dev.10 [2021-01-22T10:24:26.622Z] v2.0.0-dev.11 [2021-01-22T10:24:26.622Z] v2.0.0-dev.12 [2021-01-22T10:24:26.622Z] v2.0.0-dev.13 [2021-01-22T10:24:26.622Z] v2.0.0-dev.14 [2021-01-22T10:24:26.622Z] v2.0.0-dev.15 [2021-01-22T10:24:26.622Z] v2.0.0-dev.16 [2021-01-22T10:24:26.622Z] v2.0.0-dev.17 [2021-01-22T10:24:26.622Z] v2.0.0-dev.18 [2021-01-22T10:24:26.622Z] v2.0.0-dev.19 [2021-01-22T10:24:26.622Z] v2.0.0-dev.2 [2021-01-22T10:24:26.622Z] v2.0.0-dev.20 [2021-01-22T10:24:26.622Z] v2.0.0-dev.21 [2021-01-22T10:24:26.622Z] v2.0.0-dev.22 [2021-01-22T10:24:26.622Z] v2.0.0-dev.23 [2021-01-22T10:24:26.622Z] v2.0.0-dev.24 [2021-01-22T10:24:26.622Z] v2.0.0-dev.25 [2021-01-22T10:24:26.622Z] v2.0.0-dev.26 [2021-01-22T10:24:26.622Z] v2.0.0-dev.27 [2021-01-22T10:24:26.622Z] v2.0.0-dev.28 [2021-01-22T10:24:26.622Z] v2.0.0-dev.29 [2021-01-22T10:24:26.622Z] v2.0.0-dev.3 [2021-01-22T10:24:26.622Z] v2.0.0-dev.30 [2021-01-22T10:24:26.622Z] v2.0.0-dev.31 [2021-01-22T10:24:26.622Z] v2.0.0-dev.32 [2021-01-22T10:24:26.622Z] v2.0.0-dev.33 [2021-01-22T10:24:26.622Z] v2.0.0-dev.34 [2021-01-22T10:24:26.622Z] v2.0.0-dev.35 [2021-01-22T10:24:26.622Z] v2.0.0-dev.36 [2021-01-22T10:24:26.622Z] v2.0.0-dev.37 [2021-01-22T10:24:26.622Z] v2.0.0-dev.38 [2021-01-22T10:24:26.622Z] v2.0.0-dev.39 [2021-01-22T10:24:26.622Z] v2.0.0-dev.4 [2021-01-22T10:24:26.622Z] v2.0.0-dev.40 [2021-01-22T10:24:26.622Z] v2.0.0-dev.41 [2021-01-22T10:24:26.622Z] v2.0.0-dev.42 [2021-01-22T10:24:26.622Z] v2.0.0-dev.43 [2021-01-22T10:24:26.622Z] v2.0.0-dev.44 [2021-01-22T10:24:26.622Z] v2.0.0-dev.45 [2021-01-22T10:24:26.622Z] v2.0.0-dev.46 [2021-01-22T10:24:26.622Z] v2.0.0-dev.47 [2021-01-22T10:24:26.622Z] v2.0.0-dev.48 [2021-01-22T10:24:26.622Z] v2.0.0-dev.49 [2021-01-22T10:24:26.622Z] v2.0.0-dev.5 [2021-01-22T10:24:26.622Z] v2.0.0-dev.50 [2021-01-22T10:24:26.622Z] v2.0.0-dev.51 [2021-01-22T10:24:26.622Z] v2.0.0-dev.52 [2021-01-22T10:24:26.622Z] v2.0.0-dev.53 [2021-01-22T10:24:26.622Z] v2.0.0-dev.54 [2021-01-22T10:24:26.622Z] v2.0.0-dev.55 [2021-01-22T10:24:26.622Z] v2.0.0-dev.6 [2021-01-22T10:24:26.622Z] v2.0.0-dev.7 [2021-01-22T10:24:26.622Z] v2.0.0-dev.8 [2021-01-22T10:24:26.622Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-22T10:24:26.922Z] + lftools sign git-tag v2.0.0-dev.55 [2021-01-22T10:24:28.311Z] Signing Git tag with Sigul... [2021-01-22T10:24:28.311Z] Signing v2.0.0-dev.55 [Pipeline] echo [2021-01-22T10:24:29.719Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:24:30.014Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-22T10:24:30.024Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-22T10:24:30.166Z] $ docker stop --time=1 47d16dab3e5f60cbef3ba87914ef65d812eb63e2ed3078c9e025716979407264 [2021-01-22T10:24:32.294Z] $ docker rm -f 47d16dab3e5f60cbef3ba87914ef65d812eb63e2ed3078c9e025716979407264 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:24:33.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T10:24:33.216Z] . [Pipeline] withDockerContainer [2021-01-22T10:24:33.326Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:24:33.373Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:24:34.197Z] $ docker top dd9d5b42e2a72e0bc20302264ad012523ea5ccae5cadac7466a2faa6aefe2bd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T10:24:34.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T10:24:34.495Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T10:24:34.696Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T10:24:34.699Z] $ docker exec dd9d5b42e2a72e0bc20302264ad012523ea5ccae5cadac7466a2faa6aefe2bd0 ssh-agent [2021-01-22T10:24:34.877Z] SSH_AUTH_SOCK=/tmp/ssh-VyQIeyK6byqL/agent.11 [2021-01-22T10:24:34.877Z] SSH_AGENT_PID=17 [2021-01-22T10:24:34.885Z] Running ssh-add (command line suppressed) [2021-01-22T10:24:35.012Z] Identity added: /w/workspace/edgex-go/318@tmp/private_key_7403244553755262883.key (/w/workspace/edgex-go/318@tmp/private_key_7403244553755262883.key) [2021-01-22T10:24:35.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T10:24:35.425Z] + git semver bump pre [2021-01-22T10:24:35.425Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T10:24:35.425Z] # $GIT_DIR = /w/workspace/edgex-go/318/.git [2021-01-22T10:24:35.425Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/318 [2021-01-22T10:24:35.425Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T10:24:35.425Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T10:24:35.425Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T10:24:35.425Z] # $SEMVER_BRANCH = master [2021-01-22T10:24:35.425Z] # $SEMVER_DIR = /w/workspace/edgex-go/318/.semver [2021-01-22T10:24:35.425Z] 2.0.0-dev.56 [Pipeline] } [2021-01-22T10:24:35.436Z] $ docker exec --env ******** --env ******** dd9d5b42e2a72e0bc20302264ad012523ea5ccae5cadac7466a2faa6aefe2bd0 ssh-agent -k [2021-01-22T10:24:35.554Z] unset SSH_AUTH_SOCK; [2021-01-22T10:24:35.554Z] unset SSH_AGENT_PID; [2021-01-22T10:24:35.554Z] echo Agent pid 17 killed; [2021-01-22T10:24:35.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T10:24:36.108Z] + git semver [Pipeline] } [2021-01-22T10:24:36.124Z] $ docker stop --time=1 dd9d5b42e2a72e0bc20302264ad012523ea5ccae5cadac7466a2faa6aefe2bd0 [2021-01-22T10:24:37.515Z] $ docker rm -f dd9d5b42e2a72e0bc20302264ad012523ea5ccae5cadac7466a2faa6aefe2bd0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:24:38.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T10:24:38.041Z] . [Pipeline] withDockerContainer [2021-01-22T10:24:38.139Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:24:38.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:24:38.829Z] $ docker top 4a6a555021b1c46aec4531bb09ea7c42f69cf2518e0e105fca12d74a56719621 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T10:24:39.130Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T10:24:39.130Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T10:24:39.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T10:24:39.318Z] $ docker exec 4a6a555021b1c46aec4531bb09ea7c42f69cf2518e0e105fca12d74a56719621 ssh-agent [2021-01-22T10:24:39.493Z] SSH_AUTH_SOCK=/tmp/ssh-XTrMz5hxcoEQ/agent.12 [2021-01-22T10:24:39.493Z] SSH_AGENT_PID=17 [2021-01-22T10:24:39.500Z] Running ssh-add (command line suppressed) [2021-01-22T10:24:39.635Z] Identity added: /w/workspace/edgex-go/318@tmp/private_key_7830403924511825241.key (/w/workspace/edgex-go/318@tmp/private_key_7830403924511825241.key) [2021-01-22T10:24:39.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T10:24:40.031Z] + git semver push [2021-01-22T10:24:40.031Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T10:24:40.031Z] # $GIT_DIR = /w/workspace/edgex-go/318/.git [2021-01-22T10:24:40.031Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/318 [2021-01-22T10:24:40.031Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T10:24:40.031Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T10:24:40.031Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T10:24:40.031Z] # $SEMVER_BRANCH = master [2021-01-22T10:24:40.031Z] # $SEMVER_DIR = /w/workspace/edgex-go/318/.semver [Pipeline] } [2021-01-22T10:24:50.065Z] $ docker exec --env ******** --env ******** 4a6a555021b1c46aec4531bb09ea7c42f69cf2518e0e105fca12d74a56719621 ssh-agent -k [2021-01-22T10:24:50.183Z] unset SSH_AUTH_SOCK; [2021-01-22T10:24:50.183Z] unset SSH_AGENT_PID; [2021-01-22T10:24:50.183Z] echo Agent pid 17 killed; [2021-01-22T10:24:50.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T10:24:50.751Z] + git semver [Pipeline] } [2021-01-22T10:24:50.767Z] $ docker stop --time=1 4a6a555021b1c46aec4531bb09ea7c42f69cf2518e0e105fca12d74a56719621 [2021-01-22T10:24:52.166Z] $ docker rm -f 4a6a555021b1c46aec4531bb09ea7c42f69cf2518e0e105fca12d74a56719621 [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-22T10:24:53.331Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:24:54.400Z] ---> package-listing.sh [2021-01-22T10:24:54.401Z] ++ facter osfamily [2021-01-22T10:24:54.401Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T10:24:54.401Z] + OS_FAMILY=redhat [2021-01-22T10:24:54.401Z] + workspace=/w/workspace/edgex-go/318 [2021-01-22T10:24:54.401Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T10:24:54.401Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T10:24:54.401Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T10:24:54.401Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T10:24:54.401Z] + '[' /w/workspace/edgex-go/318 ']' [2021-01-22T10:24:54.401Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T10:24:54.401Z] + case "${OS_FAMILY}" in [2021-01-22T10:24:54.401Z] + rpm -qa [2021-01-22T10:24:54.401Z] + sort [2021-01-22T10:24:59.712Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T10:24:59.712Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T10:24:59.712Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T10:24:59.712Z] + '[' /w/workspace/edgex-go/318 ']' [2021-01-22T10:24:59.712Z] + mkdir -p /w/workspace/edgex-go/318/archives/ [2021-01-22T10:24:59.712Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/318/archives/ [Pipeline] echo [2021-01-22T10:24:59.728Z] 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/318/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T10:25:00.017Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:25:00.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T10:25:00.343Z] [2021-01-22T10:25:00.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T10:25:00.701Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T10:25:00.701Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T10:25:00.701Z] df20fa9351a1: Pulling fs layer [2021-01-22T10:25:00.701Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T10:25:00.701Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T10:25:00.701Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T10:25:00.701Z] 93b61091891f: Pulling fs layer [2021-01-22T10:25:00.701Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T10:25:00.701Z] 5e14af77c1be: Pulling fs layer [2021-01-22T10:25:00.701Z] 01666e4c0597: Pulling fs layer [2021-01-22T10:25:00.701Z] aa168da1d23b: Pulling fs layer [2021-01-22T10:25:00.701Z] 93b9cdb0e59b: Waiting [2021-01-22T10:25:00.701Z] 5e14af77c1be: Waiting [2021-01-22T10:25:00.701Z] 01666e4c0597: Waiting [2021-01-22T10:25:00.701Z] 93b61091891f: Waiting [2021-01-22T10:25:00.701Z] 46f8f816bc3b: Waiting [2021-01-22T10:25:00.701Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T10:25:00.701Z] 36b3adc4ff6f: Download complete [2021-01-22T10:25:00.701Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T10:25:00.701Z] 46f8f816bc3b: Download complete [2021-01-22T10:25:00.701Z] df20fa9351a1: Verifying Checksum [2021-01-22T10:25:00.701Z] df20fa9351a1: Download complete [2021-01-22T10:25:00.969Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T10:25:00.969Z] 93b9cdb0e59b: Download complete [2021-01-22T10:25:00.969Z] 5e14af77c1be: Verifying Checksum [2021-01-22T10:25:00.969Z] 5e14af77c1be: Download complete [2021-01-22T10:25:00.969Z] 01666e4c0597: Verifying Checksum [2021-01-22T10:25:00.969Z] 01666e4c0597: Download complete [2021-01-22T10:25:00.969Z] 93b61091891f: Verifying Checksum [2021-01-22T10:25:00.969Z] 93b61091891f: Download complete [2021-01-22T10:25:00.969Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T10:25:00.969Z] 8ad3a11d3b57: Download complete [2021-01-22T10:25:01.232Z] df20fa9351a1: Pull complete [2021-01-22T10:25:01.495Z] 36b3adc4ff6f: Pull complete [2021-01-22T10:25:02.891Z] 8ad3a11d3b57: Pull complete [2021-01-22T10:25:03.153Z] aa168da1d23b: Verifying Checksum [2021-01-22T10:25:03.153Z] aa168da1d23b: Download complete [2021-01-22T10:25:03.726Z] 46f8f816bc3b: Pull complete [2021-01-22T10:25:04.300Z] 93b61091891f: Pull complete [2021-01-22T10:25:04.301Z] 93b9cdb0e59b: Pull complete [2021-01-22T10:25:04.564Z] 5e14af77c1be: Pull complete [2021-01-22T10:25:04.564Z] 01666e4c0597: Pull complete [2021-01-22T10:25:12.737Z] aa168da1d23b: Pull complete [2021-01-22T10:25:12.737Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T10:25:12.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T10:25:12.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T10:25:12.926Z] prd-centos7-docker-4c-2g-22265 does not seem to be running inside a container [2021-01-22T10:25:12.971Z] $ 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/318/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/318 -v /w/workspace/edgex-go/318:/w/workspace/edgex-go/318:rw,z -v /w/workspace/edgex-go/318@tmp:/w/workspace/edgex-go/318@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-22T10:25:16.356Z] $ docker top 35cefd5a28e52c80883f4a1af2a096144a274a2f744ea4393c9288334a53cf7c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T10:25:16.868Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T10:25:17.168Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T10:25:17.464Z] + ls /var/log/sa-host [2021-01-22T10:25:17.464Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T10:25:17.464Z] file_magic: OK [2021-01-22T10:25:17.464Z] HZ: Using current value: 100 [2021-01-22T10:25:17.464Z] file_header: OK [2021-01-22T10:25:17.464Z] 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-22T10:25:17.464Z] Statistics: [2021-01-22T10:25:17.464Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T10:25:17.464Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T10:25:17.464Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T10:25:17.464Z] file_magic: OK [2021-01-22T10:25:17.464Z] HZ: Using current value: 100 [2021-01-22T10:25:17.464Z] file_header: OK [2021-01-22T10:25:17.464Z] 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-22T10:25:17.464Z] Statistics: [2021-01-22T10:25:17.464Z] Hnuu...uuuununununu... [2021-01-22T10:25:17.464Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T10:25:18.093Z] provisioning config files... [2021-01-22T10:25:18.108Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/318@tmp/config9204143370688003559tmp [Pipeline] { [Pipeline] echo [2021-01-22T10:25:18.181Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:25:18.474Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T10:25:18.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T10:25:18.573Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:25:18.866Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T10:25:18.877Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:25:19.172Z] ---> sudo-logs.sh [2021-01-22T10:25:19.172Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T10:25:19.211Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:25:19.512Z] ---> job-cost.sh [2021-01-22T10:25:19.512Z] lf-activate-venv: SKIPPING [2021-01-22T10:25:19.512Z] INFO: No Stack... [2021-01-22T10:25:20.452Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T10:25:20.713Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T10:25:20.725Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T10:25:21.018Z] ---> logs-deploy.sh [2021-01-22T10:25:21.018Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/318 [2021-01-22T10:25:21.018Z] INFO: archiving workspace using pattern(s): [2021-01-22T10:25:22.402Z] Archives upload complete. [2021-01-22T10:25:22.663Z] INFO: archiving logs to Nexus [2021-01-22T10:25:23.606Z] ---> uname -a: [2021-01-22T10:25:23.606Z] Linux prd-centos7-docker-4c-2g-22265.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-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] ---> lscpu: [2021-01-22T10:25:23.606Z] Architecture: x86_64 [2021-01-22T10:25:23.606Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-22T10:25:23.606Z] Byte Order: Little Endian [2021-01-22T10:25:23.606Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-22T10:25:23.606Z] CPU(s): 4 [2021-01-22T10:25:23.606Z] On-line CPU(s) list: 0-3 [2021-01-22T10:25:23.606Z] Thread(s) per core: 1 [2021-01-22T10:25:23.606Z] Core(s) per socket: 1 [2021-01-22T10:25:23.606Z] Socket(s): 4 [2021-01-22T10:25:23.606Z] NUMA node(s): 1 [2021-01-22T10:25:23.606Z] Vendor ID: GenuineIntel [2021-01-22T10:25:23.606Z] CPU family: 6 [2021-01-22T10:25:23.606Z] Model: 44 [2021-01-22T10:25:23.606Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-22T10:25:23.606Z] Stepping: 1 [2021-01-22T10:25:23.606Z] CPU MHz: 2933.442 [2021-01-22T10:25:23.606Z] BogoMIPS: 5866.88 [2021-01-22T10:25:23.606Z] Virtualization: VT-x [2021-01-22T10:25:23.606Z] Hypervisor vendor: KVM [2021-01-22T10:25:23.606Z] Virtualization type: full [2021-01-22T10:25:23.606Z] L1d cache: 128 KiB [2021-01-22T10:25:23.606Z] L1i cache: 128 KiB [2021-01-22T10:25:23.606Z] L2 cache: 16 MiB [2021-01-22T10:25:23.606Z] L3 cache: 64 MiB [2021-01-22T10:25:23.606Z] NUMA node0 CPU(s): 0-3 [2021-01-22T10:25:23.606Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-22T10:25:23.606Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-22T10:25:23.606Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-22T10:25:23.606Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-22T10:25:23.606Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-22T10:25:23.606Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-22T10:25:23.606Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-22T10:25:23.606Z] Vulnerability Srbds: Not affected [2021-01-22T10:25:23.606Z] Vulnerability Tsx async abort: Not affected [2021-01-22T10:25:23.606Z] 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-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] ---> nproc: [2021-01-22T10:25:23.606Z] 4 [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] ---> df -h: [2021-01-22T10:25:23.606Z] Filesystem Size Used Available Use% Mounted on [2021-01-22T10:25:23.606Z] overlay 50.0G 13.0G 37.0G 26% / [2021-01-22T10:25:23.606Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-22T10:25:23.606Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-22T10:25:23.606Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/318@tmp [2021-01-22T10:25:23.606Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/318 [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] ---> free -m: [2021-01-22T10:25:23.606Z] total used free shared buff/cache available [2021-01-22T10:25:23.606Z] Mem: 1837 768 167 0 902 1005 [2021-01-22T10:25:23.606Z] Swap: 1023 68 955 [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] [2021-01-22T10:25:23.606Z] ---> ip addr: [2021-01-22T10:25:23.606Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-22T10:25:23.606Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-22T10:25:23.606Z] inet 127.0.0.1/8 scope host lo [2021-01-22T10:25:23.606Z] valid_lft forever preferred_lft forever [2021-01-22T10:25:23.606Z] inet6 ::1/128 scope host [2021-01-22T10:25:23.606Z] valid_lft forever preferred_lft forever [2021-01-22T10:25:23.606Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-22T10:25:23.606Z] link/ether fa:16:3e:a6:58:df brd ff:ff:ff:ff:ff:ff [2021-01-22T10:25:23.606Z] inet 10.30.122.30/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-22T10:25:23.606Z] valid_lft 85347sec preferred_lft 85347sec [2021-01-22T10:25:23.606Z] inet6 fe80::f816:3eff:fea6:58df/64 scope link [2021-01-22T10:25:23.607Z] valid_lft forever preferred_lft forever [2021-01-22T10:25:23.607Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-22T10:25:23.607Z] link/ether 02:42:0e:a8:94:77 brd ff:ff:ff:ff:ff:ff [2021-01-22T10:25:23.607Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-22T10:25:23.607Z] valid_lft forever preferred_lft forever [2021-01-22T10:25:23.607Z] inet6 fe80::42:eff:fea8:9477/64 scope link [2021-01-22T10:25:23.607Z] valid_lft forever preferred_lft forever [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] ---> sar -b -r -n DEV: [2021-01-22T10:25:23.607Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] 10:07:39 LINUX RESTART (4 CPU) [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] 10:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-22T10:25:23.607Z] 10:09:01 135.26 47.94 87.31 0.00 8327.56 36489.36 0.00 [2021-01-22T10:25:23.607Z] 10:10:01 259.96 114.77 145.18 0.00 7692.16 46736.75 0.00 [2021-01-22T10:25:23.607Z] 10:11:01 237.27 96.51 140.76 0.00 3165.55 20696.06 0.00 [2021-01-22T10:25:23.607Z] 10:12:01 147.04 82.36 64.68 0.00 3750.02 5077.80 0.00 [2021-01-22T10:25:23.607Z] 10:13:02 478.61 259.89 218.72 0.00 73261.13 146693.08 0.00 [2021-01-22T10:25:23.607Z] 10:14:02 3370.53 3008.98 361.54 0.00 160291.74 174313.58 0.00 [2021-01-22T10:25:23.607Z] 10:15:01 352.07 135.46 216.61 0.00 17784.39 48625.59 0.00 [2021-01-22T10:25:23.607Z] 10:16:01 2237.74 1892.70 345.04 0.00 140306.01 173861.75 0.00 [2021-01-22T10:25:23.607Z] 10:17:01 297.75 70.83 226.92 0.00 7084.06 31903.21 0.00 [2021-01-22T10:25:23.607Z] 10:18:01 36.17 20.61 15.57 0.00 3145.66 395.62 0.00 [2021-01-22T10:25:23.607Z] 10:19:01 1.70 0.40 1.30 0.00 10.26 26.42 0.00 [2021-01-22T10:25:23.607Z] 10:20:02 0.22 0.00 0.22 0.00 0.00 2.38 0.00 [2021-01-22T10:25:23.607Z] 10:21:01 0.73 0.49 0.24 0.00 4.61 2.13 0.00 [2021-01-22T10:25:23.607Z] 10:22:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-01-22T10:25:23.607Z] 10:23:01 53.54 18.69 34.85 0.00 1567.30 15818.49 0.00 [2021-01-22T10:25:23.607Z] 10:24:02 341.29 186.79 154.51 0.00 11319.61 35384.26 0.00 [2021-01-22T10:25:23.607Z] 10:25:01 231.62 126.40 105.23 0.00 10338.14 18692.03 0.00 [2021-01-22T10:25:23.607Z] Average: 480.55 355.80 124.75 0.00 26374.25 44485.51 0.00 [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] 10:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-22T10:25:23.607Z] 10:09:01 79536 0 663380 35.26 2620 1136008 1391560 47.49 563440 1033348 3188 [2021-01-22T10:25:23.607Z] 10:10:01 102460 0 693116 36.84 1704 1084264 1312964 44.81 560512 941856 101688 [2021-01-22T10:25:23.607Z] 10:11:01 235260 0 865532 46.00 652 780100 1841888 62.86 706656 660424 17776 [2021-01-22T10:25:23.607Z] 10:12:01 193284 0 788312 41.90 648 899300 1476260 50.38 664540 735040 67844 [2021-01-22T10:25:23.607Z] 10:13:02 76652 0 829272 44.07 0 975620 2251136 76.83 724272 872460 46916 [2021-01-22T10:25:23.607Z] 10:14:02 463208 0 745616 39.63 0 672720 2401600 81.96 532044 633204 60 [2021-01-22T10:25:23.607Z] 10:15:01 71524 0 724916 38.53 0 1085104 1537104 52.46 741420 818376 86992 [2021-01-22T10:25:23.607Z] 10:16:01 621568 0 731768 38.89 0 528208 3181492 108.58 495420 534464 36 [2021-01-22T10:25:23.607Z] 10:17:01 195000 0 653128 34.71 0 1033416 1394208 47.58 508840 931744 28 [2021-01-22T10:25:23.607Z] 10:18:01 128180 0 628380 33.40 0 1124984 1194324 40.76 612332 896040 20 [2021-01-22T10:25:23.607Z] 10:19:01 129544 0 627024 33.32 0 1124976 1169304 39.91 615184 892812 16 [2021-01-22T10:25:23.607Z] 10:20:02 130776 0 625768 33.26 0 1125000 1157996 39.52 614496 892536 8 [2021-01-22T10:25:23.607Z] 10:21:01 130616 0 625924 33.27 0 1125004 1158188 39.53 614920 892632 8 [2021-01-22T10:25:23.607Z] 10:22:01 130760 0 625772 33.26 0 1125012 1158180 39.53 614844 892672 8 [2021-01-22T10:25:23.607Z] 10:23:01 75120 0 710268 37.75 0 1096156 1585704 54.12 741088 802568 81064 [2021-01-22T10:25:23.607Z] 10:24:02 122540 0 704736 37.46 0 1054268 1358896 46.38 623856 839176 74604 [2021-01-22T10:25:23.607Z] 10:25:01 95376 0 764548 40.63 0 1021620 1414300 48.27 525720 914560 32816 [2021-01-22T10:25:23.607Z] Average: 175377 0 706321 37.54 331 999515 1587359 54.17 615270 834348 30181 [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] 10:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-22T10:25:23.607Z] 10:09:01 eth0 1629.10 1500.58 6114.36 192.60 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:09:01 veth692c71d 773.46 662.88 73.46 2365.65 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:09:01 docker0 773.46 662.75 62.89 2365.64 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:10:01 eth0 657.06 574.26 4023.49 57.28 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:10:01 veth0e68013 149.43 129.78 468.14 11.88 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:10:01 docker0 285.58 314.47 21.49 1179.17 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:11:01 eth0 36.19 19.77 33.47 12.81 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:11:01 veth3b2a0de 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:12:01 eth0 33.24 22.41 21.85 77.45 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:12:01 veth3b2a0de 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:12:01 docker0 0.23 0.23 0.01 0.02 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:13:02 veth963e59c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:13:02 eth0 219.52 181.15 1676.33 73.77 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:14:02 veth963e59c 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:14:02 vethef327c1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:14:02 veth3841e4e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:14:02 vethbfd4367 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:15:01 veth963e59c 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:15:01 eth0 2726.02 2383.39 12438.80 440.89 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:15:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:15:01 docker0 1089.04 1039.20 86.05 3909.15 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:16:01 vethcf492b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:16:01 veth963e59c 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:16:01 veth6eb1c61 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:16:01 veth2003640 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:17:01 eth0 3028.82 2586.79 14141.97 615.99 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:17:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:17:01 docker0 1117.35 1114.94 87.58 4438.53 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:18:01 eth0 415.68 404.58 185.78 1674.24 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:19:01 eth0 1.55 0.77 1.39 0.11 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:20:02 eth0 0.50 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:21:01 eth0 0.98 0.44 0.32 0.21 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:22:01 eth0 1.07 0.40 0.36 0.21 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:23:01 eth0 471.14 382.14 4026.17 31.34 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:24:02 eth0 476.09 417.84 3405.12 100.32 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:24:02 docker0 32.51 33.83 3.00 216.62 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:25:01 eth0 188.14 148.09 791.92 100.91 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] 10:25:01 docker0 25.43 33.13 1.92 206.03 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] Average: eth0 268.84 231.56 1329.62 148.68 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] Average: docker0 69.33 69.71 5.46 286.73 0.00 0.00 0.00 0.00 [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] ---> sar -P ALL: [2021-01-22T10:25:23.607Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] 10:07:39 LINUX RESTART (4 CPU) [2021-01-22T10:25:23.607Z] [2021-01-22T10:25:23.607Z] 10:08:02 CPU %user %nice %system %iowait %steal %idle [2021-01-22T10:25:23.607Z] 10:09:01 all 17.61 0.00 8.90 4.40 0.04 69.05 [2021-01-22T10:25:23.607Z] 10:09:01 0 16.23 0.00 12.14 2.14 0.04 69.45 [2021-01-22T10:25:23.607Z] 10:09:01 1 15.72 0.00 7.07 4.66 0.03 72.52 [2021-01-22T10:25:23.607Z] 10:09:01 2 20.85 0.00 7.60 4.24 0.03 67.27 [2021-01-22T10:25:23.607Z] 10:09:01 3 17.60 0.00 8.85 6.53 0.05 66.97 [2021-01-22T10:25:23.607Z] 10:10:01 all 13.66 0.00 8.36 3.17 0.03 74.78 [2021-01-22T10:25:23.607Z] 10:10:01 0 14.21 0.00 9.57 3.75 0.03 72.43 [2021-01-22T10:25:23.607Z] 10:10:01 1 13.17 0.00 7.73 3.39 0.02 75.70 [2021-01-22T10:25:23.607Z] 10:10:01 2 11.96 0.00 7.92 1.94 0.02 78.16 [2021-01-22T10:25:23.607Z] 10:10:01 3 15.32 0.00 8.24 3.60 0.03 72.80 [2021-01-22T10:25:23.607Z] 10:11:01 all 40.60 0.00 12.68 6.61 0.03 40.07 [2021-01-22T10:25:23.607Z] 10:11:01 0 38.43 0.00 12.99 5.39 0.02 43.17 [2021-01-22T10:25:23.607Z] 10:11:01 1 41.36 0.00 12.10 6.19 0.03 40.31 [2021-01-22T10:25:23.607Z] 10:11:01 2 41.17 0.00 12.28 6.80 0.03 39.72 [2021-01-22T10:25:23.607Z] 10:11:01 3 41.46 0.00 13.36 8.04 0.03 37.11 [2021-01-22T10:25:23.607Z] 10:12:01 all 51.79 0.00 15.37 2.59 0.03 30.23 [2021-01-22T10:25:23.607Z] 10:12:01 0 51.60 0.00 16.08 3.16 0.02 29.15 [2021-01-22T10:25:23.607Z] 10:12:01 1 50.81 0.00 15.09 3.06 0.03 31.01 [2021-01-22T10:25:23.607Z] 10:12:01 2 53.09 0.00 15.60 3.02 0.03 28.25 [2021-01-22T10:25:23.607Z] 10:12:01 3 51.66 0.00 14.69 1.10 0.03 32.51 [2021-01-22T10:25:23.607Z] 10:13:02 all 22.39 0.00 20.56 5.16 0.04 51.86 [2021-01-22T10:25:23.607Z] 10:13:02 0 24.58 0.00 20.35 4.15 0.05 50.87 [2021-01-22T10:25:23.607Z] 10:13:02 1 21.25 0.00 19.93 5.45 0.03 53.34 [2021-01-22T10:25:23.607Z] 10:13:02 2 21.76 0.00 20.52 3.45 0.03 54.24 [2021-01-22T10:25:23.607Z] 10:13:02 3 21.95 0.00 21.42 7.59 0.05 48.98 [2021-01-22T10:25:23.607Z] 10:14:02 all 18.87 0.00 29.52 27.10 0.08 24.44 [2021-01-22T10:25:23.607Z] 10:14:02 0 18.93 0.00 29.11 27.24 0.11 24.61 [2021-01-22T10:25:23.607Z] 10:14:02 1 17.97 0.00 29.33 26.45 0.05 26.20 [2021-01-22T10:25:23.607Z] 10:14:02 2 19.09 0.00 29.34 27.69 0.11 23.77 [2021-01-22T10:25:23.607Z] 10:14:02 3 19.49 0.00 30.29 27.03 0.04 23.15 [2021-01-22T10:25:23.607Z] 10:15:01 all 49.18 0.00 16.74 15.48 0.05 18.55 [2021-01-22T10:25:23.607Z] 10:15:01 0 48.38 0.00 17.32 18.36 0.05 15.89 [2021-01-22T10:25:23.607Z] 10:15:01 1 49.29 0.00 15.87 8.68 0.05 26.11 [2021-01-22T10:25:23.607Z] 10:15:01 2 49.61 0.00 16.98 17.05 0.04 16.32 [2021-01-22T10:25:23.607Z] 10:15:01 3 49.43 0.00 16.80 17.87 0.05 15.85 [2021-01-22T10:25:23.607Z] 10:16:01 all 33.56 0.00 28.23 19.32 0.06 18.83 [2021-01-22T10:25:23.607Z] 10:16:01 0 31.77 0.00 26.57 19.28 0.07 22.31 [2021-01-22T10:25:23.607Z] 10:16:01 1 33.65 0.00 28.73 18.49 0.05 19.08 [2021-01-22T10:25:23.607Z] 10:16:01 2 32.72 0.00 29.33 19.20 0.04 18.72 [2021-01-22T10:25:23.607Z] 10:16:01 3 36.12 0.00 28.28 20.32 0.09 15.19 [2021-01-22T10:25:23.607Z] 10:17:01 all 29.79 0.00 13.01 7.89 0.03 49.27 [2021-01-22T10:25:23.607Z] 10:17:01 0 30.64 0.00 12.69 4.63 0.03 52.01 [2021-01-22T10:25:23.608Z] 10:17:01 1 27.63 0.00 13.24 8.16 0.03 50.94 [2021-01-22T10:25:23.608Z] 10:17:01 2 30.63 0.00 13.79 10.30 0.03 45.25 [2021-01-22T10:25:23.608Z] 10:17:01 3 30.24 0.00 12.33 8.46 0.03 48.92 [2021-01-22T10:25:23.608Z] 10:18:01 all 9.10 0.00 3.48 0.81 0.03 86.58 [2021-01-22T10:25:23.608Z] 10:18:01 0 9.22 0.00 4.28 0.54 0.03 85.92 [2021-01-22T10:25:23.608Z] 10:18:01 1 9.32 0.00 3.36 0.88 0.02 86.42 [2021-01-22T10:25:23.608Z] 10:18:01 2 9.74 0.00 3.29 0.59 0.03 86.34 [2021-01-22T10:25:23.608Z] 10:18:01 3 8.13 0.00 2.98 1.21 0.03 87.64 [2021-01-22T10:25:23.608Z] 10:19:01 all 0.17 0.00 0.04 0.02 0.00 99.77 [2021-01-22T10:25:23.608Z] 10:19:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-22T10:25:23.608Z] 10:19:01 1 0.05 0.00 0.07 0.05 0.00 99.83 [2021-01-22T10:25:23.608Z] 10:19:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-22T10:25:23.608Z] 10:19:01 3 0.05 0.00 0.03 0.02 0.00 99.90 [2021-01-22T10:25:23.608Z] [2021-01-22T10:25:23.608Z] 10:19:01 CPU %user %nice %system %iowait %steal %idle [2021-01-22T10:25:23.608Z] 10:20:02 all 0.16 0.00 0.14 0.00 0.00 99.70 [2021-01-22T10:25:23.608Z] 10:20:02 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-22T10:25:23.608Z] 10:20:02 1 0.03 0.00 0.45 0.00 0.00 99.52 [2021-01-22T10:25:23.608Z] 10:20:02 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-22T10:25:23.608Z] 10:20:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-22T10:25:23.608Z] 10:21:01 all 0.15 0.00 0.03 0.01 0.00 99.81 [2021-01-22T10:25:23.608Z] 10:21:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2021-01-22T10:25:23.608Z] 10:21:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2021-01-22T10:25:23.608Z] 10:21:01 2 0.51 0.00 0.02 0.00 0.00 99.47 [2021-01-22T10:25:23.608Z] 10:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-22T10:25:23.608Z] 10:22:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-22T10:25:23.608Z] 10:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-22T10:25:23.608Z] 10:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-22T10:25:23.608Z] 10:22:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2021-01-22T10:25:23.608Z] 10:22:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-22T10:25:23.608Z] 10:23:01 all 4.45 0.00 3.28 0.51 0.00 91.75 [2021-01-22T10:25:23.608Z] 10:23:01 0 4.43 0.00 3.53 0.47 0.00 91.57 [2021-01-22T10:25:23.608Z] 10:23:01 1 4.99 0.00 3.63 0.55 0.02 90.82 [2021-01-22T10:25:23.608Z] 10:23:01 2 3.85 0.00 2.79 0.55 0.00 92.81 [2021-01-22T10:25:23.608Z] 10:23:01 3 4.55 0.00 3.16 0.47 0.00 91.82 [2021-01-22T10:25:23.608Z] 10:24:02 all 10.16 0.00 8.37 6.66 0.05 74.77 [2021-01-22T10:25:23.608Z] 10:24:02 0 12.22 0.00 8.50 3.48 0.07 75.73 [2021-01-22T10:25:23.608Z] 10:24:02 1 9.88 0.00 8.65 6.73 0.02 74.73 [2021-01-22T10:25:23.608Z] 10:24:02 2 9.07 0.00 8.11 9.39 0.05 73.38 [2021-01-22T10:25:23.608Z] 10:24:02 3 9.49 0.00 8.21 7.03 0.05 75.22 [2021-01-22T10:25:23.608Z] 10:25:01 all 9.46 0.00 7.69 4.19 0.02 78.64 [2021-01-22T10:25:23.608Z] 10:25:01 0 9.17 0.00 8.11 6.06 0.02 76.64 [2021-01-22T10:25:23.608Z] 10:25:01 1 7.90 0.00 7.88 2.50 0.02 81.70 [2021-01-22T10:25:23.608Z] 10:25:01 2 8.00 0.00 6.54 3.30 0.03 82.12 [2021-01-22T10:25:23.608Z] 10:25:01 3 12.79 0.00 8.24 4.90 0.02 74.07 [2021-01-22T10:25:23.608Z] Average: all 18.06 0.00 10.21 5.98 0.03 65.72 [2021-01-22T10:25:23.608Z] Average: 0 17.99 0.00 10.51 5.67 0.03 65.80 [2021-01-22T10:25:23.608Z] Average: 1 17.60 0.00 10.03 5.49 0.02 66.86 [2021-01-22T10:25:23.608Z] Average: 2 18.20 0.00 10.08 6.19 0.03 65.50 [2021-01-22T10:25:23.608Z] Average: 3 18.46 0.00 10.23 6.56 0.03 64.72 [2021-01-22T10:25:23.608Z] [2021-01-22T10:25:23.608Z] [2021-01-22T10:25:23.608Z]