Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1ca7629e1cd076585a36704fbab1254463beb4f2 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-40 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/438 [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/438 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 1ca7629e1cd076585a36704fbab1254463beb4f2 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1ca7629e1cd076585a36704fbab1254463beb4f2 # timeout=10 Commit message: "feat(notifications): Implement DELETE /notification/id/{id} API (#3361)" > git rev-list --no-walk 5e8f0209b56f3309f9665c980cdfd66463b0e44b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-13T23:58:29.064Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-13T23:58:29.178Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-13T23:58:29.204Z] ========================================================= [2021-04-13T23:58:29.205Z] EdgeX Global Pipelines Version Info [2021-04-13T23:58:29.205Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-13T23:58:30.718Z] ------------------- [2021-04-13T23:58:30.718Z] stable info: [2021-04-13T23:58:30.718Z] ------------------- [2021-04-13T23:58:30.718Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-13T23:58:30.718Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-13T23:58:30.718Z] Message: update stable to v1.0.186 [2021-04-13T23:58:31.671Z] ------------------- [2021-04-13T23:58:31.671Z] experimental info: [2021-04-13T23:58:31.671Z] ------------------- [2021-04-13T23:58:31.671Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-13T23:58:31.671Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-13T23:58:31.671Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-13T23:58:31.810Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-13T23:58:31.830Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-13T23:58:31.850Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-13T23:58:31.871Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-13T23:58:31.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-13T23:58:31.911Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-13T23:58:31.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-13T23:58:31.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-13T23:58:31.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-13T23:58:31.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-13T23:58:32.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-13T23:58:32.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-13T23:58:32.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-13T23:58:32.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-13T23:58:32.110Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T23:58:32.131Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-13T23:58:32.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-13T23:58:32.172Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-13T23:58:32.193Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-13T23:58:32.213Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-13T23:58:32.234Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-13T23:58:32.256Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-13T23:58:32.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-13T23:58:32.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-13T23:58:32.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-13T23:58:32.340Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] echo [2021-04-13T23:58:32.360Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ca7629 [Pipeline] echo [2021-04-13T23:58:32.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-13T23:58:32.453Z] provisioning config files... [2021-04-13T23:58:32.493Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/438@tmp/config3711364377912163016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-13T23:58:32.820Z] ---> docker-login.sh [2021-04-13T23:58:32.821Z] nexus3.edgexfoundry.org:10001 [2021-04-13T23:58:33.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T23:58:33.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T23:58:33.346Z] Configure a credential helper to remove this warning. See [2021-04-13T23:58:33.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T23:58:33.346Z] [2021-04-13T23:58:33.346Z] Login Succeeded [2021-04-13T23:58:33.346Z] nexus3.edgexfoundry.org:10002 [2021-04-13T23:58:33.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T23:58:33.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T23:58:33.346Z] Configure a credential helper to remove this warning. See [2021-04-13T23:58:33.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T23:58:33.347Z] [2021-04-13T23:58:33.347Z] Login Succeeded [2021-04-13T23:58:33.347Z] nexus3.edgexfoundry.org:10003 [2021-04-13T23:58:33.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T23:58:33.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T23:58:33.610Z] Configure a credential helper to remove this warning. See [2021-04-13T23:58:33.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T23:58:33.610Z] [2021-04-13T23:58:33.610Z] Login Succeeded [2021-04-13T23:58:33.610Z] nexus3.edgexfoundry.org:10004 [2021-04-13T23:58:33.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T23:58:33.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T23:58:33.872Z] Configure a credential helper to remove this warning. See [2021-04-13T23:58:33.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T23:58:33.872Z] [2021-04-13T23:58:33.872Z] Login Succeeded [2021-04-13T23:58:33.872Z] docker.io [2021-04-13T23:58:33.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-13T23:58:34.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-13T23:58:34.136Z] Configure a credential helper to remove this warning. See [2021-04-13T23:58:34.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-13T23:58:34.136Z] [2021-04-13T23:58:34.136Z] Login Succeeded [2021-04-13T23:58:34.136Z] ---> docker-login.sh ends [Pipeline] } [2021-04-13T23:58:34.146Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T23:58:34.482Z] ++ 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-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/core-command/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/core-data/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-13T23:58:34.482Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-13T23:58:34.482Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-13T23:58:34.482Z] ++ cut -d/ -f2 [2021-04-13T23:58:34.482Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-13T23:58:34.586Z] 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-04-13T23:58:35.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T23:58:35.982Z] [2021-04-13T23:58:35.982Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-13T23:58:36.296Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T23:58:36.296Z] latest: Pulling from edgex-devops/git-semver [2021-04-13T23:58:36.296Z] 31603596830f: Pulling fs layer [2021-04-13T23:58:36.296Z] 2a8b12db71e7: Pulling fs layer [2021-04-13T23:58:36.296Z] 6ca5941a6612: Pulling fs layer [2021-04-13T23:58:36.296Z] ecc8261a40a4: Pulling fs layer [2021-04-13T23:58:36.296Z] ecc8261a40a4: Waiting [2021-04-13T23:58:36.296Z] 2a8b12db71e7: Verifying Checksum [2021-04-13T23:58:36.296Z] 2a8b12db71e7: Download complete [2021-04-13T23:58:36.296Z] 31603596830f: Verifying Checksum [2021-04-13T23:58:36.296Z] 31603596830f: Download complete [2021-04-13T23:58:36.562Z] 6ca5941a6612: Verifying Checksum [2021-04-13T23:58:36.562Z] 6ca5941a6612: Download complete [2021-04-13T23:58:36.562Z] ecc8261a40a4: Verifying Checksum [2021-04-13T23:58:36.562Z] ecc8261a40a4: Download complete [2021-04-13T23:58:36.824Z] 31603596830f: Pull complete [2021-04-13T23:58:36.824Z] 2a8b12db71e7: Pull complete [2021-04-13T23:58:37.775Z] 6ca5941a6612: Pull complete [2021-04-13T23:58:38.040Z] ecc8261a40a4: Pull complete [2021-04-13T23:58:38.040Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-13T23:58:38.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-13T23:58:38.040Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-13T23:58:38.153Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-13T23:58:38.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-13T23:58:41.046Z] $ docker top 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-13T23:58:41.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T23:58:41.190Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T23:58:41.397Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T23:58:41.408Z] $ docker exec 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 ssh-agent [2021-04-13T23:58:41.564Z] SSH_AUTH_SOCK=/tmp/ssh-w9eOq2W7PR2o/agent.11 [2021-04-13T23:58:41.564Z] SSH_AGENT_PID=16 [2021-04-13T23:58:41.575Z] Running ssh-add (command line suppressed) [2021-04-13T23:58:41.703Z] Identity added: /w/workspace/edgex-go/438@tmp/private_key_1824116406732059840.key (/w/workspace/edgex-go/438@tmp/private_key_1824116406732059840.key) [2021-04-13T23:58:41.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T23:58:42.052Z] + git tag --points-at HEAD [Pipeline] } [2021-04-13T23:58:42.093Z] $ docker exec --env ******** --env ******** 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 ssh-agent -k [2021-04-13T23:58:42.209Z] unset SSH_AUTH_SOCK; [2021-04-13T23:58:42.209Z] unset SSH_AGENT_PID; [2021-04-13T23:58:42.209Z] echo Agent pid 16 killed; [2021-04-13T23:58:42.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-13T23:58:42.295Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-13T23:58:42.295Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-13T23:58:42.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-13T23:58:42.470Z] $ docker exec 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 ssh-agent [2021-04-13T23:58:42.632Z] SSH_AUTH_SOCK=/tmp/ssh-O5yo3qz5TaLW/agent.44 [2021-04-13T23:58:42.632Z] SSH_AGENT_PID=49 [2021-04-13T23:58:42.639Z] Running ssh-add (command line suppressed) [2021-04-13T23:58:42.765Z] Identity added: /w/workspace/edgex-go/438@tmp/private_key_7311211311397260233.key (/w/workspace/edgex-go/438@tmp/private_key_7311211311397260233.key) [2021-04-13T23:58:42.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-13T23:58:43.117Z] + git semver init [2021-04-13T23:58:43.117Z] # -> Open(): unable to determine branch for HEAD [2021-04-13T23:58:43.117Z] # $GIT_DIR = /w/workspace/edgex-go/438/.git [2021-04-13T23:58:43.117Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/438 [2021-04-13T23:58:43.117Z] # $SEMVER_REMOTE_NAME = origin [2021-04-13T23:58:43.117Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-13T23:58:43.117Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-13T23:58:43.117Z] # $SEMVER_BRANCH = master [2021-04-13T23:58:43.117Z] # $SEMVER_TEMP = /tmp/semver-166796060 [2021-04-13T23:58:43.117Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-13T23:59:01.289Z] # '/tmp/semver-166796060' -> '/w/workspace/edgex-go/438/.semver' [2021-04-13T23:59:01.289Z] # -> Force: false [2021-04-13T23:59:01.289Z] # $SEMVER_DIR = /w/workspace/edgex-go/438/.semver [Pipeline] } [2021-04-13T23:59:01.311Z] $ docker exec --env ******** --env ******** 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 ssh-agent -k [2021-04-13T23:59:01.553Z] unset SSH_AUTH_SOCK; [2021-04-13T23:59:01.554Z] unset SSH_AGENT_PID; [2021-04-13T23:59:01.554Z] echo Agent pid 49 killed; [2021-04-13T23:59:01.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-13T23:59:01.970Z] + git semver [Pipeline] } [2021-04-13T23:59:01.996Z] $ docker stop --time=1 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 [2021-04-13T23:59:03.644Z] $ docker rm -f 52528bceb7c01b696e653ea09bbeecbe8fd64205e9e2413f87a893729bc7d243 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-13T23:59:04.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-13T23:59:04.587Z] Stashed 1 file(s) [Pipeline] echo [2021-04-13T23:59:04.591Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.170 [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-04-13T23:59:05.137Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-13T23:59:05.451Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-13T23:59:05.760Z] + sudo service docker restart [2021-04-13T23:59:05.760Z] + true [2021-04-13T23:59:05.760Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-13T23:59:06.350Z] ========================================================= [2021-04-13T23:59:06.350Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-13T23:59:06.350Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-13T23:59:06.667Z] + 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-04-13T23:59:10.909Z] Sending build context to Docker daemon 329.3MB [2021-04-13T23:59:10.909Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-13T23:59:10.909Z] Step 2/6 : FROM ${BASE} [2021-04-13T23:59:10.909Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-13T23:59:10.909Z] 188c0c94c7c5: Pulling fs layer [2021-04-13T23:59:10.909Z] 0ef7d3d256c8: Pulling fs layer [2021-04-13T23:59:10.909Z] de9db76c5a1d: Pulling fs layer [2021-04-13T23:59:10.909Z] bca2f99d35d6: Pulling fs layer [2021-04-13T23:59:10.909Z] 93359f2a8cfa: Pulling fs layer [2021-04-13T23:59:10.909Z] 7c6f9722023f: Pulling fs layer [2021-04-13T23:59:10.909Z] a35cf1a2eb13: Pulling fs layer [2021-04-13T23:59:10.909Z] 93359f2a8cfa: Waiting [2021-04-13T23:59:10.909Z] a35cf1a2eb13: Waiting [2021-04-13T23:59:10.909Z] 7c6f9722023f: Waiting [2021-04-13T23:59:10.909Z] bca2f99d35d6: Waiting [2021-04-13T23:59:10.909Z] de9db76c5a1d: Verifying Checksum [2021-04-13T23:59:10.909Z] de9db76c5a1d: Download complete [2021-04-13T23:59:10.909Z] 0ef7d3d256c8: Download complete [2021-04-13T23:59:10.909Z] 93359f2a8cfa: Download complete [2021-04-13T23:59:11.179Z] 188c0c94c7c5: Verifying Checksum [2021-04-13T23:59:11.179Z] 188c0c94c7c5: Download complete [2021-04-13T23:59:11.179Z] 7c6f9722023f: Verifying Checksum [2021-04-13T23:59:11.179Z] 7c6f9722023f: Download complete [2021-04-13T23:59:11.442Z] 188c0c94c7c5: Pull complete [2021-04-13T23:59:11.703Z] 0ef7d3d256c8: Pull complete [2021-04-13T23:59:11.703Z] de9db76c5a1d: Pull complete [2021-04-13T23:59:13.099Z] a35cf1a2eb13: Verifying Checksum [2021-04-13T23:59:13.099Z] a35cf1a2eb13: Download complete [2021-04-13T23:59:13.683Z] bca2f99d35d6: Verifying Checksum [2021-04-13T23:59:13.683Z] bca2f99d35d6: Download complete [2021-04-13T23:59:19.738Z] Still waiting to schedule task [2021-04-13T23:59:19.738Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-13T23:59:20.298Z] bca2f99d35d6: Pull complete [2021-04-13T23:59:20.562Z] 93359f2a8cfa: Pull complete [2021-04-13T23:59:20.562Z] 7c6f9722023f: Pull complete [2021-04-13T23:59:24.803Z] a35cf1a2eb13: Pull complete [2021-04-13T23:59:24.803Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-13T23:59:24.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-13T23:59:24.803Z] ---> a62c8e92a672 [2021-04-13T23:59:24.803Z] 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-04-13T23:59:24.803Z] ---> Running in 6a2aaa6c4956 [2021-04-13T23:59:25.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-13T23:59:25.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-13T23:59:26.527Z] (1/12) Installing libmagic (5.38-r0) [2021-04-13T23:59:26.789Z] (2/12) Installing file (5.38-r0) [2021-04-13T23:59:27.051Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-13T23:59:27.051Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-13T23:59:31.257Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-13T23:59:31.257Z] (6/12) Installing patch (2.7.6-r6) [2021-04-13T23:59:31.257Z] (7/12) Installing build-base (0.5-r2) [2021-04-13T23:59:31.257Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-13T23:59:31.519Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-13T23:59:31.519Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-13T23:59:31.519Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-13T23:59:31.783Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-13T23:59:31.783Z] Executing busybox-1.31.1-r19.trigger [2021-04-13T23:59:31.783Z] OK: 233 MiB in 51 packages [2021-04-13T23:59:35.095Z] Removing intermediate container 6a2aaa6c4956 [2021-04-13T23:59:35.095Z] ---> d013f1affa8a [2021-04-13T23:59:35.095Z] Step 4/6 : WORKDIR /edgex-go [2021-04-13T23:59:35.095Z] ---> Running in 7ea7f807acb8 [2021-04-13T23:59:35.095Z] Removing intermediate container 7ea7f807acb8 [2021-04-13T23:59:35.095Z] ---> d58a77ec61af [2021-04-13T23:59:35.095Z] Step 5/6 : COPY go.mod . [2021-04-13T23:59:35.095Z] ---> a4a80a6f34ef [2021-04-13T23:59:35.095Z] Step 6/6 : RUN go mod download [2021-04-13T23:59:35.096Z] ---> Running in 08dd83da3167 [2021-04-14T00:00:01.716Z] Removing intermediate container 08dd83da3167 [2021-04-14T00:00:01.716Z] ---> 2e5c703665c3 [2021-04-14T00:00:01.716Z] Successfully built 2e5c703665c3 [2021-04-14T00:00:01.716Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:00:02.053Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T00:00:02.053Z] . [Pipeline] withDockerContainer [2021-04-14T00:00:02.224Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:00:02.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T00:00:03.077Z] $ docker top a23447ad09619187ce979d583b9f6be628c0c63859da8cc173325a941748f34a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T00:00:03.509Z] + go version [2021-04-14T00:00:03.510Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-14T00:00:03.533Z] $ docker stop --time=1 a23447ad09619187ce979d583b9f6be628c0c63859da8cc173325a941748f34a [2021-04-14T00:00:04.892Z] $ docker rm -f a23447ad09619187ce979d583b9f6be628c0c63859da8cc173325a941748f34a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:00:05.385Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-14T00:00:05.385Z] . [Pipeline] withDockerContainer [2021-04-14T00:00:05.486Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:00:05.541Z] $ 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/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-14T00:00:06.211Z] $ docker top 129f177fbc2728dc8e4936a5b2f40d35f61a343228e5801eab8bf7d68f18c178 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T00:00:06.322Z] ========================================================= [2021-04-14T00:00:06.322Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-14T00:00:06.322Z] ========================================================= [Pipeline] sh [2021-04-14T00:00:06.624Z] + make test [2021-04-14T00:00:06.624Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-14T00:00:16.714Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-14T00:00:34.952Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-14T00:00:36.382Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-14T00:00:38.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-14T00:00:38.991Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-14T00:00:39.963Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-14T00:00:39.963Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-14T00:00:39.963Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-14T00:00:40.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-14T00:00:41.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-14T00:00:41.812Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-14T00:00:45.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-14T00:00:45.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-14T00:00:45.170Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-14T00:00:47.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.9% of statements [2021-04-14T00:00:47.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-14T00:00:47.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-14T00:00:47.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-14T00:00:47.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-14T00:00:47.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-14T00:00:47.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-14T00:00:47.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.046s coverage: 19.8% of statements [2021-04-14T00:00:47.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-04-14T00:00:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-14T00:00:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-14T00:00:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-14T00:00:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 71.3% of statements [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-14T00:00:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T00:00:51.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements [2021-04-14T00:00:51.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-14T00:00:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.458s coverage: 28.6% of statements [2021-04-14T00:00:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-14T00:00:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-14T00:00:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-14T00:00:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-14T00:00:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-14T00:00:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2021-04-14T00:00:54.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-14T00:00:54.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-14T00:00:54.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-14T00:00:54.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-14T00:00:54.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-14T00:00:54.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-14T00:00:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.366s coverage: 92.8% of statements [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-14T00:00:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-14T00:00:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.9% of statements [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-14T00:00:57.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-14T00:00:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-04-14T00:00:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-04-14T00:00:57.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-04-14T00:00:57.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.169s coverage: 96.3% of statements [2021-04-14T00:00:57.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-04-14T00:01:01.299Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-41 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-14T00:01:01.324Z] Running in /w/workspace/edgex-go/438 [Pipeline] { [Pipeline] checkout [2021-04-14T00:01:07.224Z] using credential edgex-jenkins-ssh [2021-04-14T00:01:07.252Z] Cloning the remote Git repository [2021-04-14T00:01:07.331Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-14T00:01:07.452Z] > git init /w/workspace/edgex-go/438 # timeout=10 [2021-04-14T00:01:07.527Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T00:01:07.528Z] > git --version # timeout=10 [2021-04-14T00:01:07.566Z] > git --version # 'git version 2.17.1' [2021-04-14T00:01:07.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T00:01:07.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T00:01:10.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.087s coverage: 94.4% of statements [2021-04-14T00:01:10.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-04-14T00:01:12.911Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.247s coverage: 81.9% of statements [2021-04-14T00:01:12.911Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-14T00:01:23.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements [2021-04-14T00:01:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-14T00:01:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-14T00:01:23.487Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.122s coverage: 91.6% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.232s coverage: 64.4% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.406s coverage: 69.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.069s coverage: 89.5% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 10.5% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.169s coverage: 87.7% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.116s coverage: 95.6% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-14T00:01:23.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-14T00:01:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-04-14T00:01:23.550Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T00:01:23.580Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-14T00:01:23.609Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-14T00:01:23.645Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-14T00:01:23.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-14T00:01:23.657Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-14T00:01:24.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements [2021-04-14T00:01:24.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-04-14T00:01:24.305Z] Checking out Revision 1ca7629e1cd076585a36704fbab1254463beb4f2 (master) [2021-04-14T00:01:24.323Z] GO111MODULE=on go vet ./... [2021-04-14T00:01:24.328Z] > git config core.sparsecheckout # timeout=10 [2021-04-14T00:01:24.341Z] > git checkout -f 1ca7629e1cd076585a36704fbab1254463beb4f2 # timeout=10 [2021-04-14T00:01:28.718Z] Commit message: "feat(notifications): Implement DELETE /notification/id/{id} API (#3361)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-14T00:01:30.158Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-14T00:01:30.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-14T00:01:30.957Z] + sudo service docker restart [2021-04-14T00:01:30.957Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-14T00:01:32.975Z] provisioning config files... [2021-04-14T00:01:33.021Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/438@tmp/config5240010540401019402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:01:33.400Z] ---> docker-login.sh [2021-04-14T00:01:33.400Z] nexus3.edgexfoundry.org:10001 [2021-04-14T00:01:34.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:01:34.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:01:34.685Z] Configure a credential helper to remove this warning. See [2021-04-14T00:01:34.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:01:34.685Z] [2021-04-14T00:01:34.685Z] Login Succeeded [2021-04-14T00:01:34.685Z] nexus3.edgexfoundry.org:10002 [2021-04-14T00:01:35.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:01:35.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:01:35.290Z] Configure a credential helper to remove this warning. See [2021-04-14T00:01:35.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:01:35.290Z] [2021-04-14T00:01:35.290Z] Login Succeeded [2021-04-14T00:01:35.290Z] nexus3.edgexfoundry.org:10003 [2021-04-14T00:01:35.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:01:35.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:01:35.890Z] Configure a credential helper to remove this warning. See [2021-04-14T00:01:35.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:01:35.890Z] [2021-04-14T00:01:35.890Z] Login Succeeded [2021-04-14T00:01:35.890Z] nexus3.edgexfoundry.org:10004 [2021-04-14T00:01:36.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:01:36.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:01:36.439Z] Configure a credential helper to remove this warning. See [2021-04-14T00:01:36.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:01:36.439Z] [2021-04-14T00:01:36.439Z] Login Succeeded [2021-04-14T00:01:36.439Z] docker.io [2021-04-14T00:01:37.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:01:37.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:01:37.310Z] Configure a credential helper to remove this warning. See [2021-04-14T00:01:37.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:01:37.310Z] [2021-04-14T00:01:37.310Z] Login Succeeded [2021-04-14T00:01:37.310Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T00:01:37.328Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-14T00:01:37.618Z] ========================================================= [2021-04-14T00:01:37.618Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-14T00:01:37.618Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:01:37.965Z] + 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-04-14T00:01:40.619Z] Sending build context to Docker daemon 167.2MB [2021-04-14T00:01:40.619Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-14T00:01:40.619Z] Step 2/6 : FROM ${BASE} [2021-04-14T00:01:40.620Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-14T00:01:40.620Z] 5f621e34cdf4: Pulling fs layer [2021-04-14T00:01:40.620Z] a4357932f1b6: Pulling fs layer [2021-04-14T00:01:40.620Z] 18c013af1878: Pulling fs layer [2021-04-14T00:01:40.620Z] 00ac8860ef70: Pulling fs layer [2021-04-14T00:01:40.620Z] 63d7cb157983: Pulling fs layer [2021-04-14T00:01:40.620Z] b116817d02f9: Pulling fs layer [2021-04-14T00:01:40.620Z] 745a02a5169b: Pulling fs layer [2021-04-14T00:01:40.620Z] 00ac8860ef70: Waiting [2021-04-14T00:01:40.620Z] 63d7cb157983: Waiting [2021-04-14T00:01:40.620Z] b116817d02f9: Waiting [2021-04-14T00:01:40.620Z] 18c013af1878: Verifying Checksum [2021-04-14T00:01:40.620Z] 18c013af1878: Download complete [2021-04-14T00:01:40.620Z] a4357932f1b6: Verifying Checksum [2021-04-14T00:01:40.620Z] a4357932f1b6: Download complete [2021-04-14T00:01:40.620Z] 63d7cb157983: Verifying Checksum [2021-04-14T00:01:40.620Z] 63d7cb157983: Download complete [2021-04-14T00:01:40.620Z] 5f621e34cdf4: Verifying Checksum [2021-04-14T00:01:40.620Z] 5f621e34cdf4: Download complete [2021-04-14T00:01:40.620Z] b116817d02f9: Verifying Checksum [2021-04-14T00:01:40.620Z] b116817d02f9: Download complete [2021-04-14T00:01:41.228Z] 5f621e34cdf4: Pull complete [2021-04-14T00:01:41.828Z] a4357932f1b6: Pull complete [2021-04-14T00:01:42.105Z] 18c013af1878: Pull complete [2021-04-14T00:01:43.078Z] 745a02a5169b: Verifying Checksum [2021-04-14T00:01:43.078Z] 745a02a5169b: Download complete [2021-04-14T00:01:44.053Z] 00ac8860ef70: Verifying Checksum [2021-04-14T00:01:44.053Z] 00ac8860ef70: Download complete [2021-04-14T00:01:54.218Z] 00ac8860ef70: Pull complete [2021-04-14T00:01:54.218Z] 63d7cb157983: Pull complete [2021-04-14T00:01:54.810Z] b116817d02f9: Pull complete [2021-04-14T00:01:56.641Z] gofmt -l . [2021-04-14T00:01:56.641Z] [ "`gofmt -l .`" = "" ] [2021-04-14T00:01:56.641Z] ./bin/test-go-mod-tidy.sh [2021-04-14T00:01:56.641Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-14T00:01:56.949Z] + ls -al . [2021-04-14T00:01:56.949Z] total 796 [2021-04-14T00:01:56.949Z] drwxrwxr-x 10 1001 1001 4096 Apr 14 00:01 . [2021-04-14T00:01:56.949Z] drwxr-xr-x 4 root root 32 Apr 14 00:00 .. [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 11 Apr 13 23:58 .dockerignore [2021-04-14T00:01:56.949Z] drwxrwxr-x 8 1001 1001 162 Apr 13 23:58 .git [2021-04-14T00:01:56.949Z] drwxrwxr-x 3 1001 1001 125 Apr 13 23:58 .github [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 818 Apr 13 23:58 .gitignore [2021-04-14T00:01:56.949Z] drwx------ 3 1001 1001 45 Apr 13 23:59 .semver [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 166 Apr 13 23:58 .sonarcloud.properties [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 8607 Apr 13 23:58 Attribution.txt [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 3804 Apr 13 23:58 CONTRIBUTING.md [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 931 Apr 13 23:58 Dockerfile.build [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 863 Apr 13 23:58 Jenkinsfile [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 10775 Apr 13 23:58 LICENSE [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 5774 Apr 13 23:58 Makefile [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 6548 Apr 13 23:58 README.md [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 6755 Apr 13 23:58 SECURITY.md [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 13 Apr 13 23:59 VERSION [2021-04-14T00:01:56.949Z] -rw-rw-r-- 1 1001 1001 4131 Apr 13 23:58 ZMQWindows.md [2021-04-14T00:01:56.949Z] drwxrwxr-x 2 1001 1001 117 Apr 13 23:58 bin [2021-04-14T00:01:56.949Z] drwxrwxr-x 14 1001 1001 4096 Apr 13 23:58 cmd [2021-04-14T00:01:56.949Z] -rw-r--r-- 1 root root 686607 Apr 14 00:01 coverage.out [2021-04-14T00:01:56.949Z] -rw-r--r-- 1 root root 1056 Apr 14 00:01 go.mod [2021-04-14T00:01:56.949Z] -rw-r--r-- 1 root root 21911 Apr 14 00:01 go.sum [2021-04-14T00:01:56.949Z] drwxrwxr-x 8 1001 1001 127 Apr 13 23:58 internal [2021-04-14T00:01:56.949Z] drwxrwxr-x 4 1001 1001 26 Apr 13 23:58 openapi [2021-04-14T00:01:56.950Z] drwxrwxr-x 4 1001 1001 71 Apr 13 23:58 snap [2021-04-14T00:01:56.950Z] -rw-rw-r-- 1 1001 1001 168 Apr 13 23:58 version.go [Pipeline] sh [2021-04-14T00:01:57.252Z] + '[' -e coverage.out ] [2021-04-14T00:01:57.253Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-14T00:01:57.457Z] Stashed 1 file(s) [Pipeline] sh [2021-04-14T00:01:57.756Z] + make build [2021-04-14T00:01:57.756Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T00:01:58.196Z] 745a02a5169b: Pull complete [2021-04-14T00:01:58.196Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-14T00:01:58.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-14T00:01:58.196Z] ---> b7e6874047d6 [2021-04-14T00:01:58.196Z] 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-04-14T00:02:01.589Z] ---> Running in 745f073af61e [2021-04-14T00:02:02.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:02:03.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T00:02:03.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:02:04.136Z] (1/12) Installing libmagic (5.38-r0) [2021-04-14T00:02:04.415Z] (2/12) Installing file (5.38-r0) [2021-04-14T00:02:04.415Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-14T00:02:04.415Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-14T00:02:08.707Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-14T00:02:08.708Z] (6/12) Installing patch (2.7.6-r6) [2021-04-14T00:02:08.708Z] (7/12) Installing build-base (0.5-r2) [2021-04-14T00:02:08.708Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-14T00:02:08.708Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-14T00:02:08.708Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-14T00:02:08.708Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-14T00:02:08.708Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-14T00:02:08.708Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T00:02:08.708Z] OK: 217 MiB in 51 packages [2021-04-14T00:02:11.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T00:02:12.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T00:02:13.049Z] Removing intermediate container 745f073af61e [2021-04-14T00:02:13.050Z] ---> 9ce2423c7a89 [2021-04-14T00:02:13.050Z] Step 4/6 : WORKDIR /edgex-go [2021-04-14T00:02:13.050Z] ---> Running in 71f7f82b8e4c [2021-04-14T00:02:13.663Z] Removing intermediate container 71f7f82b8e4c [2021-04-14T00:02:13.663Z] ---> c3519a4bc85e [2021-04-14T00:02:13.663Z] Step 5/6 : COPY go.mod . [2021-04-14T00:02:14.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T00:02:14.259Z] ---> bcd9f5203d05 [2021-04-14T00:02:14.259Z] Step 6/6 : RUN go mod download [2021-04-14T00:02:14.259Z] ---> Running in e8dc54167907 [2021-04-14T00:02:14.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T00:02:16.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T00:02:17.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T00:02:19.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T00:02:20.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T00:02:22.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T00:02:23.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-14T00:02:25.386Z] $ docker stop --time=1 129f177fbc2728dc8e4936a5b2f40d35f61a343228e5801eab8bf7d68f18c178 [2021-04-14T00:02:27.165Z] $ docker rm -f 129f177fbc2728dc8e4936a5b2f40d35f61a343228e5801eab8bf7d68f18c178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:02:30.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T00:02:30.337Z] [2021-04-14T00:02:30.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:02:30.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T00:02:30.653Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-14T00:02:30.653Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-14T00:02:30.653Z] ca9280d653b3: Pulling fs layer [2021-04-14T00:02:30.653Z] 7e9c9ca2126c: Pulling fs layer [2021-04-14T00:02:30.920Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-14T00:02:30.920Z] cbdbe7a5bc2a: Download complete [2021-04-14T00:02:31.185Z] cbdbe7a5bc2a: Pull complete [2021-04-14T00:02:31.453Z] ca9280d653b3: Verifying Checksum [2021-04-14T00:02:31.453Z] ca9280d653b3: Download complete [2021-04-14T00:02:32.851Z] 7e9c9ca2126c: Download complete [2021-04-14T00:02:32.851Z] ca9280d653b3: Pull complete [2021-04-14T00:02:39.477Z] 7e9c9ca2126c: Pull complete [2021-04-14T00:02:39.477Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-14T00:02:39.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T00:02:39.477Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-14T00:02:39.589Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:02:39.646Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-14T00:02:41.073Z] Removing intermediate container e8dc54167907 [2021-04-14T00:02:41.073Z] ---> 6d29941bdc77 [2021-04-14T00:02:41.073Z] Successfully built 6d29941bdc77 [2021-04-14T00:02:41.073Z] Successfully tagged ci-base-image-arm64:latest [2021-04-14T00:02:42.309Z] $ docker top 74ed2c97e74fb65618128806a11b46d55716977afdbbf529e793eeaa03634088 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:02:42.786Z] + docker-compose build --help [2021-04-14T00:02:42.786Z] + grep parallel [2021-04-14T00:02:42.864Z] + docker inspect -f . ci-base-image-arm64 [2021-04-14T00:02:42.864Z] . [Pipeline] withDockerContainer [2021-04-14T00:02:43.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-41 does not seem to be running inside a container [2021-04-14T00:02:43.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-14T00:02:44.179Z] --parallel Build images in parallel. [2021-04-14T00:02:44.773Z] $ docker top dbfc412598d444edc4dbc9a875c09b01e7aea8998f277b2bef62b7daf3d5d7fb -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-14T00:02:45.090Z] $ docker stop --time=1 74ed2c97e74fb65618128806a11b46d55716977afdbbf529e793eeaa03634088 [2021-04-14T00:02:46.441Z] $ docker rm -f 74ed2c97e74fb65618128806a11b46d55716977afdbbf529e793eeaa03634088 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:02:46.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-14T00:02:46.980Z] . [Pipeline] withDockerContainer [2021-04-14T00:02:47.076Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:02:47.136Z] $ 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/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-14T00:02:47.197Z] + go version [2021-04-14T00:02:47.198Z] go version go1.15.5 linux/arm64 [2021-04-14T00:02:47.835Z] $ docker top ea02fe30f4c01c190c6a10aafa91baccdfd0eda055ddddfe68eb392bc6fecf40 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-14T00:02:47.959Z] $ docker stop --time=1 dbfc412598d444edc4dbc9a875c09b01e7aea8998f277b2bef62b7daf3d5d7fb [2021-04-14T00:02:49.885Z] $ docker rm -f dbfc412598d444edc4dbc9a875c09b01e7aea8998f277b2bef62b7daf3d5d7fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [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-04-14T00:02:50.445Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T00:02:50.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T00:02:50.693Z] [2021-04-14T00:02:50.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:02:51.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T00:02:51.331Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-14T00:02:51.331Z] 29e5d40040c1: Pulling fs layer [2021-04-14T00:02:51.331Z] 1ce36da41761: Pulling fs layer [2021-04-14T00:02:51.331Z] 25b303627fd3: Pulling fs layer [2021-04-14T00:02:51.331Z] 29e5d40040c1: Verifying Checksum [2021-04-14T00:02:51.331Z] 29e5d40040c1: Download complete [2021-04-14T00:02:51.393Z] Building docker-core-command-go ... [2021-04-14T00:02:51.393Z] Building docker-core-data-go ... [2021-04-14T00:02:51.393Z] Building docker-core-metadata-go ... [2021-04-14T00:02:51.393Z] Building docker-security-bootstrapper-go ... [2021-04-14T00:02:51.393Z] Building docker-security-proxy-setup-go ... [2021-04-14T00:02:51.393Z] Building docker-security-secretstore-setup-go ... [2021-04-14T00:02:51.393Z] Building docker-support-notifications-go ... [2021-04-14T00:02:51.393Z] Building docker-support-scheduler-go ... [2021-04-14T00:02:51.393Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T00:02:51.393Z] Building docker-security-proxy-setup-go [2021-04-14T00:02:51.393Z] Building docker-core-command-go [2021-04-14T00:02:51.393Z] Building docker-security-secretstore-setup-go [2021-04-14T00:02:51.393Z] Building docker-support-notifications-go [2021-04-14T00:02:51.393Z] Building docker-core-data-go [2021-04-14T00:02:51.931Z] 1ce36da41761: Verifying Checksum [2021-04-14T00:02:51.931Z] 1ce36da41761: Download complete [2021-04-14T00:02:52.204Z] 29e5d40040c1: Pull complete [2021-04-14T00:02:53.185Z] 1ce36da41761: Pull complete [2021-04-14T00:02:53.775Z] 25b303627fd3: Verifying Checksum [2021-04-14T00:02:53.775Z] 25b303627fd3: Download complete [2021-04-14T00:03:03.933Z] 25b303627fd3: Pull complete [2021-04-14T00:03:03.933Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-14T00:03:03.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T00:03:03.933Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-14T00:03:04.199Z] prd-ubuntu18.04-docker-arm64-4c-16g-41 does not seem to be running inside a container [2021-04-14T00:03:04.296Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-14T00:03:07.348Z] $ docker top 254c3cddf218a0c7c76f9c4cc3b00cb4076a4254e5413c2eb2747eb965c1bd97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T00:03:08.289Z] + grep parallel [2021-04-14T00:03:08.289Z] + docker-compose build --help [2021-04-14T00:03:11.662Z] --parallel Build images in parallel. [Pipeline] } [2021-04-14T00:03:11.690Z] $ docker stop --time=1 254c3cddf218a0c7c76f9c4cc3b00cb4076a4254e5413c2eb2747eb965c1bd97 [2021-04-14T00:03:13.638Z] $ docker rm -f 254c3cddf218a0c7c76f9c4cc3b00cb4076a4254e5413c2eb2747eb965c1bd97 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:03:14.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-14T00:03:14.287Z] . [Pipeline] withDockerContainer [2021-04-14T00:03:14.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-41 does not seem to be running inside a container [2021-04-14T00:03:14.811Z] $ 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/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@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-04-14T00:03:16.266Z] $ docker top 8b25c580a72ef723a1387ae5ed7eb6afd6995752780714b8a21760d9eb149961 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T00:03:17.252Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-14T00:03:21.572Z] Building docker-core-command-go ... [2021-04-14T00:03:21.572Z] Building docker-core-data-go ... [2021-04-14T00:03:21.572Z] Building docker-core-metadata-go ... [2021-04-14T00:03:21.572Z] Building docker-security-bootstrapper-go ... [2021-04-14T00:03:21.572Z] Building docker-security-proxy-setup-go ... [2021-04-14T00:03:21.572Z] Building docker-security-secretstore-setup-go ... [2021-04-14T00:03:21.572Z] Building docker-support-notifications-go ... [2021-04-14T00:03:21.572Z] Building docker-support-scheduler-go ... [2021-04-14T00:03:21.572Z] Building docker-sys-mgmt-agent-go ... [2021-04-14T00:03:21.572Z] Building docker-support-scheduler-go [2021-04-14T00:03:21.572Z] Building docker-security-proxy-setup-go [2021-04-14T00:03:21.572Z] Building docker-security-secretstore-setup-go [2021-04-14T00:03:21.572Z] Building docker-core-command-go [2021-04-14T00:03:21.572Z] Building docker-sys-mgmt-agent-go [2021-04-14T00:03:23.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:03:23.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:03:23.962Z] ---> 2e5c703665c3 [2021-04-14T00:03:23.962Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T00:03:23.962Z] [2021-04-14T00:03:23.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:03:23.962Z] ---> 2e5c703665c3 [2021-04-14T00:03:23.962Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:03:23.962Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:03:23.962Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:03:23.962Z] ---> 2e5c703665c3 [2021-04-14T00:03:23.962Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T00:03:24.535Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:03:24.535Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:03:24.535Z] ---> 2e5c703665c3 [2021-04-14T00:03:24.535Z] Step 3/21 : WORKDIR /edgex-go [2021-04-14T00:03:24.535Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:03:24.535Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:03:24.535Z] ---> 2e5c703665c3 [2021-04-14T00:03:24.535Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:03:25.478Z] ---> Running in 9b2d12d5b8a8 [2021-04-14T00:03:25.478Z] ---> Running in 7339f2e727c6 [2021-04-14T00:03:25.478Z] ---> Running in 87f8b727b368 [2021-04-14T00:03:25.478Z] ---> Running in ebaa55ce2748 [2021-04-14T00:03:25.478Z] ---> Running in 99765b8a53a0 [2021-04-14T00:03:26.077Z] Removing intermediate container 9b2d12d5b8a8 [2021-04-14T00:03:26.077Z] ---> e6171ee76da5 [2021-04-14T00:03:26.077Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:03:26.077Z] Removing intermediate container ebaa55ce2748 [2021-04-14T00:03:26.078Z] ---> 8bd711184b08 [2021-04-14T00:03:26.078Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:03:26.078Z] Removing intermediate container 99765b8a53a0 [2021-04-14T00:03:26.078Z] ---> d1e3d8840bfc [2021-04-14T00:03:26.078Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:03:26.078Z] Removing intermediate container 7339f2e727c6 [2021-04-14T00:03:26.078Z] ---> f4a421933c81 [2021-04-14T00:03:26.078Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:03:26.078Z] Removing intermediate container 87f8b727b368 [2021-04-14T00:03:26.078Z] ---> f2423c0fd634 [2021-04-14T00:03:26.078Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:03:26.387Z] ---> Running in a999af4dfd96 [2021-04-14T00:03:26.387Z] ---> Running in 307ddb663f1a [2021-04-14T00:03:26.387Z] ---> Running in f4929719f6be [2021-04-14T00:03:26.387Z] ---> Running in 0ebe36208a6b [2021-04-14T00:03:26.387Z] ---> Running in ba08a3f48741 [2021-04-14T00:03:28.049Z] Removing intermediate container 307ddb663f1a [2021-04-14T00:03:28.049Z] ---> f04afcb3b9cc [2021-04-14T00:03:28.049Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T00:03:28.311Z] Removing intermediate container a999af4dfd96 [2021-04-14T00:03:28.311Z] ---> 9715f7a9a126 [2021-04-14T00:03:28.311Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T00:03:28.575Z] ---> Running in aff4a61c7531 [2021-04-14T00:03:28.575Z] Removing intermediate container f4929719f6be [2021-04-14T00:03:28.575Z] ---> f8438ba812b4 [2021-04-14T00:03:28.575Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T00:03:28.575Z] ---> Running in b254407521a1 [2021-04-14T00:03:28.837Z] ---> Running in e39a45d4c39b [2021-04-14T00:03:28.837Z] Removing intermediate container 0ebe36208a6b [2021-04-14T00:03:28.837Z] ---> 944648ea65d8 [2021-04-14T00:03:28.837Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T00:03:29.101Z] Removing intermediate container ba08a3f48741 [2021-04-14T00:03:29.101Z] ---> a002d7499340 [2021-04-14T00:03:29.101Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T00:03:29.367Z] ---> Running in 74108d2ae561 [2021-04-14T00:03:29.367Z] ---> Running in b487b983cab1 [2021-04-14T00:03:29.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:29.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:29.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.702Z] OK: 233 MiB in 51 packages [2021-04-14T00:03:30.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:30.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:03:31.245Z] Removing intermediate container aff4a61c7531 [2021-04-14T00:03:31.245Z] ---> b8e56c66a511 [2021-04-14T00:03:31.245Z] Step 6/24 : COPY go.mod . [2021-04-14T00:03:31.245Z] OK: 233 MiB in 51 packages [2021-04-14T00:03:31.245Z] OK: 233 MiB in 51 packages [2021-04-14T00:03:31.510Z] OK: 233 MiB in 51 packages [2021-04-14T00:03:31.510Z] ---> e7c0894eddc4 [2021-04-14T00:03:31.510Z] Step 7/24 : RUN go mod download [2021-04-14T00:03:31.771Z] OK: 233 MiB in 51 packages [2021-04-14T00:03:31.771Z] ---> Running in 6bda30103b2c [2021-04-14T00:03:32.344Z] Removing intermediate container b254407521a1 [2021-04-14T00:03:32.344Z] ---> f708cb154057 [2021-04-14T00:03:32.344Z] Step 6/21 : COPY go.mod . [2021-04-14T00:03:32.344Z] Removing intermediate container e39a45d4c39b [2021-04-14T00:03:32.344Z] ---> aedeae6b5109 [2021-04-14T00:03:32.345Z] Step 6/23 : COPY go.mod . [2021-04-14T00:03:32.615Z] Removing intermediate container b487b983cab1 [2021-04-14T00:03:32.615Z] ---> 9d226d5373cb [2021-04-14T00:03:32.615Z] Step 6/22 : COPY go.mod . [2021-04-14T00:03:32.615Z] ---> 74232b344385 [2021-04-14T00:03:32.615Z] Step 7/21 : RUN go mod download [2021-04-14T00:03:32.615Z] ---> 6c462ff62aff [2021-04-14T00:03:32.615Z] Step 7/23 : RUN go mod download [2021-04-14T00:03:32.615Z] Removing intermediate container 74108d2ae561 [2021-04-14T00:03:32.615Z] ---> a19536902f09 [2021-04-14T00:03:32.615Z] Step 6/23 : COPY go.mod . [2021-04-14T00:03:32.877Z] ---> Running in c37f6c1a901e [2021-04-14T00:03:32.877Z] ---> Running in b47396d498e3 [2021-04-14T00:03:32.877Z] ---> 6ba71c2e9099 [2021-04-14T00:03:32.877Z] Step 7/22 : RUN go mod download [2021-04-14T00:03:33.139Z] ---> 89b1d9a79d68 [2021-04-14T00:03:33.139Z] Step 7/23 : RUN go mod download [2021-04-14T00:03:33.139Z] ---> Running in af1e8c57c766 [2021-04-14T00:03:33.402Z] ---> Running in 181eec55e19d [2021-04-14T00:03:34.003Z] Removing intermediate container 6bda30103b2c [2021-04-14T00:03:34.003Z] ---> 6fd8730eec71 [2021-04-14T00:03:34.003Z] Step 8/24 : COPY . . [2021-04-14T00:03:37.362Z] Removing intermediate container c37f6c1a901e [2021-04-14T00:03:37.362Z] ---> da7c7eee6125 [2021-04-14T00:03:37.362Z] Step 8/21 : COPY . . [2021-04-14T00:03:40.684Z] Removing intermediate container b47396d498e3 [2021-04-14T00:03:40.684Z] ---> 19316c8368e5 [2021-04-14T00:03:40.684Z] Step 8/23 : COPY . . [2021-04-14T00:03:44.006Z] Removing intermediate container 181eec55e19d [2021-04-14T00:03:44.006Z] ---> c78ad2acd340 [2021-04-14T00:03:44.006Z] Step 8/23 : COPY . . [2021-04-14T00:03:44.583Z] Removing intermediate container af1e8c57c766 [2021-04-14T00:03:44.583Z] ---> 34a1bad7c8aa [2021-04-14T00:03:44.583Z] Step 8/22 : COPY . . [2021-04-14T00:04:08.529Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:04:08.530Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:04:08.530Z] ---> 6d29941bdc77 [2021-04-14T00:04:08.530Z] Step 3/21 : WORKDIR /edgex-go [2021-04-14T00:04:08.530Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:04:08.530Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:04:08.530Z] ---> 6d29941bdc77 [2021-04-14T00:04:08.530Z] Step 3/24 : WORKDIR /edgex-go [2021-04-14T00:04:08.530Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:04:08.530Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:04:08.530Z] ---> 6d29941bdc77 [2021-04-14T00:04:08.530Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:04:08.530Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:04:08.530Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:04:08.530Z] ---> 6d29941bdc77 [2021-04-14T00:04:08.530Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:04:08.530Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:04:08.530Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:04:08.530Z] ---> 6d29941bdc77 [2021-04-14T00:04:08.530Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T00:04:11.923Z] ---> Running in 4fc0db7a3698 [2021-04-14T00:04:11.923Z] ---> Running in 06d9321a96c4 [2021-04-14T00:04:11.923Z] ---> Running in 195467c24c48 [2021-04-14T00:04:11.923Z] ---> Running in 3ac841e7d24e [2021-04-14T00:04:11.923Z] ---> Running in 40356e209f73 [2021-04-14T00:04:12.212Z] Removing intermediate container 4fc0db7a3698 [2021-04-14T00:04:12.212Z] ---> 2f3daa17401f [2021-04-14T00:04:12.212Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:04:12.212Z] Removing intermediate container 3ac841e7d24e [2021-04-14T00:04:12.212Z] ---> 8eca2a6a698f [2021-04-14T00:04:12.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:04:12.212Z] Removing intermediate container 06d9321a96c4 [2021-04-14T00:04:12.212Z] ---> ecdba43c2cc0 [2021-04-14T00:04:12.212Z] Removing intermediate container 195467c24c48 [2021-04-14T00:04:12.212Z] ---> f8871da6844f [2021-04-14T00:04:12.212Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:04:12.212Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:04:12.212Z] Removing intermediate container 40356e209f73 [2021-04-14T00:04:12.212Z] ---> 10033a60e67a [2021-04-14T00:04:12.493Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:04:12.493Z] ---> Running in 9ce1943c27fe [2021-04-14T00:04:12.493Z] ---> Running in ebd3c834662a [2021-04-14T00:04:12.766Z] ---> Running in 4974536dd043 [2021-04-14T00:04:12.766Z] ---> Running in 4700bd880b19 [2021-04-14T00:04:12.766Z] ---> Running in 636a014d4532 [2021-04-14T00:04:16.177Z] Removing intermediate container 9ce1943c27fe [2021-04-14T00:04:16.177Z] ---> 935efe102036 [2021-04-14T00:04:16.177Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-14T00:04:16.177Z] ---> Running in 6ff2ab62a750 [2021-04-14T00:04:16.455Z] Removing intermediate container ebd3c834662a [2021-04-14T00:04:16.455Z] ---> 3107713a0a90 [2021-04-14T00:04:16.455Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T00:04:16.455Z] Removing intermediate container 4974536dd043 [2021-04-14T00:04:16.455Z] ---> a48ac43d2aef [2021-04-14T00:04:16.455Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T00:04:16.730Z] Removing intermediate container 4700bd880b19 [2021-04-14T00:04:16.730Z] ---> 411b1a7e73b4 [2021-04-14T00:04:16.730Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-14T00:04:16.730Z] ---> Running in ca1bc5c65f8d [2021-04-14T00:04:16.826Z] ---> 412ec373ba33 [2021-04-14T00:04:16.826Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T00:04:17.013Z] ---> Running in 072eb9a61d57 [2021-04-14T00:04:17.013Z] ---> Running in 9b911c87e2cc [2021-04-14T00:04:17.013Z] Removing intermediate container 636a014d4532 [2021-04-14T00:04:17.013Z] ---> 1f763e0a7e1f [2021-04-14T00:04:17.013Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T00:04:17.301Z] ---> Running in 0a372aef0962 [2021-04-14T00:04:17.775Z] ---> c0c772970e15 [2021-04-14T00:04:17.775Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T00:04:17.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:18.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:18.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.330Z] OK: 217 MiB in 51 packages [2021-04-14T00:04:19.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.701Z] ---> Running in 0f10eb2ac66f [2021-04-14T00:04:19.701Z] ---> Running in e05967afc03c [2021-04-14T00:04:19.701Z] ---> 46b678956c91 [2021-04-14T00:04:19.701Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T00:04:19.701Z] ---> df011c274f86 [2021-04-14T00:04:19.701Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T00:04:19.701Z] ---> 9d31a56b85e0 [2021-04-14T00:04:19.701Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T00:04:19.969Z] ---> Running in e0bf640ce103 [2021-04-14T00:04:19.969Z] ---> Running in f18f16393769 [2021-04-14T00:04:19.969Z] ---> Running in 3ba65a4530ec [2021-04-14T00:04:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:19.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:04:20.246Z] OK: 217 MiB in 51 packages [2021-04-14T00:04:20.840Z] OK: 217 MiB in 51 packages [2021-04-14T00:04:20.840Z] Removing intermediate container 6ff2ab62a750 [2021-04-14T00:04:20.840Z] ---> 7246333cc5de [2021-04-14T00:04:20.840Z] Step 6/21 : COPY go.mod . [2021-04-14T00:04:20.840Z] OK: 217 MiB in 51 packages [2021-04-14T00:04:20.840Z] OK: 217 MiB in 51 packages [2021-04-14T00:04:20.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T00:04:20.941Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T00:04:20.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T00:04:20.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T00:04:21.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T00:04:22.020Z] Removing intermediate container ca1bc5c65f8d [2021-04-14T00:04:22.020Z] ---> 8805afa5c3d7 [2021-04-14T00:04:22.020Z] Step 6/23 : COPY go.mod . [2021-04-14T00:04:22.020Z] ---> 9e0ffdc77f1a [2021-04-14T00:04:22.020Z] Step 7/21 : RUN go mod download [2021-04-14T00:04:22.020Z] ---> Running in 47a736cc0983 [2021-04-14T00:04:22.647Z] Removing intermediate container 9b911c87e2cc [2021-04-14T00:04:22.647Z] ---> 0cbbadc59c54 [2021-04-14T00:04:22.647Z] Step 6/24 : COPY go.mod . [2021-04-14T00:04:22.924Z] Removing intermediate container 0a372aef0962 [2021-04-14T00:04:22.924Z] ---> 2c04d190648a [2021-04-14T00:04:22.924Z] Step 6/22 : COPY go.mod . [2021-04-14T00:04:22.924Z] ---> edbb3df9e858 [2021-04-14T00:04:22.924Z] Step 7/23 : RUN go mod download [2021-04-14T00:04:22.924Z] Removing intermediate container 072eb9a61d57 [2021-04-14T00:04:22.924Z] ---> a1c896c3c183 [2021-04-14T00:04:22.924Z] Step 6/23 : COPY go.mod . [2021-04-14T00:04:23.203Z] ---> Running in 59affdf3c877 [2021-04-14T00:04:23.807Z] ---> 3c91fce7e79f [2021-04-14T00:04:23.807Z] Step 7/24 : RUN go mod download [2021-04-14T00:04:24.087Z] ---> Running in c802fd164280 [2021-04-14T00:04:24.087Z] ---> bff3a318eb47 [2021-04-14T00:04:24.087Z] Step 7/22 : RUN go mod download [2021-04-14T00:04:24.087Z] ---> 94c8053298a7 [2021-04-14T00:04:24.364Z] Step 7/23 : RUN go mod download [2021-04-14T00:04:24.364Z] ---> Running in 4a61b11cbff2 [2021-04-14T00:04:24.640Z] ---> Running in 77352bd41d91 [2021-04-14T00:04:26.079Z] Removing intermediate container 47a736cc0983 [2021-04-14T00:04:26.079Z] ---> b16937918d66 [2021-04-14T00:04:26.079Z] Step 8/21 : COPY . . [2021-04-14T00:04:27.062Z] Removing intermediate container 59affdf3c877 [2021-04-14T00:04:27.062Z] ---> e59217a5983e [2021-04-14T00:04:27.062Z] Step 8/23 : COPY . . [2021-04-14T00:04:29.704Z] Removing intermediate container c802fd164280 [2021-04-14T00:04:29.704Z] ---> 0b17d5936c34 [2021-04-14T00:04:29.704Z] Step 8/24 : COPY . . [2021-04-14T00:04:29.982Z] Removing intermediate container 4a61b11cbff2 [2021-04-14T00:04:29.982Z] ---> f75a2db29bd7 [2021-04-14T00:04:29.982Z] Step 8/22 : COPY . . [2021-04-14T00:04:29.982Z] Removing intermediate container 77352bd41d91 [2021-04-14T00:04:29.982Z] ---> 63953605eb0e [2021-04-14T00:04:29.982Z] Step 8/23 : COPY . . [2021-04-14T00:04:45.108Z] ---> 6aa0e6129029 [2021-04-14T00:04:45.108Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-14T00:04:45.108Z] ---> 26cb24a3ee7c [2021-04-14T00:04:45.108Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-14T00:04:45.108Z] ---> fb8b5287973d [2021-04-14T00:04:45.108Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-14T00:04:45.382Z] ---> Running in 0b4b50c08af9 [2021-04-14T00:04:45.382Z] ---> Running in c98b7ba4ff46 [2021-04-14T00:04:45.382Z] ---> 254d5f49dc9b [2021-04-14T00:04:45.382Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T00:04:45.382Z] ---> e8b095ecd65a [2021-04-14T00:04:45.382Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T00:04:45.662Z] ---> Running in 6517afe2d41b [2021-04-14T00:04:45.662Z] ---> Running in 8eb587a1c91f [2021-04-14T00:04:45.662Z] ---> Running in 232cd55fb734 [2021-04-14T00:04:47.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-14T00:04:47.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-command/core-command ./cmd/core-command [2021-04-14T00:04:48.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T00:04:48.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-14T00:04:48.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T00:04:53.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T00:04:53.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T00:05:05.786Z] Removing intermediate container 3ba65a4530ec [2021-04-14T00:05:05.786Z] ---> 7cee13e420ef [2021-04-14T00:05:05.786Z] [2021-04-14T00:05:05.786Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T00:05:05.786Z] Removing intermediate container 0f10eb2ac66f [2021-04-14T00:05:05.786Z] ---> 37e986686eba [2021-04-14T00:05:05.786Z] [2021-04-14T00:05:05.786Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T00:05:05.786Z] Removing intermediate container e05967afc03c [2021-04-14T00:05:05.786Z] ---> cf65efc33eab [2021-04-14T00:05:05.786Z] [2021-04-14T00:05:05.786Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T00:05:05.786Z] Removing intermediate container f18f16393769 [2021-04-14T00:05:05.786Z] ---> 8887175d4706 [2021-04-14T00:05:05.786Z] [2021-04-14T00:05:05.786Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T00:05:05.786Z] 3.12: Pulling from library/alpine [2021-04-14T00:05:05.786Z] 3.12: Pulling from library/alpine [2021-04-14T00:05:05.786Z] 3.12: Pulling from library/alpine [2021-04-14T00:05:05.786Z] 3.12: Pulling from library/alpine [2021-04-14T00:05:05.786Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T00:05:05.786Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T00:05:05.786Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T00:05:05.786Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T00:05:05.786Z] Status: Image is up to date for alpine:3.12 [2021-04-14T00:05:05.786Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T00:05:05.786Z] ---> 7230e588e954 [2021-04-14T00:05:05.786Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T00:05:05.786Z] ---> 7230e588e954 [2021-04-14T00:05:05.786Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T00:05:05.786Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T00:05:05.786Z] Status: Image is up to date for alpine:3.12 [2021-04-14T00:05:05.786Z] ---> 7230e588e954 [2021-04-14T00:05:05.786Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T00:05:05.786Z] ---> 7230e588e954 [2021-04-14T00:05:05.786Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T00:05:07.178Z] ---> Running in a4530125b7da [2021-04-14T00:05:07.178Z] ---> Running in c058df0213f2 [2021-04-14T00:05:07.178Z] ---> Running in d759a4db3faf [2021-04-14T00:05:07.178Z] ---> Running in 305234a80397 [2021-04-14T00:05:07.178Z] Removing intermediate container e0bf640ce103 [2021-04-14T00:05:07.178Z] ---> 21c6ab51998b [2021-04-14T00:05:07.178Z] [2021-04-14T00:05:07.178Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T00:05:07.178Z] ---> 7230e588e954 [2021-04-14T00:05:07.178Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T00:05:07.450Z] ---> Running in 8742bbfdcfd8 [2021-04-14T00:05:07.714Z] Removing intermediate container 8742bbfdcfd8 [2021-04-14T00:05:07.714Z] ---> 7d0ac990c772 [2021-04-14T00:05:07.714Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T00:05:07.714Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:07.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:07.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:07.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:08.254Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T00:05:08.254Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T00:05:08.254Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T00:05:08.254Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-14T00:05:08.254Z] (4/4) Installing curl (7.69.1-r3) [2021-04-14T00:05:08.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:05:08.254Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T00:05:08.254Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T00:05:08.254Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-14T00:05:08.254Z] (4/6) Installing curl (7.69.1-r3) [2021-04-14T00:05:08.254Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T00:05:08.254Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T00:05:08.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:05:08.254Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T00:05:08.254Z] OK: 7 MiB in 18 packages [2021-04-14T00:05:08.254Z] OK: 7 MiB in 20 packages [2021-04-14T00:05:08.836Z] ---> Running in 19d6404fcada [2021-04-14T00:05:08.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:08.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:08.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:08.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:08.836Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T00:05:08.836Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:05:08.836Z] OK: 6 MiB in 15 packages [2021-04-14T00:05:08.836Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T00:05:09.097Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T00:05:09.097Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:05:09.097Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T00:05:09.097Z] OK: 6 MiB in 16 packages [2021-04-14T00:05:10.045Z] Removing intermediate container 19d6404fcada [2021-04-14T00:05:10.045Z] ---> 2db28c56f234 [2021-04-14T00:05:10.045Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T00:05:10.993Z] ---> Running in 01e499d17a4b [2021-04-14T00:05:11.256Z] Removing intermediate container a4530125b7da [2021-04-14T00:05:11.256Z] ---> 15e0c0848090 [2021-04-14T00:05:11.256Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T00:05:11.256Z] Removing intermediate container 305234a80397 [2021-04-14T00:05:11.256Z] ---> bbce3add8d6d [2021-04-14T00:05:11.256Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T00:05:11.518Z] ---> Running in 01d589ded92a [2021-04-14T00:05:11.519Z] Removing intermediate container 01e499d17a4b [2021-04-14T00:05:11.519Z] ---> 25042d24ae4e [2021-04-14T00:05:11.519Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:05:11.519Z] ---> Running in 649b394ad676 [2021-04-14T00:05:11.519Z] Removing intermediate container c058df0213f2 [2021-04-14T00:05:11.519Z] ---> a205641b7597 [2021-04-14T00:05:11.519Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:05:11.786Z] ---> Running in 8dedd7fa66f0 [2021-04-14T00:05:12.048Z] ---> Running in b45aea59286c [2021-04-14T00:05:12.309Z] Removing intermediate container d759a4db3faf [2021-04-14T00:05:12.310Z] ---> 611a85feee70 [2021-04-14T00:05:12.310Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:05:12.310Z] Removing intermediate container 01d589ded92a [2021-04-14T00:05:12.310Z] ---> adea9329170d [2021-04-14T00:05:12.310Z] Step 13/21 : WORKDIR /edgex [2021-04-14T00:05:12.881Z] Removing intermediate container 649b394ad676 [2021-04-14T00:05:12.881Z] ---> c78ebca5342e [2021-04-14T00:05:12.881Z] Step 13/24 : WORKDIR / [2021-04-14T00:05:13.144Z] ---> Running in 30070adf1843 [2021-04-14T00:05:13.144Z] ---> Running in d6d8154a257e [2021-04-14T00:05:13.144Z] ---> Running in f5f7b846c628 [2021-04-14T00:05:13.144Z] Removing intermediate container b45aea59286c [2021-04-14T00:05:13.144Z] ---> 33fa1148aab3 [2021-04-14T00:05:13.144Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T00:05:13.144Z] ---> Running in 53852196e45a [2021-04-14T00:05:13.407Z] Removing intermediate container f5f7b846c628 [2021-04-14T00:05:13.407Z] ---> 99929f099b60 [2021-04-14T00:05:13.407Z] 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-04-14T00:05:13.407Z] Removing intermediate container 30070adf1843 [2021-04-14T00:05:13.407Z] ---> e60bab586951 [2021-04-14T00:05:13.407Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T00:05:13.673Z] Removing intermediate container d6d8154a257e [2021-04-14T00:05:13.673Z] ---> 403e608c42f1 [2021-04-14T00:05:13.673Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T00:05:13.673Z] Removing intermediate container 53852196e45a [2021-04-14T00:05:13.673Z] ---> a27834172935 [2021-04-14T00:05:13.673Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T00:05:13.673Z] ---> Running in a4be66ae114c [2021-04-14T00:05:13.935Z] ---> Running in a7f5177b6d3c [2021-04-14T00:05:13.935Z] ---> 9ec469be693e [2021-04-14T00:05:13.935Z] 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-04-14T00:05:14.200Z] ---> ead702e6e30f [2021-04-14T00:05:14.200Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T00:05:14.200Z] Removing intermediate container a4be66ae114c [2021-04-14T00:05:14.200Z] ---> 7bcf5458fe75 [2021-04-14T00:05:14.200Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T00:05:14.200Z] Removing intermediate container a7f5177b6d3c [2021-04-14T00:05:14.200Z] ---> 7dec77138b7b [2021-04-14T00:05:14.200Z] Step 15/23 : WORKDIR / [2021-04-14T00:05:14.461Z] ---> Running in 24db4451913d [2021-04-14T00:05:14.461Z] Removing intermediate container 8dedd7fa66f0 [2021-04-14T00:05:14.461Z] ---> 92969f2277e1 [2021-04-14T00:05:14.461Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T00:05:14.461Z] ---> d77aeeb596b5 [2021-04-14T00:05:14.461Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T00:05:14.461Z] ---> Running in b9ea43dcbb67 [2021-04-14T00:05:14.722Z] ---> Running in 35068f47464c [2021-04-14T00:05:14.722Z] ---> 13f84d5f29d9 [2021-04-14T00:05:14.722Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T00:05:14.992Z] Removing intermediate container 24db4451913d [2021-04-14T00:05:14.992Z] ---> f394749ca852 [2021-04-14T00:05:14.992Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:05:15.269Z] Removing intermediate container b9ea43dcbb67 [2021-04-14T00:05:15.269Z] ---> 95acf848763d [2021-04-14T00:05:15.269Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:05:15.269Z] ---> 8bc27b720dfe [2021-04-14T00:05:15.269Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T00:05:15.269Z] ---> 487026505eca [2021-04-14T00:05:15.269Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T00:05:15.269Z] ---> d59f7c82f212 [2021-04-14T00:05:15.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T00:05:15.536Z] ---> Running in bb1ac5b1dd52 [2021-04-14T00:05:15.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:15.536Z] ---> 66edb8752dae [2021-04-14T00:05:15.536Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T00:05:15.799Z] Removing intermediate container bb1ac5b1dd52 [2021-04-14T00:05:15.799Z] ---> 51a747ac781b [2021-04-14T00:05:15.799Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T00:05:15.799Z] ---> edb0c3eb29af [2021-04-14T00:05:15.799Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T00:05:16.069Z] ---> Running in 3477924dd034 [2021-04-14T00:05:16.069Z] ---> c6dc7e1ccd4e [2021-04-14T00:05:16.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T00:05:16.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:16.338Z] ---> 5373a7d161cb [2021-04-14T00:05:16.338Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T00:05:16.338Z] Removing intermediate container 3477924dd034 [2021-04-14T00:05:16.338Z] ---> a825a8327978 [2021-04-14T00:05:16.338Z] Step 19/21 : LABEL arch=x86_64 [2021-04-14T00:05:16.338Z] ---> Running in 51c6fb95a4d1 [2021-04-14T00:05:16.338Z] ---> 7a24b47dbab4 [2021-04-14T00:05:16.338Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T00:05:16.600Z] ---> 44a5072dee62 [2021-04-14T00:05:16.600Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T00:05:16.600Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T00:05:16.600Z] ---> Running in 9b4f2fcd3a85 [2021-04-14T00:05:16.600Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T00:05:16.600Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T00:05:16.600Z] ---> 152e3959f58a [2021-04-14T00:05:16.600Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T00:05:16.867Z] Removing intermediate container 51c6fb95a4d1 [2021-04-14T00:05:16.867Z] ---> f29e585aa684 [2021-04-14T00:05:16.867Z] Step 20/21 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:05:16.867Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T00:05:16.867Z] ---> Running in d7c740c43f3c [2021-04-14T00:05:16.867Z] ---> Running in 1ccf4383860b [2021-04-14T00:05:16.867Z] Removing intermediate container 9b4f2fcd3a85 [2021-04-14T00:05:16.867Z] ---> 00e39d7f5560 [2021-04-14T00:05:16.867Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:05:16.867Z] ---> ed34e88f82e2 [2021-04-14T00:05:16.867Z] 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-04-14T00:05:17.131Z] ---> Running in ebed0a36b153 [2021-04-14T00:05:17.131Z] ---> Running in 4339cda1b901 [2021-04-14T00:05:17.392Z] Removing intermediate container 1ccf4383860b [2021-04-14T00:05:17.392Z] ---> 80aa81124bc7 [2021-04-14T00:05:17.392Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:05:17.392Z] Removing intermediate container d7c740c43f3c [2021-04-14T00:05:17.392Z] ---> 7e36aacb4941 [2021-04-14T00:05:17.392Z] Step 21/21 : LABEL version=2.0.0-dev.170 [2021-04-14T00:05:17.661Z] ---> Running in 75ed8efcde2f [2021-04-14T00:05:17.661Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T00:05:17.661Z] ---> Running in c8a1f11a8839 [2021-04-14T00:05:17.661Z] Removing intermediate container ebed0a36b153 [2021-04-14T00:05:17.661Z] ---> 9048626bfe16 [2021-04-14T00:05:17.661Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T00:05:17.661Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T00:05:17.661Z] ---> Running in c45a229a6f53 [2021-04-14T00:05:17.661Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:05:17.923Z] OK: 8 MiB in 20 packages [2021-04-14T00:05:17.923Z] Removing intermediate container 75ed8efcde2f [2021-04-14T00:05:17.923Z] ---> ccc4df4f76ed [2021-04-14T00:05:17.923Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T00:05:17.923Z] Removing intermediate container c8a1f11a8839 [2021-04-14T00:05:17.923Z] ---> 003badbc6885 [2021-04-14T00:05:17.923Z] [2021-04-14T00:05:18.186Z] ---> Running in ec3dcf263653 [2021-04-14T00:05:18.186Z] Successfully built 003badbc6885 [2021-04-14T00:05:18.447Z] Removing intermediate container c45a229a6f53 [2021-04-14T00:05:18.447Z] ---> fbafd4d71fcc [2021-04-14T00:05:18.447Z] Step 21/22 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:05:18.447Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-14T00:05:18.447Z] Building docker-support-scheduler-go [2021-04-14T00:05:18.447Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 7cfa174e951c [2021-04-14T00:05:18.709Z] Removing intermediate container ec3dcf263653 [2021-04-14T00:05:18.709Z] ---> e5a58158f37b [2021-04-14T00:05:18.709Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:05:18.972Z] ---> Running in 79ae0e9e20a0 [2021-04-14T00:05:19.237Z] Removing intermediate container 7cfa174e951c [2021-04-14T00:05:19.237Z] ---> e2c4d53e054b [2021-04-14T00:05:19.237Z] Step 22/22 : LABEL version=2.0.0-dev.170 [2021-04-14T00:05:19.237Z] Removing intermediate container 35068f47464c [2021-04-14T00:05:19.237Z] ---> 0156836fd5a8 [2021-04-14T00:05:19.237Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:05:19.502Z] Removing intermediate container 4339cda1b901 [2021-04-14T00:05:19.502Z] ---> bf426832cd32 [2021-04-14T00:05:19.502Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-14T00:05:19.502Z] Removing intermediate container 79ae0e9e20a0 [2021-04-14T00:05:19.502Z] ---> af3cf4218372 [2021-04-14T00:05:19.502Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:05:19.502Z] ---> Running in 851ac96b18cb [2021-04-14T00:05:19.769Z] ---> Running in 5008cf54a037 [2021-04-14T00:05:19.769Z] ---> Running in 2bc5bdea3768 [2021-04-14T00:05:19.769Z] Removing intermediate container 851ac96b18cb [2021-04-14T00:05:19.769Z] ---> 4ca897447216 [2021-04-14T00:05:19.769Z] [2021-04-14T00:05:19.769Z] ---> e183796aaf66 [2021-04-14T00:05:19.769Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T00:05:20.033Z] Successfully built 4ca897447216 [2021-04-14T00:05:20.033Z] Removing intermediate container 5008cf54a037 [2021-04-14T00:05:20.033Z] ---> 78aae68e7209 [2021-04-14T00:05:20.033Z] Step 22/24 : LABEL arch=x86_64 [2021-04-14T00:05:20.033Z] Successfully tagged docker-support-notifications-go:latest [2021-04-14T00:05:20.033Z] Building docker-sys-mgmt-agent-go [2021-04-14T00:05:20.294Z]  Building docker-support-notifications-go ... done Removing intermediate container 2bc5bdea3768 [2021-04-14T00:05:20.294Z] ---> 1d2337a79c80 [2021-04-14T00:05:20.294Z] [2021-04-14T00:05:20.294Z] ---> Running in cdd109b4719a [2021-04-14T00:05:22.874Z] Successfully built 1d2337a79c80 [2021-04-14T00:05:23.136Z] Successfully tagged docker-core-command-go:latest [2021-04-14T00:05:23.136Z] Building docker-security-bootstrapper-go [2021-04-14T00:05:28.441Z]  Building docker-core-command-go ... done Removing intermediate container cdd109b4719a [2021-04-14T00:05:28.441Z] ---> fbd004d7b1a7 [2021-04-14T00:05:28.441Z] Step 23/24 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:05:28.441Z] ---> 06f9f18b3cf3 [2021-04-14T00:05:28.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T00:05:30.997Z] ---> Running in 27befe0a65b8 [2021-04-14T00:05:31.259Z] ---> b7ec1be604d5 [2021-04-14T00:05:31.259Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T00:05:31.525Z] ---> Running in 0353ed7ea988 [2021-04-14T00:05:31.525Z] Removing intermediate container 27befe0a65b8 [2021-04-14T00:05:31.525Z] ---> 63eb25b1f1f7 [2021-04-14T00:05:31.525Z] Step 24/24 : LABEL version=2.0.0-dev.170 [2021-04-14T00:05:31.788Z] ---> Running in bb093a4cd5bc [2021-04-14T00:05:31.788Z] Removing intermediate container 0353ed7ea988 [2021-04-14T00:05:31.788Z] ---> 005002d22eae [2021-04-14T00:05:31.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:05:36.032Z] ---> Running in e3aabef6ff86 [2021-04-14T00:05:36.032Z] Removing intermediate container bb093a4cd5bc [2021-04-14T00:05:36.032Z] ---> 83eafd20c7a1 [2021-04-14T00:05:36.032Z] [2021-04-14T00:05:36.032Z] Successfully built 83eafd20c7a1 [2021-04-14T00:05:36.032Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-14T00:05:36.032Z] Building docker-core-metadata-go [2021-04-14T00:05:38.615Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e3aabef6ff86 [2021-04-14T00:05:38.615Z] ---> 6c06bd7d43e0 [2021-04-14T00:05:38.615Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T00:05:41.201Z] ---> Running in 2e252c2f3cb9 [2021-04-14T00:05:42.173Z] Removing intermediate container 2e252c2f3cb9 [2021-04-14T00:05:42.173Z] ---> e8a1aa052fcf [2021-04-14T00:05:42.173Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:05:43.139Z] ---> Running in 8e4b9799a499 [2021-04-14T00:05:44.116Z] Removing intermediate container 8e4b9799a499 [2021-04-14T00:05:44.116Z] ---> 2b4ffef2e317 [2021-04-14T00:05:44.116Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:05:44.116Z] ---> Running in ffb80ed19b43 [2021-04-14T00:05:45.086Z] Removing intermediate container ffb80ed19b43 [2021-04-14T00:05:45.086Z] ---> 83e1d02cf368 [2021-04-14T00:05:45.086Z] [2021-04-14T00:05:45.356Z] Successfully built 83e1d02cf368 [2021-04-14T00:05:45.356Z] Successfully tagged docker-core-data-go:latest [2021-04-14T00:05:45.628Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:05:45.628Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:05:45.628Z] ---> 2e5c703665c3 [2021-04-14T00:05:45.628Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:05:45.628Z] ---> Using cache [2021-04-14T00:05:45.628Z] ---> f2423c0fd634 [2021-04-14T00:05:45.628Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:05:45.628Z] ---> Using cache [2021-04-14T00:05:45.628Z] ---> a002d7499340 [2021-04-14T00:05:45.628Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-14T00:05:45.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:05:45.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:05:45.628Z] ---> 2e5c703665c3 [2021-04-14T00:05:45.628Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T00:05:45.628Z] ---> Using cache [2021-04-14T00:05:45.628Z] ---> f2423c0fd634 [2021-04-14T00:05:45.628Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:05:45.628Z] ---> Using cache [2021-04-14T00:05:45.628Z] ---> a002d7499340 [2021-04-14T00:05:45.628Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-14T00:05:46.591Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:05:46.591Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:05:46.591Z] ---> 2e5c703665c3 [2021-04-14T00:05:46.591Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T00:05:46.591Z] ---> Using cache [2021-04-14T00:05:46.591Z] ---> f2423c0fd634 [2021-04-14T00:05:46.591Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:05:46.591Z] ---> Using cache [2021-04-14T00:05:46.591Z] ---> a002d7499340 [2021-04-14T00:05:46.591Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T00:05:47.175Z] ---> Running in ca439130a937 [2021-04-14T00:05:47.175Z] ---> Running in 452a1cfe0d08 [2021-04-14T00:05:47.440Z] ---> Running in cc00196a0150 [2021-04-14T00:05:50.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:50.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:50.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:51.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:51.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:51.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:05:51.332Z] OK: 233 MiB in 51 packages [2021-04-14T00:05:51.601Z] OK: 233 MiB in 51 packages [2021-04-14T00:05:51.601Z] OK: 233 MiB in 51 packages [2021-04-14T00:05:53.021Z] Removing intermediate container 452a1cfe0d08 [2021-04-14T00:05:53.021Z] ---> e24d81f6a224 [2021-04-14T00:05:53.021Z] Step 6/22 : COPY go.mod . [2021-04-14T00:05:53.021Z] Removing intermediate container ca439130a937 [2021-04-14T00:05:53.021Z] ---> f7fb0fc314e5 [2021-04-14T00:05:53.021Z] Step 6/23 : COPY go.mod . [2021-04-14T00:05:53.021Z] Removing intermediate container cc00196a0150 [2021-04-14T00:05:53.021Z] ---> 3f85da95385d [2021-04-14T00:05:53.021Z] Step 6/31 : COPY go.mod . [2021-04-14T00:05:53.975Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:05:53.975Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:05:53.975Z] ---> 2e5c703665c3 [2021-04-14T00:05:53.975Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:05:53.976Z] ---> Using cache [2021-04-14T00:05:53.976Z] ---> f2423c0fd634 [2021-04-14T00:05:53.976Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:05:53.976Z] ---> Using cache [2021-04-14T00:05:53.976Z] ---> a002d7499340 [2021-04-14T00:05:53.976Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T00:05:53.976Z] ---> Using cache [2021-04-14T00:05:53.976Z] ---> 3f85da95385d [2021-04-14T00:05:53.976Z] Step 6/23 : COPY go.mod . [2021-04-14T00:05:54.551Z] ---> c1bd536f9641 [2021-04-14T00:05:54.551Z] Step 7/22 : RUN go mod download [2021-04-14T00:05:54.813Z] ---> 3bd268479511 [2021-04-14T00:05:54.813Z] Step 7/23 : RUN go mod download [2021-04-14T00:05:54.813Z] ---> Running in da827012eaa1 [2021-04-14T00:05:54.813Z] ---> 8101c0a83777 [2021-04-14T00:05:54.813Z] Step 7/31 : RUN go mod download [2021-04-14T00:05:54.813Z] ---> Running in f72435de71fe [2021-04-14T00:05:54.813Z] ---> 8e64039010e2 [2021-04-14T00:05:54.813Z] Step 7/23 : RUN go mod download [2021-04-14T00:05:55.075Z] ---> Running in c004db690821 [2021-04-14T00:05:55.075Z] ---> Running in 635f45ef86e0 [2021-04-14T00:05:57.641Z] Removing intermediate container 635f45ef86e0 [2021-04-14T00:05:57.641Z] ---> a3331dc94da0 [2021-04-14T00:05:57.641Z] Step 8/23 : COPY . . [2021-04-14T00:05:57.641Z] Removing intermediate container da827012eaa1 [2021-04-14T00:05:57.641Z] ---> a3a1e7f1df0e [2021-04-14T00:05:57.641Z] Step 8/22 : COPY . . [2021-04-14T00:05:57.641Z] Removing intermediate container f72435de71fe [2021-04-14T00:05:57.641Z] ---> c4ffe32f59aa [2021-04-14T00:05:57.641Z] Step 8/23 : COPY . . [2021-04-14T00:05:57.641Z] Removing intermediate container c004db690821 [2021-04-14T00:05:57.641Z] ---> 30cfa7395064 [2021-04-14T00:05:57.641Z] Step 8/31 : COPY . . [2021-04-14T00:06:25.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-14T00:06:25.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-14T00:06:30.839Z] ---> 94dc12763c26 [2021-04-14T00:06:30.839Z] ---> 6114282af0b7 [2021-04-14T00:06:30.839Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T00:06:30.839Z] [2021-04-14T00:06:30.839Z] ---> f9ec14c3874f [2021-04-14T00:06:30.839Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-14T00:06:30.839Z] ---> Running in e1eb8bacec27 [2021-04-14T00:06:30.839Z] ---> Running in a0dff4ad6f67 [2021-04-14T00:06:30.839Z] ---> bad0a9aa766e [2021-04-14T00:06:30.839Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-14T00:06:30.839Z] ---> Running in a7d124c82c91 [2021-04-14T00:06:30.839Z] ---> Running in 309b39f73ca5 [2021-04-14T00:06:30.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T00:06:30.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T00:06:30.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-14T00:06:30.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-14T00:06:40.213Z] Removing intermediate container 6517afe2d41b [2021-04-14T00:06:40.213Z] ---> 4f2b24620db1 [2021-04-14T00:06:40.213Z] [2021-04-14T00:06:40.213Z] Step 10/24 : FROM alpine:3.12 [2021-04-14T00:06:40.213Z] 3.12: Pulling from library/alpine [2021-04-14T00:06:40.213Z] Removing intermediate container 232cd55fb734 [2021-04-14T00:06:40.213Z] ---> c3a7a9c77626 [2021-04-14T00:06:40.213Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T00:06:40.213Z] Removing intermediate container 0b4b50c08af9 [2021-04-14T00:06:40.213Z] ---> f25244273d4d [2021-04-14T00:06:40.213Z] [2021-04-14T00:06:40.213Z] Step 10/21 : FROM alpine:3.12 [2021-04-14T00:06:40.213Z] 3.12: Pulling from library/alpine [2021-04-14T00:06:40.213Z] ---> Running in d062ddc3e8ca [2021-04-14T00:06:40.213Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T00:06:40.213Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-14T00:06:40.213Z] Status: Downloaded newer image for alpine:3.12 [2021-04-14T00:06:40.213Z] ---> d75e27dfc0a0 [2021-04-14T00:06:40.213Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-14T00:06:40.213Z] Status: Image is up to date for alpine:3.12 [2021-04-14T00:06:40.213Z] ---> d75e27dfc0a0 [2021-04-14T00:06:40.213Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-14T00:06:40.812Z] ---> Running in 069430cdb67a [2021-04-14T00:06:40.812Z] ---> Running in 98283b522304 [2021-04-14T00:06:42.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T00:06:42.812Z] Removing intermediate container c98b7ba4ff46 [2021-04-14T00:06:42.812Z] ---> 5155bf281103 [2021-04-14T00:06:42.812Z] [2021-04-14T00:06:42.812Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T00:06:42.812Z] ---> d75e27dfc0a0 [2021-04-14T00:06:42.812Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T00:06:42.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:43.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:43.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:43.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:43.382Z] ---> Running in a97e4d9f2996 [2021-04-14T00:06:43.984Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-14T00:06:43.984Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-14T00:06:43.984Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T00:06:43.984Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-14T00:06:43.984Z] (4/4) Installing curl (7.69.1-r3) [2021-04-14T00:06:43.984Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:06:43.984Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T00:06:43.984Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-14T00:06:43.984Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T00:06:43.984Z] (4/6) Installing curl (7.69.1-r3) [2021-04-14T00:06:43.984Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-14T00:06:43.984Z] (6/6) Installing su-exec (0.2-r1) [2021-04-14T00:06:44.260Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:06:44.260Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T00:06:44.260Z] OK: 7 MiB in 18 packages [2021-04-14T00:06:44.536Z] Removing intermediate container 8eb587a1c91f [2021-04-14T00:06:44.536Z] ---> 4d4ce78f8ae8 [2021-04-14T00:06:44.536Z] [2021-04-14T00:06:44.536Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T00:06:44.536Z] ---> d75e27dfc0a0 [2021-04-14T00:06:44.536Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T00:06:44.536Z] OK: 7 MiB in 20 packages [2021-04-14T00:06:45.132Z] ---> Running in f43e46ca1fbc [2021-04-14T00:06:45.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:45.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:46.330Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T00:06:46.330Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:06:46.330Z] OK: 5 MiB in 15 packages [2021-04-14T00:06:47.312Z] Removing intermediate container 069430cdb67a [2021-04-14T00:06:47.312Z] ---> 6d8cb9d59e45 [2021-04-14T00:06:47.312Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T00:06:47.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:47.586Z] Removing intermediate container d062ddc3e8ca [2021-04-14T00:06:47.586Z] ---> fb05ce984863 [2021-04-14T00:06:47.586Z] [2021-04-14T00:06:47.586Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T00:06:47.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:06:47.586Z] Removing intermediate container 98283b522304 [2021-04-14T00:06:47.586Z] ---> f531cf7cf1cd [2021-04-14T00:06:47.586Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-14T00:06:47.586Z] ---> Running in d85171f8ae71 [2021-04-14T00:06:47.862Z] ---> Running in b2efbafc0554 [2021-04-14T00:06:47.862Z] 20.10.0: Pulling from library/docker [2021-04-14T00:06:48.157Z] Removing intermediate container a97e4d9f2996 [2021-04-14T00:06:48.157Z] ---> 148c6645a978 [2021-04-14T00:06:48.157Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:06:48.157Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-14T00:06:48.157Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:06:48.157Z] OK: 5 MiB in 15 packages [2021-04-14T00:06:48.490Z] ---> Running in 1d2248809f48 [2021-04-14T00:06:48.933Z] Removing intermediate container d85171f8ae71 [2021-04-14T00:06:48.933Z] ---> d04dc51b24cb [2021-04-14T00:06:48.933Z] Step 13/21 : WORKDIR /edgex [2021-04-14T00:06:48.933Z] Removing intermediate container b2efbafc0554 [2021-04-14T00:06:48.933Z] ---> 864a0170226d [2021-04-14T00:06:48.933Z] Step 13/24 : WORKDIR / [2021-04-14T00:06:49.261Z] ---> Running in 2e65b605442f [2021-04-14T00:06:49.552Z] ---> Running in d79a7897dd24 [2021-04-14T00:06:49.882Z] Removing intermediate container 1d2248809f48 [2021-04-14T00:06:49.882Z] ---> 513daea834ae [2021-04-14T00:06:49.882Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-14T00:06:50.275Z] ---> Running in 42900ddc1201 [2021-04-14T00:06:50.603Z] Removing intermediate container 2e65b605442f [2021-04-14T00:06:50.603Z] ---> 86934d4be4bc [2021-04-14T00:06:50.603Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-14T00:06:51.210Z] Removing intermediate container d79a7897dd24 [2021-04-14T00:06:51.210Z] ---> 20948b1f3853 [2021-04-14T00:06:51.210Z] 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-04-14T00:06:51.485Z] Removing intermediate container 42900ddc1201 [2021-04-14T00:06:51.485Z] ---> 1112ddb7a629 [2021-04-14T00:06:51.485Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T00:06:51.485Z] Removing intermediate container f43e46ca1fbc [2021-04-14T00:06:51.485Z] ---> 80a0295e413b [2021-04-14T00:06:51.485Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:06:51.760Z] ---> Running in 86aa2525d779 [2021-04-14T00:06:51.760Z] ---> Running in 91c32326d5af [2021-04-14T00:06:52.363Z] ---> eb3799cbfe53 [2021-04-14T00:06:52.363Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-14T00:06:52.363Z] ---> 2ab13dcf1229 [2021-04-14T00:06:52.363Z] 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-04-14T00:06:52.639Z] Removing intermediate container 86aa2525d779 [2021-04-14T00:06:52.639Z] ---> 49574a97665e [2021-04-14T00:06:52.639Z] Step 15/23 : WORKDIR / [2021-04-14T00:06:52.639Z] Removing intermediate container 91c32326d5af [2021-04-14T00:06:52.639Z] ---> e45a87d22e90 [2021-04-14T00:06:52.639Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T00:06:52.917Z] ---> Running in 97f27ef9fd60 [2021-04-14T00:06:53.194Z] ---> Running in 60365acd4393 [2021-04-14T00:06:53.468Z] ---> 747e64c97c9f [2021-04-14T00:06:53.468Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-14T00:06:54.073Z] Removing intermediate container 97f27ef9fd60 [2021-04-14T00:06:54.073Z] ---> 378c995f279e [2021-04-14T00:06:54.073Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T00:06:54.350Z] ---> 5f6d3dfb890a [2021-04-14T00:06:54.350Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-14T00:06:54.350Z] Removing intermediate container 60365acd4393 [2021-04-14T00:06:54.350Z] ---> 4d9fd7b80ffc [2021-04-14T00:06:54.350Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:06:54.626Z] ---> Running in 7f6d1c2a09bc [2021-04-14T00:06:54.904Z] ---> 9c8a120914a0 [2021-04-14T00:06:54.904Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-14T00:06:55.544Z] Removing intermediate container 7f6d1c2a09bc [2021-04-14T00:06:55.544Z] ---> cb7d489ea43c [2021-04-14T00:06:55.544Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:06:56.160Z] ---> 4b1846770e53 [2021-04-14T00:06:56.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-14T00:06:56.769Z] ---> 8a89497d2ee4 [2021-04-14T00:06:56.769Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-14T00:06:57.375Z] ---> Running in cfb3ad2a192b [2021-04-14T00:06:57.375Z] ---> 8bc6b7b4b1d7 [2021-04-14T00:06:57.375Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-14T00:06:57.658Z] ---> fd5f6810b0c6 [2021-04-14T00:06:57.658Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T00:06:58.265Z] ---> 8e298947d4f3 [2021-04-14T00:06:58.265Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-14T00:06:58.542Z] Removing intermediate container cfb3ad2a192b [2021-04-14T00:06:58.542Z] ---> ebda5d14cc2e [2021-04-14T00:06:58.542Z] Step 18/21 : CMD ["--init=true"] [2021-04-14T00:06:59.146Z] ---> Running in b9f1ebaa090f [2021-04-14T00:06:59.425Z] ---> 0983c84b4629 [2021-04-14T00:06:59.425Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-14T00:06:59.705Z] ---> 7c147004f6f3 [2021-04-14T00:06:59.705Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T00:06:59.705Z] ---> f7e9b362405a [2021-04-14T00:06:59.705Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-14T00:06:59.981Z] Removing intermediate container b9f1ebaa090f [2021-04-14T00:06:59.981Z] ---> 6870e1a4863b [2021-04-14T00:06:59.981Z] Step 19/21 : LABEL arch=arm64 [2021-04-14T00:07:00.256Z] ---> Running in 21a724cb11d9 [2021-04-14T00:07:00.256Z] ---> Running in f007c785b6c3 [2021-04-14T00:07:00.532Z] ---> 9b36597dfe5b [2021-04-14T00:07:00.532Z] 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-04-14T00:07:00.807Z] ---> Running in 16aeca9b4b68 [2021-04-14T00:07:01.084Z] Removing intermediate container 21a724cb11d9 [2021-04-14T00:07:01.084Z] ---> 6c50721a340e [2021-04-14T00:07:01.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:07:01.084Z] ---> 11d3217e355e [2021-04-14T00:07:01.084Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T00:07:01.084Z] Removing intermediate container f007c785b6c3 [2021-04-14T00:07:01.084Z] ---> 7651b08cf37c [2021-04-14T00:07:01.084Z] Step 20/21 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:01.084Z] ---> Running in 86557353a897 [2021-04-14T00:07:01.361Z] ---> Running in bc9894dfed15 [2021-04-14T00:07:01.361Z] ---> Running in 855a9153ba9e [2021-04-14T00:07:01.962Z] Removing intermediate container 86557353a897 [2021-04-14T00:07:01.962Z] ---> 3dbbde6cd614 [2021-04-14T00:07:01.962Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:07:01.962Z] Removing intermediate container bc9894dfed15 [2021-04-14T00:07:01.962Z] ---> ec7670ee03aa [2021-04-14T00:07:01.962Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T00:07:02.239Z] ---> Running in bc942ffb766f [2021-04-14T00:07:02.239Z] Removing intermediate container 855a9153ba9e [2021-04-14T00:07:02.239Z] ---> eace0e157375 [2021-04-14T00:07:02.239Z] Step 21/21 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:02.239Z] ---> Running in 007e910eea35 [2021-04-14T00:07:02.516Z] ---> Running in 5f84316ca415 [2021-04-14T00:07:02.516Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T00:07:02.516Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T00:07:02.516Z] ---> eeaf43b92773 [2021-04-14T00:07:02.516Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:07:02.796Z] ---> Running in 2f6041b4a635 [2021-04-14T00:07:02.796Z] Removing intermediate container bc942ffb766f [2021-04-14T00:07:02.796Z] ---> 3ed92f6669a1 [2021-04-14T00:07:02.796Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T00:07:03.066Z] Removing intermediate container 007e910eea35 [2021-04-14T00:07:03.066Z] ---> 4e5b6bf9dcdb [2021-04-14T00:07:03.066Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:03.066Z] ---> Running in a0222a784193 [2021-04-14T00:07:03.066Z] Removing intermediate container 5f84316ca415 [2021-04-14T00:07:03.066Z] ---> 606f28e9aaf8 [2021-04-14T00:07:03.066Z] [2021-04-14T00:07:03.338Z] ---> Running in 1759d61713d5 [2021-04-14T00:07:03.611Z] Removing intermediate container 2f6041b4a635 [2021-04-14T00:07:03.612Z] ---> de2444a01b44 [2021-04-14T00:07:03.612Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T00:07:03.612Z] Successfully built 606f28e9aaf8 [2021-04-14T00:07:03.887Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-14T00:07:03.887Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-04-14T00:07:03.887Z] ---> Running in db9857fe6e30 [2021-04-14T00:07:03.887Z] Removing intermediate container a0222a784193 [2021-04-14T00:07:03.887Z] ---> ddbe8ac4efb3 [2021-04-14T00:07:03.887Z] Step 21/22 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:04.167Z] Removing intermediate container 16aeca9b4b68 [2021-04-14T00:07:04.167Z] ---> 2a9924d2c2b5 [2021-04-14T00:07:04.167Z] Removing intermediate container 1759d61713d5 [2021-04-14T00:07:04.167Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] ---> 7866c0392207 [2021-04-14T00:07:04.167Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:04.167Z] [2021-04-14T00:07:04.167Z] ---> Running in 2e05482bdf8b [2021-04-14T00:07:04.167Z] ---> Running in f2852967f294 [2021-04-14T00:07:04.447Z] ---> Running in 258d0b42e344 [2021-04-14T00:07:04.723Z] Removing intermediate container 2e05482bdf8b [2021-04-14T00:07:04.997Z] ---> 3991df2618d0 [2021-04-14T00:07:04.997Z] Step 22/22 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:04.997Z] Removing intermediate container f2852967f294 [2021-04-14T00:07:04.997Z] ---> 93db70cc29e2 [2021-04-14T00:07:04.997Z] [2021-04-14T00:07:05.269Z] ---> Running in 2dbe14a2d762 [2021-04-14T00:07:05.269Z] Removing intermediate container 258d0b42e344 [2021-04-14T00:07:05.269Z] ---> e7fc08ddec95 [2021-04-14T00:07:05.269Z] Step 22/24 : LABEL arch=arm64 [2021-04-14T00:07:05.546Z] Successfully built 93db70cc29e2 [2021-04-14T00:07:05.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:07:05.546Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-14T00:07:05.546Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-14T00:07:05.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:07:06.098Z] ---> Running in bc82604a3984 [2021-04-14T00:07:06.098Z] Removing intermediate container 2dbe14a2d762 [2021-04-14T00:07:06.098Z] ---> 6e2e23b44de3 [2021-04-14T00:07:06.098Z] [2021-04-14T00:07:06.374Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T00:07:06.374Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T00:07:06.645Z] Executing bash-5.0.17-r0.post-install [2021-04-14T00:07:06.645Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T00:07:06.645Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-14T00:07:06.645Z] (5/39) Installing curl (7.69.1-r3) [2021-04-14T00:07:06.645Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T00:07:06.645Z] Successfully built 6e2e23b44de3 [2021-04-14T00:07:06.645Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T00:07:06.645Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T00:07:06.645Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T00:07:06.645Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T00:07:06.645Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-14T00:07:06.645Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T00:07:06.645Z]  Building docker-support-scheduler-go ... done (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T00:07:06.645Z] Building docker-support-notifications-go [2021-04-14T00:07:06.645Z] Removing intermediate container bc82604a3984 [2021-04-14T00:07:06.645Z] ---> 5918c5683ebe [2021-04-14T00:07:06.645Z] Step 23/24 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:06.645Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T00:07:07.243Z] ---> Running in d40f8ab7fd4e [2021-04-14T00:07:08.222Z] Removing intermediate container d40f8ab7fd4e [2021-04-14T00:07:08.222Z] ---> b227b32ad021 [2021-04-14T00:07:08.222Z] Step 24/24 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:08.819Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T00:07:08.819Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T00:07:08.819Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T00:07:08.820Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T00:07:08.820Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T00:07:08.820Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T00:07:08.820Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T00:07:08.820Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T00:07:09.092Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T00:07:09.092Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T00:07:09.092Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T00:07:09.092Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T00:07:09.092Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T00:07:09.092Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T00:07:09.092Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T00:07:09.092Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T00:07:09.366Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T00:07:09.366Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T00:07:09.366Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T00:07:09.366Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T00:07:09.366Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T00:07:09.366Z] ---> Running in d432f7f2ea4c [2021-04-14T00:07:09.366Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T00:07:09.366Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T00:07:09.366Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T00:07:09.366Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T00:07:09.366Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T00:07:09.644Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T00:07:09.644Z] OK: 72 MiB in 59 packages [2021-04-14T00:07:09.751Z] Removing intermediate container 309b39f73ca5 [2021-04-14T00:07:09.751Z] ---> 073620e2343c [2021-04-14T00:07:09.751Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-14T00:07:09.751Z] Removing intermediate container a0dff4ad6f67 [2021-04-14T00:07:09.751Z] ---> 5a71f455a86a [2021-04-14T00:07:09.751Z] [2021-04-14T00:07:09.751Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T00:07:09.752Z] ---> 7230e588e954 [2021-04-14T00:07:09.752Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T00:07:09.752Z] ---> Running in 4158f9035363 [2021-04-14T00:07:09.752Z] ---> Running in 990c502b0db3 [2021-04-14T00:07:09.752Z] Removing intermediate container a7d124c82c91 [2021-04-14T00:07:09.752Z] ---> 21281e4b7ed8 [2021-04-14T00:07:09.752Z] [2021-04-14T00:07:09.752Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T00:07:09.752Z] ---> 7230e588e954 [2021-04-14T00:07:09.752Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-14T00:07:09.752Z] ---> Using cache [2021-04-14T00:07:09.752Z] ---> a205641b7597 [2021-04-14T00:07:09.752Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:07:09.752Z] ---> Using cache [2021-04-14T00:07:09.752Z] ---> 33fa1148aab3 [2021-04-14T00:07:09.752Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-14T00:07:09.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-14T00:07:09.752Z] ---> Running in 0fc748c0376a [2021-04-14T00:07:09.752Z] Removing intermediate container 4158f9035363 [2021-04-14T00:07:09.752Z] ---> 17be9802053d [2021-04-14T00:07:09.752Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T00:07:09.752Z] ---> Running in 7a1e1d05e41b [2021-04-14T00:07:09.752Z] Removing intermediate container e1eb8bacec27 [2021-04-14T00:07:09.752Z] ---> a55608eb2055 [2021-04-14T00:07:09.752Z] [2021-04-14T00:07:09.752Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T00:07:09.752Z] ---> 7230e588e954 [2021-04-14T00:07:09.752Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T00:07:09.752Z] ---> Using cache [2021-04-14T00:07:09.752Z] ---> a205641b7597 [2021-04-14T00:07:09.752Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:07:09.752Z] ---> Using cache [2021-04-14T00:07:09.752Z] ---> 33fa1148aab3 [2021-04-14T00:07:09.752Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T00:07:09.752Z] Removing intermediate container 0fc748c0376a [2021-04-14T00:07:09.752Z] ---> 5449f4c07442 [2021-04-14T00:07:09.752Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T00:07:09.752Z] ---> Running in 2c4c14d1133a [2021-04-14T00:07:09.752Z] ---> Running in a6388fcba529 [2021-04-14T00:07:09.752Z] Removing intermediate container 2c4c14d1133a [2021-04-14T00:07:09.752Z] ---> 69503b07d1e6 [2021-04-14T00:07:09.752Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T00:07:09.752Z] Removing intermediate container a6388fcba529 [2021-04-14T00:07:09.752Z] ---> 72bdb456329e [2021-04-14T00:07:09.752Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:07:09.752Z] ---> Running in 5566eedbcfa0 [2021-04-14T00:07:09.752Z] ---> 54e5577cf9fe [2021-04-14T00:07:09.752Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-14T00:07:09.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:07:09.752Z] Removing intermediate container 990c502b0db3 [2021-04-14T00:07:09.752Z] ---> bc86beb009a2 [2021-04-14T00:07:09.752Z] [2021-04-14T00:07:09.752Z] Step 11/23 : FROM docker:20.10.0 [2021-04-14T00:07:09.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:07:09.752Z] Removing intermediate container 5566eedbcfa0 [2021-04-14T00:07:09.752Z] ---> 3bc054446d22 [2021-04-14T00:07:09.752Z] Step 15/23 : WORKDIR / [2021-04-14T00:07:09.752Z] 20.10.0: Pulling from library/docker [2021-04-14T00:07:09.752Z] ---> Running in 70d1fb8f01f5 [2021-04-14T00:07:09.752Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T00:07:09.752Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T00:07:09.752Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:07:09.752Z] OK: 6 MiB in 16 packages [2021-04-14T00:07:10.022Z] Removing intermediate container 70d1fb8f01f5 [2021-04-14T00:07:10.022Z] ---> c4394431d4b9 [2021-04-14T00:07:10.022Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:07:10.634Z] Removing intermediate container d432f7f2ea4c [2021-04-14T00:07:10.634Z] ---> 6e2fe4cb33f9 [2021-04-14T00:07:10.634Z] [2021-04-14T00:07:10.909Z] Successfully built 6e2fe4cb33f9 [2021-04-14T00:07:11.183Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-14T00:07:11.183Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-04-14T00:07:11.421Z] ---> f0c020904cad [2021-04-14T00:07:11.421Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-14T00:07:11.421Z] ---> 97edd9b64a06 [2021-04-14T00:07:11.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T00:07:11.421Z] Removing intermediate container 7a1e1d05e41b [2021-04-14T00:07:11.422Z] ---> d82afc8741e8 [2021-04-14T00:07:11.422Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T00:07:11.683Z] ---> b51892258e53 [2021-04-14T00:07:11.683Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-14T00:07:11.683Z] ---> Running in a2b19a3cc108 [2021-04-14T00:07:12.629Z] ---> Running in 2e0770ec9589 [2021-04-14T00:07:12.629Z] ---> a1cbc17a16d3 [2021-04-14T00:07:12.629Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T00:07:12.629Z] Removing intermediate container a2b19a3cc108 [2021-04-14T00:07:12.629Z] ---> a60ba95b2cad [2021-04-14T00:07:12.629Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T00:07:12.894Z] ---> Running in c552b3764784 [2021-04-14T00:07:12.894Z] Removing intermediate container 2e0770ec9589 [2021-04-14T00:07:12.894Z] ---> bd7dc3eb22c4 [2021-04-14T00:07:12.894Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:07:12.894Z] ---> Running in 2af609f2bf53 [2021-04-14T00:07:12.894Z] ---> afb91c6a20c8 [2021-04-14T00:07:12.894Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T00:07:13.159Z] Removing intermediate container c552b3764784 [2021-04-14T00:07:13.159Z] ---> 1d26a9f163ce [2021-04-14T00:07:13.159Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T00:07:13.159Z] ---> Running in 1aa05cc2a816 [2021-04-14T00:07:13.159Z] ---> Running in f62f638244f2 [2021-04-14T00:07:13.159Z] Removing intermediate container 2af609f2bf53 [2021-04-14T00:07:13.159Z] ---> 15bffe502df4 [2021-04-14T00:07:13.159Z] Step 20/22 : LABEL arch=x86_64 [2021-04-14T00:07:13.736Z] ---> Running in 86daf126c7af [2021-04-14T00:07:13.736Z] Removing intermediate container 1aa05cc2a816 [2021-04-14T00:07:13.736Z] ---> b849ea28046f [2021-04-14T00:07:13.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:07:13.736Z] ---> Running in c8fd69c5efe6 [2021-04-14T00:07:13.797Z] Collecting docker-compose==1.23.2 [2021-04-14T00:07:13.797Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T00:07:14.317Z] Removing intermediate container 86daf126c7af [2021-04-14T00:07:14.318Z] ---> 1ec9574a9786 [2021-04-14T00:07:14.318Z] Step 21/22 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:14.775Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T00:07:14.775Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T00:07:14.896Z] ---> Running in 04248385730a [2021-04-14T00:07:15.159Z] Removing intermediate container c8fd69c5efe6 [2021-04-14T00:07:15.159Z] ---> c03dae3658f4 [2021-04-14T00:07:15.159Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T00:07:15.159Z] ---> Running in dae69ef46307 [2021-04-14T00:07:15.420Z] Removing intermediate container 04248385730a [2021-04-14T00:07:15.420Z] ---> 2d7cd0b10528 [2021-04-14T00:07:15.420Z] Step 22/22 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:15.420Z] Removing intermediate container dae69ef46307 [2021-04-14T00:07:15.420Z] ---> ba96a06b7e7b [2021-04-14T00:07:15.420Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:15.420Z] ---> Running in caa062d738e5 [2021-04-14T00:07:15.691Z] ---> Running in f129d92c61f8 [2021-04-14T00:07:15.953Z] Removing intermediate container f62f638244f2 [2021-04-14T00:07:15.953Z] ---> 7ac7a20bc0ea [2021-04-14T00:07:15.953Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T00:07:15.953Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-14T00:07:15.953Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-14T00:07:15.953Z] ---> aefe523efa57 [2021-04-14T00:07:15.953Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:07:15.953Z] ---> Running in be835d3e5382 [2021-04-14T00:07:15.953Z] Removing intermediate container caa062d738e5 [2021-04-14T00:07:15.953Z] ---> 6a3de23efb19 [2021-04-14T00:07:15.953Z] [2021-04-14T00:07:15.953Z] Removing intermediate container f129d92c61f8 [2021-04-14T00:07:15.953Z] ---> 9fa796cba5aa [2021-04-14T00:07:15.953Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:15.953Z] ---> Running in b8f5ff5d0f7a [2021-04-14T00:07:16.211Z] Collecting PyYAML<4,>=3.10 [2021-04-14T00:07:16.212Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T00:07:16.214Z] ---> Running in 2f339e977a31 [2021-04-14T00:07:16.214Z] Removing intermediate container be835d3e5382 [2021-04-14T00:07:16.214Z] ---> d5dce8a33a5e [2021-04-14T00:07:16.214Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T00:07:16.214Z] Successfully built 6a3de23efb19 [2021-04-14T00:07:16.477Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-14T00:07:16.477Z]  Building docker-support-scheduler-go ... done Removing intermediate container b8f5ff5d0f7a [2021-04-14T00:07:16.477Z] ---> 289560fc0e77 [2021-04-14T00:07:16.477Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-14T00:07:16.477Z] Removing intermediate container 2f339e977a31 [2021-04-14T00:07:16.477Z] ---> e222579dc4d0 [2021-04-14T00:07:16.477Z] [2021-04-14T00:07:16.477Z] ---> Running in a091590d845e [2021-04-14T00:07:16.740Z] ---> 66830422efc3 [2021-04-14T00:07:16.740Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T00:07:16.740Z] Successfully built e222579dc4d0 [2021-04-14T00:07:16.740Z] Successfully tagged docker-core-metadata-go:latest [2021-04-14T00:07:16.740Z]  Building docker-core-metadata-go ... done  ---> Running in 2fabf277ad9b [2021-04-14T00:07:17.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-14T00:07:17.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-14T00:07:17.595Z] (1/39) Installing readline (8.0.4-r0) [2021-04-14T00:07:17.595Z] (2/39) Installing bash (5.0.17-r0) [2021-04-14T00:07:17.595Z] Executing bash-5.0.17-r0.post-install [2021-04-14T00:07:17.595Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-14T00:07:17.595Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-14T00:07:17.595Z] (5/39) Installing curl (7.69.1-r3) [2021-04-14T00:07:17.595Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-14T00:07:17.595Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-14T00:07:17.595Z] (8/39) Installing expat (2.2.9-r1) [2021-04-14T00:07:17.595Z] (9/39) Installing libffi (3.3-r2) [2021-04-14T00:07:17.595Z] (10/39) Installing gdbm (1.13-r1) [2021-04-14T00:07:17.595Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-14T00:07:17.595Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-14T00:07:17.595Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-14T00:07:18.168Z] Removing intermediate container 2fabf277ad9b [2021-04-14T00:07:18.168Z] ---> 0ca2907622bc [2021-04-14T00:07:18.168Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:07:19.588Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T00:07:19.588Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T00:07:22.200Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T00:07:22.200Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T00:07:22.384Z] ---> 8e13401a2208 [2021-04-14T00:07:22.384Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T00:07:22.384Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-14T00:07:22.384Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-14T00:07:22.384Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-14T00:07:22.384Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-14T00:07:22.384Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-14T00:07:22.384Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-14T00:07:22.384Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-14T00:07:22.384Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-14T00:07:22.384Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-14T00:07:22.384Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-14T00:07:22.384Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-14T00:07:22.384Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-14T00:07:22.384Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-14T00:07:22.384Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-14T00:07:22.384Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-14T00:07:22.384Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-14T00:07:22.384Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-14T00:07:22.384Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-14T00:07:22.384Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-14T00:07:22.384Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-14T00:07:22.384Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-14T00:07:22.384Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-14T00:07:22.384Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-14T00:07:22.384Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-14T00:07:22.384Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-14T00:07:22.384Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-14T00:07:22.802Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T00:07:22.802Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T00:07:23.405Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T00:07:23.405Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T00:07:23.776Z] Executing busybox-1.31.1-r19.trigger [2021-04-14T00:07:23.777Z] OK: 72 MiB in 59 packages [2021-04-14T00:07:23.777Z] ---> d356b5490354 [2021-04-14T00:07:23.777Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T00:07:24.040Z] ---> 52ee0dd0f88d [2021-04-14T00:07:24.040Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T00:07:24.302Z] ---> c0b98883e679 [2021-04-14T00:07:24.302Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T00:07:24.565Z] ---> 977edf6f7c97 [2021-04-14T00:07:24.565Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T00:07:24.565Z] ---> Running in 395e75928faa [2021-04-14T00:07:24.827Z] Collecting docker-compose==1.23.2 [2021-04-14T00:07:24.827Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-14T00:07:24.827Z] Removing intermediate container 395e75928faa [2021-04-14T00:07:24.827Z] ---> 4077a53da81e [2021-04-14T00:07:24.827Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T00:07:24.827Z] Collecting docopt<0.7,>=0.6.1 [2021-04-14T00:07:24.827Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-14T00:07:25.089Z] ---> 276c187382f7 [2021-04-14T00:07:25.089Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T00:07:25.353Z] ---> Running in 8039a17cb8f8 [2021-04-14T00:07:25.615Z] Collecting docker<4.0,>=3.6.0 [2021-04-14T00:07:25.615Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-14T00:07:26.024Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T00:07:26.024Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T00:07:26.299Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T00:07:26.299Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T00:07:27.010Z] Collecting cached-property<2,>=1.2.0 [2021-04-14T00:07:27.010Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-14T00:07:27.010Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T00:07:27.010Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T00:07:27.010Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-14T00:07:27.010Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-14T00:07:27.274Z] Removing intermediate container 8039a17cb8f8 [2021-04-14T00:07:27.274Z] ---> 1099cb19c0d9 [2021-04-14T00:07:27.274Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T00:07:27.536Z] ---> Running in 77de7cfbe810 [2021-04-14T00:07:27.536Z] Collecting jsonschema<3,>=2.5.1 [2021-04-14T00:07:27.536Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-14T00:07:27.536Z] Removing intermediate container 77de7cfbe810 [2021-04-14T00:07:27.536Z] ---> 9be326f90e37 [2021-04-14T00:07:27.536Z] Step 28/31 : CMD ["gate"] [2021-04-14T00:07:27.797Z] 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-04-14T00:07:27.797Z] ---> Running in c89cfa47ad17 [2021-04-14T00:07:27.797Z] Collecting texttable<0.10,>=0.9.0 [2021-04-14T00:07:27.797Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-14T00:07:28.058Z] Removing intermediate container c89cfa47ad17 [2021-04-14T00:07:28.058Z] ---> 7efde343cfd6 [2021-04-14T00:07:28.058Z] Step 29/31 : LABEL arch=x86_64 [2021-04-14T00:07:28.320Z] ---> Running in ae12362c1dc8 [2021-04-14T00:07:28.320Z] Removing intermediate container ae12362c1dc8 [2021-04-14T00:07:28.320Z] ---> 133f3ed660e6 [2021-04-14T00:07:28.320Z] Step 30/31 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:28.320Z] Collecting PyYAML<4,>=3.10 [2021-04-14T00:07:28.583Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-14T00:07:28.583Z] ---> Running in 0618b7212632 [2021-04-14T00:07:28.927Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-14T00:07:28.927Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-14T00:07:28.927Z] 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-04-14T00:07:29.155Z] Removing intermediate container 0618b7212632 [2021-04-14T00:07:29.155Z] ---> 5876fc92e0ee [2021-04-14T00:07:29.155Z] Step 31/31 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:29.201Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T00:07:29.201Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T00:07:29.477Z] Collecting idna<2.8,>=2.5 [2021-04-14T00:07:29.477Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T00:07:29.477Z] 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-04-14T00:07:29.477Z] 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-04-14T00:07:29.733Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-14T00:07:29.733Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-14T00:07:29.733Z] ---> Running in 3e4ddb06bb2d [2021-04-14T00:07:29.994Z] Collecting docker-pycreds>=0.4.0 [2021-04-14T00:07:29.994Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-14T00:07:29.994Z] Removing intermediate container 3e4ddb06bb2d [2021-04-14T00:07:29.994Z] ---> 5a3b8c041052 [2021-04-14T00:07:29.994Z] [2021-04-14T00:07:29.994Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T00:07:29.994Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T00:07:30.259Z] 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-04-14T00:07:30.259Z] 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-04-14T00:07:30.259Z] Successfully built 5a3b8c041052 [2021-04-14T00:07:30.259Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-14T00:07:30.259Z]  Building docker-security-bootstrapper-go ... done Collecting idna<2.8,>=2.5 [2021-04-14T00:07:30.259Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-14T00:07:30.259Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T00:07:30.259Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T00:07:30.259Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T00:07:30.259Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T00:07:30.455Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-14T00:07:30.455Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-14T00:07:30.455Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-14T00:07:30.455Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-14T00:07:30.455Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-14T00:07:30.455Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-14T00:07:30.520Z] Installing collected packages: docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, dockerpty, jsonschema, texttable, PyYAML, docker-compose [2021-04-14T00:07:30.520Z] Running setup.py install for docopt: started [2021-04-14T00:07:30.782Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T00:07:31.044Z] Attempting uninstall: urllib3 [2021-04-14T00:07:31.044Z] Found existing installation: urllib3 1.25.9 [2021-04-14T00:07:31.044Z] Uninstalling urllib3-1.25.9: [2021-04-14T00:07:31.044Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T00:07:31.306Z] Attempting uninstall: idna [2021-04-14T00:07:31.306Z] Found existing installation: idna 2.9 [2021-04-14T00:07:31.306Z] Uninstalling idna-2.9: [2021-04-14T00:07:31.306Z] Successfully uninstalled idna-2.9 [2021-04-14T00:07:31.454Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docopt, cached-property, texttable, jsonschema, dockerpty, docker-compose [2021-04-14T00:07:31.567Z] Attempting uninstall: requests [2021-04-14T00:07:31.567Z] Found existing installation: requests 2.23.0 [2021-04-14T00:07:31.567Z] Uninstalling requests-2.23.0: [2021-04-14T00:07:31.567Z] Successfully uninstalled requests-2.23.0 [2021-04-14T00:07:31.828Z] Running setup.py install for dockerpty: started [2021-04-14T00:07:32.062Z] Attempting uninstall: idna [2021-04-14T00:07:32.062Z] Found existing installation: idna 2.9 [2021-04-14T00:07:32.062Z] Uninstalling idna-2.9: [2021-04-14T00:07:32.062Z] Successfully uninstalled idna-2.9 [2021-04-14T00:07:32.399Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T00:07:32.399Z] Running setup.py install for texttable: started [2021-04-14T00:07:32.668Z] Attempting uninstall: urllib3 [2021-04-14T00:07:32.668Z] Found existing installation: urllib3 1.25.9 [2021-04-14T00:07:32.668Z] Uninstalling urllib3-1.25.9: [2021-04-14T00:07:32.668Z] Successfully uninstalled urllib3-1.25.9 [2021-04-14T00:07:32.977Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T00:07:32.977Z] Running setup.py install for PyYAML: started [2021-04-14T00:07:33.269Z] Attempting uninstall: requests [2021-04-14T00:07:33.269Z] Found existing installation: requests 2.23.0 [2021-04-14T00:07:33.269Z] Uninstalling requests-2.23.0: [2021-04-14T00:07:33.547Z] Successfully uninstalled requests-2.23.0 [2021-04-14T00:07:33.552Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T00:07:33.816Z] 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.58.0 [2021-04-14T00:07:34.995Z] Running setup.py install for PyYAML: started [2021-04-14T00:07:34.995Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:07:34.995Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:07:34.995Z] ---> 6d29941bdc77 [2021-04-14T00:07:34.995Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:07:34.995Z] ---> Using cache [2021-04-14T00:07:34.995Z] ---> 10033a60e67a [2021-04-14T00:07:34.995Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:07:34.995Z] ---> Using cache [2021-04-14T00:07:34.995Z] ---> 1f763e0a7e1f [2021-04-14T00:07:34.995Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-14T00:07:34.995Z] ---> Using cache [2021-04-14T00:07:34.995Z] ---> 2c04d190648a [2021-04-14T00:07:34.995Z] Step 6/23 : COPY go.mod . [2021-04-14T00:07:34.995Z] ---> Using cache [2021-04-14T00:07:34.995Z] ---> bff3a318eb47 [2021-04-14T00:07:34.995Z] Step 7/23 : RUN go mod download [2021-04-14T00:07:34.995Z] ---> Using cache [2021-04-14T00:07:34.995Z] ---> f75a2db29bd7 [2021-04-14T00:07:34.995Z] Step 8/23 : COPY . . [2021-04-14T00:07:35.272Z] ---> Using cache [2021-04-14T00:07:35.272Z] ---> 254d5f49dc9b [2021-04-14T00:07:35.272Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-14T00:07:37.267Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-14T00:07:37.268Z] Running setup.py install for docopt: started [2021-04-14T00:07:37.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:07:37.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:07:37.863Z] ---> 6d29941bdc77 [2021-04-14T00:07:37.863Z] Step 3/23 : WORKDIR /edgex-go [2021-04-14T00:07:37.863Z] ---> Using cache [2021-04-14T00:07:37.863Z] ---> 10033a60e67a [2021-04-14T00:07:37.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:07:37.863Z] ---> Using cache [2021-04-14T00:07:37.863Z] ---> 1f763e0a7e1f [2021-04-14T00:07:37.863Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-14T00:07:37.863Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:07:38.135Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:07:38.135Z] ---> 6d29941bdc77 [2021-04-14T00:07:38.135Z] Step 3/22 : WORKDIR /edgex-go [2021-04-14T00:07:38.135Z] ---> Using cache [2021-04-14T00:07:38.135Z] ---> 10033a60e67a [2021-04-14T00:07:38.135Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:07:38.135Z] ---> Using cache [2021-04-14T00:07:38.135Z] ---> 1f763e0a7e1f [2021-04-14T00:07:38.135Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-14T00:07:39.582Z] Running setup.py install for docopt: finished with status 'done' [2021-04-14T00:07:39.856Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-14T00:07:39.856Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-14T00:07:39.856Z] ---> 6d29941bdc77 [2021-04-14T00:07:39.856Z] Step 3/31 : WORKDIR /edgex-go [2021-04-14T00:07:39.856Z] ---> Using cache [2021-04-14T00:07:39.856Z] ---> 10033a60e67a [2021-04-14T00:07:39.856Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:07:39.856Z] ---> Using cache [2021-04-14T00:07:39.856Z] ---> 1f763e0a7e1f [2021-04-14T00:07:39.856Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-14T00:07:39.856Z] ---> Using cache [2021-04-14T00:07:39.856Z] ---> 2c04d190648a [2021-04-14T00:07:39.856Z] Step 6/31 : COPY go.mod . [2021-04-14T00:07:39.856Z] ---> Using cache [2021-04-14T00:07:39.856Z] ---> bff3a318eb47 [2021-04-14T00:07:39.856Z] Step 7/31 : RUN go mod download [2021-04-14T00:07:39.856Z] ---> Using cache [2021-04-14T00:07:39.856Z] ---> f75a2db29bd7 [2021-04-14T00:07:39.856Z] Step 8/31 : COPY . . [2021-04-14T00:07:40.129Z] ---> Using cache [2021-04-14T00:07:40.129Z] ---> 254d5f49dc9b [2021-04-14T00:07:40.129Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-14T00:07:40.409Z] Running setup.py install for texttable: started [2021-04-14T00:07:41.846Z] ---> Running in e95641fa9f4e [2021-04-14T00:07:41.846Z] ---> Running in fb186528a88c [2021-04-14T00:07:41.846Z] ---> Running in b069d1334f09 [2021-04-14T00:07:41.846Z] ---> Running in 4437fdeda0b1 [2021-04-14T00:07:41.982Z] Removing intermediate container a091590d845e [2021-04-14T00:07:41.982Z] ---> 85c133fa4322 [2021-04-14T00:07:41.982Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T00:07:41.982Z] ---> Running in 8ff2f505ffed [2021-04-14T00:07:41.982Z] Removing intermediate container 8ff2f505ffed [2021-04-14T00:07:41.982Z] ---> 7d079f86f20b [2021-04-14T00:07:41.982Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T00:07:41.982Z] ---> Running in c05954abe334 [2021-04-14T00:07:41.982Z] Removing intermediate container c05954abe334 [2021-04-14T00:07:41.982Z] ---> 3569f4ddaedb [2021-04-14T00:07:41.982Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T00:07:41.982Z] ---> 700bb1e8b61b [2021-04-14T00:07:41.982Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T00:07:41.982Z] ---> a617154c67b1 [2021-04-14T00:07:41.982Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T00:07:42.245Z] ---> 2de473485e28 [2021-04-14T00:07:42.245Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T00:07:42.245Z] ---> Running in e1b673e0682f [2021-04-14T00:07:42.445Z] Running setup.py install for texttable: finished with status 'done' [2021-04-14T00:07:42.506Z] Removing intermediate container e1b673e0682f [2021-04-14T00:07:42.506Z] ---> 504e78e684e9 [2021-04-14T00:07:42.506Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:07:42.506Z] ---> Running in 25044e5f0b38 [2021-04-14T00:07:42.767Z] Removing intermediate container 25044e5f0b38 [2021-04-14T00:07:42.767Z] ---> e6ee8821a02c [2021-04-14T00:07:42.767Z] Step 21/23 : LABEL arch=x86_64 [2021-04-14T00:07:42.767Z] ---> Running in 31d1293b3dbd [2021-04-14T00:07:43.030Z] Removing intermediate container 31d1293b3dbd [2021-04-14T00:07:43.030Z] ---> 3e44018a8bc7 [2021-04-14T00:07:43.030Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:43.030Z] ---> Running in 0c04f79d2ffe [2021-04-14T00:07:43.049Z] Running setup.py install for dockerpty: started [2021-04-14T00:07:43.292Z] Removing intermediate container 0c04f79d2ffe [2021-04-14T00:07:43.292Z] ---> cdcc54fb1608 [2021-04-14T00:07:43.292Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:07:43.292Z] ---> Running in d945f92fef32 [2021-04-14T00:07:43.292Z] Removing intermediate container d945f92fef32 [2021-04-14T00:07:43.292Z] ---> c3dbab499790 [2021-04-14T00:07:43.292Z] [2021-04-14T00:07:43.558Z] Successfully built c3dbab499790 [2021-04-14T00:07:43.558Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-14T00:07:43.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-14T00:07:43.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:07:43.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-14T00:07:43.845Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-14T00:07:43.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:07:44.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:07:44.620Z] $ docker stop --time=1 ea02fe30f4c01c190c6a10aafa91baccdfd0eda055ddddfe68eb392bc6fecf40 [2021-04-14T00:07:44.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:07:45.406Z] OK: 217 MiB in 51 packages [2021-04-14T00:07:45.406Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-14T00:07:45.678Z] OK: 217 MiB in 51 packages [2021-04-14T00:07:46.391Z] $ docker rm -f ea02fe30f4c01c190c6a10aafa91baccdfd0eda055ddddfe68eb392bc6fecf40 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T00:07:46.660Z] 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.58.0 [2021-04-14T00:07:46.837Z] + docker images [2021-04-14T00:07:46.837Z] + grep docker [2021-04-14T00:07:46.933Z] Removing intermediate container b069d1334f09 [2021-04-14T00:07:46.933Z] ---> 45fa47054d07 [2021-04-14T00:07:46.933Z] Step 6/23 : COPY go.mod . [2021-04-14T00:07:47.099Z] docker-sys-mgmt-agent-go latest c3dbab499790 4 seconds ago 312MB [2021-04-14T00:07:47.099Z] docker-security-bootstrapper-go latest 5a3b8c041052 18 seconds ago 18.9MB [2021-04-14T00:07:47.099Z] docker-core-metadata-go latest e222579dc4d0 31 seconds ago 19MB [2021-04-14T00:07:47.099Z] docker-support-scheduler-go latest 6a3de23efb19 32 seconds ago 17.4MB [2021-04-14T00:07:47.099Z] docker-core-data-go latest 83e1d02cf368 2 minutes ago 22.7MB [2021-04-14T00:07:47.099Z] docker-security-secretstore-setup-go latest 83eafd20c7a1 2 minutes ago 25.8MB [2021-04-14T00:07:47.099Z] docker-core-command-go latest 1d2337a79c80 2 minutes ago 17.3MB [2021-04-14T00:07:47.099Z] docker-support-notifications-go latest 4ca897447216 2 minutes ago 18MB [2021-04-14T00:07:47.099Z] docker-security-proxy-setup-go latest 003badbc6885 2 minutes ago 25.5MB [2021-04-14T00:07:47.099Z] docker 20.10.0 aefe523efa57 4 months 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-04-14T00:07:47.273Z] provisioning config files... [2021-04-14T00:07:47.313Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/438@tmp/config6953377658788680942tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:07:47.531Z] Removing intermediate container fb186528a88c [2021-04-14T00:07:47.531Z] ---> ff5df7dfa467 [2021-04-14T00:07:47.531Z] Step 6/22 : COPY go.mod . [2021-04-14T00:07:47.647Z] ---> docker-login.sh [2021-04-14T00:07:47.647Z] nexus3.edgexfoundry.org:10001 [2021-04-14T00:07:47.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:07:47.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:07:47.909Z] Configure a credential helper to remove this warning. See [2021-04-14T00:07:47.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:07:47.909Z] [2021-04-14T00:07:47.909Z] Login Succeeded [2021-04-14T00:07:47.909Z] nexus3.edgexfoundry.org:10002 [2021-04-14T00:07:47.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:07:47.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:07:47.909Z] Configure a credential helper to remove this warning. See [2021-04-14T00:07:47.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:07:47.909Z] [2021-04-14T00:07:47.909Z] Login Succeeded [2021-04-14T00:07:47.909Z] nexus3.edgexfoundry.org:10003 [2021-04-14T00:07:48.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:07:48.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:07:48.170Z] Configure a credential helper to remove this warning. See [2021-04-14T00:07:48.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:07:48.170Z] [2021-04-14T00:07:48.170Z] Login Succeeded [2021-04-14T00:07:48.170Z] nexus3.edgexfoundry.org:10004 [2021-04-14T00:07:48.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:07:48.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:07:48.431Z] Configure a credential helper to remove this warning. See [2021-04-14T00:07:48.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:07:48.431Z] [2021-04-14T00:07:48.431Z] Login Succeeded [2021-04-14T00:07:48.431Z] docker.io [2021-04-14T00:07:48.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:07:48.517Z] ---> d994f6483009 [2021-04-14T00:07:48.517Z] Step 7/23 : RUN go mod download [2021-04-14T00:07:48.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:07:48.693Z] Configure a credential helper to remove this warning. See [2021-04-14T00:07:48.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:07:48.693Z] [2021-04-14T00:07:48.693Z] Login Succeeded [2021-04-14T00:07:48.693Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T00:07:48.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:07:48.771Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-14T00:07:48.771Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:48.771Z] 2.0.0-dev.170 [2021-04-14T00:07:48.771Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:48.771Z] master [2021-04-14T00:07:48.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-04-14T00:07:48.795Z] ---> 8bd2bac5e09e [2021-04-14T00:07:48.795Z] Step 7/22 : RUN go mod download [2021-04-14T00:07:48.795Z] ---> Running in e72dd9967f6c [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:49.076Z] ---> Running in 59e927f55402 [2021-04-14T00:07:49.141Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:49.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:49.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T00:07:49.439Z] 5e4d9ab6f3cd: Preparing [2021-04-14T00:07:49.439Z] cc5284aa3340: Preparing [2021-04-14T00:07:49.439Z] aceede81e96c: Preparing [2021-04-14T00:07:49.439Z] 464f907fed5d: Preparing [2021-04-14T00:07:49.439Z] b0b9881431d7: Preparing [2021-04-14T00:07:49.439Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:49.701Z] aceede81e96c: Pushed [2021-04-14T00:07:49.701Z] 464f907fed5d: Pushed [2021-04-14T00:07:49.701Z] 5e4d9ab6f3cd: Pushed [2021-04-14T00:07:50.645Z] cc5284aa3340: Pushed [2021-04-14T00:07:51.217Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:46170994eff2c076fb9cdaf72ad99940c9558de30e9d11ed39b706da8a88f0c3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:51.524Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:51.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.170 [2021-04-14T00:07:51.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T00:07:51.822Z] 5e4d9ab6f3cd: Preparing [2021-04-14T00:07:51.822Z] cc5284aa3340: Preparing [2021-04-14T00:07:51.822Z] aceede81e96c: Preparing [2021-04-14T00:07:51.822Z] 464f907fed5d: Preparing [2021-04-14T00:07:51.822Z] b0b9881431d7: Preparing [2021-04-14T00:07:51.822Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:51.822Z] 464f907fed5d: Layer already exists [2021-04-14T00:07:51.822Z] aceede81e96c: Layer already exists [2021-04-14T00:07:51.822Z] cc5284aa3340: Layer already exists [2021-04-14T00:07:51.822Z] 5e4d9ab6f3cd: Layer already exists [2021-04-14T00:07:51.822Z] 2.0.0-dev.170: digest: sha256:46170994eff2c076fb9cdaf72ad99940c9558de30e9d11ed39b706da8a88f0c3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:52.131Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:52.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:52.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T00:07:52.428Z] 5e4d9ab6f3cd: Preparing [2021-04-14T00:07:52.428Z] cc5284aa3340: Preparing [2021-04-14T00:07:52.428Z] aceede81e96c: Preparing [2021-04-14T00:07:52.428Z] 464f907fed5d: Preparing [2021-04-14T00:07:52.428Z] b0b9881431d7: Preparing [2021-04-14T00:07:52.428Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:52.428Z] cc5284aa3340: Layer already exists [2021-04-14T00:07:52.428Z] 464f907fed5d: Layer already exists [2021-04-14T00:07:52.428Z] 5e4d9ab6f3cd: Layer already exists [2021-04-14T00:07:52.428Z] aceede81e96c: Layer already exists [2021-04-14T00:07:52.428Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:46170994eff2c076fb9cdaf72ad99940c9558de30e9d11ed39b706da8a88f0c3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:52.735Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:53.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-14T00:07:53.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-14T00:07:53.040Z] 5e4d9ab6f3cd: Preparing [2021-04-14T00:07:53.040Z] cc5284aa3340: Preparing [2021-04-14T00:07:53.040Z] aceede81e96c: Preparing [2021-04-14T00:07:53.040Z] 464f907fed5d: Preparing [2021-04-14T00:07:53.040Z] b0b9881431d7: Preparing [2021-04-14T00:07:53.040Z] 464f907fed5d: Layer already exists [2021-04-14T00:07:53.040Z] cc5284aa3340: Layer already exists [2021-04-14T00:07:53.040Z] aceede81e96c: Layer already exists [2021-04-14T00:07:53.040Z] 5e4d9ab6f3cd: Layer already exists [2021-04-14T00:07:53.040Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:53.040Z] master: digest: sha256:46170994eff2c076fb9cdaf72ad99940c9558de30e9d11ed39b706da8a88f0c3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:07:53.094Z] ===================================================== [Pipeline] echo [2021-04-14T00:07:53.109Z] taggedImages: [2021-04-14T00:07:53.109Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:53.109Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.170 [2021-04-14T00:07:53.109Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:53.109Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-14T00:07:53.142Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-14T00:07:53.142Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:53.142Z] 2.0.0-dev.170 [2021-04-14T00:07:53.142Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:53.142Z] master [2021-04-14T00:07:53.142Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:53.508Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:53.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:53.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T00:07:53.809Z] b04f13b1ad6e: Preparing [2021-04-14T00:07:53.809Z] 5b1314ead019: Preparing [2021-04-14T00:07:53.809Z] aceede81e96c: Preparing [2021-04-14T00:07:53.809Z] 71aa59eec491: Preparing [2021-04-14T00:07:53.809Z] 6c5b3ad8b141: Preparing [2021-04-14T00:07:53.809Z] b0b9881431d7: Preparing [2021-04-14T00:07:53.809Z] b0b9881431d7: Waiting [2021-04-14T00:07:53.809Z] aceede81e96c: Layer already exists [2021-04-14T00:07:53.809Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:54.073Z] 6c5b3ad8b141: Pushed [2021-04-14T00:07:54.073Z] b04f13b1ad6e: Pushed [2021-04-14T00:07:54.408Z] 71aa59eec491: Pushed [2021-04-14T00:07:55.470Z] 5b1314ead019: Pushed [2021-04-14T00:07:55.470Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:98494e19a327b75784f630b9d44e367f4b86f52ec702b7bf0e62865a5eb4d8c8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:55.804Z] Removing intermediate container e72dd9967f6c [2021-04-14T00:07:55.804Z] ---> f866369c04b0 [2021-04-14T00:07:55.804Z] Step 8/23 : COPY . . [2021-04-14T00:07:55.813Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:56.078Z] Removing intermediate container 59e927f55402 [2021-04-14T00:07:56.078Z] ---> f9e07e9e4726 [2021-04-14T00:07:56.078Z] Step 8/22 : COPY . . [2021-04-14T00:07:56.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.170 [2021-04-14T00:07:56.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T00:07:56.115Z] b04f13b1ad6e: Preparing [2021-04-14T00:07:56.115Z] 5b1314ead019: Preparing [2021-04-14T00:07:56.115Z] aceede81e96c: Preparing [2021-04-14T00:07:56.115Z] 71aa59eec491: Preparing [2021-04-14T00:07:56.115Z] 6c5b3ad8b141: Preparing [2021-04-14T00:07:56.115Z] b0b9881431d7: Preparing [2021-04-14T00:07:56.115Z] b0b9881431d7: Waiting [2021-04-14T00:07:56.115Z] 5b1314ead019: Layer already exists [2021-04-14T00:07:56.115Z] aceede81e96c: Layer already exists [2021-04-14T00:07:56.115Z] 71aa59eec491: Layer already exists [2021-04-14T00:07:56.115Z] b04f13b1ad6e: Layer already exists [2021-04-14T00:07:56.115Z] 6c5b3ad8b141: Layer already exists [2021-04-14T00:07:56.115Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:56.115Z] 2.0.0-dev.170: digest: sha256:98494e19a327b75784f630b9d44e367f4b86f52ec702b7bf0e62865a5eb4d8c8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:56.418Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:56.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:56.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T00:07:56.714Z] b04f13b1ad6e: Preparing [2021-04-14T00:07:56.714Z] 5b1314ead019: Preparing [2021-04-14T00:07:56.714Z] aceede81e96c: Preparing [2021-04-14T00:07:56.714Z] 71aa59eec491: Preparing [2021-04-14T00:07:56.714Z] 6c5b3ad8b141: Preparing [2021-04-14T00:07:56.714Z] b0b9881431d7: Preparing [2021-04-14T00:07:56.714Z] b0b9881431d7: Waiting [2021-04-14T00:07:56.714Z] 6c5b3ad8b141: Layer already exists [2021-04-14T00:07:56.714Z] 71aa59eec491: Layer already exists [2021-04-14T00:07:56.714Z] b04f13b1ad6e: Layer already exists [2021-04-14T00:07:56.714Z] 5b1314ead019: Layer already exists [2021-04-14T00:07:56.714Z] aceede81e96c: Layer already exists [2021-04-14T00:07:56.714Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:56.714Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:98494e19a327b75784f630b9d44e367f4b86f52ec702b7bf0e62865a5eb4d8c8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:57.018Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:57.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-14T00:07:57.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-14T00:07:57.319Z] b04f13b1ad6e: Preparing [2021-04-14T00:07:57.319Z] 5b1314ead019: Preparing [2021-04-14T00:07:57.319Z] aceede81e96c: Preparing [2021-04-14T00:07:57.319Z] 71aa59eec491: Preparing [2021-04-14T00:07:57.319Z] 6c5b3ad8b141: Preparing [2021-04-14T00:07:57.319Z] b0b9881431d7: Preparing [2021-04-14T00:07:57.319Z] b0b9881431d7: Waiting [2021-04-14T00:07:57.319Z] 5b1314ead019: Layer already exists [2021-04-14T00:07:57.319Z] 71aa59eec491: Layer already exists [2021-04-14T00:07:57.319Z] aceede81e96c: Layer already exists [2021-04-14T00:07:57.319Z] 6c5b3ad8b141: Layer already exists [2021-04-14T00:07:57.319Z] b04f13b1ad6e: Layer already exists [2021-04-14T00:07:57.319Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:57.580Z] master: digest: sha256:98494e19a327b75784f630b9d44e367f4b86f52ec702b7bf0e62865a5eb4d8c8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:07:57.635Z] ===================================================== [Pipeline] echo [2021-04-14T00:07:57.650Z] taggedImages: [2021-04-14T00:07:57.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:57.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.170 [2021-04-14T00:07:57.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:57.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-14T00:07:57.688Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-14T00:07:57.688Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:57.688Z] 2.0.0-dev.170 [2021-04-14T00:07:57.688Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:07:57.688Z] master [2021-04-14T00:07:57.688Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:58.131Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:07:58.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:07:58.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T00:07:58.429Z] ffd785ebc1cf: Preparing [2021-04-14T00:07:58.429Z] 0e4aaeb60517: Preparing [2021-04-14T00:07:58.429Z] aceede81e96c: Preparing [2021-04-14T00:07:58.429Z] 464f907fed5d: Preparing [2021-04-14T00:07:58.429Z] b0b9881431d7: Preparing [2021-04-14T00:07:58.429Z] aceede81e96c: Layer already exists [2021-04-14T00:07:58.429Z] b0b9881431d7: Layer already exists [2021-04-14T00:07:58.429Z] 464f907fed5d: Layer already exists [2021-04-14T00:07:58.692Z] ffd785ebc1cf: Pushed [2021-04-14T00:08:00.080Z] 0e4aaeb60517: Pushed [2021-04-14T00:08:00.080Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:ee52c63120397ed4a65b804bbeb0e597c297f22056fe12fd75dd31cd345b897e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:00.395Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:00.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.170 [2021-04-14T00:08:00.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T00:08:00.703Z] ffd785ebc1cf: Preparing [2021-04-14T00:08:00.703Z] 0e4aaeb60517: Preparing [2021-04-14T00:08:00.703Z] aceede81e96c: Preparing [2021-04-14T00:08:00.703Z] 464f907fed5d: Preparing [2021-04-14T00:08:00.703Z] b0b9881431d7: Preparing [2021-04-14T00:08:00.703Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:00.703Z] ffd785ebc1cf: Layer already exists [2021-04-14T00:08:00.703Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:00.703Z] aceede81e96c: Layer already exists [2021-04-14T00:08:00.703Z] 0e4aaeb60517: Layer already exists [2021-04-14T00:08:00.703Z] 2.0.0-dev.170: digest: sha256:ee52c63120397ed4a65b804bbeb0e597c297f22056fe12fd75dd31cd345b897e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:01.015Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:01.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:01.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T00:08:01.314Z] ffd785ebc1cf: Preparing [2021-04-14T00:08:01.314Z] 0e4aaeb60517: Preparing [2021-04-14T00:08:01.314Z] aceede81e96c: Preparing [2021-04-14T00:08:01.314Z] 464f907fed5d: Preparing [2021-04-14T00:08:01.314Z] b0b9881431d7: Preparing [2021-04-14T00:08:01.314Z] ffd785ebc1cf: Layer already exists [2021-04-14T00:08:01.314Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:01.314Z] aceede81e96c: Layer already exists [2021-04-14T00:08:01.314Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:01.314Z] 0e4aaeb60517: Layer already exists [2021-04-14T00:08:01.314Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:ee52c63120397ed4a65b804bbeb0e597c297f22056fe12fd75dd31cd345b897e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:01.621Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:01.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-14T00:08:01.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-14T00:08:01.921Z] ffd785ebc1cf: Preparing [2021-04-14T00:08:01.921Z] 0e4aaeb60517: Preparing [2021-04-14T00:08:01.921Z] aceede81e96c: Preparing [2021-04-14T00:08:01.921Z] 464f907fed5d: Preparing [2021-04-14T00:08:01.921Z] b0b9881431d7: Preparing [2021-04-14T00:08:01.921Z] aceede81e96c: Layer already exists [2021-04-14T00:08:01.921Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:01.921Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:01.921Z] ffd785ebc1cf: Layer already exists [2021-04-14T00:08:01.921Z] 0e4aaeb60517: Layer already exists [2021-04-14T00:08:02.186Z] master: digest: sha256:ee52c63120397ed4a65b804bbeb0e597c297f22056fe12fd75dd31cd345b897e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:02.237Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:02.252Z] taggedImages: [2021-04-14T00:08:02.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:02.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.170 [2021-04-14T00:08:02.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:02.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-14T00:08:02.282Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-14T00:08:02.282Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:02.282Z] 2.0.0-dev.170 [2021-04-14T00:08:02.282Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:02.282Z] master [2021-04-14T00:08:02.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:02.625Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:02.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:02.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T00:08:02.923Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:02.923Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:02.923Z] 3bcf37e77a84: Preparing [2021-04-14T00:08:02.923Z] 2294a0d77900: Preparing [2021-04-14T00:08:02.923Z] d457c83cd97f: Preparing [2021-04-14T00:08:02.923Z] 596a19d2841e: Preparing [2021-04-14T00:08:02.923Z] aceede81e96c: Preparing [2021-04-14T00:08:02.923Z] 43131fdc5837: Preparing [2021-04-14T00:08:02.923Z] 43131fdc5837: Preparing [2021-04-14T00:08:02.923Z] 23b71fa54585: Preparing [2021-04-14T00:08:02.923Z] e64a50e2bee4: Preparing [2021-04-14T00:08:02.923Z] b0b9881431d7: Preparing [2021-04-14T00:08:02.923Z] aceede81e96c: Waiting [2021-04-14T00:08:02.923Z] 43131fdc5837: Waiting [2021-04-14T00:08:02.923Z] 23b71fa54585: Waiting [2021-04-14T00:08:02.923Z] e64a50e2bee4: Waiting [2021-04-14T00:08:02.923Z] b0b9881431d7: Waiting [2021-04-14T00:08:03.191Z] 3bcf37e77a84: Pushed [2021-04-14T00:08:03.191Z] aceede81e96c: Layer already exists [2021-04-14T00:08:03.191Z] d457c83cd97f: Pushed [2021-04-14T00:08:03.453Z] a1e5dfd1557d: Pushed [2021-04-14T00:08:03.453Z] 2294a0d77900: Pushed [2021-04-14T00:08:03.453Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:03.714Z] e64a50e2bee4: Pushed [2021-04-14T00:08:03.714Z] 23b71fa54585: Pushed [2021-04-14T00:08:03.714Z] 43131fdc5837: Pushed [2021-04-14T00:08:04.289Z] 596a19d2841e: Pushed [2021-04-14T00:08:04.551Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:3002d421f9cd8ab7f2368fc49ebbe2af1a788a9c5567b20eeb57e7f197b61f6d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:04.857Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:05.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.170 [2021-04-14T00:08:05.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T00:08:05.156Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:05.156Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:05.156Z] 3bcf37e77a84: Preparing [2021-04-14T00:08:05.156Z] 2294a0d77900: Preparing [2021-04-14T00:08:05.156Z] d457c83cd97f: Preparing [2021-04-14T00:08:05.156Z] 596a19d2841e: Preparing [2021-04-14T00:08:05.156Z] aceede81e96c: Preparing [2021-04-14T00:08:05.156Z] 43131fdc5837: Preparing [2021-04-14T00:08:05.156Z] 43131fdc5837: Preparing [2021-04-14T00:08:05.156Z] 23b71fa54585: Preparing [2021-04-14T00:08:05.156Z] e64a50e2bee4: Preparing [2021-04-14T00:08:05.156Z] b0b9881431d7: Preparing [2021-04-14T00:08:05.156Z] aceede81e96c: Waiting [2021-04-14T00:08:05.156Z] 43131fdc5837: Waiting [2021-04-14T00:08:05.156Z] 23b71fa54585: Waiting [2021-04-14T00:08:05.156Z] e64a50e2bee4: Waiting [2021-04-14T00:08:05.156Z] b0b9881431d7: Waiting [2021-04-14T00:08:05.156Z] a1e5dfd1557d: Layer already exists [2021-04-14T00:08:05.156Z] 596a19d2841e: Layer already exists [2021-04-14T00:08:05.156Z] 3bcf37e77a84: Layer already exists [2021-04-14T00:08:05.156Z] d457c83cd97f: Layer already exists [2021-04-14T00:08:05.156Z] 2294a0d77900: Layer already exists [2021-04-14T00:08:05.156Z] aceede81e96c: Layer already exists [2021-04-14T00:08:05.156Z] 43131fdc5837: Layer already exists [2021-04-14T00:08:05.156Z] e64a50e2bee4: Layer already exists [2021-04-14T00:08:05.156Z] 23b71fa54585: Layer already exists [2021-04-14T00:08:05.156Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:05.156Z] 2.0.0-dev.170: digest: sha256:3002d421f9cd8ab7f2368fc49ebbe2af1a788a9c5567b20eeb57e7f197b61f6d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:05.457Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:05.755Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:05.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T00:08:05.755Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:05.755Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:05.755Z] 3bcf37e77a84: Preparing [2021-04-14T00:08:05.755Z] 2294a0d77900: Preparing [2021-04-14T00:08:05.755Z] d457c83cd97f: Preparing [2021-04-14T00:08:05.755Z] 596a19d2841e: Preparing [2021-04-14T00:08:05.755Z] aceede81e96c: Preparing [2021-04-14T00:08:05.755Z] 43131fdc5837: Preparing [2021-04-14T00:08:05.755Z] 43131fdc5837: Preparing [2021-04-14T00:08:05.755Z] 23b71fa54585: Preparing [2021-04-14T00:08:05.755Z] e64a50e2bee4: Preparing [2021-04-14T00:08:05.755Z] b0b9881431d7: Preparing [2021-04-14T00:08:05.755Z] aceede81e96c: Waiting [2021-04-14T00:08:05.755Z] 43131fdc5837: Waiting [2021-04-14T00:08:05.755Z] 23b71fa54585: Waiting [2021-04-14T00:08:05.755Z] e64a50e2bee4: Waiting [2021-04-14T00:08:05.755Z] b0b9881431d7: Waiting [2021-04-14T00:08:05.755Z] 3bcf37e77a84: Layer already exists [2021-04-14T00:08:05.755Z] d457c83cd97f: Layer already exists [2021-04-14T00:08:05.755Z] 596a19d2841e: Layer already exists [2021-04-14T00:08:05.755Z] a1e5dfd1557d: Layer already exists [2021-04-14T00:08:05.755Z] 2294a0d77900: Layer already exists [2021-04-14T00:08:05.755Z] aceede81e96c: Layer already exists [2021-04-14T00:08:05.755Z] 23b71fa54585: Layer already exists [2021-04-14T00:08:05.755Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:05.755Z] 43131fdc5837: Layer already exists [2021-04-14T00:08:05.755Z] e64a50e2bee4: Layer already exists [2021-04-14T00:08:05.755Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:3002d421f9cd8ab7f2368fc49ebbe2af1a788a9c5567b20eeb57e7f197b61f6d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:06.061Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:06.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-14T00:08:06.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-14T00:08:06.358Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:06.358Z] a1e5dfd1557d: Preparing [2021-04-14T00:08:06.358Z] 3bcf37e77a84: Preparing [2021-04-14T00:08:06.358Z] 2294a0d77900: Preparing [2021-04-14T00:08:06.358Z] d457c83cd97f: Preparing [2021-04-14T00:08:06.358Z] 596a19d2841e: Preparing [2021-04-14T00:08:06.358Z] aceede81e96c: Preparing [2021-04-14T00:08:06.358Z] 43131fdc5837: Preparing [2021-04-14T00:08:06.358Z] 43131fdc5837: Preparing [2021-04-14T00:08:06.358Z] 23b71fa54585: Preparing [2021-04-14T00:08:06.358Z] e64a50e2bee4: Preparing [2021-04-14T00:08:06.358Z] b0b9881431d7: Preparing [2021-04-14T00:08:06.358Z] 23b71fa54585: Waiting [2021-04-14T00:08:06.358Z] aceede81e96c: Waiting [2021-04-14T00:08:06.358Z] 43131fdc5837: Waiting [2021-04-14T00:08:06.358Z] e64a50e2bee4: Waiting [2021-04-14T00:08:06.358Z] b0b9881431d7: Waiting [2021-04-14T00:08:06.358Z] 2294a0d77900: Layer already exists [2021-04-14T00:08:06.358Z] 596a19d2841e: Layer already exists [2021-04-14T00:08:06.358Z] a1e5dfd1557d: Layer already exists [2021-04-14T00:08:06.358Z] d457c83cd97f: Layer already exists [2021-04-14T00:08:06.358Z] 3bcf37e77a84: Layer already exists [2021-04-14T00:08:06.358Z] 43131fdc5837: Layer already exists [2021-04-14T00:08:06.358Z] aceede81e96c: Layer already exists [2021-04-14T00:08:06.358Z] e64a50e2bee4: Layer already exists [2021-04-14T00:08:06.358Z] 23b71fa54585: Layer already exists [2021-04-14T00:08:06.358Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:06.622Z] master: digest: sha256:3002d421f9cd8ab7f2368fc49ebbe2af1a788a9c5567b20eeb57e7f197b61f6d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:06.673Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:06.687Z] taggedImages: [2021-04-14T00:08:06.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:06.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.170 [2021-04-14T00:08:06.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:06.687Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-14T00:08:06.717Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-14T00:08:06.717Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:06.717Z] 2.0.0-dev.170 [2021-04-14T00:08:06.717Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:06.717Z] master [2021-04-14T00:08:06.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:07.058Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:07.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:07.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T00:08:07.362Z] 2ecdcc06c65f: Preparing [2021-04-14T00:08:07.362Z] 6ccca0232a82: Preparing [2021-04-14T00:08:07.362Z] efcf20943a41: Preparing [2021-04-14T00:08:07.362Z] 0eab69429f2d: Preparing [2021-04-14T00:08:07.362Z] 2b5514d48c69: Preparing [2021-04-14T00:08:07.362Z] b0b9881431d7: Preparing [2021-04-14T00:08:07.362Z] b0b9881431d7: Waiting [2021-04-14T00:08:07.628Z] 0eab69429f2d: Pushed [2021-04-14T00:08:07.628Z] efcf20943a41: Pushed [2021-04-14T00:08:07.628Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:07.888Z] 2b5514d48c69: Pushed [2021-04-14T00:08:08.461Z] 2ecdcc06c65f: Pushed [2021-04-14T00:08:08.461Z] 6ccca0232a82: Pushed [2021-04-14T00:08:08.722Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:af4c609460b08d614648d4332c53de3c2a738dbf6f5355984d3aba780090cf94 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:08.780Z] Removing intermediate container db9857fe6e30 [2021-04-14T00:08:08.781Z] ---> e75bc3a6b57c [2021-04-14T00:08:08.781Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-14T00:08:08.781Z] ---> Running in 639d158c2650 [2021-04-14T00:08:09.024Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:09.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.170 [2021-04-14T00:08:09.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T00:08:09.324Z] 2ecdcc06c65f: Preparing [2021-04-14T00:08:09.324Z] 6ccca0232a82: Preparing [2021-04-14T00:08:09.324Z] efcf20943a41: Preparing [2021-04-14T00:08:09.324Z] 0eab69429f2d: Preparing [2021-04-14T00:08:09.324Z] 2b5514d48c69: Preparing [2021-04-14T00:08:09.324Z] b0b9881431d7: Preparing [2021-04-14T00:08:09.324Z] b0b9881431d7: Waiting [2021-04-14T00:08:09.324Z] 0eab69429f2d: Layer already exists [2021-04-14T00:08:09.324Z] 2b5514d48c69: Layer already exists [2021-04-14T00:08:09.324Z] efcf20943a41: Layer already exists [2021-04-14T00:08:09.324Z] 6ccca0232a82: Layer already exists [2021-04-14T00:08:09.324Z] 2ecdcc06c65f: Layer already exists [2021-04-14T00:08:09.324Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:09.324Z] 2.0.0-dev.170: digest: sha256:af4c609460b08d614648d4332c53de3c2a738dbf6f5355984d3aba780090cf94 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:09.626Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:09.775Z] Removing intermediate container 639d158c2650 [2021-04-14T00:08:09.775Z] ---> 2b6a1280ec7e [2021-04-14T00:08:09.775Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-14T00:08:09.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:09.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T00:08:09.922Z] 2ecdcc06c65f: Preparing [2021-04-14T00:08:09.922Z] 6ccca0232a82: Preparing [2021-04-14T00:08:09.922Z] efcf20943a41: Preparing [2021-04-14T00:08:09.922Z] 0eab69429f2d: Preparing [2021-04-14T00:08:09.922Z] 2b5514d48c69: Preparing [2021-04-14T00:08:09.922Z] b0b9881431d7: Preparing [2021-04-14T00:08:09.922Z] b0b9881431d7: Waiting [2021-04-14T00:08:09.922Z] 2ecdcc06c65f: Layer already exists [2021-04-14T00:08:09.922Z] 6ccca0232a82: Layer already exists [2021-04-14T00:08:09.922Z] efcf20943a41: Layer already exists [2021-04-14T00:08:09.922Z] 2b5514d48c69: Layer already exists [2021-04-14T00:08:09.922Z] 0eab69429f2d: Layer already exists [2021-04-14T00:08:09.922Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:09.922Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:af4c609460b08d614648d4332c53de3c2a738dbf6f5355984d3aba780090cf94 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:10.226Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:10.389Z] ---> Running in 92928bc03978 [2021-04-14T00:08:10.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-14T00:08:10.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-14T00:08:10.533Z] 2ecdcc06c65f: Preparing [2021-04-14T00:08:10.533Z] 6ccca0232a82: Preparing [2021-04-14T00:08:10.533Z] efcf20943a41: Preparing [2021-04-14T00:08:10.533Z] 0eab69429f2d: Preparing [2021-04-14T00:08:10.533Z] 2b5514d48c69: Preparing [2021-04-14T00:08:10.533Z] b0b9881431d7: Preparing [2021-04-14T00:08:10.533Z] b0b9881431d7: Waiting [2021-04-14T00:08:10.533Z] 2ecdcc06c65f: Layer already exists [2021-04-14T00:08:10.533Z] 0eab69429f2d: Layer already exists [2021-04-14T00:08:10.533Z] efcf20943a41: Layer already exists [2021-04-14T00:08:10.533Z] 6ccca0232a82: Layer already exists [2021-04-14T00:08:10.533Z] 2b5514d48c69: Layer already exists [2021-04-14T00:08:10.533Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:10.533Z] master: digest: sha256:af4c609460b08d614648d4332c53de3c2a738dbf6f5355984d3aba780090cf94 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:10.586Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:10.600Z] taggedImages: [2021-04-14T00:08:10.600Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:10.600Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.170 [2021-04-14T00:08:10.600Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:10.600Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-14T00:08:10.636Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-14T00:08:10.636Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:10.636Z] 2.0.0-dev.170 [2021-04-14T00:08:10.636Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:10.636Z] master [2021-04-14T00:08:10.636Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:11.009Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:11.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:11.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T00:08:11.306Z] bbed2c3696f9: Preparing [2021-04-14T00:08:11.306Z] ab315197e447: Preparing [2021-04-14T00:08:11.306Z] 77be5b7fc963: Preparing [2021-04-14T00:08:11.306Z] 9c39be001a0c: Preparing [2021-04-14T00:08:11.306Z] be76a2e180db: Preparing [2021-04-14T00:08:11.306Z] 76bbb98ef5e7: Preparing [2021-04-14T00:08:11.306Z] 1d0ce17b5e32: Preparing [2021-04-14T00:08:11.306Z] 2c8c9b2e4281: Preparing [2021-04-14T00:08:11.306Z] b0b9881431d7: Preparing [2021-04-14T00:08:11.306Z] 76bbb98ef5e7: Waiting [2021-04-14T00:08:11.306Z] 1d0ce17b5e32: Waiting [2021-04-14T00:08:11.306Z] 2c8c9b2e4281: Waiting [2021-04-14T00:08:11.306Z] b0b9881431d7: Waiting [2021-04-14T00:08:11.572Z] bbed2c3696f9: Pushed [2021-04-14T00:08:11.572Z] be76a2e180db: Pushed [2021-04-14T00:08:11.572Z] ab315197e447: Pushed [2021-04-14T00:08:11.836Z] 76bbb98ef5e7: Pushed [2021-04-14T00:08:11.836Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:11.836Z] 1d0ce17b5e32: Pushed [2021-04-14T00:08:11.836Z] Removing intermediate container 92928bc03978 [2021-04-14T00:08:11.836Z] ---> 72bf8bb4492a [2021-04-14T00:08:11.836Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-14T00:08:12.409Z] 2c8c9b2e4281: Pushed [2021-04-14T00:08:12.671Z] 77be5b7fc963: Pushed [2021-04-14T00:08:12.671Z] 9c39be001a0c: Pushed [2021-04-14T00:08:12.933Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:d6d557a3f192cbdbf139af4f9e6a7723b415a1ab0072fee6fd957dea32f432c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:13.238Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:13.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.170 [2021-04-14T00:08:13.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T00:08:13.537Z] bbed2c3696f9: Preparing [2021-04-14T00:08:13.537Z] ab315197e447: Preparing [2021-04-14T00:08:13.537Z] 77be5b7fc963: Preparing [2021-04-14T00:08:13.537Z] 9c39be001a0c: Preparing [2021-04-14T00:08:13.537Z] be76a2e180db: Preparing [2021-04-14T00:08:13.537Z] 76bbb98ef5e7: Preparing [2021-04-14T00:08:13.537Z] 1d0ce17b5e32: Preparing [2021-04-14T00:08:13.537Z] 2c8c9b2e4281: Preparing [2021-04-14T00:08:13.537Z] b0b9881431d7: Preparing [2021-04-14T00:08:13.537Z] 76bbb98ef5e7: Waiting [2021-04-14T00:08:13.537Z] 1d0ce17b5e32: Waiting [2021-04-14T00:08:13.537Z] 2c8c9b2e4281: Waiting [2021-04-14T00:08:13.537Z] b0b9881431d7: Waiting [2021-04-14T00:08:13.537Z] 77be5b7fc963: Layer already exists [2021-04-14T00:08:13.537Z] bbed2c3696f9: Layer already exists [2021-04-14T00:08:13.537Z] 9c39be001a0c: Layer already exists [2021-04-14T00:08:13.537Z] be76a2e180db: Layer already exists [2021-04-14T00:08:13.537Z] ab315197e447: Layer already exists [2021-04-14T00:08:13.537Z] 76bbb98ef5e7: Layer already exists [2021-04-14T00:08:13.537Z] 2c8c9b2e4281: Layer already exists [2021-04-14T00:08:13.537Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:13.537Z] 1d0ce17b5e32: Layer already exists [2021-04-14T00:08:13.537Z] 2.0.0-dev.170: digest: sha256:d6d557a3f192cbdbf139af4f9e6a7723b415a1ab0072fee6fd957dea32f432c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:13.841Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:14.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:14.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T00:08:14.137Z] bbed2c3696f9: Preparing [2021-04-14T00:08:14.137Z] ab315197e447: Preparing [2021-04-14T00:08:14.137Z] 77be5b7fc963: Preparing [2021-04-14T00:08:14.137Z] 9c39be001a0c: Preparing [2021-04-14T00:08:14.137Z] be76a2e180db: Preparing [2021-04-14T00:08:14.137Z] 76bbb98ef5e7: Preparing [2021-04-14T00:08:14.137Z] 1d0ce17b5e32: Preparing [2021-04-14T00:08:14.137Z] 2c8c9b2e4281: Preparing [2021-04-14T00:08:14.137Z] b0b9881431d7: Preparing [2021-04-14T00:08:14.137Z] 76bbb98ef5e7: Waiting [2021-04-14T00:08:14.137Z] 1d0ce17b5e32: Waiting [2021-04-14T00:08:14.137Z] 2c8c9b2e4281: Waiting [2021-04-14T00:08:14.137Z] b0b9881431d7: Waiting [2021-04-14T00:08:14.137Z] 9c39be001a0c: Layer already exists [2021-04-14T00:08:14.137Z] 77be5b7fc963: Layer already exists [2021-04-14T00:08:14.137Z] bbed2c3696f9: Layer already exists [2021-04-14T00:08:14.137Z] be76a2e180db: Layer already exists [2021-04-14T00:08:14.137Z] ab315197e447: Layer already exists [2021-04-14T00:08:14.137Z] 2c8c9b2e4281: Layer already exists [2021-04-14T00:08:14.137Z] 76bbb98ef5e7: Layer already exists [2021-04-14T00:08:14.137Z] 1d0ce17b5e32: Layer already exists [2021-04-14T00:08:14.137Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:14.137Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:d6d557a3f192cbdbf139af4f9e6a7723b415a1ab0072fee6fd957dea32f432c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:14.442Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:14.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-14T00:08:14.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-14T00:08:14.812Z] bbed2c3696f9: Preparing [2021-04-14T00:08:14.812Z] ab315197e447: Preparing [2021-04-14T00:08:14.812Z] 77be5b7fc963: Preparing [2021-04-14T00:08:14.812Z] 9c39be001a0c: Preparing [2021-04-14T00:08:14.812Z] be76a2e180db: Preparing [2021-04-14T00:08:14.812Z] 76bbb98ef5e7: Preparing [2021-04-14T00:08:14.812Z] 1d0ce17b5e32: Preparing [2021-04-14T00:08:14.812Z] 2c8c9b2e4281: Preparing [2021-04-14T00:08:14.812Z] b0b9881431d7: Preparing [2021-04-14T00:08:14.812Z] 76bbb98ef5e7: Waiting [2021-04-14T00:08:14.812Z] 1d0ce17b5e32: Waiting [2021-04-14T00:08:14.812Z] 2c8c9b2e4281: Waiting [2021-04-14T00:08:14.812Z] b0b9881431d7: Waiting [2021-04-14T00:08:14.812Z] be76a2e180db: Layer already exists [2021-04-14T00:08:14.812Z] 9c39be001a0c: Layer already exists [2021-04-14T00:08:14.812Z] 77be5b7fc963: Layer already exists [2021-04-14T00:08:14.812Z] ab315197e447: Layer already exists [2021-04-14T00:08:14.812Z] bbed2c3696f9: Layer already exists [2021-04-14T00:08:14.812Z] 76bbb98ef5e7: Layer already exists [2021-04-14T00:08:14.812Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:14.812Z] 1d0ce17b5e32: Layer already exists [2021-04-14T00:08:14.812Z] 2c8c9b2e4281: Layer already exists [2021-04-14T00:08:14.812Z] master: digest: sha256:d6d557a3f192cbdbf139af4f9e6a7723b415a1ab0072fee6fd957dea32f432c3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:14.871Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:14.886Z] taggedImages: [2021-04-14T00:08:14.886Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:14.886Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.170 [2021-04-14T00:08:14.886Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:14.886Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-14T00:08:14.917Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-14T00:08:14.917Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:14.917Z] 2.0.0-dev.170 [2021-04-14T00:08:14.917Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:14.917Z] master [2021-04-14T00:08:14.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:15.285Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:15.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:15.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T00:08:15.600Z] 29169e1a6de1: Preparing [2021-04-14T00:08:15.600Z] 5486db8dc771: Preparing [2021-04-14T00:08:15.600Z] aceede81e96c: Preparing [2021-04-14T00:08:15.600Z] 9831004dd9fb: Preparing [2021-04-14T00:08:15.600Z] b0b9881431d7: Preparing [2021-04-14T00:08:15.600Z] aceede81e96c: Layer already exists [2021-04-14T00:08:15.600Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:15.863Z] 29169e1a6de1: Pushed [2021-04-14T00:08:15.863Z] 9831004dd9fb: Pushed [2021-04-14T00:08:16.147Z] ---> b52397089549 [2021-04-14T00:08:16.147Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-14T00:08:16.807Z] 5486db8dc771: Pushed [2021-04-14T00:08:17.068Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:247acd19fa91d21831d3ab220b6229af883de077eeb636d601c89eb817b4eb4c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:17.369Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:17.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.170 [2021-04-14T00:08:17.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T00:08:17.667Z] 29169e1a6de1: Preparing [2021-04-14T00:08:17.667Z] 5486db8dc771: Preparing [2021-04-14T00:08:17.667Z] aceede81e96c: Preparing [2021-04-14T00:08:17.667Z] 9831004dd9fb: Preparing [2021-04-14T00:08:17.667Z] b0b9881431d7: Preparing [2021-04-14T00:08:17.667Z] 5486db8dc771: Layer already exists [2021-04-14T00:08:17.667Z] aceede81e96c: Layer already exists [2021-04-14T00:08:17.667Z] 29169e1a6de1: Layer already exists [2021-04-14T00:08:17.667Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:17.667Z] 9831004dd9fb: Layer already exists [2021-04-14T00:08:17.667Z] 2.0.0-dev.170: digest: sha256:247acd19fa91d21831d3ab220b6229af883de077eeb636d601c89eb817b4eb4c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:17.966Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:18.153Z] ---> 41a21abd4413 [2021-04-14T00:08:18.154Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-14T00:08:18.259Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:18.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T00:08:18.259Z] 29169e1a6de1: Preparing [2021-04-14T00:08:18.259Z] 5486db8dc771: Preparing [2021-04-14T00:08:18.259Z] aceede81e96c: Preparing [2021-04-14T00:08:18.259Z] 9831004dd9fb: Preparing [2021-04-14T00:08:18.259Z] b0b9881431d7: Preparing [2021-04-14T00:08:18.259Z] aceede81e96c: Layer already exists [2021-04-14T00:08:18.259Z] 5486db8dc771: Layer already exists [2021-04-14T00:08:18.259Z] 9831004dd9fb: Layer already exists [2021-04-14T00:08:18.259Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:18.259Z] 29169e1a6de1: Layer already exists [2021-04-14T00:08:18.259Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:247acd19fa91d21831d3ab220b6229af883de077eeb636d601c89eb817b4eb4c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:18.566Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:18.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-14T00:08:18.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-14T00:08:18.862Z] 29169e1a6de1: Preparing [2021-04-14T00:08:18.862Z] 5486db8dc771: Preparing [2021-04-14T00:08:18.862Z] aceede81e96c: Preparing [2021-04-14T00:08:18.862Z] 9831004dd9fb: Preparing [2021-04-14T00:08:18.862Z] b0b9881431d7: Preparing [2021-04-14T00:08:18.862Z] 29169e1a6de1: Layer already exists [2021-04-14T00:08:18.862Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:18.862Z] aceede81e96c: Layer already exists [2021-04-14T00:08:18.862Z] 5486db8dc771: Layer already exists [2021-04-14T00:08:18.862Z] 9831004dd9fb: Layer already exists [2021-04-14T00:08:18.862Z] master: digest: sha256:247acd19fa91d21831d3ab220b6229af883de077eeb636d601c89eb817b4eb4c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:19.174Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:19.189Z] taggedImages: [2021-04-14T00:08:19.189Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:19.189Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.170 [2021-04-14T00:08:19.189Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:19.189Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-14T00:08:19.218Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-14T00:08:19.219Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:19.219Z] 2.0.0-dev.170 [2021-04-14T00:08:19.219Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:19.219Z] master [2021-04-14T00:08:19.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:19.576Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:19.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:19.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T00:08:19.881Z] 419960b5a1b9: Preparing [2021-04-14T00:08:19.881Z] dfb5bc43c4ae: Preparing [2021-04-14T00:08:19.881Z] aceede81e96c: Preparing [2021-04-14T00:08:19.881Z] 464f907fed5d: Preparing [2021-04-14T00:08:19.881Z] b0b9881431d7: Preparing [2021-04-14T00:08:19.881Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:19.881Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:19.881Z] 419960b5a1b9: Pushed [2021-04-14T00:08:19.881Z] aceede81e96c: Layer already exists [2021-04-14T00:08:20.791Z] ---> 22bd36fa5b6a [2021-04-14T00:08:20.791Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-14T00:08:20.791Z] ---> Running in 0531bff1db73 [2021-04-14T00:08:20.791Z] ---> 7cea6c220437 [2021-04-14T00:08:20.791Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-14T00:08:21.069Z] ---> Running in d109c3d0e7a1 [2021-04-14T00:08:21.279Z] dfb5bc43c4ae: Pushed [2021-04-14T00:08:21.279Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:3e1ef8dd6354d90fc763465c8fb4ab2ddf5a92494bee19aa48e21794207e14d8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:21.346Z] ---> 886f853c3a8c [2021-04-14T00:08:21.346Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-14T00:08:21.597Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:21.628Z] Removing intermediate container 0531bff1db73 [2021-04-14T00:08:21.628Z] ---> d6f940bf208f [2021-04-14T00:08:21.628Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:08:21.628Z] ---> Running in fede966d0316 [2021-04-14T00:08:21.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.170 [2021-04-14T00:08:21.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T00:08:21.896Z] 419960b5a1b9: Preparing [2021-04-14T00:08:21.896Z] dfb5bc43c4ae: Preparing [2021-04-14T00:08:21.896Z] aceede81e96c: Preparing [2021-04-14T00:08:21.896Z] 464f907fed5d: Preparing [2021-04-14T00:08:21.896Z] b0b9881431d7: Preparing [2021-04-14T00:08:21.896Z] dfb5bc43c4ae: Layer already exists [2021-04-14T00:08:21.896Z] aceede81e96c: Layer already exists [2021-04-14T00:08:21.896Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:21.896Z] 419960b5a1b9: Layer already exists [2021-04-14T00:08:21.896Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:21.896Z] 2.0.0-dev.170: digest: sha256:3e1ef8dd6354d90fc763465c8fb4ab2ddf5a92494bee19aa48e21794207e14d8 size: 1363 [2021-04-14T00:08:21.901Z] ---> Running in f2777abd31ca [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:22.204Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:22.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:22.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T00:08:22.503Z] 419960b5a1b9: Preparing [2021-04-14T00:08:22.503Z] dfb5bc43c4ae: Preparing [2021-04-14T00:08:22.503Z] aceede81e96c: Preparing [2021-04-14T00:08:22.503Z] 464f907fed5d: Preparing [2021-04-14T00:08:22.503Z] b0b9881431d7: Preparing [2021-04-14T00:08:22.503Z] dfb5bc43c4ae: Layer already exists [2021-04-14T00:08:22.503Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:22.503Z] aceede81e96c: Layer already exists [2021-04-14T00:08:22.503Z] 419960b5a1b9: Layer already exists [2021-04-14T00:08:22.503Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:22.503Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:3e1ef8dd6354d90fc763465c8fb4ab2ddf5a92494bee19aa48e21794207e14d8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:22.817Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:22.912Z] Removing intermediate container f2777abd31ca [2021-04-14T00:08:22.912Z] ---> 3780e4f72770 [2021-04-14T00:08:22.912Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T00:08:23.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-14T00:08:23.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-14T00:08:23.117Z] 419960b5a1b9: Preparing [2021-04-14T00:08:23.117Z] dfb5bc43c4ae: Preparing [2021-04-14T00:08:23.117Z] aceede81e96c: Preparing [2021-04-14T00:08:23.117Z] 464f907fed5d: Preparing [2021-04-14T00:08:23.117Z] b0b9881431d7: Preparing [2021-04-14T00:08:23.117Z] 464f907fed5d: Layer already exists [2021-04-14T00:08:23.117Z] b0b9881431d7: Layer already exists [2021-04-14T00:08:23.117Z] 419960b5a1b9: Layer already exists [2021-04-14T00:08:23.117Z] aceede81e96c: Layer already exists [2021-04-14T00:08:23.117Z] dfb5bc43c4ae: Layer already exists [2021-04-14T00:08:23.117Z] master: digest: sha256:3e1ef8dd6354d90fc763465c8fb4ab2ddf5a92494bee19aa48e21794207e14d8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:23.170Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:23.187Z] ---> Running in b1523e7c2466 [2021-04-14T00:08:23.187Z] taggedImages: [2021-04-14T00:08:23.187Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:23.187Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.170 [2021-04-14T00:08:23.187Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:23.187Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-14T00:08:23.218Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-14T00:08:23.218Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:23.218Z] 2.0.0-dev.170 [2021-04-14T00:08:23.218Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:23.218Z] master [2021-04-14T00:08:23.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:23.556Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:23.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-14T00:08:23.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:23.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T00:08:23.865Z] 3b5884b224d1: Preparing [2021-04-14T00:08:23.865Z] 735a33c9ce1b: Preparing [2021-04-14T00:08:23.865Z] 5d88b458846b: Preparing [2021-04-14T00:08:23.865Z] 0989fba45907: Preparing [2021-04-14T00:08:23.865Z] 0754057c0ad3: Preparing [2021-04-14T00:08:23.865Z] 998cdf262ab1: Preparing [2021-04-14T00:08:23.865Z] 02e56110abd2: Preparing [2021-04-14T00:08:23.865Z] abc36efb885a: Preparing [2021-04-14T00:08:23.865Z] b0b09059f4e1: Preparing [2021-04-14T00:08:23.865Z] bb961f40224b: Preparing [2021-04-14T00:08:23.865Z] f4666769fca7: Preparing [2021-04-14T00:08:23.865Z] abc36efb885a: Waiting [2021-04-14T00:08:23.865Z] b0b09059f4e1: Waiting [2021-04-14T00:08:23.865Z] bb961f40224b: Waiting [2021-04-14T00:08:23.865Z] f4666769fca7: Waiting [2021-04-14T00:08:23.865Z] 998cdf262ab1: Waiting [2021-04-14T00:08:23.865Z] 02e56110abd2: Waiting [2021-04-14T00:08:23.865Z] 0754057c0ad3: Layer already exists [2021-04-14T00:08:23.865Z] 998cdf262ab1: Layer already exists [2021-04-14T00:08:23.865Z] 02e56110abd2: Layer already exists [2021-04-14T00:08:23.865Z] abc36efb885a: Layer already exists [2021-04-14T00:08:24.070Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.170" -o cmd/core-data/core-data ./cmd/core-data [2021-04-14T00:08:24.070Z] Removing intermediate container b1523e7c2466 [2021-04-14T00:08:24.070Z] ---> f7457e009bba [2021-04-14T00:08:24.070Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:24.136Z] b0b09059f4e1: Layer already exists [2021-04-14T00:08:24.136Z] 735a33c9ce1b: Pushed [2021-04-14T00:08:24.136Z] bb961f40224b: Layer already exists [2021-04-14T00:08:24.136Z] f4666769fca7: Layer already exists [2021-04-14T00:08:24.351Z] ---> Running in bd400e9ca351 [2021-04-14T00:08:24.398Z] 3b5884b224d1: Pushed [2021-04-14T00:08:24.954Z] Removing intermediate container bd400e9ca351 [2021-04-14T00:08:24.954Z] ---> 5fc7c286753c [2021-04-14T00:08:24.954Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:08:24.969Z] 5d88b458846b: Pushed [2021-04-14T00:08:25.232Z] ---> Running in a4733ab5d045 [2021-04-14T00:08:25.842Z] Removing intermediate container a4733ab5d045 [2021-04-14T00:08:25.842Z] ---> f99c8831d596 [2021-04-14T00:08:25.842Z] [2021-04-14T00:08:26.451Z] Successfully built f99c8831d596 [2021-04-14T00:08:26.451Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-14T00:08:29.190Z] 0989fba45907: Pushed [2021-04-14T00:08:29.190Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:725671ae457d28056730e0c93538decedbf05f1f3fe07effc6eda278ad7d0ee1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:29.497Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:29.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.170 [2021-04-14T00:08:29.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T00:08:29.793Z] 3b5884b224d1: Preparing [2021-04-14T00:08:29.793Z] 735a33c9ce1b: Preparing [2021-04-14T00:08:29.793Z] 5d88b458846b: Preparing [2021-04-14T00:08:29.793Z] 0989fba45907: Preparing [2021-04-14T00:08:29.793Z] 0754057c0ad3: Preparing [2021-04-14T00:08:29.793Z] 998cdf262ab1: Preparing [2021-04-14T00:08:29.793Z] 02e56110abd2: Preparing [2021-04-14T00:08:29.793Z] abc36efb885a: Preparing [2021-04-14T00:08:29.793Z] b0b09059f4e1: Preparing [2021-04-14T00:08:29.793Z] bb961f40224b: Preparing [2021-04-14T00:08:29.793Z] f4666769fca7: Preparing [2021-04-14T00:08:29.793Z] 998cdf262ab1: Waiting [2021-04-14T00:08:29.793Z] 02e56110abd2: Waiting [2021-04-14T00:08:29.793Z] abc36efb885a: Waiting [2021-04-14T00:08:29.793Z] b0b09059f4e1: Waiting [2021-04-14T00:08:29.793Z] bb961f40224b: Waiting [2021-04-14T00:08:29.793Z] f4666769fca7: Waiting [2021-04-14T00:08:29.793Z] 735a33c9ce1b: Layer already exists [2021-04-14T00:08:29.793Z] 3b5884b224d1: Layer already exists [2021-04-14T00:08:29.793Z] 0754057c0ad3: Layer already exists [2021-04-14T00:08:29.793Z] 5d88b458846b: Layer already exists [2021-04-14T00:08:29.793Z] 0989fba45907: Layer already exists [2021-04-14T00:08:29.793Z] 02e56110abd2: Layer already exists [2021-04-14T00:08:29.793Z] b0b09059f4e1: Layer already exists [2021-04-14T00:08:29.793Z] bb961f40224b: Layer already exists [2021-04-14T00:08:29.793Z] abc36efb885a: Layer already exists [2021-04-14T00:08:29.793Z] 998cdf262ab1: Layer already exists [2021-04-14T00:08:29.793Z] f4666769fca7: Layer already exists [2021-04-14T00:08:29.793Z] 2.0.0-dev.170: digest: sha256:725671ae457d28056730e0c93538decedbf05f1f3fe07effc6eda278ad7d0ee1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:30.100Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:30.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:30.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T00:08:30.406Z] 3b5884b224d1: Preparing [2021-04-14T00:08:30.406Z] 735a33c9ce1b: Preparing [2021-04-14T00:08:30.406Z] 5d88b458846b: Preparing [2021-04-14T00:08:30.406Z] 0989fba45907: Preparing [2021-04-14T00:08:30.406Z] 0754057c0ad3: Preparing [2021-04-14T00:08:30.406Z] 998cdf262ab1: Preparing [2021-04-14T00:08:30.406Z] 02e56110abd2: Preparing [2021-04-14T00:08:30.406Z] abc36efb885a: Preparing [2021-04-14T00:08:30.406Z] b0b09059f4e1: Preparing [2021-04-14T00:08:30.406Z] bb961f40224b: Preparing [2021-04-14T00:08:30.406Z] f4666769fca7: Preparing [2021-04-14T00:08:30.406Z] 02e56110abd2: Waiting [2021-04-14T00:08:30.406Z] abc36efb885a: Waiting [2021-04-14T00:08:30.406Z] b0b09059f4e1: Waiting [2021-04-14T00:08:30.406Z] bb961f40224b: Waiting [2021-04-14T00:08:30.406Z] f4666769fca7: Waiting [2021-04-14T00:08:30.406Z] 998cdf262ab1: Waiting [2021-04-14T00:08:30.406Z] 3b5884b224d1: Layer already exists [2021-04-14T00:08:30.406Z] 0754057c0ad3: Layer already exists [2021-04-14T00:08:30.406Z] 0989fba45907: Layer already exists [2021-04-14T00:08:30.406Z] 735a33c9ce1b: Layer already exists [2021-04-14T00:08:30.406Z] 5d88b458846b: Layer already exists [2021-04-14T00:08:30.406Z] 02e56110abd2: Layer already exists [2021-04-14T00:08:30.406Z] abc36efb885a: Layer already exists [2021-04-14T00:08:30.406Z] 998cdf262ab1: Layer already exists [2021-04-14T00:08:30.406Z] b0b09059f4e1: Layer already exists [2021-04-14T00:08:30.406Z] bb961f40224b: Layer already exists [2021-04-14T00:08:30.406Z] f4666769fca7: Layer already exists [2021-04-14T00:08:30.668Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:725671ae457d28056730e0c93538decedbf05f1f3fe07effc6eda278ad7d0ee1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:30.967Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:08:31.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-14T00:08:31.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-14T00:08:31.275Z] 3b5884b224d1: Preparing [2021-04-14T00:08:31.275Z] 735a33c9ce1b: Preparing [2021-04-14T00:08:31.275Z] 5d88b458846b: Preparing [2021-04-14T00:08:31.275Z] 0989fba45907: Preparing [2021-04-14T00:08:31.275Z] 0754057c0ad3: Preparing [2021-04-14T00:08:31.275Z] 998cdf262ab1: Preparing [2021-04-14T00:08:31.275Z] 02e56110abd2: Preparing [2021-04-14T00:08:31.275Z] abc36efb885a: Preparing [2021-04-14T00:08:31.275Z] b0b09059f4e1: Preparing [2021-04-14T00:08:31.275Z] bb961f40224b: Preparing [2021-04-14T00:08:31.275Z] f4666769fca7: Preparing [2021-04-14T00:08:31.275Z] 998cdf262ab1: Waiting [2021-04-14T00:08:31.275Z] 02e56110abd2: Waiting [2021-04-14T00:08:31.275Z] abc36efb885a: Waiting [2021-04-14T00:08:31.275Z] b0b09059f4e1: Waiting [2021-04-14T00:08:31.275Z] f4666769fca7: Waiting [2021-04-14T00:08:31.275Z] bb961f40224b: Waiting [2021-04-14T00:08:31.275Z] 5d88b458846b: Layer already exists [2021-04-14T00:08:31.275Z] 0754057c0ad3: Layer already exists [2021-04-14T00:08:31.275Z] 0989fba45907: Layer already exists [2021-04-14T00:08:31.275Z] 3b5884b224d1: Layer already exists [2021-04-14T00:08:31.275Z] 735a33c9ce1b: Layer already exists [2021-04-14T00:08:31.275Z] 998cdf262ab1: Layer already exists [2021-04-14T00:08:31.275Z] 02e56110abd2: Layer already exists [2021-04-14T00:08:31.275Z] abc36efb885a: Layer already exists [2021-04-14T00:08:31.275Z] bb961f40224b: Layer already exists [2021-04-14T00:08:31.275Z] b0b09059f4e1: Layer already exists [2021-04-14T00:08:31.275Z] f4666769fca7: Layer already exists [2021-04-14T00:08:31.275Z] master: digest: sha256:725671ae457d28056730e0c93538decedbf05f1f3fe07effc6eda278ad7d0ee1 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:08:31.329Z] ===================================================== [Pipeline] echo [2021-04-14T00:08:31.344Z] taggedImages: [2021-04-14T00:08:31.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:08:31.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.170 [2021-04-14T00:08:31.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:08:31.344Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-14T00:09:13.501Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4437fdeda0b1 [2021-04-14T00:09:13.501Z] ---> 34b12ef341f1 [2021-04-14T00:09:13.501Z] [2021-04-14T00:09:13.501Z] Step 10/31 : FROM alpine:3.12 [2021-04-14T00:09:13.501Z] ---> d75e27dfc0a0 [2021-04-14T00:09:13.501Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-14T00:09:13.501Z] ---> Running in 0d7aa6080705 [2021-04-14T00:09:13.501Z] Removing intermediate container 0d7aa6080705 [2021-04-14T00:09:13.501Z] ---> b8ed19356530 [2021-04-14T00:09:13.501Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-14T00:09:13.501Z] ---> Running in 13f312ddc56d [2021-04-14T00:09:13.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:09:13.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:09:13.501Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-14T00:09:13.501Z] (2/2) Installing su-exec (0.2-r1) [2021-04-14T00:09:13.501Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:09:13.501Z] OK: 5 MiB in 16 packages [2021-04-14T00:09:15.488Z] Removing intermediate container 13f312ddc56d [2021-04-14T00:09:15.488Z] ---> a39bdfc9d062 [2021-04-14T00:09:15.488Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-14T00:09:15.488Z] ---> Running in 45e729353bd0 [2021-04-14T00:09:16.098Z] Removing intermediate container 45e729353bd0 [2021-04-14T00:09:16.098Z] ---> 0605ea44ca6b [2021-04-14T00:09:16.098Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-14T00:09:16.375Z] ---> Running in 3cdbf119ffca [2021-04-14T00:09:16.980Z] Removing intermediate container 3cdbf119ffca [2021-04-14T00:09:16.980Z] ---> 63834fc3cf0d [2021-04-14T00:09:16.980Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-14T00:09:17.254Z] ---> Running in 351732c6af16 [2021-04-14T00:09:20.655Z] Removing intermediate container 351732c6af16 [2021-04-14T00:09:20.656Z] ---> 5cda3892556a [2021-04-14T00:09:20.656Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-14T00:09:20.656Z] ---> Running in 5bcda0fbe1a1 [2021-04-14T00:09:21.255Z] Removing intermediate container 5bcda0fbe1a1 [2021-04-14T00:09:21.255Z] ---> 5b0c2a9f0793 [2021-04-14T00:09:21.255Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-14T00:09:22.249Z] ---> 3382768421bf [2021-04-14T00:09:22.249Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-14T00:09:22.528Z] ---> Running in 610b8413ed99 [2021-04-14T00:09:26.888Z] Removing intermediate container 610b8413ed99 [2021-04-14T00:09:26.888Z] ---> 7bf4e33a495b [2021-04-14T00:09:26.888Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:09:28.894Z] ---> 31630cef5bfa [2021-04-14T00:09:28.894Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-14T00:09:30.346Z] Removing intermediate container e95641fa9f4e [2021-04-14T00:09:30.346Z] ---> dd0600e2aa0a [2021-04-14T00:09:30.346Z] [2021-04-14T00:09:30.346Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T00:09:30.346Z] ---> d75e27dfc0a0 [2021-04-14T00:09:30.346Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-14T00:09:30.346Z] ---> Using cache [2021-04-14T00:09:30.346Z] ---> 80a0295e413b [2021-04-14T00:09:30.346Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:09:30.346Z] ---> Using cache [2021-04-14T00:09:30.346Z] ---> e45a87d22e90 [2021-04-14T00:09:30.346Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-14T00:09:30.622Z] ---> Running in 14b639abfbf7 [2021-04-14T00:09:31.229Z] ---> ef15d5e58af5 [2021-04-14T00:09:31.229Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-14T00:09:31.506Z] Removing intermediate container 14b639abfbf7 [2021-04-14T00:09:31.506Z] ---> be04a5a9e01e [2021-04-14T00:09:31.506Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-14T00:09:31.790Z] ---> Running in 01abd33e62b0 [2021-04-14T00:09:32.391Z] ---> 6324e210ebd6 [2021-04-14T00:09:32.391Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-14T00:09:32.665Z] Removing intermediate container 01abd33e62b0 [2021-04-14T00:09:32.665Z] ---> 9e3313e2abd3 [2021-04-14T00:09:32.665Z] Step 15/23 : WORKDIR / [2021-04-14T00:09:32.665Z] ---> Running in e38ea55ca65c [2021-04-14T00:09:33.658Z] Removing intermediate container e38ea55ca65c [2021-04-14T00:09:33.658Z] ---> abf401fcf86e [2021-04-14T00:09:33.658Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:09:33.934Z] ---> 3b930cc1c766 [2021-04-14T00:09:33.934Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-14T00:09:35.387Z] ---> 6f309d141064 [2021-04-14T00:09:35.387Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-14T00:09:35.387Z] ---> 54538acc270f [2021-04-14T00:09:35.387Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-14T00:09:35.989Z] ---> Running in 50c409d5bc0a [2021-04-14T00:09:36.977Z] Removing intermediate container 50c409d5bc0a [2021-04-14T00:09:36.977Z] ---> 4096bce59afc [2021-04-14T00:09:36.977Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-14T00:09:37.581Z] ---> 3ecdb639b807 [2021-04-14T00:09:37.581Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-14T00:09:38.572Z] ---> 6dcf2fd03e4b [2021-04-14T00:09:38.572Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-14T00:09:38.857Z] ---> Running in 2d0c3aaa3adb [2021-04-14T00:09:39.131Z] ---> 34da160cca4b [2021-04-14T00:09:39.132Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-14T00:09:39.409Z] ---> Running in c07f54e74c1d [2021-04-14T00:09:40.393Z] Removing intermediate container c07f54e74c1d [2021-04-14T00:09:40.393Z] ---> 5ec5d1d91c05 [2021-04-14T00:09:40.393Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:09:40.393Z] ---> Running in 9ffe7a7e28ed [2021-04-14T00:09:40.994Z] Removing intermediate container 9ffe7a7e28ed [2021-04-14T00:09:40.994Z] ---> 20d1a94a9b00 [2021-04-14T00:09:40.994Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T00:09:41.275Z] ---> Running in 8038d40bdf7f [2021-04-14T00:09:42.271Z] Removing intermediate container 8038d40bdf7f [2021-04-14T00:09:42.271Z] ---> c0083d7e6dc9 [2021-04-14T00:09:42.271Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:09:42.271Z] ---> Running in 8bed0c889023 [2021-04-14T00:09:42.548Z] Removing intermediate container 2d0c3aaa3adb [2021-04-14T00:09:42.548Z] ---> 0fc20b7895f4 [2021-04-14T00:09:42.548Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-14T00:09:43.156Z] ---> Running in 12341b32410f [2021-04-14T00:09:43.433Z] Removing intermediate container 8bed0c889023 [2021-04-14T00:09:43.433Z] ---> 472a34a99230 [2021-04-14T00:09:43.433Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:09:43.711Z] ---> Running in d1b20872065c [2021-04-14T00:09:43.989Z] Removing intermediate container 12341b32410f [2021-04-14T00:09:43.989Z] ---> ca5db32aa149 [2021-04-14T00:09:43.989Z] Step 28/31 : CMD ["gate"] [2021-04-14T00:09:44.604Z] ---> Running in b685190c7988 [2021-04-14T00:09:44.604Z] Removing intermediate container d1b20872065c [2021-04-14T00:09:44.604Z] ---> 958c0e887d53 [2021-04-14T00:09:44.604Z] [2021-04-14T00:09:45.209Z] Successfully built 958c0e887d53 [2021-04-14T00:09:45.209Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-14T00:09:45.488Z]  Building docker-core-metadata-go ... done Removing intermediate container b685190c7988 [2021-04-14T00:09:45.488Z] ---> a967d888094e [2021-04-14T00:09:45.488Z] Step 29/31 : LABEL arch=arm64 [2021-04-14T00:09:45.768Z] ---> Running in 7e66e33cf128 [2021-04-14T00:09:46.377Z] Removing intermediate container 7e66e33cf128 [2021-04-14T00:09:46.377Z] ---> 86f1b8d756f0 [2021-04-14T00:09:46.377Z] Step 30/31 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:09:46.656Z] ---> Running in 3c5d660ea06c [2021-04-14T00:09:47.264Z] Removing intermediate container 3c5d660ea06c [2021-04-14T00:09:47.264Z] ---> 9c0c82505a34 [2021-04-14T00:09:47.264Z] Step 31/31 : LABEL version=2.0.0-dev.170 [2021-04-14T00:09:47.541Z] ---> Running in 8519fc4231b3 [2021-04-14T00:09:48.533Z] Removing intermediate container 8519fc4231b3 [2021-04-14T00:09:48.533Z] ---> a4f2f83fe47a [2021-04-14T00:09:48.533Z] [2021-04-14T00:09:48.811Z] Successfully built a4f2f83fe47a [2021-04-14T00:09:48.811Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-14T00:09:53.147Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d109c3d0e7a1 [2021-04-14T00:09:53.147Z] ---> d1f605712e2b [2021-04-14T00:09:53.147Z] [2021-04-14T00:09:53.147Z] Step 10/22 : FROM alpine:3.12 [2021-04-14T00:09:53.147Z] ---> d75e27dfc0a0 [2021-04-14T00:09:53.147Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-14T00:09:53.147Z] ---> Running in e7ef78809784 [2021-04-14T00:09:54.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:09:54.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:09:55.173Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-14T00:09:55.173Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-14T00:09:55.173Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:09:55.173Z] Executing ca-certificates-20191127-r4.trigger [2021-04-14T00:09:55.449Z] OK: 6 MiB in 16 packages [2021-04-14T00:09:57.450Z] Removing intermediate container e7ef78809784 [2021-04-14T00:09:57.450Z] ---> caadbbc08ec8 [2021-04-14T00:09:57.450Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-14T00:09:57.450Z] ---> Running in 3e9b8a37f4fb [2021-04-14T00:09:58.048Z] Removing intermediate container 3e9b8a37f4fb [2021-04-14T00:09:58.048Z] ---> 5318bf49e538 [2021-04-14T00:09:58.048Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-14T00:09:58.048Z] ---> Running in dcc031e3c9d3 [2021-04-14T00:09:58.646Z] Removing intermediate container dcc031e3c9d3 [2021-04-14T00:09:58.646Z] ---> 06a105e2a934 [2021-04-14T00:09:58.646Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-14T00:09:58.922Z] ---> Running in 194546aeb6b5 [2021-04-14T00:09:59.519Z] Removing intermediate container 194546aeb6b5 [2021-04-14T00:09:59.519Z] ---> 02129824376b [2021-04-14T00:09:59.519Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:10:00.949Z] ---> 0ce7f097331d [2021-04-14T00:10:00.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-14T00:10:02.401Z] ---> 357a06099087 [2021-04-14T00:10:02.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-14T00:10:02.401Z] Removing intermediate container fede966d0316 [2021-04-14T00:10:02.401Z] ---> e1c34740cbb9 [2021-04-14T00:10:02.401Z] [2021-04-14T00:10:02.401Z] Step 10/23 : FROM alpine:3.12 [2021-04-14T00:10:02.401Z] ---> d75e27dfc0a0 [2021-04-14T00:10:02.401Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-14T00:10:02.401Z] ---> Running in 1b1a852745fb [2021-04-14T00:10:02.997Z] Removing intermediate container 1b1a852745fb [2021-04-14T00:10:02.997Z] ---> 4279cbcb35d1 [2021-04-14T00:10:02.997Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-14T00:10:02.997Z] ---> 7aa44086f68a [2021-04-14T00:10:02.997Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-14T00:10:02.997Z] ---> Running in 42f6baacdd4e [2021-04-14T00:10:03.270Z] ---> Running in b3420d371ebb [2021-04-14T00:10:03.542Z] Removing intermediate container 42f6baacdd4e [2021-04-14T00:10:03.542Z] ---> 79b9aab2a25a [2021-04-14T00:10:03.542Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-14T00:10:03.542Z] Removing intermediate container b3420d371ebb [2021-04-14T00:10:03.542Z] ---> e852f051ff70 [2021-04-14T00:10:03.542Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:10:03.815Z] ---> Running in 6cc83698ebb1 [2021-04-14T00:10:03.815Z] ---> Running in d9c478158779 [2021-04-14T00:10:04.086Z] Removing intermediate container 6cc83698ebb1 [2021-04-14T00:10:04.086Z] ---> f09cf1c2257f [2021-04-14T00:10:04.086Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-14T00:10:04.361Z] Removing intermediate container d9c478158779 [2021-04-14T00:10:04.361Z] ---> 864937042165 [2021-04-14T00:10:04.361Z] Step 20/22 : LABEL arch=arm64 [2021-04-14T00:10:04.361Z] ---> Running in 6f44cfe418c8 [2021-04-14T00:10:04.636Z] ---> Running in 9c8e8290247b [2021-04-14T00:10:05.236Z] Removing intermediate container 9c8e8290247b [2021-04-14T00:10:05.236Z] ---> fe024054ed69 [2021-04-14T00:10:05.236Z] Step 21/22 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:05.236Z] ---> Running in dfdf0f93415c [2021-04-14T00:10:05.830Z] Removing intermediate container dfdf0f93415c [2021-04-14T00:10:05.830Z] ---> 28cd02164035 [2021-04-14T00:10:05.830Z] Step 22/22 : LABEL version=2.0.0-dev.170 [2021-04-14T00:10:05.830Z] ---> Running in 4bba0c0a735f [2021-04-14T00:10:06.426Z] Removing intermediate container 4bba0c0a735f [2021-04-14T00:10:06.426Z] ---> b3295f4888ba [2021-04-14T00:10:06.426Z] [2021-04-14T00:10:06.696Z] Successfully built b3295f4888ba [2021-04-14T00:10:06.696Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-14T00:10:06.696Z]  Building docker-support-notifications-go ... done Removing intermediate container 6f44cfe418c8 [2021-04-14T00:10:06.696Z] ---> 5efd50c65fdf [2021-04-14T00:10:06.696Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-14T00:10:06.973Z] ---> Running in 77de4f655d51 [2021-04-14T00:10:07.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-14T00:10:08.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-14T00:10:09.130Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-14T00:10:09.413Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-14T00:10:09.413Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-14T00:10:09.413Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-14T00:10:09.686Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-14T00:10:09.686Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-14T00:10:09.686Z] Executing busybox-1.31.1-r20.trigger [2021-04-14T00:10:09.958Z] OK: 8 MiB in 20 packages [2021-04-14T00:10:10.936Z] Removing intermediate container 77de4f655d51 [2021-04-14T00:10:10.936Z] ---> c374f92be796 [2021-04-14T00:10:10.936Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-14T00:10:11.917Z] ---> 7a1d76123ebe [2021-04-14T00:10:11.917Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-14T00:10:13.345Z] ---> d4a9c0d9e1e9 [2021-04-14T00:10:13.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-14T00:10:13.940Z] ---> e204ff8201ab [2021-04-14T00:10:13.940Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-14T00:10:13.940Z] ---> Running in 92a7590de3e3 [2021-04-14T00:10:14.213Z] Removing intermediate container 92a7590de3e3 [2021-04-14T00:10:14.213Z] ---> fc0982fed806 [2021-04-14T00:10:14.213Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-14T00:10:14.483Z] ---> Running in 09588b2ff57b [2021-04-14T00:10:15.076Z] Removing intermediate container 09588b2ff57b [2021-04-14T00:10:15.076Z] ---> e3f52c631fb0 [2021-04-14T00:10:15.076Z] Step 21/23 : LABEL arch=arm64 [2021-04-14T00:10:15.076Z] ---> Running in f9cc9a932db2 [2021-04-14T00:10:15.348Z] Removing intermediate container f9cc9a932db2 [2021-04-14T00:10:15.348Z] ---> 4a6bf7237776 [2021-04-14T00:10:15.348Z] Step 22/23 : LABEL git_sha=1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:15.621Z] ---> Running in a41504e11482 [2021-04-14T00:10:16.212Z] Removing intermediate container a41504e11482 [2021-04-14T00:10:16.212Z] ---> d3ca1cea8e75 [2021-04-14T00:10:16.212Z] Step 23/23 : LABEL version=2.0.0-dev.170 [2021-04-14T00:10:16.212Z] ---> Running in 096df64209b4 [2021-04-14T00:10:16.482Z] Removing intermediate container 096df64209b4 [2021-04-14T00:10:16.482Z] ---> c12c30ce0bf3 [2021-04-14T00:10:16.482Z] [2021-04-14T00:10:17.074Z] Successfully built c12c30ce0bf3 [2021-04-14T00:10:17.074Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-14T00:10:17.361Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-14T00:10:17.379Z] $ docker stop --time=1 8b25c580a72ef723a1387ae5ed7eb6afd6995752780714b8a21760d9eb149961 [2021-04-14T00:10:19.268Z] $ docker rm -f 8b25c580a72ef723a1387ae5ed7eb6afd6995752780714b8a21760d9eb149961 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-14T00:10:19.892Z] + docker images [2021-04-14T00:10:19.892Z] + grep docker [2021-04-14T00:10:20.163Z] docker-core-data-go-arm64 latest c12c30ce0bf3 3 seconds ago 21.4MB [2021-04-14T00:10:20.163Z] docker-support-notifications-go-arm64 latest b3295f4888ba 13 seconds ago 16.9MB [2021-04-14T00:10:20.163Z] docker-security-bootstrapper-go-arm64 latest a4f2f83fe47a 31 seconds ago 17.9MB [2021-04-14T00:10:20.163Z] docker-core-metadata-go-arm64 latest 958c0e887d53 35 seconds ago 17.9MB [2021-04-14T00:10:20.163Z] docker-sys-mgmt-agent-go-arm64 latest f99c8831d596 About a minute ago 299MB [2021-04-14T00:10:20.163Z] docker-security-secretstore-setup-go-arm64 latest 6e2fe4cb33f9 3 minutes ago 24.4MB [2021-04-14T00:10:20.163Z] docker-support-scheduler-go-arm64 latest 6e2e23b44de3 3 minutes ago 16.4MB [2021-04-14T00:10:20.163Z] docker-core-command-go-arm64 latest 93db70cc29e2 3 minutes ago 16.3MB [2021-04-14T00:10:20.163Z] docker-security-proxy-setup-go-arm64 latest 606f28e9aaf8 3 minutes ago 24.2MB [2021-04-14T00:10:20.163Z] docker 20.10.0 eeaf43b92773 4 months 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-04-14T00:10:20.374Z] provisioning config files... [2021-04-14T00:10:20.454Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/438@tmp/config6830820379409282474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:10:20.818Z] ---> docker-login.sh [2021-04-14T00:10:20.818Z] nexus3.edgexfoundry.org:10001 [2021-04-14T00:10:21.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:10:21.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:10:21.361Z] Configure a credential helper to remove this warning. See [2021-04-14T00:10:21.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:10:21.361Z] [2021-04-14T00:10:21.361Z] Login Succeeded [2021-04-14T00:10:21.361Z] nexus3.edgexfoundry.org:10002 [2021-04-14T00:10:21.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:10:21.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:10:21.906Z] Configure a credential helper to remove this warning. See [2021-04-14T00:10:21.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:10:21.906Z] [2021-04-14T00:10:21.906Z] Login Succeeded [2021-04-14T00:10:21.906Z] nexus3.edgexfoundry.org:10003 [2021-04-14T00:10:22.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:10:22.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:10:22.448Z] Configure a credential helper to remove this warning. See [2021-04-14T00:10:22.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:10:22.448Z] [2021-04-14T00:10:22.448Z] Login Succeeded [2021-04-14T00:10:22.448Z] nexus3.edgexfoundry.org:10004 [2021-04-14T00:10:22.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:10:22.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:10:22.720Z] Configure a credential helper to remove this warning. See [2021-04-14T00:10:22.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:10:22.720Z] [2021-04-14T00:10:22.720Z] Login Succeeded [2021-04-14T00:10:22.720Z] docker.io [2021-04-14T00:10:23.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-14T00:10:23.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-14T00:10:23.580Z] Configure a credential helper to remove this warning. See [2021-04-14T00:10:23.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-14T00:10:23.580Z] [2021-04-14T00:10:23.580Z] Login Succeeded [2021-04-14T00:10:23.580Z] ---> docker-login.sh ends [Pipeline] } [2021-04-14T00:10:23.598Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:10:23.710Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-14T00:10:23.710Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:23.710Z] 2.0.0-dev.170 [2021-04-14T00:10:23.710Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:23.710Z] master [2021-04-14T00:10:23.710Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:24.104Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:24.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:24.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T00:10:24.437Z] f53aa2cca174: Preparing [2021-04-14T00:10:24.437Z] e477d441c694: Preparing [2021-04-14T00:10:24.437Z] 0ca657cb5687: Preparing [2021-04-14T00:10:24.437Z] 8276d73b8a9a: Preparing [2021-04-14T00:10:24.437Z] e08058ee1dfe: Preparing [2021-04-14T00:10:24.707Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:24.978Z] 0ca657cb5687: Pushed [2021-04-14T00:10:24.978Z] f53aa2cca174: Pushed [2021-04-14T00:10:24.978Z] 8276d73b8a9a: Pushed [2021-04-14T00:10:27.584Z] e477d441c694: Pushed [2021-04-14T00:10:27.584Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:677389f4d939902cefd405b25c38c5213809ce47f4009bc5b6225223a136162b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:27.933Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:28.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:28.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T00:10:28.274Z] f53aa2cca174: Preparing [2021-04-14T00:10:28.274Z] e477d441c694: Preparing [2021-04-14T00:10:28.274Z] 0ca657cb5687: Preparing [2021-04-14T00:10:28.274Z] 8276d73b8a9a: Preparing [2021-04-14T00:10:28.274Z] e08058ee1dfe: Preparing [2021-04-14T00:10:28.274Z] 8276d73b8a9a: Layer already exists [2021-04-14T00:10:28.274Z] e477d441c694: Layer already exists [2021-04-14T00:10:28.274Z] f53aa2cca174: Layer already exists [2021-04-14T00:10:28.274Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:28.274Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:28.555Z] 2.0.0-dev.170: digest: sha256:677389f4d939902cefd405b25c38c5213809ce47f4009bc5b6225223a136162b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:28.901Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:29.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:29.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T00:10:29.242Z] f53aa2cca174: Preparing [2021-04-14T00:10:29.242Z] e477d441c694: Preparing [2021-04-14T00:10:29.242Z] 0ca657cb5687: Preparing [2021-04-14T00:10:29.242Z] 8276d73b8a9a: Preparing [2021-04-14T00:10:29.242Z] e08058ee1dfe: Preparing [2021-04-14T00:10:29.242Z] 8276d73b8a9a: Layer already exists [2021-04-14T00:10:29.242Z] e477d441c694: Layer already exists [2021-04-14T00:10:29.242Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:29.519Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:29.519Z] f53aa2cca174: Layer already exists [2021-04-14T00:10:29.519Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:677389f4d939902cefd405b25c38c5213809ce47f4009bc5b6225223a136162b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:29.912Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:30.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-14T00:10:30.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-14T00:10:30.258Z] f53aa2cca174: Preparing [2021-04-14T00:10:30.258Z] e477d441c694: Preparing [2021-04-14T00:10:30.258Z] 0ca657cb5687: Preparing [2021-04-14T00:10:30.258Z] 8276d73b8a9a: Preparing [2021-04-14T00:10:30.258Z] e08058ee1dfe: Preparing [2021-04-14T00:10:30.258Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:30.529Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:30.529Z] 8276d73b8a9a: Layer already exists [2021-04-14T00:10:30.529Z] f53aa2cca174: Layer already exists [2021-04-14T00:10:30.529Z] e477d441c694: Layer already exists [2021-04-14T00:10:30.529Z] master: digest: sha256:677389f4d939902cefd405b25c38c5213809ce47f4009bc5b6225223a136162b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:10:30.606Z] ===================================================== [Pipeline] echo [2021-04-14T00:10:30.629Z] taggedImages: [2021-04-14T00:10:30.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:30.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:30.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:30.629Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-14T00:10:30.686Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-14T00:10:30.686Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:30.686Z] 2.0.0-dev.170 [2021-04-14T00:10:30.686Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:30.686Z] master [2021-04-14T00:10:30.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:31.099Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:31.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:31.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T00:10:31.439Z] 7dbd4ac2192a: Preparing [2021-04-14T00:10:31.439Z] c3c796137fd1: Preparing [2021-04-14T00:10:31.439Z] 0ca657cb5687: Preparing [2021-04-14T00:10:31.439Z] f767e16a4e6f: Preparing [2021-04-14T00:10:31.439Z] 55fcbb9220c8: Preparing [2021-04-14T00:10:31.439Z] e08058ee1dfe: Preparing [2021-04-14T00:10:31.439Z] e08058ee1dfe: Waiting [2021-04-14T00:10:31.711Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:31.711Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:31.711Z] 7dbd4ac2192a: Pushed [2021-04-14T00:10:31.711Z] 55fcbb9220c8: Pushed [2021-04-14T00:10:32.688Z] f767e16a4e6f: Pushed [2021-04-14T00:10:34.650Z] c3c796137fd1: Pushed [2021-04-14T00:10:34.942Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:02c65db5cc3f78ce3509241b41eda5680cc85226fff45b9fa4d4e626e05ccc4e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:35.594Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:35.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:35.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T00:10:35.970Z] 7dbd4ac2192a: Preparing [2021-04-14T00:10:35.970Z] c3c796137fd1: Preparing [2021-04-14T00:10:35.970Z] 0ca657cb5687: Preparing [2021-04-14T00:10:35.970Z] f767e16a4e6f: Preparing [2021-04-14T00:10:35.970Z] 55fcbb9220c8: Preparing [2021-04-14T00:10:35.970Z] e08058ee1dfe: Preparing [2021-04-14T00:10:35.970Z] e08058ee1dfe: Waiting [2021-04-14T00:10:35.970Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:35.970Z] 7dbd4ac2192a: Layer already exists [2021-04-14T00:10:35.970Z] 55fcbb9220c8: Layer already exists [2021-04-14T00:10:35.970Z] c3c796137fd1: Layer already exists [2021-04-14T00:10:35.970Z] f767e16a4e6f: Layer already exists [2021-04-14T00:10:35.970Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:36.245Z] 2.0.0-dev.170: digest: sha256:02c65db5cc3f78ce3509241b41eda5680cc85226fff45b9fa4d4e626e05ccc4e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:36.601Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:36.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:36.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T00:10:36.943Z] 7dbd4ac2192a: Preparing [2021-04-14T00:10:36.943Z] c3c796137fd1: Preparing [2021-04-14T00:10:36.943Z] 0ca657cb5687: Preparing [2021-04-14T00:10:36.943Z] f767e16a4e6f: Preparing [2021-04-14T00:10:36.943Z] 55fcbb9220c8: Preparing [2021-04-14T00:10:36.943Z] e08058ee1dfe: Preparing [2021-04-14T00:10:36.943Z] e08058ee1dfe: Waiting [2021-04-14T00:10:37.215Z] f767e16a4e6f: Layer already exists [2021-04-14T00:10:37.215Z] 7dbd4ac2192a: Layer already exists [2021-04-14T00:10:37.215Z] 55fcbb9220c8: Layer already exists [2021-04-14T00:10:37.215Z] c3c796137fd1: Layer already exists [2021-04-14T00:10:37.215Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:37.215Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:37.215Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:02c65db5cc3f78ce3509241b41eda5680cc85226fff45b9fa4d4e626e05ccc4e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:37.552Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:37.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-14T00:10:37.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-14T00:10:37.893Z] 7dbd4ac2192a: Preparing [2021-04-14T00:10:37.893Z] c3c796137fd1: Preparing [2021-04-14T00:10:37.893Z] 0ca657cb5687: Preparing [2021-04-14T00:10:37.893Z] f767e16a4e6f: Preparing [2021-04-14T00:10:37.893Z] 55fcbb9220c8: Preparing [2021-04-14T00:10:37.893Z] e08058ee1dfe: Preparing [2021-04-14T00:10:37.893Z] e08058ee1dfe: Waiting [2021-04-14T00:10:38.164Z] c3c796137fd1: Layer already exists [2021-04-14T00:10:38.164Z] 7dbd4ac2192a: Layer already exists [2021-04-14T00:10:38.164Z] f767e16a4e6f: Layer already exists [2021-04-14T00:10:38.164Z] 55fcbb9220c8: Layer already exists [2021-04-14T00:10:38.164Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:38.164Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:38.164Z] master: digest: sha256:02c65db5cc3f78ce3509241b41eda5680cc85226fff45b9fa4d4e626e05ccc4e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:10:38.245Z] ===================================================== [Pipeline] echo [2021-04-14T00:10:38.268Z] taggedImages: [2021-04-14T00:10:38.268Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:38.268Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:38.268Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:38.268Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-14T00:10:38.327Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-14T00:10:38.327Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:38.327Z] 2.0.0-dev.170 [2021-04-14T00:10:38.327Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:38.327Z] master [2021-04-14T00:10:38.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:38.725Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:39.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:39.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T00:10:39.060Z] c453f7d20d70: Preparing [2021-04-14T00:10:39.060Z] 6ffc97e5ac76: Preparing [2021-04-14T00:10:39.060Z] 0ca657cb5687: Preparing [2021-04-14T00:10:39.060Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:10:39.060Z] e08058ee1dfe: Preparing [2021-04-14T00:10:39.331Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:39.331Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:39.331Z] c453f7d20d70: Pushed [2021-04-14T00:10:39.331Z] 2e45e3fb5a6a: Pushed [2021-04-14T00:10:42.701Z] 6ffc97e5ac76: Pushed [2021-04-14T00:10:42.701Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:2236eeb94c254d64144496457170ae024a26152b9479889f68c897ae510e9acd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:43.044Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:43.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:43.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T00:10:43.373Z] c453f7d20d70: Preparing [2021-04-14T00:10:43.373Z] 6ffc97e5ac76: Preparing [2021-04-14T00:10:43.373Z] 0ca657cb5687: Preparing [2021-04-14T00:10:43.373Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:10:43.373Z] e08058ee1dfe: Preparing [2021-04-14T00:10:43.373Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:43.373Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:10:43.373Z] 6ffc97e5ac76: Layer already exists [2021-04-14T00:10:43.373Z] c453f7d20d70: Layer already exists [2021-04-14T00:10:43.373Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:43.643Z] 2.0.0-dev.170: digest: sha256:2236eeb94c254d64144496457170ae024a26152b9479889f68c897ae510e9acd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:43.975Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:44.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:44.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T00:10:44.304Z] c453f7d20d70: Preparing [2021-04-14T00:10:44.304Z] 6ffc97e5ac76: Preparing [2021-04-14T00:10:44.304Z] 0ca657cb5687: Preparing [2021-04-14T00:10:44.304Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:10:44.304Z] e08058ee1dfe: Preparing [2021-04-14T00:10:44.573Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:44.573Z] 6ffc97e5ac76: Layer already exists [2021-04-14T00:10:44.573Z] c453f7d20d70: Layer already exists [2021-04-14T00:10:44.573Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:44.573Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:10:44.573Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:2236eeb94c254d64144496457170ae024a26152b9479889f68c897ae510e9acd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:44.915Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:45.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-14T00:10:45.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-14T00:10:45.244Z] c453f7d20d70: Preparing [2021-04-14T00:10:45.244Z] 6ffc97e5ac76: Preparing [2021-04-14T00:10:45.244Z] 0ca657cb5687: Preparing [2021-04-14T00:10:45.244Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:10:45.244Z] e08058ee1dfe: Preparing [2021-04-14T00:10:45.244Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:45.244Z] c453f7d20d70: Layer already exists [2021-04-14T00:10:45.244Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:45.514Z] 6ffc97e5ac76: Layer already exists [2021-04-14T00:10:45.514Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:10:45.514Z] master: digest: sha256:2236eeb94c254d64144496457170ae024a26152b9479889f68c897ae510e9acd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:10:45.598Z] ===================================================== [Pipeline] echo [2021-04-14T00:10:45.612Z] taggedImages: [2021-04-14T00:10:45.612Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:45.612Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:45.612Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:45.612Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-14T00:10:45.640Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-14T00:10:45.640Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:45.640Z] 2.0.0-dev.170 [2021-04-14T00:10:45.640Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:45.640Z] master [2021-04-14T00:10:45.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:45.999Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:46.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:46.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T00:10:46.330Z] c4c694eb5615: Preparing [2021-04-14T00:10:46.330Z] c4c694eb5615: Preparing [2021-04-14T00:10:46.330Z] 69acb04429ac: Preparing [2021-04-14T00:10:46.330Z] 548bd4a985a2: Preparing [2021-04-14T00:10:46.330Z] 8be953d030ea: Preparing [2021-04-14T00:10:46.330Z] c72e510ff86b: Preparing [2021-04-14T00:10:46.330Z] 0ca657cb5687: Preparing [2021-04-14T00:10:46.330Z] de60ae3ef87e: Preparing [2021-04-14T00:10:46.330Z] 0ca657cb5687: Waiting [2021-04-14T00:10:46.330Z] de60ae3ef87e: Preparing [2021-04-14T00:10:46.330Z] f5ea1fc04c50: Preparing [2021-04-14T00:10:46.330Z] b07a970f8d26: Preparing [2021-04-14T00:10:46.330Z] de60ae3ef87e: Waiting [2021-04-14T00:10:46.330Z] e08058ee1dfe: Preparing [2021-04-14T00:10:46.330Z] f5ea1fc04c50: Waiting [2021-04-14T00:10:46.330Z] b07a970f8d26: Waiting [2021-04-14T00:10:46.330Z] e08058ee1dfe: Waiting [2021-04-14T00:10:46.610Z] 69acb04429ac: Pushed [2021-04-14T00:10:46.880Z] 8be953d030ea: Pushed [2021-04-14T00:10:46.880Z] 548bd4a985a2: Pushed [2021-04-14T00:10:46.880Z] c4c694eb5615: Pushed [2021-04-14T00:10:46.880Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:46.880Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:47.150Z] de60ae3ef87e: Pushed [2021-04-14T00:10:47.150Z] b07a970f8d26: Pushed [2021-04-14T00:10:47.150Z] f5ea1fc04c50: Pushed [2021-04-14T00:10:49.743Z] c72e510ff86b: Pushed [2021-04-14T00:10:49.743Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:86c104753dbc4823bc8767f8b81193ff3948922bdd63a078dd0eef7a5f1100de size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:50.081Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:50.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:50.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T00:10:50.416Z] c4c694eb5615: Preparing [2021-04-14T00:10:50.416Z] c4c694eb5615: Preparing [2021-04-14T00:10:50.416Z] 69acb04429ac: Preparing [2021-04-14T00:10:50.416Z] 548bd4a985a2: Preparing [2021-04-14T00:10:50.416Z] 8be953d030ea: Preparing [2021-04-14T00:10:50.416Z] c72e510ff86b: Preparing [2021-04-14T00:10:50.416Z] 0ca657cb5687: Preparing [2021-04-14T00:10:50.416Z] de60ae3ef87e: Preparing [2021-04-14T00:10:50.416Z] de60ae3ef87e: Preparing [2021-04-14T00:10:50.416Z] f5ea1fc04c50: Preparing [2021-04-14T00:10:50.416Z] b07a970f8d26: Preparing [2021-04-14T00:10:50.416Z] e08058ee1dfe: Preparing [2021-04-14T00:10:50.416Z] f5ea1fc04c50: Waiting [2021-04-14T00:10:50.416Z] b07a970f8d26: Waiting [2021-04-14T00:10:50.416Z] de60ae3ef87e: Waiting [2021-04-14T00:10:50.416Z] 0ca657cb5687: Waiting [2021-04-14T00:10:50.416Z] e08058ee1dfe: Waiting [2021-04-14T00:10:50.416Z] 8be953d030ea: Layer already exists [2021-04-14T00:10:50.416Z] 548bd4a985a2: Layer already exists [2021-04-14T00:10:50.416Z] 69acb04429ac: Layer already exists [2021-04-14T00:10:50.416Z] c72e510ff86b: Layer already exists [2021-04-14T00:10:50.689Z] c4c694eb5615: Layer already exists [2021-04-14T00:10:50.689Z] de60ae3ef87e: Layer already exists [2021-04-14T00:10:50.689Z] f5ea1fc04c50: Layer already exists [2021-04-14T00:10:50.689Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:50.689Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:50.689Z] b07a970f8d26: Layer already exists [2021-04-14T00:10:50.689Z] 2.0.0-dev.170: digest: sha256:86c104753dbc4823bc8767f8b81193ff3948922bdd63a078dd0eef7a5f1100de size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:51.024Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:51.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:51.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T00:10:51.603Z] c4c694eb5615: Preparing [2021-04-14T00:10:51.603Z] c4c694eb5615: Preparing [2021-04-14T00:10:51.603Z] 69acb04429ac: Preparing [2021-04-14T00:10:51.603Z] 548bd4a985a2: Preparing [2021-04-14T00:10:51.603Z] 8be953d030ea: Preparing [2021-04-14T00:10:51.603Z] c72e510ff86b: Preparing [2021-04-14T00:10:51.603Z] 0ca657cb5687: Preparing [2021-04-14T00:10:51.603Z] de60ae3ef87e: Preparing [2021-04-14T00:10:51.603Z] de60ae3ef87e: Preparing [2021-04-14T00:10:51.603Z] f5ea1fc04c50: Preparing [2021-04-14T00:10:51.603Z] b07a970f8d26: Preparing [2021-04-14T00:10:51.603Z] e08058ee1dfe: Preparing [2021-04-14T00:10:51.603Z] 0ca657cb5687: Waiting [2021-04-14T00:10:51.603Z] de60ae3ef87e: Waiting [2021-04-14T00:10:51.603Z] f5ea1fc04c50: Waiting [2021-04-14T00:10:51.603Z] b07a970f8d26: Waiting [2021-04-14T00:10:51.603Z] e08058ee1dfe: Waiting [2021-04-14T00:10:51.889Z] c4c694eb5615: Layer already exists [2021-04-14T00:10:51.889Z] 8be953d030ea: Layer already exists [2021-04-14T00:10:51.889Z] c72e510ff86b: Layer already exists [2021-04-14T00:10:51.889Z] 548bd4a985a2: Layer already exists [2021-04-14T00:10:51.889Z] 69acb04429ac: Layer already exists [2021-04-14T00:10:51.889Z] de60ae3ef87e: Layer already exists [2021-04-14T00:10:51.889Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:51.889Z] f5ea1fc04c50: Layer already exists [2021-04-14T00:10:51.889Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:51.889Z] b07a970f8d26: Layer already exists [2021-04-14T00:10:51.889Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:86c104753dbc4823bc8767f8b81193ff3948922bdd63a078dd0eef7a5f1100de size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:52.235Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:52.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-14T00:10:52.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-14T00:10:52.568Z] c4c694eb5615: Preparing [2021-04-14T00:10:52.568Z] c4c694eb5615: Preparing [2021-04-14T00:10:52.568Z] 69acb04429ac: Preparing [2021-04-14T00:10:52.568Z] 548bd4a985a2: Preparing [2021-04-14T00:10:52.568Z] 8be953d030ea: Preparing [2021-04-14T00:10:52.568Z] c72e510ff86b: Preparing [2021-04-14T00:10:52.568Z] 0ca657cb5687: Preparing [2021-04-14T00:10:52.568Z] de60ae3ef87e: Preparing [2021-04-14T00:10:52.568Z] de60ae3ef87e: Preparing [2021-04-14T00:10:52.568Z] f5ea1fc04c50: Preparing [2021-04-14T00:10:52.568Z] b07a970f8d26: Preparing [2021-04-14T00:10:52.568Z] e08058ee1dfe: Preparing [2021-04-14T00:10:52.568Z] de60ae3ef87e: Waiting [2021-04-14T00:10:52.568Z] f5ea1fc04c50: Waiting [2021-04-14T00:10:52.568Z] b07a970f8d26: Waiting [2021-04-14T00:10:52.568Z] 0ca657cb5687: Waiting [2021-04-14T00:10:52.568Z] e08058ee1dfe: Waiting [2021-04-14T00:10:52.568Z] c4c694eb5615: Layer already exists [2021-04-14T00:10:52.568Z] 548bd4a985a2: Layer already exists [2021-04-14T00:10:52.568Z] c72e510ff86b: Layer already exists [2021-04-14T00:10:52.839Z] 8be953d030ea: Layer already exists [2021-04-14T00:10:52.839Z] 69acb04429ac: Layer already exists [2021-04-14T00:10:52.839Z] de60ae3ef87e: Layer already exists [2021-04-14T00:10:52.839Z] 0ca657cb5687: Layer already exists [2021-04-14T00:10:52.839Z] f5ea1fc04c50: Layer already exists [2021-04-14T00:10:52.839Z] b07a970f8d26: Layer already exists [2021-04-14T00:10:52.839Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:52.839Z] master: digest: sha256:86c104753dbc4823bc8767f8b81193ff3948922bdd63a078dd0eef7a5f1100de size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:10:52.927Z] ===================================================== [Pipeline] echo [2021-04-14T00:10:52.950Z] taggedImages: [2021-04-14T00:10:52.950Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:52.950Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:52.950Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:52.950Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-14T00:10:53.007Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-14T00:10:53.007Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:53.007Z] 2.0.0-dev.170 [2021-04-14T00:10:53.007Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:53.007Z] master [2021-04-14T00:10:53.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:53.406Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:53.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:53.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T00:10:53.750Z] 31f07d91a0a4: Preparing [2021-04-14T00:10:53.750Z] e5a3ec59584b: Preparing [2021-04-14T00:10:53.750Z] 6c5b6c933379: Preparing [2021-04-14T00:10:53.750Z] 147edb0b6221: Preparing [2021-04-14T00:10:53.750Z] 13934365e0b7: Preparing [2021-04-14T00:10:53.750Z] e08058ee1dfe: Preparing [2021-04-14T00:10:53.750Z] e08058ee1dfe: Waiting [2021-04-14T00:10:54.022Z] 6c5b6c933379: Pushed [2021-04-14T00:10:54.294Z] 147edb0b6221: Pushed [2021-04-14T00:10:54.294Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:54.564Z] 13934365e0b7: Pushed [2021-04-14T00:10:55.990Z] e5a3ec59584b: Pushed [2021-04-14T00:10:56.261Z] 31f07d91a0a4: Pushed [2021-04-14T00:10:56.531Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:dfea35260cfe4a7afe84ddfc70877f91ff74dd7f02d173db73ef3c805974d07e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:56.874Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:57.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:57.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T00:10:57.216Z] 31f07d91a0a4: Preparing [2021-04-14T00:10:57.216Z] e5a3ec59584b: Preparing [2021-04-14T00:10:57.216Z] 6c5b6c933379: Preparing [2021-04-14T00:10:57.216Z] 147edb0b6221: Preparing [2021-04-14T00:10:57.216Z] 13934365e0b7: Preparing [2021-04-14T00:10:57.216Z] e08058ee1dfe: Preparing [2021-04-14T00:10:57.216Z] e08058ee1dfe: Waiting [2021-04-14T00:10:57.216Z] 6c5b6c933379: Layer already exists [2021-04-14T00:10:57.216Z] e5a3ec59584b: Layer already exists [2021-04-14T00:10:57.216Z] 147edb0b6221: Layer already exists [2021-04-14T00:10:57.216Z] 31f07d91a0a4: Layer already exists [2021-04-14T00:10:57.216Z] 13934365e0b7: Layer already exists [2021-04-14T00:10:57.486Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:57.486Z] 2.0.0-dev.170: digest: sha256:dfea35260cfe4a7afe84ddfc70877f91ff74dd7f02d173db73ef3c805974d07e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:57.834Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:58.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:58.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T00:10:58.168Z] 31f07d91a0a4: Preparing [2021-04-14T00:10:58.169Z] e5a3ec59584b: Preparing [2021-04-14T00:10:58.169Z] 6c5b6c933379: Preparing [2021-04-14T00:10:58.169Z] 147edb0b6221: Preparing [2021-04-14T00:10:58.169Z] 13934365e0b7: Preparing [2021-04-14T00:10:58.169Z] e08058ee1dfe: Preparing [2021-04-14T00:10:58.169Z] e08058ee1dfe: Waiting [2021-04-14T00:10:58.169Z] 6c5b6c933379: Layer already exists [2021-04-14T00:10:58.169Z] 31f07d91a0a4: Layer already exists [2021-04-14T00:10:58.169Z] 147edb0b6221: Layer already exists [2021-04-14T00:10:58.438Z] e5a3ec59584b: Layer already exists [2021-04-14T00:10:58.438Z] 13934365e0b7: Layer already exists [2021-04-14T00:10:58.438Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:58.438Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:dfea35260cfe4a7afe84ddfc70877f91ff74dd7f02d173db73ef3c805974d07e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:58.787Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:59.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-14T00:10:59.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-14T00:10:59.131Z] 31f07d91a0a4: Preparing [2021-04-14T00:10:59.131Z] e5a3ec59584b: Preparing [2021-04-14T00:10:59.131Z] 6c5b6c933379: Preparing [2021-04-14T00:10:59.131Z] 147edb0b6221: Preparing [2021-04-14T00:10:59.132Z] 13934365e0b7: Preparing [2021-04-14T00:10:59.132Z] e08058ee1dfe: Preparing [2021-04-14T00:10:59.132Z] e08058ee1dfe: Waiting [2021-04-14T00:10:59.132Z] 6c5b6c933379: Layer already exists [2021-04-14T00:10:59.132Z] 147edb0b6221: Layer already exists [2021-04-14T00:10:59.132Z] 31f07d91a0a4: Layer already exists [2021-04-14T00:10:59.132Z] e5a3ec59584b: Layer already exists [2021-04-14T00:10:59.132Z] 13934365e0b7: Layer already exists [2021-04-14T00:10:59.401Z] e08058ee1dfe: Layer already exists [2021-04-14T00:10:59.401Z] master: digest: sha256:dfea35260cfe4a7afe84ddfc70877f91ff74dd7f02d173db73ef3c805974d07e size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:10:59.477Z] ===================================================== [Pipeline] echo [2021-04-14T00:10:59.504Z] taggedImages: [2021-04-14T00:10:59.504Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:59.504Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.170 [2021-04-14T00:10:59.504Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:59.504Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-14T00:10:59.558Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-14T00:10:59.558Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:10:59.558Z] 2.0.0-dev.170 [2021-04-14T00:10:59.558Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:10:59.558Z] master [2021-04-14T00:10:59.558Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:10:59.940Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:00.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:00.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T00:11:00.275Z] a0193663c497: Preparing [2021-04-14T00:11:00.275Z] 5ef4f510f745: Preparing [2021-04-14T00:11:00.275Z] 0bc0914afd27: Preparing [2021-04-14T00:11:00.275Z] c5a251092a32: Preparing [2021-04-14T00:11:00.275Z] 7b80ebeacb56: Preparing [2021-04-14T00:11:00.275Z] 644e2b01b69d: Preparing [2021-04-14T00:11:00.275Z] 890898f69180: Preparing [2021-04-14T00:11:00.275Z] 19ef035f9795: Preparing [2021-04-14T00:11:00.275Z] e08058ee1dfe: Preparing [2021-04-14T00:11:00.275Z] 644e2b01b69d: Waiting [2021-04-14T00:11:00.275Z] 890898f69180: Waiting [2021-04-14T00:11:00.275Z] 19ef035f9795: Waiting [2021-04-14T00:11:00.275Z] e08058ee1dfe: Waiting [2021-04-14T00:11:00.871Z] 5ef4f510f745: Pushed [2021-04-14T00:11:00.871Z] a0193663c497: Pushed [2021-04-14T00:11:00.871Z] 7b80ebeacb56: Pushed [2021-04-14T00:11:01.143Z] 890898f69180: Pushed [2021-04-14T00:11:01.144Z] 644e2b01b69d: Pushed [2021-04-14T00:11:01.144Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:01.414Z] 19ef035f9795: Pushed [2021-04-14T00:11:02.842Z] c5a251092a32: Pushed [2021-04-14T00:11:02.842Z] 0bc0914afd27: Pushed [2021-04-14T00:11:03.113Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:6d44036e23a67477b81ce0c8fe133dcfb4d25067c633270ca877c5defab6a797 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:03.739Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:04.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:04.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T00:11:04.076Z] a0193663c497: Preparing [2021-04-14T00:11:04.076Z] 5ef4f510f745: Preparing [2021-04-14T00:11:04.076Z] 0bc0914afd27: Preparing [2021-04-14T00:11:04.076Z] c5a251092a32: Preparing [2021-04-14T00:11:04.076Z] 7b80ebeacb56: Preparing [2021-04-14T00:11:04.076Z] 644e2b01b69d: Preparing [2021-04-14T00:11:04.076Z] 890898f69180: Preparing [2021-04-14T00:11:04.076Z] 19ef035f9795: Preparing [2021-04-14T00:11:04.076Z] e08058ee1dfe: Preparing [2021-04-14T00:11:04.076Z] 890898f69180: Waiting [2021-04-14T00:11:04.076Z] 19ef035f9795: Waiting [2021-04-14T00:11:04.076Z] e08058ee1dfe: Waiting [2021-04-14T00:11:04.076Z] 644e2b01b69d: Waiting [2021-04-14T00:11:04.348Z] a0193663c497: Layer already exists [2021-04-14T00:11:04.348Z] 5ef4f510f745: Layer already exists [2021-04-14T00:11:04.348Z] 0bc0914afd27: Layer already exists [2021-04-14T00:11:04.348Z] 7b80ebeacb56: Layer already exists [2021-04-14T00:11:04.348Z] c5a251092a32: Layer already exists [2021-04-14T00:11:04.348Z] 890898f69180: Layer already exists [2021-04-14T00:11:04.348Z] 644e2b01b69d: Layer already exists [2021-04-14T00:11:04.348Z] 19ef035f9795: Layer already exists [2021-04-14T00:11:04.348Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:04.348Z] 2.0.0-dev.170: digest: sha256:6d44036e23a67477b81ce0c8fe133dcfb4d25067c633270ca877c5defab6a797 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:04.690Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:05.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:05.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T00:11:05.027Z] a0193663c497: Preparing [2021-04-14T00:11:05.027Z] 5ef4f510f745: Preparing [2021-04-14T00:11:05.027Z] 0bc0914afd27: Preparing [2021-04-14T00:11:05.028Z] c5a251092a32: Preparing [2021-04-14T00:11:05.028Z] 7b80ebeacb56: Preparing [2021-04-14T00:11:05.028Z] 644e2b01b69d: Preparing [2021-04-14T00:11:05.028Z] 890898f69180: Preparing [2021-04-14T00:11:05.028Z] 19ef035f9795: Preparing [2021-04-14T00:11:05.028Z] e08058ee1dfe: Preparing [2021-04-14T00:11:05.028Z] 644e2b01b69d: Waiting [2021-04-14T00:11:05.028Z] 890898f69180: Waiting [2021-04-14T00:11:05.028Z] e08058ee1dfe: Waiting [2021-04-14T00:11:05.028Z] 19ef035f9795: Waiting [2021-04-14T00:11:05.299Z] a0193663c497: Layer already exists [2021-04-14T00:11:05.299Z] c5a251092a32: Layer already exists [2021-04-14T00:11:05.299Z] 5ef4f510f745: Layer already exists [2021-04-14T00:11:05.299Z] 7b80ebeacb56: Layer already exists [2021-04-14T00:11:05.299Z] 0bc0914afd27: Layer already exists [2021-04-14T00:11:05.299Z] 890898f69180: Layer already exists [2021-04-14T00:11:05.299Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:05.299Z] 19ef035f9795: Layer already exists [2021-04-14T00:11:05.299Z] 644e2b01b69d: Layer already exists [2021-04-14T00:11:05.299Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:6d44036e23a67477b81ce0c8fe133dcfb4d25067c633270ca877c5defab6a797 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:05.638Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:05.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-14T00:11:05.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-14T00:11:05.978Z] a0193663c497: Preparing [2021-04-14T00:11:05.978Z] 5ef4f510f745: Preparing [2021-04-14T00:11:05.978Z] 0bc0914afd27: Preparing [2021-04-14T00:11:05.978Z] c5a251092a32: Preparing [2021-04-14T00:11:05.978Z] 7b80ebeacb56: Preparing [2021-04-14T00:11:05.978Z] 644e2b01b69d: Preparing [2021-04-14T00:11:05.978Z] 890898f69180: Preparing [2021-04-14T00:11:05.978Z] 19ef035f9795: Preparing [2021-04-14T00:11:05.978Z] e08058ee1dfe: Preparing [2021-04-14T00:11:05.978Z] 890898f69180: Waiting [2021-04-14T00:11:05.978Z] 19ef035f9795: Waiting [2021-04-14T00:11:05.978Z] e08058ee1dfe: Waiting [2021-04-14T00:11:05.978Z] 644e2b01b69d: Waiting [2021-04-14T00:11:06.250Z] c5a251092a32: Layer already exists [2021-04-14T00:11:06.250Z] 7b80ebeacb56: Layer already exists [2021-04-14T00:11:06.250Z] a0193663c497: Layer already exists [2021-04-14T00:11:06.250Z] 5ef4f510f745: Layer already exists [2021-04-14T00:11:06.250Z] 0bc0914afd27: Layer already exists [2021-04-14T00:11:06.250Z] 890898f69180: Layer already exists [2021-04-14T00:11:06.250Z] 19ef035f9795: Layer already exists [2021-04-14T00:11:06.250Z] 644e2b01b69d: Layer already exists [2021-04-14T00:11:06.250Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:06.250Z] master: digest: sha256:6d44036e23a67477b81ce0c8fe133dcfb4d25067c633270ca877c5defab6a797 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:11:06.324Z] ===================================================== [Pipeline] echo [2021-04-14T00:11:06.346Z] taggedImages: [2021-04-14T00:11:06.346Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:06.346Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:06.346Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:06.347Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-14T00:11:06.414Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-14T00:11:06.414Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:06.414Z] 2.0.0-dev.170 [2021-04-14T00:11:06.414Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:06.414Z] master [2021-04-14T00:11:06.414Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:06.819Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:07.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:07.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T00:11:07.149Z] e040be6474d6: Preparing [2021-04-14T00:11:07.149Z] 6a6380be9943: Preparing [2021-04-14T00:11:07.149Z] 0ca657cb5687: Preparing [2021-04-14T00:11:07.149Z] 3f9b4d5d1f65: Preparing [2021-04-14T00:11:07.149Z] e08058ee1dfe: Preparing [2021-04-14T00:11:07.420Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:07.420Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:07.420Z] e040be6474d6: Pushed [2021-04-14T00:11:07.694Z] 3f9b4d5d1f65: Pushed [2021-04-14T00:11:09.652Z] 6a6380be9943: Pushed [2021-04-14T00:11:09.922Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:83c6dfceaf52a15690c4a45522df1e95d71008723b7208b8004a1efaa1d1a170 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:10.534Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:10.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:10.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T00:11:10.875Z] e040be6474d6: Preparing [2021-04-14T00:11:10.875Z] 6a6380be9943: Preparing [2021-04-14T00:11:10.875Z] 0ca657cb5687: Preparing [2021-04-14T00:11:10.875Z] 3f9b4d5d1f65: Preparing [2021-04-14T00:11:10.875Z] e08058ee1dfe: Preparing [2021-04-14T00:11:10.875Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:10.875Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:10.875Z] 6a6380be9943: Layer already exists [2021-04-14T00:11:11.146Z] e040be6474d6: Layer already exists [2021-04-14T00:11:11.146Z] 3f9b4d5d1f65: Layer already exists [2021-04-14T00:11:11.146Z] 2.0.0-dev.170: digest: sha256:83c6dfceaf52a15690c4a45522df1e95d71008723b7208b8004a1efaa1d1a170 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:11.492Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:11.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:11.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T00:11:11.831Z] e040be6474d6: Preparing [2021-04-14T00:11:11.831Z] 6a6380be9943: Preparing [2021-04-14T00:11:11.831Z] 0ca657cb5687: Preparing [2021-04-14T00:11:11.831Z] 3f9b4d5d1f65: Preparing [2021-04-14T00:11:11.831Z] e08058ee1dfe: Preparing [2021-04-14T00:11:12.102Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:12.102Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:12.102Z] 6a6380be9943: Layer already exists [2021-04-14T00:11:12.102Z] 3f9b4d5d1f65: Layer already exists [2021-04-14T00:11:12.102Z] e040be6474d6: Layer already exists [2021-04-14T00:11:12.102Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:83c6dfceaf52a15690c4a45522df1e95d71008723b7208b8004a1efaa1d1a170 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:12.441Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:12.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-14T00:11:12.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-14T00:11:12.775Z] e040be6474d6: Preparing [2021-04-14T00:11:12.775Z] 6a6380be9943: Preparing [2021-04-14T00:11:12.775Z] 0ca657cb5687: Preparing [2021-04-14T00:11:12.775Z] 3f9b4d5d1f65: Preparing [2021-04-14T00:11:12.775Z] e08058ee1dfe: Preparing [2021-04-14T00:11:13.046Z] e040be6474d6: Layer already exists [2021-04-14T00:11:13.046Z] 6a6380be9943: Layer already exists [2021-04-14T00:11:13.046Z] 3f9b4d5d1f65: Layer already exists [2021-04-14T00:11:13.046Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:13.046Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:13.046Z] master: digest: sha256:83c6dfceaf52a15690c4a45522df1e95d71008723b7208b8004a1efaa1d1a170 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:11:13.125Z] ===================================================== [Pipeline] echo [2021-04-14T00:11:13.148Z] taggedImages: [2021-04-14T00:11:13.148Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:13.148Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:13.148Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:13.148Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-14T00:11:13.197Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-14T00:11:13.197Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:13.197Z] 2.0.0-dev.170 [2021-04-14T00:11:13.197Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:13.197Z] master [2021-04-14T00:11:13.197Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:13.577Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:13.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:13.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T00:11:13.909Z] 8e7e184bdb3b: Preparing [2021-04-14T00:11:13.909Z] 56c1e42812d6: Preparing [2021-04-14T00:11:13.909Z] 0ca657cb5687: Preparing [2021-04-14T00:11:13.909Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:11:13.909Z] e08058ee1dfe: Preparing [2021-04-14T00:11:14.180Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:11:14.180Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:14.180Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:14.180Z] 8e7e184bdb3b: Pushed [2021-04-14T00:11:16.779Z] 56c1e42812d6: Pushed [2021-04-14T00:11:17.050Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:c78f766d13e96a716735834bb6ab792ec7f7460196bb56d4a0ee12f38276b6e5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:17.386Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:17.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:17.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T00:11:17.741Z] 8e7e184bdb3b: Preparing [2021-04-14T00:11:17.741Z] 56c1e42812d6: Preparing [2021-04-14T00:11:17.741Z] 0ca657cb5687: Preparing [2021-04-14T00:11:17.741Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:11:17.741Z] e08058ee1dfe: Preparing [2021-04-14T00:11:17.741Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:17.741Z] 56c1e42812d6: Layer already exists [2021-04-14T00:11:17.741Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:11:17.741Z] 8e7e184bdb3b: Layer already exists [2021-04-14T00:11:17.741Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:18.015Z] 2.0.0-dev.170: digest: sha256:c78f766d13e96a716735834bb6ab792ec7f7460196bb56d4a0ee12f38276b6e5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:18.363Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:18.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:18.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T00:11:18.711Z] 8e7e184bdb3b: Preparing [2021-04-14T00:11:18.711Z] 56c1e42812d6: Preparing [2021-04-14T00:11:18.711Z] 0ca657cb5687: Preparing [2021-04-14T00:11:18.711Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:11:18.711Z] e08058ee1dfe: Preparing [2021-04-14T00:11:18.711Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:11:18.711Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:18.711Z] 8e7e184bdb3b: Layer already exists [2021-04-14T00:11:18.711Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:18.711Z] 56c1e42812d6: Layer already exists [2021-04-14T00:11:18.985Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:c78f766d13e96a716735834bb6ab792ec7f7460196bb56d4a0ee12f38276b6e5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:19.331Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:19.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-14T00:11:19.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-14T00:11:19.671Z] 8e7e184bdb3b: Preparing [2021-04-14T00:11:19.671Z] 56c1e42812d6: Preparing [2021-04-14T00:11:19.671Z] 0ca657cb5687: Preparing [2021-04-14T00:11:19.671Z] 2e45e3fb5a6a: Preparing [2021-04-14T00:11:19.671Z] e08058ee1dfe: Preparing [2021-04-14T00:11:19.941Z] 8e7e184bdb3b: Layer already exists [2021-04-14T00:11:19.941Z] 56c1e42812d6: Layer already exists [2021-04-14T00:11:19.941Z] e08058ee1dfe: Layer already exists [2021-04-14T00:11:19.941Z] 2e45e3fb5a6a: Layer already exists [2021-04-14T00:11:19.941Z] 0ca657cb5687: Layer already exists [2021-04-14T00:11:19.941Z] master: digest: sha256:c78f766d13e96a716735834bb6ab792ec7f7460196bb56d4a0ee12f38276b6e5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:11:19.997Z] ===================================================== [Pipeline] echo [2021-04-14T00:11:20.011Z] taggedImages: [2021-04-14T00:11:20.011Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:20.011Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:20.011Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:20.011Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-14T00:11:20.042Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-14T00:11:20.042Z] 1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:20.042Z] 2.0.0-dev.170 [2021-04-14T00:11:20.042Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:20.042Z] master [2021-04-14T00:11:20.042Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:20.408Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:20.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:20.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T00:11:20.747Z] 14bb33508334: Preparing [2021-04-14T00:11:20.747Z] d173fb18f136: Preparing [2021-04-14T00:11:20.747Z] 0856cab3850d: Preparing [2021-04-14T00:11:20.747Z] fb3d93459d0c: Preparing [2021-04-14T00:11:20.747Z] 9ded3b6bb9b5: Preparing [2021-04-14T00:11:20.747Z] fa1afe8e6ed9: Preparing [2021-04-14T00:11:20.747Z] 87a09b4c083e: Preparing [2021-04-14T00:11:20.747Z] 0f74e9ff2a61: Preparing [2021-04-14T00:11:20.747Z] b122376c33c6: Preparing [2021-04-14T00:11:20.747Z] f8381ed47b22: Preparing [2021-04-14T00:11:20.747Z] e934a737d657: Preparing [2021-04-14T00:11:20.747Z] fa1afe8e6ed9: Waiting [2021-04-14T00:11:20.747Z] 87a09b4c083e: Waiting [2021-04-14T00:11:20.747Z] 0f74e9ff2a61: Waiting [2021-04-14T00:11:20.747Z] b122376c33c6: Waiting [2021-04-14T00:11:20.747Z] e934a737d657: Waiting [2021-04-14T00:11:20.747Z] f8381ed47b22: Waiting [2021-04-14T00:11:21.029Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T00:11:21.029Z] fa1afe8e6ed9: Layer already exists [2021-04-14T00:11:21.029Z] 87a09b4c083e: Layer already exists [2021-04-14T00:11:21.029Z] 0f74e9ff2a61: Layer already exists [2021-04-14T00:11:21.029Z] d173fb18f136: Pushed [2021-04-14T00:11:21.029Z] b122376c33c6: Layer already exists [2021-04-14T00:11:21.303Z] f8381ed47b22: Layer already exists [2021-04-14T00:11:21.303Z] e934a737d657: Layer already exists [2021-04-14T00:11:21.896Z] 14bb33508334: Pushed [2021-04-14T00:11:23.321Z] 0856cab3850d: Pushed [2021-04-14T00:11:35.669Z] fb3d93459d0c: Pushed [2021-04-14T00:11:35.669Z] 1ca7629e1cd076585a36704fbab1254463beb4f2: digest: sha256:8dafb738f84dcb010b23464a289c19d2738f68bcd30d583f7337f6a5a27262f5 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:36.223Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:36.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:36.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T00:11:36.552Z] 14bb33508334: Preparing [2021-04-14T00:11:36.552Z] d173fb18f136: Preparing [2021-04-14T00:11:36.552Z] 0856cab3850d: Preparing [2021-04-14T00:11:36.552Z] fb3d93459d0c: Preparing [2021-04-14T00:11:36.552Z] 9ded3b6bb9b5: Preparing [2021-04-14T00:11:36.552Z] fa1afe8e6ed9: Preparing [2021-04-14T00:11:36.552Z] 87a09b4c083e: Preparing [2021-04-14T00:11:36.552Z] 0f74e9ff2a61: Preparing [2021-04-14T00:11:36.552Z] b122376c33c6: Preparing [2021-04-14T00:11:36.552Z] f8381ed47b22: Preparing [2021-04-14T00:11:36.552Z] e934a737d657: Preparing [2021-04-14T00:11:36.552Z] 0f74e9ff2a61: Waiting [2021-04-14T00:11:36.552Z] b122376c33c6: Waiting [2021-04-14T00:11:36.552Z] f8381ed47b22: Waiting [2021-04-14T00:11:36.552Z] e934a737d657: Waiting [2021-04-14T00:11:36.552Z] fa1afe8e6ed9: Waiting [2021-04-14T00:11:36.552Z] 87a09b4c083e: Waiting [2021-04-14T00:11:36.552Z] 14bb33508334: Layer already exists [2021-04-14T00:11:36.552Z] d173fb18f136: Layer already exists [2021-04-14T00:11:36.552Z] fb3d93459d0c: Layer already exists [2021-04-14T00:11:36.822Z] 0856cab3850d: Layer already exists [2021-04-14T00:11:36.822Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T00:11:36.822Z] 0f74e9ff2a61: Layer already exists [2021-04-14T00:11:36.822Z] 87a09b4c083e: Layer already exists [2021-04-14T00:11:36.822Z] f8381ed47b22: Layer already exists [2021-04-14T00:11:36.822Z] fa1afe8e6ed9: Layer already exists [2021-04-14T00:11:36.822Z] b122376c33c6: Layer already exists [2021-04-14T00:11:36.822Z] e934a737d657: Layer already exists [2021-04-14T00:11:36.822Z] 2.0.0-dev.170: digest: sha256:8dafb738f84dcb010b23464a289c19d2738f68bcd30d583f7337f6a5a27262f5 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:37.155Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:37.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:37.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T00:11:37.485Z] 14bb33508334: Preparing [2021-04-14T00:11:37.485Z] d173fb18f136: Preparing [2021-04-14T00:11:37.485Z] 0856cab3850d: Preparing [2021-04-14T00:11:37.485Z] fb3d93459d0c: Preparing [2021-04-14T00:11:37.485Z] 9ded3b6bb9b5: Preparing [2021-04-14T00:11:37.485Z] fa1afe8e6ed9: Preparing [2021-04-14T00:11:37.485Z] 87a09b4c083e: Preparing [2021-04-14T00:11:37.485Z] 0f74e9ff2a61: Preparing [2021-04-14T00:11:37.485Z] b122376c33c6: Preparing [2021-04-14T00:11:37.485Z] f8381ed47b22: Preparing [2021-04-14T00:11:37.485Z] e934a737d657: Preparing [2021-04-14T00:11:37.485Z] fa1afe8e6ed9: Waiting [2021-04-14T00:11:37.485Z] 87a09b4c083e: Waiting [2021-04-14T00:11:37.485Z] b122376c33c6: Waiting [2021-04-14T00:11:37.485Z] f8381ed47b22: Waiting [2021-04-14T00:11:37.485Z] 0f74e9ff2a61: Waiting [2021-04-14T00:11:37.485Z] e934a737d657: Waiting [2021-04-14T00:11:37.485Z] 14bb33508334: Layer already exists [2021-04-14T00:11:37.485Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T00:11:37.485Z] 0856cab3850d: Layer already exists [2021-04-14T00:11:37.485Z] d173fb18f136: Layer already exists [2021-04-14T00:11:37.485Z] fb3d93459d0c: Layer already exists [2021-04-14T00:11:37.756Z] 0f74e9ff2a61: Layer already exists [2021-04-14T00:11:37.756Z] fa1afe8e6ed9: Layer already exists [2021-04-14T00:11:37.756Z] b122376c33c6: Layer already exists [2021-04-14T00:11:37.756Z] f8381ed47b22: Layer already exists [2021-04-14T00:11:37.756Z] 87a09b4c083e: Layer already exists [2021-04-14T00:11:37.756Z] e934a737d657: Layer already exists [2021-04-14T00:11:37.756Z] 1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170: digest: sha256:8dafb738f84dcb010b23464a289c19d2738f68bcd30d583f7337f6a5a27262f5 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:38.090Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:11:38.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-14T00:11:38.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-14T00:11:38.420Z] 14bb33508334: Preparing [2021-04-14T00:11:38.420Z] d173fb18f136: Preparing [2021-04-14T00:11:38.420Z] 0856cab3850d: Preparing [2021-04-14T00:11:38.420Z] fb3d93459d0c: Preparing [2021-04-14T00:11:38.420Z] 9ded3b6bb9b5: Preparing [2021-04-14T00:11:38.420Z] fa1afe8e6ed9: Preparing [2021-04-14T00:11:38.420Z] 87a09b4c083e: Preparing [2021-04-14T00:11:38.420Z] 0f74e9ff2a61: Preparing [2021-04-14T00:11:38.420Z] b122376c33c6: Preparing [2021-04-14T00:11:38.420Z] f8381ed47b22: Preparing [2021-04-14T00:11:38.420Z] e934a737d657: Preparing [2021-04-14T00:11:38.420Z] 0f74e9ff2a61: Waiting [2021-04-14T00:11:38.420Z] b122376c33c6: Waiting [2021-04-14T00:11:38.420Z] f8381ed47b22: Waiting [2021-04-14T00:11:38.420Z] fa1afe8e6ed9: Waiting [2021-04-14T00:11:38.420Z] 87a09b4c083e: Waiting [2021-04-14T00:11:38.420Z] e934a737d657: Waiting [2021-04-14T00:11:38.691Z] d173fb18f136: Layer already exists [2021-04-14T00:11:38.691Z] 0856cab3850d: Layer already exists [2021-04-14T00:11:38.691Z] 9ded3b6bb9b5: Layer already exists [2021-04-14T00:11:38.691Z] fb3d93459d0c: Layer already exists [2021-04-14T00:11:38.691Z] 14bb33508334: Layer already exists [2021-04-14T00:11:38.691Z] 0f74e9ff2a61: Layer already exists [2021-04-14T00:11:38.691Z] b122376c33c6: Layer already exists [2021-04-14T00:11:38.691Z] 87a09b4c083e: Layer already exists [2021-04-14T00:11:38.691Z] fa1afe8e6ed9: Layer already exists [2021-04-14T00:11:38.691Z] f8381ed47b22: Layer already exists [2021-04-14T00:11:38.691Z] e934a737d657: Layer already exists [2021-04-14T00:11:38.691Z] master: digest: sha256:8dafb738f84dcb010b23464a289c19d2738f68bcd30d583f7337f6a5a27262f5 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-14T00:11:38.750Z] ===================================================== [Pipeline] echo [2021-04-14T00:11:38.765Z] taggedImages: [2021-04-14T00:11:38.765Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2 [2021-04-14T00:11:38.765Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.170 [2021-04-14T00:11:38.765Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1ca7629e1cd076585a36704fbab1254463beb4f2-2.0.0-dev.170 [2021-04-14T00:11:38.765Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:11:39.322Z] ---> job-cost.sh [2021-04-14T00:11:39.322Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yMvG [2021-04-14T00:12:18.256Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-14T00:13:54.972Z] lf-activate-venv(): INFO: Adding /tmp/venv-yMvG/bin to PATH [2021-04-14T00:13:54.972Z] INFO: No Stack... [2021-04-14T00:13:54.972Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-14T00:13:54.972Z] INFO: Archiving Costs [Pipeline] sh [2021-04-14T00:13:55.301Z] + cut -d, -f6 [2021-04-14T00:13:55.301Z] + cat /w/workspace/edgex-go/438/archives/cost.csv [Pipeline] lock [2021-04-14T00:13:55.405Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-438-stack-cost] [2021-04-14T00:13:55.413Z] Resource [jenkins-edgexfoundry-edgex-go-master-438-stack-cost] did not exist. Created. [2021-04-14T00:13:55.413Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-438-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-14T00:13:55.785Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-14T00:13:56.734Z] Stashed 1 file(s) [Pipeline] } [2021-04-14T00:13:56.742Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-438-stack-cost] [Pipeline] // lock [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-04-14T00:13:57.728Z] provisioning config files... [2021-04-14T00:13:57.738Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/438@tmp/config8271856872538402713tmp [Pipeline] { [Pipeline] sh [2021-04-14T00:13:58.054Z] + set +x [2021-04-14T00:13:58.054Z] + curl -s https://codecov.io/bash [2021-04-14T00:13:58.054Z] + bash -s -- [2021-04-14T00:13:58.627Z] [2021-04-14T00:13:58.627Z] _____ _ [2021-04-14T00:13:58.627Z] / ____| | | [2021-04-14T00:13:58.627Z] | | ___ __| | ___ ___ _____ __ [2021-04-14T00:13:58.627Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-14T00:13:58.627Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-14T00:13:58.627Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-14T00:13:58.627Z] Bash-1.0.1 [2021-04-14T00:13:58.627Z] [2021-04-14T00:13:58.627Z] [2021-04-14T00:13:58.627Z] ==> git version 2.24.3 found [2021-04-14T00:13:58.627Z] ==> 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-04-14T00:13:58.627Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-14T00:13:58.627Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-14T00:13:58.627Z] ==> Jenkins CI detected. [2021-04-14T00:13:58.627Z] project root: . [2021-04-14T00:13:58.627Z] --> token set from env [2021-04-14T00:13:58.627Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-14T00:13:58.627Z] ==> Running gcov in . (disable via -X gcov) [2021-04-14T00:13:58.627Z] ==> Python coveragepy not found [2021-04-14T00:13:58.627Z] ==> Searching for coverage reports in: [2021-04-14T00:13:58.627Z] + . [2021-04-14T00:13:58.627Z] -> Found 1 reports [2021-04-14T00:13:58.627Z] ==> Detecting git/mercurial file structure [2021-04-14T00:13:58.627Z] ==> Reading reports [2021-04-14T00:13:58.627Z] + ./coverage.out bytes=686607 [2021-04-14T00:13:58.627Z] ==> Appending adjustments [2021-04-14T00:13:58.627Z] https://docs.codecov.io/docs/fixing-reports [2021-04-14T00:14:02.844Z] + Found adjustments [2021-04-14T00:14:02.844Z] ==> Gzipping contents [2021-04-14T00:14:02.844Z] 100K /tmp/codecov.jwBwQI.gz [2021-04-14T00:14:02.844Z] ==> Uploading reports [2021-04-14T00:14:02.844Z] url: https://codecov.io [2021-04-14T00:14:02.844Z] query: branch=master&commit=1ca7629e1cd076585a36704fbab1254463beb4f2&build=438&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F438%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-14T00:14:02.844Z] -> Pinging Codecov [2021-04-14T00:14:02.844Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=1ca7629e1cd076585a36704fbab1254463beb4f2&build=438&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F438%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-14T00:14:02.844Z] -> Uploading to [2021-04-14T00:14:02.844Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-14/00271124DB129430A58F1EEE437C3FCB/1ca7629e1cd076585a36704fbab1254463beb4f2/897570d1-233b-4313-9c74-43d34d092e32.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T001402Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d4384058ba9f74521a85b063b38cb8f32dab44ed959cb7778e7dbeff34b8d941 [2021-04-14T00:14:02.844Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:02.844Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:03.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98548 0 0 100 98548 0 203k --:--:-- --:--:-- --:--:-- 203k [2021-04-14T00:14:03.416Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1ca7629e1cd076585a36704fbab1254463beb4f2 [Pipeline] } [2021-04-14T00:14:03.426Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-14T00:14:04.177Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-14T00:14:04.215Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:14:04.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T00:14:04.527Z] [2021-04-14T00:14:04.527Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:14:04.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T00:14:04.851Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-14T00:14:04.851Z] 188c0c94c7c5: Already exists [2021-04-14T00:14:04.851Z] 0ef7d3d256c8: Already exists [2021-04-14T00:14:05.114Z] de9db76c5a1d: Already exists [2021-04-14T00:14:05.114Z] 0eba1c9be4d2: Pulling fs layer [2021-04-14T00:14:05.114Z] 0d57e429df01: Pulling fs layer [2021-04-14T00:14:05.114Z] 4e4be7b47b0d: Pulling fs layer [2021-04-14T00:14:05.114Z] e1f770b5df2f: Pulling fs layer [2021-04-14T00:14:05.114Z] 85a0685a4137: Pulling fs layer [2021-04-14T00:14:05.114Z] e1f770b5df2f: Waiting [2021-04-14T00:14:05.115Z] 85a0685a4137: Waiting [2021-04-14T00:14:05.115Z] 0d57e429df01: Verifying Checksum [2021-04-14T00:14:05.115Z] 0d57e429df01: Download complete [2021-04-14T00:14:05.115Z] 4e4be7b47b0d: Verifying Checksum [2021-04-14T00:14:05.115Z] 4e4be7b47b0d: Download complete [2021-04-14T00:14:06.061Z] e1f770b5df2f: Verifying Checksum [2021-04-14T00:14:06.061Z] e1f770b5df2f: Download complete [2021-04-14T00:14:08.619Z] 0eba1c9be4d2: Verifying Checksum [2021-04-14T00:14:08.619Z] 0eba1c9be4d2: Download complete [2021-04-14T00:14:09.209Z] 85a0685a4137: Verifying Checksum [2021-04-14T00:14:14.537Z] 0eba1c9be4d2: Pull complete [2021-04-14T00:14:14.537Z] 0d57e429df01: Pull complete [2021-04-14T00:14:14.800Z] 4e4be7b47b0d: Pull complete [2021-04-14T00:14:18.376Z] e1f770b5df2f: Pull complete [2021-04-14T00:14:28.556Z] 85a0685a4137: Pull complete [2021-04-14T00:14:28.556Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-14T00:14:28.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-14T00:14:28.556Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-14T00:14:28.730Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:14:28.799Z] $ 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/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-14T00:14:29.939Z] $ docker top 4861340ff3e03900b61235adbbbcb67600704d25114daf530bd927ecd1cf07b8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-14T00:14:30.088Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-14T00:14:30.375Z] + set -o pipefail [2021-04-14T00:14:30.375Z] + snyk monitor '--org=edgex-jenkins' [2021-04-14T00:14:42.636Z] [2021-04-14T00:14:42.636Z] Monitoring /w/workspace/edgex-go/438 (github.com/edgexfoundry/edgex-go)... [2021-04-14T00:14:42.636Z] [2021-04-14T00:14:42.636Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/cdb4d1fc-57ce-41c5-953a-11257aecc262 [2021-04-14T00:14:42.636Z] [2021-04-14T00:14:42.636Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-14T00:14:42.636Z] [2021-04-14T00:14:42.636Z] [2021-04-14T00:14:42.636Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-14T00:14:42.636Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-14T00:14:42.658Z] $ docker stop --time=1 4861340ff3e03900b61235adbbbcb67600704d25114daf530bd927ecd1cf07b8 [2021-04-14T00:14:45.920Z] $ docker rm -f 4861340ff3e03900b61235adbbbcb67600704d25114daf530bd927ecd1cf07b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-14T00:14:46.804Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T00:14:46.829Z] provisioning config files... [2021-04-14T00:14:46.839Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/438@tmp/config6721833603356835021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:14:47.159Z] --> edgex-publish-swagger.sh [2021-04-14T00:14:47.159Z] === Publish openapi/v1 API === [2021-04-14T00:14:47.159Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-14T00:14:47.159Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/438/openapi/v1/core-command.yaml] [2021-04-14T00:14:47.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:47.159Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:48.105Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9795 0:00:01 0:00:01 --:--:-- 9806 100 10522 0 0 100 10522 0 9793 0:00:01 0:00:01 --:--:-- 9806 [2021-04-14T00:14:48.105Z] [2021-04-14T00:14:48.105Z] [2021-04-14T00:14:48.105Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/438/openapi/v1/core-data.yaml] [2021-04-14T00:14:48.105Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:48.105Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:49.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 37626 --:--:-- --:--:-- --:--:-- 37594 100 32557 0 0 100 32557 0 37619 --:--:-- --:--:-- --:--:-- 37594 [2021-04-14T00:14:49.049Z] [2021-04-14T00:14:49.049Z] [2021-04-14T00:14:49.049Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/438/openapi/v1/core-metadata.yaml] [2021-04-14T00:14:49.049Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:49.049Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:49.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 73653 0:00:01 0:00:01 --:--:-- 73721 100 73721 0 0 100 73721 0 73641 0:00:01 0:00:01 --:--:-- 73721 [2021-04-14T00:14:49.992Z] [2021-04-14T00:14:49.992Z] [2021-04-14T00:14:49.992Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/438/openapi/v1/support-logging.yaml] [2021-04-14T00:14:49.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:49.992Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:50.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14664 --:--:-- --:--:-- --:--:-- 14666 100 13581 0 0 100 13581 0 14661 --:--:-- --:--:-- --:--:-- 14650 [2021-04-14T00:14:50.942Z] [2021-04-14T00:14:50.942Z] [2021-04-14T00:14:50.942Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/438/openapi/v1/support-notifications.yaml] [2021-04-14T00:14:50.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:50.942Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:51.887Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 39773 --:--:-- --:--:-- --:--:-- 39764 100 38890 0 0 100 38890 0 39767 --:--:-- --:--:-- --:--:-- 39764 [2021-04-14T00:14:51.887Z] [2021-04-14T00:14:51.887Z] [2021-04-14T00:14:51.887Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/438/openapi/v1/support-scheduler.yaml] [2021-04-14T00:14:51.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:51.887Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:52.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 15988 --:--:-- --:--:-- --:--:-- 15974 100 14249 0 0 100 14249 0 15985 --:--:-- --:--:-- --:--:-- 15974 [2021-04-14T00:14:52.834Z] [2021-04-14T00:14:52.834Z] [2021-04-14T00:14:52.834Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/438/openapi/v1/system-agent.yaml] [2021-04-14T00:14:52.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:52.834Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:53.781Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4270 --:--:-- --:--:-- --:--:-- 4267 100 4110 0 0 100 4110 0 4269 --:--:-- --:--:-- --:--:-- 4267 [2021-04-14T00:14:53.781Z] [2021-04-14T00:14:53.781Z] [2021-04-14T00:14:53.781Z] === Publish openapi/v2 API === [2021-04-14T00:14:53.781Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-14T00:14:53.781Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/438/openapi/v2/core-command.yaml] [2021-04-14T00:14:53.781Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:53.781Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:54.728Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 30963 --:--:-- --:--:-- --:--:-- 30956 100 29594 0 0 100 29594 0 30957 --:--:-- --:--:-- --:--:-- 30956 [2021-04-14T00:14:54.728Z] [2021-04-14T00:14:54.728Z] [2021-04-14T00:14:54.728Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/438/openapi/v2/core-data.yaml] [2021-04-14T00:14:54.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:54.728Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:55.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 59151 --:--:-- --:--:-- --:--:-- 59147 100 56190 0 0 100 56190 0 59139 --:--:-- --:--:-- --:--:-- 59147 [2021-04-14T00:14:55.676Z] [2021-04-14T00:14:55.676Z] [2021-04-14T00:14:55.676Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/438/openapi/v2/core-metadata.yaml] [2021-04-14T00:14:55.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:55.945Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:56.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 115k 0:00:01 0:00:01 --:--:-- 115k 100 116k 0 0 100 116k 0 115k 0:00:01 0:00:01 --:--:-- 115k [2021-04-14T00:14:56.892Z] [2021-04-14T00:14:56.892Z] [2021-04-14T00:14:56.892Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/438/openapi/v2/support-notifications.yaml] [2021-04-14T00:14:56.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:56.892Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:57.837Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 81572 --:--:-- --:--:-- --:--:-- 81576 100 75621 0 0 100 75621 0 81557 --:--:-- --:--:-- --:--:-- 81576 [2021-04-14T00:14:57.837Z] [2021-04-14T00:14:57.837Z] [2021-04-14T00:14:57.837Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/438/openapi/v2/support-scheduler.yaml] [2021-04-14T00:14:57.837Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:57.837Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:58.792Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 40173 --:--:-- --:--:-- --:--:-- 40158 100 37428 0 0 100 37428 0 40165 --:--:-- --:--:-- --:--:-- 40158 [2021-04-14T00:14:58.792Z] [2021-04-14T00:14:58.792Z] [2021-04-14T00:14:58.792Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/438/openapi/v2/system-agent.yaml] [2021-04-14T00:14:58.792Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-14T00:14:58.792Z] Dload Upload Total Spent Left Speed [2021-04-14T00:14:59.735Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 23067 0:00:01 0:00:01 --:--:-- 23076 100 24092 0 0 100 24092 0 23062 0:00:01 0:00:01 --:--:-- 23076 [2021-04-14T00:14:59.735Z] [2021-04-14T00:14:59.735Z] [Pipeline] } [2021-04-14T00:14:59.744Z] 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-04-14T00:15:00.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T00:15:00.212Z] . [Pipeline] withDockerContainer [2021-04-14T00:15:00.325Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:15:00.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@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-04-14T00:15:01.273Z] $ docker top 19e5038aecdd7c79e4b66f6c06132114ea779701715a5fbaf14ac3f42cd49229 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T00:15:01.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T00:15:01.448Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T00:15:01.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T00:15:01.714Z] $ docker exec 19e5038aecdd7c79e4b66f6c06132114ea779701715a5fbaf14ac3f42cd49229 ssh-agent [2021-04-14T00:15:01.938Z] SSH_AUTH_SOCK=/tmp/ssh-vaNceRvc4gNu/agent.12 [2021-04-14T00:15:01.938Z] SSH_AGENT_PID=17 [2021-04-14T00:15:01.948Z] Running ssh-add (command line suppressed) [2021-04-14T00:15:02.084Z] Identity added: /w/workspace/edgex-go/438@tmp/private_key_6911749147350654310.key (/w/workspace/edgex-go/438@tmp/private_key_6911749147350654310.key) [2021-04-14T00:15:02.141Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T00:15:02.441Z] + git semver tag [2021-04-14T00:15:03.017Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T00:15:03.017Z] # $GIT_DIR = /w/workspace/edgex-go/438/.git [2021-04-14T00:15:03.018Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/438 [2021-04-14T00:15:03.018Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T00:15:03.018Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T00:15:03.018Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T00:15:03.018Z] # $SEMVER_BRANCH = master [2021-04-14T00:15:03.018Z] # $SEMVER_DIR = /w/workspace/edgex-go/438/.semver [2021-04-14T00:15:03.018Z] # 1ca7629e1cd076585a36704fbab1254463beb4f2 HEAD [2021-04-14T00:15:03.280Z] # -> Force: false [2021-04-14T00:15:03.280Z] # 1ab5f323dc3249c21ba6f47180ec37373048a214 refs/tags/v2.0.0-dev.170 [Pipeline] } [2021-04-14T00:15:03.300Z] $ docker exec --env ******** --env ******** 19e5038aecdd7c79e4b66f6c06132114ea779701715a5fbaf14ac3f42cd49229 ssh-agent -k [2021-04-14T00:15:03.435Z] unset SSH_AUTH_SOCK; [2021-04-14T00:15:03.435Z] unset SSH_AGENT_PID; [2021-04-14T00:15:03.436Z] echo Agent pid 17 killed; [2021-04-14T00:15:03.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T00:15:03.822Z] + git semver [Pipeline] } [2021-04-14T00:15:03.896Z] $ docker stop --time=1 19e5038aecdd7c79e4b66f6c06132114ea779701715a5fbaf14ac3f42cd49229 [2021-04-14T00:15:05.276Z] $ docker rm -f 19e5038aecdd7c79e4b66f6c06132114ea779701715a5fbaf14ac3f42cd49229 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:15:05.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T00:15:05.764Z] [2021-04-14T00:15:05.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:15:06.091Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T00:15:06.091Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-14T00:15:06.091Z] ab5ef0e58194: Pulling fs layer [2021-04-14T00:15:06.091Z] 9712f1f96733: Pulling fs layer [2021-04-14T00:15:06.091Z] 63f879dbbcfc: Pulling fs layer [2021-04-14T00:15:06.091Z] 0d9ebad4ef96: Pulling fs layer [2021-04-14T00:15:06.091Z] e9a5061849ea: Pulling fs layer [2021-04-14T00:15:06.091Z] d747dcd14b5f: Pulling fs layer [2021-04-14T00:15:06.091Z] 2de7ff778b66: Pulling fs layer [2021-04-14T00:15:06.091Z] 0d9ebad4ef96: Waiting [2021-04-14T00:15:06.091Z] 2de7ff778b66: Waiting [2021-04-14T00:15:06.091Z] e9a5061849ea: Waiting [2021-04-14T00:15:06.091Z] d747dcd14b5f: Waiting [2021-04-14T00:15:06.091Z] 9712f1f96733: Verifying Checksum [2021-04-14T00:15:06.091Z] 9712f1f96733: Download complete [2021-04-14T00:15:07.492Z] 63f879dbbcfc: Verifying Checksum [2021-04-14T00:15:07.492Z] 63f879dbbcfc: Download complete [2021-04-14T00:15:07.758Z] e9a5061849ea: Verifying Checksum [2021-04-14T00:15:07.758Z] e9a5061849ea: Download complete [2021-04-14T00:15:07.758Z] d747dcd14b5f: Download complete [2021-04-14T00:15:08.021Z] 2de7ff778b66: Verifying Checksum [2021-04-14T00:15:08.021Z] 2de7ff778b66: Download complete [2021-04-14T00:15:08.605Z] 0d9ebad4ef96: Verifying Checksum [2021-04-14T00:15:08.605Z] 0d9ebad4ef96: Download complete [2021-04-14T00:15:08.605Z] ab5ef0e58194: Verifying Checksum [2021-04-14T00:15:08.605Z] ab5ef0e58194: Download complete [2021-04-14T00:15:13.917Z] ab5ef0e58194: Pull complete [2021-04-14T00:15:13.917Z] 9712f1f96733: Pull complete [2021-04-14T00:15:16.466Z] 63f879dbbcfc: Pull complete [2021-04-14T00:15:26.490Z] 0d9ebad4ef96: Pull complete [2021-04-14T00:15:26.490Z] e9a5061849ea: Pull complete [2021-04-14T00:15:26.490Z] d747dcd14b5f: Pull complete [2021-04-14T00:15:27.910Z] 2de7ff778b66: Pull complete [2021-04-14T00:15:27.910Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-14T00:15:27.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-14T00:15:27.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-14T00:15:28.159Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:15:28.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-14T00:15:31.012Z] $ docker top 2ca5f2cb4d4a852c7aaf83e1e7deadc63cd39dfe62fe33cc41edb9bc54e6c3e5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-14T00:15:31.165Z] provisioning config files... [2021-04-14T00:15:31.175Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/438@tmp/config7529483147788959379tmp [2021-04-14T00:15:31.190Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/438@tmp/config1325353532244248048tmp [2021-04-14T00:15:31.204Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/438@tmp/config2688414365854406452tmp [Pipeline] { [Pipeline] echo [2021-04-14T00:15:31.227Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:15:31.525Z] ---> sigul-configuration.sh [2021-04-14T00:15:31.525Z] gpg: directory `/root/.gnupg' created [2021-04-14T00:15:31.525Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-14T00:15:31.525Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-14T00:15:31.525Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-14T00:15:31.525Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-14T00:15:31.525Z] gpg: CAST5 encrypted data [2021-04-14T00:15:31.788Z] gpg: encrypted with 1 passphrase [2021-04-14T00:15:31.788Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-14T00:15:32.091Z] + mkdir /home/jenkins [2021-04-14T00:15:32.091Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-14T00:15:32.385Z] + 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-04-14T00:15:32.397Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:15:32.691Z] ---> sigul-install.sh [2021-04-14T00:15:39.286Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-14T00:15:39.582Z] + git tag --list [2021-04-14T00:15:39.582Z] 0.6.0 [2021-04-14T00:15:39.582Z] 0.6.1 [2021-04-14T00:15:39.582Z] 0.7.0 [2021-04-14T00:15:39.582Z] 0.7.1 [2021-04-14T00:15:39.582Z] v0.0.0 [2021-04-14T00:15:39.582Z] v0.0.1-dev.1 [2021-04-14T00:15:39.582Z] v1.0.0 [2021-04-14T00:15:39.582Z] v1.0.1 [2021-04-14T00:15:39.582Z] v1.1.0 [2021-04-14T00:15:39.582Z] v1.2.0 [2021-04-14T00:15:39.582Z] v1.2.1 [2021-04-14T00:15:39.582Z] v1.2.2-dev.1 [2021-04-14T00:15:39.582Z] v1.2.2-dev.10 [2021-04-14T00:15:39.582Z] v1.2.2-dev.100 [2021-04-14T00:15:39.582Z] v1.2.2-dev.101 [2021-04-14T00:15:39.582Z] v1.2.2-dev.102 [2021-04-14T00:15:39.582Z] v1.2.2-dev.103 [2021-04-14T00:15:39.582Z] v1.2.2-dev.104 [2021-04-14T00:15:39.582Z] v1.2.2-dev.105 [2021-04-14T00:15:39.582Z] v1.2.2-dev.106 [2021-04-14T00:15:39.582Z] v1.2.2-dev.107 [2021-04-14T00:15:39.582Z] v1.2.2-dev.11 [2021-04-14T00:15:39.582Z] v1.2.2-dev.12 [2021-04-14T00:15:39.582Z] v1.2.2-dev.13 [2021-04-14T00:15:39.582Z] v1.2.2-dev.14 [2021-04-14T00:15:39.582Z] v1.2.2-dev.15 [2021-04-14T00:15:39.582Z] v1.2.2-dev.16 [2021-04-14T00:15:39.582Z] v1.2.2-dev.17 [2021-04-14T00:15:39.582Z] v1.2.2-dev.18 [2021-04-14T00:15:39.582Z] v1.2.2-dev.19 [2021-04-14T00:15:39.582Z] v1.2.2-dev.2 [2021-04-14T00:15:39.582Z] v1.2.2-dev.20 [2021-04-14T00:15:39.582Z] v1.2.2-dev.21 [2021-04-14T00:15:39.582Z] v1.2.2-dev.22 [2021-04-14T00:15:39.582Z] v1.2.2-dev.23 [2021-04-14T00:15:39.582Z] v1.2.2-dev.24 [2021-04-14T00:15:39.582Z] v1.2.2-dev.25 [2021-04-14T00:15:39.582Z] v1.2.2-dev.26 [2021-04-14T00:15:39.582Z] v1.2.2-dev.27 [2021-04-14T00:15:39.582Z] v1.2.2-dev.28 [2021-04-14T00:15:39.582Z] v1.2.2-dev.29 [2021-04-14T00:15:39.582Z] v1.2.2-dev.3 [2021-04-14T00:15:39.582Z] v1.2.2-dev.30 [2021-04-14T00:15:39.582Z] v1.2.2-dev.31 [2021-04-14T00:15:39.582Z] v1.2.2-dev.32 [2021-04-14T00:15:39.582Z] v1.2.2-dev.33 [2021-04-14T00:15:39.582Z] v1.2.2-dev.34 [2021-04-14T00:15:39.582Z] v1.2.2-dev.35 [2021-04-14T00:15:39.582Z] v1.2.2-dev.36 [2021-04-14T00:15:39.582Z] v1.2.2-dev.37 [2021-04-14T00:15:39.582Z] v1.2.2-dev.38 [2021-04-14T00:15:39.582Z] v1.2.2-dev.39 [2021-04-14T00:15:39.582Z] v1.2.2-dev.4 [2021-04-14T00:15:39.582Z] v1.2.2-dev.40 [2021-04-14T00:15:39.582Z] v1.2.2-dev.41 [2021-04-14T00:15:39.582Z] v1.2.2-dev.42 [2021-04-14T00:15:39.582Z] v1.2.2-dev.43 [2021-04-14T00:15:39.582Z] v1.2.2-dev.44 [2021-04-14T00:15:39.582Z] v1.2.2-dev.45 [2021-04-14T00:15:39.582Z] v1.2.2-dev.46 [2021-04-14T00:15:39.582Z] v1.2.2-dev.47 [2021-04-14T00:15:39.582Z] v1.2.2-dev.48 [2021-04-14T00:15:39.582Z] v1.2.2-dev.49 [2021-04-14T00:15:39.582Z] v1.2.2-dev.5 [2021-04-14T00:15:39.582Z] v1.2.2-dev.50 [2021-04-14T00:15:39.582Z] v1.2.2-dev.51 [2021-04-14T00:15:39.582Z] v1.2.2-dev.52 [2021-04-14T00:15:39.582Z] v1.2.2-dev.53 [2021-04-14T00:15:39.582Z] v1.2.2-dev.54 [2021-04-14T00:15:39.582Z] v1.2.2-dev.55 [2021-04-14T00:15:39.582Z] v1.2.2-dev.56 [2021-04-14T00:15:39.582Z] v1.2.2-dev.57 [2021-04-14T00:15:39.582Z] v1.2.2-dev.58 [2021-04-14T00:15:39.582Z] v1.2.2-dev.59 [2021-04-14T00:15:39.582Z] v1.2.2-dev.6 [2021-04-14T00:15:39.582Z] v1.2.2-dev.60 [2021-04-14T00:15:39.582Z] v1.2.2-dev.61 [2021-04-14T00:15:39.582Z] v1.2.2-dev.62 [2021-04-14T00:15:39.582Z] v1.2.2-dev.63 [2021-04-14T00:15:39.582Z] v1.2.2-dev.64 [2021-04-14T00:15:39.582Z] v1.2.2-dev.65 [2021-04-14T00:15:39.582Z] v1.2.2-dev.66 [2021-04-14T00:15:39.582Z] v1.2.2-dev.67 [2021-04-14T00:15:39.582Z] v1.2.2-dev.68 [2021-04-14T00:15:39.582Z] v1.2.2-dev.69 [2021-04-14T00:15:39.582Z] v1.2.2-dev.7 [2021-04-14T00:15:39.582Z] v1.2.2-dev.70 [2021-04-14T00:15:39.582Z] v1.2.2-dev.71 [2021-04-14T00:15:39.582Z] v1.2.2-dev.72 [2021-04-14T00:15:39.582Z] v1.2.2-dev.73 [2021-04-14T00:15:39.582Z] v1.2.2-dev.74 [2021-04-14T00:15:39.582Z] v1.2.2-dev.75 [2021-04-14T00:15:39.582Z] v1.2.2-dev.76 [2021-04-14T00:15:39.582Z] v1.2.2-dev.77 [2021-04-14T00:15:39.582Z] v1.2.2-dev.78 [2021-04-14T00:15:39.582Z] v1.2.2-dev.79 [2021-04-14T00:15:39.582Z] v1.2.2-dev.8 [2021-04-14T00:15:39.582Z] v1.2.2-dev.80 [2021-04-14T00:15:39.582Z] v1.2.2-dev.81 [2021-04-14T00:15:39.582Z] v1.2.2-dev.82 [2021-04-14T00:15:39.582Z] v1.2.2-dev.83 [2021-04-14T00:15:39.582Z] v1.2.2-dev.84 [2021-04-14T00:15:39.582Z] v1.2.2-dev.85 [2021-04-14T00:15:39.582Z] v1.2.2-dev.86 [2021-04-14T00:15:39.582Z] v1.2.2-dev.87 [2021-04-14T00:15:39.582Z] v1.2.2-dev.88 [2021-04-14T00:15:39.582Z] v1.2.2-dev.89 [2021-04-14T00:15:39.582Z] v1.2.2-dev.9 [2021-04-14T00:15:39.582Z] v1.2.2-dev.90 [2021-04-14T00:15:39.582Z] v1.2.2-dev.91 [2021-04-14T00:15:39.582Z] v1.2.2-dev.92 [2021-04-14T00:15:39.582Z] v1.2.2-dev.93 [2021-04-14T00:15:39.582Z] v1.2.2-dev.94 [2021-04-14T00:15:39.582Z] v1.2.2-dev.95 [2021-04-14T00:15:39.582Z] v1.2.2-dev.96 [2021-04-14T00:15:39.582Z] v1.2.2-dev.97 [2021-04-14T00:15:39.582Z] v1.2.2-dev.98 [2021-04-14T00:15:39.582Z] v1.2.2-dev.99 [2021-04-14T00:15:39.582Z] v1.3.0 [2021-04-14T00:15:39.582Z] v1.3.1 [2021-04-14T00:15:39.582Z] v1.3.1-dev.1 [2021-04-14T00:15:39.582Z] v1.3.1-dev.10 [2021-04-14T00:15:39.582Z] v1.3.1-dev.11 [2021-04-14T00:15:39.582Z] v1.3.1-dev.12 [2021-04-14T00:15:39.582Z] v1.3.1-dev.13 [2021-04-14T00:15:39.582Z] v1.3.1-dev.14 [2021-04-14T00:15:39.582Z] v1.3.1-dev.15 [2021-04-14T00:15:39.582Z] v1.3.1-dev.16 [2021-04-14T00:15:39.582Z] v1.3.1-dev.17 [2021-04-14T00:15:39.582Z] v1.3.1-dev.18 [2021-04-14T00:15:39.582Z] v1.3.1-dev.2 [2021-04-14T00:15:39.582Z] v1.3.1-dev.3 [2021-04-14T00:15:39.582Z] v1.3.1-dev.4 [2021-04-14T00:15:39.582Z] v1.3.1-dev.5 [2021-04-14T00:15:39.582Z] v1.3.1-dev.6 [2021-04-14T00:15:39.582Z] v1.3.1-dev.7 [2021-04-14T00:15:39.582Z] v1.3.1-dev.8 [2021-04-14T00:15:39.582Z] v1.3.1-dev.9 [2021-04-14T00:15:39.582Z] v2.0.0-dev.1 [2021-04-14T00:15:39.582Z] v2.0.0-dev.10 [2021-04-14T00:15:39.582Z] v2.0.0-dev.100 [2021-04-14T00:15:39.582Z] v2.0.0-dev.101 [2021-04-14T00:15:39.582Z] v2.0.0-dev.102 [2021-04-14T00:15:39.582Z] v2.0.0-dev.103 [2021-04-14T00:15:39.582Z] v2.0.0-dev.104 [2021-04-14T00:15:39.582Z] v2.0.0-dev.105 [2021-04-14T00:15:39.582Z] v2.0.0-dev.106 [2021-04-14T00:15:39.582Z] v2.0.0-dev.107 [2021-04-14T00:15:39.582Z] v2.0.0-dev.108 [2021-04-14T00:15:39.582Z] v2.0.0-dev.109 [2021-04-14T00:15:39.582Z] v2.0.0-dev.11 [2021-04-14T00:15:39.582Z] v2.0.0-dev.110 [2021-04-14T00:15:39.582Z] v2.0.0-dev.111 [2021-04-14T00:15:39.582Z] v2.0.0-dev.112 [2021-04-14T00:15:39.582Z] v2.0.0-dev.113 [2021-04-14T00:15:39.582Z] v2.0.0-dev.114 [2021-04-14T00:15:39.582Z] v2.0.0-dev.115 [2021-04-14T00:15:39.582Z] v2.0.0-dev.116 [2021-04-14T00:15:39.582Z] v2.0.0-dev.117 [2021-04-14T00:15:39.582Z] v2.0.0-dev.118 [2021-04-14T00:15:39.582Z] v2.0.0-dev.119 [2021-04-14T00:15:39.582Z] v2.0.0-dev.12 [2021-04-14T00:15:39.582Z] v2.0.0-dev.120 [2021-04-14T00:15:39.582Z] v2.0.0-dev.121 [2021-04-14T00:15:39.582Z] v2.0.0-dev.122 [2021-04-14T00:15:39.582Z] v2.0.0-dev.123 [2021-04-14T00:15:39.582Z] v2.0.0-dev.124 [2021-04-14T00:15:39.582Z] v2.0.0-dev.125 [2021-04-14T00:15:39.582Z] v2.0.0-dev.126 [2021-04-14T00:15:39.582Z] v2.0.0-dev.127 [2021-04-14T00:15:39.582Z] v2.0.0-dev.128 [2021-04-14T00:15:39.582Z] v2.0.0-dev.129 [2021-04-14T00:15:39.582Z] v2.0.0-dev.13 [2021-04-14T00:15:39.582Z] v2.0.0-dev.130 [2021-04-14T00:15:39.582Z] v2.0.0-dev.131 [2021-04-14T00:15:39.582Z] v2.0.0-dev.132 [2021-04-14T00:15:39.582Z] v2.0.0-dev.133 [2021-04-14T00:15:39.582Z] v2.0.0-dev.134 [2021-04-14T00:15:39.582Z] v2.0.0-dev.135 [2021-04-14T00:15:39.582Z] v2.0.0-dev.136 [2021-04-14T00:15:39.582Z] v2.0.0-dev.137 [2021-04-14T00:15:39.582Z] v2.0.0-dev.138 [2021-04-14T00:15:39.582Z] v2.0.0-dev.139 [2021-04-14T00:15:39.582Z] v2.0.0-dev.14 [2021-04-14T00:15:39.582Z] v2.0.0-dev.140 [2021-04-14T00:15:39.582Z] v2.0.0-dev.141 [2021-04-14T00:15:39.582Z] v2.0.0-dev.142 [2021-04-14T00:15:39.582Z] v2.0.0-dev.143 [2021-04-14T00:15:39.582Z] v2.0.0-dev.144 [2021-04-14T00:15:39.582Z] v2.0.0-dev.145 [2021-04-14T00:15:39.582Z] v2.0.0-dev.146 [2021-04-14T00:15:39.582Z] v2.0.0-dev.147 [2021-04-14T00:15:39.582Z] v2.0.0-dev.148 [2021-04-14T00:15:39.582Z] v2.0.0-dev.149 [2021-04-14T00:15:39.582Z] v2.0.0-dev.15 [2021-04-14T00:15:39.582Z] v2.0.0-dev.150 [2021-04-14T00:15:39.582Z] v2.0.0-dev.151 [2021-04-14T00:15:39.582Z] v2.0.0-dev.152 [2021-04-14T00:15:39.582Z] v2.0.0-dev.153 [2021-04-14T00:15:39.582Z] v2.0.0-dev.154 [2021-04-14T00:15:39.582Z] v2.0.0-dev.155 [2021-04-14T00:15:39.582Z] v2.0.0-dev.156 [2021-04-14T00:15:39.582Z] v2.0.0-dev.157 [2021-04-14T00:15:39.582Z] v2.0.0-dev.158 [2021-04-14T00:15:39.582Z] v2.0.0-dev.159 [2021-04-14T00:15:39.582Z] v2.0.0-dev.16 [2021-04-14T00:15:39.582Z] v2.0.0-dev.160 [2021-04-14T00:15:39.582Z] v2.0.0-dev.161 [2021-04-14T00:15:39.582Z] v2.0.0-dev.162 [2021-04-14T00:15:39.582Z] v2.0.0-dev.163 [2021-04-14T00:15:39.582Z] v2.0.0-dev.164 [2021-04-14T00:15:39.582Z] v2.0.0-dev.165 [2021-04-14T00:15:39.582Z] v2.0.0-dev.166 [2021-04-14T00:15:39.582Z] v2.0.0-dev.167 [2021-04-14T00:15:39.582Z] v2.0.0-dev.168 [2021-04-14T00:15:39.582Z] v2.0.0-dev.169 [2021-04-14T00:15:39.582Z] v2.0.0-dev.17 [2021-04-14T00:15:39.582Z] v2.0.0-dev.170 [2021-04-14T00:15:39.582Z] v2.0.0-dev.18 [2021-04-14T00:15:39.582Z] v2.0.0-dev.19 [2021-04-14T00:15:39.582Z] v2.0.0-dev.2 [2021-04-14T00:15:39.582Z] v2.0.0-dev.20 [2021-04-14T00:15:39.582Z] v2.0.0-dev.21 [2021-04-14T00:15:39.582Z] v2.0.0-dev.22 [2021-04-14T00:15:39.582Z] v2.0.0-dev.23 [2021-04-14T00:15:39.582Z] v2.0.0-dev.24 [2021-04-14T00:15:39.582Z] v2.0.0-dev.25 [2021-04-14T00:15:39.582Z] v2.0.0-dev.26 [2021-04-14T00:15:39.582Z] v2.0.0-dev.27 [2021-04-14T00:15:39.582Z] v2.0.0-dev.28 [2021-04-14T00:15:39.582Z] v2.0.0-dev.29 [2021-04-14T00:15:39.582Z] v2.0.0-dev.3 [2021-04-14T00:15:39.582Z] v2.0.0-dev.30 [2021-04-14T00:15:39.582Z] v2.0.0-dev.31 [2021-04-14T00:15:39.582Z] v2.0.0-dev.32 [2021-04-14T00:15:39.582Z] v2.0.0-dev.33 [2021-04-14T00:15:39.582Z] v2.0.0-dev.34 [2021-04-14T00:15:39.582Z] v2.0.0-dev.35 [2021-04-14T00:15:39.582Z] v2.0.0-dev.36 [2021-04-14T00:15:39.582Z] v2.0.0-dev.37 [2021-04-14T00:15:39.582Z] v2.0.0-dev.38 [2021-04-14T00:15:39.582Z] v2.0.0-dev.39 [2021-04-14T00:15:39.582Z] v2.0.0-dev.4 [2021-04-14T00:15:39.582Z] v2.0.0-dev.40 [2021-04-14T00:15:39.582Z] v2.0.0-dev.41 [2021-04-14T00:15:39.582Z] v2.0.0-dev.42 [2021-04-14T00:15:39.582Z] v2.0.0-dev.43 [2021-04-14T00:15:39.582Z] v2.0.0-dev.44 [2021-04-14T00:15:39.582Z] v2.0.0-dev.45 [2021-04-14T00:15:39.582Z] v2.0.0-dev.46 [2021-04-14T00:15:39.582Z] v2.0.0-dev.47 [2021-04-14T00:15:39.582Z] v2.0.0-dev.48 [2021-04-14T00:15:39.582Z] v2.0.0-dev.49 [2021-04-14T00:15:39.582Z] v2.0.0-dev.5 [2021-04-14T00:15:39.582Z] v2.0.0-dev.50 [2021-04-14T00:15:39.582Z] v2.0.0-dev.51 [2021-04-14T00:15:39.582Z] v2.0.0-dev.52 [2021-04-14T00:15:39.582Z] v2.0.0-dev.53 [2021-04-14T00:15:39.582Z] v2.0.0-dev.54 [2021-04-14T00:15:39.582Z] v2.0.0-dev.55 [2021-04-14T00:15:39.582Z] v2.0.0-dev.56 [2021-04-14T00:15:39.582Z] v2.0.0-dev.57 [2021-04-14T00:15:39.582Z] v2.0.0-dev.58 [2021-04-14T00:15:39.582Z] v2.0.0-dev.59 [2021-04-14T00:15:39.582Z] v2.0.0-dev.6 [2021-04-14T00:15:39.582Z] v2.0.0-dev.60 [2021-04-14T00:15:39.582Z] v2.0.0-dev.61 [2021-04-14T00:15:39.582Z] v2.0.0-dev.62 [2021-04-14T00:15:39.582Z] v2.0.0-dev.63 [2021-04-14T00:15:39.582Z] v2.0.0-dev.64 [2021-04-14T00:15:39.582Z] v2.0.0-dev.65 [2021-04-14T00:15:39.582Z] v2.0.0-dev.66 [2021-04-14T00:15:39.582Z] v2.0.0-dev.67 [2021-04-14T00:15:39.582Z] v2.0.0-dev.68 [2021-04-14T00:15:39.582Z] v2.0.0-dev.69 [2021-04-14T00:15:39.582Z] v2.0.0-dev.7 [2021-04-14T00:15:39.582Z] v2.0.0-dev.70 [2021-04-14T00:15:39.582Z] v2.0.0-dev.71 [2021-04-14T00:15:39.582Z] v2.0.0-dev.72 [2021-04-14T00:15:39.582Z] v2.0.0-dev.73 [2021-04-14T00:15:39.582Z] v2.0.0-dev.74 [2021-04-14T00:15:39.582Z] v2.0.0-dev.75 [2021-04-14T00:15:39.582Z] v2.0.0-dev.76 [2021-04-14T00:15:39.582Z] v2.0.0-dev.77 [2021-04-14T00:15:39.582Z] v2.0.0-dev.78 [2021-04-14T00:15:39.582Z] v2.0.0-dev.79 [2021-04-14T00:15:39.582Z] v2.0.0-dev.8 [2021-04-14T00:15:39.582Z] v2.0.0-dev.80 [2021-04-14T00:15:39.582Z] v2.0.0-dev.81 [2021-04-14T00:15:39.582Z] v2.0.0-dev.82 [2021-04-14T00:15:39.582Z] v2.0.0-dev.83 [2021-04-14T00:15:39.582Z] v2.0.0-dev.84 [2021-04-14T00:15:39.582Z] v2.0.0-dev.85 [2021-04-14T00:15:39.582Z] v2.0.0-dev.86 [2021-04-14T00:15:39.582Z] v2.0.0-dev.87 [2021-04-14T00:15:39.582Z] v2.0.0-dev.88 [2021-04-14T00:15:39.582Z] v2.0.0-dev.89 [2021-04-14T00:15:39.582Z] v2.0.0-dev.9 [2021-04-14T00:15:39.582Z] v2.0.0-dev.90 [2021-04-14T00:15:39.582Z] v2.0.0-dev.91 [2021-04-14T00:15:39.582Z] v2.0.0-dev.92 [2021-04-14T00:15:39.582Z] v2.0.0-dev.93 [2021-04-14T00:15:39.582Z] v2.0.0-dev.94 [2021-04-14T00:15:39.582Z] v2.0.0-dev.95 [2021-04-14T00:15:39.582Z] v2.0.0-dev.96 [2021-04-14T00:15:39.582Z] v2.0.0-dev.97 [2021-04-14T00:15:39.582Z] v2.0.0-dev.98 [2021-04-14T00:15:39.582Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-14T00:15:39.877Z] + lftools sign git-tag v2.0.0-dev.170 [2021-04-14T00:15:41.265Z] Signing Git tag with Sigul... [2021-04-14T00:15:41.265Z] Signing v2.0.0-dev.170 [Pipeline] echo [2021-04-14T00:15:42.219Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:15:42.514Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-14T00:15:42.523Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-14T00:15:42.568Z] $ docker stop --time=1 2ca5f2cb4d4a852c7aaf83e1e7deadc63cd39dfe62fe33cc41edb9bc54e6c3e5 [2021-04-14T00:15:44.774Z] $ docker rm -f 2ca5f2cb4d4a852c7aaf83e1e7deadc63cd39dfe62fe33cc41edb9bc54e6c3e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:15:45.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T00:15:45.276Z] . [Pipeline] withDockerContainer [2021-04-14T00:15:45.378Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:15:45.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@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-04-14T00:15:46.241Z] $ docker top cfd1428c3d76a9d007c32c4c5221b0e5b777237f7e0969705f8db16757ae8bad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T00:15:46.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T00:15:46.391Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T00:15:46.586Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T00:15:46.594Z] $ docker exec cfd1428c3d76a9d007c32c4c5221b0e5b777237f7e0969705f8db16757ae8bad ssh-agent [2021-04-14T00:15:46.788Z] SSH_AUTH_SOCK=/tmp/ssh-PmWZyLlxbdfS/agent.12 [2021-04-14T00:15:46.788Z] SSH_AGENT_PID=17 [2021-04-14T00:15:46.796Z] Running ssh-add (command line suppressed) [2021-04-14T00:15:46.944Z] Identity added: /w/workspace/edgex-go/438@tmp/private_key_423051463063598177.key (/w/workspace/edgex-go/438@tmp/private_key_423051463063598177.key) [2021-04-14T00:15:46.999Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T00:15:47.299Z] + git semver bump pre [2021-04-14T00:15:47.299Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T00:15:47.299Z] # $GIT_DIR = /w/workspace/edgex-go/438/.git [2021-04-14T00:15:47.299Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/438 [2021-04-14T00:15:47.299Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T00:15:47.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T00:15:47.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T00:15:47.299Z] # $SEMVER_BRANCH = master [2021-04-14T00:15:47.299Z] # $SEMVER_DIR = /w/workspace/edgex-go/438/.semver [2021-04-14T00:15:47.299Z] 2.0.0-dev.171 [Pipeline] } [2021-04-14T00:15:47.315Z] $ docker exec --env ******** --env ******** cfd1428c3d76a9d007c32c4c5221b0e5b777237f7e0969705f8db16757ae8bad ssh-agent -k [2021-04-14T00:15:47.469Z] unset SSH_AUTH_SOCK; [2021-04-14T00:15:47.469Z] unset SSH_AGENT_PID; [2021-04-14T00:15:47.469Z] echo Agent pid 17 killed; [2021-04-14T00:15:47.531Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T00:15:47.857Z] + git semver [Pipeline] } [2021-04-14T00:15:47.877Z] $ docker stop --time=1 cfd1428c3d76a9d007c32c4c5221b0e5b777237f7e0969705f8db16757ae8bad [2021-04-14T00:15:49.279Z] $ docker rm -f cfd1428c3d76a9d007c32c4c5221b0e5b777237f7e0969705f8db16757ae8bad [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:15:49.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-14T00:15:49.701Z] . [Pipeline] withDockerContainer [2021-04-14T00:15:49.800Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:15:49.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@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-04-14T00:15:50.586Z] $ docker top be45094f3595c214a3be0ef727c38bd023aa1e89f578519faee92661863a7b1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-14T00:15:50.733Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-14T00:15:50.733Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-14T00:15:50.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-14T00:15:50.929Z] $ docker exec be45094f3595c214a3be0ef727c38bd023aa1e89f578519faee92661863a7b1f ssh-agent [2021-04-14T00:15:51.106Z] SSH_AUTH_SOCK=/tmp/ssh-AmcNNCwPDeIo/agent.11 [2021-04-14T00:15:51.106Z] SSH_AGENT_PID=17 [2021-04-14T00:15:51.114Z] Running ssh-add (command line suppressed) [2021-04-14T00:15:51.249Z] Identity added: /w/workspace/edgex-go/438@tmp/private_key_8719468205208769207.key (/w/workspace/edgex-go/438@tmp/private_key_8719468205208769207.key) [2021-04-14T00:15:51.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-14T00:15:51.601Z] + git semver push [2021-04-14T00:15:51.601Z] # -> Open(): unable to determine branch for HEAD [2021-04-14T00:15:51.601Z] # $GIT_DIR = /w/workspace/edgex-go/438/.git [2021-04-14T00:15:51.601Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/438 [2021-04-14T00:15:51.601Z] # $SEMVER_REMOTE_NAME = origin [2021-04-14T00:15:51.601Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-14T00:15:51.601Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-14T00:15:51.601Z] # $SEMVER_BRANCH = master [2021-04-14T00:15:51.601Z] # $SEMVER_DIR = /w/workspace/edgex-go/438/.semver [Pipeline] } [2021-04-14T00:15:59.755Z] $ docker exec --env ******** --env ******** be45094f3595c214a3be0ef727c38bd023aa1e89f578519faee92661863a7b1f ssh-agent -k [2021-04-14T00:15:59.879Z] unset SSH_AUTH_SOCK; [2021-04-14T00:15:59.879Z] unset SSH_AGENT_PID; [2021-04-14T00:15:59.879Z] echo Agent pid 17 killed; [2021-04-14T00:15:59.937Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-14T00:16:00.262Z] + git semver [Pipeline] } [2021-04-14T00:16:00.283Z] $ docker stop --time=1 be45094f3595c214a3be0ef727c38bd023aa1e89f578519faee92661863a7b1f [2021-04-14T00:16:01.682Z] $ docker rm -f be45094f3595c214a3be0ef727c38bd023aa1e89f578519faee92661863a7b1f [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-04-14T00:16:02.594Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:16:03.476Z] ---> package-listing.sh [2021-04-14T00:16:03.477Z] ++ facter osfamily [2021-04-14T00:16:03.477Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-14T00:16:03.477Z] + OS_FAMILY=redhat [2021-04-14T00:16:03.477Z] + workspace=/w/workspace/edgex-go/438 [2021-04-14T00:16:03.477Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-14T00:16:03.477Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-14T00:16:03.477Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-14T00:16:03.477Z] + PACKAGES=/tmp/packages_start.txt [2021-04-14T00:16:03.477Z] + '[' /w/workspace/edgex-go/438 ']' [2021-04-14T00:16:03.477Z] + PACKAGES=/tmp/packages_end.txt [2021-04-14T00:16:03.477Z] + case "${OS_FAMILY}" in [2021-04-14T00:16:03.477Z] + rpm -qa [2021-04-14T00:16:03.477Z] + sort [2021-04-14T00:16:08.785Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-14T00:16:08.785Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-14T00:16:08.785Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-14T00:16:08.785Z] + '[' /w/workspace/edgex-go/438 ']' [2021-04-14T00:16:08.785Z] + mkdir -p /w/workspace/edgex-go/438/archives/ [2021-04-14T00:16:08.785Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/438/archives/ [Pipeline] echo [2021-04-14T00:16:08.798Z] 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/438/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-14T00:16:09.088Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:16:09.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T00:16:09.395Z] [2021-04-14T00:16:09.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-14T00:16:09.707Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T00:16:09.708Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-14T00:16:09.708Z] df20fa9351a1: Pulling fs layer [2021-04-14T00:16:09.708Z] 36b3adc4ff6f: Pulling fs layer [2021-04-14T00:16:09.708Z] 8ad3a11d3b57: Pulling fs layer [2021-04-14T00:16:09.708Z] 46f8f816bc3b: Pulling fs layer [2021-04-14T00:16:09.708Z] 93b61091891f: Pulling fs layer [2021-04-14T00:16:09.708Z] 93b9cdb0e59b: Pulling fs layer [2021-04-14T00:16:09.708Z] 5e14af77c1be: Pulling fs layer [2021-04-14T00:16:09.708Z] 01666e4c0597: Pulling fs layer [2021-04-14T00:16:09.708Z] aa168da1d23b: Pulling fs layer [2021-04-14T00:16:09.708Z] 93b9cdb0e59b: Waiting [2021-04-14T00:16:09.708Z] 5e14af77c1be: Waiting [2021-04-14T00:16:09.708Z] 01666e4c0597: Waiting [2021-04-14T00:16:09.708Z] aa168da1d23b: Waiting [2021-04-14T00:16:09.708Z] 46f8f816bc3b: Waiting [2021-04-14T00:16:09.708Z] 93b61091891f: Waiting [2021-04-14T00:16:09.708Z] 36b3adc4ff6f: Verifying Checksum [2021-04-14T00:16:09.708Z] 36b3adc4ff6f: Download complete [2021-04-14T00:16:09.973Z] 46f8f816bc3b: Verifying Checksum [2021-04-14T00:16:09.973Z] 46f8f816bc3b: Download complete [2021-04-14T00:16:09.973Z] df20fa9351a1: Verifying Checksum [2021-04-14T00:16:09.973Z] df20fa9351a1: Download complete [2021-04-14T00:16:09.973Z] 93b9cdb0e59b: Verifying Checksum [2021-04-14T00:16:09.973Z] 93b9cdb0e59b: Download complete [2021-04-14T00:16:09.973Z] 93b61091891f: Download complete [2021-04-14T00:16:09.973Z] 8ad3a11d3b57: Verifying Checksum [2021-04-14T00:16:09.973Z] 8ad3a11d3b57: Download complete [2021-04-14T00:16:10.551Z] df20fa9351a1: Pull complete [2021-04-14T00:16:10.813Z] 36b3adc4ff6f: Pull complete [2021-04-14T00:16:11.391Z] 8ad3a11d3b57: Pull complete [2021-04-14T00:16:11.391Z] 46f8f816bc3b: Pull complete [2021-04-14T00:16:11.965Z] 93b61091891f: Pull complete [2021-04-14T00:16:11.965Z] 93b9cdb0e59b: Pull complete [2021-04-14T00:16:15.268Z] 01666e4c0597: Verifying Checksum [2021-04-14T00:16:15.268Z] 01666e4c0597: Download complete [2021-04-14T00:16:15.268Z] 5e14af77c1be: Download complete [2021-04-14T00:16:15.529Z] 5e14af77c1be: Pull complete [2021-04-14T00:16:15.793Z] 01666e4c0597: Pull complete [2021-04-14T00:16:16.740Z] aa168da1d23b: Verifying Checksum [2021-04-14T00:16:16.740Z] aa168da1d23b: Download complete [2021-04-14T00:16:26.756Z] aa168da1d23b: Pull complete [2021-04-14T00:16:26.756Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-14T00:16:26.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-14T00:16:26.756Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-14T00:16:26.926Z] prd-centos7-docker-4c-2g-40 does not seem to be running inside a container [2021-04-14T00:16:26.978Z] $ 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/438/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/438 -v /w/workspace/edgex-go/438:/w/workspace/edgex-go/438:rw,z -v /w/workspace/edgex-go/438@tmp:/w/workspace/edgex-go/438@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-14T00:16:30.275Z] $ docker top c2289cb5b9665ba7216558b91ca071b279eebaa5df8352bcc5c1a793c3b6a016 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-14T00:16:30.720Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-14T00:16:31.019Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-14T00:16:31.316Z] + ls /var/log/sa-host [2021-04-14T00:16:31.316Z] + sadf -c /var/log/sa-host/sa13 [2021-04-14T00:16:31.316Z] file_magic: OK [2021-04-14T00:16:31.316Z] HZ: Using current value: 100 [2021-04-14T00:16:31.316Z] file_header: OK [2021-04-14T00:16:31.316Z] 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-04-14T00:16:31.316Z] Statistics: [2021-04-14T00:16:31.316Z] HRHnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-14T00:16:31.316Z] File successfully converted to sysstat format version 12.2.1 [2021-04-14T00:16:31.316Z] + sadf -c /var/log/sa-host/sa14 [2021-04-14T00:16:31.316Z] file_magic: OK [2021-04-14T00:16:31.316Z] HZ: Using current value: 100 [2021-04-14T00:16:31.316Z] file_header: OK [2021-04-14T00:16:31.316Z] 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-04-14T00:16:31.316Z] Statistics: [2021-04-14T00:16:31.316Z] 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-04-14T00:16:31.316Z] File successfully converted to sysstat format version 12.2.1 [2021-04-14T00:16:31.316Z] + sadf -c /var/log/sa-host/sa23 [2021-04-14T00:16:31.316Z] file_magic: OK [2021-04-14T00:16:31.316Z] HZ: Using current value: 100 [2021-04-14T00:16:31.316Z] file_header: OK [2021-04-14T00:16:31.316Z] 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-04-14T00:16:31.316Z] Statistics: [2021-04-14T00:16:31.316Z] Hnuu...uuuununununu... [2021-04-14T00:16:31.316Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-14T00:16:31.854Z] provisioning config files... [2021-04-14T00:16:31.873Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/438@tmp/config1873630693416039766tmp [Pipeline] { [Pipeline] echo [2021-04-14T00:16:31.895Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:16:32.196Z] ---> create-netrc.sh [Pipeline] } [2021-04-14T00:16:32.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-14T00:16:32.230Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:16:32.529Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-14T00:16:32.541Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:16:32.843Z] ---> sudo-logs.sh [2021-04-14T00:16:32.843Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-14T00:16:32.868Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:16:33.161Z] ---> job-cost.sh [2021-04-14T00:16:33.161Z] lf-activate-venv: SKIPPING [2021-04-14T00:16:33.161Z] DEBUG: total: 0.20999999344348907 [2021-04-14T00:16:33.161Z] INFO: Retrieving Stack Cost... [2021-04-14T00:16:34.105Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-14T00:16:34.676Z] INFO: Archiving Costs [Pipeline] echo [2021-04-14T00:16:34.692Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-14T00:16:34.991Z] ---> logs-deploy.sh [2021-04-14T00:16:34.991Z] lf-activate-venv: SKIPPING [2021-04-14T00:16:34.991Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/438 [2021-04-14T00:16:34.991Z] INFO: archiving workspace using pattern(s): [2021-04-14T00:16:36.917Z] Archives upload complete. [2021-04-14T00:16:36.917Z] INFO: archiving logs to Nexus [2021-04-14T00:16:37.877Z] ---> uname -a: [2021-04-14T00:16:37.877Z] Linux prd-centos7-docker-4c-2g-40.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-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] ---> lscpu: [2021-04-14T00:16:37.877Z] Architecture: x86_64 [2021-04-14T00:16:37.877Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-14T00:16:37.877Z] Byte Order: Little Endian [2021-04-14T00:16:37.877Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-14T00:16:37.877Z] CPU(s): 4 [2021-04-14T00:16:37.877Z] On-line CPU(s) list: 0-3 [2021-04-14T00:16:37.877Z] Thread(s) per core: 1 [2021-04-14T00:16:37.877Z] Core(s) per socket: 1 [2021-04-14T00:16:37.877Z] Socket(s): 4 [2021-04-14T00:16:37.877Z] NUMA node(s): 1 [2021-04-14T00:16:37.877Z] Vendor ID: GenuineIntel [2021-04-14T00:16:37.877Z] CPU family: 6 [2021-04-14T00:16:37.877Z] Model: 44 [2021-04-14T00:16:37.877Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-14T00:16:37.877Z] Stepping: 1 [2021-04-14T00:16:37.877Z] CPU MHz: 2933.436 [2021-04-14T00:16:37.877Z] BogoMIPS: 5866.87 [2021-04-14T00:16:37.877Z] Virtualization: VT-x [2021-04-14T00:16:37.877Z] Hypervisor vendor: KVM [2021-04-14T00:16:37.877Z] Virtualization type: full [2021-04-14T00:16:37.877Z] L1d cache: 128 KiB [2021-04-14T00:16:37.877Z] L1i cache: 128 KiB [2021-04-14T00:16:37.877Z] L2 cache: 16 MiB [2021-04-14T00:16:37.877Z] L3 cache: 64 MiB [2021-04-14T00:16:37.877Z] NUMA node0 CPU(s): 0-3 [2021-04-14T00:16:37.877Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-14T00:16:37.877Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-14T00:16:37.877Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-14T00:16:37.877Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-14T00:16:37.877Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-14T00:16:37.877Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-14T00:16:37.877Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-14T00:16:37.877Z] Vulnerability Srbds: Not affected [2021-04-14T00:16:37.877Z] Vulnerability Tsx async abort: Not affected [2021-04-14T00:16:37.877Z] 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-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] ---> nproc: [2021-04-14T00:16:37.877Z] 4 [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] ---> df -h: [2021-04-14T00:16:37.877Z] Filesystem Size Used Available Use% Mounted on [2021-04-14T00:16:37.877Z] overlay 50.0G 14.4G 35.6G 29% / [2021-04-14T00:16:37.877Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-14T00:16:37.877Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-14T00:16:37.877Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /facter-os [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/resolv.conf [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hostname [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /etc/hosts [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /run/cloud-init/result.json [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/sa-host [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/secure [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /var/log/auth.log [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/438 [2021-04-14T00:16:37.877Z] /dev/vda1 50.0G 14.4G 35.6G 29% /w/workspace/edgex-go/438@tmp [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] ---> free -m: [2021-04-14T00:16:37.877Z] total used free shared buff/cache available [2021-04-14T00:16:37.877Z] Mem: 1837 801 124 0 911 984 [2021-04-14T00:16:37.877Z] Swap: 1023 86 937 [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] ---> ip addr: [2021-04-14T00:16:37.877Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-14T00:16:37.877Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-14T00:16:37.877Z] inet 127.0.0.1/8 scope host lo [2021-04-14T00:16:37.877Z] valid_lft forever preferred_lft forever [2021-04-14T00:16:37.877Z] inet6 ::1/128 scope host [2021-04-14T00:16:37.877Z] valid_lft forever preferred_lft forever [2021-04-14T00:16:37.877Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-14T00:16:37.877Z] link/ether fa:16:3e:c2:8a:91 brd ff:ff:ff:ff:ff:ff [2021-04-14T00:16:37.877Z] inet 10.30.122.176/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-14T00:16:37.877Z] valid_lft 85275sec preferred_lft 85275sec [2021-04-14T00:16:37.877Z] inet6 fe80::f816:3eff:fec2:8a91/64 scope link [2021-04-14T00:16:37.877Z] valid_lft forever preferred_lft forever [2021-04-14T00:16:37.877Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-14T00:16:37.877Z] link/ether 02:42:5d:e7:e2:34 brd ff:ff:ff:ff:ff:ff [2021-04-14T00:16:37.877Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-14T00:16:37.877Z] valid_lft forever preferred_lft forever [2021-04-14T00:16:37.877Z] inet6 fe80::42:5dff:fee7:e234/64 scope link [2021-04-14T00:16:37.877Z] valid_lft forever preferred_lft forever [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] ---> sar -b -r -n DEV: [2021-04-14T00:16:37.877Z] Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-40.vexxhost.local) 04/14/21 _x86_64_ (4 CPU) [2021-04-14T00:16:37.877Z] [2021-04-14T00:16:37.877Z] 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-14T00:16:37.877Z] 00:01:01 199.63 100.91 98.72 0.00 3589.16 12614.31 0.00 [2021-04-14T00:16:37.877Z] 00:02:01 138.37 73.21 65.16 0.00 3335.77 6182.15 0.00 [2021-04-14T00:16:37.877Z] 00:03:02 175.15 39.46 135.69 0.00 11966.95 73551.97 0.00 [2021-04-14T00:16:37.877Z] 00:04:02 2399.55 2042.77 356.78 0.00 172399.93 195718.84 0.00 [2021-04-14T00:16:37.877Z] 00:05:01 1012.14 789.10 223.05 0.00 69263.47 78326.05 0.00 [2021-04-14T00:16:37.877Z] 00:06:03 1712.91 1346.14 366.78 0.00 126080.34 155441.33 0.00 [2021-04-14T00:16:37.877Z] 00:07:01 1555.93 1319.35 236.58 0.00 95500.65 112751.74 0.00 [2021-04-14T00:16:37.877Z] 00:08:02 245.41 44.68 200.73 0.00 5599.20 30050.44 0.00 [2021-04-14T00:16:37.877Z] 00:09:01 24.54 14.48 10.06 0.00 1991.13 187.55 0.00 [2021-04-14T00:16:37.877Z] 00:10:01 0.57 0.20 0.37 0.00 1.87 5.05 0.00 [2021-04-14T00:16:37.877Z] 00:11:01 0.40 0.22 0.18 0.00 3.33 2.06 0.00 [2021-04-14T00:16:37.878Z] 00:12:01 0.38 0.02 0.37 0.00 0.13 5.86 0.00 [2021-04-14T00:16:37.878Z] 00:13:01 1.87 1.55 0.32 0.00 57.15 3.71 0.00 [2021-04-14T00:16:37.878Z] 00:14:01 13.61 12.76 0.85 0.00 855.42 37.79 0.00 [2021-04-14T00:16:37.878Z] 00:15:01 358.42 200.28 158.13 0.00 10461.66 37418.86 0.00 [2021-04-14T00:16:37.878Z] 00:16:01 236.67 97.04 139.63 0.00 7762.57 33819.07 0.00 [2021-04-14T00:16:37.878Z] Average: 505.35 380.48 124.88 0.00 31871.25 46122.27 0.00 [2021-04-14T00:16:37.878Z] [2021-04-14T00:16:37.878Z] 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-14T00:16:37.878Z] 00:01:01 183828 0 856512 45.52 632 840572 1859040 63.45 707444 698868 14912 [2021-04-14T00:16:37.878Z] 00:02:01 118416 0 949116 50.44 580 813432 1625772 55.48 692700 768200 14504 [2021-04-14T00:16:37.878Z] 00:03:02 74544 0 732784 38.95 100 1074116 1286228 43.90 719648 835916 99400 [2021-04-14T00:16:37.878Z] 00:04:02 52788 0 863136 45.87 32 965588 2359028 80.51 671796 920028 57836 [2021-04-14T00:16:37.878Z] 00:05:01 362292 0 728120 38.70 32 791100 1374788 46.92 548052 706008 81532 [2021-04-14T00:16:37.878Z] 00:06:03 78512 0 807424 42.91 28 995580 2162768 73.81 728996 840952 59768 [2021-04-14T00:16:37.878Z] 00:07:01 318840 0 756956 40.23 28 805720 1784804 60.91 616100 690184 44572 [2021-04-14T00:16:37.878Z] 00:08:02 108084 0 664212 35.30 28 1109220 1228756 41.94 554572 956576 32 [2021-04-14T00:16:37.878Z] 00:09:01 92208 0 663352 35.26 28 1125956 1221048 41.67 635748 892808 8 [2021-04-14T00:16:37.878Z] 00:10:01 96564 0 658888 35.02 28 1126064 1191108 40.65 633248 891752 16 [2021-04-14T00:16:37.878Z] 00:11:01 96932 0 658512 35.00 28 1126072 1191168 40.65 633600 891848 8 [2021-04-14T00:16:37.878Z] 00:12:01 97464 0 657976 34.97 28 1126076 1191108 40.65 633040 891852 8 [2021-04-14T00:16:37.878Z] 00:13:01 95652 0 658748 35.01 28 1127116 1191108 40.65 633164 892832 20 [2021-04-14T00:16:37.878Z] 00:14:01 80788 0 666308 35.41 28 1134420 1196268 40.83 641736 896352 852 [2021-04-14T00:16:37.878Z] 00:15:01 243524 0 703708 37.40 0 934312 1298480 44.31 638820 694900 28 [2021-04-14T00:16:37.878Z] 00:16:01 200216 0 777664 41.33 0 903664 1385032 47.27 517220 804636 44 [2021-04-14T00:16:37.878Z] Average: 143791 0 737714 39.21 102 999938 1471656 50.23 637868 829607 23346 [2021-04-14T00:16:37.878Z] [2021-04-14T00:16:37.878Z] 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-14T00:16:37.878Z] 00:01:01 eth0 39.47 22.84 35.37 15.88 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:01:01 veth4e721a2 0.32 0.45 0.03 0.05 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:01:01 docker0 0.32 0.32 0.02 0.04 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:02:01 eth0 34.38 23.54 22.51 75.57 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:02:01 veth4e721a2 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:02:01 docker0 1.73 1.73 0.11 0.14 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:03:02 eth0 180.07 137.15 1695.72 24.07 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:03:02 veth419472d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:04:02 eth0 101.93 73.98 170.46 66.34 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:04:02 veth419472d 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:04:02 docker0 42.12 58.99 2.74 151.35 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:05:01 eth0 15.21 7.63 13.02 5.80 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:05:01 veth419472d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:05:01 vethff9baaf 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:06:03 eth0 142.13 103.18 351.24 68.86 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:06:03 veth419472d 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:06:03 docker0 56.08 74.34 3.67 268.73 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:07:01 veth1a8924c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:07:01 eth0 20.20 17.22 7.10 38.73 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:07:01 veth419472d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:08:02 eth0 309.89 240.05 1672.97 424.92 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:08:02 docker0 26.54 53.20 1.72 373.51 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:09:01 eth0 288.26 277.26 113.16 1199.87 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:10:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:11:01 eth0 5.51 3.21 5.92 0.21 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:14:01 eth0 4.81 3.20 5.69 1.74 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:15:01 eth0 472.65 406.11 4299.23 100.09 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:15:01 veth8540532 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:15:01 docker0 33.86 34.48 3.21 248.22 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:16:01 vetha8c46f8 3.24 2.41 1.08 1.46 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:16:01 eth0 442.56 380.87 3493.73 96.26 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] 00:16:01 docker0 28.17 33.61 2.44 245.44 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] Average: vetha8c46f8 0.20 0.15 0.07 0.09 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] Average: eth0 128.66 106.03 744.66 131.34 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] Average: docker0 11.90 16.17 0.88 80.95 0.00 0.00 0.00 0.00 [2021-04-14T00:16:37.878Z] [2021-04-14T00:16:37.878Z] [2021-04-14T00:16:37.878Z] ---> sar -P ALL: [2021-04-14T00:16:37.878Z] Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-40.vexxhost.local) 04/14/21 _x86_64_ (4 CPU) [2021-04-14T00:16:37.878Z] [2021-04-14T00:16:37.878Z] 00:00:01 CPU %user %nice %system %iowait %steal %idle [2021-04-14T00:16:37.878Z] 00:01:01 all 53.86 0.00 12.79 5.78 0.33 27.24 [2021-04-14T00:16:37.878Z] 00:01:01 0 53.22 0.00 12.71 4.91 0.36 28.81 [2021-04-14T00:16:37.878Z] 00:01:01 1 54.74 0.00 12.49 5.50 0.32 26.96 [2021-04-14T00:16:37.878Z] 00:01:01 2 54.40 0.00 13.13 6.59 0.34 25.55 [2021-04-14T00:16:37.878Z] 00:01:01 3 53.05 0.00 12.84 6.14 0.32 27.65 [2021-04-14T00:16:37.878Z] 00:02:01 all 44.14 0.00 12.90 3.50 0.43 39.02 [2021-04-14T00:16:37.878Z] 00:02:01 0 43.97 0.00 12.79 3.92 0.41 38.92 [2021-04-14T00:16:37.878Z] 00:02:01 1 42.85 0.00 13.18 2.38 0.48 41.11 [2021-04-14T00:16:37.878Z] 00:02:01 2 44.35 0.00 12.90 3.55 0.41 38.79 [2021-04-14T00:16:37.878Z] 00:02:01 3 45.39 0.00 12.75 4.16 0.44 37.26 [2021-04-14T00:16:37.878Z] 00:03:02 all 23.77 0.00 12.06 5.58 0.49 58.10 [2021-04-14T00:16:37.878Z] 00:03:02 0 25.14 0.00 11.92 4.44 0.45 58.04 [2021-04-14T00:16:37.878Z] 00:03:02 1 22.52 0.00 12.00 5.10 0.54 59.83 [2021-04-14T00:16:37.878Z] 00:03:02 2 24.32 0.00 12.29 7.06 0.52 55.81 [2021-04-14T00:16:37.878Z] 00:03:02 3 23.10 0.00 12.01 5.73 0.45 58.70 [2021-04-14T00:16:37.878Z] 00:04:02 all 20.20 0.00 24.77 26.84 0.42 27.76 [2021-04-14T00:16:37.878Z] 00:04:02 0 19.93 0.00 23.92 27.04 0.43 28.68 [2021-04-14T00:16:37.878Z] 00:04:02 1 20.57 0.00 24.64 27.72 0.35 26.71 [2021-04-14T00:16:37.878Z] 00:04:02 2 20.49 0.00 24.99 24.42 0.46 29.63 [2021-04-14T00:16:37.878Z] 00:04:02 3 19.81 0.00 25.54 28.19 0.45 26.01 [2021-04-14T00:16:37.878Z] 00:05:01 all 59.89 0.00 16.91 11.81 0.22 11.17 [2021-04-14T00:16:37.878Z] 00:05:01 0 57.92 0.00 17.31 10.27 0.27 14.23 [2021-04-14T00:16:37.878Z] 00:05:01 1 60.11 0.00 16.25 12.00 0.23 11.40 [2021-04-14T00:16:37.878Z] 00:05:01 2 60.75 0.00 16.49 12.45 0.19 10.11 [2021-04-14T00:16:37.878Z] 00:05:01 3 60.75 0.00 17.61 12.50 0.18 8.95 [2021-04-14T00:16:37.878Z] 00:06:03 all 17.91 0.00 21.38 25.79 0.67 34.25 [2021-04-14T00:16:37.878Z] 00:06:03 0 17.60 0.00 20.34 25.43 0.63 36.01 [2021-04-14T00:16:37.878Z] 00:06:03 1 16.99 0.00 22.16 26.97 0.66 33.22 [2021-04-14T00:16:37.878Z] 00:06:03 2 17.86 0.00 21.51 25.81 0.70 34.13 [2021-04-14T00:16:37.878Z] 00:06:03 3 19.22 0.00 21.52 24.95 0.68 33.63 [2021-04-14T00:16:37.878Z] 00:07:01 all 53.70 0.00 18.94 13.42 0.59 13.35 [2021-04-14T00:16:37.878Z] 00:07:01 0 54.15 0.00 18.47 11.36 0.63 15.38 [2021-04-14T00:16:37.878Z] 00:07:01 1 53.63 0.00 19.05 13.42 0.58 13.32 [2021-04-14T00:16:37.878Z] 00:07:01 2 53.34 0.00 18.68 13.48 0.57 13.94 [2021-04-14T00:16:37.878Z] 00:07:01 3 53.68 0.00 19.55 15.45 0.59 10.73 [2021-04-14T00:16:37.878Z] 00:08:02 all 12.61 0.00 9.10 11.85 0.30 66.15 [2021-04-14T00:16:37.878Z] 00:08:02 0 11.24 0.00 8.92 12.12 0.27 67.44 [2021-04-14T00:16:37.878Z] 00:08:02 1 13.93 0.00 9.31 10.95 0.24 65.57 [2021-04-14T00:16:37.878Z] 00:08:02 2 12.69 0.00 8.96 11.44 0.32 66.59 [2021-04-14T00:16:37.878Z] 00:08:02 3 12.57 0.00 9.18 12.90 0.36 64.98 [2021-04-14T00:16:37.878Z] 00:09:01 all 6.44 0.00 2.15 0.40 0.12 90.89 [2021-04-14T00:16:37.878Z] 00:09:01 0 6.42 0.00 2.50 0.58 0.12 90.38 [2021-04-14T00:16:37.878Z] 00:09:01 1 6.12 0.00 1.95 0.22 0.14 91.57 [2021-04-14T00:16:37.878Z] 00:09:01 2 6.59 0.00 1.97 0.56 0.10 90.78 [2021-04-14T00:16:37.878Z] 00:09:01 3 6.65 0.00 2.16 0.24 0.12 90.83 [2021-04-14T00:16:37.878Z] 00:10:01 all 0.21 0.00 0.04 0.01 0.01 99.72 [2021-04-14T00:16:37.878Z] 00:10:01 0 0.17 0.00 0.05 0.02 0.00 99.77 [2021-04-14T00:16:37.878Z] 00:10:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-14T00:16:37.878Z] 00:10:01 2 0.23 0.00 0.02 0.02 0.02 99.72 [2021-04-14T00:16:37.878Z] 00:10:01 3 0.40 0.00 0.05 0.00 0.03 99.52 [2021-04-14T00:16:37.878Z] 00:11:01 all 0.21 0.00 0.04 0.00 0.00 99.75 [2021-04-14T00:16:37.878Z] 00:11:01 0 0.18 0.00 0.05 0.00 0.00 99.77 [2021-04-14T00:16:37.878Z] 00:11:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-14T00:16:37.878Z] 00:11:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2021-04-14T00:16:37.878Z] 00:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-14T00:16:37.878Z] [2021-04-14T00:16:37.878Z] 00:11:01 CPU %user %nice %system %iowait %steal %idle [2021-04-14T00:16:37.878Z] 00:12:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-04-14T00:16:37.878Z] 00:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-14T00:16:37.878Z] 00:12:01 1 0.55 0.00 0.07 0.00 0.02 99.37 [2021-04-14T00:16:37.878Z] 00:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-14T00:16:37.878Z] 00:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-14T00:16:37.878Z] 00:13:01 all 0.17 0.00 0.07 0.02 0.00 99.74 [2021-04-14T00:16:37.878Z] 00:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-14T00:16:37.878Z] 00:13:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2021-04-14T00:16:37.878Z] 00:13:01 2 0.08 0.00 0.12 0.08 0.00 99.72 [2021-04-14T00:16:37.878Z] 00:13:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-14T00:16:37.878Z] 00:14:01 all 0.91 0.00 0.48 0.33 0.03 98.25 [2021-04-14T00:16:37.878Z] 00:14:01 0 0.47 0.00 0.42 0.32 0.02 98.78 [2021-04-14T00:16:37.878Z] 00:14:01 1 1.20 0.00 0.47 0.20 0.02 98.12 [2021-04-14T00:16:37.878Z] 00:14:01 2 0.38 0.00 0.30 0.17 0.03 99.12 [2021-04-14T00:16:37.878Z] 00:14:01 3 1.59 0.00 0.73 0.65 0.03 97.00 [2021-04-14T00:16:37.879Z] 00:15:01 all 10.64 0.00 8.04 7.35 0.23 73.75 [2021-04-14T00:16:37.879Z] 00:15:01 0 11.22 0.00 8.49 8.17 0.22 71.89 [2021-04-14T00:16:37.879Z] 00:15:01 1 10.37 0.00 7.06 5.89 0.26 76.42 [2021-04-14T00:16:37.879Z] 00:15:01 2 10.32 0.00 8.35 7.51 0.26 73.56 [2021-04-14T00:16:37.879Z] 00:15:01 3 10.64 0.00 8.26 7.83 0.17 73.09 [2021-04-14T00:16:37.879Z] 00:16:01 all 12.65 0.00 9.52 3.31 0.35 74.17 [2021-04-14T00:16:37.879Z] 00:16:01 0 11.11 0.00 10.04 3.42 0.31 75.13 [2021-04-14T00:16:37.879Z] 00:16:01 1 12.44 0.00 10.50 1.62 0.38 75.07 [2021-04-14T00:16:37.879Z] 00:16:01 2 16.01 0.00 9.28 4.91 0.36 69.44 [2021-04-14T00:16:37.879Z] 00:16:01 3 11.02 0.00 8.28 3.29 0.34 77.06 [2021-04-14T00:16:37.879Z] Average: all 19.34 0.00 9.13 7.10 0.26 64.17 [2021-04-14T00:16:37.879Z] Average: 0 19.06 0.00 9.07 6.87 0.25 64.75 [2021-04-14T00:16:37.879Z] Average: 1 19.34 0.00 9.14 6.86 0.26 64.41 [2021-04-14T00:16:37.879Z] Average: 2 19.62 0.00 9.12 7.24 0.26 63.75 [2021-04-14T00:16:37.879Z] Average: 3 19.34 0.00 9.19 7.45 0.26 63.76 [2021-04-14T00:16:37.879Z] [2021-04-14T00:16:37.879Z] [2021-04-14T00:16:37.879Z]