Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e4452ab79e32c06b9a1c96c946d524d5f9ceed90 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29840 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/392 [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/392 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 Commit message: "feat(command): Update CoreCommand to use re-designed profile (#3250)" > git rev-list --no-walk 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T21:02:41.337Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T21:02:41.613Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T21:02:41.707Z] ========================================================= [2021-03-15T21:02:41.707Z] EdgeX Global Pipelines Version Info [2021-03-15T21:02:41.707Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:02:43.308Z] ------------------- [2021-03-15T21:02:43.308Z] stable info: [2021-03-15T21:02:43.308Z] ------------------- [2021-03-15T21:02:43.308Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T21:02:43.308Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:02:43.308Z] Message: update stable to v1.0.184 [2021-03-15T21:02:44.255Z] ------------------- [2021-03-15T21:02:44.255Z] experimental info: [2021-03-15T21:02:44.255Z] ------------------- [2021-03-15T21:02:44.255Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T21:02:44.255Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T21:02:44.255Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T21:02:44.522Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T21:02:44.611Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T21:02:44.692Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T21:02:44.772Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T21:02:44.855Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T21:02:44.943Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T21:02:45.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T21:02:45.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T21:02:45.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T21:02:45.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T21:02:45.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T21:02:45.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T21:02:45.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T21:02:45.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T21:02:45.817Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:02:45.921Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T21:02:46.004Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T21:02:46.088Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T21:02:46.173Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T21:02:46.276Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T21:02:46.355Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T21:02:46.435Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T21:02:46.540Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-15T21:02:46.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-15T21:02:46.700Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-15T21:02:46.783Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] echo [2021-03-15T21:02:46.864Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e4452ab [Pipeline] echo [2021-03-15T21:02:46.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:02:47.137Z] provisioning config files... [2021-03-15T21:02:47.166Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/392@tmp/config830608069961228423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:02:47.523Z] ---> docker-login.sh [2021-03-15T21:02:47.523Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:02:47.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:02:48.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:02:48.093Z] Configure a credential helper to remove this warning. See [2021-03-15T21:02:48.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:02:48.093Z] [2021-03-15T21:02:48.093Z] Login Succeeded [2021-03-15T21:02:48.093Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:02:48.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:02:48.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:02:48.093Z] Configure a credential helper to remove this warning. See [2021-03-15T21:02:48.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:02:48.093Z] [2021-03-15T21:02:48.093Z] Login Succeeded [2021-03-15T21:02:48.093Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:02:48.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:02:48.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:02:48.358Z] Configure a credential helper to remove this warning. See [2021-03-15T21:02:48.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:02:48.358Z] [2021-03-15T21:02:48.358Z] Login Succeeded [2021-03-15T21:02:48.358Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:02:48.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:02:48.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:02:48.620Z] Configure a credential helper to remove this warning. See [2021-03-15T21:02:48.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:02:48.620Z] [2021-03-15T21:02:48.620Z] Login Succeeded [2021-03-15T21:02:48.620Z] docker.io [2021-03-15T21:02:48.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:02:48.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:02:48.882Z] Configure a credential helper to remove this warning. See [2021-03-15T21:02:48.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:02:48.882Z] [2021-03-15T21:02:48.882Z] Login Succeeded [2021-03-15T21:02:48.882Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:02:48.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:02:49.337Z] ++ 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-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T21:02:49.337Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T21:02:49.337Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T21:02:49.337Z] ++ cut -d/ -f2 [2021-03-15T21:02:49.337Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T21:02:49.405Z] 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-03-15T21:02:50.257Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:02:50.257Z] [2021-03-15T21:02:50.257Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:02:50.665Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:02:50.666Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T21:02:50.666Z] 31603596830f: Pulling fs layer [2021-03-15T21:02:50.666Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T21:02:50.666Z] 6ca5941a6612: Pulling fs layer [2021-03-15T21:02:50.666Z] ecc8261a40a4: Pulling fs layer [2021-03-15T21:02:50.666Z] ecc8261a40a4: Waiting [2021-03-15T21:02:50.666Z] 2a8b12db71e7: Download complete [2021-03-15T21:02:50.666Z] 31603596830f: Verifying Checksum [2021-03-15T21:02:50.666Z] 31603596830f: Download complete [2021-03-15T21:02:50.928Z] ecc8261a40a4: Verifying Checksum [2021-03-15T21:02:50.928Z] ecc8261a40a4: Download complete [2021-03-15T21:02:50.928Z] 6ca5941a6612: Verifying Checksum [2021-03-15T21:02:50.928Z] 6ca5941a6612: Download complete [2021-03-15T21:02:51.192Z] 31603596830f: Pull complete [2021-03-15T21:02:51.457Z] 2a8b12db71e7: Pull complete [2021-03-15T21:02:52.421Z] 6ca5941a6612: Pull complete [2021-03-15T21:02:52.682Z] ecc8261a40a4: Pull complete [2021-03-15T21:02:52.683Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T21:02:52.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:02:52.683Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T21:02:52.862Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:02:52.933Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:02:55.799Z] $ docker top deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:02:56.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:02:56.098Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:02:56.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:02:56.356Z] $ docker exec deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 ssh-agent [2021-03-15T21:02:56.552Z] SSH_AUTH_SOCK=/tmp/ssh-x2kDoIcPyG9q/agent.13 [2021-03-15T21:02:56.552Z] SSH_AGENT_PID=18 [2021-03-15T21:02:56.569Z] Running ssh-add (command line suppressed) [2021-03-15T21:02:56.697Z] Identity added: /w/workspace/edgex-go/392@tmp/private_key_4140288895003484802.key (/w/workspace/edgex-go/392@tmp/private_key_4140288895003484802.key) [2021-03-15T21:02:56.757Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:02:57.099Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T21:02:57.127Z] $ docker exec --env ******** --env ******** deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 ssh-agent -k [2021-03-15T21:02:57.246Z] unset SSH_AUTH_SOCK; [2021-03-15T21:02:57.247Z] unset SSH_AGENT_PID; [2021-03-15T21:02:57.247Z] echo Agent pid 18 killed; [2021-03-15T21:02:57.298Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T21:02:57.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:02:57.428Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:02:57.601Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:02:57.605Z] $ docker exec deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 ssh-agent [2021-03-15T21:02:57.768Z] SSH_AUTH_SOCK=/tmp/ssh-Lw56DMeh77Xx/agent.46 [2021-03-15T21:02:57.768Z] SSH_AGENT_PID=52 [2021-03-15T21:02:57.775Z] Running ssh-add (command line suppressed) [2021-03-15T21:02:57.906Z] Identity added: /w/workspace/edgex-go/392@tmp/private_key_1263448879469727048.key (/w/workspace/edgex-go/392@tmp/private_key_1263448879469727048.key) [2021-03-15T21:02:57.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:02:58.293Z] + git semver init [2021-03-15T21:02:58.293Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:02:58.293Z] # $GIT_DIR = /w/workspace/edgex-go/392/.git [2021-03-15T21:02:58.293Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/392 [2021-03-15T21:02:58.293Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:02:58.293Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:02:58.293Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:02:58.293Z] # $SEMVER_BRANCH = master [2021-03-15T21:02:58.293Z] # $SEMVER_TEMP = /tmp/semver-263427505 [2021-03-15T21:02:58.293Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T21:03:24.937Z] # '/tmp/semver-263427505' -> '/w/workspace/edgex-go/392/.semver' [2021-03-15T21:03:24.937Z] # -> Force: false [2021-03-15T21:03:24.937Z] # $SEMVER_DIR = /w/workspace/edgex-go/392/.semver [Pipeline] } [2021-03-15T21:03:24.949Z] $ docker exec --env ******** --env ******** deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 ssh-agent -k [2021-03-15T21:03:25.196Z] unset SSH_AUTH_SOCK; [2021-03-15T21:03:25.198Z] unset SSH_AGENT_PID; [2021-03-15T21:03:25.198Z] echo Agent pid 52 killed; [2021-03-15T21:03:25.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:03:25.829Z] + git semver [Pipeline] } [2021-03-15T21:03:25.848Z] $ docker stop --time=1 deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 [2021-03-15T21:03:27.850Z] $ docker rm -f deba4096ccf6dc3aa990c2e24ecfb45d90d5278e2082e5d050a7ee2df9f72d27 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:03:28.412Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T21:03:28.976Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T21:03:28.979Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.125 [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-03-15T21:03:29.850Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:03:30.153Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:03:30.456Z] + sudo service docker restart [2021-03-15T21:03:30.456Z] + true [2021-03-15T21:03:30.456Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T21:03:31.047Z] ========================================================= [2021-03-15T21:03:31.048Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T21:03:31.048Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:03:31.396Z] + 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-03-15T21:03:36.744Z] Sending build context to Docker daemon 328.5MB [2021-03-15T21:03:36.744Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:03:36.744Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:03:36.744Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T21:03:36.744Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T21:03:36.744Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T21:03:36.744Z] de9db76c5a1d: Pulling fs layer [2021-03-15T21:03:36.744Z] bca2f99d35d6: Pulling fs layer [2021-03-15T21:03:36.744Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T21:03:36.744Z] 7c6f9722023f: Pulling fs layer [2021-03-15T21:03:36.744Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T21:03:36.744Z] 93359f2a8cfa: Waiting [2021-03-15T21:03:36.744Z] 7c6f9722023f: Waiting [2021-03-15T21:03:36.744Z] a35cf1a2eb13: Waiting [2021-03-15T21:03:36.744Z] bca2f99d35d6: Waiting [2021-03-15T21:03:36.744Z] de9db76c5a1d: Verifying Checksum [2021-03-15T21:03:36.744Z] de9db76c5a1d: Download complete [2021-03-15T21:03:36.744Z] 0ef7d3d256c8: Verifying Checksum [2021-03-15T21:03:36.744Z] 0ef7d3d256c8: Download complete [2021-03-15T21:03:36.744Z] 93359f2a8cfa: Download complete [2021-03-15T21:03:36.744Z] 7c6f9722023f: Download complete [2021-03-15T21:03:36.744Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T21:03:36.745Z] 188c0c94c7c5: Download complete [2021-03-15T21:03:37.325Z] 188c0c94c7c5: Pull complete [2021-03-15T21:03:37.912Z] 0ef7d3d256c8: Pull complete [2021-03-15T21:03:38.180Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T21:03:38.180Z] a35cf1a2eb13: Download complete [2021-03-15T21:03:38.446Z] de9db76c5a1d: Pull complete [2021-03-15T21:03:38.727Z] bca2f99d35d6: Verifying Checksum [2021-03-15T21:03:38.727Z] bca2f99d35d6: Download complete [2021-03-15T21:03:44.344Z] Still waiting to schedule task [2021-03-15T21:03:44.344Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-15T21:03:45.405Z] bca2f99d35d6: Pull complete [2021-03-15T21:03:45.405Z] 93359f2a8cfa: Pull complete [2021-03-15T21:03:45.405Z] 7c6f9722023f: Pull complete [2021-03-15T21:03:50.796Z] a35cf1a2eb13: Pull complete [2021-03-15T21:03:50.796Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T21:03:50.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T21:03:50.796Z] ---> a62c8e92a672 [2021-03-15T21:03:50.796Z] 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-03-15T21:03:50.796Z] ---> Running in 785a23a865ea [2021-03-15T21:03:51.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:03:51.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:03:52.523Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:03:52.788Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:03:52.788Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:03:52.788Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:04:05.053Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:04:05.053Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:04:05.053Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:04:05.053Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:04:05.053Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:04:05.053Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:04:05.053Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:04:05.053Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:04:05.053Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:04:05.053Z] OK: 233 MiB in 51 packages [2021-03-15T21:04:08.376Z] Removing intermediate container 785a23a865ea [2021-03-15T21:04:08.376Z] ---> 2fcddc5297b9 [2021-03-15T21:04:08.376Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:04:08.376Z] ---> Running in 3bf41fe416e3 [2021-03-15T21:04:08.647Z] Removing intermediate container 3bf41fe416e3 [2021-03-15T21:04:08.647Z] ---> 7ddd0cab9e63 [2021-03-15T21:04:08.647Z] Step 5/6 : COPY go.mod . [2021-03-15T21:04:08.927Z] ---> b1983d41ed78 [2021-03-15T21:04:08.927Z] Step 6/6 : RUN go mod download [2021-03-15T21:04:08.927Z] ---> Running in ee4d05eca448 [2021-03-15T21:04:35.584Z] Removing intermediate container ee4d05eca448 [2021-03-15T21:04:35.584Z] ---> 96eced317dd8 [2021-03-15T21:04:35.584Z] Successfully built 96eced317dd8 [2021-03-15T21:04:35.584Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:04:35.915Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:04:35.915Z] . [Pipeline] withDockerContainer [2021-03-15T21:04:36.036Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:04:36.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:04:37.643Z] $ docker top e154506dcf7ec70ed4b838a28652e6fc9a6b70f4a8453426239fb8e45717431e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:04:38.180Z] + go version [2021-03-15T21:04:38.180Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T21:04:38.194Z] $ docker stop --time=1 e154506dcf7ec70ed4b838a28652e6fc9a6b70f4a8453426239fb8e45717431e [2021-03-15T21:04:39.546Z] $ docker rm -f e154506dcf7ec70ed4b838a28652e6fc9a6b70f4a8453426239fb8e45717431e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:04:40.340Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T21:04:40.340Z] . [Pipeline] withDockerContainer [2021-03-15T21:04:40.440Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:04:40.486Z] $ 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/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-15T21:04:41.153Z] $ docker top 6f7554b0572be6704ecab290e3da8c26f49b6301090e659df21f36a71aad41e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:04:41.330Z] ========================================================= [2021-03-15T21:04:41.330Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T21:04:41.330Z] ========================================================= [Pipeline] sh [2021-03-15T21:04:41.620Z] + make test [2021-03-15T21:04:41.620Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T21:04:51.684Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T21:05:09.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T21:05:11.936Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:05:14.542Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:05:14.542Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:05:15.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:05:15.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:05:15.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:05:15.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:05:16.958Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:05:16.958Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:05:20.657Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:05:20.657Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:05:20.657Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:05:23.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 45.9% of statements [2021-03-15T21:05:23.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:05:23.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:05:23.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:05:23.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:05:23.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:05:23.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:05:23.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-03-15T21:05:23.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-03-15T21:05:25.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.1% of statements [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:05:25.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:05:25.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:05:25.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:05:25.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:05:26.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.189s coverage: 82.9% of statements [2021-03-15T21:05:26.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:05:26.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:05:26.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements [2021-03-15T21:05:26.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:05:30.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:05:30.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:05:30.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:05:30.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:05:30.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-03-15T21:05:30.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:05:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-03-15T21:05:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:05:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:05:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:05:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.1% of statements [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:05:32.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-03-15T21:05:32.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-03-15T21:05:47.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-03-15T21:05:47.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-03-15T21:05:47.850Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.080s coverage: 81.4% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 62.4% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 69.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 38.4% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.126s coverage: 87.1% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 96.5% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:05:57.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-15T21:05:57.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-15T21:05:57.924Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-15T21:05:57.924Z] GO111MODULE=on go vet ./... [2021-03-15T21:06:24.750Z] gofmt -l . [2021-03-15T21:06:24.750Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:06:24.750Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:06:25.334Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:06:26.226Z] + ls -al . [2021-03-15T21:06:26.226Z] total 748 [2021-03-15T21:06:26.226Z] drwxrwxr-x 10 1001 1001 4096 Mar 15 21:06 . [2021-03-15T21:06:26.226Z] drwxr-xr-x 4 root root 32 Mar 15 21:04 .. [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 21:02 .dockerignore [2021-03-15T21:06:26.226Z] drwxrwxr-x 8 1001 1001 162 Mar 15 21:02 .git [2021-03-15T21:06:26.226Z] drwxrwxr-x 3 1001 1001 125 Mar 15 21:02 .github [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 21:02 .gitignore [2021-03-15T21:06:26.226Z] drwx------ 3 1001 1001 45 Mar 15 21:03 .semver [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 21:02 .sonarcloud.properties [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:02 Attribution.txt [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:02 CONTRIBUTING.md [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 21:02 Dockerfile.build [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 21:02 Jenkinsfile [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:02 LICENSE [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:02 Makefile [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:02 README.md [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:02 SECURITY.md [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 13 Mar 15 21:03 VERSION [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:02 ZMQWindows.md [2021-03-15T21:06:26.226Z] drwxrwxr-x 2 1001 1001 117 Mar 15 21:02 bin [2021-03-15T21:06:26.226Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 21:02 cmd [2021-03-15T21:06:26.226Z] -rw-r--r-- 1 root root 635765 Mar 15 21:05 coverage.out [2021-03-15T21:06:26.226Z] -rw-r--r-- 1 root root 1055 Mar 15 21:06 go.mod [2021-03-15T21:06:26.226Z] -rw-r--r-- 1 root root 21981 Mar 15 21:06 go.sum [2021-03-15T21:06:26.226Z] drwxrwxr-x 8 1001 1001 127 Mar 15 21:02 internal [2021-03-15T21:06:26.226Z] drwxrwxr-x 4 1001 1001 26 Mar 15 21:02 openapi [2021-03-15T21:06:26.226Z] drwxrwxr-x 4 1001 1001 71 Mar 15 21:02 snap [2021-03-15T21:06:26.226Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 21:02 version.go [Pipeline] sh [2021-03-15T21:06:26.532Z] + '[' -e coverage.out ] [2021-03-15T21:06:26.532Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:06:26.767Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:06:27.070Z] + make build [2021-03-15T21:06:27.070Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:06:31.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:06:41.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:06:41.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:06:43.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:06:43.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:06:45.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:06:47.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:06:48.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:06:50.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:06:51.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:06:52.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-15T21:06:55.341Z] $ docker stop --time=1 6f7554b0572be6704ecab290e3da8c26f49b6301090e659df21f36a71aad41e7 [2021-03-15T21:06:57.221Z] $ docker rm -f 6f7554b0572be6704ecab290e3da8c26f49b6301090e659df21f36a71aad41e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:06:59.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:06:59.121Z] [2021-03-15T21:06:59.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:06:59.471Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:06:59.471Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-15T21:06:59.471Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-15T21:06:59.471Z] ca9280d653b3: Pulling fs layer [2021-03-15T21:06:59.471Z] 7e9c9ca2126c: Pulling fs layer [2021-03-15T21:06:59.735Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-15T21:06:59.735Z] cbdbe7a5bc2a: Download complete [2021-03-15T21:07:00.320Z] ca9280d653b3: Verifying Checksum [2021-03-15T21:07:00.320Z] ca9280d653b3: Download complete [2021-03-15T21:07:00.320Z] cbdbe7a5bc2a: Pull complete [2021-03-15T21:07:01.275Z] 7e9c9ca2126c: Download complete [2021-03-15T21:07:01.275Z] ca9280d653b3: Pull complete [2021-03-15T21:07:09.537Z] 7e9c9ca2126c: Pull complete [2021-03-15T21:07:09.537Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-15T21:07:09.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:07:09.537Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-15T21:07:09.728Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:07:09.804Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@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-03-15T21:07:12.296Z] $ docker top ae6d7f72f18baa06336d126c2a6ca4b23f685c76a76e4b7de7a89f5d33e3f920 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:07:12.812Z] + docker-compose build --help [2021-03-15T21:07:12.812Z] + grep parallel [2021-03-15T21:07:13.759Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:07:14.042Z] $ docker stop --time=1 ae6d7f72f18baa06336d126c2a6ca4b23f685c76a76e4b7de7a89f5d33e3f920 [2021-03-15T21:07:15.469Z] $ docker rm -f ae6d7f72f18baa06336d126c2a6ca4b23f685c76a76e4b7de7a89f5d33e3f920 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:07:16.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-15T21:07:16.109Z] . [Pipeline] withDockerContainer [2021-03-15T21:07:16.224Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:07:16.342Z] $ 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/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-15T21:07:17.138Z] $ docker top 9a407c025a66969a6f7e34c62c9f10cf5286ae121df3fd68308c7ec9cd7c10c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:07:17.673Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:07:18.683Z] Building docker-core-command-go ... [2021-03-15T21:07:18.683Z] Building docker-core-data-go ... [2021-03-15T21:07:18.683Z] Building docker-core-metadata-go ... [2021-03-15T21:07:18.683Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:07:18.683Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:07:18.683Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:07:18.683Z] Building docker-support-notifications-go ... [2021-03-15T21:07:18.683Z] Building docker-support-scheduler-go ... [2021-03-15T21:07:18.683Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:07:18.683Z] Building docker-security-proxy-setup-go [2021-03-15T21:07:18.683Z] Building docker-security-secretstore-setup-go [2021-03-15T21:07:18.683Z] Building docker-support-scheduler-go [2021-03-15T21:07:18.683Z] Building docker-core-command-go [2021-03-15T21:07:18.683Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:07:33.787Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29851 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-15T21:07:33.865Z] Running in /w/workspace/edgex-go/392 [Pipeline] { [Pipeline] checkout [2021-03-15T21:07:38.917Z] using credential edgex-jenkins-ssh [2021-03-15T21:07:38.985Z] Cloning the remote Git repository [2021-03-15T21:07:39.043Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:07:39.164Z] > git init /w/workspace/edgex-go/392 # timeout=10 [2021-03-15T21:07:39.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:07:39.237Z] > git --version # timeout=10 [2021-03-15T21:07:39.253Z] > git --version # 'git version 2.17.1' [2021-03-15T21:07:39.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:07:39.333Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:07:57.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:07:57.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:07:57.600Z] ---> 96eced317dd8 [2021-03-15T21:07:57.600Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:07:57.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:07:57.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:07:57.600Z] ---> 96eced317dd8 [2021-03-15T21:07:57.600Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:07:57.600Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:07:57.600Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:07:57.600Z] ---> 96eced317dd8 [2021-03-15T21:07:57.600Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:07:57.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:07:57.600Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:07:57.600Z] ---> 96eced317dd8 [2021-03-15T21:07:57.600Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:07:57.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:07:57.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:07:57.600Z] ---> 96eced317dd8 [2021-03-15T21:07:57.600Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:07:57.600Z] ---> Running in b10e4c0b2982 [2021-03-15T21:07:57.600Z] ---> Running in 4a14141932d4 [2021-03-15T21:07:57.600Z] ---> Running in c5724cd8a698 [2021-03-15T21:07:57.600Z] ---> Running in 3962ea1c1fb6 [2021-03-15T21:07:57.600Z] ---> Running in 860e67f5b3f4 [2021-03-15T21:07:57.600Z] Removing intermediate container 3962ea1c1fb6 [2021-03-15T21:07:57.600Z] ---> 0f69946f5887 [2021-03-15T21:07:57.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:07:57.600Z] Removing intermediate container b10e4c0b2982 [2021-03-15T21:07:57.600Z] ---> 62979464ddc5 [2021-03-15T21:07:57.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:07:57.600Z] Removing intermediate container 4a14141932d4 [2021-03-15T21:07:57.600Z] ---> 34537b2c6607 [2021-03-15T21:07:57.600Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:07:57.600Z] Removing intermediate container 860e67f5b3f4 [2021-03-15T21:07:57.600Z] ---> d11f69bf2636 [2021-03-15T21:07:57.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:07:57.600Z] Removing intermediate container c5724cd8a698 [2021-03-15T21:07:57.600Z] ---> 74e20db18b26 [2021-03-15T21:07:57.600Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:07:57.600Z] ---> Running in 419af1fb1156 [2021-03-15T21:07:57.600Z] ---> Running in 96208d750455 [2021-03-15T21:07:57.600Z] ---> Running in 201fd901c056 [2021-03-15T21:07:57.600Z] ---> Running in 8589cee21867 [2021-03-15T21:07:57.600Z] ---> Running in f832d4777236 [2021-03-15T21:07:57.600Z] Removing intermediate container 8589cee21867 [2021-03-15T21:07:57.600Z] ---> 573514312546 [2021-03-15T21:07:57.600Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:07:57.600Z] ---> Running in 8b65ce93200e [2021-03-15T21:07:57.600Z] Removing intermediate container 419af1fb1156 [2021-03-15T21:07:57.600Z] ---> 8b95e22d2689 [2021-03-15T21:07:57.600Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:07:57.600Z] Removing intermediate container 201fd901c056 [2021-03-15T21:07:57.600Z] ---> 3c6c921c2cb7 [2021-03-15T21:07:57.600Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:07:57.600Z] ---> Running in 1bf7dd135b9e [2021-03-15T21:07:57.600Z] ---> Running in 7d10eb406403 [2021-03-15T21:07:57.600Z] Removing intermediate container f832d4777236 [2021-03-15T21:07:57.600Z] ---> 0b807e2b8582 [2021-03-15T21:07:57.600Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:07:57.600Z] Removing intermediate container 96208d750455 [2021-03-15T21:07:57.600Z] ---> 98ba97b44fa3 [2021-03-15T21:07:57.600Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:07:57.894Z] ---> Running in d3f35e21b903 [2021-03-15T21:07:57.894Z] ---> Running in 8968aa75f5b6 [2021-03-15T21:07:57.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:58.014Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:07:58.034Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T21:07:58.061Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T21:07:58.102Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T21:07:58.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T21:07:58.118Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T21:07:58.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:58.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:58.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:58.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:58.798Z] Checking out Revision e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (master) [2021-03-15T21:07:58.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:59.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:59.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:59.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:59.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:07:59.791Z] OK: 233 MiB in 51 packages [2021-03-15T21:08:00.376Z] OK: 233 MiB in 51 packages [2021-03-15T21:08:00.376Z] Removing intermediate container 8b65ce93200e [2021-03-15T21:08:00.376Z] ---> 275f4b61457d [2021-03-15T21:08:00.376Z] Step 6/24 : COPY go.mod . [2021-03-15T21:08:00.376Z] OK: 233 MiB in 51 packages [2021-03-15T21:07:58.828Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T21:07:58.845Z] > git checkout -f e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 [2021-03-15T21:08:00.644Z] OK: 233 MiB in 51 packages [2021-03-15T21:08:00.644Z] OK: 233 MiB in 51 packages [2021-03-15T21:08:00.644Z] ---> b9531faddd42 [2021-03-15T21:08:00.644Z] Step 7/24 : RUN go mod download [2021-03-15T21:08:00.644Z] ---> Running in 0fed8715e817 [2021-03-15T21:08:01.222Z] Removing intermediate container 1bf7dd135b9e [2021-03-15T21:08:01.222Z] ---> c0e62f13b7ab [2021-03-15T21:08:01.222Z] Step 6/26 : COPY go.mod . [2021-03-15T21:08:01.222Z] Removing intermediate container 7d10eb406403 [2021-03-15T21:08:01.222Z] ---> d3253cc22f5b [2021-03-15T21:08:01.222Z] Step 6/22 : COPY go.mod . [2021-03-15T21:08:01.490Z] ---> e626223c4fea [2021-03-15T21:08:01.490Z] Step 7/26 : RUN go mod download [2021-03-15T21:08:01.759Z] Removing intermediate container d3f35e21b903 [2021-03-15T21:08:01.759Z] ---> 41584546edea [2021-03-15T21:08:01.759Z] Step 6/21 : COPY go.mod . [2021-03-15T21:08:01.759Z] ---> 4b1ed1935749 [2021-03-15T21:08:01.759Z] Step 7/22 : RUN go mod download [2021-03-15T21:08:01.759Z] ---> Running in 7aba0641a292 [2021-03-15T21:08:02.028Z] ---> Running in ea8286be58bb [2021-03-15T21:08:02.028Z] Removing intermediate container 8968aa75f5b6 [2021-03-15T21:08:02.028Z] ---> c47de634618a [2021-03-15T21:08:02.028Z] Step 6/23 : COPY go.mod . [2021-03-15T21:08:02.291Z] ---> 1f0ecf32765e [2021-03-15T21:08:02.291Z] Step 7/21 : RUN go mod download [2021-03-15T21:08:02.562Z] ---> Running in 82b0e5c34a72 [2021-03-15T21:08:02.562Z] ---> d93ab07efdf7 [2021-03-15T21:08:02.562Z] Step 7/23 : RUN go mod download [2021-03-15T21:08:02.562Z] ---> Running in 134bc1dbc198 [2021-03-15T21:08:03.269Z] Commit message: "feat(command): Update CoreCommand to use re-designed profile (#3250)" [2021-03-15T21:08:03.536Z] Removing intermediate container 0fed8715e817 [2021-03-15T21:08:03.536Z] ---> e3a4d660c3fe [2021-03-15T21:08:03.536Z] Step 8/24 : COPY . . [2021-03-15T21:08:03.801Z] Removing intermediate container 7aba0641a292 [2021-03-15T21:08:03.801Z] ---> 892514824517 [2021-03-15T21:08:03.801Z] Step 8/26 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T21:08:04.873Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:08:05.314Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T21:08:05.651Z] + sudo service docker restart [2021-03-15T21:08:05.651Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T21:08:08.348Z] provisioning config files... [2021-03-15T21:08:08.386Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/392@tmp/config452728319404804551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:08:08.784Z] ---> docker-login.sh [2021-03-15T21:08:08.784Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:08:09.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:08:10.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:08:10.042Z] Configure a credential helper to remove this warning. See [2021-03-15T21:08:10.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:08:10.042Z] [2021-03-15T21:08:10.042Z] Login Succeeded [2021-03-15T21:08:10.042Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:08:10.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:08:10.426Z] Removing intermediate container ea8286be58bb [2021-03-15T21:08:10.426Z] ---> 0013ebfe6e58 [2021-03-15T21:08:10.426Z] Step 8/22 : COPY . . [2021-03-15T21:08:10.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:08:10.591Z] Configure a credential helper to remove this warning. See [2021-03-15T21:08:10.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:08:10.591Z] [2021-03-15T21:08:10.591Z] Login Succeeded [2021-03-15T21:08:10.591Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:08:10.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:08:11.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:08:11.133Z] Configure a credential helper to remove this warning. See [2021-03-15T21:08:11.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:08:11.133Z] [2021-03-15T21:08:11.133Z] Login Succeeded [2021-03-15T21:08:11.133Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:08:11.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:08:11.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:08:11.406Z] Configure a credential helper to remove this warning. See [2021-03-15T21:08:11.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:08:11.406Z] [2021-03-15T21:08:11.406Z] Login Succeeded [2021-03-15T21:08:11.406Z] docker.io [2021-03-15T21:08:12.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:08:12.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:08:12.271Z] Configure a credential helper to remove this warning. See [2021-03-15T21:08:12.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:08:12.271Z] [2021-03-15T21:08:12.271Z] Login Succeeded [2021-03-15T21:08:12.271Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:08:12.288Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T21:08:12.759Z] ========================================================= [2021-03-15T21:08:12.759Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T21:08:12.759Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:08:13.151Z] + 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-03-15T21:08:15.805Z] Sending build context to Docker daemon 166.7MB [2021-03-15T21:08:15.805Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T21:08:15.805Z] Step 2/6 : FROM ${BASE} [2021-03-15T21:08:15.805Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T21:08:15.805Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T21:08:15.805Z] a4357932f1b6: Pulling fs layer [2021-03-15T21:08:15.805Z] 18c013af1878: Pulling fs layer [2021-03-15T21:08:15.805Z] 00ac8860ef70: Pulling fs layer [2021-03-15T21:08:15.805Z] 63d7cb157983: Pulling fs layer [2021-03-15T21:08:15.805Z] b116817d02f9: Pulling fs layer [2021-03-15T21:08:15.805Z] 745a02a5169b: Pulling fs layer [2021-03-15T21:08:15.805Z] 63d7cb157983: Waiting [2021-03-15T21:08:15.805Z] 00ac8860ef70: Waiting [2021-03-15T21:08:15.805Z] 745a02a5169b: Waiting [2021-03-15T21:08:15.805Z] b116817d02f9: Waiting [2021-03-15T21:08:15.805Z] 18c013af1878: Verifying Checksum [2021-03-15T21:08:15.805Z] 18c013af1878: Download complete [2021-03-15T21:08:15.805Z] a4357932f1b6: Download complete [2021-03-15T21:08:15.805Z] 63d7cb157983: Download complete [2021-03-15T21:08:15.805Z] b116817d02f9: Download complete [2021-03-15T21:08:16.087Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T21:08:16.087Z] 5f621e34cdf4: Download complete [2021-03-15T21:08:16.695Z] 5f621e34cdf4: Pull complete [2021-03-15T21:08:16.968Z] a4357932f1b6: Pull complete [2021-03-15T21:08:17.062Z] Removing intermediate container 82b0e5c34a72 [2021-03-15T21:08:17.062Z] ---> 318bc88edffe [2021-03-15T21:08:17.062Z] Step 8/21 : COPY . . [2021-03-15T21:08:17.563Z] 18c013af1878: Pull complete [2021-03-15T21:08:17.692Z] Removing intermediate container 134bc1dbc198 [2021-03-15T21:08:17.692Z] ---> 7789b36973f6 [2021-03-15T21:08:17.692Z] Step 8/23 : COPY . . [2021-03-15T21:08:19.011Z] 745a02a5169b: Verifying Checksum [2021-03-15T21:08:19.011Z] 745a02a5169b: Download complete [2021-03-15T21:08:20.012Z] 00ac8860ef70: Verifying Checksum [2021-03-15T21:08:20.012Z] 00ac8860ef70: Download complete [2021-03-15T21:08:32.447Z] 00ac8860ef70: Pull complete [2021-03-15T21:08:32.447Z] 63d7cb157983: Pull complete [2021-03-15T21:08:32.447Z] b116817d02f9: Pull complete [2021-03-15T21:08:35.081Z] 745a02a5169b: Pull complete [2021-03-15T21:08:35.081Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T21:08:35.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T21:08:35.081Z] ---> b7e6874047d6 [2021-03-15T21:08:35.081Z] 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-03-15T21:08:35.993Z] ---> c15665f900b6 [2021-03-15T21:08:35.993Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:08:37.421Z] ---> 81f0d5a8e3e7 [2021-03-15T21:08:37.421Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:08:38.370Z] ---> Running in bf5742fa9b76 [2021-03-15T21:08:38.494Z] ---> Running in a76c3c404224 [2021-03-15T21:08:39.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:08:39.774Z] ---> Running in 687ad028cd44 [2021-03-15T21:08:40.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:08:40.736Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T21:08:41.008Z] (2/12) Installing file (5.38-r0) [2021-03-15T21:08:41.281Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T21:08:41.281Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T21:08:43.897Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T21:08:43.897Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T21:08:44.168Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T21:08:44.168Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T21:08:44.168Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T21:08:44.440Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T21:08:44.440Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T21:08:44.440Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T21:08:44.713Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:08:44.713Z] OK: 217 MiB in 51 packages [2021-03-15T21:08:45.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:08:45.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:08:46.078Z] ---> 31c5a0a062b5 [2021-03-15T21:08:46.078Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:08:48.672Z] ---> Running in f8377c8223e1 [2021-03-15T21:08:49.030Z] Removing intermediate container a76c3c404224 [2021-03-15T21:08:49.030Z] ---> f5f5bd6070b5 [2021-03-15T21:08:49.030Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T21:08:49.030Z] ---> Running in e0820df3b066 [2021-03-15T21:08:49.303Z] Removing intermediate container e0820df3b066 [2021-03-15T21:08:49.303Z] ---> 32283d125de0 [2021-03-15T21:08:49.303Z] Step 5/6 : COPY go.mod . [2021-03-15T21:08:49.662Z] ---> 5dfc36a2ca9a [2021-03-15T21:08:49.662Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:08:49.909Z] ---> e2fd87dd4802 [2021-03-15T21:08:49.909Z] Step 6/6 : RUN go mod download [2021-03-15T21:08:49.909Z] ---> Running in affef9a09906 [2021-03-15T21:08:49.935Z] ---> 737cbb47e385 [2021-03-15T21:08:49.935Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:08:49.935Z] ---> Running in ad014e0775c8 [2021-03-15T21:08:50.524Z] ---> Running in b448993ba446 [2021-03-15T21:08:50.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:08:51.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:08:51.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:09:09.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:09:16.725Z] Removing intermediate container affef9a09906 [2021-03-15T21:09:16.725Z] ---> 30cd7cf7cb77 [2021-03-15T21:09:16.999Z] Successfully built 30cd7cf7cb77 [2021-03-15T21:09:16.999Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:17.343Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T21:09:17.343Z] . [Pipeline] withDockerContainer [2021-03-15T21:09:17.628Z] prd-ubuntu18.04-docker-arm64-4c-16g-29851 does not seem to be running inside a container [2021-03-15T21:09:17.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T21:09:17.876Z] Removing intermediate container bf5742fa9b76 [2021-03-15T21:09:17.876Z] ---> be8204e51ed9 [2021-03-15T21:09:17.876Z] [2021-03-15T21:09:17.876Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:09:17.876Z] Removing intermediate container 687ad028cd44 [2021-03-15T21:09:17.876Z] ---> 0c4b7c8d6372 [2021-03-15T21:09:17.876Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:09:17.876Z] 3.12: Pulling from library/alpine [2021-03-15T21:09:17.876Z] ---> Running in 1921649ad75e [2021-03-15T21:09:17.876Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:09:17.876Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:09:17.876Z] ---> 88dd2752d2ea [2021-03-15T21:09:17.876Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:09:17.876Z] ---> Running in e3be069d9a74 [2021-03-15T21:09:17.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:09:18.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:09:18.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:18.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:19.019Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:09:19.019Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:09:19.019Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:09:19.019Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:09:19.019Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:19.019Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:19.019Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:09:19.290Z] OK: 7 MiB in 19 packages [2021-03-15T21:09:19.294Z] $ docker top fab67183d4b774c7e6671550cd7ae3e6066f348d9f16ebe21b443d209611fc84 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:09:20.392Z] + go version [2021-03-15T21:09:20.392Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T21:09:20.419Z] $ docker stop --time=1 fab67183d4b774c7e6671550cd7ae3e6066f348d9f16ebe21b443d209611fc84 [2021-03-15T21:09:21.242Z] Removing intermediate container e3be069d9a74 [2021-03-15T21:09:21.242Z] ---> 91a0571b0d50 [2021-03-15T21:09:21.242Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:09:21.513Z] Removing intermediate container 1921649ad75e [2021-03-15T21:09:21.513Z] ---> d7b157a6f937 [2021-03-15T21:09:21.513Z] [2021-03-15T21:09:21.513Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:09:21.513Z] ---> Running in 23d864a1ff30 [2021-03-15T21:09:21.513Z] 20.10.0: Pulling from library/docker [2021-03-15T21:09:21.787Z] Removing intermediate container 23d864a1ff30 [2021-03-15T21:09:21.787Z] ---> 4220ab8d535f [2021-03-15T21:09:21.787Z] Step 13/24 : WORKDIR / [2021-03-15T21:09:22.415Z] $ docker rm -f fab67183d4b774c7e6671550cd7ae3e6066f348d9f16ebe21b443d209611fc84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2021-03-15T21:09:23.187Z] ---> Running in 314224b29770 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:23.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:09:23.738Z] [2021-03-15T21:09:23.738Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:24.404Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:09:24.405Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T21:09:24.405Z] 29e5d40040c1: Pulling fs layer [2021-03-15T21:09:24.405Z] 1ce36da41761: Pulling fs layer [2021-03-15T21:09:24.405Z] 25b303627fd3: Pulling fs layer [2021-03-15T21:09:24.682Z] 29e5d40040c1: Verifying Checksum [2021-03-15T21:09:24.682Z] 29e5d40040c1: Download complete [2021-03-15T21:09:25.284Z] 1ce36da41761: Verifying Checksum [2021-03-15T21:09:25.284Z] 1ce36da41761: Download complete [2021-03-15T21:09:25.284Z] 29e5d40040c1: Pull complete [2021-03-15T21:09:26.724Z] 1ce36da41761: Pull complete [2021-03-15T21:09:26.995Z] 25b303627fd3: Download complete [2021-03-15T21:09:27.419Z] Removing intermediate container 314224b29770 [2021-03-15T21:09:27.419Z] ---> e3f329893727 [2021-03-15T21:09:27.419Z] 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-03-15T21:09:28.001Z] Removing intermediate container b448993ba446 [2021-03-15T21:09:28.001Z] ---> e19b536a9894 [2021-03-15T21:09:28.001Z] [2021-03-15T21:09:28.001Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:09:28.001Z] ---> 88dd2752d2ea [2021-03-15T21:09:28.001Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:09:29.022Z] Removing intermediate container f8377c8223e1 [2021-03-15T21:09:29.022Z] ---> e5f65556bba8 [2021-03-15T21:09:29.022Z] [2021-03-15T21:09:29.022Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:09:29.022Z] ---> 88dd2752d2ea [2021-03-15T21:09:29.022Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:09:29.982Z] ---> febf2303b69a [2021-03-15T21:09:29.982Z] 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-03-15T21:09:30.251Z] ---> Running in 27c7c6f7c349 [2021-03-15T21:09:30.251Z] ---> Running in 45f601bec36c [2021-03-15T21:09:30.515Z] Removing intermediate container ad014e0775c8 [2021-03-15T21:09:30.515Z] ---> 597ecce65d99 [2021-03-15T21:09:30.515Z] [2021-03-15T21:09:30.515Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:09:30.515Z] ---> 88dd2752d2ea [2021-03-15T21:09:30.515Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:09:30.797Z] ---> Running in d3cd9e4fa942 [2021-03-15T21:09:31.076Z] ---> 171742a88444 [2021-03-15T21:09:31.076Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:09:31.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:31.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:31.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:31.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:31.354Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:31.354Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:31.354Z] OK: 6 MiB in 15 packages [2021-03-15T21:09:31.354Z] ---> d62bd5d6d7ea [2021-03-15T21:09:31.354Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:09:31.354Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:31.354Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:31.354Z] OK: 6 MiB in 15 packages [2021-03-15T21:09:31.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:31.625Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:09:31.625Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:09:31.625Z] ---> aefe523efa57 [2021-03-15T21:09:31.625Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:09:31.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:31.886Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:09:31.886Z] ---> Running in fbd3a5c24d57 [2021-03-15T21:09:31.886Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:09:31.886Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:09:31.886Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:09:31.886Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:31.886Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:09:32.150Z] OK: 7 MiB in 18 packages [2021-03-15T21:09:32.416Z] ---> cae650aafede [2021-03-15T21:09:32.416Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:09:32.678Z] Removing intermediate container 27c7c6f7c349 [2021-03-15T21:09:32.678Z] ---> 3a0d74873e16 [2021-03-15T21:09:32.678Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:09:32.939Z] ---> Running in 29fe378702f7 [2021-03-15T21:09:32.939Z] Removing intermediate container 45f601bec36c [2021-03-15T21:09:32.939Z] ---> e3c8573688ab [2021-03-15T21:09:32.939Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:09:33.203Z] ---> 29b710751dc3 [2021-03-15T21:09:33.203Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:09:33.203Z] ---> Running in b023b2e8c4ab [2021-03-15T21:09:33.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:33.203Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:33.469Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:09:33.469Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:09:33.469Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:09:34.043Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:34.043Z] OK: 12 MiB in 22 packages [2021-03-15T21:09:34.306Z] Removing intermediate container 29fe378702f7 [2021-03-15T21:09:34.306Z] ---> 395f68d19ccb [2021-03-15T21:09:34.306Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:09:34.568Z] Removing intermediate container d3cd9e4fa942 [2021-03-15T21:09:34.568Z] ---> bab15a524c1b [2021-03-15T21:09:34.568Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:09:34.830Z] ---> Running in ba51b779fa55 [2021-03-15T21:09:34.830Z] Removing intermediate container b023b2e8c4ab [2021-03-15T21:09:34.830Z] ---> 9db1365fcf1d [2021-03-15T21:09:34.830Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:09:34.830Z] ---> cfd06909cd40 [2021-03-15T21:09:34.830Z] 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-03-15T21:09:34.830Z] ---> Running in 7aba79c3ac4e [2021-03-15T21:09:35.093Z] ---> Running in 57948d0d4c44 [2021-03-15T21:09:35.093Z] ---> Running in a51ee335c60c [2021-03-15T21:09:35.359Z] Removing intermediate container ba51b779fa55 [2021-03-15T21:09:35.359Z] ---> b915a797664b [2021-03-15T21:09:35.359Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:09:35.359Z] ---> Running in c66e4893fa35 [2021-03-15T21:09:35.359Z] Removing intermediate container 7aba79c3ac4e [2021-03-15T21:09:35.359Z] ---> c6d5c1ac4917 [2021-03-15T21:09:35.359Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:09:35.629Z] Removing intermediate container 57948d0d4c44 [2021-03-15T21:09:35.629Z] ---> ce71e993a42e [2021-03-15T21:09:35.629Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:09:35.629Z] Removing intermediate container fbd3a5c24d57 [2021-03-15T21:09:35.629Z] ---> 58f9b29e6598 [2021-03-15T21:09:35.629Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:09:35.629Z] ---> Running in a508fc77bf71 [2021-03-15T21:09:35.629Z] ---> Running in 53b3915174c0 [2021-03-15T21:09:35.892Z] ---> Running in 4eace3a2a7f5 [2021-03-15T21:09:35.892Z] Removing intermediate container c66e4893fa35 [2021-03-15T21:09:35.892Z] ---> d9f00da205a6 [2021-03-15T21:09:35.892Z] Step 15/23 : WORKDIR / [2021-03-15T21:09:36.156Z] ---> Running in 979b5dbb5e35 [2021-03-15T21:09:36.156Z] Removing intermediate container a508fc77bf71 [2021-03-15T21:09:36.156Z] ---> c78cf3609b93 [2021-03-15T21:09:36.156Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:09:36.418Z] Removing intermediate container 53b3915174c0 [2021-03-15T21:09:36.418Z] ---> d5faf706a5c3 [2021-03-15T21:09:36.418Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:09:36.418Z] Removing intermediate container 4eace3a2a7f5 [2021-03-15T21:09:36.418Z] ---> ac27e44c1968 [2021-03-15T21:09:36.418Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:09:36.992Z] ---> Running in 53935bbe7bf4 [2021-03-15T21:09:36.992Z] Removing intermediate container 979b5dbb5e35 [2021-03-15T21:09:36.992Z] ---> 527c5a9e8104 [2021-03-15T21:09:36.992Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:09:36.992Z] Removing intermediate container a51ee335c60c [2021-03-15T21:09:36.992Z] ---> bb193416fbc5 [2021-03-15T21:09:36.992Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:09:36.992Z] ---> 047031250b89 [2021-03-15T21:09:36.992Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:09:37.147Z] 25b303627fd3: Pull complete [2021-03-15T21:09:37.147Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T21:09:37.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:09:37.148Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T21:09:37.256Z] ---> b901d8374c3c [2021-03-15T21:09:37.256Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:09:37.256Z] Removing intermediate container 53935bbe7bf4 [2021-03-15T21:09:37.256Z] ---> e77398d176c4 [2021-03-15T21:09:37.256Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:09:37.256Z] ---> Running in a02ec591c707 [2021-03-15T21:09:37.426Z] prd-ubuntu18.04-docker-arm64-4c-16g-29851 does not seem to be running inside a container [2021-03-15T21:09:37.512Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:09:37.524Z] ---> 79d8eadc66fe [2021-03-15T21:09:37.524Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:09:37.524Z] ---> Running in b02da39715d3 [2021-03-15T21:09:37.524Z] Removing intermediate container a02ec591c707 [2021-03-15T21:09:37.524Z] ---> 597519f55772 [2021-03-15T21:09:37.524Z] Step 22/24 : LABEL arch=x86_64 [2021-03-15T21:09:37.789Z] ---> 05e28992fe56 [2021-03-15T21:09:37.789Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:09:37.789Z] ---> Running in 9c83be57c11d [2021-03-15T21:09:37.789Z] Removing intermediate container b02da39715d3 [2021-03-15T21:09:37.789Z] ---> eb8cadc7631d [2021-03-15T21:09:37.789Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:09:38.052Z] ---> 1377eebb7774 [2021-03-15T21:09:38.052Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:09:38.052Z] ---> 57eeb04f70b7 [2021-03-15T21:09:38.052Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:09:38.316Z] Removing intermediate container 9c83be57c11d [2021-03-15T21:09:38.316Z] ---> b948467a8c1f [2021-03-15T21:09:38.316Z] Step 23/24 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:09:38.894Z] ---> 45556219b75f [2021-03-15T21:09:38.894Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:09:38.894Z] ---> Running in b6b748c07cfa [2021-03-15T21:09:38.894Z] ---> Running in f02516b8b344 [2021-03-15T21:09:38.894Z] ---> 9da8ad7b4ae2 [2021-03-15T21:09:38.894Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:09:39.157Z] ---> 7f9df3c0a631 [2021-03-15T21:09:39.157Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:09:39.157Z] ---> 489121f1cb33 [2021-03-15T21:09:39.157Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:09:39.157Z] ---> Running in ecf67f612e05 [2021-03-15T21:09:39.157Z] Removing intermediate container b6b748c07cfa [2021-03-15T21:09:39.157Z] ---> 1a8106287029 [2021-03-15T21:09:39.157Z] Step 24/24 : LABEL version=2.0.0-dev.125 [2021-03-15T21:09:39.157Z] ---> Running in f290b6d9a645 [2021-03-15T21:09:39.420Z] Removing intermediate container f02516b8b344 [2021-03-15T21:09:39.420Z] ---> b172b3083530 [2021-03-15T21:09:39.420Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:09:39.420Z] ---> Running in f390b2f159a7 [2021-03-15T21:09:39.683Z] ---> Running in 01065ae6abeb [2021-03-15T21:09:39.683Z] Removing intermediate container ecf67f612e05 [2021-03-15T21:09:39.683Z] ---> 42860481879a [2021-03-15T21:09:39.683Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:09:39.683Z] ---> 3b9ebd57f686 [2021-03-15T21:09:39.683Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:09:39.683Z] Removing intermediate container f290b6d9a645 [2021-03-15T21:09:39.683Z] ---> 940c0a808cba [2021-03-15T21:09:39.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:09:39.683Z] Removing intermediate container f390b2f159a7 [2021-03-15T21:09:39.683Z] ---> ebfd26eeba40 [2021-03-15T21:09:39.683Z] [2021-03-15T21:09:39.945Z] ---> Running in 9c05b2e5bd89 [2021-03-15T21:09:39.945Z] ---> Running in 951563bf122c [2021-03-15T21:09:39.945Z] Removing intermediate container 01065ae6abeb [2021-03-15T21:09:39.945Z] ---> 71c5cf448364 [2021-03-15T21:09:39.945Z] Step 19/21 : LABEL arch=x86_64 [2021-03-15T21:09:39.945Z] Successfully built ebfd26eeba40 [2021-03-15T21:09:40.219Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-15T21:09:40.219Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-15T21:09:40.219Z] ---> Running in 1929c6511c13 [2021-03-15T21:09:40.219Z] ---> 5aa196870c37 [2021-03-15T21:09:40.219Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:09:40.219Z] Removing intermediate container 951563bf122c [2021-03-15T21:09:40.219Z] ---> 19b637bd4edd [2021-03-15T21:09:40.219Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:09:40.219Z] Removing intermediate container 9c05b2e5bd89 [2021-03-15T21:09:40.219Z] ---> 74b6427beec3 [2021-03-15T21:09:40.219Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:09:40.219Z] ---> Running in 05298319712d [2021-03-15T21:09:40.483Z] ---> Running in 235f97c2ac54 [2021-03-15T21:09:40.483Z] ---> Running in 17f689cb34ff [2021-03-15T21:09:40.483Z] Removing intermediate container 1929c6511c13 [2021-03-15T21:09:40.483Z] ---> b2b6bc0fcc26 [2021-03-15T21:09:40.483Z] Step 20/21 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:09:40.595Z] $ docker top 5dd8b89f5ae51b826db62e7bc6e6dbe0e2f8fc9614831eb7067b67125ecaa90d -eo pid,comm [2021-03-15T21:09:40.749Z] Removing intermediate container 235f97c2ac54 [2021-03-15T21:09:40.749Z] ---> c9411b6b4c5e [2021-03-15T21:09:40.749Z] Step 22/23 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] { [Pipeline] sh [2021-03-15T21:09:41.324Z] ---> Running in eca40b9b1e5c [2021-03-15T21:09:41.637Z] + grep parallel [2021-03-15T21:09:41.637Z] + docker-compose build --help [2021-03-15T21:09:42.747Z] Removing intermediate container 17f689cb34ff [2021-03-15T21:09:42.747Z] ---> ca00fdc69cf4 [2021-03-15T21:09:42.747Z] Step 21/22 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:09:42.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:42.747Z] ---> Running in fa7a33a87e51 [2021-03-15T21:09:43.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:09:43.017Z] Removing intermediate container eca40b9b1e5c [2021-03-15T21:09:43.017Z] ---> d3c9df147509 [2021-03-15T21:09:43.017Z] Step 21/21 : LABEL version=2.0.0-dev.125 [2021-03-15T21:09:43.017Z] ---> Running in b80bf5c301f5 [2021-03-15T21:09:43.017Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:09:43.280Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:09:43.281Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:09:43.281Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:09:43.546Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:09:43.546Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:09:43.546Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:09:44.121Z] ---> Running in 63db8016e725 [2021-03-15T21:09:44.995Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:09:45.021Z] $ docker stop --time=1 5dd8b89f5ae51b826db62e7bc6e6dbe0e2f8fc9614831eb7067b67125ecaa90d [2021-03-15T21:09:46.916Z] $ docker rm -f 5dd8b89f5ae51b826db62e7bc6e6dbe0e2f8fc9614831eb7067b67125ecaa90d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:09:47.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:09:47.748Z] . [Pipeline] withDockerContainer [2021-03-15T21:09:48.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-29851 does not seem to be running inside a container [2021-03-15T21:09:48.221Z] $ 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/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@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-03-15T21:09:49.643Z] Removing intermediate container b80bf5c301f5 [2021-03-15T21:09:49.643Z] ---> a832d1d7dd84 [2021-03-15T21:09:49.643Z] Step 22/22 : LABEL version=2.0.0-dev.125 [2021-03-15T21:09:49.643Z] Removing intermediate container fa7a33a87e51 [2021-03-15T21:09:49.643Z] ---> 3dbd77817b9c [2021-03-15T21:09:49.643Z] Step 23/23 : LABEL version=2.0.0-dev.125 [2021-03-15T21:09:49.732Z] $ docker top 5662c637399059429222edf97081c3bc1f683f1c0e68fb3a2dee0205b42d47a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:09:51.347Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:09:51.347Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:09:51.347Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:09:51.347Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:09:51.347Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:09:51.347Z] Removing intermediate container 63db8016e725 [2021-03-15T21:09:51.347Z] ---> f112f12081af [2021-03-15T21:09:51.347Z] [2021-03-15T21:09:51.347Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:09:51.347Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:09:51.347Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:09:51.404Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:09:51.620Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:09:52.202Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:09:52.780Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:09:52.780Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:09:53.058Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:09:53.058Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:09:53.058Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:09:53.058Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:09:53.058Z] Successfully built f112f12081af [2021-03-15T21:09:53.058Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:09:53.058Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-15T21:09:53.058Z] Building docker-security-bootstrapper-go [2021-03-15T21:09:53.058Z]  Building docker-security-proxy-setup-go ... done (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:09:53.634Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:09:55.580Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:09:55.734Z] Building docker-core-command-go ... [2021-03-15T21:09:55.734Z] Building docker-core-data-go ... [2021-03-15T21:09:55.734Z] Building docker-core-metadata-go ... [2021-03-15T21:09:55.734Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:09:55.734Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:09:55.734Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:09:55.734Z] Building docker-support-notifications-go ... [2021-03-15T21:09:55.734Z] Building docker-support-scheduler-go ... [2021-03-15T21:09:55.734Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:09:55.734Z] Building docker-sys-mgmt-agent-go [2021-03-15T21:09:55.734Z] Building docker-core-command-go [2021-03-15T21:09:55.734Z] Building docker-security-proxy-setup-go [2021-03-15T21:09:55.734Z] Building docker-core-metadata-go [2021-03-15T21:09:55.734Z] Building docker-security-secretstore-setup-go [2021-03-15T21:09:56.157Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:09:56.429Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:09:56.429Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:09:56.703Z] ---> Running in 279217df33b2 [2021-03-15T21:09:56.965Z] ---> Running in 5176b2f80c87 [2021-03-15T21:09:56.965Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:09:57.544Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:09:57.544Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:09:58.120Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:58.120Z] OK: 71 MiB in 55 packages [2021-03-15T21:10:01.449Z] Removing intermediate container 279217df33b2 [2021-03-15T21:10:01.449Z] ---> b1950716ef45 [2021-03-15T21:10:01.449Z] [2021-03-15T21:10:02.855Z] Removing intermediate container 5176b2f80c87 [2021-03-15T21:10:02.855Z] ---> 66e3a52104c1 [2021-03-15T21:10:02.855Z] [2021-03-15T21:10:02.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:02.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:02.855Z] ---> 96eced317dd8 [2021-03-15T21:10:02.855Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:02.855Z] ---> Using cache [2021-03-15T21:10:02.855Z] ---> 74e20db18b26 [2021-03-15T21:10:02.855Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:02.855Z] ---> Using cache [2021-03-15T21:10:02.855Z] ---> 0b807e2b8582 [2021-03-15T21:10:02.855Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:02.855Z] ---> Using cache [2021-03-15T21:10:02.855Z] ---> 41584546edea [2021-03-15T21:10:02.855Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:02.855Z] ---> Using cache [2021-03-15T21:10:02.855Z] ---> 1f0ecf32765e [2021-03-15T21:10:02.855Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:02.855Z] ---> Using cache [2021-03-15T21:10:02.855Z] ---> 318bc88edffe [2021-03-15T21:10:02.855Z] Step 8/23 : COPY . . [2021-03-15T21:10:02.855Z] Successfully built b1950716ef45 [2021-03-15T21:10:02.855Z] ---> Using cache [2021-03-15T21:10:02.855Z] ---> 5dfc36a2ca9a [2021-03-15T21:10:02.855Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:10:02.855Z] Successfully built 66e3a52104c1 [2021-03-15T21:10:03.440Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-15T21:10:03.440Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-15T21:10:03.706Z] Successfully tagged docker-core-command-go:latest [2021-03-15T21:10:03.706Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-15T21:10:03.706Z] ---> Running in 53746b77690a [2021-03-15T21:10:06.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:10:18.610Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:18.610Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:18.610Z] ---> 96eced317dd8 [2021-03-15T21:10:18.610Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:10:18.610Z] ---> Using cache [2021-03-15T21:10:18.610Z] ---> 74e20db18b26 [2021-03-15T21:10:18.610Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:18.610Z] ---> Using cache [2021-03-15T21:10:18.610Z] ---> 0b807e2b8582 [2021-03-15T21:10:18.610Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:10:18.610Z] ---> Using cache [2021-03-15T21:10:18.611Z] ---> 41584546edea [2021-03-15T21:10:18.611Z] Step 6/31 : COPY go.mod . [2021-03-15T21:10:18.611Z] ---> Using cache [2021-03-15T21:10:18.611Z] ---> 1f0ecf32765e [2021-03-15T21:10:18.611Z] Step 7/31 : RUN go mod download [2021-03-15T21:10:18.611Z] ---> Using cache [2021-03-15T21:10:18.611Z] ---> 318bc88edffe [2021-03-15T21:10:18.611Z] Step 8/31 : COPY . . [2021-03-15T21:10:18.611Z] ---> Using cache [2021-03-15T21:10:18.611Z] ---> 5dfc36a2ca9a [2021-03-15T21:10:18.611Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:10:18.881Z] ---> Running in 5373d248d705 [2021-03-15T21:10:28.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:10:31.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:31.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:31.566Z] ---> 96eced317dd8 [2021-03-15T21:10:31.566Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:10:31.566Z] ---> Using cache [2021-03-15T21:10:31.566Z] ---> 74e20db18b26 [2021-03-15T21:10:31.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:31.566Z] ---> Using cache [2021-03-15T21:10:31.566Z] ---> 0b807e2b8582 [2021-03-15T21:10:31.566Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:10:31.566Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:31.566Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:31.566Z] ---> 96eced317dd8 [2021-03-15T21:10:31.566Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:31.566Z] ---> Using cache [2021-03-15T21:10:31.566Z] ---> 74e20db18b26 [2021-03-15T21:10:31.566Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:31.566Z] ---> Using cache [2021-03-15T21:10:31.566Z] ---> 0b807e2b8582 [2021-03-15T21:10:31.566Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:10:32.550Z] ---> Running in 4d1d49fd6498 [2021-03-15T21:10:32.550Z] ---> Running in ad5191a732cf [2021-03-15T21:10:33.961Z] Removing intermediate container 05298319712d [2021-03-15T21:10:33.961Z] ---> ae75d7d80a21 [2021-03-15T21:10:33.961Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:10:34.551Z] ---> Running in fb15ae24a6bd [2021-03-15T21:10:34.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:34.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:35.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:36.097Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:37.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:10:37.338Z] Removing intermediate container ad5191a732cf [2021-03-15T21:10:37.338Z] ---> eccc1a032a9e [2021-03-15T21:10:37.338Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:37.929Z] ---> 45e6aa4825d4 [2021-03-15T21:10:37.929Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:37.929Z] ---> Running in b3365decfbd8 [2021-03-15T21:10:38.195Z] Collecting docker-compose==1.23.2 [2021-03-15T21:10:38.195Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:10:38.472Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:10:38.472Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:10:39.912Z] OK: 233 MiB in 51 packages [2021-03-15T21:10:40.504Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:10:40.504Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:10:41.086Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:10:41.086Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:10:41.355Z] Removing intermediate container 4d1d49fd6498 [2021-03-15T21:10:41.355Z] ---> 32dac275a988 [2021-03-15T21:10:41.355Z] Step 6/22 : COPY go.mod . [2021-03-15T21:10:41.619Z] ---> cfb84544c318 [2021-03-15T21:10:41.619Z] Step 7/22 : RUN go mod download [2021-03-15T21:10:41.902Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:10:41.902Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:10:41.902Z] Removing intermediate container b3365decfbd8 [2021-03-15T21:10:41.902Z] ---> 6c3952bc0c81 [2021-03-15T21:10:41.902Z] Step 8/23 : COPY . . [2021-03-15T21:10:41.902Z] ---> Running in 3d1cee49dc6d [2021-03-15T21:10:41.902Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:10:42.211Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:10:42.681Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:42.681Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:42.681Z] ---> 30cd7cf7cb77 [2021-03-15T21:10:42.681Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:10:42.681Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:42.681Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:42.681Z] ---> 30cd7cf7cb77 [2021-03-15T21:10:42.681Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:10:42.681Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:42.681Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:42.681Z] ---> 30cd7cf7cb77 [2021-03-15T21:10:42.681Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:42.681Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:42.681Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:42.681Z] ---> 30cd7cf7cb77 [2021-03-15T21:10:42.681Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:42.681Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:42.681Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:42.681Z] ---> 30cd7cf7cb77 [2021-03-15T21:10:42.681Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:10:43.215Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:10:43.215Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:10:45.344Z] ---> Running in 05676931b101 [2021-03-15T21:10:45.344Z] ---> Running in ae12bff3b849 [2021-03-15T21:10:45.344Z] ---> Running in 77430549b814 [2021-03-15T21:10:45.344Z] ---> Running in c4250aa3de3b [2021-03-15T21:10:45.344Z] ---> Running in 2a1ac9cc7f88 [2021-03-15T21:10:45.792Z] 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-03-15T21:10:45.956Z] Removing intermediate container 2a1ac9cc7f88 [2021-03-15T21:10:45.956Z] ---> 86c82d4eecf7 [2021-03-15T21:10:45.956Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:45.956Z] Removing intermediate container c4250aa3de3b [2021-03-15T21:10:45.956Z] ---> e5c98a552880 [2021-03-15T21:10:45.956Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:46.229Z] ---> Running in 71aa86cb8516 [2021-03-15T21:10:46.229Z] ---> Running in 793834d1778e [2021-03-15T21:10:46.229Z] Removing intermediate container 05676931b101 [2021-03-15T21:10:46.229Z] ---> 7351e4ba3633 [2021-03-15T21:10:46.229Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:46.366Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:10:46.501Z] Removing intermediate container ae12bff3b849 [2021-03-15T21:10:46.501Z] Removing intermediate container 77430549b814 [2021-03-15T21:10:46.501Z] ---> cf02451a5cac [2021-03-15T21:10:46.502Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:46.502Z] ---> ce08fce670dc [2021-03-15T21:10:46.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:46.502Z] ---> Running in 5b66931abd8b [2021-03-15T21:10:46.777Z] ---> Running in 47a5b65d27c5 [2021-03-15T21:10:46.777Z] ---> Running in cea68fecb57c [2021-03-15T21:10:46.940Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:10:47.529Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:10:47.529Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:10:48.106Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:10:48.106Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:10:49.513Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:10:49.513Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:10:49.513Z] 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-03-15T21:10:49.784Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:10:49.784Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:10:50.202Z] Removing intermediate container 793834d1778e [2021-03-15T21:10:50.202Z] ---> b8e1df124ba5 [2021-03-15T21:10:50.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:50.202Z] ---> Running in 25db84bd61b2 [2021-03-15T21:10:50.386Z] Removing intermediate container 3d1cee49dc6d [2021-03-15T21:10:50.386Z] ---> f2ee92cdc5d1 [2021-03-15T21:10:50.386Z] Step 8/22 : COPY . . [2021-03-15T21:10:50.386Z] 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-03-15T21:10:50.386Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:10:50.386Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:10:50.386Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:10:50.386Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:10:50.386Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:10:50.386Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:10:50.490Z] Removing intermediate container 71aa86cb8516 [2021-03-15T21:10:50.490Z] ---> 2d6ea8aefa25 [2021-03-15T21:10:50.490Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:10:50.658Z] Installing collected packages: dockerpty, docopt, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, PyYAML, cached-property, docker-compose [2021-03-15T21:10:50.658Z] Running setup.py install for dockerpty: started [2021-03-15T21:10:50.762Z] ---> Running in d5e5f7dd20a4 [2021-03-15T21:10:50.762Z] Removing intermediate container 5b66931abd8b [2021-03-15T21:10:50.762Z] ---> 24a134ca83cf [2021-03-15T21:10:50.762Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-15T21:10:51.046Z] Removing intermediate container cea68fecb57c [2021-03-15T21:10:51.046Z] ---> 49c09e245f1f [2021-03-15T21:10:51.046Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:51.046Z] Removing intermediate container 47a5b65d27c5 [2021-03-15T21:10:51.046Z] ---> 26c67f18bdc5 [2021-03-15T21:10:51.046Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:10:51.046Z] ---> Running in b7a3885c259c [2021-03-15T21:10:51.046Z] ---> Running in bf5e70fb83be [2021-03-15T21:10:51.321Z] ---> Running in dccaeb46280e [2021-03-15T21:10:51.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:52.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:52.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:53.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:53.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:53.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:53.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:53.839Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:53.996Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:10:53.996Z] Running setup.py install for docopt: started [2021-03-15T21:10:54.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:54.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:54.576Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:10:54.576Z] Running setup.py install for texttable: started [2021-03-15T21:10:54.676Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:54.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:55.159Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:10:55.237Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:55.237Z] Removing intermediate container 25db84bd61b2 [2021-03-15T21:10:55.237Z] ---> 90ad20bd6339 [2021-03-15T21:10:55.237Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:55.515Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:56.534Z] Removing intermediate container d5e5f7dd20a4 [2021-03-15T21:10:56.534Z] ---> c4582f2c6ffe [2021-03-15T21:10:56.534Z] Step 6/26 : COPY go.mod . [2021-03-15T21:10:56.534Z] ---> 81fdc28be013 [2021-03-15T21:10:56.534Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:56.837Z] ---> Running in 107df0057d6f [2021-03-15T21:10:56.837Z] Removing intermediate container b7a3885c259c [2021-03-15T21:10:56.837Z] ---> d77bcd2b47e9 [2021-03-15T21:10:56.837Z] Step 6/21 : COPY go.mod . [2021-03-15T21:10:57.451Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:57.451Z] Removing intermediate container bf5e70fb83be [2021-03-15T21:10:57.451Z] ---> 4325aeca10b3 [2021-03-15T21:10:57.451Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:57.451Z] ---> b33322c7a5c0 [2021-03-15T21:10:57.451Z] Step 7/26 : RUN go mod download [2021-03-15T21:10:57.733Z] ---> Running in fe568fc913d6 [2021-03-15T21:10:58.350Z] ---> aba152a1d876 [2021-03-15T21:10:58.350Z] Step 7/21 : RUN go mod download [2021-03-15T21:10:58.483Z] Attempting uninstall: urllib3 [2021-03-15T21:10:58.483Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:10:58.483Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:10:58.483Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:10:58.635Z] ---> Running in 2cdd3b6e7113 [2021-03-15T21:10:58.923Z] ---> 3baa22769194 [2021-03-15T21:10:58.923Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:59.203Z] ---> Running in c9ad97587e81 [2021-03-15T21:10:59.480Z] Removing intermediate container dccaeb46280e [2021-03-15T21:10:59.480Z] ---> cc739bb6940d [2021-03-15T21:10:59.480Z] Step 6/24 : COPY go.mod . [2021-03-15T21:11:00.930Z] ---> 1c72ebf4dacd [2021-03-15T21:11:00.930Z] Step 7/24 : RUN go mod download [2021-03-15T21:11:01.212Z] ---> Running in 7870afe5061b [2021-03-15T21:11:01.212Z] Removing intermediate container 107df0057d6f [2021-03-15T21:11:01.212Z] ---> 498899eebdbe [2021-03-15T21:11:01.212Z] Step 8/23 : COPY . . [2021-03-15T21:11:02.657Z] Removing intermediate container fe568fc913d6 [2021-03-15T21:11:02.657Z] ---> abfa600028d8 [2021-03-15T21:11:02.657Z] Step 8/26 : COPY . . [2021-03-15T21:11:02.710Z] Attempting uninstall: idna [2021-03-15T21:11:02.710Z] Found existing installation: idna 2.9 [2021-03-15T21:11:02.710Z] Uninstalling idna-2.9: [2021-03-15T21:11:02.710Z] Removing intermediate container 53746b77690a [2021-03-15T21:11:02.710Z] ---> 7cbb3ada3309 [2021-03-15T21:11:02.710Z] [2021-03-15T21:11:02.710Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:11:02.710Z] ---> 88dd2752d2ea [2021-03-15T21:11:02.710Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:11:02.710Z] Successfully uninstalled idna-2.9 [2021-03-15T21:11:02.710Z] ---> Using cache [2021-03-15T21:11:02.710Z] ---> e3c8573688ab [2021-03-15T21:11:02.710Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:11:02.710Z] ---> Using cache [2021-03-15T21:11:02.710Z] ---> 9db1365fcf1d [2021-03-15T21:11:02.710Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:11:02.710Z] Attempting uninstall: requests [2021-03-15T21:11:02.710Z] Found existing installation: requests 2.23.0 [2021-03-15T21:11:02.710Z] Uninstalling requests-2.23.0: [2021-03-15T21:11:02.972Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:11:03.644Z] Removing intermediate container 2cdd3b6e7113 [2021-03-15T21:11:03.644Z] ---> af06f3938feb [2021-03-15T21:11:03.644Z] Step 8/21 : COPY . . [2021-03-15T21:11:04.250Z] Removing intermediate container c9ad97587e81 [2021-03-15T21:11:04.250Z] ---> 21910e60b0b7 [2021-03-15T21:11:04.250Z] Step 8/23 : COPY . . [2021-03-15T21:11:06.233Z] Removing intermediate container 7870afe5061b [2021-03-15T21:11:06.233Z] ---> 42dc16d571f0 [2021-03-15T21:11:06.233Z] Step 8/24 : COPY . . [2021-03-15T21:11:08.315Z] ---> Running in 920df26ed34f [2021-03-15T21:11:10.871Z] Removing intermediate container 5373d248d705 [2021-03-15T21:11:10.871Z] ---> 6cadd39f7d26 [2021-03-15T21:11:10.871Z] [2021-03-15T21:11:10.871Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:11:10.871Z] Running setup.py install for PyYAML: started [2021-03-15T21:11:10.871Z] ---> 88dd2752d2ea [2021-03-15T21:11:10.871Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:11:12.794Z] Removing intermediate container 920df26ed34f [2021-03-15T21:11:12.794Z] ---> 989cb7d87be3 [2021-03-15T21:11:12.794Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:11:12.794Z] ---> 0ad5345f072e [2021-03-15T21:11:12.794Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:11:13.062Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:11:13.643Z] ---> Running in a9b656cc488f [2021-03-15T21:11:14.230Z] ---> Running in 95e534431389 [2021-03-15T21:11:14.230Z] ---> Running in 92e9bae7b707 [2021-03-15T21:11:14.230Z] 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-03-15T21:11:14.503Z] Removing intermediate container a9b656cc488f [2021-03-15T21:11:14.503Z] ---> f17acf513e5d [2021-03-15T21:11:14.503Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:11:15.901Z] ---> Running in 3d5199f3b2df [2021-03-15T21:11:15.901Z] Removing intermediate container 92e9bae7b707 [2021-03-15T21:11:15.901Z] ---> 9b1dbf23ef67 [2021-03-15T21:11:15.901Z] Step 15/23 : WORKDIR / [2021-03-15T21:11:16.169Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:11:18.743Z] ---> Running in cf5c20dae648 [2021-03-15T21:11:19.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:19.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:20.011Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:11:20.011Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:11:20.011Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:11:20.277Z] OK: 6 MiB in 16 packages [2021-03-15T21:11:20.855Z] Removing intermediate container cf5c20dae648 [2021-03-15T21:11:20.855Z] ---> 20dd997be55c [2021-03-15T21:11:20.855Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:11:22.878Z] Removing intermediate container fb15ae24a6bd [2021-03-15T21:11:22.878Z] ---> cade7172c53a [2021-03-15T21:11:22.878Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:11:23.709Z] ---> Running in b8ce81373480 [2021-03-15T21:11:23.709Z] ---> b15de9326ca4 [2021-03-15T21:11:23.709Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:11:24.574Z] ---> f4cd0f3e235a [2021-03-15T21:11:24.574Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:11:24.574Z] ---> 7f72f58ee79f [2021-03-15T21:11:24.574Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:11:24.574Z] ---> Running in c7e354eace09 [2021-03-15T21:11:24.574Z] ---> e217ca7b18b4 [2021-03-15T21:11:24.574Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:11:24.574Z] ---> 7c83a3764405 [2021-03-15T21:11:24.574Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:11:24.574Z] ---> Running in fdf6c5f15aae [2021-03-15T21:11:24.574Z] ---> 86144a752382 [2021-03-15T21:11:24.574Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:11:24.574Z] ---> Running in ad6e3d1a9141 [2021-03-15T21:11:24.574Z] ---> Running in bb6f27c38b59 [2021-03-15T21:11:24.574Z] ---> Running in 298ed9c61f03 [2021-03-15T21:11:24.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:11:24.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:11:25.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:11:25.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:11:25.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:11:25.196Z] ---> 5da4b759530c [2021-03-15T21:11:25.196Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:11:26.184Z] Removing intermediate container 3d5199f3b2df [2021-03-15T21:11:26.184Z] ---> 34d5e512cc04 [2021-03-15T21:11:26.184Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:11:26.184Z] ---> 4e825b8f7335 [2021-03-15T21:11:26.184Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:11:26.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:26.452Z] ---> Running in 9ee5f018d5e1 [2021-03-15T21:11:26.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:26.452Z] ---> Running in b0221fa0159a [2021-03-15T21:11:26.452Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:11:26.452Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:11:26.452Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:11:26.452Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:11:26.717Z] OK: 72 MiB in 58 packages [2021-03-15T21:11:26.984Z] ---> 5637770a6057 [2021-03-15T21:11:26.984Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:11:27.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:11:27.258Z] Removing intermediate container b0221fa0159a [2021-03-15T21:11:27.258Z] ---> 88bdf2c292f7 [2021-03-15T21:11:27.258Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:11:27.258Z] ---> Running in aad7b27f1482 [2021-03-15T21:11:27.522Z] ---> Running in a15c80eea124 [2021-03-15T21:11:27.797Z] Removing intermediate container aad7b27f1482 [2021-03-15T21:11:27.797Z] ---> 9349509c1f5f [2021-03-15T21:11:27.797Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:11:27.797Z] Removing intermediate container b8ce81373480 [2021-03-15T21:11:27.797Z] ---> 0645012c53b7 [2021-03-15T21:11:27.797Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:11:27.797Z] Removing intermediate container a15c80eea124 [2021-03-15T21:11:27.797Z] ---> 7a8789abd6e2 [2021-03-15T21:11:27.797Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:11:28.063Z] ---> Running in 101ead3979c1 [2021-03-15T21:11:28.063Z] ---> Running in 16ff4c5ce2d6 [2021-03-15T21:11:28.064Z] ---> Running in 2617cb59288a [2021-03-15T21:11:28.646Z] Removing intermediate container 101ead3979c1 [2021-03-15T21:11:28.646Z] ---> 6f15e0e9f5b2 [2021-03-15T21:11:28.646Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:11:28.646Z] Removing intermediate container 2617cb59288a [2021-03-15T21:11:28.646Z] ---> 3bc104f614b9 [2021-03-15T21:11:28.646Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:11:28.911Z] ---> Running in 8f621af769ba [2021-03-15T21:11:28.911Z] ---> Running in 127a842602fa [2021-03-15T21:11:29.176Z] Removing intermediate container 8f621af769ba [2021-03-15T21:11:29.176Z] ---> 2fbd1d81032b [2021-03-15T21:11:29.176Z] Step 22/23 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:11:29.176Z] Removing intermediate container 127a842602fa [2021-03-15T21:11:29.176Z] ---> 1470a52cde43 [2021-03-15T21:11:29.176Z] Step 24/26 : LABEL arch=x86_64 [2021-03-15T21:11:29.445Z] ---> Running in 198c09856a54 [2021-03-15T21:11:29.445Z] ---> Running in ae811d58d77d [2021-03-15T21:11:30.031Z] Removing intermediate container 198c09856a54 [2021-03-15T21:11:30.031Z] ---> 09b44ab8b992 [2021-03-15T21:11:30.031Z] Step 23/23 : LABEL version=2.0.0-dev.125 [2021-03-15T21:11:30.031Z] Removing intermediate container ae811d58d77d [2021-03-15T21:11:30.031Z] ---> 180b63a590d5 [2021-03-15T21:11:30.031Z] Step 25/26 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:11:30.614Z] ---> Running in 3dd49f265d77 [2021-03-15T21:11:30.614Z] Removing intermediate container 16ff4c5ce2d6 [2021-03-15T21:11:30.614Z] ---> 8e9305ab1833 [2021-03-15T21:11:30.614Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:11:30.614Z] ---> Running in 1efd0bbb1d16 [2021-03-15T21:11:30.889Z] ---> Running in f8bbe15d9020 [2021-03-15T21:11:30.889Z] Removing intermediate container 3dd49f265d77 [2021-03-15T21:11:30.889Z] ---> c2899472dc4e [2021-03-15T21:11:30.889Z] [2021-03-15T21:11:30.889Z] Removing intermediate container 1efd0bbb1d16 [2021-03-15T21:11:30.889Z] ---> 8bdb5d59ddb3 [2021-03-15T21:11:30.889Z] Step 26/26 : LABEL version=2.0.0-dev.125 [2021-03-15T21:11:31.171Z] ---> Running in beb3f213bfee [2021-03-15T21:11:31.171Z] Successfully built c2899472dc4e [2021-03-15T21:11:31.171Z] Removing intermediate container f8bbe15d9020 [2021-03-15T21:11:31.171Z] ---> 264e1f2d67a3 [2021-03-15T21:11:31.171Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:11:31.772Z] Successfully tagged docker-core-metadata-go:latest [2021-03-15T21:11:32.358Z]  Building docker-core-metadata-go ... done Removing intermediate container beb3f213bfee [2021-03-15T21:11:32.358Z] ---> bec3bc400325 [2021-03-15T21:11:32.358Z] [2021-03-15T21:11:32.633Z] Successfully built bec3bc400325 [2021-03-15T21:11:32.633Z] ---> f134bf78cdf2 [2021-03-15T21:11:32.633Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:11:32.901Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-15T21:11:32.901Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 389a86c426df [2021-03-15T21:11:34.855Z] Removing intermediate container 389a86c426df [2021-03-15T21:11:34.855Z] ---> a58624f6f8f1 [2021-03-15T21:11:34.855Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:11:35.441Z] ---> f2a4b7dc7d14 [2021-03-15T21:11:35.441Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:11:36.411Z] ---> 1dcb48801e47 [2021-03-15T21:11:36.411Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:11:36.681Z] ---> daa0c8ea7059 [2021-03-15T21:11:36.681Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:11:40.015Z] ---> c2bc6488ddda [2021-03-15T21:11:40.015Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:11:40.279Z] ---> c507926ef6b7 [2021-03-15T21:11:40.279Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:11:40.558Z] ---> Running in 9c1aee4de2d4 [2021-03-15T21:11:40.831Z] Removing intermediate container 9c1aee4de2d4 [2021-03-15T21:11:40.831Z] ---> 2a842231f893 [2021-03-15T21:11:40.831Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:11:42.790Z] ---> 43f920b1cba0 [2021-03-15T21:11:42.790Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:11:43.380Z] ---> Running in be96a07e5e23 [2021-03-15T21:11:43.380Z] Removing intermediate container 95e534431389 [2021-03-15T21:11:43.380Z] ---> a96c005fc752 [2021-03-15T21:11:43.380Z] [2021-03-15T21:11:43.380Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:11:43.380Z] ---> 88dd2752d2ea [2021-03-15T21:11:43.380Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:11:43.656Z] ---> Running in ce3d6d4b2401 [2021-03-15T21:11:43.920Z] Removing intermediate container ce3d6d4b2401 [2021-03-15T21:11:43.920Z] ---> c6821fcdfbf2 [2021-03-15T21:11:43.920Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:11:43.920Z] ---> Running in 3527c1f6da14 [2021-03-15T21:11:44.190Z] Removing intermediate container 3527c1f6da14 [2021-03-15T21:11:44.190Z] ---> 3a8b14d7cb89 [2021-03-15T21:11:44.190Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:11:44.190Z] ---> Running in 29a82b5ab2b8 [2021-03-15T21:11:44.456Z] Removing intermediate container 29a82b5ab2b8 [2021-03-15T21:11:44.456Z] ---> dd86080f4a63 [2021-03-15T21:11:44.456Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:11:44.456Z] Removing intermediate container be96a07e5e23 [2021-03-15T21:11:44.456Z] ---> 05f571272cbe [2021-03-15T21:11:44.456Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:11:44.456Z] ---> Running in 9e81aa6c6f80 [2021-03-15T21:11:45.038Z] ---> Running in cfca7d5e4a92 [2021-03-15T21:11:45.299Z] Removing intermediate container cfca7d5e4a92 [2021-03-15T21:11:45.299Z] ---> 09f3bffcf245 [2021-03-15T21:11:45.299Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:11:45.563Z] ---> Running in 72b927dde660 [2021-03-15T21:11:45.826Z] Removing intermediate container 72b927dde660 [2021-03-15T21:11:45.826Z] ---> 23c563f27f7b [2021-03-15T21:11:45.826Z] Step 29/31 : LABEL arch=x86_64 [2021-03-15T21:11:47.748Z] ---> Running in 0ff93adb6f67 [2021-03-15T21:11:47.748Z] Removing intermediate container 9e81aa6c6f80 [2021-03-15T21:11:47.748Z] ---> ffef6166f004 [2021-03-15T21:11:47.748Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:11:47.748Z] Removing intermediate container 9ee5f018d5e1 [2021-03-15T21:11:47.748Z] ---> a32f9ab91789 [2021-03-15T21:11:47.748Z] [2021-03-15T21:11:47.748Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:11:47.748Z] ---> 88dd2752d2ea [2021-03-15T21:11:47.748Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:11:47.748Z] ---> Running in 4f7a0487817b [2021-03-15T21:11:48.009Z] Removing intermediate container 0ff93adb6f67 [2021-03-15T21:11:48.009Z] ---> 1df0aae382e8 [2021-03-15T21:11:48.009Z] Step 30/31 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:11:48.009Z] ---> Running in 92cc90f00b98 [2021-03-15T21:11:48.276Z] ---> Running in 1aae4bb94ca8 [2021-03-15T21:11:49.230Z] Removing intermediate container 1aae4bb94ca8 [2021-03-15T21:11:49.230Z] ---> 8c7181da4476 [2021-03-15T21:11:49.230Z] Step 31/31 : LABEL version=2.0.0-dev.125 [2021-03-15T21:11:49.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:49.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:49.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:49.230Z] ---> Running in aa2437f2350a [2021-03-15T21:11:49.491Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:11:49.491Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:11:49.491Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:11:49.491Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:11:49.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T21:11:49.755Z] OK: 6 MiB in 16 packages [2021-03-15T21:11:50.016Z] Removing intermediate container aa2437f2350a [2021-03-15T21:11:50.016Z] ---> d83b97363772 [2021-03-15T21:11:50.016Z] [2021-03-15T21:11:50.016Z] Successfully built d83b97363772 [2021-03-15T21:11:50.016Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-15T21:11:50.278Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:11:50.278Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:11:50.540Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:11:50.540Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:11:50.805Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:11:50.805Z] Removing intermediate container 92cc90f00b98 [2021-03-15T21:11:50.805Z] ---> 638480e8a23d [2021-03-15T21:11:50.805Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:11:50.805Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:11:50.805Z] ---> Running in d29dfe2cd1ab [2021-03-15T21:11:50.805Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:11:50.805Z] OK: 8 MiB in 20 packages [2021-03-15T21:11:51.074Z] Removing intermediate container d29dfe2cd1ab [2021-03-15T21:11:51.074Z] ---> df38201308f8 [2021-03-15T21:11:51.074Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:11:51.074Z] ---> Running in 26e5e560f557 [2021-03-15T21:11:51.336Z] Removing intermediate container 26e5e560f557 [2021-03-15T21:11:51.336Z] ---> 3bdcb5a2d520 [2021-03-15T21:11:51.336Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:11:51.336Z] ---> Running in 32007c1a8013 [2021-03-15T21:11:51.336Z] Removing intermediate container 4f7a0487817b [2021-03-15T21:11:51.336Z] ---> 8f07e378cea3 [2021-03-15T21:11:51.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:11:51.911Z] Removing intermediate container 32007c1a8013 [2021-03-15T21:11:51.911Z] ---> f0df307908ae [2021-03-15T21:11:51.911Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:11:51.911Z] ---> 8e7dd3d09582 [2021-03-15T21:11:51.911Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:11:52.485Z] ---> 8b705591b830 [2021-03-15T21:11:52.485Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:11:52.747Z] ---> be522e0ba497 [2021-03-15T21:11:52.747Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:11:53.008Z] ---> f41544ee9e7c [2021-03-15T21:11:53.008Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:11:53.008Z] ---> 96d21d784b67 [2021-03-15T21:11:53.008Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:11:53.008Z] ---> Running in 186fc4de55c5 [2021-03-15T21:11:53.269Z] ---> c332c8e4bca0 [2021-03-15T21:11:53.269Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:11:53.269Z] ---> Running in 1777ae85c690 [2021-03-15T21:11:53.269Z] Removing intermediate container 186fc4de55c5 [2021-03-15T21:11:53.269Z] ---> ad7a1d72da7a [2021-03-15T21:11:53.269Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:11:53.269Z] ---> Running in 2279d7ace001 [2021-03-15T21:11:53.533Z] Removing intermediate container 1777ae85c690 [2021-03-15T21:11:53.533Z] ---> dff842b76d7e [2021-03-15T21:11:53.533Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:11:53.533Z] ---> Running in fb7b6f9aa172 [2021-03-15T21:11:53.533Z] Removing intermediate container 2279d7ace001 [2021-03-15T21:11:53.533Z] ---> a0cf7f96cb33 [2021-03-15T21:11:53.533Z] Step 21/23 : LABEL arch=x86_64 [2021-03-15T21:11:53.533Z] ---> Running in 1d07d38d5cf4 [2021-03-15T21:11:53.795Z] Removing intermediate container fb7b6f9aa172 [2021-03-15T21:11:53.795Z] ---> 2a4acd46b3e0 [2021-03-15T21:11:53.795Z] Step 20/22 : LABEL arch=x86_64 [2021-03-15T21:11:53.795Z] ---> Running in 4e98b5668873 [2021-03-15T21:11:53.795Z] Removing intermediate container 1d07d38d5cf4 [2021-03-15T21:11:53.795Z] ---> b724cf3d27bc [2021-03-15T21:11:53.795Z] Step 22/23 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:11:54.058Z] ---> Running in 0626f32cc4bf [2021-03-15T21:11:54.058Z] Removing intermediate container 4e98b5668873 [2021-03-15T21:11:54.058Z] ---> 3507ba4169bc [2021-03-15T21:11:54.058Z] Step 21/22 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:11:54.058Z] ---> Running in bcc2d81b3867 [2021-03-15T21:11:54.058Z] Removing intermediate container 0626f32cc4bf [2021-03-15T21:11:54.058Z] ---> e27bc549b079 [2021-03-15T21:11:54.058Z] Step 23/23 : LABEL version=2.0.0-dev.125 [2021-03-15T21:11:54.320Z] ---> Running in af4c2a70fda9 [2021-03-15T21:11:54.320Z] Removing intermediate container bcc2d81b3867 [2021-03-15T21:11:54.320Z] ---> d5b96ce57c29 [2021-03-15T21:11:54.320Z] Step 22/22 : LABEL version=2.0.0-dev.125 [2021-03-15T21:11:54.320Z] ---> Running in 1b647876065a [2021-03-15T21:11:54.581Z] Removing intermediate container af4c2a70fda9 [2021-03-15T21:11:54.581Z] ---> 9c2de5c9b29a [2021-03-15T21:11:54.581Z] [2021-03-15T21:11:54.847Z] Successfully built 9c2de5c9b29a [2021-03-15T21:11:55.109Z] Successfully tagged docker-core-data-go:latest [2021-03-15T21:11:55.109Z]  Building docker-core-data-go ... done Removing intermediate container 1b647876065a [2021-03-15T21:11:55.109Z] ---> 3c0839a31d34 [2021-03-15T21:11:55.109Z] [2021-03-15T21:11:55.109Z] Successfully built 3c0839a31d34 [2021-03-15T21:11:55.371Z] Successfully tagged docker-support-notifications-go:latest [2021-03-15T21:11:55.643Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-15T21:11:55.655Z] $ docker stop --time=1 9a407c025a66969a6f7e34c62c9f10cf5286ae121df3fd68308c7ec9cd7c10c7 [2021-03-15T21:11:57.370Z] $ docker rm -f 9a407c025a66969a6f7e34c62c9f10cf5286ae121df3fd68308c7ec9cd7c10c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:11:57.936Z] + docker images [2021-03-15T21:11:57.936Z] + grep docker [2021-03-15T21:11:58.198Z] docker-support-notifications-go latest 3c0839a31d34 4 seconds ago 17.8MB [2021-03-15T21:11:58.198Z] docker-core-data-go latest 9c2de5c9b29a 4 seconds ago 22.6MB [2021-03-15T21:11:58.198Z] docker-security-bootstrapper-go latest d83b97363772 9 seconds ago 18.7MB [2021-03-15T21:11:58.198Z] docker-sys-mgmt-agent-go latest bec3bc400325 27 seconds ago 313MB [2021-03-15T21:11:58.198Z] docker-core-metadata-go latest c2899472dc4e 28 seconds ago 19MB [2021-03-15T21:11:58.198Z] docker-core-command-go latest 66e3a52104c1 2 minutes ago 17.2MB [2021-03-15T21:11:58.198Z] docker-support-scheduler-go latest b1950716ef45 2 minutes ago 17.3MB [2021-03-15T21:11:58.198Z] docker-security-proxy-setup-go latest f112f12081af 2 minutes ago 24.7MB [2021-03-15T21:11:58.198Z] docker-security-secretstore-setup-go latest ebfd26eeba40 2 minutes ago 24.9MB [2021-03-15T21:11:58.198Z] docker 20.10.0 aefe523efa57 3 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-03-15T21:11:58.815Z] provisioning config files... [2021-03-15T21:11:58.851Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/392@tmp/config347243553005597145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:11:59.209Z] ---> docker-login.sh [2021-03-15T21:11:59.209Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:11:59.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:11:59.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:11:59.209Z] Configure a credential helper to remove this warning. See [2021-03-15T21:11:59.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:11:59.209Z] [2021-03-15T21:11:59.209Z] Login Succeeded [2021-03-15T21:11:59.471Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:11:59.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:11:59.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:11:59.471Z] Configure a credential helper to remove this warning. See [2021-03-15T21:11:59.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:11:59.471Z] [2021-03-15T21:11:59.471Z] Login Succeeded [2021-03-15T21:11:59.471Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:11:59.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:11:59.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:11:59.734Z] Configure a credential helper to remove this warning. See [2021-03-15T21:11:59.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:11:59.734Z] [2021-03-15T21:11:59.734Z] Login Succeeded [2021-03-15T21:11:59.734Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:11:59.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:11:59.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:11:59.995Z] Configure a credential helper to remove this warning. See [2021-03-15T21:11:59.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:11:59.996Z] [2021-03-15T21:11:59.996Z] Login Succeeded [2021-03-15T21:11:59.996Z] docker.io [2021-03-15T21:11:59.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:12:00.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:12:00.257Z] Configure a credential helper to remove this warning. See [2021-03-15T21:12:00.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:12:00.257Z] [2021-03-15T21:12:00.257Z] Login Succeeded [2021-03-15T21:12:00.257Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:12:00.268Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:00.592Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-15T21:12:00.592Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:00.592Z] 2.0.0-dev.125 [2021-03-15T21:12:00.592Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:00.592Z] master [2021-03-15T21:12:00.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:01.106Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:01.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:01.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-15T21:12:01.425Z] 7df25ba304bd: Preparing [2021-03-15T21:12:01.425Z] b44aa4b5a92a: Preparing [2021-03-15T21:12:01.425Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:01.425Z] 44c551826585: Preparing [2021-03-15T21:12:01.425Z] 33e8713114f8: Preparing [2021-03-15T21:12:01.425Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:02.000Z] 44c551826585: Pushed [2021-03-15T21:12:02.000Z] 462a4a0f1c06: Pushed [2021-03-15T21:12:02.000Z] 7df25ba304bd: Pushed [2021-03-15T21:12:02.572Z] b44aa4b5a92a: Pushed [2021-03-15T21:12:02.834Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:1219ebe0b0010ce94b155bb4eb3e315029d7086ab9a0f51e11a4629b24b87adf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:03.151Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:03.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.125 [2021-03-15T21:12:03.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-15T21:12:03.459Z] 7df25ba304bd: Preparing [2021-03-15T21:12:03.459Z] b44aa4b5a92a: Preparing [2021-03-15T21:12:03.459Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:03.459Z] 44c551826585: Preparing [2021-03-15T21:12:03.459Z] 33e8713114f8: Preparing [2021-03-15T21:12:03.459Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:03.459Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:03.459Z] 44c551826585: Layer already exists [2021-03-15T21:12:03.459Z] 7df25ba304bd: Layer already exists [2021-03-15T21:12:03.459Z] b44aa4b5a92a: Layer already exists [2021-03-15T21:12:03.459Z] 2.0.0-dev.125: digest: sha256:1219ebe0b0010ce94b155bb4eb3e315029d7086ab9a0f51e11a4629b24b87adf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:03.772Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:04.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:04.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-15T21:12:04.075Z] 7df25ba304bd: Preparing [2021-03-15T21:12:04.075Z] b44aa4b5a92a: Preparing [2021-03-15T21:12:04.075Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:04.075Z] 44c551826585: Preparing [2021-03-15T21:12:04.075Z] 33e8713114f8: Preparing [2021-03-15T21:12:04.075Z] b44aa4b5a92a: Layer already exists [2021-03-15T21:12:04.075Z] 7df25ba304bd: Layer already exists [2021-03-15T21:12:04.075Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:04.075Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:04.075Z] 44c551826585: Layer already exists [2021-03-15T21:12:04.075Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:1219ebe0b0010ce94b155bb4eb3e315029d7086ab9a0f51e11a4629b24b87adf size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:04.386Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:04.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-15T21:12:04.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-15T21:12:04.693Z] 7df25ba304bd: Preparing [2021-03-15T21:12:04.693Z] b44aa4b5a92a: Preparing [2021-03-15T21:12:04.693Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:04.693Z] 44c551826585: Preparing [2021-03-15T21:12:04.693Z] 33e8713114f8: Preparing [2021-03-15T21:12:04.693Z] 44c551826585: Layer already exists [2021-03-15T21:12:04.693Z] 7df25ba304bd: Layer already exists [2021-03-15T21:12:04.693Z] b44aa4b5a92a: Layer already exists [2021-03-15T21:12:04.693Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:04.693Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:04.693Z] master: digest: sha256:1219ebe0b0010ce94b155bb4eb3e315029d7086ab9a0f51e11a4629b24b87adf size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:04.920Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:04.969Z] taggedImages: [2021-03-15T21:12:04.969Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:04.969Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.125 [2021-03-15T21:12:04.969Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:04.969Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-15T21:12:05.040Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-15T21:12:05.040Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:05.040Z] 2.0.0-dev.125 [2021-03-15T21:12:05.040Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:05.040Z] master [2021-03-15T21:12:05.040Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:05.544Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:05.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:05.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-15T21:12:05.848Z] 3e8585840e21: Preparing [2021-03-15T21:12:05.848Z] 9aebb47d6e66: Preparing [2021-03-15T21:12:05.848Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:05.848Z] 2f97a938c577: Preparing [2021-03-15T21:12:05.848Z] c072a1b810c9: Preparing [2021-03-15T21:12:05.848Z] 33e8713114f8: Preparing [2021-03-15T21:12:05.848Z] 33e8713114f8: Waiting [2021-03-15T21:12:05.848Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:05.848Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:06.109Z] c072a1b810c9: Pushed [2021-03-15T21:12:06.109Z] 3e8585840e21: Pushed [2021-03-15T21:12:06.109Z] 2f97a938c577: Pushed [2021-03-15T21:12:07.056Z] 9aebb47d6e66: Pushed [2021-03-15T21:12:07.628Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:1dac49a77a018e6ff1cd68b773f9ac09e3ceda640e215a92b39ea1eda09b0dec size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:07.936Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:08.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.125 [2021-03-15T21:12:08.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-15T21:12:08.353Z] 3e8585840e21: Preparing [2021-03-15T21:12:08.353Z] 9aebb47d6e66: Preparing [2021-03-15T21:12:08.353Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:08.353Z] 2f97a938c577: Preparing [2021-03-15T21:12:08.353Z] c072a1b810c9: Preparing [2021-03-15T21:12:08.353Z] 33e8713114f8: Preparing [2021-03-15T21:12:08.353Z] 33e8713114f8: Waiting [2021-03-15T21:12:08.353Z] 2f97a938c577: Layer already exists [2021-03-15T21:12:08.353Z] c072a1b810c9: Layer already exists [2021-03-15T21:12:08.353Z] 9aebb47d6e66: Layer already exists [2021-03-15T21:12:08.353Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:08.353Z] 3e8585840e21: Layer already exists [2021-03-15T21:12:08.353Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:08.353Z] 2.0.0-dev.125: digest: sha256:1dac49a77a018e6ff1cd68b773f9ac09e3ceda640e215a92b39ea1eda09b0dec size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:08.776Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:09.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:09.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-15T21:12:09.098Z] 3e8585840e21: Preparing [2021-03-15T21:12:09.098Z] 9aebb47d6e66: Preparing [2021-03-15T21:12:09.098Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:09.098Z] 2f97a938c577: Preparing [2021-03-15T21:12:09.098Z] c072a1b810c9: Preparing [2021-03-15T21:12:09.098Z] 33e8713114f8: Preparing [2021-03-15T21:12:09.098Z] 33e8713114f8: Waiting [2021-03-15T21:12:09.098Z] c072a1b810c9: Layer already exists [2021-03-15T21:12:09.098Z] 9aebb47d6e66: Layer already exists [2021-03-15T21:12:09.098Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:09.098Z] 2f97a938c577: Layer already exists [2021-03-15T21:12:09.098Z] 3e8585840e21: Layer already exists [2021-03-15T21:12:09.098Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:09.098Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:1dac49a77a018e6ff1cd68b773f9ac09e3ceda640e215a92b39ea1eda09b0dec size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:09.562Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:10.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-15T21:12:10.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-15T21:12:10.125Z] 3e8585840e21: Preparing [2021-03-15T21:12:10.125Z] 9aebb47d6e66: Preparing [2021-03-15T21:12:10.125Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:10.125Z] 2f97a938c577: Preparing [2021-03-15T21:12:10.125Z] c072a1b810c9: Preparing [2021-03-15T21:12:10.125Z] 33e8713114f8: Preparing [2021-03-15T21:12:10.125Z] 33e8713114f8: Waiting [2021-03-15T21:12:10.125Z] c072a1b810c9: Layer already exists [2021-03-15T21:12:10.125Z] 9aebb47d6e66: Layer already exists [2021-03-15T21:12:10.125Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:10.125Z] 3e8585840e21: Layer already exists [2021-03-15T21:12:10.125Z] 2f97a938c577: Layer already exists [2021-03-15T21:12:10.125Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:10.125Z] master: digest: sha256:1dac49a77a018e6ff1cd68b773f9ac09e3ceda640e215a92b39ea1eda09b0dec size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:10.319Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:10.460Z] taggedImages: [2021-03-15T21:12:10.460Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:10.460Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.125 [2021-03-15T21:12:10.460Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:10.460Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-15T21:12:10.544Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-15T21:12:10.544Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:10.544Z] 2.0.0-dev.125 [2021-03-15T21:12:10.544Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:10.544Z] master [2021-03-15T21:12:10.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:11.063Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:11.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:11.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-15T21:12:11.367Z] 5d02bdf0cd4f: Preparing [2021-03-15T21:12:11.367Z] 767120498f4d: Preparing [2021-03-15T21:12:11.367Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:11.367Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:11.367Z] 33e8713114f8: Preparing [2021-03-15T21:12:11.367Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:11.367Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:11.629Z] 5d02bdf0cd4f: Pushed [2021-03-15T21:12:11.629Z] 6af5b3c34b02: Pushed [2021-03-15T21:12:13.014Z] 767120498f4d: Pushed [2021-03-15T21:12:13.014Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:1da6bf98b5e4722d254be6089c836d19c975e97863f5f22650c19edd6d9ff77e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:13.326Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:13.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.125 [2021-03-15T21:12:13.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-15T21:12:13.632Z] 5d02bdf0cd4f: Preparing [2021-03-15T21:12:13.632Z] 767120498f4d: Preparing [2021-03-15T21:12:13.632Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:13.632Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:13.632Z] 33e8713114f8: Preparing [2021-03-15T21:12:13.632Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:13.632Z] 5d02bdf0cd4f: Layer already exists [2021-03-15T21:12:13.632Z] 767120498f4d: Layer already exists [2021-03-15T21:12:13.632Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:13.632Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:13.632Z] 2.0.0-dev.125: digest: sha256:1da6bf98b5e4722d254be6089c836d19c975e97863f5f22650c19edd6d9ff77e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:13.947Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:14.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:14.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-15T21:12:14.251Z] 5d02bdf0cd4f: Preparing [2021-03-15T21:12:14.251Z] 767120498f4d: Preparing [2021-03-15T21:12:14.251Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:14.251Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:14.251Z] 33e8713114f8: Preparing [2021-03-15T21:12:14.251Z] 5d02bdf0cd4f: Layer already exists [2021-03-15T21:12:14.251Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:14.251Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:14.251Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:14.251Z] 767120498f4d: Layer already exists [2021-03-15T21:12:14.251Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:1da6bf98b5e4722d254be6089c836d19c975e97863f5f22650c19edd6d9ff77e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:14.566Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:14.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-15T21:12:14.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-15T21:12:14.871Z] 5d02bdf0cd4f: Preparing [2021-03-15T21:12:14.871Z] 767120498f4d: Preparing [2021-03-15T21:12:14.871Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:14.871Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:14.871Z] 33e8713114f8: Preparing [2021-03-15T21:12:14.871Z] 767120498f4d: Layer already exists [2021-03-15T21:12:14.871Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:14.871Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:14.871Z] 5d02bdf0cd4f: Layer already exists [2021-03-15T21:12:14.871Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:14.871Z] master: digest: sha256:1da6bf98b5e4722d254be6089c836d19c975e97863f5f22650c19edd6d9ff77e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:15.099Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:15.148Z] taggedImages: [2021-03-15T21:12:15.148Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:15.148Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.125 [2021-03-15T21:12:15.148Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:15.148Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-15T21:12:15.252Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-15T21:12:15.252Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:15.252Z] 2.0.0-dev.125 [2021-03-15T21:12:15.252Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:15.252Z] master [2021-03-15T21:12:15.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:15.759Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:16.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:16.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-15T21:12:16.069Z] a42aa528079d: Preparing [2021-03-15T21:12:16.069Z] a42aa528079d: Preparing [2021-03-15T21:12:16.069Z] d86358ab9074: Preparing [2021-03-15T21:12:16.069Z] f6ffcbe5bdf4: Preparing [2021-03-15T21:12:16.069Z] b0fbbb5e6e1a: Preparing [2021-03-15T21:12:16.069Z] a3307ec823d1: Preparing [2021-03-15T21:12:16.069Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:16.069Z] 38087857deed: Preparing [2021-03-15T21:12:16.069Z] 38087857deed: Preparing [2021-03-15T21:12:16.069Z] c88fbadda7a6: Preparing [2021-03-15T21:12:16.069Z] c75ddeaf18c7: Preparing [2021-03-15T21:12:16.069Z] 33e8713114f8: Preparing [2021-03-15T21:12:16.069Z] 462a4a0f1c06: Waiting [2021-03-15T21:12:16.069Z] 38087857deed: Waiting [2021-03-15T21:12:16.069Z] c88fbadda7a6: Waiting [2021-03-15T21:12:16.069Z] c75ddeaf18c7: Waiting [2021-03-15T21:12:16.069Z] 33e8713114f8: Waiting [2021-03-15T21:12:16.069Z] b0fbbb5e6e1a: Pushed [2021-03-15T21:12:16.332Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:16.332Z] f6ffcbe5bdf4: Pushed [2021-03-15T21:12:16.332Z] a42aa528079d: Pushed [2021-03-15T21:12:16.332Z] d86358ab9074: Pushed [2021-03-15T21:12:16.332Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:16.332Z] c88fbadda7a6: Pushed [2021-03-15T21:12:16.332Z] c75ddeaf18c7: Pushed [2021-03-15T21:12:16.332Z] 38087857deed: Pushed [2021-03-15T21:12:17.277Z] a3307ec823d1: Pushed [2021-03-15T21:12:17.539Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:59ba3c2be6973c2b63b9305659138d748d88ce87bc86d5d6195aabeffa373518 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:17.849Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:18.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.125 [2021-03-15T21:12:18.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-15T21:12:18.152Z] a42aa528079d: Preparing [2021-03-15T21:12:18.152Z] a42aa528079d: Preparing [2021-03-15T21:12:18.152Z] d86358ab9074: Preparing [2021-03-15T21:12:18.152Z] f6ffcbe5bdf4: Preparing [2021-03-15T21:12:18.152Z] b0fbbb5e6e1a: Preparing [2021-03-15T21:12:18.152Z] a3307ec823d1: Preparing [2021-03-15T21:12:18.152Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:18.152Z] 38087857deed: Preparing [2021-03-15T21:12:18.152Z] 38087857deed: Preparing [2021-03-15T21:12:18.152Z] c88fbadda7a6: Preparing [2021-03-15T21:12:18.152Z] c75ddeaf18c7: Preparing [2021-03-15T21:12:18.152Z] 33e8713114f8: Preparing [2021-03-15T21:12:18.152Z] 462a4a0f1c06: Waiting [2021-03-15T21:12:18.152Z] 38087857deed: Waiting [2021-03-15T21:12:18.152Z] c88fbadda7a6: Waiting [2021-03-15T21:12:18.152Z] c75ddeaf18c7: Waiting [2021-03-15T21:12:18.152Z] 33e8713114f8: Waiting [2021-03-15T21:12:18.152Z] a42aa528079d: Layer already exists [2021-03-15T21:12:18.152Z] d86358ab9074: Layer already exists [2021-03-15T21:12:18.152Z] a3307ec823d1: Layer already exists [2021-03-15T21:12:18.152Z] b0fbbb5e6e1a: Layer already exists [2021-03-15T21:12:18.152Z] f6ffcbe5bdf4: Layer already exists [2021-03-15T21:12:18.152Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:18.152Z] c88fbadda7a6: Layer already exists [2021-03-15T21:12:18.152Z] 38087857deed: Layer already exists [2021-03-15T21:12:18.152Z] c75ddeaf18c7: Layer already exists [2021-03-15T21:12:18.152Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:18.152Z] 2.0.0-dev.125: digest: sha256:59ba3c2be6973c2b63b9305659138d748d88ce87bc86d5d6195aabeffa373518 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:18.458Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:18.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:18.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-15T21:12:18.760Z] a42aa528079d: Preparing [2021-03-15T21:12:18.760Z] a42aa528079d: Preparing [2021-03-15T21:12:18.760Z] d86358ab9074: Preparing [2021-03-15T21:12:18.760Z] f6ffcbe5bdf4: Preparing [2021-03-15T21:12:18.760Z] b0fbbb5e6e1a: Preparing [2021-03-15T21:12:18.760Z] a3307ec823d1: Preparing [2021-03-15T21:12:18.760Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:18.760Z] 38087857deed: Preparing [2021-03-15T21:12:18.760Z] 38087857deed: Preparing [2021-03-15T21:12:18.760Z] c88fbadda7a6: Preparing [2021-03-15T21:12:18.760Z] c75ddeaf18c7: Preparing [2021-03-15T21:12:18.760Z] 33e8713114f8: Preparing [2021-03-15T21:12:18.760Z] 462a4a0f1c06: Waiting [2021-03-15T21:12:18.760Z] 38087857deed: Waiting [2021-03-15T21:12:18.760Z] c88fbadda7a6: Waiting [2021-03-15T21:12:18.760Z] c75ddeaf18c7: Waiting [2021-03-15T21:12:18.760Z] 33e8713114f8: Waiting [2021-03-15T21:12:18.760Z] b0fbbb5e6e1a: Layer already exists [2021-03-15T21:12:18.760Z] a3307ec823d1: Layer already exists [2021-03-15T21:12:18.760Z] a42aa528079d: Layer already exists [2021-03-15T21:12:18.760Z] f6ffcbe5bdf4: Layer already exists [2021-03-15T21:12:18.760Z] d86358ab9074: Layer already exists [2021-03-15T21:12:18.760Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:18.760Z] c88fbadda7a6: Layer already exists [2021-03-15T21:12:18.760Z] 38087857deed: Layer already exists [2021-03-15T21:12:18.760Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:18.760Z] c75ddeaf18c7: Layer already exists [2021-03-15T21:12:18.760Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:59ba3c2be6973c2b63b9305659138d748d88ce87bc86d5d6195aabeffa373518 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:19.070Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:19.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-15T21:12:19.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-15T21:12:19.372Z] a42aa528079d: Preparing [2021-03-15T21:12:19.372Z] a42aa528079d: Preparing [2021-03-15T21:12:19.372Z] d86358ab9074: Preparing [2021-03-15T21:12:19.372Z] f6ffcbe5bdf4: Preparing [2021-03-15T21:12:19.372Z] b0fbbb5e6e1a: Preparing [2021-03-15T21:12:19.372Z] a3307ec823d1: Preparing [2021-03-15T21:12:19.372Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:19.372Z] 38087857deed: Preparing [2021-03-15T21:12:19.372Z] 38087857deed: Preparing [2021-03-15T21:12:19.372Z] c88fbadda7a6: Preparing [2021-03-15T21:12:19.372Z] c75ddeaf18c7: Preparing [2021-03-15T21:12:19.372Z] 33e8713114f8: Preparing [2021-03-15T21:12:19.372Z] c88fbadda7a6: Waiting [2021-03-15T21:12:19.372Z] c75ddeaf18c7: Waiting [2021-03-15T21:12:19.372Z] 462a4a0f1c06: Waiting [2021-03-15T21:12:19.372Z] 33e8713114f8: Waiting [2021-03-15T21:12:19.372Z] 38087857deed: Waiting [2021-03-15T21:12:19.372Z] f6ffcbe5bdf4: Layer already exists [2021-03-15T21:12:19.372Z] a42aa528079d: Layer already exists [2021-03-15T21:12:19.372Z] b0fbbb5e6e1a: Layer already exists [2021-03-15T21:12:19.372Z] d86358ab9074: Layer already exists [2021-03-15T21:12:19.372Z] a3307ec823d1: Layer already exists [2021-03-15T21:12:19.372Z] 38087857deed: Layer already exists [2021-03-15T21:12:19.372Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:19.372Z] c88fbadda7a6: Layer already exists [2021-03-15T21:12:19.372Z] c75ddeaf18c7: Layer already exists [2021-03-15T21:12:19.372Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:19.372Z] master: digest: sha256:59ba3c2be6973c2b63b9305659138d748d88ce87bc86d5d6195aabeffa373518 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:19.586Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:19.639Z] taggedImages: [2021-03-15T21:12:19.639Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:19.639Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.125 [2021-03-15T21:12:19.639Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:19.639Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-15T21:12:19.713Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-15T21:12:19.713Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:19.713Z] 2.0.0-dev.125 [2021-03-15T21:12:19.713Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:19.713Z] master [2021-03-15T21:12:19.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:20.199Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:20.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:20.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-15T21:12:20.506Z] 528b98a3292b: Preparing [2021-03-15T21:12:20.506Z] 742a61cef811: Preparing [2021-03-15T21:12:20.506Z] ffae366895d6: Preparing [2021-03-15T21:12:20.506Z] 1b2997eff736: Preparing [2021-03-15T21:12:20.506Z] 53c3af881aa9: Preparing [2021-03-15T21:12:20.506Z] 33e8713114f8: Preparing [2021-03-15T21:12:20.506Z] 33e8713114f8: Waiting [2021-03-15T21:12:20.768Z] 1b2997eff736: Pushed [2021-03-15T21:12:20.768Z] ffae366895d6: Pushed [2021-03-15T21:12:20.768Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:21.340Z] 53c3af881aa9: Pushed [2021-03-15T21:12:21.601Z] 528b98a3292b: Pushed [2021-03-15T21:12:21.601Z] 742a61cef811: Pushed [2021-03-15T21:12:21.601Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:795f3a4d970224d2ac4bd6749ad75fabfd1094c8037818bc0033816145840fb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:21.907Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:22.212Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.125 [2021-03-15T21:12:22.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-15T21:12:22.212Z] 528b98a3292b: Preparing [2021-03-15T21:12:22.212Z] 742a61cef811: Preparing [2021-03-15T21:12:22.212Z] ffae366895d6: Preparing [2021-03-15T21:12:22.212Z] 1b2997eff736: Preparing [2021-03-15T21:12:22.212Z] 53c3af881aa9: Preparing [2021-03-15T21:12:22.212Z] 33e8713114f8: Preparing [2021-03-15T21:12:22.212Z] 33e8713114f8: Waiting [2021-03-15T21:12:22.212Z] 742a61cef811: Layer already exists [2021-03-15T21:12:22.212Z] ffae366895d6: Layer already exists [2021-03-15T21:12:22.212Z] 1b2997eff736: Layer already exists [2021-03-15T21:12:22.212Z] 528b98a3292b: Layer already exists [2021-03-15T21:12:22.212Z] 53c3af881aa9: Layer already exists [2021-03-15T21:12:22.212Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:22.212Z] 2.0.0-dev.125: digest: sha256:795f3a4d970224d2ac4bd6749ad75fabfd1094c8037818bc0033816145840fb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:22.514Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:22.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:22.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-15T21:12:22.811Z] 528b98a3292b: Preparing [2021-03-15T21:12:22.811Z] 742a61cef811: Preparing [2021-03-15T21:12:22.811Z] ffae366895d6: Preparing [2021-03-15T21:12:22.811Z] 1b2997eff736: Preparing [2021-03-15T21:12:22.811Z] 53c3af881aa9: Preparing [2021-03-15T21:12:22.811Z] 33e8713114f8: Preparing [2021-03-15T21:12:22.811Z] 33e8713114f8: Waiting [2021-03-15T21:12:22.811Z] ffae366895d6: Layer already exists [2021-03-15T21:12:22.811Z] 1b2997eff736: Layer already exists [2021-03-15T21:12:22.811Z] 528b98a3292b: Layer already exists [2021-03-15T21:12:22.811Z] 742a61cef811: Layer already exists [2021-03-15T21:12:22.811Z] 53c3af881aa9: Layer already exists [2021-03-15T21:12:22.811Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:22.811Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:795f3a4d970224d2ac4bd6749ad75fabfd1094c8037818bc0033816145840fb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:23.118Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:23.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-15T21:12:23.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-15T21:12:23.415Z] 528b98a3292b: Preparing [2021-03-15T21:12:23.415Z] 742a61cef811: Preparing [2021-03-15T21:12:23.415Z] ffae366895d6: Preparing [2021-03-15T21:12:23.415Z] 1b2997eff736: Preparing [2021-03-15T21:12:23.415Z] 53c3af881aa9: Preparing [2021-03-15T21:12:23.415Z] 33e8713114f8: Preparing [2021-03-15T21:12:23.415Z] 33e8713114f8: Waiting [2021-03-15T21:12:23.415Z] ffae366895d6: Layer already exists [2021-03-15T21:12:23.415Z] 1b2997eff736: Layer already exists [2021-03-15T21:12:23.415Z] 742a61cef811: Layer already exists [2021-03-15T21:12:23.415Z] 53c3af881aa9: Layer already exists [2021-03-15T21:12:23.415Z] 528b98a3292b: Layer already exists [2021-03-15T21:12:23.415Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:23.675Z] master: digest: sha256:795f3a4d970224d2ac4bd6749ad75fabfd1094c8037818bc0033816145840fb4 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:23.934Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:24.000Z] taggedImages: [2021-03-15T21:12:24.000Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:24.000Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.125 [2021-03-15T21:12:24.000Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:24.000Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-15T21:12:24.071Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-15T21:12:24.071Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:24.071Z] 2.0.0-dev.125 [2021-03-15T21:12:24.071Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:24.071Z] master [2021-03-15T21:12:24.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:24.622Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:24.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:24.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-15T21:12:24.919Z] 0f14c6ce6902: Preparing [2021-03-15T21:12:24.919Z] 51259f45e264: Preparing [2021-03-15T21:12:24.919Z] d284d3337662: Preparing [2021-03-15T21:12:24.919Z] 8f5fd5b81ca3: Preparing [2021-03-15T21:12:24.919Z] 19344ba81ef4: Preparing [2021-03-15T21:12:24.919Z] 9ffa3289d27d: Preparing [2021-03-15T21:12:24.919Z] 95c4f8365289: Preparing [2021-03-15T21:12:24.919Z] 718acc747bbb: Preparing [2021-03-15T21:12:24.919Z] 33e8713114f8: Preparing [2021-03-15T21:12:24.919Z] 9ffa3289d27d: Waiting [2021-03-15T21:12:24.919Z] 95c4f8365289: Waiting [2021-03-15T21:12:24.919Z] 718acc747bbb: Waiting [2021-03-15T21:12:24.919Z] 33e8713114f8: Waiting [2021-03-15T21:12:25.183Z] 0f14c6ce6902: Pushed [2021-03-15T21:12:25.183Z] 51259f45e264: Pushed [2021-03-15T21:12:25.183Z] 19344ba81ef4: Pushed [2021-03-15T21:12:25.449Z] 9ffa3289d27d: Pushed [2021-03-15T21:12:25.449Z] 95c4f8365289: Pushed [2021-03-15T21:12:25.449Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:25.710Z] 718acc747bbb: Pushed [2021-03-15T21:12:25.972Z] 8f5fd5b81ca3: Pushed [2021-03-15T21:12:25.972Z] d284d3337662: Pushed [2021-03-15T21:12:26.232Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:1659f90a049807bb73375fcccffe674cf97bafc962c3564ea42e6d9a4b1f865e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:26.535Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:26.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.125 [2021-03-15T21:12:26.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-15T21:12:26.834Z] 0f14c6ce6902: Preparing [2021-03-15T21:12:26.834Z] 51259f45e264: Preparing [2021-03-15T21:12:26.834Z] d284d3337662: Preparing [2021-03-15T21:12:26.834Z] 8f5fd5b81ca3: Preparing [2021-03-15T21:12:26.834Z] 19344ba81ef4: Preparing [2021-03-15T21:12:26.834Z] 9ffa3289d27d: Preparing [2021-03-15T21:12:26.834Z] 95c4f8365289: Preparing [2021-03-15T21:12:26.834Z] 718acc747bbb: Preparing [2021-03-15T21:12:26.834Z] 33e8713114f8: Preparing [2021-03-15T21:12:26.834Z] 9ffa3289d27d: Waiting [2021-03-15T21:12:26.834Z] 95c4f8365289: Waiting [2021-03-15T21:12:26.834Z] 718acc747bbb: Waiting [2021-03-15T21:12:26.834Z] 33e8713114f8: Waiting [2021-03-15T21:12:26.834Z] 8f5fd5b81ca3: Layer already exists [2021-03-15T21:12:26.834Z] 19344ba81ef4: Layer already exists [2021-03-15T21:12:26.834Z] 51259f45e264: Layer already exists [2021-03-15T21:12:26.834Z] d284d3337662: Layer already exists [2021-03-15T21:12:26.834Z] 0f14c6ce6902: Layer already exists [2021-03-15T21:12:26.834Z] 718acc747bbb: Layer already exists [2021-03-15T21:12:26.834Z] 9ffa3289d27d: Layer already exists [2021-03-15T21:12:26.834Z] 95c4f8365289: Layer already exists [2021-03-15T21:12:26.834Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:26.834Z] 2.0.0-dev.125: digest: sha256:1659f90a049807bb73375fcccffe674cf97bafc962c3564ea42e6d9a4b1f865e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:27.139Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:27.437Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:27.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-15T21:12:27.437Z] 0f14c6ce6902: Preparing [2021-03-15T21:12:27.437Z] 51259f45e264: Preparing [2021-03-15T21:12:27.437Z] d284d3337662: Preparing [2021-03-15T21:12:27.437Z] 8f5fd5b81ca3: Preparing [2021-03-15T21:12:27.437Z] 19344ba81ef4: Preparing [2021-03-15T21:12:27.437Z] 9ffa3289d27d: Preparing [2021-03-15T21:12:27.437Z] 95c4f8365289: Preparing [2021-03-15T21:12:27.437Z] 718acc747bbb: Preparing [2021-03-15T21:12:27.437Z] 33e8713114f8: Preparing [2021-03-15T21:12:27.437Z] 95c4f8365289: Waiting [2021-03-15T21:12:27.437Z] 718acc747bbb: Waiting [2021-03-15T21:12:27.437Z] 9ffa3289d27d: Waiting [2021-03-15T21:12:27.437Z] 33e8713114f8: Waiting [2021-03-15T21:12:27.437Z] 19344ba81ef4: Layer already exists [2021-03-15T21:12:27.437Z] d284d3337662: Layer already exists [2021-03-15T21:12:27.437Z] 51259f45e264: Layer already exists [2021-03-15T21:12:27.437Z] 8f5fd5b81ca3: Layer already exists [2021-03-15T21:12:27.437Z] 0f14c6ce6902: Layer already exists [2021-03-15T21:12:27.437Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:27.437Z] 95c4f8365289: Layer already exists [2021-03-15T21:12:27.437Z] 9ffa3289d27d: Layer already exists [2021-03-15T21:12:27.437Z] 718acc747bbb: Layer already exists [2021-03-15T21:12:27.437Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:1659f90a049807bb73375fcccffe674cf97bafc962c3564ea42e6d9a4b1f865e size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:27.741Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:28.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-15T21:12:28.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-15T21:12:28.091Z] 0f14c6ce6902: Preparing [2021-03-15T21:12:28.091Z] 51259f45e264: Preparing [2021-03-15T21:12:28.091Z] d284d3337662: Preparing [2021-03-15T21:12:28.091Z] 8f5fd5b81ca3: Preparing [2021-03-15T21:12:28.091Z] 19344ba81ef4: Preparing [2021-03-15T21:12:28.091Z] 9ffa3289d27d: Preparing [2021-03-15T21:12:28.091Z] 95c4f8365289: Preparing [2021-03-15T21:12:28.091Z] 718acc747bbb: Preparing [2021-03-15T21:12:28.091Z] 33e8713114f8: Preparing [2021-03-15T21:12:28.091Z] 95c4f8365289: Waiting [2021-03-15T21:12:28.091Z] 718acc747bbb: Waiting [2021-03-15T21:12:28.091Z] 9ffa3289d27d: Waiting [2021-03-15T21:12:28.091Z] 33e8713114f8: Waiting [2021-03-15T21:12:28.091Z] 19344ba81ef4: Layer already exists [2021-03-15T21:12:28.091Z] 8f5fd5b81ca3: Layer already exists [2021-03-15T21:12:28.091Z] 51259f45e264: Layer already exists [2021-03-15T21:12:28.091Z] 0f14c6ce6902: Layer already exists [2021-03-15T21:12:28.091Z] d284d3337662: Layer already exists [2021-03-15T21:12:28.091Z] 9ffa3289d27d: Layer already exists [2021-03-15T21:12:28.091Z] 95c4f8365289: Layer already exists [2021-03-15T21:12:28.091Z] 718acc747bbb: Layer already exists [2021-03-15T21:12:28.091Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:28.091Z] master: digest: sha256:1659f90a049807bb73375fcccffe674cf97bafc962c3564ea42e6d9a4b1f865e size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:28.339Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:28.389Z] taggedImages: [2021-03-15T21:12:28.390Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:28.390Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.125 [2021-03-15T21:12:28.390Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:28.390Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-15T21:12:28.452Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-15T21:12:28.452Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:28.452Z] 2.0.0-dev.125 [2021-03-15T21:12:28.452Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:28.452Z] master [2021-03-15T21:12:28.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:28.997Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:29.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:29.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-15T21:12:29.292Z] fcb75c76d25a: Preparing [2021-03-15T21:12:29.292Z] 267f4baa9e0d: Preparing [2021-03-15T21:12:29.292Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:29.292Z] 52210a652824: Preparing [2021-03-15T21:12:29.292Z] 33e8713114f8: Preparing [2021-03-15T21:12:29.292Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:29.292Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:29.292Z] fcb75c76d25a: Pushed [2021-03-15T21:12:29.554Z] 52210a652824: Pushed [2021-03-15T21:12:30.495Z] 267f4baa9e0d: Pushed [2021-03-15T21:12:30.495Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:684ea0b5d9e234fbf9ed27f21ca8a6f82bdc5521101c32a556252296dfa88ea6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:30.798Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:31.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.125 [2021-03-15T21:12:31.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-15T21:12:31.099Z] fcb75c76d25a: Preparing [2021-03-15T21:12:31.099Z] 267f4baa9e0d: Preparing [2021-03-15T21:12:31.099Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:31.099Z] 52210a652824: Preparing [2021-03-15T21:12:31.099Z] 33e8713114f8: Preparing [2021-03-15T21:12:31.099Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:31.099Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:31.099Z] fcb75c76d25a: Layer already exists [2021-03-15T21:12:31.099Z] 267f4baa9e0d: Layer already exists [2021-03-15T21:12:31.099Z] 52210a652824: Layer already exists [2021-03-15T21:12:31.099Z] 2.0.0-dev.125: digest: sha256:684ea0b5d9e234fbf9ed27f21ca8a6f82bdc5521101c32a556252296dfa88ea6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:31.401Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:31.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:31.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-15T21:12:31.697Z] fcb75c76d25a: Preparing [2021-03-15T21:12:31.697Z] 267f4baa9e0d: Preparing [2021-03-15T21:12:31.698Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:31.698Z] 52210a652824: Preparing [2021-03-15T21:12:31.698Z] 33e8713114f8: Preparing [2021-03-15T21:12:31.698Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:31.698Z] 267f4baa9e0d: Layer already exists [2021-03-15T21:12:31.698Z] 52210a652824: Layer already exists [2021-03-15T21:12:31.698Z] fcb75c76d25a: Layer already exists [2021-03-15T21:12:31.698Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:31.698Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:684ea0b5d9e234fbf9ed27f21ca8a6f82bdc5521101c32a556252296dfa88ea6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:31.997Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:32.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-15T21:12:32.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-15T21:12:32.293Z] fcb75c76d25a: Preparing [2021-03-15T21:12:32.293Z] 267f4baa9e0d: Preparing [2021-03-15T21:12:32.293Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:32.293Z] 52210a652824: Preparing [2021-03-15T21:12:32.293Z] 33e8713114f8: Preparing [2021-03-15T21:12:32.293Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:32.293Z] fcb75c76d25a: Layer already exists [2021-03-15T21:12:32.293Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:32.293Z] 267f4baa9e0d: Layer already exists [2021-03-15T21:12:32.293Z] 52210a652824: Layer already exists [2021-03-15T21:12:32.293Z] master: digest: sha256:684ea0b5d9e234fbf9ed27f21ca8a6f82bdc5521101c32a556252296dfa88ea6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:32.489Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:32.535Z] taggedImages: [2021-03-15T21:12:32.535Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:32.535Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.125 [2021-03-15T21:12:32.535Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:32.535Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-15T21:12:32.596Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-15T21:12:32.597Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:32.597Z] 2.0.0-dev.125 [2021-03-15T21:12:32.597Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:32.597Z] master [2021-03-15T21:12:32.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:33.063Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:33.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:33.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-15T21:12:33.361Z] be50c7ac9780: Preparing [2021-03-15T21:12:33.361Z] 48cc34fc1306: Preparing [2021-03-15T21:12:33.361Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:33.361Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:33.361Z] 33e8713114f8: Preparing [2021-03-15T21:12:33.361Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:33.361Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:33.361Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:33.361Z] be50c7ac9780: Pushed [2021-03-15T21:12:34.744Z] 48cc34fc1306: Pushed [2021-03-15T21:12:34.744Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:9586b897223cd8425b61f48e763395f9317de91b9bc8fce563f35e90300a1f16 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:35.047Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:35.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.125 [2021-03-15T21:12:35.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-15T21:12:35.345Z] be50c7ac9780: Preparing [2021-03-15T21:12:35.345Z] 48cc34fc1306: Preparing [2021-03-15T21:12:35.345Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:35.345Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:35.345Z] 33e8713114f8: Preparing [2021-03-15T21:12:35.345Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:35.345Z] 48cc34fc1306: Layer already exists [2021-03-15T21:12:35.345Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:35.345Z] be50c7ac9780: Layer already exists [2021-03-15T21:12:35.345Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:35.345Z] 2.0.0-dev.125: digest: sha256:9586b897223cd8425b61f48e763395f9317de91b9bc8fce563f35e90300a1f16 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:35.652Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:35.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:35.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-15T21:12:35.949Z] be50c7ac9780: Preparing [2021-03-15T21:12:35.949Z] 48cc34fc1306: Preparing [2021-03-15T21:12:35.949Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:35.949Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:35.949Z] 33e8713114f8: Preparing [2021-03-15T21:12:35.949Z] be50c7ac9780: Layer already exists [2021-03-15T21:12:35.949Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:35.949Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:35.949Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:35.949Z] 48cc34fc1306: Layer already exists [2021-03-15T21:12:35.949Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:9586b897223cd8425b61f48e763395f9317de91b9bc8fce563f35e90300a1f16 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:36.276Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:36.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-15T21:12:36.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-15T21:12:36.574Z] be50c7ac9780: Preparing [2021-03-15T21:12:36.574Z] 48cc34fc1306: Preparing [2021-03-15T21:12:36.574Z] 462a4a0f1c06: Preparing [2021-03-15T21:12:36.574Z] 6af5b3c34b02: Preparing [2021-03-15T21:12:36.574Z] 33e8713114f8: Preparing [2021-03-15T21:12:36.574Z] 462a4a0f1c06: Layer already exists [2021-03-15T21:12:36.574Z] 33e8713114f8: Layer already exists [2021-03-15T21:12:36.574Z] be50c7ac9780: Layer already exists [2021-03-15T21:12:36.574Z] 48cc34fc1306: Layer already exists [2021-03-15T21:12:36.574Z] 6af5b3c34b02: Layer already exists [2021-03-15T21:12:36.834Z] master: digest: sha256:9586b897223cd8425b61f48e763395f9317de91b9bc8fce563f35e90300a1f16 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:37.010Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:37.054Z] taggedImages: [2021-03-15T21:12:37.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:37.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.125 [2021-03-15T21:12:37.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:37.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-15T21:12:37.118Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-15T21:12:37.118Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:37.118Z] 2.0.0-dev.125 [2021-03-15T21:12:37.118Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:37.118Z] master [2021-03-15T21:12:37.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:37.607Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:37.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:37.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-15T21:12:37.906Z] 6527aac11453: Preparing [2021-03-15T21:12:37.906Z] d1b0ce826952: Preparing [2021-03-15T21:12:37.906Z] 3fd3bc178b11: Preparing [2021-03-15T21:12:37.906Z] ecdd9cd021c6: Preparing [2021-03-15T21:12:37.906Z] 6ba70778aa94: Preparing [2021-03-15T21:12:37.906Z] f60afdc762ff: Preparing [2021-03-15T21:12:37.906Z] aefbbec107be: Preparing [2021-03-15T21:12:37.906Z] 0754057c0ad3: Preparing [2021-03-15T21:12:37.906Z] 998cdf262ab1: Preparing [2021-03-15T21:12:37.906Z] 02e56110abd2: Preparing [2021-03-15T21:12:37.906Z] abc36efb885a: Preparing [2021-03-15T21:12:37.906Z] b0b09059f4e1: Preparing [2021-03-15T21:12:37.906Z] bb961f40224b: Preparing [2021-03-15T21:12:37.906Z] f4666769fca7: Preparing [2021-03-15T21:12:37.906Z] 998cdf262ab1: Waiting [2021-03-15T21:12:37.906Z] 02e56110abd2: Waiting [2021-03-15T21:12:37.906Z] abc36efb885a: Waiting [2021-03-15T21:12:37.906Z] b0b09059f4e1: Waiting [2021-03-15T21:12:37.906Z] bb961f40224b: Waiting [2021-03-15T21:12:37.906Z] f4666769fca7: Waiting [2021-03-15T21:12:37.906Z] aefbbec107be: Waiting [2021-03-15T21:12:37.906Z] f60afdc762ff: Waiting [2021-03-15T21:12:37.906Z] 0754057c0ad3: Waiting [2021-03-15T21:12:38.174Z] 6ba70778aa94: Pushed [2021-03-15T21:12:38.174Z] 6527aac11453: Pushed [2021-03-15T21:12:38.437Z] ecdd9cd021c6: Pushed [2021-03-15T21:12:38.437Z] 0754057c0ad3: Layer already exists [2021-03-15T21:12:38.437Z] 998cdf262ab1: Layer already exists [2021-03-15T21:12:38.437Z] aefbbec107be: Pushed [2021-03-15T21:12:38.437Z] 02e56110abd2: Layer already exists [2021-03-15T21:12:38.437Z] abc36efb885a: Layer already exists [2021-03-15T21:12:38.437Z] b0b09059f4e1: Layer already exists [2021-03-15T21:12:38.698Z] bb961f40224b: Layer already exists [2021-03-15T21:12:38.698Z] f4666769fca7: Layer already exists [2021-03-15T21:12:38.698Z] d1b0ce826952: Pushed [2021-03-15T21:12:39.268Z] f60afdc762ff: Pushed [2021-03-15T21:12:45.872Z] 3fd3bc178b11: Pushed [2021-03-15T21:12:45.872Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:653fb136457978736a62b8b33670404ca5242b72a7d7bd66f35fb33b26040673 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:46.182Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:46.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.125 [2021-03-15T21:12:46.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-15T21:12:46.482Z] 6527aac11453: Preparing [2021-03-15T21:12:46.482Z] d1b0ce826952: Preparing [2021-03-15T21:12:46.482Z] 3fd3bc178b11: Preparing [2021-03-15T21:12:46.482Z] ecdd9cd021c6: Preparing [2021-03-15T21:12:46.482Z] 6ba70778aa94: Preparing [2021-03-15T21:12:46.482Z] f60afdc762ff: Preparing [2021-03-15T21:12:46.482Z] aefbbec107be: Preparing [2021-03-15T21:12:46.482Z] 0754057c0ad3: Preparing [2021-03-15T21:12:46.482Z] 998cdf262ab1: Preparing [2021-03-15T21:12:46.482Z] 02e56110abd2: Preparing [2021-03-15T21:12:46.482Z] abc36efb885a: Preparing [2021-03-15T21:12:46.482Z] b0b09059f4e1: Preparing [2021-03-15T21:12:46.482Z] bb961f40224b: Preparing [2021-03-15T21:12:46.482Z] f4666769fca7: Preparing [2021-03-15T21:12:46.482Z] aefbbec107be: Waiting [2021-03-15T21:12:46.482Z] 02e56110abd2: Waiting [2021-03-15T21:12:46.482Z] abc36efb885a: Waiting [2021-03-15T21:12:46.482Z] b0b09059f4e1: Waiting [2021-03-15T21:12:46.482Z] 0754057c0ad3: Waiting [2021-03-15T21:12:46.482Z] 998cdf262ab1: Waiting [2021-03-15T21:12:46.482Z] bb961f40224b: Waiting [2021-03-15T21:12:46.482Z] f4666769fca7: Waiting [2021-03-15T21:12:46.482Z] f60afdc762ff: Waiting [2021-03-15T21:12:46.482Z] ecdd9cd021c6: Layer already exists [2021-03-15T21:12:46.482Z] 6ba70778aa94: Layer already exists [2021-03-15T21:12:46.482Z] 6527aac11453: Layer already exists [2021-03-15T21:12:46.482Z] 3fd3bc178b11: Layer already exists [2021-03-15T21:12:46.482Z] d1b0ce826952: Layer already exists [2021-03-15T21:12:46.482Z] f60afdc762ff: Layer already exists [2021-03-15T21:12:46.482Z] aefbbec107be: Layer already exists [2021-03-15T21:12:46.482Z] 998cdf262ab1: Layer already exists [2021-03-15T21:12:46.482Z] 02e56110abd2: Layer already exists [2021-03-15T21:12:46.482Z] 0754057c0ad3: Layer already exists [2021-03-15T21:12:46.482Z] abc36efb885a: Layer already exists [2021-03-15T21:12:46.482Z] b0b09059f4e1: Layer already exists [2021-03-15T21:12:46.482Z] bb961f40224b: Layer already exists [2021-03-15T21:12:46.482Z] f4666769fca7: Layer already exists [2021-03-15T21:12:46.482Z] 2.0.0-dev.125: digest: sha256:653fb136457978736a62b8b33670404ca5242b72a7d7bd66f35fb33b26040673 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:46.789Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:47.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:47.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-15T21:12:47.095Z] 6527aac11453: Preparing [2021-03-15T21:12:47.095Z] d1b0ce826952: Preparing [2021-03-15T21:12:47.095Z] 3fd3bc178b11: Preparing [2021-03-15T21:12:47.095Z] ecdd9cd021c6: Preparing [2021-03-15T21:12:47.095Z] 6ba70778aa94: Preparing [2021-03-15T21:12:47.095Z] f60afdc762ff: Preparing [2021-03-15T21:12:47.095Z] aefbbec107be: Preparing [2021-03-15T21:12:47.095Z] 0754057c0ad3: Preparing [2021-03-15T21:12:47.095Z] 998cdf262ab1: Preparing [2021-03-15T21:12:47.095Z] 02e56110abd2: Preparing [2021-03-15T21:12:47.095Z] abc36efb885a: Preparing [2021-03-15T21:12:47.095Z] b0b09059f4e1: Preparing [2021-03-15T21:12:47.095Z] bb961f40224b: Preparing [2021-03-15T21:12:47.095Z] f4666769fca7: Preparing [2021-03-15T21:12:47.095Z] f60afdc762ff: Waiting [2021-03-15T21:12:47.095Z] aefbbec107be: Waiting [2021-03-15T21:12:47.095Z] 0754057c0ad3: Waiting [2021-03-15T21:12:47.095Z] 998cdf262ab1: Waiting [2021-03-15T21:12:47.095Z] 02e56110abd2: Waiting [2021-03-15T21:12:47.095Z] abc36efb885a: Waiting [2021-03-15T21:12:47.095Z] b0b09059f4e1: Waiting [2021-03-15T21:12:47.095Z] bb961f40224b: Waiting [2021-03-15T21:12:47.095Z] f4666769fca7: Waiting [2021-03-15T21:12:47.095Z] d1b0ce826952: Layer already exists [2021-03-15T21:12:47.095Z] 3fd3bc178b11: Layer already exists [2021-03-15T21:12:47.095Z] ecdd9cd021c6: Layer already exists [2021-03-15T21:12:47.095Z] 6ba70778aa94: Layer already exists [2021-03-15T21:12:47.095Z] 6527aac11453: Layer already exists [2021-03-15T21:12:47.095Z] 02e56110abd2: Layer already exists [2021-03-15T21:12:47.095Z] 998cdf262ab1: Layer already exists [2021-03-15T21:12:47.095Z] f60afdc762ff: Layer already exists [2021-03-15T21:12:47.095Z] 0754057c0ad3: Layer already exists [2021-03-15T21:12:47.095Z] aefbbec107be: Layer already exists [2021-03-15T21:12:47.095Z] b0b09059f4e1: Layer already exists [2021-03-15T21:12:47.095Z] f4666769fca7: Layer already exists [2021-03-15T21:12:47.095Z] abc36efb885a: Layer already exists [2021-03-15T21:12:47.095Z] bb961f40224b: Layer already exists [2021-03-15T21:12:47.095Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:653fb136457978736a62b8b33670404ca5242b72a7d7bd66f35fb33b26040673 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:47.673Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:12:47.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-15T21:12:47.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-15T21:12:47.977Z] 6527aac11453: Preparing [2021-03-15T21:12:47.977Z] d1b0ce826952: Preparing [2021-03-15T21:12:47.977Z] 3fd3bc178b11: Preparing [2021-03-15T21:12:47.977Z] ecdd9cd021c6: Preparing [2021-03-15T21:12:47.977Z] 6ba70778aa94: Preparing [2021-03-15T21:12:47.977Z] f60afdc762ff: Preparing [2021-03-15T21:12:47.977Z] aefbbec107be: Preparing [2021-03-15T21:12:47.977Z] 0754057c0ad3: Preparing [2021-03-15T21:12:47.977Z] 998cdf262ab1: Preparing [2021-03-15T21:12:47.977Z] 02e56110abd2: Preparing [2021-03-15T21:12:47.977Z] abc36efb885a: Preparing [2021-03-15T21:12:47.977Z] b0b09059f4e1: Preparing [2021-03-15T21:12:47.977Z] bb961f40224b: Preparing [2021-03-15T21:12:47.977Z] f4666769fca7: Preparing [2021-03-15T21:12:47.977Z] f60afdc762ff: Waiting [2021-03-15T21:12:47.977Z] aefbbec107be: Waiting [2021-03-15T21:12:47.977Z] 0754057c0ad3: Waiting [2021-03-15T21:12:47.977Z] 998cdf262ab1: Waiting [2021-03-15T21:12:47.977Z] b0b09059f4e1: Waiting [2021-03-15T21:12:47.977Z] 02e56110abd2: Waiting [2021-03-15T21:12:47.977Z] abc36efb885a: Waiting [2021-03-15T21:12:47.977Z] bb961f40224b: Waiting [2021-03-15T21:12:47.977Z] f4666769fca7: Waiting [2021-03-15T21:12:47.977Z] 6ba70778aa94: Layer already exists [2021-03-15T21:12:47.977Z] ecdd9cd021c6: Layer already exists [2021-03-15T21:12:47.977Z] d1b0ce826952: Layer already exists [2021-03-15T21:12:47.977Z] 6527aac11453: Layer already exists [2021-03-15T21:12:47.977Z] 3fd3bc178b11: Layer already exists [2021-03-15T21:12:47.977Z] aefbbec107be: Layer already exists [2021-03-15T21:12:47.977Z] f60afdc762ff: Layer already exists [2021-03-15T21:12:47.977Z] 998cdf262ab1: Layer already exists [2021-03-15T21:12:47.977Z] 0754057c0ad3: Layer already exists [2021-03-15T21:12:47.977Z] 02e56110abd2: Layer already exists [2021-03-15T21:12:47.977Z] abc36efb885a: Layer already exists [2021-03-15T21:12:47.977Z] b0b09059f4e1: Layer already exists [2021-03-15T21:12:47.977Z] f4666769fca7: Layer already exists [2021-03-15T21:12:47.977Z] bb961f40224b: Layer already exists [2021-03-15T21:12:47.977Z] master: digest: sha256:653fb136457978736a62b8b33670404ca5242b72a7d7bd66f35fb33b26040673 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:12:48.202Z] ===================================================== [Pipeline] echo [2021-03-15T21:12:48.249Z] taggedImages: [2021-03-15T21:12:48.249Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:12:48.249Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.125 [2021-03-15T21:12:48.249Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:12:48.249Z] - 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-03-15T21:13:02.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:13:02.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:13:10.327Z] Removing intermediate container ad6e3d1a9141 [2021-03-15T21:13:10.327Z] ---> 6d84b9661ff9 [2021-03-15T21:13:10.327Z] [2021-03-15T21:13:10.327Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:13:10.327Z] 3.12: Pulling from library/alpine [2021-03-15T21:13:12.975Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:13:12.975Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:13:12.975Z] ---> d10569e2745f [2021-03-15T21:13:12.975Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:13:13.962Z] ---> Running in 6d4d1c2de0a8 [2021-03-15T21:13:15.400Z] Removing intermediate container bb6f27c38b59 [2021-03-15T21:13:15.400Z] ---> 17171afb898f [2021-03-15T21:13:15.400Z] [2021-03-15T21:13:15.400Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:13:15.400Z] ---> d10569e2745f [2021-03-15T21:13:15.400Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:13:15.685Z] Removing intermediate container fdf6c5f15aae [2021-03-15T21:13:15.685Z] ---> 1803d699d96c [2021-03-15T21:13:15.685Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:13:15.972Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:15.972Z] ---> Running in 1290523091a2 [2021-03-15T21:13:16.254Z] ---> Running in 5d22cce81733 [2021-03-15T21:13:16.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:17.469Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:13:17.469Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:13:17.469Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:13:17.469Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:13:17.469Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:13:17.469Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:17.469Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:13:17.763Z] OK: 7 MiB in 19 packages [2021-03-15T21:13:18.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:13:19.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:19.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:20.448Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:13:20.448Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:13:20.448Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:13:20.448Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:13:20.448Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:20.448Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:13:21.052Z] OK: 7 MiB in 18 packages [2021-03-15T21:13:22.955Z] Removing intermediate container 6d4d1c2de0a8 [2021-03-15T21:13:22.955Z] ---> c6ad91cd476d [2021-03-15T21:13:22.955Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:13:23.242Z] ---> Running in da30c13c9d76 [2021-03-15T21:13:23.517Z] Removing intermediate container c7e354eace09 [2021-03-15T21:13:23.517Z] ---> 58c068bea508 [2021-03-15T21:13:23.517Z] [2021-03-15T21:13:23.517Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:13:23.517Z] ---> d10569e2745f [2021-03-15T21:13:23.517Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:13:23.812Z] ---> Running in da8788b242a1 [2021-03-15T21:13:24.090Z] Removing intermediate container da30c13c9d76 [2021-03-15T21:13:24.090Z] ---> 3f21bfa31a62 [2021-03-15T21:13:24.090Z] Step 13/24 : WORKDIR / [2021-03-15T21:13:24.365Z] ---> Running in 06cd50174b61 [2021-03-15T21:13:24.966Z] Removing intermediate container 5d22cce81733 [2021-03-15T21:13:24.966Z] ---> 81439b8bbb4c [2021-03-15T21:13:24.966Z] [2021-03-15T21:13:24.966Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:13:24.966Z] 20.10.0: Pulling from library/docker [2021-03-15T21:13:25.239Z] Removing intermediate container 1290523091a2 [2021-03-15T21:13:25.239Z] ---> c58cf512fe7b [2021-03-15T21:13:25.239Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:13:25.239Z] Removing intermediate container 06cd50174b61 [2021-03-15T21:13:25.239Z] ---> 61dfde00c112 [2021-03-15T21:13:25.239Z] 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-03-15T21:13:25.516Z] ---> Running in ea40ad9f783d [2021-03-15T21:13:25.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:25.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:26.388Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:13:26.388Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:26.388Z] OK: 5 MiB in 15 packages [2021-03-15T21:13:26.677Z] Removing intermediate container ea40ad9f783d [2021-03-15T21:13:26.677Z] ---> 5db1c69257bf [2021-03-15T21:13:26.677Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:13:26.972Z] ---> 8504ac7ff7ea [2021-03-15T21:13:26.972Z] 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-03-15T21:13:27.250Z] ---> Running in 3babe32ad2e0 [2021-03-15T21:13:28.691Z] Removing intermediate container 3babe32ad2e0 [2021-03-15T21:13:28.691Z] ---> e6d1659a34a2 [2021-03-15T21:13:28.691Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:13:28.964Z] Removing intermediate container da8788b242a1 [2021-03-15T21:13:28.964Z] ---> ce44edbd686d [2021-03-15T21:13:28.964Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:13:29.242Z] ---> ef73192c3d59 [2021-03-15T21:13:29.242Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:13:29.843Z] ---> Running in 15755eda899c [2021-03-15T21:13:29.843Z] ---> 3987574931ee [2021-03-15T21:13:29.843Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:13:30.826Z] Removing intermediate container 15755eda899c [2021-03-15T21:13:30.826Z] ---> 17106b1c0fa3 [2021-03-15T21:13:30.826Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:13:31.095Z] ---> 41cf2a1af990 [2021-03-15T21:13:31.095Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:13:31.702Z] ---> Running in 87dd270cb587 [2021-03-15T21:13:31.981Z] ---> 2c0ff3a88401 [2021-03-15T21:13:31.981Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:13:32.983Z] Removing intermediate container 87dd270cb587 [2021-03-15T21:13:32.983Z] ---> 8d47ce27817f [2021-03-15T21:13:32.983Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:13:33.960Z] ---> abe9545903e0 [2021-03-15T21:13:33.960Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:13:34.242Z] ---> Running in 14e261b56990 [2021-03-15T21:13:34.838Z] ---> 0c311f7e8d38 [2021-03-15T21:13:34.838Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:13:34.838Z] Removing intermediate container 298ed9c61f03 [2021-03-15T21:13:34.838Z] ---> e43ac7362d66 [2021-03-15T21:13:34.838Z] [2021-03-15T21:13:34.838Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:13:34.838Z] ---> d10569e2745f [2021-03-15T21:13:34.838Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:13:34.838Z] ---> Using cache [2021-03-15T21:13:34.838Z] ---> ce44edbd686d [2021-03-15T21:13:34.838Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:13:34.838Z] ---> Using cache [2021-03-15T21:13:34.838Z] ---> 17106b1c0fa3 [2021-03-15T21:13:34.838Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:13:35.811Z] ---> Running in 9e9259f2cb0a [2021-03-15T21:13:35.811Z] ---> Running in 71b6f47220a9 [2021-03-15T21:13:35.811Z] Removing intermediate container 14e261b56990 [2021-03-15T21:13:35.811Z] ---> a1f0afd3bcb1 [2021-03-15T21:13:35.811Z] Step 15/23 : WORKDIR / [2021-03-15T21:13:35.811Z] ---> 976454cdd7d5 [2021-03-15T21:13:35.811Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:13:36.088Z] ---> Running in ec2fe8c7c020 [2021-03-15T21:13:36.088Z] Removing intermediate container 71b6f47220a9 [2021-03-15T21:13:36.088Z] ---> babf7c604509 [2021-03-15T21:13:36.088Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:13:36.371Z] Removing intermediate container 9e9259f2cb0a [2021-03-15T21:13:36.371Z] ---> 314697a5f086 [2021-03-15T21:13:36.371Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:13:36.371Z] ---> Running in 6a07b92084aa [2021-03-15T21:13:36.667Z] ---> Running in fa45497b91f5 [2021-03-15T21:13:36.667Z] Removing intermediate container ec2fe8c7c020 [2021-03-15T21:13:36.667Z] ---> 0d9a57ee2d52 [2021-03-15T21:13:36.667Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:13:36.939Z] ---> 0122ff8a7c79 [2021-03-15T21:13:36.939Z] 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-03-15T21:13:36.939Z] ---> Running in 197d6ab8ca45 [2021-03-15T21:13:37.216Z] Removing intermediate container 6a07b92084aa [2021-03-15T21:13:37.216Z] ---> 580bafef3a56 [2021-03-15T21:13:37.216Z] Step 15/23 : WORKDIR / [2021-03-15T21:13:37.216Z] Removing intermediate container fa45497b91f5 [2021-03-15T21:13:37.216Z] ---> f673c1c4a1f8 [2021-03-15T21:13:37.216Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T21:13:37.511Z] ---> Running in 3102cad3d780 [2021-03-15T21:13:37.511Z] ---> Running in 32431adbd4c6 [2021-03-15T21:13:37.511Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:13:37.511Z] ---> 5b23be10aa54 [2021-03-15T21:13:37.511Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:13:37.511Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:13:37.511Z] ---> eeaf43b92773 [2021-03-15T21:13:37.511Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:13:37.789Z] ---> Running in 24ff20a638f5 [2021-03-15T21:13:38.059Z] Removing intermediate container 3102cad3d780 [2021-03-15T21:13:38.059Z] ---> 35688def2d3b [2021-03-15T21:13:38.059Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:13:38.662Z] Removing intermediate container 32431adbd4c6 [2021-03-15T21:13:38.662Z] ---> e14ed2116c1b [2021-03-15T21:13:38.662Z] Step 20/21 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:13:38.935Z] ---> Running in b5da6585b822 [2021-03-15T21:13:39.208Z] ---> 8609fcd26078 [2021-03-15T21:13:39.208Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:13:39.479Z] ---> 739b57299b7f [2021-03-15T21:13:39.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:13:39.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:39.760Z] Removing intermediate container b5da6585b822 [2021-03-15T21:13:39.760Z] ---> 61131bac9330 [2021-03-15T21:13:39.760Z] Step 21/21 : LABEL version=2.0.0-dev.125 [2021-03-15T21:13:40.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:40.066Z] ---> Running in ca3956be5ff7 [2021-03-15T21:13:40.344Z] ---> 970d8091dc8b [2021-03-15T21:13:40.344Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:13:40.622Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:13:40.622Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:13:40.622Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:13:40.622Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:40.897Z] OK: 12 MiB in 22 packages [2021-03-15T21:13:41.171Z] ---> Running in 00fda0fdc05e [2021-03-15T21:13:41.171Z] Removing intermediate container 197d6ab8ca45 [2021-03-15T21:13:41.171Z] ---> c78d7e546e7b [2021-03-15T21:13:41.171Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:13:41.443Z] Removing intermediate container ca3956be5ff7 [2021-03-15T21:13:41.443Z] ---> b66bc6722da1 [2021-03-15T21:13:41.443Z] [2021-03-15T21:13:41.443Z] ---> bec78fca4b6d [2021-03-15T21:13:41.443Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:13:41.723Z] ---> Running in 662c24f3edd6 [2021-03-15T21:13:41.723Z] Successfully built b66bc6722da1 [2021-03-15T21:13:42.017Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T21:13:42.017Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-15T21:13:42.017Z] Removing intermediate container 00fda0fdc05e [2021-03-15T21:13:42.017Z] ---> b736d811aed8 [2021-03-15T21:13:42.017Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:13:42.292Z] ---> Running in f11bb6cbe4c7 [2021-03-15T21:13:42.564Z] Removing intermediate container 662c24f3edd6 [2021-03-15T21:13:42.564Z] ---> d2c70a43ef78 [2021-03-15T21:13:42.564Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T21:13:42.564Z] Removing intermediate container 24ff20a638f5 [2021-03-15T21:13:42.564Z] ---> 37a6903ee97d [2021-03-15T21:13:42.564Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:13:42.564Z] ---> Running in c040d5eb438b [2021-03-15T21:13:42.564Z] ---> e9505493f2e1 [2021-03-15T21:13:42.564Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:13:42.839Z] ---> Running in e8b102680095 [2021-03-15T21:13:43.116Z] Removing intermediate container f11bb6cbe4c7 [2021-03-15T21:13:43.116Z] ---> 0ec434689cf9 [2021-03-15T21:13:43.116Z] ---> Running in 8f9cd0f45ef5 [2021-03-15T21:13:43.116Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:13:43.711Z] ---> Running in de5c522661dd [2021-03-15T21:13:43.711Z] Removing intermediate container c040d5eb438b [2021-03-15T21:13:43.711Z] ---> 2b9193580bea [2021-03-15T21:13:43.711Z] Step 23/24 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:13:44.309Z] Removing intermediate container 8f9cd0f45ef5 [2021-03-15T21:13:44.309Z] ---> fa32cdbef556 [2021-03-15T21:13:44.309Z] Removing intermediate container e8b102680095 [2021-03-15T21:13:44.309Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 577d3bba0f6b [2021-03-15T21:13:44.309Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:13:44.309Z] [2021-03-15T21:13:44.911Z] ---> Running in dc481ba95374 [2021-03-15T21:13:45.527Z] Removing intermediate container de5c522661dd [2021-03-15T21:13:45.527Z] ---> 20696a9fe88a [2021-03-15T21:13:45.527Z] Step 22/23 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:13:45.527Z] ---> Running in 171ef6b31e73 [2021-03-15T21:13:45.527Z] ---> Running in 5f5804dee69d [2021-03-15T21:13:45.527Z] ---> Running in 817fa2fc0e4c [2021-03-15T21:13:45.800Z] Removing intermediate container dc481ba95374 [2021-03-15T21:13:45.800Z] ---> 23bd53b4ef0f [2021-03-15T21:13:45.800Z] Step 24/24 : LABEL version=2.0.0-dev.125 [2021-03-15T21:13:46.072Z] ---> Running in 5f90b9af1156 [2021-03-15T21:13:46.346Z] Removing intermediate container 5f5804dee69d [2021-03-15T21:13:46.346Z] ---> a4ba2cb5876b [2021-03-15T21:13:46.346Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:13:46.346Z] Removing intermediate container 171ef6b31e73 [2021-03-15T21:13:46.346Z] ---> 86bc35c2c49a [2021-03-15T21:13:46.346Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:13:46.346Z] Removing intermediate container 817fa2fc0e4c [2021-03-15T21:13:46.346Z] ---> 26a4c217f67f [2021-03-15T21:13:46.346Z] Step 23/23 : LABEL version=2.0.0-dev.125 [2021-03-15T21:13:46.625Z] ---> Running in 34d3f22eabcc [2021-03-15T21:13:46.625Z] ---> Running in 12d11ec293ae [2021-03-15T21:13:46.625Z] ---> Running in 9853337dfc95 [2021-03-15T21:13:46.625Z] Removing intermediate container 5f90b9af1156 [2021-03-15T21:13:46.625Z] ---> c50df97d7316 [2021-03-15T21:13:46.625Z] [2021-03-15T21:13:47.226Z] Removing intermediate container 34d3f22eabcc [2021-03-15T21:13:47.226Z] ---> daafa63230a7 [2021-03-15T21:13:47.226Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:13:47.226Z] Successfully built c50df97d7316 [2021-03-15T21:13:47.226Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T21:13:47.226Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-15T21:13:47.226Z] Removing intermediate container 12d11ec293ae [2021-03-15T21:13:47.226Z] ---> c3f5299d585b [2021-03-15T21:13:47.226Z] Step 22/23 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:13:47.499Z] Removing intermediate container 9853337dfc95 [2021-03-15T21:13:47.499Z] ---> 70f375d8ebc6 [2021-03-15T21:13:47.500Z] [2021-03-15T21:13:47.500Z] ---> Running in 131f853cb62c [2021-03-15T21:13:47.776Z] Successfully built 70f375d8ebc6 [2021-03-15T21:13:47.776Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T21:13:47.776Z] Building docker-security-bootstrapper-go [2021-03-15T21:13:48.373Z]  Building docker-core-command-go ... done Removing intermediate container 131f853cb62c [2021-03-15T21:13:48.373Z] ---> ff262d32189a [2021-03-15T21:13:48.373Z] Step 23/23 : LABEL version=2.0.0-dev.125 [2021-03-15T21:13:48.646Z] ---> Running in 4efd81f894e2 [2021-03-15T21:13:48.646Z] ---> 66bce3860208 [2021-03-15T21:13:48.646Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:13:48.923Z] Removing intermediate container 4efd81f894e2 [2021-03-15T21:13:48.923Z] ---> 0fc30b1dc0c4 [2021-03-15T21:13:48.923Z] [2021-03-15T21:13:49.523Z] Successfully built 0fc30b1dc0c4 [2021-03-15T21:13:49.523Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T21:13:49.523Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-15T21:13:49.523Z] ---> 08b126de21c1 [2021-03-15T21:13:49.523Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:13:50.956Z] ---> ea722a690dbf [2021-03-15T21:13:50.956Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:13:50.956Z] ---> Running in 7ba324209b25 [2021-03-15T21:13:52.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:52.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:52.987Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:13:52.987Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:13:52.987Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:13:52.987Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:13:52.987Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:13:52.987Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:13:52.987Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:13:54.964Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:13:54.964Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:13:54.964Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:13:54.964Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:13:54.964Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:13:54.964Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:13:54.964Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:13:54.964Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:13:54.964Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:13:55.236Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:13:55.236Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:13:55.236Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:13:55.236Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:13:55.236Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:13:55.236Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:13:55.236Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:13:55.236Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:13:55.236Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:13:55.236Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:13:55.236Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:13:55.236Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:13:55.236Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:13:55.514Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:13:55.514Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:13:55.514Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:13:55.514Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:13:55.514Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:55.514Z] OK: 71 MiB in 55 packages [2021-03-15T21:14:05.672Z] Removing intermediate container 7ba324209b25 [2021-03-15T21:14:05.672Z] ---> 8a5a33ebb3f6 [2021-03-15T21:14:05.672Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:14:05.672Z] ---> Running in 4d6a1dd1c99f [2021-03-15T21:14:11.089Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:14:11.090Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:14:11.090Z] ---> 30cd7cf7cb77 [2021-03-15T21:14:11.090Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:14:11.090Z] ---> Using cache [2021-03-15T21:14:11.090Z] ---> ce08fce670dc [2021-03-15T21:14:11.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:14:11.090Z] ---> Using cache [2021-03-15T21:14:11.090Z] ---> 26c67f18bdc5 [2021-03-15T21:14:11.090Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:14:11.090Z] Collecting docker-compose==1.23.2 [2021-03-15T21:14:11.090Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:14:12.069Z] ---> Running in e0eea00e8976 [2021-03-15T21:14:12.069Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:14:12.069Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:14:14.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:14:14.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:14:15.670Z] OK: 217 MiB in 51 packages [2021-03-15T21:14:15.670Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:14:15.960Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:14:17.418Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:14:17.418Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:14:18.879Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:14:18.879Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:14:19.493Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:14:19.493Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:14:19.493Z] ---> 30cd7cf7cb77 [2021-03-15T21:14:19.493Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> ce08fce670dc [2021-03-15T21:14:19.493Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> 26c67f18bdc5 [2021-03-15T21:14:19.493Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> cc739bb6940d [2021-03-15T21:14:19.493Z] Step 6/31 : COPY go.mod . [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> 1c72ebf4dacd [2021-03-15T21:14:19.493Z] Step 7/31 : RUN go mod download [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> 42dc16d571f0 [2021-03-15T21:14:19.493Z] Step 8/31 : COPY . . [2021-03-15T21:14:19.493Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:14:19.493Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:14:19.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:14:19.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:14:19.493Z] ---> 30cd7cf7cb77 [2021-03-15T21:14:19.493Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> ce08fce670dc [2021-03-15T21:14:19.493Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> 26c67f18bdc5 [2021-03-15T21:14:19.493Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> cc739bb6940d [2021-03-15T21:14:19.493Z] Step 6/22 : COPY go.mod . [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> 1c72ebf4dacd [2021-03-15T21:14:19.493Z] Step 7/22 : RUN go mod download [2021-03-15T21:14:19.493Z] ---> Using cache [2021-03-15T21:14:19.493Z] ---> 42dc16d571f0 [2021-03-15T21:14:19.493Z] Step 8/22 : COPY . . [2021-03-15T21:14:19.493Z] Removing intermediate container e0eea00e8976 [2021-03-15T21:14:19.493Z] ---> 2b0ab28c1f34 [2021-03-15T21:14:19.493Z] Step 6/22 : COPY go.mod . [2021-03-15T21:14:19.789Z] ---> Using cache [2021-03-15T21:14:19.789Z] ---> e217ca7b18b4 [2021-03-15T21:14:19.789Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:14:19.789Z] ---> Using cache [2021-03-15T21:14:19.789Z] ---> e217ca7b18b4 [2021-03-15T21:14:19.789Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:14:20.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:14:20.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:14:20.397Z] ---> 30cd7cf7cb77 [2021-03-15T21:14:20.397Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:14:20.397Z] ---> Using cache [2021-03-15T21:14:20.397Z] ---> ce08fce670dc [2021-03-15T21:14:20.397Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:14:20.397Z] ---> Using cache [2021-03-15T21:14:20.397Z] ---> 26c67f18bdc5 [2021-03-15T21:14:20.397Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:14:20.397Z] ---> Running in 0f07140ef1be [2021-03-15T21:14:20.397Z] ---> Running in cc37eb9b6644 [2021-03-15T21:14:20.397Z] ---> Running in 4868487412d8 [2021-03-15T21:14:20.672Z] ---> a701f361c8be [2021-03-15T21:14:20.672Z] Step 7/22 : RUN go mod download [2021-03-15T21:14:20.953Z] ---> Running in a6cd18bb5750 [2021-03-15T21:14:21.949Z] 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-03-15T21:14:22.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:14:22.556Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:14:22.556Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:14:22.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:14:22.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:14:23.432Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:14:23.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:14:23.432Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:14:24.871Z] OK: 217 MiB in 51 packages [2021-03-15T21:14:25.856Z] Removing intermediate container a6cd18bb5750 [2021-03-15T21:14:25.856Z] ---> 6223503f7b90 [2021-03-15T21:14:25.856Z] Step 8/22 : COPY . . [2021-03-15T21:14:26.459Z] Removing intermediate container 0f07140ef1be [2021-03-15T21:14:26.459Z] ---> 46d9bb4f25fd [2021-03-15T21:14:26.459Z] Step 6/23 : COPY go.mod . [2021-03-15T21:14:27.063Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:14:27.063Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:14:28.054Z] ---> 08f68c393ae9 [2021-03-15T21:14:28.054Z] Step 7/23 : RUN go mod download [2021-03-15T21:14:28.341Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:14:28.341Z] ---> Running in 1cc04073fcbc [2021-03-15T21:14:28.341Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:14:35.476Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:14:35.476Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:14:35.750Z] Removing intermediate container 1cc04073fcbc [2021-03-15T21:14:35.750Z] ---> da367650c2fa [2021-03-15T21:14:35.750Z] Step 8/23 : COPY . . [2021-03-15T21:14:36.021Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:14:36.021Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:14:36.021Z] 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-03-15T21:14:36.021Z] 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-03-15T21:14:36.293Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:14:36.565Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:14:36.565Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:14:36.565Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:14:36.565Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:14:36.565Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:14:38.000Z] Installing collected packages: docopt, urllib3, idna, requests, websocket-client, jsonschema, texttable, docker-pycreds, docker, dockerpty, cached-property, PyYAML, docker-compose [2021-03-15T21:14:38.000Z] Running setup.py install for docopt: started [2021-03-15T21:14:40.639Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:14:40.639Z] Attempting uninstall: urllib3 [2021-03-15T21:14:40.639Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:14:40.639Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:14:40.915Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:14:42.939Z] Attempting uninstall: idna [2021-03-15T21:14:42.939Z] Found existing installation: idna 2.9 [2021-03-15T21:14:42.939Z] Uninstalling idna-2.9: [2021-03-15T21:14:42.939Z] Successfully uninstalled idna-2.9 [2021-03-15T21:14:43.583Z] ---> e5f45b68086c [2021-03-15T21:14:43.583Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:14:43.583Z] Attempting uninstall: requests [2021-03-15T21:14:43.583Z] Found existing installation: requests 2.23.0 [2021-03-15T21:14:43.583Z] Uninstalling requests-2.23.0: [2021-03-15T21:14:43.873Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:14:43.873Z] ---> Running in 2195276441f7 [2021-03-15T21:14:45.317Z] Running setup.py install for texttable: started [2021-03-15T21:14:46.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:14:48.288Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:14:49.276Z] Running setup.py install for dockerpty: started [2021-03-15T21:14:52.706Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:14:52.706Z] Running setup.py install for PyYAML: started [2021-03-15T21:14:52.706Z] ---> 0a1efd3d8f3b [2021-03-15T21:14:52.706Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:14:53.310Z] ---> Running in a4fe62def02b [2021-03-15T21:14:55.305Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.125" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:14:56.298Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:14:57.748Z] 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-03-15T21:15:03.193Z] Removing intermediate container 4d6a1dd1c99f [2021-03-15T21:15:03.193Z] ---> 6790ebf99ea3 [2021-03-15T21:15:03.193Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:15:03.193Z] ---> Running in 36a0174b6e0a [2021-03-15T21:15:05.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:15:05.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:15:06.457Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:15:06.457Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:15:06.457Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:15:06.457Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:15:06.457Z] OK: 72 MiB in 58 packages [2021-03-15T21:15:08.458Z] Removing intermediate container 36a0174b6e0a [2021-03-15T21:15:08.458Z] ---> 098dfcc53f1f [2021-03-15T21:15:08.458Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:15:08.734Z] ---> Running in fe3c19289dff [2021-03-15T21:15:09.335Z] Removing intermediate container fe3c19289dff [2021-03-15T21:15:09.335Z] ---> c7e47560634a [2021-03-15T21:15:09.335Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:15:09.335Z] ---> Running in 739fd0b3da1b [2021-03-15T21:15:09.937Z] Removing intermediate container 739fd0b3da1b [2021-03-15T21:15:09.937Z] ---> 78acbc5e004c [2021-03-15T21:15:09.937Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T21:15:10.211Z] ---> Running in 1f7ffd5877ad [2021-03-15T21:15:10.811Z] Removing intermediate container 1f7ffd5877ad [2021-03-15T21:15:10.811Z] ---> 14bab22c6772 [2021-03-15T21:15:10.811Z] Step 25/26 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:15:10.811Z] ---> Running in fd1f44608df3 [2021-03-15T21:15:11.415Z] Removing intermediate container fd1f44608df3 [2021-03-15T21:15:11.415Z] ---> d8b199c46e53 [2021-03-15T21:15:11.415Z] Step 26/26 : LABEL version=2.0.0-dev.125 [2021-03-15T21:15:11.692Z] ---> Running in 600ffc97d83f [2021-03-15T21:15:12.299Z] Removing intermediate container 600ffc97d83f [2021-03-15T21:15:12.299Z] ---> 2f69ccda37ab [2021-03-15T21:15:12.299Z] [2021-03-15T21:15:12.911Z] Successfully built 2f69ccda37ab [2021-03-15T21:15:12.911Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T21:16:09.518Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4868487412d8 [2021-03-15T21:16:09.518Z] ---> 579ad30032a5 [2021-03-15T21:16:09.518Z] [2021-03-15T21:16:09.518Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:16:09.518Z] ---> d10569e2745f [2021-03-15T21:16:09.518Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:16:09.518Z] ---> Running in 1bc2fca356a3 [2021-03-15T21:16:09.518Z] Removing intermediate container 1bc2fca356a3 [2021-03-15T21:16:09.518Z] ---> 9f750c37cec0 [2021-03-15T21:16:09.518Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:16:09.518Z] ---> Running in 518795acd9c9 [2021-03-15T21:16:09.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:16:09.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:16:09.518Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:16:09.518Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:16:09.518Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:16:09.518Z] OK: 5 MiB in 16 packages [2021-03-15T21:16:09.518Z] Removing intermediate container 518795acd9c9 [2021-03-15T21:16:09.518Z] ---> dec2c3b0b8d8 [2021-03-15T21:16:09.518Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:16:09.518Z] ---> Running in ee4d92e4a42a [2021-03-15T21:16:09.518Z] Removing intermediate container ee4d92e4a42a [2021-03-15T21:16:09.518Z] ---> f22fa1d76c71 [2021-03-15T21:16:09.518Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:16:09.518Z] ---> Running in 46fee1944382 [2021-03-15T21:16:09.796Z] Removing intermediate container 46fee1944382 [2021-03-15T21:16:09.796Z] ---> 8fd48e364ee5 [2021-03-15T21:16:09.796Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:16:10.400Z] ---> Running in b28f3d64d92c [2021-03-15T21:16:12.402Z] Removing intermediate container cc37eb9b6644 [2021-03-15T21:16:12.402Z] ---> ad8d1f0ec34f [2021-03-15T21:16:12.402Z] [2021-03-15T21:16:12.402Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:16:12.402Z] ---> d10569e2745f [2021-03-15T21:16:12.402Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:16:12.402Z] ---> Using cache [2021-03-15T21:16:12.402Z] ---> ce44edbd686d [2021-03-15T21:16:12.402Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:16:12.402Z] ---> Using cache [2021-03-15T21:16:12.402Z] ---> 17106b1c0fa3 [2021-03-15T21:16:12.402Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:16:12.679Z] ---> Running in 41371a5dd2a4 [2021-03-15T21:16:13.690Z] Removing intermediate container 41371a5dd2a4 [2021-03-15T21:16:13.970Z] ---> f05bc8cac1b6 [2021-03-15T21:16:13.970Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:16:13.970Z] ---> Running in d6267f17af06 [2021-03-15T21:16:14.247Z] Removing intermediate container b28f3d64d92c [2021-03-15T21:16:14.247Z] ---> 49606d9d84c8 [2021-03-15T21:16:14.247Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:16:14.524Z] ---> Running in fbb1b5270c48 [2021-03-15T21:16:14.800Z] Removing intermediate container d6267f17af06 [2021-03-15T21:16:14.800Z] ---> c9444222224c [2021-03-15T21:16:14.800Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:16:15.402Z] Removing intermediate container fbb1b5270c48 [2021-03-15T21:16:15.402Z] ---> cb6090c2fea4 [2021-03-15T21:16:15.402Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:16:16.003Z] ---> 3aad93cd77ff [2021-03-15T21:16:16.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:16:16.602Z] ---> 55d0d8742208 [2021-03-15T21:16:16.602Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:16:16.879Z] ---> Running in 3d5678715e06 [2021-03-15T21:16:18.333Z] ---> 7be872c604bd [2021-03-15T21:16:18.333Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-15T21:16:19.323Z] ---> 14c3d828842d [2021-03-15T21:16:19.323Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:16:19.603Z] ---> Running in d5d8c5f6c41b [2021-03-15T21:16:20.231Z] Removing intermediate container d5d8c5f6c41b [2021-03-15T21:16:20.231Z] ---> 59c0a43fb011 [2021-03-15T21:16:20.511Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:16:20.511Z] ---> Running in f6ef8b29c89f [2021-03-15T21:16:20.789Z] Removing intermediate container 3d5678715e06 [2021-03-15T21:16:20.789Z] ---> a43c66a6929c [2021-03-15T21:16:20.789Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:16:21.396Z] Removing intermediate container f6ef8b29c89f [2021-03-15T21:16:21.396Z] ---> 1f543577b7b4 [2021-03-15T21:16:21.396Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:16:21.676Z] ---> Running in 807c333c84a6 [2021-03-15T21:16:22.287Z] Removing intermediate container 807c333c84a6 [2021-03-15T21:16:22.287Z] ---> fc2b2336379c [2021-03-15T21:16:22.287Z] Step 21/22 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:16:22.287Z] ---> 6de31c220f04 [2021-03-15T21:16:22.287Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:16:22.563Z] ---> Running in 28d856a19a8d [2021-03-15T21:16:23.164Z] Removing intermediate container 28d856a19a8d [2021-03-15T21:16:23.164Z] ---> 8f2dc32c9470 [2021-03-15T21:16:23.164Z] Step 22/22 : LABEL version=2.0.0-dev.125 [2021-03-15T21:16:23.792Z] ---> Running in b89c69b084fb [2021-03-15T21:16:24.777Z] Removing intermediate container b89c69b084fb [2021-03-15T21:16:24.777Z] ---> b7d6208d4eec [2021-03-15T21:16:24.777Z] [2021-03-15T21:16:25.054Z] ---> cef8466ad563 [2021-03-15T21:16:25.054Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:16:25.054Z] Successfully built b7d6208d4eec [2021-03-15T21:16:25.054Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T21:16:26.562Z]  Building docker-support-scheduler-go ... done  ---> 51e22f6f9348 [2021-03-15T21:16:26.562Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:16:28.050Z] ---> f8deecb61ed8 [2021-03-15T21:16:28.050Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:16:28.050Z] Removing intermediate container 2195276441f7 [2021-03-15T21:16:28.050Z] ---> 6f01bd769332 [2021-03-15T21:16:28.050Z] [2021-03-15T21:16:28.050Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:16:28.050Z] ---> d10569e2745f [2021-03-15T21:16:28.050Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:16:28.337Z] ---> Running in e2d0216ef39d [2021-03-15T21:16:28.933Z] ---> 84bc7ef773cb [2021-03-15T21:16:28.933Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:16:29.206Z] ---> Running in 655161ddc82b [2021-03-15T21:16:29.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:16:29.803Z] Removing intermediate container 655161ddc82b [2021-03-15T21:16:29.803Z] ---> 03beccaee180 [2021-03-15T21:16:29.803Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:16:29.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:16:30.396Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:16:30.396Z] ---> 7d322344c5b6 [2021-03-15T21:16:30.396Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:16:30.396Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:16:30.396Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:16:30.396Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:16:30.672Z] OK: 6 MiB in 16 packages [2021-03-15T21:16:30.948Z] ---> Running in fe81521a59e9 [2021-03-15T21:16:32.951Z] Removing intermediate container e2d0216ef39d [2021-03-15T21:16:32.951Z] ---> 92601be58f53 [2021-03-15T21:16:32.952Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:16:32.952Z] ---> Running in 3068ad785652 [2021-03-15T21:16:33.547Z] Removing intermediate container 3068ad785652 [2021-03-15T21:16:33.547Z] ---> 357b809b9671 [2021-03-15T21:16:33.547Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:16:33.832Z] ---> Running in 4dd3be623f33 [2021-03-15T21:16:34.108Z] Removing intermediate container fe81521a59e9 [2021-03-15T21:16:34.108Z] ---> b9e85b4cc494 [2021-03-15T21:16:34.108Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:16:34.382Z] ---> Running in 221e5c4f6024 [2021-03-15T21:16:34.382Z] Removing intermediate container 4dd3be623f33 [2021-03-15T21:16:34.382Z] ---> 6187f388f2e5 [2021-03-15T21:16:34.382Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:16:34.705Z] ---> Running in e3e257714867 [2021-03-15T21:16:34.979Z] Removing intermediate container 221e5c4f6024 [2021-03-15T21:16:34.979Z] ---> 494a26fd20d9 [2021-03-15T21:16:34.979Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:16:35.260Z] ---> Running in 82475e7d2cef [2021-03-15T21:16:35.260Z] Removing intermediate container e3e257714867 [2021-03-15T21:16:35.260Z] ---> 2043aad36e47 [2021-03-15T21:16:35.260Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:16:35.878Z] Removing intermediate container 82475e7d2cef [2021-03-15T21:16:35.878Z] ---> 075aad216532 [2021-03-15T21:16:35.878Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T21:16:36.147Z] ---> Running in d8f12b4216db [2021-03-15T21:16:36.147Z] ---> 25961c52229f [2021-03-15T21:16:36.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:16:36.476Z] Removing intermediate container d8f12b4216db [2021-03-15T21:16:36.476Z] ---> 7e42002e45a8 [2021-03-15T21:16:36.476Z] Step 30/31 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:16:37.079Z] ---> Running in 9ccf2ee88374 [2021-03-15T21:16:37.668Z] ---> 2158dc520d64 [2021-03-15T21:16:37.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:16:37.668Z] Removing intermediate container 9ccf2ee88374 [2021-03-15T21:16:37.668Z] ---> eb7f2917c4c1 [2021-03-15T21:16:37.668Z] Step 31/31 : LABEL version=2.0.0-dev.125 [2021-03-15T21:16:37.945Z] ---> Running in 137297a44087 [2021-03-15T21:16:38.538Z] ---> db7ceed716e8 [2021-03-15T21:16:38.538Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:16:38.810Z] ---> Running in 79c0f99969a1 [2021-03-15T21:16:38.810Z] Removing intermediate container 137297a44087 [2021-03-15T21:16:38.810Z] ---> 2c04b0091bca [2021-03-15T21:16:38.810Z] [2021-03-15T21:16:39.420Z] Successfully built 2c04b0091bca [2021-03-15T21:16:39.420Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T21:16:39.690Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 79c0f99969a1 [2021-03-15T21:16:39.690Z] ---> efc485de042a [2021-03-15T21:16:39.690Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:16:39.961Z] ---> Running in 3eefe7714b2a [2021-03-15T21:16:40.235Z] Removing intermediate container a4fe62def02b [2021-03-15T21:16:40.235Z] ---> b0ac31f34ad2 [2021-03-15T21:16:40.235Z] [2021-03-15T21:16:40.235Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:16:40.235Z] ---> d10569e2745f [2021-03-15T21:16:40.235Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:16:40.515Z] ---> Running in f47645cef150 [2021-03-15T21:16:40.515Z] Removing intermediate container 3eefe7714b2a [2021-03-15T21:16:40.515Z] ---> ab2d2e275bd1 [2021-03-15T21:16:40.515Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:16:40.789Z] ---> Running in eca37b45dfec [2021-03-15T21:16:41.062Z] Removing intermediate container f47645cef150 [2021-03-15T21:16:41.062Z] ---> d5ff506fbe7f [2021-03-15T21:16:41.062Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:16:41.062Z] ---> Running in 8a5989fb7c29 [2021-03-15T21:16:41.331Z] Removing intermediate container eca37b45dfec [2021-03-15T21:16:41.331Z] ---> 78f63ae38616 [2021-03-15T21:16:41.331Z] Step 21/22 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:16:41.331Z] ---> Running in 6f004af88725 [2021-03-15T21:16:41.602Z] Removing intermediate container 8a5989fb7c29 [2021-03-15T21:16:41.602Z] ---> 9035fd116b2f [2021-03-15T21:16:41.602Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:16:41.602Z] ---> Running in 7da8b52e0370 [2021-03-15T21:16:41.874Z] Removing intermediate container 6f004af88725 [2021-03-15T21:16:41.874Z] ---> 5c39bce197f5 [2021-03-15T21:16:41.874Z] Step 22/22 : LABEL version=2.0.0-dev.125 [2021-03-15T21:16:41.874Z] ---> Running in 71f69994eeb0 [2021-03-15T21:16:42.153Z] Removing intermediate container 7da8b52e0370 [2021-03-15T21:16:42.153Z] ---> b9ae97d632f9 [2021-03-15T21:16:42.153Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:16:42.153Z] ---> Running in 5499f2e443ee [2021-03-15T21:16:42.427Z] Removing intermediate container 71f69994eeb0 [2021-03-15T21:16:42.427Z] ---> 124076a3bd0c [2021-03-15T21:16:42.427Z] [2021-03-15T21:16:43.020Z] Successfully built 124076a3bd0c [2021-03-15T21:16:43.020Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T21:16:44.447Z]  Building docker-support-notifications-go ... done Removing intermediate container 5499f2e443ee [2021-03-15T21:16:44.447Z] ---> 6905812a7a76 [2021-03-15T21:16:44.447Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:16:44.447Z] ---> Running in a1c03ff3c692 [2021-03-15T21:16:45.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:16:46.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:16:48.350Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:16:48.620Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:16:48.620Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:16:48.888Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:16:49.478Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:16:49.747Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:16:49.747Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:16:49.747Z] OK: 8 MiB in 20 packages [2021-03-15T21:16:51.175Z] Removing intermediate container a1c03ff3c692 [2021-03-15T21:16:51.175Z] ---> 0e6581ef3e48 [2021-03-15T21:16:51.175Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:16:51.445Z] ---> cba2529497e6 [2021-03-15T21:16:51.445Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:16:52.889Z] ---> fe420f8c3c40 [2021-03-15T21:16:52.889Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:16:53.485Z] ---> 976168bb3f45 [2021-03-15T21:16:53.485Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:16:53.485Z] ---> Running in e787ac7aa351 [2021-03-15T21:16:54.081Z] Removing intermediate container e787ac7aa351 [2021-03-15T21:16:54.081Z] ---> 7f24dc8a3811 [2021-03-15T21:16:54.081Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:16:54.081Z] ---> Running in ffdb8a358a9b [2021-03-15T21:16:54.675Z] Removing intermediate container ffdb8a358a9b [2021-03-15T21:16:54.676Z] ---> a7a6bae7b5a7 [2021-03-15T21:16:54.676Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:16:54.676Z] ---> Running in d764a6db7362 [2021-03-15T21:16:55.267Z] Removing intermediate container d764a6db7362 [2021-03-15T21:16:55.267Z] ---> a8918ea33be5 [2021-03-15T21:16:55.267Z] Step 22/23 : LABEL git_sha=e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:16:55.267Z] ---> Running in 7fc5ce996f5d [2021-03-15T21:16:55.861Z] Removing intermediate container 7fc5ce996f5d [2021-03-15T21:16:55.861Z] ---> 4d591140dce4 [2021-03-15T21:16:55.861Z] Step 23/23 : LABEL version=2.0.0-dev.125 [2021-03-15T21:16:55.861Z] ---> Running in 57c7b2f2538a [2021-03-15T21:16:56.459Z] Removing intermediate container 57c7b2f2538a [2021-03-15T21:16:56.459Z] ---> a1ccf0139e6b [2021-03-15T21:16:56.459Z] [2021-03-15T21:16:56.733Z] Successfully built a1ccf0139e6b [2021-03-15T21:16:56.733Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T21:16:57.028Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-15T21:16:57.036Z] $ docker stop --time=1 5662c637399059429222edf97081c3bc1f683f1c0e68fb3a2dee0205b42d47a3 [2021-03-15T21:16:58.992Z] $ docker rm -f 5662c637399059429222edf97081c3bc1f683f1c0e68fb3a2dee0205b42d47a3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:16:59.672Z] + docker images [2021-03-15T21:16:59.673Z] + grep docker [2021-03-15T21:16:59.944Z] docker-core-data-go-arm64 latest a1ccf0139e6b 3 seconds ago 21.3MB [2021-03-15T21:16:59.944Z] docker-support-notifications-go-arm64 latest 124076a3bd0c 17 seconds ago 16.9MB [2021-03-15T21:16:59.944Z] docker-security-bootstrapper-go-arm64 latest 2c04b0091bca 21 seconds ago 17.8MB [2021-03-15T21:16:59.944Z] docker-support-scheduler-go-arm64 latest b7d6208d4eec 35 seconds ago 16.3MB [2021-03-15T21:16:59.944Z] docker-sys-mgmt-agent-go-arm64 latest 2f69ccda37ab About a minute ago 300MB [2021-03-15T21:16:59.944Z] docker-core-metadata-go-arm64 latest 0fc30b1dc0c4 3 minutes ago 17.9MB [2021-03-15T21:16:59.944Z] docker-core-command-go-arm64 latest 70f375d8ebc6 3 minutes ago 16.2MB [2021-03-15T21:16:59.944Z] docker-security-secretstore-setup-go-arm64 latest c50df97d7316 3 minutes ago 23.7MB [2021-03-15T21:16:59.944Z] docker-security-proxy-setup-go-arm64 latest b66bc6722da1 3 minutes ago 23.4MB [2021-03-15T21:16:59.944Z] docker 20.10.0 eeaf43b92773 3 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-03-15T21:17:00.739Z] provisioning config files... [2021-03-15T21:17:00.771Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/392@tmp/config6807836223706646637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:01.167Z] ---> docker-login.sh [2021-03-15T21:17:01.167Z] nexus3.edgexfoundry.org:10001 [2021-03-15T21:17:01.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:17:01.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:17:01.439Z] Configure a credential helper to remove this warning. See [2021-03-15T21:17:01.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:17:01.439Z] [2021-03-15T21:17:01.439Z] Login Succeeded [2021-03-15T21:17:01.711Z] nexus3.edgexfoundry.org:10002 [2021-03-15T21:17:01.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:17:02.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:17:02.253Z] Configure a credential helper to remove this warning. See [2021-03-15T21:17:02.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:17:02.253Z] [2021-03-15T21:17:02.253Z] Login Succeeded [2021-03-15T21:17:02.253Z] nexus3.edgexfoundry.org:10003 [2021-03-15T21:17:02.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:17:02.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:17:02.793Z] Configure a credential helper to remove this warning. See [2021-03-15T21:17:02.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:17:02.793Z] [2021-03-15T21:17:02.793Z] Login Succeeded [2021-03-15T21:17:02.793Z] nexus3.edgexfoundry.org:10004 [2021-03-15T21:17:03.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:17:03.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:17:03.337Z] Configure a credential helper to remove this warning. See [2021-03-15T21:17:03.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:17:03.337Z] [2021-03-15T21:17:03.337Z] Login Succeeded [2021-03-15T21:17:03.337Z] docker.io [2021-03-15T21:17:03.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T21:17:04.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T21:17:04.204Z] Configure a credential helper to remove this warning. See [2021-03-15T21:17:04.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T21:17:04.204Z] [2021-03-15T21:17:04.204Z] Login Succeeded [2021-03-15T21:17:04.204Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T21:17:04.243Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:04.487Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-15T21:17:04.487Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:04.487Z] 2.0.0-dev.125 [2021-03-15T21:17:04.487Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:04.487Z] master [2021-03-15T21:17:04.487Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:05.023Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:05.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:05.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-15T21:17:05.362Z] 03499bbf062c: Preparing [2021-03-15T21:17:05.362Z] adf738b210d5: Preparing [2021-03-15T21:17:05.362Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:05.362Z] 7839c8adca2b: Preparing [2021-03-15T21:17:05.362Z] 02a88cfff88f: Preparing [2021-03-15T21:17:05.641Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:05.641Z] 7839c8adca2b: Pushed [2021-03-15T21:17:05.641Z] 9a3ca7bd4f5d: Pushed [2021-03-15T21:17:05.641Z] 03499bbf062c: Pushed [2021-03-15T21:17:08.278Z] adf738b210d5: Pushed [2021-03-15T21:17:08.278Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:5a4554ac5bd26a0aa1183a4db02393c7f4d5fa96172fea065f145c08cc870f92 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:08.615Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:08.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:08.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-15T21:17:08.947Z] 03499bbf062c: Preparing [2021-03-15T21:17:08.947Z] adf738b210d5: Preparing [2021-03-15T21:17:08.947Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:08.947Z] 7839c8adca2b: Preparing [2021-03-15T21:17:08.947Z] 02a88cfff88f: Preparing [2021-03-15T21:17:09.216Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:09.216Z] 03499bbf062c: Layer already exists [2021-03-15T21:17:09.216Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:09.216Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:09.216Z] adf738b210d5: Layer already exists [2021-03-15T21:17:09.216Z] 2.0.0-dev.125: digest: sha256:5a4554ac5bd26a0aa1183a4db02393c7f4d5fa96172fea065f145c08cc870f92 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:09.555Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:09.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:09.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-15T21:17:09.893Z] 03499bbf062c: Preparing [2021-03-15T21:17:09.893Z] adf738b210d5: Preparing [2021-03-15T21:17:09.893Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:09.893Z] 7839c8adca2b: Preparing [2021-03-15T21:17:09.893Z] 02a88cfff88f: Preparing [2021-03-15T21:17:09.893Z] 03499bbf062c: Layer already exists [2021-03-15T21:17:09.893Z] adf738b210d5: Layer already exists [2021-03-15T21:17:09.893Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:09.893Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:09.893Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:10.162Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:5a4554ac5bd26a0aa1183a4db02393c7f4d5fa96172fea065f145c08cc870f92 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:10.532Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:10.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-15T21:17:10.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-15T21:17:10.921Z] 03499bbf062c: Preparing [2021-03-15T21:17:10.921Z] adf738b210d5: Preparing [2021-03-15T21:17:10.921Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:10.921Z] 7839c8adca2b: Preparing [2021-03-15T21:17:10.921Z] 02a88cfff88f: Preparing [2021-03-15T21:17:10.921Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:10.921Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:10.921Z] adf738b210d5: Layer already exists [2021-03-15T21:17:10.921Z] 03499bbf062c: Layer already exists [2021-03-15T21:17:10.921Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:11.197Z] master: digest: sha256:5a4554ac5bd26a0aa1183a4db02393c7f4d5fa96172fea065f145c08cc870f92 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:11.519Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:11.591Z] taggedImages: [2021-03-15T21:17:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:11.591Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-15T21:17:11.687Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-15T21:17:11.687Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:11.687Z] 2.0.0-dev.125 [2021-03-15T21:17:11.687Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:11.687Z] master [2021-03-15T21:17:11.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:12.237Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:12.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:12.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-15T21:17:12.581Z] 6f20ce4e2caa: Preparing [2021-03-15T21:17:12.581Z] a7ca34a88333: Preparing [2021-03-15T21:17:12.581Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:12.581Z] d27c3900f5bb: Preparing [2021-03-15T21:17:12.581Z] 47505848f21c: Preparing [2021-03-15T21:17:12.581Z] 02a88cfff88f: Preparing [2021-03-15T21:17:12.581Z] 02a88cfff88f: Waiting [2021-03-15T21:17:12.855Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:12.855Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:12.855Z] 6f20ce4e2caa: Pushed [2021-03-15T21:17:12.855Z] 47505848f21c: Pushed [2021-03-15T21:17:13.446Z] d27c3900f5bb: Pushed [2021-03-15T21:17:16.051Z] a7ca34a88333: Pushed [2021-03-15T21:17:16.051Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:d3665d0a018c323d5844e8e921770279ddc7c6c3fcdc39625183096602b48800 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:16.391Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:16.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:16.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-15T21:17:16.726Z] 6f20ce4e2caa: Preparing [2021-03-15T21:17:16.726Z] a7ca34a88333: Preparing [2021-03-15T21:17:16.726Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:16.726Z] d27c3900f5bb: Preparing [2021-03-15T21:17:16.726Z] 47505848f21c: Preparing [2021-03-15T21:17:16.726Z] 02a88cfff88f: Preparing [2021-03-15T21:17:16.726Z] 02a88cfff88f: Waiting [2021-03-15T21:17:16.726Z] 47505848f21c: Layer already exists [2021-03-15T21:17:16.726Z] a7ca34a88333: Layer already exists [2021-03-15T21:17:16.726Z] 6f20ce4e2caa: Layer already exists [2021-03-15T21:17:16.726Z] d27c3900f5bb: Layer already exists [2021-03-15T21:17:16.726Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:16.997Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:16.997Z] 2.0.0-dev.125: digest: sha256:d3665d0a018c323d5844e8e921770279ddc7c6c3fcdc39625183096602b48800 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:17.340Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:17.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:17.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-15T21:17:17.674Z] 6f20ce4e2caa: Preparing [2021-03-15T21:17:17.674Z] a7ca34a88333: Preparing [2021-03-15T21:17:17.674Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:17.674Z] d27c3900f5bb: Preparing [2021-03-15T21:17:17.674Z] 47505848f21c: Preparing [2021-03-15T21:17:17.674Z] 02a88cfff88f: Preparing [2021-03-15T21:17:17.674Z] 02a88cfff88f: Waiting [2021-03-15T21:17:17.674Z] d27c3900f5bb: Layer already exists [2021-03-15T21:17:17.674Z] a7ca34a88333: Layer already exists [2021-03-15T21:17:17.674Z] 6f20ce4e2caa: Layer already exists [2021-03-15T21:17:17.674Z] 47505848f21c: Layer already exists [2021-03-15T21:17:17.674Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:17.944Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:17.944Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:d3665d0a018c323d5844e8e921770279ddc7c6c3fcdc39625183096602b48800 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:18.285Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:18.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-15T21:17:18.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-15T21:17:18.626Z] 6f20ce4e2caa: Preparing [2021-03-15T21:17:18.626Z] a7ca34a88333: Preparing [2021-03-15T21:17:18.626Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:18.626Z] d27c3900f5bb: Preparing [2021-03-15T21:17:18.626Z] 47505848f21c: Preparing [2021-03-15T21:17:18.626Z] 02a88cfff88f: Preparing [2021-03-15T21:17:18.626Z] 02a88cfff88f: Waiting [2021-03-15T21:17:18.626Z] d27c3900f5bb: Layer already exists [2021-03-15T21:17:18.626Z] a7ca34a88333: Layer already exists [2021-03-15T21:17:18.626Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:18.898Z] 47505848f21c: Layer already exists [2021-03-15T21:17:18.898Z] 6f20ce4e2caa: Layer already exists [2021-03-15T21:17:18.898Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:18.898Z] master: digest: sha256:d3665d0a018c323d5844e8e921770279ddc7c6c3fcdc39625183096602b48800 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:19.121Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:19.172Z] taggedImages: [2021-03-15T21:17:19.172Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:19.172Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:19.172Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:19.172Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-15T21:17:19.234Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-15T21:17:19.235Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:19.235Z] 2.0.0-dev.125 [2021-03-15T21:17:19.235Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:19.235Z] master [2021-03-15T21:17:19.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:19.787Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:20.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:20.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-15T21:17:20.127Z] 642482bf7b6a: Preparing [2021-03-15T21:17:20.127Z] 2c74e2381180: Preparing [2021-03-15T21:17:20.127Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:20.127Z] 7839c8adca2b: Preparing [2021-03-15T21:17:20.127Z] 02a88cfff88f: Preparing [2021-03-15T21:17:20.403Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:20.403Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:20.403Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:20.403Z] 642482bf7b6a: Pushed [2021-03-15T21:17:23.763Z] 2c74e2381180: Pushed [2021-03-15T21:17:23.763Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:5a14b4eaf5e578a68b661574411352ad7f45e7f3c321531f0ab802c493aa484b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:24.104Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:24.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:24.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-15T21:17:24.439Z] 642482bf7b6a: Preparing [2021-03-15T21:17:24.439Z] 2c74e2381180: Preparing [2021-03-15T21:17:24.439Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:24.439Z] 7839c8adca2b: Preparing [2021-03-15T21:17:24.439Z] 02a88cfff88f: Preparing [2021-03-15T21:17:24.439Z] 642482bf7b6a: Layer already exists [2021-03-15T21:17:24.439Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:24.439Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:24.439Z] 2c74e2381180: Layer already exists [2021-03-15T21:17:24.439Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:24.709Z] 2.0.0-dev.125: digest: sha256:5a14b4eaf5e578a68b661574411352ad7f45e7f3c321531f0ab802c493aa484b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:25.051Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:25.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:25.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-15T21:17:25.389Z] 642482bf7b6a: Preparing [2021-03-15T21:17:25.389Z] 2c74e2381180: Preparing [2021-03-15T21:17:25.389Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:25.389Z] 7839c8adca2b: Preparing [2021-03-15T21:17:25.389Z] 02a88cfff88f: Preparing [2021-03-15T21:17:25.389Z] 2c74e2381180: Layer already exists [2021-03-15T21:17:25.389Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:25.389Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:25.389Z] 642482bf7b6a: Layer already exists [2021-03-15T21:17:25.389Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:25.661Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:5a14b4eaf5e578a68b661574411352ad7f45e7f3c321531f0ab802c493aa484b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:26.005Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:26.343Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-15T21:17:26.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-15T21:17:26.343Z] 642482bf7b6a: Preparing [2021-03-15T21:17:26.343Z] 2c74e2381180: Preparing [2021-03-15T21:17:26.343Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:26.343Z] 7839c8adca2b: Preparing [2021-03-15T21:17:26.343Z] 02a88cfff88f: Preparing [2021-03-15T21:17:26.614Z] 2c74e2381180: Layer already exists [2021-03-15T21:17:26.614Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:26.614Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:26.614Z] 642482bf7b6a: Layer already exists [2021-03-15T21:17:26.614Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:26.614Z] master: digest: sha256:5a14b4eaf5e578a68b661574411352ad7f45e7f3c321531f0ab802c493aa484b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:26.809Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:26.911Z] taggedImages: [2021-03-15T21:17:26.911Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:26.911Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:26.911Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:26.911Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-15T21:17:26.975Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-15T21:17:26.975Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:26.975Z] 2.0.0-dev.125 [2021-03-15T21:17:26.975Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:26.975Z] master [2021-03-15T21:17:26.975Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:27.476Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:27.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:27.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-15T21:17:27.820Z] 78b25a26bc19: Preparing [2021-03-15T21:17:27.820Z] 78b25a26bc19: Preparing [2021-03-15T21:17:27.820Z] 3019dcf2b9c1: Preparing [2021-03-15T21:17:27.820Z] 9e4b544744e6: Preparing [2021-03-15T21:17:27.820Z] 933ae34aa7ee: Preparing [2021-03-15T21:17:27.820Z] 16b4d35ac572: Preparing [2021-03-15T21:17:27.820Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:27.820Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:27.820Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:27.820Z] c5aa4d7bb321: Preparing [2021-03-15T21:17:27.820Z] c31121e89f54: Preparing [2021-03-15T21:17:27.820Z] 02a88cfff88f: Preparing [2021-03-15T21:17:27.820Z] 61c119fe0c6a: Waiting [2021-03-15T21:17:27.820Z] 9a3ca7bd4f5d: Waiting [2021-03-15T21:17:27.820Z] c5aa4d7bb321: Waiting [2021-03-15T21:17:27.820Z] c31121e89f54: Waiting [2021-03-15T21:17:27.820Z] 02a88cfff88f: Waiting [2021-03-15T21:17:28.091Z] 9e4b544744e6: Pushed [2021-03-15T21:17:28.091Z] 78b25a26bc19: Pushed [2021-03-15T21:17:28.091Z] 933ae34aa7ee: Pushed [2021-03-15T21:17:28.363Z] 3019dcf2b9c1: Pushed [2021-03-15T21:17:28.363Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:28.363Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:28.641Z] c5aa4d7bb321: Pushed [2021-03-15T21:17:28.641Z] 61c119fe0c6a: Pushed [2021-03-15T21:17:28.641Z] c31121e89f54: Pushed [2021-03-15T21:17:31.072Z] 16b4d35ac572: Pushed [2021-03-15T21:17:31.072Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:6043d8c9c2a35e9ca9373080ce05ca2eb1c359cd4bb9082137b3ad86d4b4d128 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:31.412Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:31.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:31.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-15T21:17:31.752Z] 78b25a26bc19: Preparing [2021-03-15T21:17:31.752Z] 78b25a26bc19: Preparing [2021-03-15T21:17:31.752Z] 3019dcf2b9c1: Preparing [2021-03-15T21:17:31.752Z] 9e4b544744e6: Preparing [2021-03-15T21:17:31.752Z] 933ae34aa7ee: Preparing [2021-03-15T21:17:31.752Z] 16b4d35ac572: Preparing [2021-03-15T21:17:31.752Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:31.752Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:31.752Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:31.752Z] c5aa4d7bb321: Preparing [2021-03-15T21:17:31.752Z] c31121e89f54: Preparing [2021-03-15T21:17:31.752Z] 02a88cfff88f: Preparing [2021-03-15T21:17:31.752Z] c5aa4d7bb321: Waiting [2021-03-15T21:17:31.752Z] c31121e89f54: Waiting [2021-03-15T21:17:31.752Z] 02a88cfff88f: Waiting [2021-03-15T21:17:31.752Z] 9a3ca7bd4f5d: Waiting [2021-03-15T21:17:31.752Z] 61c119fe0c6a: Waiting [2021-03-15T21:17:31.752Z] 78b25a26bc19: Layer already exists [2021-03-15T21:17:31.752Z] 933ae34aa7ee: Layer already exists [2021-03-15T21:17:31.752Z] 9e4b544744e6: Layer already exists [2021-03-15T21:17:31.752Z] 3019dcf2b9c1: Layer already exists [2021-03-15T21:17:31.752Z] 16b4d35ac572: Layer already exists [2021-03-15T21:17:31.752Z] 61c119fe0c6a: Layer already exists [2021-03-15T21:17:31.752Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:31.752Z] c5aa4d7bb321: Layer already exists [2021-03-15T21:17:31.752Z] c31121e89f54: Layer already exists [2021-03-15T21:17:31.752Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:32.021Z] 2.0.0-dev.125: digest: sha256:6043d8c9c2a35e9ca9373080ce05ca2eb1c359cd4bb9082137b3ad86d4b4d128 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:32.358Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:32.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:32.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-15T21:17:32.695Z] 78b25a26bc19: Preparing [2021-03-15T21:17:32.695Z] 78b25a26bc19: Preparing [2021-03-15T21:17:32.695Z] 3019dcf2b9c1: Preparing [2021-03-15T21:17:32.695Z] 9e4b544744e6: Preparing [2021-03-15T21:17:32.695Z] 933ae34aa7ee: Preparing [2021-03-15T21:17:32.695Z] 16b4d35ac572: Preparing [2021-03-15T21:17:32.696Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:32.696Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:32.696Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:32.696Z] c5aa4d7bb321: Preparing [2021-03-15T21:17:32.696Z] c31121e89f54: Preparing [2021-03-15T21:17:32.696Z] 02a88cfff88f: Preparing [2021-03-15T21:17:32.696Z] 9a3ca7bd4f5d: Waiting [2021-03-15T21:17:32.696Z] 61c119fe0c6a: Waiting [2021-03-15T21:17:32.696Z] c5aa4d7bb321: Waiting [2021-03-15T21:17:32.696Z] c31121e89f54: Waiting [2021-03-15T21:17:32.696Z] 02a88cfff88f: Waiting [2021-03-15T21:17:32.696Z] 933ae34aa7ee: Layer already exists [2021-03-15T21:17:32.696Z] 9e4b544744e6: Layer already exists [2021-03-15T21:17:32.696Z] 3019dcf2b9c1: Layer already exists [2021-03-15T21:17:32.696Z] 78b25a26bc19: Layer already exists [2021-03-15T21:17:32.696Z] 16b4d35ac572: Layer already exists [2021-03-15T21:17:32.696Z] c31121e89f54: Layer already exists [2021-03-15T21:17:32.696Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:32.696Z] c5aa4d7bb321: Layer already exists [2021-03-15T21:17:32.696Z] 61c119fe0c6a: Layer already exists [2021-03-15T21:17:32.963Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:32.963Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:6043d8c9c2a35e9ca9373080ce05ca2eb1c359cd4bb9082137b3ad86d4b4d128 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:33.300Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:33.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-15T21:17:33.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-15T21:17:33.642Z] 78b25a26bc19: Preparing [2021-03-15T21:17:33.642Z] 78b25a26bc19: Preparing [2021-03-15T21:17:33.642Z] 3019dcf2b9c1: Preparing [2021-03-15T21:17:33.642Z] 9e4b544744e6: Preparing [2021-03-15T21:17:33.642Z] 933ae34aa7ee: Preparing [2021-03-15T21:17:33.642Z] 16b4d35ac572: Preparing [2021-03-15T21:17:33.642Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:33.642Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:33.642Z] 61c119fe0c6a: Preparing [2021-03-15T21:17:33.642Z] c5aa4d7bb321: Preparing [2021-03-15T21:17:33.642Z] c31121e89f54: Preparing [2021-03-15T21:17:33.642Z] 02a88cfff88f: Preparing [2021-03-15T21:17:33.642Z] 9a3ca7bd4f5d: Waiting [2021-03-15T21:17:33.642Z] c5aa4d7bb321: Waiting [2021-03-15T21:17:33.642Z] c31121e89f54: Waiting [2021-03-15T21:17:33.642Z] 02a88cfff88f: Waiting [2021-03-15T21:17:33.642Z] 61c119fe0c6a: Waiting [2021-03-15T21:17:33.642Z] 16b4d35ac572: Layer already exists [2021-03-15T21:17:33.642Z] 78b25a26bc19: Layer already exists [2021-03-15T21:17:33.642Z] 3019dcf2b9c1: Layer already exists [2021-03-15T21:17:33.642Z] 9e4b544744e6: Layer already exists [2021-03-15T21:17:33.642Z] 933ae34aa7ee: Layer already exists [2021-03-15T21:17:33.642Z] c5aa4d7bb321: Layer already exists [2021-03-15T21:17:33.642Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:33.642Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:33.642Z] 61c119fe0c6a: Layer already exists [2021-03-15T21:17:33.642Z] c31121e89f54: Layer already exists [2021-03-15T21:17:33.915Z] master: digest: sha256:6043d8c9c2a35e9ca9373080ce05ca2eb1c359cd4bb9082137b3ad86d4b4d128 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:34.206Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:34.281Z] taggedImages: [2021-03-15T21:17:34.281Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:34.281Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:34.281Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:34.281Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-15T21:17:34.375Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-15T21:17:34.375Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:34.375Z] 2.0.0-dev.125 [2021-03-15T21:17:34.375Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:34.375Z] master [2021-03-15T21:17:34.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:34.959Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:35.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:35.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-15T21:17:35.317Z] fe18d729d40a: Preparing [2021-03-15T21:17:35.317Z] beabc77f0db8: Preparing [2021-03-15T21:17:35.317Z] 28640a0a4c14: Preparing [2021-03-15T21:17:35.317Z] b35c87e7767d: Preparing [2021-03-15T21:17:35.317Z] e5e331dfd45d: Preparing [2021-03-15T21:17:35.317Z] 02a88cfff88f: Preparing [2021-03-15T21:17:35.317Z] 02a88cfff88f: Waiting [2021-03-15T21:17:35.619Z] 28640a0a4c14: Pushed [2021-03-15T21:17:35.619Z] b35c87e7767d: Pushed [2021-03-15T21:17:35.914Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:36.188Z] e5e331dfd45d: Pushed [2021-03-15T21:17:37.610Z] beabc77f0db8: Pushed [2021-03-15T21:17:37.879Z] fe18d729d40a: Pushed [2021-03-15T21:17:38.149Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:e46d95f0121967d6ef6d335d274ce853afd78b70b3457287681331f94f41d0be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:38.491Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:38.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:38.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-15T21:17:38.834Z] fe18d729d40a: Preparing [2021-03-15T21:17:38.834Z] beabc77f0db8: Preparing [2021-03-15T21:17:38.834Z] 28640a0a4c14: Preparing [2021-03-15T21:17:38.834Z] b35c87e7767d: Preparing [2021-03-15T21:17:38.834Z] e5e331dfd45d: Preparing [2021-03-15T21:17:38.834Z] 02a88cfff88f: Preparing [2021-03-15T21:17:38.834Z] 02a88cfff88f: Waiting [2021-03-15T21:17:39.104Z] b35c87e7767d: Layer already exists [2021-03-15T21:17:39.104Z] fe18d729d40a: Layer already exists [2021-03-15T21:17:39.104Z] e5e331dfd45d: Layer already exists [2021-03-15T21:17:39.104Z] 28640a0a4c14: Layer already exists [2021-03-15T21:17:39.104Z] beabc77f0db8: Layer already exists [2021-03-15T21:17:39.104Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:39.104Z] 2.0.0-dev.125: digest: sha256:e46d95f0121967d6ef6d335d274ce853afd78b70b3457287681331f94f41d0be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:39.469Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:39.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:39.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-15T21:17:39.805Z] fe18d729d40a: Preparing [2021-03-15T21:17:39.805Z] beabc77f0db8: Preparing [2021-03-15T21:17:39.805Z] 28640a0a4c14: Preparing [2021-03-15T21:17:39.805Z] b35c87e7767d: Preparing [2021-03-15T21:17:39.805Z] e5e331dfd45d: Preparing [2021-03-15T21:17:39.805Z] 02a88cfff88f: Preparing [2021-03-15T21:17:39.805Z] 02a88cfff88f: Waiting [2021-03-15T21:17:40.077Z] b35c87e7767d: Layer already exists [2021-03-15T21:17:40.077Z] beabc77f0db8: Layer already exists [2021-03-15T21:17:40.077Z] 28640a0a4c14: Layer already exists [2021-03-15T21:17:40.077Z] fe18d729d40a: Layer already exists [2021-03-15T21:17:40.077Z] e5e331dfd45d: Layer already exists [2021-03-15T21:17:40.077Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:40.077Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:e46d95f0121967d6ef6d335d274ce853afd78b70b3457287681331f94f41d0be size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:40.419Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:40.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-15T21:17:40.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-15T21:17:40.754Z] fe18d729d40a: Preparing [2021-03-15T21:17:40.754Z] beabc77f0db8: Preparing [2021-03-15T21:17:40.754Z] 28640a0a4c14: Preparing [2021-03-15T21:17:40.754Z] b35c87e7767d: Preparing [2021-03-15T21:17:40.754Z] e5e331dfd45d: Preparing [2021-03-15T21:17:40.754Z] 02a88cfff88f: Preparing [2021-03-15T21:17:40.754Z] 02a88cfff88f: Waiting [2021-03-15T21:17:40.754Z] fe18d729d40a: Layer already exists [2021-03-15T21:17:40.754Z] b35c87e7767d: Layer already exists [2021-03-15T21:17:40.754Z] 28640a0a4c14: Layer already exists [2021-03-15T21:17:40.754Z] beabc77f0db8: Layer already exists [2021-03-15T21:17:40.754Z] e5e331dfd45d: Layer already exists [2021-03-15T21:17:40.754Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:41.023Z] master: digest: sha256:e46d95f0121967d6ef6d335d274ce853afd78b70b3457287681331f94f41d0be size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:41.195Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:41.236Z] taggedImages: [2021-03-15T21:17:41.236Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:41.236Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:41.236Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:41.236Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-15T21:17:41.295Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-15T21:17:41.295Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:41.295Z] 2.0.0-dev.125 [2021-03-15T21:17:41.295Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:41.295Z] master [2021-03-15T21:17:41.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:41.825Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:42.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:42.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-15T21:17:42.161Z] adadb24efee7: Preparing [2021-03-15T21:17:42.161Z] 3940febbe923: Preparing [2021-03-15T21:17:42.161Z] 0db055caa85c: Preparing [2021-03-15T21:17:42.161Z] 6c2bba071062: Preparing [2021-03-15T21:17:42.161Z] 7a24f3ff1978: Preparing [2021-03-15T21:17:42.161Z] ca7cbecc4446: Preparing [2021-03-15T21:17:42.161Z] 2f3dff7986f9: Preparing [2021-03-15T21:17:42.161Z] 939b007431fd: Preparing [2021-03-15T21:17:42.161Z] 02a88cfff88f: Preparing [2021-03-15T21:17:42.161Z] 2f3dff7986f9: Waiting [2021-03-15T21:17:42.161Z] 939b007431fd: Waiting [2021-03-15T21:17:42.161Z] 02a88cfff88f: Waiting [2021-03-15T21:17:42.161Z] ca7cbecc4446: Waiting [2021-03-15T21:17:42.445Z] adadb24efee7: Pushed [2021-03-15T21:17:42.445Z] 7a24f3ff1978: Pushed [2021-03-15T21:17:42.445Z] 3940febbe923: Pushed [2021-03-15T21:17:42.718Z] 2f3dff7986f9: Pushed [2021-03-15T21:17:42.718Z] ca7cbecc4446: Pushed [2021-03-15T21:17:42.718Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:43.313Z] 939b007431fd: Pushed [2021-03-15T21:17:44.738Z] 6c2bba071062: Pushed [2021-03-15T21:17:44.738Z] 0db055caa85c: Pushed [2021-03-15T21:17:45.011Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:0376408b2f8cfb2ab50cefae204ea8aa5c9ebc7ea9917f003911e744599a9cd9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:45.356Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:45.685Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:45.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-15T21:17:45.685Z] adadb24efee7: Preparing [2021-03-15T21:17:45.685Z] 3940febbe923: Preparing [2021-03-15T21:17:45.685Z] 0db055caa85c: Preparing [2021-03-15T21:17:45.685Z] 6c2bba071062: Preparing [2021-03-15T21:17:45.685Z] 7a24f3ff1978: Preparing [2021-03-15T21:17:45.685Z] ca7cbecc4446: Preparing [2021-03-15T21:17:45.685Z] 2f3dff7986f9: Preparing [2021-03-15T21:17:45.685Z] 939b007431fd: Preparing [2021-03-15T21:17:45.685Z] 02a88cfff88f: Preparing [2021-03-15T21:17:45.685Z] ca7cbecc4446: Waiting [2021-03-15T21:17:45.685Z] 02a88cfff88f: Waiting [2021-03-15T21:17:45.685Z] 2f3dff7986f9: Waiting [2021-03-15T21:17:45.685Z] 939b007431fd: Waiting [2021-03-15T21:17:45.685Z] 3940febbe923: Layer already exists [2021-03-15T21:17:45.685Z] 0db055caa85c: Layer already exists [2021-03-15T21:17:45.685Z] 7a24f3ff1978: Layer already exists [2021-03-15T21:17:45.685Z] adadb24efee7: Layer already exists [2021-03-15T21:17:45.685Z] 6c2bba071062: Layer already exists [2021-03-15T21:17:45.957Z] ca7cbecc4446: Layer already exists [2021-03-15T21:17:45.957Z] 939b007431fd: Layer already exists [2021-03-15T21:17:45.957Z] 2f3dff7986f9: Layer already exists [2021-03-15T21:17:45.957Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:45.957Z] 2.0.0-dev.125: digest: sha256:0376408b2f8cfb2ab50cefae204ea8aa5c9ebc7ea9917f003911e744599a9cd9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:46.296Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:46.629Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:46.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-15T21:17:46.629Z] adadb24efee7: Preparing [2021-03-15T21:17:46.629Z] 3940febbe923: Preparing [2021-03-15T21:17:46.629Z] 0db055caa85c: Preparing [2021-03-15T21:17:46.630Z] 6c2bba071062: Preparing [2021-03-15T21:17:46.630Z] 7a24f3ff1978: Preparing [2021-03-15T21:17:46.630Z] ca7cbecc4446: Preparing [2021-03-15T21:17:46.630Z] 2f3dff7986f9: Preparing [2021-03-15T21:17:46.630Z] 939b007431fd: Preparing [2021-03-15T21:17:46.630Z] 02a88cfff88f: Preparing [2021-03-15T21:17:46.630Z] 2f3dff7986f9: Waiting [2021-03-15T21:17:46.630Z] 939b007431fd: Waiting [2021-03-15T21:17:46.630Z] 02a88cfff88f: Waiting [2021-03-15T21:17:46.630Z] ca7cbecc4446: Waiting [2021-03-15T21:17:46.630Z] 7a24f3ff1978: Layer already exists [2021-03-15T21:17:46.902Z] adadb24efee7: Layer already exists [2021-03-15T21:17:46.902Z] 3940febbe923: Layer already exists [2021-03-15T21:17:46.902Z] 0db055caa85c: Layer already exists [2021-03-15T21:17:46.902Z] 6c2bba071062: Layer already exists [2021-03-15T21:17:46.902Z] ca7cbecc4446: Layer already exists [2021-03-15T21:17:46.902Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:46.902Z] 939b007431fd: Layer already exists [2021-03-15T21:17:46.902Z] 2f3dff7986f9: Layer already exists [2021-03-15T21:17:46.902Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:0376408b2f8cfb2ab50cefae204ea8aa5c9ebc7ea9917f003911e744599a9cd9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:47.242Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:47.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-15T21:17:47.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-15T21:17:47.576Z] adadb24efee7: Preparing [2021-03-15T21:17:47.576Z] 3940febbe923: Preparing [2021-03-15T21:17:47.576Z] 0db055caa85c: Preparing [2021-03-15T21:17:47.576Z] 6c2bba071062: Preparing [2021-03-15T21:17:47.576Z] 7a24f3ff1978: Preparing [2021-03-15T21:17:47.576Z] ca7cbecc4446: Preparing [2021-03-15T21:17:47.576Z] 2f3dff7986f9: Preparing [2021-03-15T21:17:47.576Z] 939b007431fd: Preparing [2021-03-15T21:17:47.576Z] 02a88cfff88f: Preparing [2021-03-15T21:17:47.576Z] ca7cbecc4446: Waiting [2021-03-15T21:17:47.576Z] 2f3dff7986f9: Waiting [2021-03-15T21:17:47.576Z] 939b007431fd: Waiting [2021-03-15T21:17:47.576Z] 02a88cfff88f: Waiting [2021-03-15T21:17:47.576Z] 6c2bba071062: Layer already exists [2021-03-15T21:17:47.576Z] 0db055caa85c: Layer already exists [2021-03-15T21:17:47.576Z] 7a24f3ff1978: Layer already exists [2021-03-15T21:17:47.576Z] adadb24efee7: Layer already exists [2021-03-15T21:17:47.845Z] 3940febbe923: Layer already exists [2021-03-15T21:17:47.845Z] 939b007431fd: Layer already exists [2021-03-15T21:17:47.845Z] 2f3dff7986f9: Layer already exists [2021-03-15T21:17:47.845Z] ca7cbecc4446: Layer already exists [2021-03-15T21:17:47.845Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:47.845Z] master: digest: sha256:0376408b2f8cfb2ab50cefae204ea8aa5c9ebc7ea9917f003911e744599a9cd9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:48.109Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:48.156Z] taggedImages: [2021-03-15T21:17:48.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:48.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:48.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:48.156Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-15T21:17:48.253Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-15T21:17:48.254Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:48.254Z] 2.0.0-dev.125 [2021-03-15T21:17:48.254Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:48.254Z] master [2021-03-15T21:17:48.254Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:48.750Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:49.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:49.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-15T21:17:49.078Z] 85ef19fb9ad7: Preparing [2021-03-15T21:17:49.078Z] 252f536a4cca: Preparing [2021-03-15T21:17:49.078Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:49.078Z] 95dd7fccb51d: Preparing [2021-03-15T21:17:49.078Z] 02a88cfff88f: Preparing [2021-03-15T21:17:49.348Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:49.348Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:49.348Z] 85ef19fb9ad7: Pushed [2021-03-15T21:17:49.618Z] 95dd7fccb51d: Pushed [2021-03-15T21:17:52.212Z] 252f536a4cca: Pushed [2021-03-15T21:17:52.212Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:9caf1994a412d9caa9307a84f0d47bf1fcfa65feaf90e948f1a9d48d3bbb7b66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:52.547Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:52.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:52.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-15T21:17:52.878Z] 85ef19fb9ad7: Preparing [2021-03-15T21:17:52.878Z] 252f536a4cca: Preparing [2021-03-15T21:17:52.878Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:52.878Z] 95dd7fccb51d: Preparing [2021-03-15T21:17:52.878Z] 02a88cfff88f: Preparing [2021-03-15T21:17:53.149Z] 95dd7fccb51d: Layer already exists [2021-03-15T21:17:53.149Z] 252f536a4cca: Layer already exists [2021-03-15T21:17:53.149Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:53.149Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:53.149Z] 85ef19fb9ad7: Layer already exists [2021-03-15T21:17:53.149Z] 2.0.0-dev.125: digest: sha256:9caf1994a412d9caa9307a84f0d47bf1fcfa65feaf90e948f1a9d48d3bbb7b66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:53.485Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:53.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:53.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-15T21:17:53.818Z] 85ef19fb9ad7: Preparing [2021-03-15T21:17:53.818Z] 252f536a4cca: Preparing [2021-03-15T21:17:53.818Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:53.818Z] 95dd7fccb51d: Preparing [2021-03-15T21:17:53.818Z] 02a88cfff88f: Preparing [2021-03-15T21:17:54.091Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:54.091Z] 252f536a4cca: Layer already exists [2021-03-15T21:17:54.091Z] 85ef19fb9ad7: Layer already exists [2021-03-15T21:17:54.091Z] 95dd7fccb51d: Layer already exists [2021-03-15T21:17:54.091Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:54.091Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:9caf1994a412d9caa9307a84f0d47bf1fcfa65feaf90e948f1a9d48d3bbb7b66 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:54.702Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:55.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-15T21:17:55.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-15T21:17:55.040Z] 85ef19fb9ad7: Preparing [2021-03-15T21:17:55.040Z] 252f536a4cca: Preparing [2021-03-15T21:17:55.040Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:55.040Z] 95dd7fccb51d: Preparing [2021-03-15T21:17:55.040Z] 02a88cfff88f: Preparing [2021-03-15T21:17:55.040Z] 252f536a4cca: Layer already exists [2021-03-15T21:17:55.040Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:55.040Z] 85ef19fb9ad7: Layer already exists [2021-03-15T21:17:55.040Z] 95dd7fccb51d: Layer already exists [2021-03-15T21:17:55.040Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:55.310Z] master: digest: sha256:9caf1994a412d9caa9307a84f0d47bf1fcfa65feaf90e948f1a9d48d3bbb7b66 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:17:55.528Z] ===================================================== [Pipeline] echo [2021-03-15T21:17:55.571Z] taggedImages: [2021-03-15T21:17:55.571Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:55.571Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.125 [2021-03-15T21:17:55.571Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:55.571Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-15T21:17:55.633Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-15T21:17:55.633Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:55.633Z] 2.0.0-dev.125 [2021-03-15T21:17:55.633Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:17:55.633Z] master [2021-03-15T21:17:55.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:56.191Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:56.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:17:56.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-15T21:17:56.521Z] 156c12955a85: Preparing [2021-03-15T21:17:56.521Z] 570b7ffa4e9e: Preparing [2021-03-15T21:17:56.521Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:17:56.521Z] 7839c8adca2b: Preparing [2021-03-15T21:17:56.521Z] 02a88cfff88f: Preparing [2021-03-15T21:17:56.800Z] 02a88cfff88f: Layer already exists [2021-03-15T21:17:56.800Z] 7839c8adca2b: Layer already exists [2021-03-15T21:17:56.800Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:17:56.800Z] 156c12955a85: Pushed [2021-03-15T21:17:59.403Z] 570b7ffa4e9e: Pushed [2021-03-15T21:18:00.850Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:129a09a1ccfc237ee21d195b048052039fd910eed7a678097af7268bccde5d3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:01.212Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:01.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.125 [2021-03-15T21:18:01.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-15T21:18:01.585Z] 156c12955a85: Preparing [2021-03-15T21:18:01.585Z] 570b7ffa4e9e: Preparing [2021-03-15T21:18:01.585Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:18:01.585Z] 7839c8adca2b: Preparing [2021-03-15T21:18:01.585Z] 02a88cfff88f: Preparing [2021-03-15T21:18:01.857Z] 7839c8adca2b: Layer already exists [2021-03-15T21:18:01.857Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:18:01.857Z] 02a88cfff88f: Layer already exists [2021-03-15T21:18:01.857Z] 156c12955a85: Layer already exists [2021-03-15T21:18:01.857Z] 570b7ffa4e9e: Layer already exists [2021-03-15T21:18:01.857Z] 2.0.0-dev.125: digest: sha256:129a09a1ccfc237ee21d195b048052039fd910eed7a678097af7268bccde5d3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:02.195Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:02.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:18:02.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-15T21:18:02.525Z] 156c12955a85: Preparing [2021-03-15T21:18:02.525Z] 570b7ffa4e9e: Preparing [2021-03-15T21:18:02.525Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:18:02.525Z] 7839c8adca2b: Preparing [2021-03-15T21:18:02.525Z] 02a88cfff88f: Preparing [2021-03-15T21:18:02.525Z] 156c12955a85: Layer already exists [2021-03-15T21:18:02.525Z] 02a88cfff88f: Layer already exists [2021-03-15T21:18:02.525Z] 570b7ffa4e9e: Layer already exists [2021-03-15T21:18:02.525Z] 7839c8adca2b: Layer already exists [2021-03-15T21:18:02.525Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:18:02.795Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:129a09a1ccfc237ee21d195b048052039fd910eed7a678097af7268bccde5d3d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:03.129Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:03.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-15T21:18:03.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-15T21:18:03.457Z] 156c12955a85: Preparing [2021-03-15T21:18:03.457Z] 570b7ffa4e9e: Preparing [2021-03-15T21:18:03.457Z] 9a3ca7bd4f5d: Preparing [2021-03-15T21:18:03.457Z] 7839c8adca2b: Preparing [2021-03-15T21:18:03.457Z] 02a88cfff88f: Preparing [2021-03-15T21:18:03.458Z] 02a88cfff88f: Layer already exists [2021-03-15T21:18:03.458Z] 156c12955a85: Layer already exists [2021-03-15T21:18:03.458Z] 570b7ffa4e9e: Layer already exists [2021-03-15T21:18:03.727Z] 9a3ca7bd4f5d: Layer already exists [2021-03-15T21:18:03.727Z] 7839c8adca2b: Layer already exists [2021-03-15T21:18:03.727Z] master: digest: sha256:129a09a1ccfc237ee21d195b048052039fd910eed7a678097af7268bccde5d3d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:18:03.905Z] ===================================================== [Pipeline] echo [2021-03-15T21:18:03.961Z] taggedImages: [2021-03-15T21:18:03.961Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:18:03.961Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.125 [2021-03-15T21:18:03.961Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:18:03.961Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-15T21:18:04.022Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-15T21:18:04.022Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:18:04.022Z] 2.0.0-dev.125 [2021-03-15T21:18:04.022Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:18:04.022Z] master [2021-03-15T21:18:04.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:04.512Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:04.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:18:04.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-15T21:18:04.858Z] 6bc0a814e2c8: Preparing [2021-03-15T21:18:04.858Z] 23d19c350c81: Preparing [2021-03-15T21:18:04.858Z] 4dba3b76b0d6: Preparing [2021-03-15T21:18:04.858Z] 7ff0b38d3d59: Preparing [2021-03-15T21:18:04.858Z] a2f5df59085b: Preparing [2021-03-15T21:18:04.858Z] 85add467c4df: Preparing [2021-03-15T21:18:04.858Z] 68525f0f6554: Preparing [2021-03-15T21:18:04.858Z] 9ded3b6bb9b5: Preparing [2021-03-15T21:18:04.858Z] fa1afe8e6ed9: Preparing [2021-03-15T21:18:04.858Z] 87a09b4c083e: Preparing [2021-03-15T21:18:04.858Z] 0f74e9ff2a61: Preparing [2021-03-15T21:18:04.858Z] b122376c33c6: Preparing [2021-03-15T21:18:04.858Z] f8381ed47b22: Preparing [2021-03-15T21:18:04.858Z] e934a737d657: Preparing [2021-03-15T21:18:04.858Z] fa1afe8e6ed9: Waiting [2021-03-15T21:18:04.858Z] 87a09b4c083e: Waiting [2021-03-15T21:18:04.858Z] 0f74e9ff2a61: Waiting [2021-03-15T21:18:04.858Z] b122376c33c6: Waiting [2021-03-15T21:18:04.858Z] f8381ed47b22: Waiting [2021-03-15T21:18:04.858Z] e934a737d657: Waiting [2021-03-15T21:18:04.858Z] 85add467c4df: Waiting [2021-03-15T21:18:04.858Z] 68525f0f6554: Waiting [2021-03-15T21:18:04.858Z] 9ded3b6bb9b5: Waiting [2021-03-15T21:18:05.454Z] a2f5df59085b: Pushed [2021-03-15T21:18:05.729Z] 6bc0a814e2c8: Pushed [2021-03-15T21:18:06.003Z] 7ff0b38d3d59: Pushed [2021-03-15T21:18:06.277Z] 9ded3b6bb9b5: Layer already exists [2021-03-15T21:18:06.277Z] fa1afe8e6ed9: Layer already exists [2021-03-15T21:18:06.277Z] 87a09b4c083e: Layer already exists [2021-03-15T21:18:06.277Z] 0f74e9ff2a61: Layer already exists [2021-03-15T21:18:06.277Z] 68525f0f6554: Pushed [2021-03-15T21:18:06.277Z] b122376c33c6: Layer already exists [2021-03-15T21:18:06.551Z] f8381ed47b22: Layer already exists [2021-03-15T21:18:06.551Z] e934a737d657: Layer already exists [2021-03-15T21:18:06.822Z] 23d19c350c81: Pushed [2021-03-15T21:18:07.801Z] 85add467c4df: Pushed [2021-03-15T21:18:17.928Z] 4dba3b76b0d6: Pushed [2021-03-15T21:18:18.197Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90: digest: sha256:2239077d870cf6f81d76cc30a305ae9ca27036aa8c571e495c3812a29ed286c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:18.534Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:18.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.125 [2021-03-15T21:18:18.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-15T21:18:18.870Z] 6bc0a814e2c8: Preparing [2021-03-15T21:18:18.870Z] 23d19c350c81: Preparing [2021-03-15T21:18:18.870Z] 4dba3b76b0d6: Preparing [2021-03-15T21:18:18.870Z] 7ff0b38d3d59: Preparing [2021-03-15T21:18:18.870Z] a2f5df59085b: Preparing [2021-03-15T21:18:18.870Z] 85add467c4df: Preparing [2021-03-15T21:18:18.870Z] 68525f0f6554: Preparing [2021-03-15T21:18:18.870Z] 9ded3b6bb9b5: Preparing [2021-03-15T21:18:18.870Z] fa1afe8e6ed9: Preparing [2021-03-15T21:18:18.870Z] 87a09b4c083e: Preparing [2021-03-15T21:18:18.870Z] 0f74e9ff2a61: Preparing [2021-03-15T21:18:18.870Z] b122376c33c6: Preparing [2021-03-15T21:18:18.870Z] f8381ed47b22: Preparing [2021-03-15T21:18:18.870Z] e934a737d657: Preparing [2021-03-15T21:18:18.870Z] 68525f0f6554: Waiting [2021-03-15T21:18:18.870Z] 9ded3b6bb9b5: Waiting [2021-03-15T21:18:18.871Z] fa1afe8e6ed9: Waiting [2021-03-15T21:18:18.871Z] 85add467c4df: Waiting [2021-03-15T21:18:18.871Z] 87a09b4c083e: Waiting [2021-03-15T21:18:18.871Z] 0f74e9ff2a61: Waiting [2021-03-15T21:18:18.871Z] b122376c33c6: Waiting [2021-03-15T21:18:18.871Z] f8381ed47b22: Waiting [2021-03-15T21:18:18.871Z] e934a737d657: Waiting [2021-03-15T21:18:18.871Z] 7ff0b38d3d59: Layer already exists [2021-03-15T21:18:18.871Z] 6bc0a814e2c8: Layer already exists [2021-03-15T21:18:18.871Z] 23d19c350c81: Layer already exists [2021-03-15T21:18:18.871Z] a2f5df59085b: Layer already exists [2021-03-15T21:18:18.871Z] 4dba3b76b0d6: Layer already exists [2021-03-15T21:18:18.871Z] 68525f0f6554: Layer already exists [2021-03-15T21:18:18.871Z] fa1afe8e6ed9: Layer already exists [2021-03-15T21:18:18.871Z] 85add467c4df: Layer already exists [2021-03-15T21:18:18.871Z] 87a09b4c083e: Layer already exists [2021-03-15T21:18:18.871Z] 9ded3b6bb9b5: Layer already exists [2021-03-15T21:18:19.140Z] 0f74e9ff2a61: Layer already exists [2021-03-15T21:18:19.140Z] b122376c33c6: Layer already exists [2021-03-15T21:18:19.140Z] f8381ed47b22: Layer already exists [2021-03-15T21:18:19.140Z] e934a737d657: Layer already exists [2021-03-15T21:18:19.140Z] 2.0.0-dev.125: digest: sha256:2239077d870cf6f81d76cc30a305ae9ca27036aa8c571e495c3812a29ed286c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:19.479Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:19.812Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:18:19.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-15T21:18:19.812Z] 6bc0a814e2c8: Preparing [2021-03-15T21:18:19.812Z] 23d19c350c81: Preparing [2021-03-15T21:18:19.812Z] 4dba3b76b0d6: Preparing [2021-03-15T21:18:19.812Z] 7ff0b38d3d59: Preparing [2021-03-15T21:18:19.812Z] a2f5df59085b: Preparing [2021-03-15T21:18:19.812Z] 85add467c4df: Preparing [2021-03-15T21:18:19.812Z] 68525f0f6554: Preparing [2021-03-15T21:18:19.812Z] 9ded3b6bb9b5: Preparing [2021-03-15T21:18:19.812Z] fa1afe8e6ed9: Preparing [2021-03-15T21:18:19.812Z] 87a09b4c083e: Preparing [2021-03-15T21:18:19.812Z] 0f74e9ff2a61: Preparing [2021-03-15T21:18:19.812Z] b122376c33c6: Preparing [2021-03-15T21:18:19.812Z] f8381ed47b22: Preparing [2021-03-15T21:18:19.812Z] e934a737d657: Preparing [2021-03-15T21:18:19.812Z] 87a09b4c083e: Waiting [2021-03-15T21:18:19.812Z] 0f74e9ff2a61: Waiting [2021-03-15T21:18:19.812Z] f8381ed47b22: Waiting [2021-03-15T21:18:19.812Z] 85add467c4df: Waiting [2021-03-15T21:18:19.812Z] e934a737d657: Waiting [2021-03-15T21:18:19.812Z] 68525f0f6554: Waiting [2021-03-15T21:18:19.813Z] b122376c33c6: Waiting [2021-03-15T21:18:19.813Z] fa1afe8e6ed9: Waiting [2021-03-15T21:18:19.813Z] 7ff0b38d3d59: Layer already exists [2021-03-15T21:18:19.813Z] 23d19c350c81: Layer already exists [2021-03-15T21:18:20.084Z] a2f5df59085b: Layer already exists [2021-03-15T21:18:20.084Z] 6bc0a814e2c8: Layer already exists [2021-03-15T21:18:20.084Z] 4dba3b76b0d6: Layer already exists [2021-03-15T21:18:20.084Z] 85add467c4df: Layer already exists [2021-03-15T21:18:20.084Z] 87a09b4c083e: Layer already exists [2021-03-15T21:18:20.084Z] fa1afe8e6ed9: Layer already exists [2021-03-15T21:18:20.084Z] 68525f0f6554: Layer already exists [2021-03-15T21:18:20.084Z] 9ded3b6bb9b5: Layer already exists [2021-03-15T21:18:20.084Z] b122376c33c6: Layer already exists [2021-03-15T21:18:20.084Z] f8381ed47b22: Layer already exists [2021-03-15T21:18:20.084Z] e934a737d657: Layer already exists [2021-03-15T21:18:20.084Z] 0f74e9ff2a61: Layer already exists [2021-03-15T21:18:20.084Z] e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125: digest: sha256:2239077d870cf6f81d76cc30a305ae9ca27036aa8c571e495c3812a29ed286c1 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:20.419Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:18:20.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-15T21:18:20.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-15T21:18:20.750Z] 6bc0a814e2c8: Preparing [2021-03-15T21:18:20.750Z] 23d19c350c81: Preparing [2021-03-15T21:18:20.750Z] 4dba3b76b0d6: Preparing [2021-03-15T21:18:20.750Z] 7ff0b38d3d59: Preparing [2021-03-15T21:18:20.750Z] a2f5df59085b: Preparing [2021-03-15T21:18:20.750Z] 85add467c4df: Preparing [2021-03-15T21:18:20.750Z] 68525f0f6554: Preparing [2021-03-15T21:18:20.750Z] 9ded3b6bb9b5: Preparing [2021-03-15T21:18:20.750Z] fa1afe8e6ed9: Preparing [2021-03-15T21:18:20.750Z] 87a09b4c083e: Preparing [2021-03-15T21:18:20.750Z] 0f74e9ff2a61: Preparing [2021-03-15T21:18:20.750Z] b122376c33c6: Preparing [2021-03-15T21:18:20.750Z] f8381ed47b22: Preparing [2021-03-15T21:18:20.750Z] e934a737d657: Preparing [2021-03-15T21:18:20.750Z] 85add467c4df: Waiting [2021-03-15T21:18:20.750Z] 68525f0f6554: Waiting [2021-03-15T21:18:20.750Z] 9ded3b6bb9b5: Waiting [2021-03-15T21:18:20.750Z] f8381ed47b22: Waiting [2021-03-15T21:18:20.750Z] fa1afe8e6ed9: Waiting [2021-03-15T21:18:20.750Z] e934a737d657: Waiting [2021-03-15T21:18:20.750Z] 87a09b4c083e: Waiting [2021-03-15T21:18:20.750Z] 0f74e9ff2a61: Waiting [2021-03-15T21:18:20.750Z] b122376c33c6: Waiting [2021-03-15T21:18:20.750Z] 23d19c350c81: Layer already exists [2021-03-15T21:18:20.750Z] a2f5df59085b: Layer already exists [2021-03-15T21:18:20.750Z] 4dba3b76b0d6: Layer already exists [2021-03-15T21:18:20.750Z] 6bc0a814e2c8: Layer already exists [2021-03-15T21:18:20.750Z] 7ff0b38d3d59: Layer already exists [2021-03-15T21:18:21.019Z] 68525f0f6554: Layer already exists [2021-03-15T21:18:21.019Z] 85add467c4df: Layer already exists [2021-03-15T21:18:21.019Z] 9ded3b6bb9b5: Layer already exists [2021-03-15T21:18:21.019Z] 87a09b4c083e: Layer already exists [2021-03-15T21:18:21.019Z] fa1afe8e6ed9: Layer already exists [2021-03-15T21:18:21.019Z] e934a737d657: Layer already exists [2021-03-15T21:18:21.019Z] b122376c33c6: Layer already exists [2021-03-15T21:18:21.019Z] f8381ed47b22: Layer already exists [2021-03-15T21:18:21.019Z] 0f74e9ff2a61: Layer already exists [2021-03-15T21:18:21.019Z] master: digest: sha256:2239077d870cf6f81d76cc30a305ae9ca27036aa8c571e495c3812a29ed286c1 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-15T21:18:21.225Z] ===================================================== [Pipeline] echo [2021-03-15T21:18:21.276Z] taggedImages: [2021-03-15T21:18:21.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [2021-03-15T21:18:21.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.125 [2021-03-15T21:18:21.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e4452ab79e32c06b9a1c96c946d524d5f9ceed90-2.0.0-dev.125 [2021-03-15T21:18:21.276Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:18:21.861Z] ---> job-cost.sh [2021-03-15T21:18:21.861Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YTGV [2021-03-15T21:19:00.790Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T21:20:37.503Z] lf-activate-venv(): INFO: Adding /tmp/venv-YTGV/bin to PATH [2021-03-15T21:20:37.504Z] INFO: No Stack... [2021-03-15T21:20:37.504Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T21:20:37.504Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T21:20:37.835Z] + + cat /w/workspace/edgex-go/392/archives/cost.csv [2021-03-15T21:20:37.835Z] cut -d, -f6 [Pipeline] lock [2021-03-15T21:20:37.941Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-392-stack-cost] [2021-03-15T21:20:37.949Z] Resource [jenkins-edgexfoundry-edgex-go-master-392-stack-cost] did not exist. Created. [2021-03-15T21:20:37.949Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-392-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T21:20:38.422Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T21:20:39.597Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T21:20:39.606Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-392-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-03-15T21:20:41.435Z] provisioning config files... [2021-03-15T21:20:41.449Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/392@tmp/config3720347678523867889tmp [Pipeline] { [Pipeline] sh [2021-03-15T21:20:41.825Z] + set +x [2021-03-15T21:20:41.825Z] + curl -s https://codecov.io/bash [2021-03-15T21:20:41.825Z] + bash -s -- [2021-03-15T21:20:42.401Z] [2021-03-15T21:20:42.401Z] _____ _ [2021-03-15T21:20:42.401Z] / ____| | | [2021-03-15T21:20:42.401Z] | | ___ __| | ___ ___ _____ __ [2021-03-15T21:20:42.401Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-15T21:20:42.401Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-15T21:20:42.401Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-15T21:20:42.401Z] Bash-20210309-2b87ace [2021-03-15T21:20:42.401Z] [2021-03-15T21:20:42.401Z] [2021-03-15T21:20:42.401Z] ==> git version 2.24.3 found [2021-03-15T21:20:42.401Z] ==> 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-03-15T21:20:42.401Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-15T21:20:42.401Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-15T21:20:42.401Z] curl: option -sm: expected a proper numerical parameter [2021-03-15T21:20:42.401Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-15T21:20:42.401Z] ==> Jenkins CI detected. [2021-03-15T21:20:42.401Z] project root: . [2021-03-15T21:20:42.401Z] --> token set from env [2021-03-15T21:20:42.401Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-15T21:20:42.401Z] ==> Running gcov in . (disable via -X gcov) [2021-03-15T21:20:42.401Z] ==> Python coveragepy not found [2021-03-15T21:20:42.401Z] ==> Searching for coverage reports in: [2021-03-15T21:20:42.401Z] + . [2021-03-15T21:20:42.401Z] -> Found 1 reports [2021-03-15T21:20:42.401Z] ==> Detecting git/mercurial file structure [2021-03-15T21:20:42.663Z] ==> Reading reports [2021-03-15T21:20:42.663Z] + ./coverage.out bytes=635765 [2021-03-15T21:20:42.663Z] ==> Appending adjustments [2021-03-15T21:20:42.663Z] https://docs.codecov.io/docs/fixing-reports [2021-03-15T21:20:45.973Z] + Found adjustments [2021-03-15T21:20:45.973Z] ==> Gzipping contents [2021-03-15T21:20:45.973Z] 92K /tmp/codecov.Yu3Cuz.gz [2021-03-15T21:20:45.973Z] ==> Uploading reports [2021-03-15T21:20:45.973Z] url: https://codecov.io [2021-03-15T21:20:45.973Z] query: branch=master&commit=e4452ab79e32c06b9a1c96c946d524d5f9ceed90&build=392&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F392%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-15T21:20:45.973Z] -> Pinging Codecov [2021-03-15T21:20:45.973Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e4452ab79e32c06b9a1c96c946d524d5f9ceed90&build=392&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F392%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-15T21:20:46.918Z] -> Uploading to [2021-03-15T21:20:46.918Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/e4452ab79e32c06b9a1c96c946d524d5f9ceed90/d8439c18-5811-4b13-8eba-0b6b1598d575.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T212046Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f50a31d32feb9e8579c2d60f6ad84c43327f3184d40a748f0f15afc61f3f0362 [2021-03-15T21:20:46.918Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:20:46.918Z] Dload Upload Total Spent Left Speed [2021-03-15T21:20:47.491Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93331 0 0 100 93331 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-03-15T21:20:47.491Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e4452ab79e32c06b9a1c96c946d524d5f9ceed90 [Pipeline] } [2021-03-15T21:20:47.501Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-15T21:20:48.435Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-15T21:20:48.496Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:20:48.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-15T21:20:48.899Z] [2021-03-15T21:20:48.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:20:49.253Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-15T21:20:49.253Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-15T21:20:49.253Z] 188c0c94c7c5: Already exists [2021-03-15T21:20:49.253Z] 0ef7d3d256c8: Already exists [2021-03-15T21:20:49.253Z] de9db76c5a1d: Already exists [2021-03-15T21:20:49.253Z] 0eba1c9be4d2: Pulling fs layer [2021-03-15T21:20:49.253Z] 0d57e429df01: Pulling fs layer [2021-03-15T21:20:49.253Z] 4e4be7b47b0d: Pulling fs layer [2021-03-15T21:20:49.253Z] e1f770b5df2f: Pulling fs layer [2021-03-15T21:20:49.253Z] 85a0685a4137: Pulling fs layer [2021-03-15T21:20:49.253Z] e1f770b5df2f: Waiting [2021-03-15T21:20:49.253Z] 85a0685a4137: Waiting [2021-03-15T21:20:49.253Z] 4e4be7b47b0d: Verifying Checksum [2021-03-15T21:20:49.253Z] 4e4be7b47b0d: Download complete [2021-03-15T21:20:49.253Z] 0d57e429df01: Verifying Checksum [2021-03-15T21:20:49.253Z] 0d57e429df01: Download complete [2021-03-15T21:20:51.203Z] e1f770b5df2f: Verifying Checksum [2021-03-15T21:20:51.203Z] e1f770b5df2f: Download complete [2021-03-15T21:20:53.282Z] 85a0685a4137: Verifying Checksum [2021-03-15T21:20:53.282Z] 85a0685a4137: Download complete [2021-03-15T21:20:53.282Z] 0eba1c9be4d2: Verifying Checksum [2021-03-15T21:20:53.282Z] 0eba1c9be4d2: Download complete [2021-03-15T21:20:59.910Z] 0eba1c9be4d2: Pull complete [2021-03-15T21:20:59.910Z] 0d57e429df01: Pull complete [2021-03-15T21:20:59.910Z] 4e4be7b47b0d: Pull complete [2021-03-15T21:21:04.136Z] e1f770b5df2f: Pull complete [2021-03-15T21:21:14.172Z] 85a0685a4137: Pull complete [2021-03-15T21:21:14.172Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-15T21:21:14.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-15T21:21:14.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-15T21:21:14.372Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:21:14.429Z] $ 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/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-15T21:21:15.683Z] $ docker top b9b80604c1c8126a0723747726119daacabf8423a04ee399451ad53223b81309 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T21:21:16.009Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-15T21:21:16.303Z] + set -o pipefail [2021-03-15T21:21:16.303Z] + snyk monitor '--org=edgex-jenkins' [2021-03-15T21:21:43.046Z] [2021-03-15T21:21:43.046Z] Monitoring /w/workspace/edgex-go/392 (github.com/edgexfoundry/edgex-go)... [2021-03-15T21:21:43.046Z] [2021-03-15T21:21:43.046Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c3650cd1-1cd7-4d05-9b7a-05c4555d8622 [2021-03-15T21:21:43.046Z] [2021-03-15T21:21:43.046Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-15T21:21:43.046Z] [2021-03-15T21:21:43.046Z] [Pipeline] } [2021-03-15T21:21:43.063Z] $ docker stop --time=1 b9b80604c1c8126a0723747726119daacabf8423a04ee399451ad53223b81309 [2021-03-15T21:21:46.217Z] $ docker rm -f b9b80604c1c8126a0723747726119daacabf8423a04ee399451ad53223b81309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-15T21:21:47.585Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:21:47.640Z] provisioning config files... [2021-03-15T21:21:47.650Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/392@tmp/config8744710027874487953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:21:48.034Z] --> edgex-publish-swagger.sh [2021-03-15T21:21:48.034Z] === Publish openapi/v1 API === [2021-03-15T21:21:48.034Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-15T21:21:48.034Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/392/openapi/v1/core-command.yaml] [2021-03-15T21:21:48.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:48.034Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:49.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9018 0:00:01 0:00:01 --:--:-- 9031 100 10522 0 0 100 10522 0 9017 0:00:01 0:00:01 --:--:-- 9024 [2021-03-15T21:21:49.420Z] [2021-03-15T21:21:49.420Z] [2021-03-15T21:21:49.420Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/392/openapi/v1/core-data.yaml] [2021-03-15T21:21:49.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:49.420Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:50.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26882 0:00:01 0:00:01 --:--:-- 26906 100 32557 0 0 100 32557 0 24588 0:00:01 0:00:01 --:--:-- 24608 [2021-03-15T21:21:50.364Z] [2021-03-15T21:21:50.364Z] [2021-03-15T21:21:50.364Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/392/openapi/v1/core-metadata.yaml] [2021-03-15T21:21:50.364Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:50.364Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:51.832Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60874 0:00:01 0:00:01 --:--:-- 60876 100 73721 0 0 100 73721 0 58308 0:00:01 0:00:01 --:--:-- 58277 [2021-03-15T21:21:51.832Z] [2021-03-15T21:21:51.832Z] [2021-03-15T21:21:51.832Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/392/openapi/v1/support-logging.yaml] [2021-03-15T21:21:51.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:51.832Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:52.779Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12685 0:00:01 0:00:01 --:--:-- 12692 100 13581 0 0 100 13581 0 12682 0:00:01 0:00:01 --:--:-- 12692 [2021-03-15T21:21:52.779Z] [2021-03-15T21:21:52.780Z] [2021-03-15T21:21:52.780Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/392/openapi/v1/support-notifications.yaml] [2021-03-15T21:21:52.780Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:52.780Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:54.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32353 0:00:01 0:00:01 --:--:-- 32381 100 38890 0 0 100 38890 0 32348 0:00:01 0:00:01 --:--:-- 32354 [2021-03-15T21:21:54.174Z] [2021-03-15T21:21:54.174Z] [2021-03-15T21:21:54.174Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/392/openapi/v1/support-scheduler.yaml] [2021-03-15T21:21:54.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:54.174Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:55.129Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12477 0:00:01 0:00:01 --:--:-- 12488 100 14249 0 0 100 14249 0 12475 0:00:01 0:00:01 --:--:-- 12488 [2021-03-15T21:21:55.129Z] [2021-03-15T21:21:55.129Z] [2021-03-15T21:21:55.129Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/392/openapi/v1/system-agent.yaml] [2021-03-15T21:21:55.129Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:55.129Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:56.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3731 0:00:01 0:00:01 --:--:-- 3732 100 4110 0 0 100 4110 0 3730 0:00:01 0:00:01 --:--:-- 3732 [2021-03-15T21:21:56.516Z] [2021-03-15T21:21:56.516Z] [2021-03-15T21:21:56.516Z] === Publish openapi/v2 API === [2021-03-15T21:21:56.517Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-15T21:21:56.517Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/392/openapi/v2/core-command.yaml] [2021-03-15T21:21:56.517Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:56.517Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:57.468Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 25302 0:00:01 0:00:01 --:--:-- 25314 100 29744 0 0 100 29744 0 25297 0:00:01 0:00:01 --:--:-- 25314 [2021-03-15T21:21:57.468Z] [2021-03-15T21:21:57.468Z] [2021-03-15T21:21:57.468Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/392/openapi/v2/core-data.yaml] [2021-03-15T21:21:57.468Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:57.468Z] Dload Upload Total Spent Left Speed [2021-03-15T21:21:58.676Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 50549 0:00:01 0:00:01 --:--:-- 50580 [2021-03-15T21:21:58.676Z] [2021-03-15T21:21:58.676Z] [2021-03-15T21:21:58.676Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/392/openapi/v2/core-metadata.yaml] [2021-03-15T21:21:58.676Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:21:58.676Z] Dload Upload Total Spent Left Speed [2021-03-15T21:22:00.066Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 116k 0 0 100 116k 0 99k 0:00:01 0:00:01 --:--:-- 99k [2021-03-15T21:22:00.066Z] [2021-03-15T21:22:00.066Z] [2021-03-15T21:22:00.066Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/392/openapi/v2/support-notifications.yaml] [2021-03-15T21:22:00.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:22:00.066Z] Dload Upload Total Spent Left Speed [2021-03-15T21:22:01.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 59257 0:00:01 0:00:01 --:--:-- 59278 100 71727 0 0 100 71727 0 57389 0:00:01 0:00:01 --:--:-- 57427 [2021-03-15T21:22:01.010Z] [2021-03-15T21:22:01.010Z] [2021-03-15T21:22:01.010Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/392/openapi/v2/support-scheduler.yaml] [2021-03-15T21:22:01.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:22:01.010Z] Dload Upload Total Spent Left Speed [2021-03-15T21:22:02.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39069 0 0 100 39069 0 33522 0:00:01 0:00:01 --:--:-- 33535 100 39069 0 0 100 39069 0 33516 0:00:01 0:00:01 --:--:-- 33535 [2021-03-15T21:22:02.403Z] [2021-03-15T21:22:02.403Z] [2021-03-15T21:22:02.403Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/392/openapi/v2/system-agent.yaml] [2021-03-15T21:22:02.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T21:22:02.403Z] Dload Upload Total Spent Left Speed [2021-03-15T21:22:03.349Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 20850 0:00:01 0:00:01 --:--:-- 20864 100 24182 0 0 100 24182 0 20846 0:00:01 0:00:01 --:--:-- 20864 [2021-03-15T21:22:03.349Z] [2021-03-15T21:22:03.349Z] [Pipeline] } [2021-03-15T21:22:03.359Z] 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-03-15T21:22:04.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:22:04.213Z] . [Pipeline] withDockerContainer [2021-03-15T21:22:04.332Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:22:04.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:22:05.226Z] $ docker top 370e58fff02feec710e6ea139006e4abb2e7e9cd25cef6190ee4946f4454553b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:22:05.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:22:05.580Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:22:05.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:22:05.813Z] $ docker exec 370e58fff02feec710e6ea139006e4abb2e7e9cd25cef6190ee4946f4454553b ssh-agent [2021-03-15T21:22:06.020Z] SSH_AUTH_SOCK=/tmp/ssh-uh0eQCmtvlpJ/agent.11 [2021-03-15T21:22:06.020Z] SSH_AGENT_PID=17 [2021-03-15T21:22:06.026Z] Running ssh-add (command line suppressed) [2021-03-15T21:22:06.163Z] Identity added: /w/workspace/edgex-go/392@tmp/private_key_4986443861265517452.key (/w/workspace/edgex-go/392@tmp/private_key_4986443861265517452.key) [2021-03-15T21:22:06.227Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:22:06.565Z] + git semver tag [2021-03-15T21:22:06.831Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:22:06.831Z] # $GIT_DIR = /w/workspace/edgex-go/392/.git [2021-03-15T21:22:06.831Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/392 [2021-03-15T21:22:06.831Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:22:06.831Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:22:06.831Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:22:06.831Z] # $SEMVER_BRANCH = master [2021-03-15T21:22:06.831Z] # $SEMVER_DIR = /w/workspace/edgex-go/392/.semver [2021-03-15T21:22:06.831Z] # e4452ab79e32c06b9a1c96c946d524d5f9ceed90 HEAD [2021-03-15T21:22:07.405Z] # -> Force: false [2021-03-15T21:22:07.405Z] # 542c2c9b346fac93aadbd0a0b000e02d952f4b51 refs/tags/v2.0.0-dev.125 [Pipeline] } [2021-03-15T21:22:07.418Z] $ docker exec --env ******** --env ******** 370e58fff02feec710e6ea139006e4abb2e7e9cd25cef6190ee4946f4454553b ssh-agent -k [2021-03-15T21:22:07.613Z] unset SSH_AUTH_SOCK; [2021-03-15T21:22:07.613Z] unset SSH_AGENT_PID; [2021-03-15T21:22:07.613Z] echo Agent pid 17 killed; [2021-03-15T21:22:07.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:22:08.200Z] + git semver [Pipeline] } [2021-03-15T21:22:08.217Z] $ docker stop --time=1 370e58fff02feec710e6ea139006e4abb2e7e9cd25cef6190ee4946f4454553b [2021-03-15T21:22:09.605Z] $ docker rm -f 370e58fff02feec710e6ea139006e4abb2e7e9cd25cef6190ee4946f4454553b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:22:10.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-15T21:22:10.352Z] [2021-03-15T21:22:10.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:22:10.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-15T21:22:10.705Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-15T21:22:10.705Z] ab5ef0e58194: Pulling fs layer [2021-03-15T21:22:10.705Z] 9712f1f96733: Pulling fs layer [2021-03-15T21:22:10.705Z] 63f879dbbcfc: Pulling fs layer [2021-03-15T21:22:10.705Z] 0d9ebad4ef96: Pulling fs layer [2021-03-15T21:22:10.705Z] e9a5061849ea: Pulling fs layer [2021-03-15T21:22:10.705Z] d747dcd14b5f: Pulling fs layer [2021-03-15T21:22:10.705Z] 2de7ff778b66: Pulling fs layer [2021-03-15T21:22:10.705Z] 0d9ebad4ef96: Waiting [2021-03-15T21:22:10.705Z] e9a5061849ea: Waiting [2021-03-15T21:22:10.705Z] d747dcd14b5f: Waiting [2021-03-15T21:22:10.705Z] 2de7ff778b66: Waiting [2021-03-15T21:22:10.705Z] 9712f1f96733: Download complete [2021-03-15T21:22:12.808Z] 63f879dbbcfc: Verifying Checksum [2021-03-15T21:22:12.808Z] 63f879dbbcfc: Download complete [2021-03-15T21:22:12.808Z] e9a5061849ea: Verifying Checksum [2021-03-15T21:22:12.808Z] e9a5061849ea: Download complete [2021-03-15T21:22:12.808Z] d747dcd14b5f: Verifying Checksum [2021-03-15T21:22:12.808Z] d747dcd14b5f: Download complete [2021-03-15T21:22:13.076Z] 2de7ff778b66: Verifying Checksum [2021-03-15T21:22:13.076Z] 2de7ff778b66: Download complete [2021-03-15T21:22:13.339Z] 0d9ebad4ef96: Verifying Checksum [2021-03-15T21:22:13.339Z] 0d9ebad4ef96: Download complete [2021-03-15T21:22:13.601Z] ab5ef0e58194: Verifying Checksum [2021-03-15T21:22:13.601Z] ab5ef0e58194: Download complete [2021-03-15T21:22:20.217Z] ab5ef0e58194: Pull complete [2021-03-15T21:22:20.217Z] 9712f1f96733: Pull complete [2021-03-15T21:22:21.610Z] 63f879dbbcfc: Pull complete [2021-03-15T21:22:29.783Z] 0d9ebad4ef96: Pull complete [2021-03-15T21:22:30.357Z] e9a5061849ea: Pull complete [2021-03-15T21:22:30.357Z] d747dcd14b5f: Pull complete [2021-03-15T21:22:33.675Z] 2de7ff778b66: Pull complete [2021-03-15T21:22:33.675Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-15T21:22:33.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-15T21:22:33.675Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-15T21:22:33.873Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:22:33.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-15T21:22:37.453Z] $ docker top fe5cbff0704230a62802e271238c8e36a43c72312b897b5f16221d7c9aad20c3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:22:37.765Z] provisioning config files... [2021-03-15T21:22:37.780Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/392@tmp/config4736017931941320849tmp [2021-03-15T21:22:37.797Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/392@tmp/config3396763759606664949tmp [2021-03-15T21:22:37.814Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/392@tmp/config1607309961516175267tmp [Pipeline] { [Pipeline] echo [2021-03-15T21:22:37.872Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:22:38.171Z] ---> sigul-configuration.sh [2021-03-15T21:22:38.172Z] gpg: directory `/root/.gnupg' created [2021-03-15T21:22:38.172Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-15T21:22:38.172Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-15T21:22:38.172Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-15T21:22:38.172Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-15T21:22:38.172Z] gpg: CAST5 encrypted data [2021-03-15T21:22:38.435Z] gpg: encrypted with 1 passphrase [2021-03-15T21:22:38.435Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-15T21:22:38.734Z] + mkdir /home/jenkins [2021-03-15T21:22:38.734Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-15T21:22:39.037Z] + 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-03-15T21:22:39.049Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:22:39.346Z] ---> sigul-install.sh [2021-03-15T21:22:45.942Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-15T21:22:46.242Z] + git tag --list [2021-03-15T21:22:46.242Z] 0.6.0 [2021-03-15T21:22:46.242Z] 0.6.1 [2021-03-15T21:22:46.242Z] 0.7.0 [2021-03-15T21:22:46.242Z] 0.7.1 [2021-03-15T21:22:46.242Z] v0.0.0 [2021-03-15T21:22:46.242Z] v0.0.1-dev.1 [2021-03-15T21:22:46.242Z] v1.0.0 [2021-03-15T21:22:46.242Z] v1.0.1 [2021-03-15T21:22:46.242Z] v1.1.0 [2021-03-15T21:22:46.242Z] v1.2.0 [2021-03-15T21:22:46.242Z] v1.2.1 [2021-03-15T21:22:46.242Z] v1.2.2-dev.1 [2021-03-15T21:22:46.242Z] v1.2.2-dev.10 [2021-03-15T21:22:46.242Z] v1.2.2-dev.100 [2021-03-15T21:22:46.242Z] v1.2.2-dev.101 [2021-03-15T21:22:46.242Z] v1.2.2-dev.102 [2021-03-15T21:22:46.242Z] v1.2.2-dev.103 [2021-03-15T21:22:46.242Z] v1.2.2-dev.104 [2021-03-15T21:22:46.242Z] v1.2.2-dev.105 [2021-03-15T21:22:46.242Z] v1.2.2-dev.106 [2021-03-15T21:22:46.242Z] v1.2.2-dev.107 [2021-03-15T21:22:46.242Z] v1.2.2-dev.11 [2021-03-15T21:22:46.242Z] v1.2.2-dev.12 [2021-03-15T21:22:46.242Z] v1.2.2-dev.13 [2021-03-15T21:22:46.242Z] v1.2.2-dev.14 [2021-03-15T21:22:46.242Z] v1.2.2-dev.15 [2021-03-15T21:22:46.242Z] v1.2.2-dev.16 [2021-03-15T21:22:46.242Z] v1.2.2-dev.17 [2021-03-15T21:22:46.242Z] v1.2.2-dev.18 [2021-03-15T21:22:46.242Z] v1.2.2-dev.19 [2021-03-15T21:22:46.242Z] v1.2.2-dev.2 [2021-03-15T21:22:46.242Z] v1.2.2-dev.20 [2021-03-15T21:22:46.242Z] v1.2.2-dev.21 [2021-03-15T21:22:46.242Z] v1.2.2-dev.22 [2021-03-15T21:22:46.242Z] v1.2.2-dev.23 [2021-03-15T21:22:46.242Z] v1.2.2-dev.24 [2021-03-15T21:22:46.242Z] v1.2.2-dev.25 [2021-03-15T21:22:46.242Z] v1.2.2-dev.26 [2021-03-15T21:22:46.242Z] v1.2.2-dev.27 [2021-03-15T21:22:46.242Z] v1.2.2-dev.28 [2021-03-15T21:22:46.242Z] v1.2.2-dev.29 [2021-03-15T21:22:46.242Z] v1.2.2-dev.3 [2021-03-15T21:22:46.242Z] v1.2.2-dev.30 [2021-03-15T21:22:46.242Z] v1.2.2-dev.31 [2021-03-15T21:22:46.242Z] v1.2.2-dev.32 [2021-03-15T21:22:46.242Z] v1.2.2-dev.33 [2021-03-15T21:22:46.242Z] v1.2.2-dev.34 [2021-03-15T21:22:46.242Z] v1.2.2-dev.35 [2021-03-15T21:22:46.242Z] v1.2.2-dev.36 [2021-03-15T21:22:46.242Z] v1.2.2-dev.37 [2021-03-15T21:22:46.242Z] v1.2.2-dev.38 [2021-03-15T21:22:46.242Z] v1.2.2-dev.39 [2021-03-15T21:22:46.242Z] v1.2.2-dev.4 [2021-03-15T21:22:46.242Z] v1.2.2-dev.40 [2021-03-15T21:22:46.242Z] v1.2.2-dev.41 [2021-03-15T21:22:46.242Z] v1.2.2-dev.42 [2021-03-15T21:22:46.242Z] v1.2.2-dev.43 [2021-03-15T21:22:46.242Z] v1.2.2-dev.44 [2021-03-15T21:22:46.242Z] v1.2.2-dev.45 [2021-03-15T21:22:46.242Z] v1.2.2-dev.46 [2021-03-15T21:22:46.242Z] v1.2.2-dev.47 [2021-03-15T21:22:46.242Z] v1.2.2-dev.48 [2021-03-15T21:22:46.242Z] v1.2.2-dev.49 [2021-03-15T21:22:46.242Z] v1.2.2-dev.5 [2021-03-15T21:22:46.242Z] v1.2.2-dev.50 [2021-03-15T21:22:46.242Z] v1.2.2-dev.51 [2021-03-15T21:22:46.242Z] v1.2.2-dev.52 [2021-03-15T21:22:46.242Z] v1.2.2-dev.53 [2021-03-15T21:22:46.243Z] v1.2.2-dev.54 [2021-03-15T21:22:46.243Z] v1.2.2-dev.55 [2021-03-15T21:22:46.243Z] v1.2.2-dev.56 [2021-03-15T21:22:46.243Z] v1.2.2-dev.57 [2021-03-15T21:22:46.243Z] v1.2.2-dev.58 [2021-03-15T21:22:46.243Z] v1.2.2-dev.59 [2021-03-15T21:22:46.243Z] v1.2.2-dev.6 [2021-03-15T21:22:46.243Z] v1.2.2-dev.60 [2021-03-15T21:22:46.243Z] v1.2.2-dev.61 [2021-03-15T21:22:46.243Z] v1.2.2-dev.62 [2021-03-15T21:22:46.243Z] v1.2.2-dev.63 [2021-03-15T21:22:46.243Z] v1.2.2-dev.64 [2021-03-15T21:22:46.243Z] v1.2.2-dev.65 [2021-03-15T21:22:46.243Z] v1.2.2-dev.66 [2021-03-15T21:22:46.243Z] v1.2.2-dev.67 [2021-03-15T21:22:46.243Z] v1.2.2-dev.68 [2021-03-15T21:22:46.243Z] v1.2.2-dev.69 [2021-03-15T21:22:46.243Z] v1.2.2-dev.7 [2021-03-15T21:22:46.243Z] v1.2.2-dev.70 [2021-03-15T21:22:46.243Z] v1.2.2-dev.71 [2021-03-15T21:22:46.243Z] v1.2.2-dev.72 [2021-03-15T21:22:46.243Z] v1.2.2-dev.73 [2021-03-15T21:22:46.243Z] v1.2.2-dev.74 [2021-03-15T21:22:46.243Z] v1.2.2-dev.75 [2021-03-15T21:22:46.243Z] v1.2.2-dev.76 [2021-03-15T21:22:46.243Z] v1.2.2-dev.77 [2021-03-15T21:22:46.243Z] v1.2.2-dev.78 [2021-03-15T21:22:46.243Z] v1.2.2-dev.79 [2021-03-15T21:22:46.243Z] v1.2.2-dev.8 [2021-03-15T21:22:46.243Z] v1.2.2-dev.80 [2021-03-15T21:22:46.243Z] v1.2.2-dev.81 [2021-03-15T21:22:46.243Z] v1.2.2-dev.82 [2021-03-15T21:22:46.243Z] v1.2.2-dev.83 [2021-03-15T21:22:46.243Z] v1.2.2-dev.84 [2021-03-15T21:22:46.243Z] v1.2.2-dev.85 [2021-03-15T21:22:46.243Z] v1.2.2-dev.86 [2021-03-15T21:22:46.243Z] v1.2.2-dev.87 [2021-03-15T21:22:46.243Z] v1.2.2-dev.88 [2021-03-15T21:22:46.243Z] v1.2.2-dev.89 [2021-03-15T21:22:46.243Z] v1.2.2-dev.9 [2021-03-15T21:22:46.243Z] v1.2.2-dev.90 [2021-03-15T21:22:46.243Z] v1.2.2-dev.91 [2021-03-15T21:22:46.243Z] v1.2.2-dev.92 [2021-03-15T21:22:46.243Z] v1.2.2-dev.93 [2021-03-15T21:22:46.243Z] v1.2.2-dev.94 [2021-03-15T21:22:46.243Z] v1.2.2-dev.95 [2021-03-15T21:22:46.243Z] v1.2.2-dev.96 [2021-03-15T21:22:46.243Z] v1.2.2-dev.97 [2021-03-15T21:22:46.243Z] v1.2.2-dev.98 [2021-03-15T21:22:46.243Z] v1.2.2-dev.99 [2021-03-15T21:22:46.243Z] v1.3.0 [2021-03-15T21:22:46.243Z] v1.3.1 [2021-03-15T21:22:46.243Z] v1.3.1-dev.1 [2021-03-15T21:22:46.243Z] v1.3.1-dev.10 [2021-03-15T21:22:46.243Z] v1.3.1-dev.11 [2021-03-15T21:22:46.243Z] v1.3.1-dev.12 [2021-03-15T21:22:46.243Z] v1.3.1-dev.13 [2021-03-15T21:22:46.243Z] v1.3.1-dev.14 [2021-03-15T21:22:46.243Z] v1.3.1-dev.15 [2021-03-15T21:22:46.243Z] v1.3.1-dev.16 [2021-03-15T21:22:46.243Z] v1.3.1-dev.17 [2021-03-15T21:22:46.243Z] v1.3.1-dev.18 [2021-03-15T21:22:46.243Z] v1.3.1-dev.2 [2021-03-15T21:22:46.243Z] v1.3.1-dev.3 [2021-03-15T21:22:46.243Z] v1.3.1-dev.4 [2021-03-15T21:22:46.243Z] v1.3.1-dev.5 [2021-03-15T21:22:46.243Z] v1.3.1-dev.6 [2021-03-15T21:22:46.243Z] v1.3.1-dev.7 [2021-03-15T21:22:46.243Z] v1.3.1-dev.8 [2021-03-15T21:22:46.243Z] v1.3.1-dev.9 [2021-03-15T21:22:46.243Z] v2.0.0-dev.1 [2021-03-15T21:22:46.243Z] v2.0.0-dev.10 [2021-03-15T21:22:46.243Z] v2.0.0-dev.100 [2021-03-15T21:22:46.243Z] v2.0.0-dev.101 [2021-03-15T21:22:46.243Z] v2.0.0-dev.102 [2021-03-15T21:22:46.243Z] v2.0.0-dev.103 [2021-03-15T21:22:46.243Z] v2.0.0-dev.104 [2021-03-15T21:22:46.243Z] v2.0.0-dev.105 [2021-03-15T21:22:46.243Z] v2.0.0-dev.106 [2021-03-15T21:22:46.243Z] v2.0.0-dev.107 [2021-03-15T21:22:46.243Z] v2.0.0-dev.108 [2021-03-15T21:22:46.243Z] v2.0.0-dev.109 [2021-03-15T21:22:46.243Z] v2.0.0-dev.11 [2021-03-15T21:22:46.243Z] v2.0.0-dev.110 [2021-03-15T21:22:46.243Z] v2.0.0-dev.111 [2021-03-15T21:22:46.243Z] v2.0.0-dev.112 [2021-03-15T21:22:46.243Z] v2.0.0-dev.113 [2021-03-15T21:22:46.243Z] v2.0.0-dev.114 [2021-03-15T21:22:46.243Z] v2.0.0-dev.115 [2021-03-15T21:22:46.243Z] v2.0.0-dev.116 [2021-03-15T21:22:46.243Z] v2.0.0-dev.117 [2021-03-15T21:22:46.243Z] v2.0.0-dev.118 [2021-03-15T21:22:46.243Z] v2.0.0-dev.119 [2021-03-15T21:22:46.243Z] v2.0.0-dev.12 [2021-03-15T21:22:46.243Z] v2.0.0-dev.120 [2021-03-15T21:22:46.243Z] v2.0.0-dev.121 [2021-03-15T21:22:46.243Z] v2.0.0-dev.122 [2021-03-15T21:22:46.243Z] v2.0.0-dev.123 [2021-03-15T21:22:46.243Z] v2.0.0-dev.124 [2021-03-15T21:22:46.243Z] v2.0.0-dev.125 [2021-03-15T21:22:46.243Z] v2.0.0-dev.13 [2021-03-15T21:22:46.243Z] v2.0.0-dev.14 [2021-03-15T21:22:46.243Z] v2.0.0-dev.15 [2021-03-15T21:22:46.243Z] v2.0.0-dev.16 [2021-03-15T21:22:46.243Z] v2.0.0-dev.17 [2021-03-15T21:22:46.243Z] v2.0.0-dev.18 [2021-03-15T21:22:46.243Z] v2.0.0-dev.19 [2021-03-15T21:22:46.243Z] v2.0.0-dev.2 [2021-03-15T21:22:46.243Z] v2.0.0-dev.20 [2021-03-15T21:22:46.243Z] v2.0.0-dev.21 [2021-03-15T21:22:46.243Z] v2.0.0-dev.22 [2021-03-15T21:22:46.243Z] v2.0.0-dev.23 [2021-03-15T21:22:46.243Z] v2.0.0-dev.24 [2021-03-15T21:22:46.243Z] v2.0.0-dev.25 [2021-03-15T21:22:46.243Z] v2.0.0-dev.26 [2021-03-15T21:22:46.243Z] v2.0.0-dev.27 [2021-03-15T21:22:46.243Z] v2.0.0-dev.28 [2021-03-15T21:22:46.243Z] v2.0.0-dev.29 [2021-03-15T21:22:46.243Z] v2.0.0-dev.3 [2021-03-15T21:22:46.243Z] v2.0.0-dev.30 [2021-03-15T21:22:46.243Z] v2.0.0-dev.31 [2021-03-15T21:22:46.243Z] v2.0.0-dev.32 [2021-03-15T21:22:46.243Z] v2.0.0-dev.33 [2021-03-15T21:22:46.243Z] v2.0.0-dev.34 [2021-03-15T21:22:46.243Z] v2.0.0-dev.35 [2021-03-15T21:22:46.243Z] v2.0.0-dev.36 [2021-03-15T21:22:46.243Z] v2.0.0-dev.37 [2021-03-15T21:22:46.243Z] v2.0.0-dev.38 [2021-03-15T21:22:46.243Z] v2.0.0-dev.39 [2021-03-15T21:22:46.243Z] v2.0.0-dev.4 [2021-03-15T21:22:46.243Z] v2.0.0-dev.40 [2021-03-15T21:22:46.243Z] v2.0.0-dev.41 [2021-03-15T21:22:46.243Z] v2.0.0-dev.42 [2021-03-15T21:22:46.243Z] v2.0.0-dev.43 [2021-03-15T21:22:46.243Z] v2.0.0-dev.44 [2021-03-15T21:22:46.243Z] v2.0.0-dev.45 [2021-03-15T21:22:46.243Z] v2.0.0-dev.46 [2021-03-15T21:22:46.243Z] v2.0.0-dev.47 [2021-03-15T21:22:46.243Z] v2.0.0-dev.48 [2021-03-15T21:22:46.243Z] v2.0.0-dev.49 [2021-03-15T21:22:46.243Z] v2.0.0-dev.5 [2021-03-15T21:22:46.243Z] v2.0.0-dev.50 [2021-03-15T21:22:46.243Z] v2.0.0-dev.51 [2021-03-15T21:22:46.243Z] v2.0.0-dev.52 [2021-03-15T21:22:46.243Z] v2.0.0-dev.53 [2021-03-15T21:22:46.243Z] v2.0.0-dev.54 [2021-03-15T21:22:46.243Z] v2.0.0-dev.55 [2021-03-15T21:22:46.243Z] v2.0.0-dev.56 [2021-03-15T21:22:46.243Z] v2.0.0-dev.57 [2021-03-15T21:22:46.243Z] v2.0.0-dev.58 [2021-03-15T21:22:46.243Z] v2.0.0-dev.59 [2021-03-15T21:22:46.243Z] v2.0.0-dev.6 [2021-03-15T21:22:46.243Z] v2.0.0-dev.60 [2021-03-15T21:22:46.243Z] v2.0.0-dev.61 [2021-03-15T21:22:46.243Z] v2.0.0-dev.62 [2021-03-15T21:22:46.243Z] v2.0.0-dev.63 [2021-03-15T21:22:46.243Z] v2.0.0-dev.64 [2021-03-15T21:22:46.243Z] v2.0.0-dev.65 [2021-03-15T21:22:46.243Z] v2.0.0-dev.66 [2021-03-15T21:22:46.243Z] v2.0.0-dev.67 [2021-03-15T21:22:46.243Z] v2.0.0-dev.68 [2021-03-15T21:22:46.243Z] v2.0.0-dev.69 [2021-03-15T21:22:46.243Z] v2.0.0-dev.7 [2021-03-15T21:22:46.243Z] v2.0.0-dev.70 [2021-03-15T21:22:46.243Z] v2.0.0-dev.71 [2021-03-15T21:22:46.243Z] v2.0.0-dev.72 [2021-03-15T21:22:46.243Z] v2.0.0-dev.73 [2021-03-15T21:22:46.243Z] v2.0.0-dev.74 [2021-03-15T21:22:46.243Z] v2.0.0-dev.75 [2021-03-15T21:22:46.243Z] v2.0.0-dev.76 [2021-03-15T21:22:46.243Z] v2.0.0-dev.77 [2021-03-15T21:22:46.243Z] v2.0.0-dev.78 [2021-03-15T21:22:46.243Z] v2.0.0-dev.79 [2021-03-15T21:22:46.243Z] v2.0.0-dev.8 [2021-03-15T21:22:46.243Z] v2.0.0-dev.80 [2021-03-15T21:22:46.243Z] v2.0.0-dev.81 [2021-03-15T21:22:46.243Z] v2.0.0-dev.82 [2021-03-15T21:22:46.243Z] v2.0.0-dev.83 [2021-03-15T21:22:46.243Z] v2.0.0-dev.84 [2021-03-15T21:22:46.243Z] v2.0.0-dev.85 [2021-03-15T21:22:46.243Z] v2.0.0-dev.86 [2021-03-15T21:22:46.243Z] v2.0.0-dev.87 [2021-03-15T21:22:46.243Z] v2.0.0-dev.88 [2021-03-15T21:22:46.243Z] v2.0.0-dev.89 [2021-03-15T21:22:46.243Z] v2.0.0-dev.9 [2021-03-15T21:22:46.243Z] v2.0.0-dev.90 [2021-03-15T21:22:46.243Z] v2.0.0-dev.91 [2021-03-15T21:22:46.243Z] v2.0.0-dev.92 [2021-03-15T21:22:46.243Z] v2.0.0-dev.93 [2021-03-15T21:22:46.243Z] v2.0.0-dev.94 [2021-03-15T21:22:46.243Z] v2.0.0-dev.95 [2021-03-15T21:22:46.243Z] v2.0.0-dev.96 [2021-03-15T21:22:46.243Z] v2.0.0-dev.97 [2021-03-15T21:22:46.243Z] v2.0.0-dev.98 [2021-03-15T21:22:46.243Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-15T21:22:46.544Z] + lftools sign git-tag v2.0.0-dev.125 [2021-03-15T21:22:47.931Z] Signing Git tag with Sigul... [2021-03-15T21:22:47.931Z] Signing v2.0.0-dev.125 [Pipeline] echo [2021-03-15T21:22:49.335Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:22:49.632Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-15T21:22:49.642Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-15T21:22:49.734Z] $ docker stop --time=1 fe5cbff0704230a62802e271238c8e36a43c72312b897b5f16221d7c9aad20c3 [2021-03-15T21:22:51.835Z] $ docker rm -f fe5cbff0704230a62802e271238c8e36a43c72312b897b5f16221d7c9aad20c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:22:52.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:22:52.681Z] . [Pipeline] withDockerContainer [2021-03-15T21:22:52.785Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:22:52.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:22:53.758Z] $ docker top 4bada9b02b40ada19fc4bfbd9011d33215f152ff6b2a505f1ba68d4bd13791fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:22:54.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:22:54.098Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:22:54.335Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:22:54.338Z] $ docker exec 4bada9b02b40ada19fc4bfbd9011d33215f152ff6b2a505f1ba68d4bd13791fb ssh-agent [2021-03-15T21:22:54.530Z] SSH_AUTH_SOCK=/tmp/ssh-Lq15FF7TuCZT/agent.11 [2021-03-15T21:22:54.530Z] SSH_AGENT_PID=16 [2021-03-15T21:22:54.538Z] Running ssh-add (command line suppressed) [2021-03-15T21:22:54.671Z] Identity added: /w/workspace/edgex-go/392@tmp/private_key_7375688469020474424.key (/w/workspace/edgex-go/392@tmp/private_key_7375688469020474424.key) [2021-03-15T21:22:54.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:22:55.094Z] + git semver bump pre [2021-03-15T21:22:55.094Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:22:55.094Z] # $GIT_DIR = /w/workspace/edgex-go/392/.git [2021-03-15T21:22:55.094Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/392 [2021-03-15T21:22:55.094Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:22:55.094Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:22:55.094Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:22:55.094Z] # $SEMVER_BRANCH = master [2021-03-15T21:22:55.094Z] # $SEMVER_DIR = /w/workspace/edgex-go/392/.semver [2021-03-15T21:22:55.094Z] 2.0.0-dev.126 [Pipeline] } [2021-03-15T21:22:55.105Z] $ docker exec --env ******** --env ******** 4bada9b02b40ada19fc4bfbd9011d33215f152ff6b2a505f1ba68d4bd13791fb ssh-agent -k [2021-03-15T21:22:55.233Z] unset SSH_AUTH_SOCK; [2021-03-15T21:22:55.233Z] unset SSH_AGENT_PID; [2021-03-15T21:22:55.233Z] echo Agent pid 16 killed; [2021-03-15T21:22:55.293Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:22:55.764Z] + git semver [Pipeline] } [2021-03-15T21:22:55.781Z] $ docker stop --time=1 4bada9b02b40ada19fc4bfbd9011d33215f152ff6b2a505f1ba68d4bd13791fb [2021-03-15T21:22:57.210Z] $ docker rm -f 4bada9b02b40ada19fc4bfbd9011d33215f152ff6b2a505f1ba68d4bd13791fb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:22:57.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T21:22:57.734Z] . [Pipeline] withDockerContainer [2021-03-15T21:22:57.839Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:22:57.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-15T21:22:58.604Z] $ docker top 8ab226b23534075c0f667d805732ecbb78e11e98e8444a8036c30d4e4301c9c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T21:22:58.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T21:22:58.937Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T21:22:59.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T21:22:59.153Z] $ docker exec 8ab226b23534075c0f667d805732ecbb78e11e98e8444a8036c30d4e4301c9c7 ssh-agent [2021-03-15T21:22:59.342Z] SSH_AUTH_SOCK=/tmp/ssh-to4f16ZevK2D/agent.12 [2021-03-15T21:22:59.342Z] SSH_AGENT_PID=18 [2021-03-15T21:22:59.349Z] Running ssh-add (command line suppressed) [2021-03-15T21:22:59.486Z] Identity added: /w/workspace/edgex-go/392@tmp/private_key_699629540517849878.key (/w/workspace/edgex-go/392@tmp/private_key_699629540517849878.key) [2021-03-15T21:22:59.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T21:22:59.880Z] + git semver push [2021-03-15T21:22:59.880Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T21:22:59.880Z] # $GIT_DIR = /w/workspace/edgex-go/392/.git [2021-03-15T21:22:59.880Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/392 [2021-03-15T21:22:59.880Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T21:22:59.880Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T21:22:59.880Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T21:22:59.880Z] # $SEMVER_BRANCH = master [2021-03-15T21:22:59.880Z] # $SEMVER_DIR = /w/workspace/edgex-go/392/.semver [Pipeline] } [2021-03-15T21:23:09.206Z] $ docker exec --env ******** --env ******** 8ab226b23534075c0f667d805732ecbb78e11e98e8444a8036c30d4e4301c9c7 ssh-agent -k [2021-03-15T21:23:09.384Z] unset SSH_AUTH_SOCK; [2021-03-15T21:23:09.384Z] unset SSH_AGENT_PID; [2021-03-15T21:23:09.384Z] echo Agent pid 18 killed; [2021-03-15T21:23:09.456Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T21:23:09.965Z] + git semver [Pipeline] } [2021-03-15T21:23:09.982Z] $ docker stop --time=1 8ab226b23534075c0f667d805732ecbb78e11e98e8444a8036c30d4e4301c9c7 [2021-03-15T21:23:11.382Z] $ docker rm -f 8ab226b23534075c0f667d805732ecbb78e11e98e8444a8036c30d4e4301c9c7 [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-03-15T21:23:12.428Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:23:13.310Z] ---> package-listing.sh [2021-03-15T21:23:13.310Z] ++ facter osfamily [2021-03-15T21:23:13.310Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T21:23:13.310Z] + OS_FAMILY=redhat [2021-03-15T21:23:13.310Z] + workspace=/w/workspace/edgex-go/392 [2021-03-15T21:23:13.310Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T21:23:13.310Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T21:23:13.310Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T21:23:13.310Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T21:23:13.310Z] + '[' /w/workspace/edgex-go/392 ']' [2021-03-15T21:23:13.310Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T21:23:13.310Z] + case "${OS_FAMILY}" in [2021-03-15T21:23:13.310Z] + rpm -qa [2021-03-15T21:23:13.310Z] + sort [2021-03-15T21:23:18.608Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T21:23:18.608Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T21:23:18.608Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T21:23:18.608Z] + '[' /w/workspace/edgex-go/392 ']' [2021-03-15T21:23:18.608Z] + mkdir -p /w/workspace/edgex-go/392/archives/ [2021-03-15T21:23:18.608Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/392/archives/ [Pipeline] echo [2021-03-15T21:23:18.622Z] 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/392/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T21:23:18.911Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:23:19.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:23:19.217Z] [2021-03-15T21:23:19.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:23:19.594Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:23:20.541Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T21:23:20.541Z] df20fa9351a1: Pulling fs layer [2021-03-15T21:23:20.541Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T21:23:20.541Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T21:23:20.541Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T21:23:20.541Z] 93b61091891f: Pulling fs layer [2021-03-15T21:23:20.541Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T21:23:20.541Z] 5e14af77c1be: Pulling fs layer [2021-03-15T21:23:20.541Z] 01666e4c0597: Pulling fs layer [2021-03-15T21:23:20.541Z] aa168da1d23b: Pulling fs layer [2021-03-15T21:23:20.541Z] 46f8f816bc3b: Waiting [2021-03-15T21:23:20.541Z] 93b61091891f: Waiting [2021-03-15T21:23:20.542Z] 93b9cdb0e59b: Waiting [2021-03-15T21:23:20.542Z] 5e14af77c1be: Waiting [2021-03-15T21:23:20.542Z] aa168da1d23b: Waiting [2021-03-15T21:23:20.542Z] 01666e4c0597: Waiting [2021-03-15T21:23:20.542Z] 36b3adc4ff6f: Download complete [2021-03-15T21:23:20.542Z] 46f8f816bc3b: Download complete [2021-03-15T21:23:20.804Z] df20fa9351a1: Verifying Checksum [2021-03-15T21:23:20.804Z] df20fa9351a1: Download complete [2021-03-15T21:23:20.804Z] 93b9cdb0e59b: Verifying Checksum [2021-03-15T21:23:20.804Z] 93b9cdb0e59b: Download complete [2021-03-15T21:23:20.804Z] 5e14af77c1be: Verifying Checksum [2021-03-15T21:23:20.804Z] 5e14af77c1be: Download complete [2021-03-15T21:23:20.804Z] 01666e4c0597: Verifying Checksum [2021-03-15T21:23:20.804Z] 01666e4c0597: Download complete [2021-03-15T21:23:20.804Z] 93b61091891f: Verifying Checksum [2021-03-15T21:23:20.804Z] 93b61091891f: Download complete [2021-03-15T21:23:21.066Z] df20fa9351a1: Pull complete [2021-03-15T21:23:21.331Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T21:23:21.331Z] 8ad3a11d3b57: Download complete [2021-03-15T21:23:21.331Z] 36b3adc4ff6f: Pull complete [2021-03-15T21:23:22.729Z] 8ad3a11d3b57: Pull complete [2021-03-15T21:23:22.729Z] 46f8f816bc3b: Pull complete [2021-03-15T21:23:22.990Z] aa168da1d23b: Download complete [2021-03-15T21:23:23.938Z] 93b61091891f: Pull complete [2021-03-15T21:23:23.938Z] 93b9cdb0e59b: Pull complete [2021-03-15T21:23:23.938Z] 5e14af77c1be: Pull complete [2021-03-15T21:23:24.200Z] 01666e4c0597: Pull complete [2021-03-15T21:23:32.379Z] aa168da1d23b: Pull complete [2021-03-15T21:23:32.379Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T21:23:32.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:23:32.379Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T21:23:32.572Z] prd-centos7-docker-4c-2g-29840 does not seem to be running inside a container [2021-03-15T21:23:32.623Z] $ 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/392/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/392 -v /w/workspace/edgex-go/392:/w/workspace/edgex-go/392:rw,z -v /w/workspace/edgex-go/392@tmp:/w/workspace/edgex-go/392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T21:23:36.080Z] $ docker top 7780c382ac4829ce3b3a7137d38f483a785bd76ab58d5c86deecd77fe69050fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:23:36.604Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T21:23:36.906Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T21:23:37.204Z] + ls /var/log/sa-host [2021-03-15T21:23:37.204Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T21:23:37.204Z] file_magic: OK [2021-03-15T21:23:37.204Z] HZ: Using current value: 100 [2021-03-15T21:23:37.204Z] file_header: OK [2021-03-15T21:23:37.204Z] 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-03-15T21:23:37.204Z] Statistics: [2021-03-15T21:23:37.204Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-15T21:23:37.204Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T21:23:37.204Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T21:23:37.204Z] file_magic: OK [2021-03-15T21:23:37.204Z] HZ: Using current value: 100 [2021-03-15T21:23:37.204Z] file_header: OK [2021-03-15T21:23:37.204Z] 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-03-15T21:23:37.204Z] Statistics: [2021-03-15T21:23:37.204Z] Hnuu...uuuununununu... [2021-03-15T21:23:37.204Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:23:37.429Z] provisioning config files... [2021-03-15T21:23:37.446Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/392@tmp/config8623983154451780581tmp [Pipeline] { [Pipeline] echo [2021-03-15T21:23:37.557Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:23:37.854Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T21:23:37.863Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T21:23:37.950Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:23:38.245Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T21:23:38.256Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:23:38.688Z] ---> sudo-logs.sh [2021-03-15T21:23:38.688Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T21:23:38.754Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:23:39.050Z] ---> job-cost.sh [2021-03-15T21:23:39.050Z] lf-activate-venv: SKIPPING [2021-03-15T21:23:39.050Z] DEBUG: total: 0.20999999344348907 [2021-03-15T21:23:39.050Z] INFO: Retrieving Stack Cost... [2021-03-15T21:23:39.993Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T21:23:40.255Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T21:23:40.271Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:23:40.566Z] ---> logs-deploy.sh [2021-03-15T21:23:40.567Z] lf-activate-venv: SKIPPING [2021-03-15T21:23:40.567Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/392 [2021-03-15T21:23:40.567Z] INFO: archiving workspace using pattern(s): [2021-03-15T21:23:41.953Z] Archives upload complete. [2021-03-15T21:23:42.214Z] INFO: archiving logs to Nexus [2021-03-15T21:23:43.157Z] ---> uname -a: [2021-03-15T21:23:43.157Z] Linux prd-centos7-docker-4c-2g-29840.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-03-15T21:23:43.157Z] [2021-03-15T21:23:43.157Z] [2021-03-15T21:23:43.157Z] ---> lscpu: [2021-03-15T21:23:43.157Z] Architecture: x86_64 [2021-03-15T21:23:43.157Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-15T21:23:43.157Z] Byte Order: Little Endian [2021-03-15T21:23:43.157Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-15T21:23:43.157Z] CPU(s): 4 [2021-03-15T21:23:43.157Z] On-line CPU(s) list: 0-3 [2021-03-15T21:23:43.157Z] Thread(s) per core: 1 [2021-03-15T21:23:43.157Z] Core(s) per socket: 1 [2021-03-15T21:23:43.157Z] Socket(s): 4 [2021-03-15T21:23:43.157Z] NUMA node(s): 1 [2021-03-15T21:23:43.157Z] Vendor ID: GenuineIntel [2021-03-15T21:23:43.157Z] CPU family: 6 [2021-03-15T21:23:43.157Z] Model: 44 [2021-03-15T21:23:43.157Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-15T21:23:43.157Z] Stepping: 1 [2021-03-15T21:23:43.157Z] CPU MHz: 2933.438 [2021-03-15T21:23:43.157Z] BogoMIPS: 5866.87 [2021-03-15T21:23:43.157Z] Virtualization: VT-x [2021-03-15T21:23:43.157Z] Hypervisor vendor: KVM [2021-03-15T21:23:43.157Z] Virtualization type: full [2021-03-15T21:23:43.157Z] L1d cache: 128 KiB [2021-03-15T21:23:43.157Z] L1i cache: 128 KiB [2021-03-15T21:23:43.157Z] L2 cache: 16 MiB [2021-03-15T21:23:43.157Z] L3 cache: 64 MiB [2021-03-15T21:23:43.157Z] NUMA node0 CPU(s): 0-3 [2021-03-15T21:23:43.157Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-15T21:23:43.157Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-15T21:23:43.157Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-15T21:23:43.157Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-15T21:23:43.157Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-15T21:23:43.157Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-15T21:23:43.157Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-15T21:23:43.157Z] Vulnerability Srbds: Not affected [2021-03-15T21:23:43.157Z] Vulnerability Tsx async abort: Not affected [2021-03-15T21:23:43.157Z] 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-03-15T21:23:43.157Z] [2021-03-15T21:23:43.157Z] [2021-03-15T21:23:43.157Z] ---> nproc: [2021-03-15T21:23:43.157Z] 4 [2021-03-15T21:23:43.157Z] [2021-03-15T21:23:43.157Z]