Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d370f76947aef5a2f7c0780f9b8c47242afb1ba5 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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-4903 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/483 [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/483 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision d370f76947aef5a2f7c0780f9b8c47242afb1ba5 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d370f76947aef5a2f7c0780f9b8c47242afb1ba5 # timeout=10 Commit message: "feat(notifications): Implement GET /transmission/id/{id} V2 API (#3453)" > git rev-list --no-walk a3b3990c4229033dede4508680697246349f4dce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T20:49:54.174Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T20:49:54.266Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T20:49:54.293Z] ========================================================= [2021-05-12T20:49:54.293Z] EdgeX Global Pipelines Version Info [2021-05-12T20:49:54.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:49:55.860Z] ------------------- [2021-05-12T20:49:55.860Z] stable info: [2021-05-12T20:49:55.860Z] ------------------- [2021-05-12T20:49:55.860Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T20:49:55.860Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T20:49:55.860Z] Message: update stable to v1.0.192 [2021-05-12T20:49:56.816Z] ------------------- [2021-05-12T20:49:56.816Z] experimental info: [2021-05-12T20:49:56.816Z] ------------------- [2021-05-12T20:49:56.816Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T20:49:56.816Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T20:49:56.816Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T20:49:56.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-12T20:49:56.949Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-12T20:49:56.970Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T20:49:56.990Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T20:49:57.014Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T20:49:57.039Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T20:49:57.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T20:49:57.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-12T20:49:57.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-12T20:49:57.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-12T20:49:57.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T20:49:57.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T20:49:57.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T20:49:57.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T20:49:57.227Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T20:49:57.273Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T20:49:57.295Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T20:49:57.316Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T20:49:57.337Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-12T20:49:57.359Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-12T20:49:57.381Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-12T20:49:57.401Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T20:49:57.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-12T20:49:57.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-12T20:49:57.471Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-12T20:49:57.492Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] echo [2021-05-12T20:49:57.514Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d370f76 [Pipeline] echo [2021-05-12T20:49:57.535Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:49:57.601Z] provisioning config files... [2021-05-12T20:49:57.639Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/483@tmp/config5632790228713935465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:49:57.975Z] ---> docker-login.sh [2021-05-12T20:49:57.975Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:49:58.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:49:58.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:49:58.501Z] Configure a credential helper to remove this warning. See [2021-05-12T20:49:58.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:49:58.501Z] [2021-05-12T20:49:58.501Z] Login Succeeded [2021-05-12T20:49:58.501Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:49:58.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:49:58.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:49:58.501Z] Configure a credential helper to remove this warning. See [2021-05-12T20:49:58.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:49:58.501Z] [2021-05-12T20:49:58.501Z] Login Succeeded [2021-05-12T20:49:58.501Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:49:58.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:49:58.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:49:58.764Z] Configure a credential helper to remove this warning. See [2021-05-12T20:49:58.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:49:58.764Z] [2021-05-12T20:49:58.764Z] Login Succeeded [2021-05-12T20:49:58.764Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:49:58.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:49:59.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:49:59.025Z] Configure a credential helper to remove this warning. See [2021-05-12T20:49:59.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:49:59.025Z] [2021-05-12T20:49:59.025Z] Login Succeeded [2021-05-12T20:49:59.025Z] docker.io [2021-05-12T20:49:59.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:49:59.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:49:59.287Z] Configure a credential helper to remove this warning. See [2021-05-12T20:49:59.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:49:59.287Z] [2021-05-12T20:49:59.287Z] Login Succeeded [2021-05-12T20:49:59.287Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:49:59.298Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T20:49:59.633Z] ++ 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-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/core-command/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/core-data/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-12T20:49:59.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T20:49:59.633Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-12T20:49:59.633Z] ++ cut -d/ -f2 [2021-05-12T20:49:59.633Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-12T20:49:59.719Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:50:00.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:50:00.424Z] [2021-05-12T20:50:00.424Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:50:00.755Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:50:00.755Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T20:50:00.755Z] 31603596830f: Pulling fs layer [2021-05-12T20:50:00.755Z] 54011a49482f: Pulling fs layer [2021-05-12T20:50:00.755Z] a6820b24f6d8: Pulling fs layer [2021-05-12T20:50:00.755Z] f581987b2513: Pulling fs layer [2021-05-12T20:50:00.755Z] f581987b2513: Waiting [2021-05-12T20:50:00.755Z] 54011a49482f: Verifying Checksum [2021-05-12T20:50:00.755Z] 54011a49482f: Download complete [2021-05-12T20:50:01.038Z] 31603596830f: Verifying Checksum [2021-05-12T20:50:01.038Z] 31603596830f: Download complete [2021-05-12T20:50:01.038Z] f581987b2513: Verifying Checksum [2021-05-12T20:50:01.038Z] f581987b2513: Download complete [2021-05-12T20:50:01.038Z] a6820b24f6d8: Verifying Checksum [2021-05-12T20:50:01.038Z] a6820b24f6d8: Download complete [2021-05-12T20:50:01.305Z] 31603596830f: Pull complete [2021-05-12T20:50:01.572Z] 54011a49482f: Pull complete [2021-05-12T20:50:02.551Z] a6820b24f6d8: Pull complete [2021-05-12T20:50:02.821Z] f581987b2513: Pull complete [2021-05-12T20:50:03.086Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T20:50:03.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T20:50:03.086Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T20:50:03.217Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T20:50:03.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T20:50:05.984Z] $ docker top 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T20:50:06.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:50:06.190Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:50:06.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:50:06.467Z] $ docker exec 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e ssh-agent [2021-05-12T20:50:06.660Z] SSH_AUTH_SOCK=/tmp/ssh-pWXr9VDzSFJa/agent.12 [2021-05-12T20:50:06.660Z] SSH_AGENT_PID=18 [2021-05-12T20:50:06.684Z] Running ssh-add (command line suppressed) [2021-05-12T20:50:06.856Z] Identity added: /w/workspace/edgex-go/483@tmp/private_key_5536657112244402817.key (/w/workspace/edgex-go/483@tmp/private_key_5536657112244402817.key) [2021-05-12T20:50:06.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:50:07.256Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T20:50:07.287Z] $ docker exec --env ******** --env ******** 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e ssh-agent -k [2021-05-12T20:50:07.432Z] unset SSH_AUTH_SOCK; [2021-05-12T20:50:07.433Z] unset SSH_AGENT_PID; [2021-05-12T20:50:07.433Z] echo Agent pid 18 killed; [2021-05-12T20:50:07.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T20:50:07.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T20:50:07.512Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T20:50:07.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T20:50:07.727Z] $ docker exec 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e ssh-agent [2021-05-12T20:50:07.943Z] SSH_AUTH_SOCK=/tmp/ssh-76nwicLJE4d2/agent.48 [2021-05-12T20:50:07.943Z] SSH_AGENT_PID=53 [2021-05-12T20:50:07.957Z] Running ssh-add (command line suppressed) [2021-05-12T20:50:08.149Z] Identity added: /w/workspace/edgex-go/483@tmp/private_key_8837743785998418739.key (/w/workspace/edgex-go/483@tmp/private_key_8837743785998418739.key) [2021-05-12T20:50:08.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T20:50:08.583Z] + git semver init [2021-05-12T20:50:08.583Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T20:50:08.583Z] # $GIT_DIR = /w/workspace/edgex-go/483/.git [2021-05-12T20:50:08.583Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/483 [2021-05-12T20:50:08.583Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T20:50:08.583Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T20:50:08.583Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T20:50:08.583Z] # $SEMVER_BRANCH = master [2021-05-12T20:50:08.583Z] # $SEMVER_TEMP = /tmp/semver-537170394 [2021-05-12T20:50:08.583Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-12T20:50:55.541Z] # '/tmp/semver-537170394' -> '/w/workspace/edgex-go/483/.semver' [2021-05-12T20:50:56.139Z] # -> Force: false [2021-05-12T20:50:56.139Z] # $SEMVER_DIR = /w/workspace/edgex-go/483/.semver [Pipeline] } [2021-05-12T20:50:56.437Z] $ docker exec --env ******** --env ******** 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e ssh-agent -k [2021-05-12T20:50:56.904Z] unset SSH_AUTH_SOCK; [2021-05-12T20:50:56.904Z] unset SSH_AGENT_PID; [2021-05-12T20:50:56.904Z] echo Agent pid 53 killed; [2021-05-12T20:50:57.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T20:50:57.374Z] + git semver [Pipeline] } [2021-05-12T20:50:57.400Z] $ docker stop --time=1 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e [2021-05-12T20:50:59.195Z] $ docker rm -f 4ef81291fef9f8e39bb923e5f1949d2444949d98986301ff66df9a7eff1fa00e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T20:50:59.783Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T20:51:00.382Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T20:51:00.385Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.214 [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-05-12T20:51:00.917Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:51:01.247Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:51:01.273Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4908 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-12T20:51:01.331Z] Running in /w/workspace/edgex-go/483 [Pipeline] { [Pipeline] checkout [2021-05-12T20:51:01.564Z] + sudo service docker restart [2021-05-12T20:51:01.564Z] + true [2021-05-12T20:51:01.564Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-12T20:51:02.542Z] ========================================================= [2021-05-12T20:51:02.542Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T20:51:02.542Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:51:02.862Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-12T20:51:08.260Z] using credential edgex-jenkins-ssh [2021-05-12T20:51:08.289Z] Cloning the remote Git repository [2021-05-12T20:51:08.359Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T20:51:08.519Z] > git init /w/workspace/edgex-go/483 # timeout=10 [2021-05-12T20:51:08.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T20:51:08.608Z] > git --version # timeout=10 [2021-05-12T20:51:08.633Z] > git --version # 'git version 2.17.1' [2021-05-12T20:51:08.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:51:08.741Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:51:09.715Z] Sending build context to Docker daemon 330.3MB [2021-05-12T20:51:09.715Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T20:51:09.715Z] Step 2/6 : FROM ${BASE} [2021-05-12T20:51:09.715Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T20:51:09.715Z] 540db60ca938: Pulling fs layer [2021-05-12T20:51:09.715Z] adcc1eea9eea: Pulling fs layer [2021-05-12T20:51:09.715Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T20:51:09.715Z] 0510c868ecb4: Pulling fs layer [2021-05-12T20:51:09.715Z] afea3b2eda06: Pulling fs layer [2021-05-12T20:51:09.715Z] 7809a108b3ef: Pulling fs layer [2021-05-12T20:51:09.715Z] f706445af74f: Pulling fs layer [2021-05-12T20:51:09.715Z] f706445af74f: Waiting [2021-05-12T20:51:09.715Z] afea3b2eda06: Waiting [2021-05-12T20:51:09.715Z] 7809a108b3ef: Waiting [2021-05-12T20:51:09.715Z] 0510c868ecb4: Waiting [2021-05-12T20:51:09.715Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T20:51:09.715Z] 4c4ab2625f07: Download complete [2021-05-12T20:51:09.715Z] adcc1eea9eea: Verifying Checksum [2021-05-12T20:51:09.715Z] afea3b2eda06: Verifying Checksum [2021-05-12T20:51:09.715Z] afea3b2eda06: Download complete [2021-05-12T20:51:09.715Z] 540db60ca938: Verifying Checksum [2021-05-12T20:51:09.715Z] 540db60ca938: Download complete [2021-05-12T20:51:09.715Z] 7809a108b3ef: Verifying Checksum [2021-05-12T20:51:09.715Z] 7809a108b3ef: Download complete [2021-05-12T20:51:09.980Z] 540db60ca938: Pull complete [2021-05-12T20:51:10.252Z] adcc1eea9eea: Pull complete [2021-05-12T20:51:10.540Z] 4c4ab2625f07: Pull complete [2021-05-12T20:51:12.540Z] f706445af74f: Verifying Checksum [2021-05-12T20:51:12.540Z] f706445af74f: Download complete [2021-05-12T20:51:13.132Z] 0510c868ecb4: Verifying Checksum [2021-05-12T20:51:13.132Z] 0510c868ecb4: Download complete [2021-05-12T20:51:19.861Z] 0510c868ecb4: Pull complete [2021-05-12T20:51:19.861Z] afea3b2eda06: Pull complete [2021-05-12T20:51:19.861Z] 7809a108b3ef: Pull complete [2021-05-12T20:51:24.114Z] f706445af74f: Pull complete [2021-05-12T20:51:24.114Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T20:51:24.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T20:51:24.114Z] ---> b068be0155e3 [2021-05-12T20:51:24.114Z] 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-05-12T20:51:25.070Z] ---> Running in 5c382b9d8a43 [2021-05-12T20:51:26.027Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:51:26.976Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:51:28.910Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T20:51:29.493Z] (2/12) Installing file (5.39-r0) [2021-05-12T20:51:29.493Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T20:51:29.758Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T20:51:43.039Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T20:51:43.063Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:51:43.093Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T20:51:43.145Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T20:51:43.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:51:43.165Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T20:51:43.947Z] Checking out Revision d370f76947aef5a2f7c0780f9b8c47242afb1ba5 (master) [2021-05-12T20:51:43.976Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:51:44.004Z] > git checkout -f d370f76947aef5a2f7c0780f9b8c47242afb1ba5 # timeout=10 [2021-05-12T20:51:47.965Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T20:51:47.965Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T20:51:47.965Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T20:51:47.965Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T20:51:47.965Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T20:51:47.965Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T20:51:47.965Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T20:51:47.965Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T20:51:47.965Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T20:51:47.965Z] OK: 219 MiB in 52 packages [2021-05-12T20:51:48.840Z] Commit message: "feat(notifications): Implement GET /transmission/id/{id} V2 API (#3453)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:51:49.368Z] Removing intermediate container 5c382b9d8a43 [2021-05-12T20:51:49.369Z] ---> de00570a9056 [2021-05-12T20:51:49.369Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T20:51:49.369Z] ---> Running in 5a99a53fe59a [2021-05-12T20:51:49.369Z] Removing intermediate container 5a99a53fe59a [2021-05-12T20:51:49.369Z] ---> b9b7c010fded [2021-05-12T20:51:49.369Z] Step 5/6 : COPY go.mod . [2021-05-12T20:51:49.633Z] ---> b7ac3ef6afd9 [2021-05-12T20:51:49.633Z] Step 6/6 : RUN go mod download [2021-05-12T20:51:49.633Z] ---> Running in 9881a8c4d205 [2021-05-12T20:51:50.378Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:51:50.827Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:51:51.179Z] + + sudo servicetrue docker [2021-05-12T20:51:51.179Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T20:51:53.859Z] provisioning config files... [2021-05-12T20:51:53.913Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/483@tmp/config7819694991028014031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:51:54.339Z] ---> docker-login.sh [2021-05-12T20:51:54.339Z] nexus3.edgexfoundry.org:10001 [2021-05-12T20:51:55.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:51:55.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:51:55.940Z] Configure a credential helper to remove this warning. See [2021-05-12T20:51:55.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:51:55.940Z] [2021-05-12T20:51:55.940Z] Login Succeeded [2021-05-12T20:51:55.940Z] nexus3.edgexfoundry.org:10002 [2021-05-12T20:51:56.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:51:56.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:51:56.493Z] Configure a credential helper to remove this warning. See [2021-05-12T20:51:56.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:51:56.493Z] [2021-05-12T20:51:56.493Z] Login Succeeded [2021-05-12T20:51:56.493Z] nexus3.edgexfoundry.org:10003 [2021-05-12T20:51:57.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:51:57.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:51:57.097Z] Configure a credential helper to remove this warning. See [2021-05-12T20:51:57.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:51:57.097Z] [2021-05-12T20:51:57.097Z] Login Succeeded [2021-05-12T20:51:57.097Z] nexus3.edgexfoundry.org:10004 [2021-05-12T20:51:57.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:51:57.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:51:57.704Z] Configure a credential helper to remove this warning. See [2021-05-12T20:51:57.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:51:57.704Z] [2021-05-12T20:51:57.704Z] Login Succeeded [2021-05-12T20:51:57.704Z] docker.io [2021-05-12T20:51:58.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T20:51:58.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T20:51:58.584Z] Configure a credential helper to remove this warning. See [2021-05-12T20:51:58.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T20:51:58.584Z] [2021-05-12T20:51:58.584Z] Login Succeeded [2021-05-12T20:51:58.584Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T20:51:58.602Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T20:51:58.981Z] ========================================================= [2021-05-12T20:51:58.981Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T20:51:58.981Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:51:59.357Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-12T20:52:02.045Z] Sending build context to Docker daemon 167.8MB [2021-05-12T20:52:02.045Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T20:52:02.045Z] Step 2/6 : FROM ${BASE} [2021-05-12T20:52:02.045Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T20:52:02.045Z] 595b0fe564bb: Pulling fs layer [2021-05-12T20:52:02.045Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T20:52:02.045Z] 316046926c0a: Pulling fs layer [2021-05-12T20:52:02.045Z] 4ebd0625c992: Pulling fs layer [2021-05-12T20:52:02.045Z] 207e8628e3a3: Pulling fs layer [2021-05-12T20:52:02.045Z] c791037a9be2: Pulling fs layer [2021-05-12T20:52:02.045Z] ffd874e62e21: Pulling fs layer [2021-05-12T20:52:02.045Z] ffd874e62e21: Waiting [2021-05-12T20:52:02.045Z] c791037a9be2: Waiting [2021-05-12T20:52:02.045Z] 207e8628e3a3: Waiting [2021-05-12T20:52:02.045Z] 316046926c0a: Verifying Checksum [2021-05-12T20:52:02.045Z] 316046926c0a: Download complete [2021-05-12T20:52:02.045Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T20:52:02.045Z] 7186ed65a4f7: Download complete [2021-05-12T20:52:02.045Z] 207e8628e3a3: Download complete [2021-05-12T20:52:02.045Z] c791037a9be2: Verifying Checksum [2021-05-12T20:52:02.045Z] c791037a9be2: Download complete [2021-05-12T20:52:02.045Z] 595b0fe564bb: Download complete [2021-05-12T20:52:02.647Z] 595b0fe564bb: Pull complete [2021-05-12T20:52:03.268Z] 7186ed65a4f7: Pull complete [2021-05-12T20:52:03.886Z] 316046926c0a: Pull complete [2021-05-12T20:52:04.496Z] ffd874e62e21: Verifying Checksum [2021-05-12T20:52:04.496Z] ffd874e62e21: Download complete [2021-05-12T20:52:05.956Z] 4ebd0625c992: Verifying Checksum [2021-05-12T20:52:05.956Z] 4ebd0625c992: Download complete [2021-05-12T20:52:16.151Z] 4ebd0625c992: Pull complete [2021-05-12T20:52:16.151Z] 207e8628e3a3: Pull complete [2021-05-12T20:52:16.308Z] Removing intermediate container 9881a8c4d205 [2021-05-12T20:52:16.308Z] ---> 118332d4e5c4 [2021-05-12T20:52:16.308Z] Successfully built 118332d4e5c4 [2021-05-12T20:52:16.308Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:52:16.455Z] c791037a9be2: Pull complete [2021-05-12T20:52:16.640Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T20:52:16.640Z] . [Pipeline] withDockerContainer [2021-05-12T20:52:16.759Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T20:52:16.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T20:52:18.240Z] $ docker top 9778a9253b4109b2d9e56eabf02aefc64406386f9537682ad510e0bc8312dde0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:52:18.776Z] + go version [2021-05-12T20:52:18.776Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T20:52:18.808Z] $ docker stop --time=1 9778a9253b4109b2d9e56eabf02aefc64406386f9537682ad510e0bc8312dde0 [2021-05-12T20:52:20.208Z] $ docker rm -f 9778a9253b4109b2d9e56eabf02aefc64406386f9537682ad510e0bc8312dde0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:52:20.729Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T20:52:20.729Z] . [Pipeline] withDockerContainer [2021-05-12T20:52:20.778Z] ffd874e62e21: Pull complete [2021-05-12T20:52:20.778Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T20:52:20.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T20:52:20.778Z] ---> cfc18b08335c [2021-05-12T20:52:20.778Z] 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-05-12T20:52:20.840Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T20:52:20.908Z] $ 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/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T20:52:21.713Z] $ docker top 6f9bd0ae0d490b9b5e3170cc6e24068adab712060a55aa2cdfaa17dc9cbb3a06 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T20:52:21.838Z] ========================================================= [2021-05-12T20:52:21.838Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T20:52:21.838Z] ========================================================= [Pipeline] sh [2021-05-12T20:52:22.133Z] + go mod tidy [Pipeline] sh [2021-05-12T20:52:24.166Z] ---> Running in 4be9833b3a27 [2021-05-12T20:52:24.391Z] + make test [2021-05-12T20:52:24.391Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T20:52:25.159Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:52:26.146Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:52:27.131Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T20:52:27.405Z] (2/12) Installing file (5.39-r0) [2021-05-12T20:52:27.680Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T20:52:27.680Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T20:52:33.086Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T20:52:33.086Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T20:52:33.086Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T20:52:33.086Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T20:52:33.086Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T20:52:33.086Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T20:52:33.086Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T20:52:33.086Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T20:52:33.086Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T20:52:33.358Z] OK: 218 MiB in 52 packages [2021-05-12T20:52:34.492Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T20:52:37.677Z] Removing intermediate container 4be9833b3a27 [2021-05-12T20:52:37.677Z] ---> 05c9d833d7e9 [2021-05-12T20:52:37.677Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T20:52:37.951Z] ---> Running in 691457151c35 [2021-05-12T20:52:38.225Z] Removing intermediate container 691457151c35 [2021-05-12T20:52:38.225Z] ---> b3f8f3fd090f [2021-05-12T20:52:38.225Z] Step 5/6 : COPY go.mod . [2021-05-12T20:52:39.205Z] ---> f127a58639b8 [2021-05-12T20:52:39.205Z] Step 6/6 : RUN go mod download [2021-05-12T20:52:39.205Z] ---> Running in 8c1e1e201277 [2021-05-12T20:53:07.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T20:53:07.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T20:53:11.600Z] Removing intermediate container 8c1e1e201277 [2021-05-12T20:53:11.600Z] ---> b78df3253c6f [2021-05-12T20:53:11.600Z] Successfully built b78df3253c6f [2021-05-12T20:53:11.600Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:53:11.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T20:53:11.688Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T20:53:11.957Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T20:53:11.957Z] . [Pipeline] withDockerContainer [2021-05-12T20:53:12.209Z] prd-ubuntu18.04-docker-arm64-4c-16g-4908 does not seem to be running inside a container [2021-05-12T20:53:12.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T20:53:13.770Z] $ docker top 4fe1146e4f05766563e25fd0c3c9027c1a6378eed77a53e3cf6c0c0a691c9cc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:53:14.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T20:53:14.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T20:53:14.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T20:53:14.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T20:53:14.689Z] + go version [2021-05-12T20:53:14.689Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T20:53:14.718Z] $ docker stop --time=1 4fe1146e4f05766563e25fd0c3c9027c1a6378eed77a53e3cf6c0c0a691c9cc8 [2021-05-12T20:53:16.608Z] $ docker rm -f 4fe1146e4f05766563e25fd0c3c9027c1a6378eed77a53e3cf6c0c0a691c9cc8 [2021-05-12T20:53:16.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-12T20:53:17.341Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:53:17.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T20:53:17.967Z] [2021-05-12T20:53:17.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:53:18.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T20:53:18.606Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-12T20:53:18.606Z] 29e5d40040c1: Pulling fs layer [2021-05-12T20:53:18.606Z] 1ce36da41761: Pulling fs layer [2021-05-12T20:53:18.606Z] 25b303627fd3: Pulling fs layer [2021-05-12T20:53:18.915Z] 29e5d40040c1: Download complete [2021-05-12T20:53:19.518Z] 1ce36da41761: Verifying Checksum [2021-05-12T20:53:19.518Z] 1ce36da41761: Download complete [2021-05-12T20:53:19.518Z] 29e5d40040c1: Pull complete [2021-05-12T20:53:20.951Z] 1ce36da41761: Pull complete [2021-05-12T20:53:21.226Z] 25b303627fd3: Verifying Checksum [2021-05-12T20:53:21.226Z] 25b303627fd3: Download complete [2021-05-12T20:53:22.979Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T20:53:22.979Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T20:53:22.979Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T20:53:25.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 45.9% of statements [2021-05-12T20:53:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T20:53:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T20:53:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T20:53:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T20:53:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T20:53:25.134Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T20:53:25.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 28.7% of statements [2021-05-12T20:53:25.134Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.118s coverage: 100.0% of statements [2021-05-12T20:53:30.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.213s coverage: 27.8% of statements [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T20:53:30.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.145s coverage: 81.2% of statements [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T20:53:30.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T20:53:30.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T20:53:30.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 71.3% of statements [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T20:53:30.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T20:53:31.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.261s coverage: 87.7% of statements [2021-05-12T20:53:31.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T20:53:31.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T20:53:31.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.088s coverage: 78.9% of statements [2021-05-12T20:53:31.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T20:53:31.403Z] 25b303627fd3: Pull complete [2021-05-12T20:53:31.403Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-12T20:53:31.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T20:53:31.403Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-12T20:53:31.643Z] prd-ubuntu18.04-docker-arm64-4c-16g-4908 does not seem to be running inside a container [2021-05-12T20:53:31.733Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@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-05-12T20:53:35.142Z] $ docker top b90e229f1b8a55022687e86fcbb46a96b7722ef02a63f436652a78d393fc8131 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:53:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T20:53:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T20:53:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T20:53:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T20:53:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.217s coverage: 97.5% of statements [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T20:53:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T20:53:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T20:53:36.059Z] + docker-compose build --help [2021-05-12T20:53:36.060Z] + grep parallel [2021-05-12T20:53:38.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.498s coverage: 95.1% of statements [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T20:53:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T20:53:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.8% of statements [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T20:53:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.096s coverage: 22.0% of statements [2021-05-12T20:53:38.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T20:53:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements [2021-05-12T20:53:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-05-12T20:53:38.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.109s coverage: 94.1% of statements [2021-05-12T20:53:38.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-05-12T20:53:39.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements [2021-05-12T20:53:40.509Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T20:53:40.536Z] $ docker stop --time=1 b90e229f1b8a55022687e86fcbb46a96b7722ef02a63f436652a78d393fc8131 [2021-05-12T20:53:42.436Z] $ docker rm -f b90e229f1b8a55022687e86fcbb46a96b7722ef02a63f436652a78d393fc8131 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:53:43.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T20:53:43.075Z] . [Pipeline] withDockerContainer [2021-05-12T20:53:43.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-4908 does not seem to be running inside a container [2021-05-12T20:53:43.438Z] $ 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/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-12T20:53:44.766Z] $ docker top ac95e186544c6a1120352057ed6a49727c22d316df6aac7f4ec7f2cb9621247b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:53:45.710Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T20:53:50.015Z] Building core-command ... [2021-05-12T20:53:50.015Z] Building core-data ... [2021-05-12T20:53:50.015Z] Building core-metadata ... [2021-05-12T20:53:50.015Z] Building security-bootstrapper ... [2021-05-12T20:53:50.015Z] Building security-proxy-setup ... [2021-05-12T20:53:50.015Z] Building security-secretstore-setup ... [2021-05-12T20:53:50.015Z] Building support-notifications ... [2021-05-12T20:53:50.015Z] Building support-scheduler ... [2021-05-12T20:53:50.015Z] Building sys-mgmt-agent ... [2021-05-12T20:53:50.015Z] Building security-bootstrapper [2021-05-12T20:53:50.015Z] Building core-data [2021-05-12T20:53:50.015Z] Building support-scheduler [2021-05-12T20:53:50.015Z] Building core-command [2021-05-12T20:53:50.015Z] Building sys-mgmt-agent [2021-05-12T20:53:51.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements [2021-05-12T20:53:51.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.090s coverage: 44.8% of statements [2021-05-12T20:53:55.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.307s coverage: 81.8% of statements [2021-05-12T20:53:55.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.154s coverage: 92.9% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.100s coverage: 87.2% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 76.0% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.098s coverage: 85.4% of statements [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.130s coverage: 91.2% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.336s coverage: 64.4% of statements [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T20:54:03.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-05-12T20:54:03.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-05-12T20:54:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-05-12T20:54:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.640s coverage: 66.9% of statements [2021-05-12T20:54:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T20:54:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T20:54:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T20:54:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.260s coverage: 43.4% of statements [2021-05-12T20:54:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T20:54:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T20:54:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.081s coverage: 89.5% of statements [2021-05-12T20:54:03.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T20:54:03.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2021-05-12T20:54:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T20:54:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T20:54:04.084Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.064s coverage: 100.0% of statements [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T20:54:04.084Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T20:54:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.104s coverage: 21.5% of statements [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T20:54:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.185s coverage: 92.2% of statements [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T20:54:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.865s coverage: 28.7% of statements [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T20:54:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T20:54:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T20:54:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.083s coverage: 64.6% of statements [2021-05-12T20:54:08.455Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T20:54:09.061Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 97.6% of statements [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T20:54:09.061Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T20:54:09.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T20:54:09.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T20:54:09.061Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T20:54:09.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-05-12T20:54:09.331Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.072s coverage: 28.1% of statements [2021-05-12T20:54:09.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T20:54:09.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.040s coverage: 85.7% of statements [2021-05-12T20:54:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T20:54:09.889Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-12T20:54:10.462Z] GO111MODULE=on go vet ./... [2021-05-12T20:54:46.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:54:46.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:54:46.541Z] ---> b78df3253c6f [2021-05-12T20:54:46.541Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:54:46.541Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:54:46.541Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:54:46.541Z] ---> b78df3253c6f [2021-05-12T20:54:46.541Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T20:54:46.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:54:46.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:54:46.541Z] ---> b78df3253c6f [2021-05-12T20:54:46.541Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:54:46.541Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:54:46.541Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:54:46.541Z] ---> b78df3253c6f [2021-05-12T20:54:46.541Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:54:46.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:54:46.541Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:54:46.541Z] ---> b78df3253c6f [2021-05-12T20:54:46.541Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T20:54:46.541Z] ---> Running in defbcbf71428 [2021-05-12T20:54:46.541Z] ---> Running in ef4d59dc3f4f [2021-05-12T20:54:46.541Z] ---> Running in fe7b13834df2 [2021-05-12T20:54:46.541Z] ---> Running in 1c81afe60e8b [2021-05-12T20:54:46.541Z] ---> Running in 8af894d5e279 [2021-05-12T20:54:46.541Z] Removing intermediate container 8af894d5e279 [2021-05-12T20:54:46.541Z] ---> c958eee51d41 [2021-05-12T20:54:46.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:54:46.541Z] Removing intermediate container 1c81afe60e8b [2021-05-12T20:54:46.541Z] ---> 6670e76ea8bf [2021-05-12T20:54:46.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:54:46.541Z] Removing intermediate container fe7b13834df2 [2021-05-12T20:54:46.541Z] Removing intermediate container ef4d59dc3f4f [2021-05-12T20:54:46.541Z] ---> cdef90c4950a [2021-05-12T20:54:46.541Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:54:46.541Z] ---> 9da5a7323175 [2021-05-12T20:54:46.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:54:46.541Z] Removing intermediate container defbcbf71428 [2021-05-12T20:54:46.541Z] ---> 57672d5cd0a5 [2021-05-12T20:54:46.541Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:54:46.541Z] ---> Running in 0ff1a1f7570c [2021-05-12T20:54:46.541Z] ---> Running in 0891a49fb91f [2021-05-12T20:54:46.541Z] ---> Running in e15fc70fda04 [2021-05-12T20:54:46.541Z] ---> Running in a07eebc8cfae [2021-05-12T20:54:46.541Z] ---> Running in 469a1004ef37 [2021-05-12T20:54:48.527Z] Removing intermediate container 0ff1a1f7570c [2021-05-12T20:54:48.527Z] ---> 9e5521b0ea91 [2021-05-12T20:54:48.527Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T20:54:48.815Z] ---> Running in 28d6100423be [2021-05-12T20:54:48.815Z] Removing intermediate container 0891a49fb91f [2021-05-12T20:54:48.815Z] ---> 8d2042ffa4c6 [2021-05-12T20:54:48.815Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T20:54:49.087Z] ---> Running in 80ed690780af [2021-05-12T20:54:49.370Z] Removing intermediate container a07eebc8cfae [2021-05-12T20:54:49.370Z] ---> f3c302725bff [2021-05-12T20:54:49.370Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T20:54:49.370Z] Removing intermediate container e15fc70fda04 [2021-05-12T20:54:49.370Z] ---> b22f8de0eeb4 [2021-05-12T20:54:49.370Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T20:54:49.647Z] Removing intermediate container 469a1004ef37 [2021-05-12T20:54:49.647Z] ---> 330d608d10f8 [2021-05-12T20:54:49.647Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T20:54:49.647Z] ---> Running in 135ffde7e942 [2021-05-12T20:54:49.647Z] ---> Running in 3b1ccf67b4b1 [2021-05-12T20:54:49.923Z] ---> Running in eced9d8b9ef6 [2021-05-12T20:54:50.536Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:51.204Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:51.478Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:51.478Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:51.478Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:51.756Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:52.029Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:52.321Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:52.608Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:52.608Z] OK: 218 MiB in 52 packages [2021-05-12T20:54:53.210Z] OK: 218 MiB in 52 packages [2021-05-12T20:54:53.210Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:54:53.485Z] OK: 218 MiB in 52 packages [2021-05-12T20:54:53.485Z] OK: 218 MiB in 52 packages [2021-05-12T20:54:54.472Z] Removing intermediate container 28d6100423be [2021-05-12T20:54:54.472Z] ---> 333a18cdacb5 [2021-05-12T20:54:54.472Z] Step 6/24 : COPY go.mod . [2021-05-12T20:54:54.750Z] Removing intermediate container 80ed690780af [2021-05-12T20:54:54.750Z] ---> 045d4d165294 [2021-05-12T20:54:54.750Z] Step 6/24 : COPY go.mod . [2021-05-12T20:54:55.353Z] OK: 218 MiB in 52 packages [2021-05-12T20:54:55.353Z] Removing intermediate container eced9d8b9ef6 [2021-05-12T20:54:55.353Z] ---> b4792aa9bdd9 [2021-05-12T20:54:55.353Z] Step 6/23 : COPY go.mod . [2021-05-12T20:54:55.353Z] ---> 67a9e62a8ffe [2021-05-12T20:54:55.353Z] Step 7/24 : RUN go mod download [2021-05-12T20:54:55.639Z] Removing intermediate container 3b1ccf67b4b1 [2021-05-12T20:54:55.639Z] ---> 192a774b7c92 [2021-05-12T20:54:55.639Z] Step 6/32 : COPY go.mod . [2021-05-12T20:54:55.639Z] ---> Running in 11a6ecfce596 [2021-05-12T20:54:56.234Z] ---> b8944cb73e50 [2021-05-12T20:54:56.234Z] Step 7/24 : RUN go mod download [2021-05-12T20:54:56.234Z] ---> Running in 877ee2760e05 [2021-05-12T20:54:56.518Z] ---> 1bcba1d906ef [2021-05-12T20:54:56.518Z] Step 7/23 : RUN go mod download [2021-05-12T20:54:56.794Z] ---> Running in 7c109e635534 [2021-05-12T20:54:57.075Z] ---> 974708b435d7 [2021-05-12T20:54:57.075Z] Step 7/32 : RUN go mod download [2021-05-12T20:54:57.075Z] Removing intermediate container 135ffde7e942 [2021-05-12T20:54:57.075Z] ---> e82e618a05d1 [2021-05-12T20:54:57.075Z] Step 6/24 : COPY go.mod . [2021-05-12T20:54:57.350Z] ---> Running in 5919b00c9235 [2021-05-12T20:54:57.595Z] gofmt -l . [2021-05-12T20:54:57.595Z] [ "`gofmt -l .`" = "" ] [2021-05-12T20:54:57.595Z] ./bin/test-go-mod-tidy.sh [2021-05-12T20:54:57.595Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-12T20:54:58.241Z] + ls -al . [2021-05-12T20:54:58.241Z] total 836 [2021-05-12T20:54:58.241Z] drwxrwxr-x 10 1001 1001 4096 May 12 20:54 . [2021-05-12T20:54:58.241Z] drwxr-xr-x 4 root root 32 May 12 20:52 .. [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 11 May 12 20:49 .dockerignore [2021-05-12T20:54:58.241Z] drwxrwxr-x 8 1001 1001 162 May 12 20:49 .git [2021-05-12T20:54:58.241Z] drwxrwxr-x 3 1001 1001 125 May 12 20:49 .github [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 818 May 12 20:49 .gitignore [2021-05-12T20:54:58.241Z] drwx------ 3 1001 1001 45 May 12 20:50 .semver [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 166 May 12 20:49 .sonarcloud.properties [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 8609 May 12 20:49 Attribution.txt [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 3804 May 12 20:49 CONTRIBUTING.md [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 931 May 12 20:49 Dockerfile.build [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 863 May 12 20:49 Jenkinsfile [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 10775 May 12 20:49 LICENSE [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 5594 May 12 20:49 Makefile [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 7978 May 12 20:49 README.md [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 6755 May 12 20:49 SECURITY.md [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 13 May 12 20:50 VERSION [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 4131 May 12 20:49 ZMQWindows.md [2021-05-12T20:54:58.241Z] drwxrwxr-x 2 1001 1001 117 May 12 20:49 bin [2021-05-12T20:54:58.241Z] drwxrwxr-x 14 1001 1001 4096 May 12 20:49 cmd [2021-05-12T20:54:58.241Z] -rw-r--r-- 1 root root 727486 May 12 20:54 coverage.out [2021-05-12T20:54:58.241Z] -rw-r--r-- 1 root root 1060 May 12 20:54 go.mod [2021-05-12T20:54:58.241Z] -rw-r--r-- 1 root root 21595 May 12 20:52 go.sum [2021-05-12T20:54:58.241Z] drwxrwxr-x 8 1001 1001 127 May 12 20:49 internal [2021-05-12T20:54:58.241Z] drwxrwxr-x 4 1001 1001 26 May 12 20:49 openapi [2021-05-12T20:54:58.241Z] drwxrwxr-x 4 1001 1001 71 May 12 20:49 snap [2021-05-12T20:54:58.241Z] -rw-rw-r-- 1 1001 1001 168 May 12 20:49 version.go [Pipeline] sh [2021-05-12T20:54:58.342Z] ---> a86b552dc88e [2021-05-12T20:54:58.342Z] Step 7/24 : RUN go mod download [2021-05-12T20:54:58.562Z] + '[' -e coverage.out ] [2021-05-12T20:54:58.562Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T20:54:58.635Z] ---> Running in 4f2e1bb10df1 [2021-05-12T20:54:58.861Z] Stashed 1 file(s) [Pipeline] sh [2021-05-12T20:54:59.160Z] + make build [2021-05-12T20:54:59.160Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-data/core-data ./cmd/core-data [2021-05-12T20:55:00.092Z] Removing intermediate container 11a6ecfce596 [2021-05-12T20:55:00.092Z] ---> c9ecf9f16287 [2021-05-12T20:55:00.092Z] Step 8/24 : COPY . . [2021-05-12T20:55:00.366Z] Removing intermediate container 877ee2760e05 [2021-05-12T20:55:00.366Z] ---> 011ecea8a0e3 [2021-05-12T20:55:00.366Z] Step 8/24 : COPY . . [2021-05-12T20:55:00.649Z] Removing intermediate container 7c109e635534 [2021-05-12T20:55:00.649Z] ---> 6184bed47662 [2021-05-12T20:55:00.649Z] Step 8/23 : COPY . . [2021-05-12T20:55:01.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-12T20:55:02.107Z] Removing intermediate container 5919b00c9235 [2021-05-12T20:55:02.107Z] ---> 4935b8f3cb33 [2021-05-12T20:55:02.107Z] Step 8/32 : COPY . . [2021-05-12T20:55:04.381Z] Removing intermediate container 4f2e1bb10df1 [2021-05-12T20:55:04.381Z] ---> b502c70bf1c4 [2021-05-12T20:55:04.381Z] Step 8/24 : COPY . . [2021-05-12T20:55:17.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T20:55:19.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T20:55:21.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-12T20:55:21.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-12T20:55:22.702Z] ---> 7f9fa34a0ec8 [2021-05-12T20:55:22.702Z] Step 9/24 : RUN go mod tidy [2021-05-12T20:55:22.702Z] ---> 9d6c99dde960 [2021-05-12T20:55:22.702Z] Step 9/24 : RUN go mod tidy [2021-05-12T20:55:22.702Z] ---> Running in 53bcfa92616d [2021-05-12T20:55:22.702Z] ---> Running in 6c3279766bc1 [2021-05-12T20:55:22.702Z] ---> d7c533bc2522 [2021-05-12T20:55:22.702Z] Step 9/24 : RUN go mod tidy [2021-05-12T20:55:22.702Z] ---> 23c228680536 [2021-05-12T20:55:22.702Z] Step 9/32 : RUN go mod tidy [2021-05-12T20:55:22.702Z] ---> bbdfc3304638 [2021-05-12T20:55:22.702Z] Step 9/23 : RUN go mod tidy [2021-05-12T20:55:22.702Z] ---> Running in 8acc1788035a [2021-05-12T20:55:22.702Z] ---> Running in 92d46b491bee [2021-05-12T20:55:22.702Z] ---> Running in 6d0b3195ff3d [2021-05-12T20:55:24.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-12T20:55:27.008Z] Removing intermediate container 53bcfa92616d [2021-05-12T20:55:27.008Z] ---> e732846653f1 [2021-05-12T20:55:27.008Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T20:55:27.170Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T20:55:27.286Z] ---> Running in 4de83168ecb8 [2021-05-12T20:55:27.568Z] Removing intermediate container 6c3279766bc1 [2021-05-12T20:55:27.568Z] ---> d53a52388768 [2021-05-12T20:55:27.568Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T20:55:27.845Z] ---> Running in 7799506eda11 [2021-05-12T20:55:28.118Z] Removing intermediate container 6d0b3195ff3d [2021-05-12T20:55:28.118Z] ---> b2a6a7464341 [2021-05-12T20:55:28.118Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T20:55:28.396Z] Removing intermediate container 92d46b491bee [2021-05-12T20:55:28.396Z] ---> 78af375cc513 [2021-05-12T20:55:28.396Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T20:55:28.396Z] ---> Running in 9797ac35b45b [2021-05-12T20:55:28.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T20:55:28.670Z] Removing intermediate container 8acc1788035a [2021-05-12T20:55:28.670Z] ---> 77e5f00f1e51 [2021-05-12T20:55:28.670Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T20:55:28.670Z] ---> Running in d93039beae2b [2021-05-12T20:55:28.946Z] ---> Running in 5a52c8e4602d [2021-05-12T20:55:28.946Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-data/core-data ./cmd/core-data [2021-05-12T20:55:29.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-12T20:55:30.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-12T20:55:30.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-12T20:55:31.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T20:55:31.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-12T20:55:32.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-12T20:55:35.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-12T20:55:37.289Z] $ docker stop --time=1 6f9bd0ae0d490b9b5e3170cc6e24068adab712060a55aa2cdfaa17dc9cbb3a06 [2021-05-12T20:55:39.091Z] $ docker rm -f 6f9bd0ae0d490b9b5e3170cc6e24068adab712060a55aa2cdfaa17dc9cbb3a06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:55:40.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T20:55:40.135Z] [2021-05-12T20:55:40.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:55:40.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T20:55:40.460Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-12T20:55:40.460Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-12T20:55:40.460Z] ca9280d653b3: Pulling fs layer [2021-05-12T20:55:40.460Z] 7e9c9ca2126c: Pulling fs layer [2021-05-12T20:55:40.724Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-12T20:55:40.724Z] cbdbe7a5bc2a: Download complete [2021-05-12T20:55:41.299Z] cbdbe7a5bc2a: Pull complete [2021-05-12T20:55:41.880Z] ca9280d653b3: Verifying Checksum [2021-05-12T20:55:41.880Z] ca9280d653b3: Download complete [2021-05-12T20:55:42.830Z] ca9280d653b3: Pull complete [2021-05-12T20:55:43.785Z] 7e9c9ca2126c: Download complete [2021-05-12T20:55:50.467Z] 7e9c9ca2126c: Pull complete [2021-05-12T20:55:50.467Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-12T20:55:50.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T20:55:50.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-12T20:55:50.877Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T20:55:50.936Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-12T20:55:52.884Z] $ docker top 8d15854ae66c13bb5bd910aa4708124d4e842f022140e9e4e80184d3016f355c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:55:53.363Z] + docker-compose build --help [2021-05-12T20:55:53.363Z] + grep parallel [2021-05-12T20:55:54.341Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T20:55:54.639Z] $ docker stop --time=1 8d15854ae66c13bb5bd910aa4708124d4e842f022140e9e4e80184d3016f355c [2021-05-12T20:55:56.022Z] $ docker rm -f 8d15854ae66c13bb5bd910aa4708124d4e842f022140e9e4e80184d3016f355c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:55:56.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T20:55:56.491Z] . [Pipeline] withDockerContainer [2021-05-12T20:55:56.604Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T20:55:56.667Z] $ 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/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@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-05-12T20:55:57.350Z] $ docker top 3d95ac099815d57241f20759965a60d4d87f5b1bac66204b47fa6d2ec657d3a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:55:57.769Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T20:55:59.169Z] Building core-command ... [2021-05-12T20:55:59.169Z] Building core-data ... [2021-05-12T20:55:59.169Z] Building core-metadata ... [2021-05-12T20:55:59.169Z] Building security-bootstrapper ... [2021-05-12T20:55:59.169Z] Building security-proxy-setup ... [2021-05-12T20:55:59.169Z] Building security-secretstore-setup ... [2021-05-12T20:55:59.169Z] Building support-notifications ... [2021-05-12T20:55:59.169Z] Building support-scheduler ... [2021-05-12T20:55:59.169Z] Building sys-mgmt-agent ... [2021-05-12T20:55:59.169Z] Building support-scheduler [2021-05-12T20:55:59.169Z] Building core-data [2021-05-12T20:55:59.169Z] Building support-notifications [2021-05-12T20:55:59.169Z] Building core-metadata [2021-05-12T20:55:59.169Z] Building security-bootstrapper [2021-05-12T20:56:38.261Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:56:38.261Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:56:38.261Z] ---> 118332d4e5c4 [2021-05-12T20:56:38.261Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T20:56:38.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:56:38.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:56:38.261Z] ---> 118332d4e5c4 [2021-05-12T20:56:38.261Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T20:56:38.261Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:56:38.261Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:56:38.261Z] ---> 118332d4e5c4 [2021-05-12T20:56:38.261Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T20:56:38.261Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:56:38.261Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:56:38.261Z] ---> 118332d4e5c4 [2021-05-12T20:56:38.261Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:56:38.838Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:56:38.838Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:56:38.838Z] ---> 118332d4e5c4 [2021-05-12T20:56:38.838Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:56:39.445Z] ---> Running in 0c3727736148 [2021-05-12T20:56:39.445Z] ---> Running in a817acee78b8 [2021-05-12T20:56:39.445Z] ---> Running in 2f2c66c0662a [2021-05-12T20:56:39.445Z] ---> Running in 2d7b2a10a9a8 [2021-05-12T20:56:39.445Z] ---> Running in 05f1aa11328b [2021-05-12T20:56:40.032Z] Removing intermediate container 0c3727736148 [2021-05-12T20:56:40.032Z] ---> c1603e91f988 [2021-05-12T20:56:40.032Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:56:40.032Z] Removing intermediate container 2d7b2a10a9a8 [2021-05-12T20:56:40.032Z] ---> 3933669a6ff6 [2021-05-12T20:56:40.032Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:56:40.032Z] Removing intermediate container 2f2c66c0662a [2021-05-12T20:56:40.032Z] ---> 02ec03921899 [2021-05-12T20:56:40.032Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:56:40.032Z] Removing intermediate container 05f1aa11328b [2021-05-12T20:56:40.032Z] ---> 0f3cc79e28dc [2021-05-12T20:56:40.032Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:56:40.032Z] Removing intermediate container a817acee78b8 [2021-05-12T20:56:40.032Z] ---> f04a7eed917c [2021-05-12T20:56:40.032Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:56:40.032Z] ---> Running in a59148adc58d [2021-05-12T20:56:40.032Z] ---> Running in d4e99a4282a8 [2021-05-12T20:56:40.032Z] ---> Running in 85ccae9fb0ad [2021-05-12T20:56:40.032Z] ---> Running in 763199a79f9d [2021-05-12T20:56:40.032Z] ---> Running in d29cd8754dd1 [2021-05-12T20:56:41.988Z] Removing intermediate container d4e99a4282a8 [2021-05-12T20:56:41.988Z] ---> 1d8662ae5ba4 [2021-05-12T20:56:41.988Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T20:56:42.257Z] ---> Running in 74fd395270d5 [2021-05-12T20:56:42.520Z] Removing intermediate container 85ccae9fb0ad [2021-05-12T20:56:42.520Z] ---> a8c682377dbd [2021-05-12T20:56:42.520Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T20:56:42.520Z] Removing intermediate container a59148adc58d [2021-05-12T20:56:42.520Z] ---> cb756f48d732 [2021-05-12T20:56:42.520Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T20:56:42.786Z] Removing intermediate container 763199a79f9d [2021-05-12T20:56:42.786Z] ---> 28971449090d [2021-05-12T20:56:42.786Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T20:56:42.786Z] ---> Running in b42bcf5b8144 [2021-05-12T20:56:42.786Z] Removing intermediate container d29cd8754dd1 [2021-05-12T20:56:42.786Z] ---> f01c830b64fb [2021-05-12T20:56:42.786Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T20:56:42.786Z] ---> Running in 05dbc7277d16 [2021-05-12T20:56:43.059Z] ---> Running in 41f56b1239f1 [2021-05-12T20:56:43.059Z] ---> Running in 7e1ae1b013a6 [2021-05-12T20:56:43.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:43.947Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:43.947Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:44.208Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:44.208Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:44.208Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:44.474Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:44.739Z] OK: 219 MiB in 52 packages [2021-05-12T20:56:45.004Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:45.004Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:45.300Z] Removing intermediate container 74fd395270d5 [2021-05-12T20:56:45.300Z] ---> d6213cfa0ad2 [2021-05-12T20:56:45.300Z] Step 6/23 : COPY go.mod . [2021-05-12T20:56:45.582Z] OK: 219 MiB in 52 packages [2021-05-12T20:56:45.582Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:56:45.582Z] ---> d18297319085 [2021-05-12T20:56:45.582Z] Step 7/23 : RUN go mod download [2021-05-12T20:56:45.582Z] OK: 219 MiB in 52 packages [2021-05-12T20:56:45.582Z] ---> Running in dc7e2cae5d92 [2021-05-12T20:56:45.860Z] OK: 219 MiB in 52 packages [2021-05-12T20:56:46.141Z] OK: 219 MiB in 52 packages [2021-05-12T20:56:46.745Z] Removing intermediate container 41f56b1239f1 [2021-05-12T20:56:46.745Z] ---> 429f719c79c9 [2021-05-12T20:56:46.745Z] Step 6/24 : COPY go.mod . [2021-05-12T20:56:46.745Z] Removing intermediate container 7e1ae1b013a6 [2021-05-12T20:56:46.745Z] ---> 2148b7208792 [2021-05-12T20:56:46.745Z] Step 6/23 : COPY go.mod . [2021-05-12T20:56:46.745Z] Removing intermediate container b42bcf5b8144 [2021-05-12T20:56:46.745Z] ---> f051d1ba3ffc [2021-05-12T20:56:46.745Z] Step 6/32 : COPY go.mod . [2021-05-12T20:56:47.011Z] Removing intermediate container 05dbc7277d16 [2021-05-12T20:56:47.011Z] ---> b6bb0f65bb61 [2021-05-12T20:56:47.011Z] Step 6/24 : COPY go.mod . [2021-05-12T20:56:47.011Z] ---> 3eb9b593a0ed [2021-05-12T20:56:47.011Z] Step 7/24 : RUN go mod download [2021-05-12T20:56:47.011Z] ---> 98a4a956c835 [2021-05-12T20:56:47.011Z] Step 7/23 : RUN go mod download [2021-05-12T20:56:47.274Z] ---> Running in 850772a4287b [2021-05-12T20:56:47.274Z] ---> 1cd66545f699 [2021-05-12T20:56:47.274Z] Step 7/32 : RUN go mod download [2021-05-12T20:56:47.274Z] ---> Running in 0f19801e7cc2 [2021-05-12T20:56:47.545Z] ---> Running in df4e50cc9257 [2021-05-12T20:56:47.545Z] ---> 0d435dcbb876 [2021-05-12T20:56:47.545Z] Step 7/24 : RUN go mod download [2021-05-12T20:56:47.545Z] ---> Running in 5b3b73c13cf0 [2021-05-12T20:56:48.573Z] Removing intermediate container dc7e2cae5d92 [2021-05-12T20:56:48.573Z] ---> b3253433624f [2021-05-12T20:56:48.573Z] Step 8/23 : COPY . . [2021-05-12T20:56:54.067Z] Removing intermediate container 850772a4287b [2021-05-12T20:56:54.067Z] ---> 54282fcf8bc4 [2021-05-12T20:56:54.067Z] Step 8/24 : COPY . . [2021-05-12T20:56:54.067Z] Removing intermediate container 0f19801e7cc2 [2021-05-12T20:56:54.067Z] ---> 7c1153ef093d [2021-05-12T20:56:54.067Z] Step 8/23 : COPY . . [2021-05-12T20:56:54.067Z] Removing intermediate container df4e50cc9257 [2021-05-12T20:56:54.067Z] ---> 61270d3c74f7 [2021-05-12T20:56:54.067Z] Step 8/32 : COPY . . [2021-05-12T20:56:54.067Z] Removing intermediate container 5b3b73c13cf0 [2021-05-12T20:56:54.067Z] ---> 06283f67c0f2 [2021-05-12T20:56:54.067Z] Step 8/24 : COPY . . [2021-05-12T20:57:38.063Z] Removing intermediate container 9797ac35b45b [2021-05-12T20:57:38.063Z] ---> dd1cfa362704 [2021-05-12T20:57:38.063Z] [2021-05-12T20:57:38.063Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T20:57:38.063Z] 3.12: Pulling from library/alpine [2021-05-12T20:57:38.063Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T20:57:38.063Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T20:57:38.063Z] ---> 9852663dfa18 [2021-05-12T20:57:38.063Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T20:57:38.063Z] ---> Running in ca75f4ca5529 [2021-05-12T20:57:38.063Z] Removing intermediate container ca75f4ca5529 [2021-05-12T20:57:38.063Z] ---> 26c489cb1b51 [2021-05-12T20:57:38.063Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T20:57:38.063Z] ---> Running in edc47ccc722a [2021-05-12T20:57:38.063Z] Removing intermediate container 7799506eda11 [2021-05-12T20:57:38.063Z] ---> dec6ecdc2023 [2021-05-12T20:57:38.063Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T20:57:38.063Z] ---> Running in d48f809d82c7 [2021-05-12T20:57:38.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:57:38.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:57:38.063Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T20:57:38.063Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T20:57:38.063Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:57:38.063Z] OK: 5 MiB in 16 packages [2021-05-12T20:57:38.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-12T20:57:41.028Z] Removing intermediate container edc47ccc722a [2021-05-12T20:57:41.028Z] ---> ecc16b1a9374 [2021-05-12T20:57:41.028Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T20:57:41.242Z] ---> 757716daf669 [2021-05-12T20:57:41.243Z] Step 9/23 : RUN go mod tidy [2021-05-12T20:57:41.243Z] ---> 4ac68551cea8 [2021-05-12T20:57:41.243Z] Step 9/24 : RUN go mod tidy [2021-05-12T20:57:41.243Z] ---> Running in 0cdeaf657732 [2021-05-12T20:57:41.243Z] ---> Running in 6e1708028800 [2021-05-12T20:57:41.243Z] ---> 2389c16da7ac [2021-05-12T20:57:41.243Z] Step 9/24 : RUN go mod tidy [2021-05-12T20:57:41.243Z] ---> Running in d9cf6e39b150 [2021-05-12T20:57:41.243Z] ---> 2604446828b1 [2021-05-12T20:57:41.243Z] Step 9/32 : RUN go mod tidy [2021-05-12T20:57:41.243Z] ---> f599f0cc9935 [2021-05-12T20:57:41.243Z] Step 9/23 : RUN go mod tidy [2021-05-12T20:57:41.243Z] ---> Running in 870d718139ba [2021-05-12T20:57:41.243Z] ---> Running in eb2dacd1c2fa [2021-05-12T20:57:41.423Z] Removing intermediate container d93039beae2b [2021-05-12T20:57:41.423Z] ---> 43c05ca40556 [2021-05-12T20:57:41.423Z] [2021-05-12T20:57:41.423Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T20:57:41.423Z] ---> 9852663dfa18 [2021-05-12T20:57:41.423Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T20:57:41.423Z] ---> Running in 5a6dbdc69b66 [2021-05-12T20:57:41.423Z] ---> Running in 0e1c5d8255aa [2021-05-12T20:57:42.202Z] Removing intermediate container d9cf6e39b150 [2021-05-12T20:57:42.202Z] ---> 749b1ccf848b [2021-05-12T20:57:42.202Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T20:57:42.202Z] Removing intermediate container 870d718139ba [2021-05-12T20:57:42.202Z] ---> 76c85bff96d2 [2021-05-12T20:57:42.202Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T20:57:42.202Z] Removing intermediate container 0cdeaf657732 [2021-05-12T20:57:42.202Z] ---> afa3acde7f61 [2021-05-12T20:57:42.202Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T20:57:42.202Z] ---> Running in 8215ef6b1932 [2021-05-12T20:57:42.202Z] Removing intermediate container 6e1708028800 [2021-05-12T20:57:42.202Z] ---> ff2fafbfda2c [2021-05-12T20:57:42.202Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T20:57:42.466Z] ---> Running in 76e35a58a977 [2021-05-12T20:57:42.466Z] ---> Running in 68fad53c4289 [2021-05-12T20:57:42.466Z] Removing intermediate container eb2dacd1c2fa [2021-05-12T20:57:42.466Z] ---> 629d0a51967a [2021-05-12T20:57:42.466Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T20:57:42.737Z] ---> Running in 8a11a6da7cfa [2021-05-12T20:57:42.737Z] ---> Running in d742bb8bcc9c [2021-05-12T20:57:42.955Z] Removing intermediate container d48f809d82c7 [2021-05-12T20:57:42.955Z] ---> dab46d7c55da [2021-05-12T20:57:42.955Z] [2021-05-12T20:57:42.955Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T20:57:42.955Z] 20.10.0: Pulling from library/docker [2021-05-12T20:57:43.236Z] Removing intermediate container 5a6dbdc69b66 [2021-05-12T20:57:43.236Z] ---> 4cf436399b24 [2021-05-12T20:57:43.236Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T20:57:43.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:57:43.725Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-data/core-data ./cmd/core-data [2021-05-12T20:57:43.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-12T20:57:43.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-12T20:57:43.792Z] ---> Running in 020f7efe59d3 [2021-05-12T20:57:44.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-12T20:57:44.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T20:57:44.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:57:45.420Z] Removing intermediate container 020f7efe59d3 [2021-05-12T20:57:45.420Z] ---> 7862dfe7faa4 [2021-05-12T20:57:45.420Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T20:57:46.417Z] Removing intermediate container 5a52c8e4602d [2021-05-12T20:57:46.417Z] ---> c3555bc42e5c [2021-05-12T20:57:46.417Z] [2021-05-12T20:57:46.417Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T20:57:46.417Z] ---> Running in 5c609f33b6d7 [2021-05-12T20:57:46.417Z] ---> 9852663dfa18 [2021-05-12T20:57:46.417Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T20:57:47.028Z] ---> Running in 29ecab62f590 [2021-05-12T20:57:47.305Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T20:57:47.578Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:57:47.578Z] OK: 5 MiB in 15 packages [2021-05-12T20:57:49.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:57:49.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:57:49.904Z] Removing intermediate container 0e1c5d8255aa [2021-05-12T20:57:49.904Z] ---> f2deb0b6e513 [2021-05-12T20:57:49.904Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T20:57:50.177Z] ---> Running in 1df266cfd080 [2021-05-12T20:57:50.458Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T20:57:50.458Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:57:50.458Z] OK: 5 MiB in 15 packages [2021-05-12T20:57:51.063Z] Removing intermediate container 1df266cfd080 [2021-05-12T20:57:51.063Z] ---> 207b04a2d479 [2021-05-12T20:57:51.063Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T20:57:51.063Z] Removing intermediate container 5c609f33b6d7 [2021-05-12T20:57:51.063Z] ---> 87f60fd9a761 [2021-05-12T20:57:51.063Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T20:57:51.665Z] ---> Running in 56b53369fc8a [2021-05-12T20:57:51.665Z] ---> Running in ae98bb9c574f [2021-05-12T20:57:52.647Z] Removing intermediate container 56b53369fc8a [2021-05-12T20:57:52.647Z] ---> b6dc63249cec [2021-05-12T20:57:52.647Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T20:57:52.937Z] Removing intermediate container ae98bb9c574f [2021-05-12T20:57:52.937Z] ---> b0c1325aeec8 [2021-05-12T20:57:52.937Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T20:57:52.937Z] Removing intermediate container 29ecab62f590 [2021-05-12T20:57:52.937Z] ---> 734651088e75 [2021-05-12T20:57:53.223Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T20:57:53.501Z] ---> Running in a1548399a850 [2021-05-12T20:57:53.785Z] ---> Running in 3097bed619a0 [2021-05-12T20:57:54.768Z] ---> 47138066bd86 [2021-05-12T20:57:54.768Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T20:57:55.762Z] ---> Running in dbc662ea7775 [2021-05-12T20:57:55.762Z] Removing intermediate container a1548399a850 [2021-05-12T20:57:55.762Z] ---> 132cd4d6bc30 [2021-05-12T20:57:55.762Z] Step 16/24 : WORKDIR / [2021-05-12T20:57:55.762Z] Removing intermediate container 3097bed619a0 [2021-05-12T20:57:55.762Z] ---> 82ee06ab26d7 [2021-05-12T20:57:55.762Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T20:57:56.769Z] ---> Running in 0b5ca99ccb6b [2021-05-12T20:57:56.769Z] ---> Running in 5ea8331c18d0 [2021-05-12T20:57:56.769Z] Removing intermediate container 4de83168ecb8 [2021-05-12T20:57:56.769Z] ---> 0ee3034b7975 [2021-05-12T20:57:56.769Z] [2021-05-12T20:57:56.769Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T20:57:56.769Z] ---> 9852663dfa18 [2021-05-12T20:57:56.769Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T20:57:57.051Z] ---> Running in b1f1423f9f43 [2021-05-12T20:57:57.340Z] Removing intermediate container 5ea8331c18d0 [2021-05-12T20:57:57.340Z] ---> effb3b2f86fb [2021-05-12T20:57:57.340Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T20:57:57.340Z] Removing intermediate container 0b5ca99ccb6b [2021-05-12T20:57:57.340Z] ---> f4844583447e [2021-05-12T20:57:57.340Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:57:57.703Z] ---> Running in 53ebab3c01a5 [2021-05-12T20:57:57.703Z] Removing intermediate container b1f1423f9f43 [2021-05-12T20:57:57.703Z] ---> 5a45d6a4641a [2021-05-12T20:57:57.703Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T20:57:57.978Z] ---> Running in 82c6a740b703 [2021-05-12T20:57:58.255Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T20:57:58.255Z] Removing intermediate container 53ebab3c01a5 [2021-05-12T20:57:58.255Z] ---> acd5f1a5abd7 [2021-05-12T20:57:58.255Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:57:58.255Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T20:57:58.255Z] ---> eeaf43b92773 [2021-05-12T20:57:58.255Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-12T20:57:58.535Z] ---> Running in 15327e5caebd [2021-05-12T20:57:58.821Z] ---> 3527fc57cfcf [2021-05-12T20:57:58.821Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T20:57:58.821Z] Removing intermediate container 82c6a740b703 [2021-05-12T20:57:58.821Z] ---> fd965864e233 [2021-05-12T20:57:58.821Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T20:57:59.095Z] ---> Running in 07a7f87c9b82 [2021-05-12T20:57:59.370Z] Removing intermediate container dbc662ea7775 [2021-05-12T20:57:59.370Z] ---> 248b5ea45f93 [2021-05-12T20:57:59.370Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:57:59.370Z] ---> 9200038faa4f [2021-05-12T20:57:59.370Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T20:57:59.645Z] Removing intermediate container 15327e5caebd [2021-05-12T20:57:59.645Z] ---> 90cdf35aff58 [2021-05-12T20:57:59.645Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T20:58:00.244Z] ---> Running in a89b5904ee38 [2021-05-12T20:58:00.244Z] Removing intermediate container 07a7f87c9b82 [2021-05-12T20:58:00.244Z] ---> 8f8faa48866c [2021-05-12T20:58:00.244Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:58:00.840Z] ---> Running in 624b67224ad1 [2021-05-12T20:58:01.125Z] ---> 3ad1e8ddac12 [2021-05-12T20:58:01.125Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T20:58:01.125Z] ---> 5ea2445cbda2 [2021-05-12T20:58:01.125Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T20:58:01.125Z] ---> e09d3ee04704 [2021-05-12T20:58:01.125Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T20:58:02.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:58:02.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:58:02.397Z] ---> 3a4f46e84959 [2021-05-12T20:58:02.397Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T20:58:02.670Z] ---> 120dbb81de84 [2021-05-12T20:58:02.670Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T20:58:02.670Z] ---> Running in 4b9ca82811c5 [2021-05-12T20:58:02.944Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T20:58:02.944Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T20:58:02.944Z] Executing bash-5.0.17-r0.post-install [2021-05-12T20:58:02.944Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T20:58:02.944Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T20:58:02.944Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T20:58:02.944Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T20:58:02.944Z] ---> Running in d72ea5099a8b [2021-05-12T20:58:02.944Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T20:58:02.944Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T20:58:02.944Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T20:58:02.944Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T20:58:02.944Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T20:58:02.944Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T20:58:02.944Z] ---> 45ec7f2dbdcf [2021-05-12T20:58:02.944Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T20:58:02.944Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T20:58:03.932Z] Removing intermediate container 4b9ca82811c5 [2021-05-12T20:58:03.932Z] ---> 1b0fe2cfd253 [2021-05-12T20:58:03.932Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:58:04.203Z] Removing intermediate container d72ea5099a8b [2021-05-12T20:58:04.203Z] ---> 21246ca8940c [2021-05-12T20:58:04.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:58:04.203Z] ---> 3f3f6791e35e [2021-05-12T20:58:04.203Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T20:58:04.203Z] ---> Running in 2f50246f531e [2021-05-12T20:58:04.480Z] ---> Running in c0b63d447161 [2021-05-12T20:58:04.480Z] Removing intermediate container 624b67224ad1 [2021-05-12T20:58:04.480Z] ---> 1441aaffbe59 [2021-05-12T20:58:04.480Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T20:58:05.073Z] ---> Running in 21fd9533a22c [2021-05-12T20:58:05.073Z] Removing intermediate container 2f50246f531e [2021-05-12T20:58:05.073Z] ---> d12cd7b5e04a [2021-05-12T20:58:05.073Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T20:58:05.073Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T20:58:05.073Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T20:58:05.073Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T20:58:05.352Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T20:58:05.352Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T20:58:05.352Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T20:58:05.352Z] Removing intermediate container c0b63d447161 [2021-05-12T20:58:05.352Z] ---> c0de0e40354f [2021-05-12T20:58:05.352Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T20:58:05.352Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T20:58:05.352Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T20:58:05.352Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T20:58:05.631Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T20:58:05.631Z] ---> 6bb7a6974fe3 [2021-05-12T20:58:05.631Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T20:58:05.631Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T20:58:05.631Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T20:58:05.631Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T20:58:05.631Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T20:58:05.631Z] ---> Running in 99c78eaab92b [2021-05-12T20:58:05.631Z] ---> Running in 8a7f8008c573 [2021-05-12T20:58:05.631Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T20:58:05.631Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T20:58:05.631Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T20:58:05.631Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T20:58:05.631Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T20:58:05.909Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T20:58:05.909Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T20:58:05.909Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T20:58:05.909Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T20:58:05.909Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T20:58:05.909Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T20:58:05.909Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T20:58:06.183Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T20:58:06.183Z] OK: 72 MiB in 59 packages [2021-05-12T20:58:06.786Z] Removing intermediate container 8a7f8008c573 [2021-05-12T20:58:06.786Z] ---> d88f71eec109 [2021-05-12T20:58:06.786Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:58:06.786Z] Removing intermediate container 99c78eaab92b [2021-05-12T20:58:06.786Z] ---> 9886d5027a10 [2021-05-12T20:58:06.786Z] Step 22/23 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:58:06.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:58:06.786Z] ---> 35e74cf6cefd [2021-05-12T20:58:06.786Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T20:58:06.786Z] ---> Running in 5180bf777779 [2021-05-12T20:58:06.786Z] ---> Running in d78a4d98a497 [2021-05-12T20:58:07.378Z] ---> Running in 32afd9c066ee [2021-05-12T20:58:07.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:58:07.378Z] Removing intermediate container 5180bf777779 [2021-05-12T20:58:07.378Z] Removing intermediate container d78a4d98a497 [2021-05-12T20:58:07.378Z] ---> f7d09757de61 [2021-05-12T20:58:07.378Z] Step 23/23 : LABEL version=2.0.0-dev.214 [2021-05-12T20:58:07.378Z] ---> 498a54b657e2 [2021-05-12T20:58:07.378Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T20:58:07.659Z] ---> Running in d920e8bd08fe [2021-05-12T20:58:07.659Z] ---> Running in 96a4957bd8ea [2021-05-12T20:58:07.937Z] Removing intermediate container 32afd9c066ee [2021-05-12T20:58:07.937Z] ---> 8f33add5b71f [2021-05-12T20:58:07.937Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T20:58:08.213Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T20:58:08.213Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T20:58:08.488Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T20:58:08.488Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T20:58:08.488Z] Removing intermediate container d920e8bd08fe [2021-05-12T20:58:08.488Z] ---> cd5ffa7a8e98 [2021-05-12T20:58:08.488Z] [2021-05-12T20:58:08.488Z] Removing intermediate container 96a4957bd8ea [2021-05-12T20:58:08.488Z] ---> 057202efa280 [2021-05-12T20:58:08.488Z] [2021-05-12T20:58:09.105Z] Successfully built 057202efa280 [2021-05-12T20:58:09.105Z] Successfully built cd5ffa7a8e98 [2021-05-12T20:58:09.105Z] ---> 96b3cf220115 [2021-05-12T20:58:09.105Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T20:58:09.105Z] Successfully tagged core-command-arm64:latest [2021-05-12T20:58:09.105Z] Successfully tagged support-scheduler-arm64:latest [2021-05-12T20:58:09.105Z] Building support-notifications [2021-05-12T20:58:09.105Z] Building core-metadata [2021-05-12T20:58:09.387Z]  Building support-scheduler ... done  Building core-command ... done (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T20:58:09.387Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T20:58:09.387Z] ---> Running in 9c87863f6c2f [2021-05-12T20:58:09.671Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:58:09.671Z] OK: 8 MiB in 20 packages [2021-05-12T20:58:11.122Z] Removing intermediate container 21fd9533a22c [2021-05-12T20:58:11.122Z] ---> 04a169361d00 [2021-05-12T20:58:11.122Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:58:11.398Z] Collecting docker-compose==1.23.2 [2021-05-12T20:58:11.398Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T20:58:12.849Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T20:58:12.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T20:58:13.833Z] Removing intermediate container 9c87863f6c2f [2021-05-12T20:58:13.833Z] ---> 61dace74a457 [2021-05-12T20:58:13.833Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T20:58:13.833Z] ---> 0d8d22bddafe [2021-05-12T20:58:13.833Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T20:58:15.291Z] ---> Running in 0ca6b48a025d [2021-05-12T20:58:15.567Z] ---> 5aeeec891874 [2021-05-12T20:58:15.567Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T20:58:15.846Z] Removing intermediate container 0ca6b48a025d [2021-05-12T20:58:15.846Z] ---> f1b343ad66c3 [2021-05-12T20:58:15.846Z] Step 29/32 : CMD ["gate"] [2021-05-12T20:58:15.846Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T20:58:15.846Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T20:58:16.142Z] ---> Running in 3d5c1b0983ea [2021-05-12T20:58:16.417Z] ---> a3ec28a4a3ab [2021-05-12T20:58:16.417Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T20:58:16.417Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T20:58:16.417Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T20:58:16.693Z] ---> Running in b540e6185cd4 [2021-05-12T20:58:16.983Z] Removing intermediate container 3d5c1b0983ea [2021-05-12T20:58:16.983Z] ---> b4308181bc97 [2021-05-12T20:58:16.983Z] Step 30/32 : LABEL arch=arm64 [2021-05-12T20:58:17.268Z] ---> Running in a5f1fcb3f0a9 [2021-05-12T20:58:17.268Z] Removing intermediate container b540e6185cd4 [2021-05-12T20:58:17.268Z] ---> a86e44ce70e2 [2021-05-12T20:58:17.268Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:58:17.543Z] ---> Running in 6937c3a51b26 [2021-05-12T20:58:17.820Z] Removing intermediate container a5f1fcb3f0a9 [2021-05-12T20:58:17.820Z] ---> b488a0e12ab0 [2021-05-12T20:58:17.820Z] Step 31/32 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:58:18.092Z] Removing intermediate container 6937c3a51b26 [2021-05-12T20:58:18.092Z] ---> 5bb045dbe8b5 [2021-05-12T20:58:18.092Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T20:58:18.092Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T20:58:18.092Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T20:58:18.365Z] ---> Running in a5d169fb9aea [2021-05-12T20:58:18.365Z] ---> Running in 043c30e39c80 [2021-05-12T20:58:18.981Z] Removing intermediate container 043c30e39c80 [2021-05-12T20:58:18.981Z] ---> 83048b5efb05 [2021-05-12T20:58:18.981Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:58:18.981Z] Removing intermediate container a5d169fb9aea [2021-05-12T20:58:18.981Z] ---> 2a2537f06993 [2021-05-12T20:58:18.981Z] Step 32/32 : LABEL version=2.0.0-dev.214 [2021-05-12T20:58:18.981Z] ---> Running in 7d92078b2448 [2021-05-12T20:58:18.981Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T20:58:19.260Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T20:58:19.260Z] ---> Running in f706a6abe619 [2021-05-12T20:58:19.534Z] Removing intermediate container 7d92078b2448 [2021-05-12T20:58:19.534Z] ---> fccd1d2f89b1 [2021-05-12T20:58:19.534Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T20:58:19.807Z] ---> Running in 7384172ab6d3 [2021-05-12T20:58:19.807Z] Removing intermediate container f706a6abe619 [2021-05-12T20:58:19.807Z] ---> e8828855b6de [2021-05-12T20:58:19.807Z] [2021-05-12T20:58:20.083Z] Successfully built e8828855b6de [2021-05-12T20:58:20.361Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-12T20:58:20.361Z]  Building security-bootstrapper ... done Building security-proxy-setup [2021-05-12T20:58:20.361Z] Removing intermediate container 7384172ab6d3 [2021-05-12T20:58:20.361Z] ---> ba39eaca689d [2021-05-12T20:58:20.361Z] [2021-05-12T20:58:20.633Z] Collecting PyYAML<4,>=3.10 [2021-05-12T20:58:20.633Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T20:58:20.633Z] Successfully built ba39eaca689d [2021-05-12T20:58:20.633Z] Successfully tagged core-data-arm64:latest [2021-05-12T20:58:20.633Z] Building security-secretstore-setup [2021-05-12T20:58:24.103Z]  Building core-data ... done 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-05-12T20:58:24.103Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T20:58:24.103Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T20:58:26.743Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T20:58:26.743Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T20:58:27.020Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T20:58:27.020Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T20:58:29.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-05-12T20:58:30.010Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T20:58:30.010Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T20:58:30.286Z] Collecting idna<2.8,>=2.5 [2021-05-12T20:58:30.286Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T20:58:30.560Z] 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-05-12T20:58:30.560Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T20:58:30.832Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T20:58:30.832Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T20:58:30.832Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T20:58:30.832Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T20:58:30.832Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T20:58:32.268Z] Installing collected packages: dockerpty, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docopt, cached-property, texttable, docker-compose [2021-05-12T20:58:32.268Z] Running setup.py install for dockerpty: started [2021-05-12T20:58:34.243Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T20:58:34.840Z] Attempting uninstall: urllib3 [2021-05-12T20:58:34.840Z] Found existing installation: urllib3 1.25.9 [2021-05-12T20:58:34.840Z] Uninstalling urllib3-1.25.9: [2021-05-12T20:58:34.840Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T20:58:35.434Z] Attempting uninstall: idna [2021-05-12T20:58:35.434Z] Found existing installation: idna 2.9 [2021-05-12T20:58:35.434Z] Uninstalling idna-2.9: [2021-05-12T20:58:35.707Z] Successfully uninstalled idna-2.9 [2021-05-12T20:58:36.301Z] Attempting uninstall: requests [2021-05-12T20:58:36.301Z] Found existing installation: requests 2.23.0 [2021-05-12T20:58:36.301Z] Uninstalling requests-2.23.0: [2021-05-12T20:58:36.301Z] Successfully uninstalled requests-2.23.0 [2021-05-12T20:58:37.740Z] Running setup.py install for PyYAML: started [2021-05-12T20:58:39.718Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T20:58:39.718Z] Running setup.py install for docopt: started [2021-05-12T20:58:40.832Z] Removing intermediate container 76e35a58a977 [2021-05-12T20:58:40.832Z] ---> df4bba5a571d [2021-05-12T20:58:40.832Z] [2021-05-12T20:58:40.832Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T20:58:40.832Z] 3.12: Pulling from library/alpine [2021-05-12T20:58:40.832Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T20:58:41.110Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T20:58:41.110Z] ---> 13621d1b12d4 [2021-05-12T20:58:41.110Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T20:58:42.094Z] ---> Running in bf9af7fff563 [2021-05-12T20:58:42.342Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T20:58:42.343Z] Running setup.py install for texttable: started [2021-05-12T20:58:43.328Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:58:43.328Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:58:43.328Z] ---> b78df3253c6f [2021-05-12T20:58:43.328Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:58:43.328Z] ---> Using cache [2021-05-12T20:58:43.328Z] ---> 57672d5cd0a5 [2021-05-12T20:58:43.328Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:58:43.328Z] ---> Using cache [2021-05-12T20:58:43.328Z] ---> 330d608d10f8 [2021-05-12T20:58:43.328Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T20:58:43.328Z] ---> Using cache [2021-05-12T20:58:43.328Z] ---> b4792aa9bdd9 [2021-05-12T20:58:43.328Z] Step 6/24 : COPY go.mod . [2021-05-12T20:58:43.328Z] ---> Using cache [2021-05-12T20:58:43.328Z] ---> 1bcba1d906ef [2021-05-12T20:58:43.328Z] Step 7/24 : RUN go mod download [2021-05-12T20:58:43.328Z] ---> Using cache [2021-05-12T20:58:43.328Z] ---> 6184bed47662 [2021-05-12T20:58:43.328Z] Step 8/24 : COPY . . [2021-05-12T20:58:43.603Z] ---> Using cache [2021-05-12T20:58:43.603Z] ---> bbdfc3304638 [2021-05-12T20:58:43.603Z] Step 9/24 : RUN go mod tidy [2021-05-12T20:58:43.603Z] ---> Using cache [2021-05-12T20:58:43.603Z] ---> 77e5f00f1e51 [2021-05-12T20:58:43.603Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T20:58:43.603Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:58:43.603Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:58:43.603Z] ---> b78df3253c6f [2021-05-12T20:58:43.603Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T20:58:43.603Z] ---> Using cache [2021-05-12T20:58:43.603Z] ---> 57672d5cd0a5 [2021-05-12T20:58:43.603Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:58:43.603Z] ---> Using cache [2021-05-12T20:58:43.603Z] ---> 330d608d10f8 [2021-05-12T20:58:43.603Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T20:58:44.593Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T20:58:45.472Z] Removing intermediate container bf9af7fff563 [2021-05-12T20:58:45.472Z] ---> e49733905c2e [2021-05-12T20:58:45.472Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T20:58:46.603Z] 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.59.0 [2021-05-12T20:58:47.668Z] ---> Running in c1d33682b28d [2021-05-12T20:58:47.668Z] Removing intermediate container d742bb8bcc9c [2021-05-12T20:58:47.668Z] ---> 8d2021e8a4ac [2021-05-12T20:58:47.669Z] [2021-05-12T20:58:47.669Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T20:58:47.669Z] ---> 13621d1b12d4 [2021-05-12T20:58:47.669Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T20:58:48.323Z] Removing intermediate container 68fad53c4289 [2021-05-12T20:58:48.323Z] ---> 600e2dfff771 [2021-05-12T20:58:48.323Z] [2021-05-12T20:58:48.323Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T20:58:48.323Z] ---> 13621d1b12d4 [2021-05-12T20:58:48.323Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T20:58:48.323Z] Removing intermediate container 8a11a6da7cfa [2021-05-12T20:58:48.323Z] ---> 3b2bacedcb37 [2021-05-12T20:58:48.323Z] [2021-05-12T20:58:48.323Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T20:58:48.323Z] ---> 13621d1b12d4 [2021-05-12T20:58:48.323Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T20:58:49.316Z] ---> Running in 4a5ec6127da7 [2021-05-12T20:58:49.895Z] ---> Running in 9292bf8e213a [2021-05-12T20:58:49.895Z] ---> Running in 870e09f83dea [2021-05-12T20:58:49.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:49.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:50.133Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:58:50.133Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:58:50.133Z] ---> b78df3253c6f [2021-05-12T20:58:50.133Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 57672d5cd0a5 [2021-05-12T20:58:50.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 330d608d10f8 [2021-05-12T20:58:50.133Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> b4792aa9bdd9 [2021-05-12T20:58:50.133Z] Step 6/22 : COPY go.mod . [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 1bcba1d906ef [2021-05-12T20:58:50.133Z] Step 7/22 : RUN go mod download [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 6184bed47662 [2021-05-12T20:58:50.133Z] Step 8/22 : COPY . . [2021-05-12T20:58:50.133Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:58:50.133Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:58:50.133Z] ---> b78df3253c6f [2021-05-12T20:58:50.133Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 57672d5cd0a5 [2021-05-12T20:58:50.133Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 330d608d10f8 [2021-05-12T20:58:50.133Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> b4792aa9bdd9 [2021-05-12T20:58:50.133Z] Step 6/26 : COPY go.mod . [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 1bcba1d906ef [2021-05-12T20:58:50.133Z] Step 7/26 : RUN go mod download [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 6184bed47662 [2021-05-12T20:58:50.133Z] Step 8/26 : COPY . . [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> bbdfc3304638 [2021-05-12T20:58:50.133Z] Step 9/22 : RUN go mod tidy [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 77e5f00f1e51 [2021-05-12T20:58:50.133Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> bbdfc3304638 [2021-05-12T20:58:50.133Z] Step 9/26 : RUN go mod tidy [2021-05-12T20:58:50.133Z] ---> Using cache [2021-05-12T20:58:50.133Z] ---> 77e5f00f1e51 [2021-05-12T20:58:50.133Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T20:58:50.161Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T20:58:50.161Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T20:58:50.161Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:58:50.161Z] OK: 6 MiB in 16 packages [2021-05-12T20:58:50.476Z] ---> Running in 477ea708cff9 [2021-05-12T20:58:50.476Z] ---> Running in d9d7c858b800 [2021-05-12T20:58:50.476Z] ---> Running in b77797cb1710 [2021-05-12T20:58:50.736Z] Removing intermediate container 8215ef6b1932 [2021-05-12T20:58:50.736Z] ---> 55cb18db7018 [2021-05-12T20:58:50.736Z] [2021-05-12T20:58:50.736Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T20:58:50.736Z] ---> 13621d1b12d4 [2021-05-12T20:58:50.736Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T20:58:50.812Z] ---> Running in aadbe4bb4f46 [2021-05-12T20:58:51.021Z] ---> Running in b7dc1386569f [2021-05-12T20:58:51.605Z] Removing intermediate container b7dc1386569f [2021-05-12T20:58:51.605Z] ---> 01a69da96806 [2021-05-12T20:58:51.605Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T20:58:51.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:51.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:51.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:51.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:51.870Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T20:58:51.870Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T20:58:51.870Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:58:51.870Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T20:58:51.870Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T20:58:51.870Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:58:51.870Z] OK: 6 MiB in 15 packages [2021-05-12T20:58:51.870Z] OK: 6 MiB in 16 packages [2021-05-12T20:58:52.449Z] Removing intermediate container c1d33682b28d [2021-05-12T20:58:52.449Z] ---> 08f405698337 [2021-05-12T20:58:52.449Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T20:58:52.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:52.715Z] ---> Running in 0b3310d5388d [2021-05-12T20:58:52.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:52.715Z] ---> Running in 625a5f8df132 [2021-05-12T20:58:52.991Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T20:58:52.991Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:58:52.991Z] OK: 6 MiB in 15 packages [2021-05-12T20:58:52.991Z] Removing intermediate container 0b3310d5388d [2021-05-12T20:58:52.991Z] ---> 1aaadd55b7d5 [2021-05-12T20:58:52.991Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T20:58:53.002Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T20:58:53.253Z] Removing intermediate container 625a5f8df132 [2021-05-12T20:58:53.253Z] ---> d82957b573fd [2021-05-12T20:58:53.253Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T20:58:53.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-12T20:58:53.517Z] ---> Running in 56571db671a3 [2021-05-12T20:58:53.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-12T20:58:53.612Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:58:53.850Z] ---> Running in f0103b64e13b [2021-05-12T20:58:54.118Z] Removing intermediate container 4a5ec6127da7 [2021-05-12T20:58:54.118Z] ---> 0ba7d603a216 [2021-05-12T20:58:54.118Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T20:58:54.118Z] Removing intermediate container 9292bf8e213a [2021-05-12T20:58:54.118Z] ---> 1f2d8e108709 [2021-05-12T20:58:54.118Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T20:58:54.118Z] Removing intermediate container 56571db671a3 [2021-05-12T20:58:54.118Z] ---> addafe4effa5 [2021-05-12T20:58:54.118Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:58:54.594Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:58:55.075Z] ---> Running in 0c89c7a2575e [2021-05-12T20:58:55.075Z] ---> Running in 3cd8db588d8d [2021-05-12T20:58:55.075Z] ---> Running in 0934f1a91d41 [2021-05-12T20:58:55.075Z] Removing intermediate container f0103b64e13b [2021-05-12T20:58:55.075Z] ---> 2349a6d1dbe4 [2021-05-12T20:58:55.075Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T20:58:55.075Z] Removing intermediate container 870e09f83dea [2021-05-12T20:58:55.075Z] ---> 626b979d092d [2021-05-12T20:58:55.075Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T20:58:55.355Z] ---> Running in 89e90282fb9e [2021-05-12T20:58:55.355Z] Removing intermediate container 0c89c7a2575e [2021-05-12T20:58:55.355Z] ---> 37ae62a28484 [2021-05-12T20:58:55.355Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T20:58:55.355Z] ---> Running in 3e35bda84227 [2021-05-12T20:58:55.625Z] OK: 218 MiB in 52 packages [2021-05-12T20:58:55.642Z] Removing intermediate container 3cd8db588d8d [2021-05-12T20:58:55.643Z] ---> 1b22027ff2ae [2021-05-12T20:58:55.643Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T20:58:55.643Z] ---> Running in 206eecaf9ef8 [2021-05-12T20:58:55.643Z] ---> Running in 57f62010c9f6 [2021-05-12T20:58:55.912Z] Removing intermediate container 3e35bda84227 [2021-05-12T20:58:55.912Z] ---> 6aec552590c0 [2021-05-12T20:58:55.912Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T20:58:55.912Z] ---> Running in 6b9a8386a623 [2021-05-12T20:58:56.202Z] Removing intermediate container 206eecaf9ef8 [2021-05-12T20:58:56.203Z] ---> aae532a86e80 [2021-05-12T20:58:56.203Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T20:58:56.203Z] Removing intermediate container 57f62010c9f6 [2021-05-12T20:58:56.203Z] ---> 166205e3c48b [2021-05-12T20:58:56.203Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T20:58:56.203Z] ---> Running in e1b210433d57 [2021-05-12T20:58:56.203Z] ---> Running in 2fcedf45317b [2021-05-12T20:58:56.478Z] Removing intermediate container 6b9a8386a623 [2021-05-12T20:58:56.478Z] ---> 8802aa759b54 [2021-05-12T20:58:56.478Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T20:58:56.478Z] ---> Running in 37b6cc14684b [2021-05-12T20:58:56.745Z] Removing intermediate container e1b210433d57 [2021-05-12T20:58:56.745Z] ---> ca53e9cc088a [2021-05-12T20:58:56.745Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:58:56.745Z] Removing intermediate container 2fcedf45317b [2021-05-12T20:58:56.745Z] ---> ad894a2d27ca [2021-05-12T20:58:56.745Z] Step 16/24 : WORKDIR / [2021-05-12T20:58:57.009Z] ---> Running in f893de8b90e9 [2021-05-12T20:58:57.009Z] Removing intermediate container 37b6cc14684b [2021-05-12T20:58:57.009Z] ---> 02022f0b3ba5 [2021-05-12T20:58:57.009Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:58:57.009Z] Removing intermediate container 0934f1a91d41 [2021-05-12T20:58:57.009Z] ---> 5743968fbeb3 [2021-05-12T20:58:57.009Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T20:58:57.273Z] ---> e9986016f2bf [2021-05-12T20:58:57.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T20:58:57.545Z] Removing intermediate container 89e90282fb9e [2021-05-12T20:58:57.545Z] ---> ab0a3f6f7fb8 [2021-05-12T20:58:57.545Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T20:58:57.818Z] ---> Running in 20e8f17a403e [2021-05-12T20:58:57.818Z] Removing intermediate container f893de8b90e9 [2021-05-12T20:58:57.818Z] ---> d9ab4b9f9fe3 [2021-05-12T20:58:57.818Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:58:57.818Z] ---> 6ebcf032f952 [2021-05-12T20:58:57.818Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T20:58:57.818Z] ---> Running in c718a3f36d82 [2021-05-12T20:58:58.085Z] ---> 6e3158af16ec [2021-05-12T20:58:58.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T20:58:58.365Z] ---> 6b41ee54956e [2021-05-12T20:58:58.365Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T20:58:58.365Z] Removing intermediate container c718a3f36d82 [2021-05-12T20:58:58.365Z] ---> d290c7c6661f [2021-05-12T20:58:58.365Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T20:58:58.980Z] ---> 1aac765ca738 [2021-05-12T20:58:58.980Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T20:58:58.980Z] ---> b2f43ab42f93 [2021-05-12T20:58:58.980Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T20:58:58.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:58.980Z] ---> Running in 0e5cea1dfdd8 [2021-05-12T20:58:59.071Z] Removing intermediate container 477ea708cff9 [2021-05-12T20:58:59.071Z] ---> 4944b6f9892b [2021-05-12T20:58:59.071Z] Step 6/23 : COPY go.mod . [2021-05-12T20:58:59.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:58:59.825Z] ---> dcd3934ec22a [2021-05-12T20:58:59.825Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T20:58:59.825Z] ---> Running in e0b1c23c4076 [2021-05-12T20:58:59.825Z] Removing intermediate container 0e5cea1dfdd8 [2021-05-12T20:58:59.825Z] ---> 845eb5a91cbc [2021-05-12T20:58:59.825Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:59:00.089Z] ---> 3299a29f54b9 [2021-05-12T20:59:00.089Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T20:59:00.089Z] ---> bc252150c62c [2021-05-12T20:59:00.089Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T20:59:00.089Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T20:59:00.089Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T20:59:00.089Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T20:59:00.354Z] ---> Running in 1e08737c1d95 [2021-05-12T20:59:00.354Z] ---> Running in 92ffbfef3e83 [2021-05-12T20:59:00.354Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T20:59:00.354Z] ---> 1cc37eaa0d24 [2021-05-12T20:59:00.354Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T20:59:00.576Z] ---> 05c173a1c3b2 [2021-05-12T20:59:00.576Z] Step 7/23 : RUN go mod download [2021-05-12T20:59:00.621Z] ---> Running in 33dfa5c67b50 [2021-05-12T20:59:00.621Z] Removing intermediate container 1e08737c1d95 [2021-05-12T20:59:00.621Z] ---> ba60a21c0711 [2021-05-12T20:59:00.621Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T20:59:00.621Z] Removing intermediate container 92ffbfef3e83 [2021-05-12T20:59:00.621Z] ---> 1554e84ebf76 [2021-05-12T20:59:00.621Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:59:00.883Z] ---> Running in fdd253b2ffba [2021-05-12T20:59:00.888Z] ---> Running in a5de364b7a01 [2021-05-12T20:59:00.888Z] ---> Running in 1b2673560048 [2021-05-12T20:59:00.888Z] Removing intermediate container 33dfa5c67b50 [2021-05-12T20:59:00.888Z] ---> f688e1dba83b [2021-05-12T20:59:00.888Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:59:01.155Z] ---> Running in a930cc81b0fb [2021-05-12T20:59:01.155Z] Removing intermediate container 1b2673560048 [2021-05-12T20:59:01.155Z] ---> 92ae33326a85 [2021-05-12T20:59:01.155Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T20:59:01.155Z] Removing intermediate container a5de364b7a01 [2021-05-12T20:59:01.155Z] ---> ddf362c22365 [2021-05-12T20:59:01.155Z] Step 22/23 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:59:01.155Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T20:59:01.427Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T20:59:01.427Z] ---> Running in a5ed34d85c7a [2021-05-12T20:59:01.427Z] ---> Running in 969aa3a2c85d [2021-05-12T20:59:01.427Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T20:59:01.427Z] OK: 8 MiB in 20 packages [2021-05-12T20:59:01.427Z] Removing intermediate container a930cc81b0fb [2021-05-12T20:59:01.427Z] ---> 5e64b9596d0b [2021-05-12T20:59:01.427Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T20:59:01.689Z] ---> Running in 8a28addaa272 [2021-05-12T20:59:01.689Z] Removing intermediate container a5ed34d85c7a [2021-05-12T20:59:01.689Z] ---> 888cc26cf5ef [2021-05-12T20:59:01.689Z] Step 23/23 : LABEL version=2.0.0-dev.214 [2021-05-12T20:59:01.970Z] Removing intermediate container 969aa3a2c85d [2021-05-12T20:59:01.970Z] ---> 8acdc91d5940 [2021-05-12T20:59:01.970Z] Step 22/23 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:59:01.970Z] Removing intermediate container e0b1c23c4076 [2021-05-12T20:59:01.970Z] ---> 561cf90a1dac [2021-05-12T20:59:01.970Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:59:01.970Z] ---> Running in 0039eac11acb [2021-05-12T20:59:02.363Z] Removing intermediate container a89b5904ee38 [2021-05-12T20:59:02.363Z] ---> a98068333794 [2021-05-12T20:59:02.363Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T20:59:02.529Z] ---> Running in fb8884e85751 [2021-05-12T20:59:02.529Z] Removing intermediate container 8a28addaa272 [2021-05-12T20:59:02.529Z] ---> 855b453b9110 [2021-05-12T20:59:02.529Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:59:02.529Z] ---> Running in ba966a0a6fb3 [2021-05-12T20:59:02.529Z] Removing intermediate container 0039eac11acb [2021-05-12T20:59:02.529Z] ---> 659fbe0f5fdc [2021-05-12T20:59:02.529Z] [2021-05-12T20:59:02.529Z] Removing intermediate container fb8884e85751 [2021-05-12T20:59:02.529Z] ---> f79e63c8f4ef [2021-05-12T20:59:02.529Z] Step 23/23 : LABEL version=2.0.0-dev.214 [2021-05-12T20:59:02.529Z] Removing intermediate container 20e8f17a403e [2021-05-12T20:59:02.529Z] ---> 8b974309a4ff [2021-05-12T20:59:02.529Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T20:59:02.648Z] ---> Running in 8245bd6eaa68 [2021-05-12T20:59:02.848Z] ---> Running in 3559bd24926d [2021-05-12T20:59:02.848Z] Removing intermediate container ba966a0a6fb3 [2021-05-12T20:59:02.848Z] ---> 7bf4eaf0c978 [2021-05-12T20:59:02.848Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T20:59:02.848Z] ---> 6cb114e3bf28 [2021-05-12T20:59:02.848Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T20:59:02.848Z] ---> Running in aa2fe0ea6ae6 [2021-05-12T20:59:02.848Z] Successfully built 659fbe0f5fdc [2021-05-12T20:59:02.848Z] Successfully tagged support-notifications:latest [2021-05-12T20:59:02.848Z]  Building support-notifications ... done Building sys-mgmt-agent [2021-05-12T20:59:02.848Z] Removing intermediate container 3559bd24926d [2021-05-12T20:59:02.848Z] ---> 216813cb3bc2 [2021-05-12T20:59:02.848Z] [2021-05-12T20:59:03.221Z] ---> 0490588de54f [2021-05-12T20:59:03.221Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T20:59:03.221Z] Successfully built 216813cb3bc2 [2021-05-12T20:59:03.221Z] Removing intermediate container aa2fe0ea6ae6 [2021-05-12T20:59:03.221Z] ---> 525f20eacab5 [2021-05-12T20:59:03.221Z] [2021-05-12T20:59:03.221Z] Successfully tagged support-scheduler:latest [2021-05-12T20:59:03.221Z]  Building support-scheduler ... done Building core-command [2021-05-12T20:59:03.337Z] Removing intermediate container 8245bd6eaa68 [2021-05-12T20:59:03.337Z] ---> 4917b3158d15 [2021-05-12T20:59:03.337Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T20:59:03.614Z] ---> Running in 932400f6386d [2021-05-12T20:59:03.751Z] Successfully built 525f20eacab5 [2021-05-12T20:59:04.033Z] ---> aa4d2691f18f [2021-05-12T20:59:04.033Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T20:59:04.033Z] Successfully tagged core-metadata:latest [2021-05-12T20:59:04.033Z] Building security-secretstore-setup [2021-05-12T20:59:04.033Z]  Building core-metadata ... done  ---> 9eded9d518e7 [2021-05-12T20:59:04.033Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T20:59:04.305Z] ---> 853da800e08d [2021-05-12T20:59:04.305Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T20:59:04.380Z] Removing intermediate container 932400f6386d [2021-05-12T20:59:04.380Z] ---> 7c9ba92509f5 [2021-05-12T20:59:04.380Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T20:59:04.635Z] ---> d89202c73903 [2021-05-12T20:59:04.635Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T20:59:04.904Z] ---> Running in 32cec0cf56a8 [2021-05-12T20:59:04.904Z] ---> 04c63ef45826 [2021-05-12T20:59:04.904Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T20:59:05.856Z] Removing intermediate container fdd253b2ffba [2021-05-12T20:59:05.856Z] ---> ab61128ad7d9 [2021-05-12T20:59:05.856Z] Step 8/23 : COPY . . [2021-05-12T20:59:06.474Z] ---> 47f61c7a0ea4 [2021-05-12T20:59:06.474Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T20:59:07.897Z] Removing intermediate container 32cec0cf56a8 [2021-05-12T20:59:07.897Z] ---> 39b15d89cb65 [2021-05-12T20:59:07.897Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:59:07.897Z] ---> 374aeb6009b4 [2021-05-12T20:59:07.897Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T20:59:07.897Z] ---> Running in fa3f4e739787 [2021-05-12T20:59:07.980Z] ---> b94192fe5a5d [2021-05-12T20:59:07.980Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T20:59:09.352Z] ---> Running in 93f451da57fc [2021-05-12T20:59:10.633Z] ---> 90fb3ae445bb [2021-05-12T20:59:10.633Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T20:59:10.633Z] ---> Running in fa19c6ebd8db [2021-05-12T20:59:10.769Z] Removing intermediate container fa3f4e739787 [2021-05-12T20:59:10.769Z] ---> 7a5fa08d853f [2021-05-12T20:59:10.769Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T20:59:10.769Z] Removing intermediate container 93f451da57fc [2021-05-12T20:59:10.769Z] ---> ec8b015ce03d [2021-05-12T20:59:10.769Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T20:59:10.769Z] ---> Running in 3e132e074aec [2021-05-12T20:59:12.093Z] Removing intermediate container fa19c6ebd8db [2021-05-12T20:59:12.093Z] ---> 5b328455f8c3 [2021-05-12T20:59:12.093Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T20:59:12.093Z] ---> Running in 090ce608df5f [2021-05-12T20:59:12.748Z] Removing intermediate container 3e132e074aec [2021-05-12T20:59:12.748Z] ---> cdfbacf58316 [2021-05-12T20:59:12.748Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:59:13.092Z] Removing intermediate container 090ce608df5f [2021-05-12T20:59:13.092Z] ---> 9f1630087aa6 [2021-05-12T20:59:13.092Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T20:59:13.092Z] ---> Running in 002a537659fb [2021-05-12T20:59:14.102Z] Removing intermediate container 002a537659fb [2021-05-12T20:59:14.102Z] ---> e2edc98e82ff [2021-05-12T20:59:14.102Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:59:14.680Z] ---> f39c9983af7e [2021-05-12T20:59:14.680Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T20:59:14.680Z] ---> Running in 679462acd91d [2021-05-12T20:59:14.721Z] ---> Running in 7de33bdaf64e [2021-05-12T20:59:14.943Z] ---> Running in c36e551876c3 [2021-05-12T20:59:14.943Z] Removing intermediate container 679462acd91d [2021-05-12T20:59:14.943Z] ---> b7e56cc17331 [2021-05-12T20:59:14.943Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T20:59:15.208Z] ---> Running in 34b3ee0da8e2 [2021-05-12T20:59:15.721Z] Removing intermediate container 7de33bdaf64e [2021-05-12T20:59:15.721Z] ---> fc934a05093e [2021-05-12T20:59:15.721Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T20:59:15.801Z] Removing intermediate container 34b3ee0da8e2 [2021-05-12T20:59:15.801Z] ---> 3460849f40ac [2021-05-12T20:59:15.801Z] [2021-05-12T20:59:16.082Z] Successfully built 3460849f40ac [2021-05-12T20:59:16.082Z] Successfully tagged core-data:latest [2021-05-12T20:59:16.082Z]  Building core-data ... done Building security-proxy-setup [2021-05-12T20:59:16.342Z] ---> Running in ffa92bfcc7a3 [2021-05-12T20:59:17.342Z] Removing intermediate container ffa92bfcc7a3 [2021-05-12T20:59:17.342Z] ---> a424a2701cbc [2021-05-12T20:59:17.342Z] [2021-05-12T20:59:17.526Z] Removing intermediate container c36e551876c3 [2021-05-12T20:59:17.526Z] ---> 0a23b464a162 [2021-05-12T20:59:17.526Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T20:59:17.619Z] Successfully built a424a2701cbc [2021-05-12T20:59:17.898Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-12T20:59:19.100Z] ---> Running in 8084d3dc59d6 [2021-05-12T20:59:20.153Z] Removing intermediate container 8084d3dc59d6 [2021-05-12T20:59:20.153Z] ---> 865efa265222 [2021-05-12T20:59:20.153Z] Step 29/32 : CMD ["gate"] [2021-05-12T20:59:20.793Z] ---> Running in 4fe24936eb1e [2021-05-12T20:59:21.414Z] Removing intermediate container 4fe24936eb1e [2021-05-12T20:59:21.414Z] ---> 41cb0bd2cb7d [2021-05-12T20:59:21.414Z] Step 30/32 : LABEL arch=x86_64 [2021-05-12T20:59:22.241Z]  Building sys-mgmt-agent ... done  ---> d54aaf58c8d3 [2021-05-12T20:59:22.241Z] Step 9/23 : RUN go mod tidy [2021-05-12T20:59:22.241Z] ---> Running in f6e1b88ceeef [2021-05-12T20:59:22.414Z] ---> Running in 814e06607f80 [2021-05-12T20:59:23.526Z] Removing intermediate container 814e06607f80 [2021-05-12T20:59:23.526Z] ---> 97d4b392e71d [2021-05-12T20:59:23.526Z] Step 31/32 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T20:59:24.566Z] ---> Running in 426c1a4d28d5 [2021-05-12T20:59:25.626Z] Removing intermediate container 426c1a4d28d5 [2021-05-12T20:59:25.626Z] ---> 602ff1c3e650 [2021-05-12T20:59:25.626Z] Step 32/32 : LABEL version=2.0.0-dev.214 [2021-05-12T20:59:26.237Z] ---> Running in b97b2897b988 [2021-05-12T20:59:27.399Z] Removing intermediate container b97b2897b988 [2021-05-12T20:59:27.399Z] ---> 7f8e32fde3ef [2021-05-12T20:59:27.399Z] [2021-05-12T20:59:28.040Z] Successfully built 7f8e32fde3ef [2021-05-12T20:59:28.040Z] Successfully tagged security-bootstrapper:latest [2021-05-12T20:59:28.997Z] Removing intermediate container f6e1b88ceeef [2021-05-12T20:59:28.997Z] ---> d7417e5ee7d3 [2021-05-12T20:59:28.997Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T20:59:28.997Z] ---> Running in 48ebc761594d [2021-05-12T20:59:30.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T20:59:36.659Z]  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:59:36.659Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:59:36.659Z] ---> 118332d4e5c4 [2021-05-12T20:59:36.659Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T20:59:36.659Z] ---> Using cache [2021-05-12T20:59:36.659Z] ---> f04a7eed917c [2021-05-12T20:59:36.659Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:59:36.659Z] ---> Using cache [2021-05-12T20:59:36.659Z] ---> f01c830b64fb [2021-05-12T20:59:36.659Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T20:59:36.659Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:59:36.659Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:59:36.659Z] ---> 118332d4e5c4 [2021-05-12T20:59:36.659Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:59:36.659Z] ---> Using cache [2021-05-12T20:59:36.659Z] ---> f04a7eed917c [2021-05-12T20:59:36.659Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:59:36.659Z] ---> Using cache [2021-05-12T20:59:36.659Z] ---> f01c830b64fb [2021-05-12T20:59:36.659Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T20:59:36.659Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:59:36.659Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:59:36.659Z] ---> 118332d4e5c4 [2021-05-12T20:59:36.659Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T20:59:36.659Z] ---> Using cache [2021-05-12T20:59:36.659Z] ---> f04a7eed917c [2021-05-12T20:59:36.659Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:59:36.659Z] ---> Using cache [2021-05-12T20:59:36.659Z] ---> f01c830b64fb [2021-05-12T20:59:36.659Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T20:59:37.851Z] ---> Running in 96439c013d3e [2021-05-12T20:59:37.851Z] ---> Running in e8d9b5391871 [2021-05-12T20:59:37.851Z] ---> Running in 7458d2844569 [2021-05-12T20:59:41.384Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:41.384Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:41.384Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:42.199Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:42.199Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:42.687Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:42.687Z] OK: 219 MiB in 52 packages [2021-05-12T20:59:43.212Z] OK: 219 MiB in 52 packages [2021-05-12T20:59:43.212Z] OK: 219 MiB in 52 packages [2021-05-12T20:59:43.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T20:59:43.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T20:59:43.985Z] ---> 118332d4e5c4 [2021-05-12T20:59:43.985Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T20:59:43.985Z] ---> Using cache [2021-05-12T20:59:43.985Z] ---> f04a7eed917c [2021-05-12T20:59:43.985Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T20:59:43.985Z] ---> Using cache [2021-05-12T20:59:43.985Z] ---> f01c830b64fb [2021-05-12T20:59:43.985Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T20:59:44.710Z] ---> Running in 9067bb069d99 [2021-05-12T20:59:45.021Z] Removing intermediate container 96439c013d3e [2021-05-12T20:59:45.021Z] ---> 0d5517f488f7 [2021-05-12T20:59:45.021Z] Step 6/24 : COPY go.mod . [2021-05-12T20:59:45.317Z] Removing intermediate container 7458d2844569 [2021-05-12T20:59:45.317Z] ---> 907e96810235 [2021-05-12T20:59:45.317Z] Step 6/26 : COPY go.mod . [2021-05-12T20:59:45.317Z] Removing intermediate container e8d9b5391871 [2021-05-12T20:59:45.317Z] ---> e1a0ecb13737 [2021-05-12T20:59:45.317Z] Step 6/24 : COPY go.mod . [2021-05-12T20:59:45.593Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:45.593Z] ---> e019ba3f3a80 [2021-05-12T20:59:45.593Z] Step 7/24 : RUN go mod download [2021-05-12T20:59:45.593Z] ---> b09b55c13d0c [2021-05-12T20:59:45.593Z] Step 7/26 : RUN go mod download [2021-05-12T20:59:45.867Z] ---> Running in 424f95646bbe [2021-05-12T20:59:45.867Z] ---> Running in 133fb1eb470e [2021-05-12T20:59:45.867Z] ---> cffaa7ae006f [2021-05-12T20:59:45.867Z] Step 7/24 : RUN go mod download [2021-05-12T20:59:46.135Z] ---> Running in 7a1033a6f902 [2021-05-12T20:59:46.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:59:47.028Z] OK: 219 MiB in 52 packages [2021-05-12T20:59:47.996Z] Removing intermediate container 9067bb069d99 [2021-05-12T20:59:47.996Z] ---> e85c63dae574 [2021-05-12T20:59:47.996Z] Step 6/22 : COPY go.mod . [2021-05-12T20:59:47.996Z] Removing intermediate container 133fb1eb470e [2021-05-12T20:59:47.996Z] ---> b9f1fa5544f1 [2021-05-12T20:59:47.996Z] Step 8/26 : COPY . . [2021-05-12T20:59:48.280Z] Removing intermediate container 424f95646bbe [2021-05-12T20:59:48.280Z] ---> a3de88b49dfb [2021-05-12T20:59:48.280Z] Step 8/24 : COPY . . [2021-05-12T20:59:48.280Z] Removing intermediate container 7a1033a6f902 [2021-05-12T20:59:48.280Z] ---> 70acbe9a22f1 [2021-05-12T20:59:48.280Z] Step 8/24 : COPY . . [2021-05-12T20:59:48.555Z] ---> 1f66ca085b75 [2021-05-12T20:59:48.555Z] Step 7/22 : RUN go mod download [2021-05-12T20:59:48.555Z] ---> Running in 0ab7f2f9df2c [2021-05-12T20:59:56.959Z] Removing intermediate container 0ab7f2f9df2c [2021-05-12T20:59:56.960Z] ---> 76070e2aa81a [2021-05-12T20:59:56.960Z] Step 8/22 : COPY . . [2021-05-12T21:00:27.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-12T21:00:27.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T21:00:29.530Z] ---> 45c7bab57dbd [2021-05-12T21:00:29.530Z] Step 9/24 : RUN go mod tidy [2021-05-12T21:00:29.530Z] ---> 87a715120e81 [2021-05-12T21:00:29.530Z] Step 9/24 : RUN go mod tidy [2021-05-12T21:00:29.530Z] ---> 3c3e453f9bea [2021-05-12T21:00:29.530Z] Step 9/26 : RUN go mod tidy [2021-05-12T21:00:29.530Z] ---> Running in 69db1e2250ac [2021-05-12T21:00:29.530Z] ---> Running in 8f79b0f3f304 [2021-05-12T21:00:29.530Z] ---> Running in 7d98727bf70b [2021-05-12T21:00:30.113Z] ---> d6cc685a8293 [2021-05-12T21:00:30.113Z] Step 9/22 : RUN go mod tidy [2021-05-12T21:00:30.401Z] ---> Running in 235ac18b26a7 [2021-05-12T21:00:35.392Z] Removing intermediate container aadbe4bb4f46 [2021-05-12T21:00:35.393Z] ---> ddf6228699fb [2021-05-12T21:00:35.393Z] [2021-05-12T21:00:35.393Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T21:00:35.393Z] ---> 9852663dfa18 [2021-05-12T21:00:35.393Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T21:00:35.393Z] Removing intermediate container b77797cb1710 [2021-05-12T21:00:35.393Z] ---> b0b0f3158c44 [2021-05-12T21:00:35.393Z] [2021-05-12T21:00:35.393Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T21:00:35.393Z] ---> 9852663dfa18 [2021-05-12T21:00:35.393Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T21:00:35.672Z] ---> Running in c6cd0a5998d7 [2021-05-12T21:00:35.672Z] ---> Running in 199e5636b2bd [2021-05-12T21:00:35.896Z] Removing intermediate container 69db1e2250ac [2021-05-12T21:00:35.896Z] ---> 06822e9c6a48 [2021-05-12T21:00:35.896Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T21:00:35.896Z] Removing intermediate container 235ac18b26a7 [2021-05-12T21:00:35.896Z] ---> 1bec185c3dfa [2021-05-12T21:00:35.896Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T21:00:35.896Z] ---> Running in ff916157dbf4 [2021-05-12T21:00:35.896Z] Removing intermediate container 8f79b0f3f304 [2021-05-12T21:00:35.896Z] ---> 0a62566fac11 [2021-05-12T21:00:35.896Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T21:00:36.171Z] ---> Running in b49ffd052ceb [2021-05-12T21:00:36.171Z] Removing intermediate container 7d98727bf70b [2021-05-12T21:00:36.171Z] ---> aeabea16928c [2021-05-12T21:00:36.171Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T21:00:36.171Z] ---> Running in 9c96d5941ce2 [2021-05-12T21:00:36.442Z] ---> Running in 35a3e7b454bc [2021-05-12T21:00:37.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T21:00:37.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-12T21:00:37.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T21:00:37.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T21:00:37.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T21:00:37.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T21:00:38.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-12T21:00:38.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T21:00:38.558Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T21:00:38.836Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T21:00:38.836Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T21:00:38.836Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T21:00:38.836Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T21:00:38.836Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T21:00:38.836Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T21:00:38.836Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T21:00:38.836Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T21:00:38.836Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T21:00:38.836Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T21:00:38.836Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T21:00:38.836Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T21:00:38.836Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T21:00:39.117Z] OK: 7 MiB in 20 packages [2021-05-12T21:00:39.117Z] OK: 7 MiB in 18 packages [2021-05-12T21:00:42.539Z] Removing intermediate container 199e5636b2bd [2021-05-12T21:00:42.539Z] ---> edc4ea015993 [2021-05-12T21:00:42.539Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T21:00:42.539Z] Removing intermediate container c6cd0a5998d7 [2021-05-12T21:00:42.539Z] ---> f679a2ac8fd6 [2021-05-12T21:00:42.539Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T21:00:42.815Z] ---> Running in f48f553f960d [2021-05-12T21:00:42.815Z] ---> Running in 454a43b8b187 [2021-05-12T21:00:43.812Z] Removing intermediate container 454a43b8b187 [2021-05-12T21:00:43.812Z] ---> d5b01bb4203a [2021-05-12T21:00:43.812Z] Step 14/26 : WORKDIR / [2021-05-12T21:00:44.087Z] Removing intermediate container f48f553f960d [2021-05-12T21:00:44.087Z] ---> bbb798760082 [2021-05-12T21:00:44.087Z] Step 14/22 : WORKDIR /edgex [2021-05-12T21:00:44.087Z] ---> Running in f8d155cbc09d [2021-05-12T21:00:44.363Z] ---> Running in c66fee23ce6b [2021-05-12T21:00:44.977Z] Removing intermediate container f8d155cbc09d [2021-05-12T21:00:44.977Z] ---> d1e55da1cac6 [2021-05-12T21:00:44.977Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-12T21:00:45.595Z] Removing intermediate container c66fee23ce6b [2021-05-12T21:00:45.595Z] ---> 5d587cd7b58a [2021-05-12T21:00:45.595Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T21:00:47.063Z] ---> 56a6be4239ca [2021-05-12T21:00:47.063Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-12T21:00:47.337Z] ---> 789beddb5ccc [2021-05-12T21:00:47.337Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T21:00:48.794Z] ---> 1ee718f92be2 [2021-05-12T21:00:48.794Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T21:00:49.783Z] ---> 7e454544b5ba [2021-05-12T21:00:49.783Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T21:00:50.059Z] ---> 98190b703e3e [2021-05-12T21:00:50.059Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-12T21:00:50.059Z] Removing intermediate container d9d7c858b800 [2021-05-12T21:00:50.059Z] ---> 111725f2bdad [2021-05-12T21:00:50.059Z] [2021-05-12T21:00:50.059Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T21:00:50.059Z] ---> 9852663dfa18 [2021-05-12T21:00:50.059Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T21:00:50.059Z] ---> Using cache [2021-05-12T21:00:50.059Z] ---> 734651088e75 [2021-05-12T21:00:50.059Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T21:00:50.059Z] ---> Using cache [2021-05-12T21:00:50.059Z] ---> 82ee06ab26d7 [2021-05-12T21:00:50.059Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T21:00:50.333Z] ---> Running in dcd38aa78a00 [2021-05-12T21:00:51.348Z] Removing intermediate container dcd38aa78a00 [2021-05-12T21:00:51.348Z] ---> 5611a9bf9e53 [2021-05-12T21:00:51.348Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T21:00:51.348Z] ---> ca7664108d3d [2021-05-12T21:00:51.348Z] ---> ae77a29e248b [2021-05-12T21:00:51.348Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T21:00:51.348Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T21:00:51.348Z] ---> Running in c05bd55e05c4 [2021-05-12T21:00:51.348Z] ---> Running in ca9cfbac5b6f [2021-05-12T21:00:52.337Z] Removing intermediate container c05bd55e05c4 [2021-05-12T21:00:52.337Z] ---> aca83c473bcd [2021-05-12T21:00:52.337Z] Step 16/24 : WORKDIR / [2021-05-12T21:00:52.337Z] ---> Running in c81b1d17d0eb [2021-05-12T21:00:52.337Z] Removing intermediate container ca9cfbac5b6f [2021-05-12T21:00:52.337Z] ---> a6fcfc7e2cd5 [2021-05-12T21:00:52.337Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T21:00:52.613Z] ---> Running in f5b035a9b387 [2021-05-12T21:00:52.888Z] ---> f1014bb67cd7 [2021-05-12T21:00:52.888Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T21:00:53.164Z] Removing intermediate container c81b1d17d0eb [2021-05-12T21:00:53.164Z] ---> e415637aa87a [2021-05-12T21:00:53.164Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T21:00:53.517Z] Removing intermediate container f5b035a9b387 [2021-05-12T21:00:53.518Z] ---> effd6ea67edc [2021-05-12T21:00:53.518Z] Step 20/22 : LABEL arch=arm64 [2021-05-12T21:00:53.900Z] ---> Running in e881990a4033 [2021-05-12T21:00:54.546Z] ---> eb07287fa1d3 [2021-05-12T21:00:54.546Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T21:00:54.846Z] Removing intermediate container e881990a4033 [2021-05-12T21:00:54.847Z] ---> 0383049936c0 [2021-05-12T21:00:54.847Z] Step 21/22 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:00:54.847Z] ---> 09032bfa8917 [2021-05-12T21:00:54.847Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T21:00:55.181Z] ---> Running in b37c8b4de657 [2021-05-12T21:00:56.206Z] Removing intermediate container b37c8b4de657 [2021-05-12T21:00:56.206Z] ---> 9989dbf1e52d [2021-05-12T21:00:56.206Z] Step 22/22 : LABEL version=2.0.0-dev.214 [2021-05-12T21:00:56.477Z] ---> a326b2167adb [2021-05-12T21:00:56.477Z] Step 22/26 : 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-05-12T21:00:56.752Z] ---> Running in b06c4caf0d24 [2021-05-12T21:00:56.752Z] ---> Running in bc5ef5198119 [2021-05-12T21:00:56.752Z] ---> b686029221c4 [2021-05-12T21:00:56.752Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T21:00:57.365Z] Removing intermediate container 48ebc761594d [2021-05-12T21:00:57.365Z] ---> a9cb1ef57939 [2021-05-12T21:00:57.365Z] [2021-05-12T21:00:57.365Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T21:00:57.365Z] ---> 9852663dfa18 [2021-05-12T21:00:57.365Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T21:00:57.365Z] Removing intermediate container b06c4caf0d24 [2021-05-12T21:00:57.365Z] ---> d8bc74504617 [2021-05-12T21:00:57.365Z] [2021-05-12T21:00:57.365Z] ---> Running in bae0839ad84f [2021-05-12T21:00:57.965Z] Successfully built d8bc74504617 [2021-05-12T21:00:57.965Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-12T21:00:58.241Z]  Building security-proxy-setup ... done  ---> 11f4dab1ab67 [2021-05-12T21:00:58.241Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T21:00:58.517Z] ---> Running in 4aa7672a5850 [2021-05-12T21:00:58.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T21:00:59.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T21:00:59.071Z] Removing intermediate container 4aa7672a5850 [2021-05-12T21:00:59.071Z] ---> caf355f4f5e4 [2021-05-12T21:00:59.071Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T21:00:59.345Z] ---> Running in 7c02dca67661 [2021-05-12T21:00:59.621Z] Removing intermediate container 7c02dca67661 [2021-05-12T21:00:59.621Z] ---> 236e7d821dd1 [2021-05-12T21:00:59.621Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T21:00:59.621Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T21:00:59.908Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T21:00:59.908Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T21:00:59.908Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T21:00:59.908Z] ---> Running in 98d3e7031ecb [2021-05-12T21:00:59.908Z] Removing intermediate container bc5ef5198119 [2021-05-12T21:00:59.908Z] ---> 83e06877ee80 [2021-05-12T21:00:59.908Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T21:00:59.908Z] OK: 6 MiB in 16 packages [2021-05-12T21:01:00.181Z] ---> Running in 4fdbb89049d0 [2021-05-12T21:01:00.455Z] Removing intermediate container 98d3e7031ecb [2021-05-12T21:01:00.455Z] ---> 0b6d7a911cbd [2021-05-12T21:01:00.455Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:00.731Z] ---> Running in 40e75aeedf48 [2021-05-12T21:01:01.006Z] Removing intermediate container 4fdbb89049d0 [2021-05-12T21:01:01.006Z] ---> 374773176409 [2021-05-12T21:01:01.006Z] Step 24/26 : LABEL arch=arm64 [2021-05-12T21:01:01.006Z] ---> Running in a4f12a412886 [2021-05-12T21:01:01.281Z] Removing intermediate container 40e75aeedf48 [2021-05-12T21:01:01.281Z] ---> 2486a3162f84 [2021-05-12T21:01:01.281Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T21:01:01.567Z] ---> Running in ac3af12c59c5 [2021-05-12T21:01:01.567Z] Removing intermediate container a4f12a412886 [2021-05-12T21:01:01.567Z] ---> adcd6379a77d [2021-05-12T21:01:01.567Z] Step 25/26 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:01.846Z] Removing intermediate container bae0839ad84f [2021-05-12T21:01:01.846Z] ---> 22365c56cc69 [2021-05-12T21:01:01.846Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T21:01:01.846Z] ---> Running in 830a589254bf [2021-05-12T21:01:01.846Z] ---> Running in 021ea7b9a7f0 [2021-05-12T21:01:02.118Z] Removing intermediate container ac3af12c59c5 [2021-05-12T21:01:02.118Z] ---> 80fef119f2ab [2021-05-12T21:01:02.118Z] [2021-05-12T21:01:02.391Z] Successfully built 80fef119f2ab [2021-05-12T21:01:02.663Z] Successfully tagged core-metadata-arm64:latest [2021-05-12T21:01:02.663Z]  Building core-metadata ... done Removing intermediate container 830a589254bf [2021-05-12T21:01:02.663Z] ---> 5f5e4f56f67e [2021-05-12T21:01:02.663Z] Removing intermediate container 021ea7b9a7f0 [2021-05-12T21:01:02.663Z] Step 26/26 : LABEL version=2.0.0-dev.214 ---> 57702a6c51f3 [2021-05-12T21:01:02.663Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T21:01:02.663Z] [2021-05-12T21:01:02.663Z] ---> Running in 2a5d21284db8 [2021-05-12T21:01:02.663Z] ---> Running in b78073543d0d [2021-05-12T21:01:03.254Z] Removing intermediate container 2a5d21284db8 [2021-05-12T21:01:03.254Z] ---> 2b273bf91a42 [2021-05-12T21:01:03.254Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T21:01:03.254Z] Removing intermediate container b78073543d0d [2021-05-12T21:01:03.254Z] ---> 14e74e7b398b [2021-05-12T21:01:03.254Z] [2021-05-12T21:01:03.529Z] ---> Running in c3546a463b67 [2021-05-12T21:01:03.529Z] Successfully built 14e74e7b398b [2021-05-12T21:01:03.529Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-12T21:01:04.127Z]  Building security-secretstore-setup ... done Removing intermediate container c3546a463b67 [2021-05-12T21:01:04.127Z] ---> 51bbcb33f9fd [2021-05-12T21:01:04.127Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T21:01:04.727Z] ---> 3a7de42f992d [2021-05-12T21:01:04.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T21:01:06.158Z] ---> 6259db6dc968 [2021-05-12T21:01:06.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T21:01:06.757Z] ---> 8c5eb3f7ac79 [2021-05-12T21:01:06.757Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T21:01:06.757Z] ---> Running in bce0e9ffbe6f [2021-05-12T21:01:07.029Z] Removing intermediate container bce0e9ffbe6f [2021-05-12T21:01:07.029Z] ---> 797a8b759f01 [2021-05-12T21:01:07.029Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T21:01:07.310Z] ---> Running in 87e8a9e83b4a [2021-05-12T21:01:07.584Z] Removing intermediate container 87e8a9e83b4a [2021-05-12T21:01:07.584Z] ---> 31d1edd9ef47 [2021-05-12T21:01:07.584Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T21:01:07.855Z] ---> Running in 147a26bf7854 [2021-05-12T21:01:08.129Z] Removing intermediate container 147a26bf7854 [2021-05-12T21:01:08.129Z] ---> 5803738bd83d [2021-05-12T21:01:08.129Z] Step 22/23 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:08.401Z] ---> Running in 2e99fe3d6b21 [2021-05-12T21:01:09.000Z] Removing intermediate container 2e99fe3d6b21 [2021-05-12T21:01:09.000Z] ---> 0136301ec6fa [2021-05-12T21:01:09.000Z] Step 23/23 : LABEL version=2.0.0-dev.214 [2021-05-12T21:01:09.000Z] ---> Running in 000924aea930 [2021-05-12T21:01:09.649Z] Removing intermediate container 000924aea930 [2021-05-12T21:01:09.649Z] ---> 8fba18092f01 [2021-05-12T21:01:09.649Z] [2021-05-12T21:01:09.649Z] Successfully built 8fba18092f01 [2021-05-12T21:01:09.925Z] Successfully tagged support-notifications-arm64:latest [2021-05-12T21:01:10.213Z]  Building support-notifications ... done  [Pipeline] } [2021-05-12T21:01:10.216Z] $ docker stop --time=1 ac95e186544c6a1120352057ed6a49727c22d316df6aac7f4ec7f2cb9621247b [2021-05-12T21:01:12.109Z] $ docker rm -f ac95e186544c6a1120352057ed6a49727c22d316df6aac7f4ec7f2cb9621247b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T21:01:12.701Z] + docker images [2021-05-12T21:01:12.971Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T21:01:12.971Z] support-notifications-arm64 latest 8fba18092f01 3 seconds ago 16.7MB [2021-05-12T21:01:12.971Z] security-secretstore-setup-arm64 latest 14e74e7b398b 10 seconds ago 24.3MB [2021-05-12T21:01:12.971Z] core-metadata-arm64 latest 80fef119f2ab 11 seconds ago 17.4MB [2021-05-12T21:01:12.971Z] security-proxy-setup-arm64 latest d8bc74504617 16 seconds ago 23.9MB [2021-05-12T21:01:12.971Z] a9cb1ef57939 16 seconds ago 865MB [2021-05-12T21:01:12.971Z] 111725f2bdad 23 seconds ago 872MB [2021-05-12T21:01:12.971Z] ddf6228699fb 38 seconds ago 862MB [2021-05-12T21:01:12.971Z] b0b0f3158c44 38 seconds ago 861MB [2021-05-12T21:01:12.971Z] sys-mgmt-agent-arm64 latest a424a2701cbc About a minute ago 299MB [2021-05-12T21:01:12.971Z] security-bootstrapper-arm64 latest e8828855b6de 2 minutes ago 17.1MB [2021-05-12T21:01:12.971Z] core-data-arm64 latest ba39eaca689d 2 minutes ago 20.3MB [2021-05-12T21:01:12.971Z] support-scheduler-arm64 latest cd5ffa7a8e98 3 minutes ago 16.1MB [2021-05-12T21:01:12.971Z] core-command-arm64 latest 057202efa280 3 minutes ago 16.1MB [2021-05-12T21:01:12.971Z] 0ee3034b7975 3 minutes ago 873MB [2021-05-12T21:01:12.971Z] c3555bc42e5c 3 minutes ago 865MB [2021-05-12T21:01:12.971Z] dab46d7c55da 3 minutes ago 860MB [2021-05-12T21:01:12.971Z] 43c05ca40556 3 minutes ago 864MB [2021-05-12T21:01:12.971Z] dd1cfa362704 3 minutes ago 857MB [2021-05-12T21:01:12.971Z] ci-base-image-arm64 latest b78df3253c6f 8 minutes ago 641MB [2021-05-12T21:01:12.971Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-12T21:01:12.971Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-12T21:01:12.971Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-12T21:01:12.971Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T21:01:13.187Z] provisioning config files... [2021-05-12T21:01:13.227Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/483@tmp/config6896314407628857018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:01:13.580Z] ---> docker-login.sh [2021-05-12T21:01:13.580Z] nexus3.edgexfoundry.org:10001 [2021-05-12T21:01:13.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:01:13.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:01:13.849Z] Configure a credential helper to remove this warning. See [2021-05-12T21:01:13.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:01:13.849Z] [2021-05-12T21:01:13.849Z] Login Succeeded [2021-05-12T21:01:14.123Z] nexus3.edgexfoundry.org:10002 [2021-05-12T21:01:14.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:01:14.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:01:14.666Z] Configure a credential helper to remove this warning. See [2021-05-12T21:01:14.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:01:14.666Z] [2021-05-12T21:01:14.666Z] Login Succeeded [2021-05-12T21:01:14.666Z] nexus3.edgexfoundry.org:10003 [2021-05-12T21:01:14.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:01:14.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:01:14.937Z] Configure a credential helper to remove this warning. See [2021-05-12T21:01:14.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:01:14.937Z] [2021-05-12T21:01:14.937Z] Login Succeeded [2021-05-12T21:01:15.208Z] nexus3.edgexfoundry.org:10004 [2021-05-12T21:01:15.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:01:15.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:01:15.480Z] Configure a credential helper to remove this warning. See [2021-05-12T21:01:15.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:01:15.480Z] [2021-05-12T21:01:15.480Z] Login Succeeded [2021-05-12T21:01:15.480Z] docker.io [2021-05-12T21:01:16.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:01:16.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:01:16.346Z] Configure a credential helper to remove this warning. See [2021-05-12T21:01:16.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:01:16.346Z] [2021-05-12T21:01:16.346Z] Login Succeeded [2021-05-12T21:01:16.346Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T21:01:16.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:16.437Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2021-05-12T21:01:16.437Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:16.437Z] 2.0.0-dev.214 [2021-05-12T21:01:16.437Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:16.437Z] master [2021-05-12T21:01:16.437Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:16.823Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:17.161Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:17.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T21:01:17.161Z] ee58c6b8d02b: Preparing [2021-05-12T21:01:17.161Z] 63d72f2efed4: Preparing [2021-05-12T21:01:17.161Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:17.161Z] 8c2302724599: Preparing [2021-05-12T21:01:17.161Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:17.433Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:17.433Z] ee58c6b8d02b: Pushed [2021-05-12T21:01:17.703Z] 8c2302724599: Pushed [2021-05-12T21:01:17.703Z] 1fa3b0ec5440: Pushed [2021-05-12T21:01:20.315Z] 63d72f2efed4: Pushed [2021-05-12T21:01:20.315Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:793ba2381c694637661dfb7e5501c65cf9ba9345fc90419203941fb8ab33e740 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:20.661Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:20.997Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.214 [2021-05-12T21:01:20.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T21:01:20.997Z] ee58c6b8d02b: Preparing [2021-05-12T21:01:20.997Z] 63d72f2efed4: Preparing [2021-05-12T21:01:20.997Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:20.997Z] 8c2302724599: Preparing [2021-05-12T21:01:20.997Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:20.997Z] 63d72f2efed4: Layer already exists [2021-05-12T21:01:20.997Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:20.997Z] ee58c6b8d02b: Layer already exists [2021-05-12T21:01:20.997Z] 8c2302724599: Layer already exists [2021-05-12T21:01:20.997Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:21.267Z] 2.0.0-dev.214: digest: sha256:793ba2381c694637661dfb7e5501c65cf9ba9345fc90419203941fb8ab33e740 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:21.612Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:21.950Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:21.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T21:01:21.950Z] ee58c6b8d02b: Preparing [2021-05-12T21:01:21.950Z] 63d72f2efed4: Preparing [2021-05-12T21:01:21.950Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:21.950Z] 8c2302724599: Preparing [2021-05-12T21:01:21.950Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:21.950Z] 8c2302724599: Layer already exists [2021-05-12T21:01:21.950Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:21.950Z] ee58c6b8d02b: Layer already exists [2021-05-12T21:01:21.950Z] 63d72f2efed4: Layer already exists [2021-05-12T21:01:21.950Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:22.221Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:793ba2381c694637661dfb7e5501c65cf9ba9345fc90419203941fb8ab33e740 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:22.579Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:22.922Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:master [2021-05-12T21:01:22.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T21:01:22.923Z] ee58c6b8d02b: Preparing [2021-05-12T21:01:22.923Z] 63d72f2efed4: Preparing [2021-05-12T21:01:22.923Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:22.923Z] 8c2302724599: Preparing [2021-05-12T21:01:22.923Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:22.923Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:22.923Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:22.923Z] ee58c6b8d02b: Layer already exists [2021-05-12T21:01:22.923Z] 63d72f2efed4: Layer already exists [2021-05-12T21:01:23.197Z] 8c2302724599: Layer already exists [2021-05-12T21:01:23.197Z] master: digest: sha256:793ba2381c694637661dfb7e5501c65cf9ba9345fc90419203941fb8ab33e740 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:23.282Z] ===================================================== [Pipeline] echo [2021-05-12T21:01:23.302Z] taggedImages: [2021-05-12T21:01:23.302Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:23.302Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.214 [2021-05-12T21:01:23.302Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:23.302Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] echo [2021-05-12T21:01:23.397Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2021-05-12T21:01:23.397Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:23.397Z] 2.0.0-dev.214 [2021-05-12T21:01:23.397Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:23.397Z] master [2021-05-12T21:01:23.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:23.773Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:24.119Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:24.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T21:01:24.119Z] d6f7dd5214be: Preparing [2021-05-12T21:01:24.119Z] 4a0af0d8ead8: Preparing [2021-05-12T21:01:24.119Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:24.119Z] 0e49c0da8c36: Preparing [2021-05-12T21:01:24.119Z] 912c1317bc15: Preparing [2021-05-12T21:01:24.119Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:24.119Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:24.393Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:24.393Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:24.393Z] 912c1317bc15: Pushed [2021-05-12T21:01:24.393Z] d6f7dd5214be: Pushed [2021-05-12T21:01:24.988Z] 0e49c0da8c36: Pushed [2021-05-12T21:01:26.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T21:01:26.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-12T21:01:27.606Z] 4a0af0d8ead8: Pushed [2021-05-12T21:01:27.606Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:45ad31661245e88ce620727aa2698240afb37a8dab1be4667678e0e9cbee05a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:27.954Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:28.296Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.214 [2021-05-12T21:01:28.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T21:01:28.296Z] d6f7dd5214be: Preparing [2021-05-12T21:01:28.296Z] 4a0af0d8ead8: Preparing [2021-05-12T21:01:28.296Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:28.296Z] 0e49c0da8c36: Preparing [2021-05-12T21:01:28.296Z] 912c1317bc15: Preparing [2021-05-12T21:01:28.296Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:28.296Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:28.296Z] 4a0af0d8ead8: Layer already exists [2021-05-12T21:01:28.296Z] d6f7dd5214be: Layer already exists [2021-05-12T21:01:28.296Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:28.576Z] 912c1317bc15: Layer already exists [2021-05-12T21:01:28.576Z] 0e49c0da8c36: Layer already exists [2021-05-12T21:01:28.576Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:28.576Z] 2.0.0-dev.214: digest: sha256:45ad31661245e88ce620727aa2698240afb37a8dab1be4667678e0e9cbee05a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:28.939Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:29.078Z] Removing intermediate container 35a3e7b454bc [2021-05-12T21:01:29.078Z] ---> fcf97199ac22 [2021-05-12T21:01:29.078Z] [2021-05-12T21:01:29.078Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T21:01:29.078Z] ---> 13621d1b12d4 [2021-05-12T21:01:29.078Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T21:01:29.078Z] Removing intermediate container ff916157dbf4 [2021-05-12T21:01:29.078Z] ---> e7fcacf106dd [2021-05-12T21:01:29.078Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T21:01:29.078Z] Removing intermediate container b49ffd052ceb [2021-05-12T21:01:29.078Z] ---> a31be14cf129 [2021-05-12T21:01:29.078Z] [2021-05-12T21:01:29.078Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T21:01:29.078Z] ---> 13621d1b12d4 [2021-05-12T21:01:29.078Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T21:01:29.078Z] Removing intermediate container 9c96d5941ce2 [2021-05-12T21:01:29.078Z] ---> c8a174c62b20 [2021-05-12T21:01:29.078Z] [2021-05-12T21:01:29.078Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T21:01:29.078Z] ---> 13621d1b12d4 [2021-05-12T21:01:29.078Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T21:01:29.078Z] ---> Using cache [2021-05-12T21:01:29.078Z] ---> 626b979d092d [2021-05-12T21:01:29.078Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T21:01:29.078Z] ---> Using cache [2021-05-12T21:01:29.078Z] ---> 6aec552590c0 [2021-05-12T21:01:29.078Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T21:01:29.078Z] ---> Running in f323c046da1c [2021-05-12T21:01:29.078Z] ---> Running in e2229a08b850 [2021-05-12T21:01:29.078Z] ---> Running in c29cc97f2937 [2021-05-12T21:01:29.078Z] ---> Running in 7c2947912423 [2021-05-12T21:01:29.339Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:29.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T21:01:29.339Z] d6f7dd5214be: Preparing [2021-05-12T21:01:29.339Z] 4a0af0d8ead8: Preparing [2021-05-12T21:01:29.339Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:29.339Z] 0e49c0da8c36: Preparing [2021-05-12T21:01:29.339Z] 912c1317bc15: Preparing [2021-05-12T21:01:29.339Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:29.339Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:29.339Z] 912c1317bc15: Layer already exists [2021-05-12T21:01:29.339Z] d6f7dd5214be: Layer already exists [2021-05-12T21:01:29.339Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:29.339Z] 0e49c0da8c36: Layer already exists [2021-05-12T21:01:29.339Z] 4a0af0d8ead8: Layer already exists [2021-05-12T21:01:29.339Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:29.612Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:45ad31661245e88ce620727aa2698240afb37a8dab1be4667678e0e9cbee05a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:29.669Z] Removing intermediate container 7c2947912423 [2021-05-12T21:01:29.669Z] ---> 2bf5916196fa [2021-05-12T21:01:29.669Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T21:01:29.985Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:30.375Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:master [2021-05-12T21:01:30.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T21:01:30.376Z] d6f7dd5214be: Preparing [2021-05-12T21:01:30.376Z] 4a0af0d8ead8: Preparing [2021-05-12T21:01:30.376Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:30.376Z] 0e49c0da8c36: Preparing [2021-05-12T21:01:30.376Z] 912c1317bc15: Preparing [2021-05-12T21:01:30.376Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:30.376Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:30.376Z] d6f7dd5214be: Layer already exists [2021-05-12T21:01:30.376Z] 4a0af0d8ead8: Layer already exists [2021-05-12T21:01:30.376Z] 0e49c0da8c36: Layer already exists [2021-05-12T21:01:30.376Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:30.376Z] 912c1317bc15: Layer already exists [2021-05-12T21:01:30.376Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:30.647Z] master: digest: sha256:45ad31661245e88ce620727aa2698240afb37a8dab1be4667678e0e9cbee05a7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:30.718Z] ===================================================== [Pipeline] echo [2021-05-12T21:01:30.733Z] taggedImages: [2021-05-12T21:01:30.733Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:30.733Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.214 [2021-05-12T21:01:30.733Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:30.733Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] echo [2021-05-12T21:01:30.812Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2021-05-12T21:01:30.812Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:30.812Z] 2.0.0-dev.214 [2021-05-12T21:01:30.812Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:30.812Z] master [2021-05-12T21:01:30.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:31.097Z] ---> Running in 3f86a2b47f02 [2021-05-12T21:01:31.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T21:01:31.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T21:01:31.097Z] Removing intermediate container 3f86a2b47f02 [2021-05-12T21:01:31.097Z] ---> 62a2725df6d0 [2021-05-12T21:01:31.097Z] Step 16/24 : WORKDIR / [2021-05-12T21:01:31.097Z] ---> Running in 4d529db9cc84 [2021-05-12T21:01:31.204Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:31.379Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T21:01:31.379Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T21:01:31.379Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T21:01:31.379Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T21:01:31.379Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T21:01:31.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T21:01:31.541Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:31.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T21:01:31.541Z] a21a4e00cfe7: Preparing [2021-05-12T21:01:31.541Z] b674cb42a556: Preparing [2021-05-12T21:01:31.541Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:31.541Z] 138158244800: Preparing [2021-05-12T21:01:31.541Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:31.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T21:01:31.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.214" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-12T21:01:31.671Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T21:01:31.816Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:31.817Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:31.817Z] a21a4e00cfe7: Pushed [2021-05-12T21:01:31.817Z] 138158244800: Pushed [2021-05-12T21:01:31.990Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T21:01:31.991Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T21:01:31.991Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T21:01:31.991Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T21:01:31.991Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T21:01:31.991Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T21:01:31.991Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T21:01:31.991Z] Removing intermediate container 4d529db9cc84 [2021-05-12T21:01:31.991Z] ---> 6136c9ccf833 [2021-05-12T21:01:31.991Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T21:01:31.991Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T21:01:31.991Z] OK: 7 MiB in 18 packages [2021-05-12T21:01:31.991Z] OK: 7 MiB in 20 packages [2021-05-12T21:01:32.627Z] ---> f64cd30d7320 [2021-05-12T21:01:32.627Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T21:01:34.097Z] Removing intermediate container c29cc97f2937 [2021-05-12T21:01:34.097Z] ---> c048f90c76c9 [2021-05-12T21:01:34.097Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T21:01:34.097Z] Removing intermediate container f323c046da1c [2021-05-12T21:01:34.097Z] ---> 0d43af87ae91 [2021-05-12T21:01:34.097Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T21:01:34.097Z] ---> Running in 5c733f49c77a [2021-05-12T21:01:34.097Z] ---> 635165f8311d [2021-05-12T21:01:34.097Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T21:01:34.097Z] Removing intermediate container e2229a08b850 [2021-05-12T21:01:34.097Z] ---> adf0593f64a6 [2021-05-12T21:01:34.097Z] [2021-05-12T21:01:34.097Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T21:01:34.097Z] ---> Running in 1f047cd0b427 [2021-05-12T21:01:34.372Z] 20.10.0: Pulling from library/docker [2021-05-12T21:01:34.372Z] Removing intermediate container 5c733f49c77a [2021-05-12T21:01:34.372Z] ---> b938d113f77d [2021-05-12T21:01:34.372Z] Step 14/26 : WORKDIR / [2021-05-12T21:01:34.372Z] Removing intermediate container 1f047cd0b427 [2021-05-12T21:01:34.372Z] ---> 9521b848102a [2021-05-12T21:01:34.372Z] Step 14/22 : WORKDIR /edgex [2021-05-12T21:01:35.068Z] ---> Running in c2fa485cb70c [2021-05-12T21:01:35.068Z] ---> 75f888a8f13a [2021-05-12T21:01:35.068Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T21:01:35.068Z] ---> Running in 897a4c5ae0ca [2021-05-12T21:01:35.068Z] ---> Running in 037ffea2fa78 [2021-05-12T21:01:35.068Z] Removing intermediate container c2fa485cb70c [2021-05-12T21:01:35.068Z] ---> ad869e599677 [2021-05-12T21:01:35.068Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-12T21:01:35.182Z] b674cb42a556: Pushed [2021-05-12T21:01:35.378Z] Removing intermediate container 897a4c5ae0ca [2021-05-12T21:01:35.378Z] ---> 583d71140089 [2021-05-12T21:01:35.378Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T21:01:35.378Z] Removing intermediate container 037ffea2fa78 [2021-05-12T21:01:35.378Z] ---> 202e9c3ac360 [2021-05-12T21:01:35.378Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T21:01:35.452Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:ba55d60411989f5e7b107e1f7e1968b2dd688a3e3224bd3b350cf1ffe724cad0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:35.753Z] ---> Running in 4c6bd124399d [2021-05-12T21:01:35.792Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:36.140Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.214 [2021-05-12T21:01:36.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T21:01:36.140Z] a21a4e00cfe7: Preparing [2021-05-12T21:01:36.140Z] b674cb42a556: Preparing [2021-05-12T21:01:36.140Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:36.140Z] 138158244800: Preparing [2021-05-12T21:01:36.140Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:36.140Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:36.140Z] b674cb42a556: Layer already exists [2021-05-12T21:01:36.140Z] a21a4e00cfe7: Layer already exists [2021-05-12T21:01:36.140Z] 138158244800: Layer already exists [2021-05-12T21:01:36.140Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:36.293Z] ---> 0b2aeda0726b [2021-05-12T21:01:36.293Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-12T21:01:36.293Z] ---> f79d470927c7 [2021-05-12T21:01:36.293Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T21:01:36.293Z] Removing intermediate container 4c6bd124399d [2021-05-12T21:01:36.293Z] ---> cbb15d0234eb [2021-05-12T21:01:36.293Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T21:01:36.293Z] ---> Running in f732560ec611 [2021-05-12T21:01:36.429Z] 2.0.0-dev.214: digest: sha256:ba55d60411989f5e7b107e1f7e1968b2dd688a3e3224bd3b350cf1ffe724cad0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:36.590Z] ---> 2a4a035b6baa [2021-05-12T21:01:36.590Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T21:01:36.772Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:36.891Z] Removing intermediate container f732560ec611 [2021-05-12T21:01:36.891Z] ---> adf6463f44a8 [2021-05-12T21:01:36.891Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:36.891Z] ---> Running in c2b80f333267 [2021-05-12T21:01:36.891Z] ---> ced337a4fe14 [2021-05-12T21:01:36.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T21:01:37.135Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:37.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T21:01:37.135Z] a21a4e00cfe7: Preparing [2021-05-12T21:01:37.135Z] b674cb42a556: Preparing [2021-05-12T21:01:37.135Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:37.135Z] 138158244800: Preparing [2021-05-12T21:01:37.135Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:37.135Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:37.135Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:37.405Z] 138158244800: Layer already exists [2021-05-12T21:01:37.405Z] b674cb42a556: Layer already exists [2021-05-12T21:01:37.405Z] a21a4e00cfe7: Layer already exists [2021-05-12T21:01:37.405Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:ba55d60411989f5e7b107e1f7e1968b2dd688a3e3224bd3b350cf1ffe724cad0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:37.508Z] ---> e50e53b9ecb0 [2021-05-12T21:01:37.508Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-12T21:01:37.508Z] Removing intermediate container c2b80f333267 [2021-05-12T21:01:37.508Z] ---> ad97720b8fd8 [2021-05-12T21:01:37.508Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T21:01:37.750Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:37.789Z] ---> Running in 3f6cd045bd57 [2021-05-12T21:01:37.789Z] ---> e7f201a75b15 [2021-05-12T21:01:37.789Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T21:01:38.082Z] ---> 219d9c155a15 [2021-05-12T21:01:38.082Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T21:01:38.094Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [2021-05-12T21:01:38.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T21:01:38.094Z] a21a4e00cfe7: Preparing [2021-05-12T21:01:38.094Z] b674cb42a556: Preparing [2021-05-12T21:01:38.094Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:38.094Z] 138158244800: Preparing [2021-05-12T21:01:38.094Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:38.094Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:38.094Z] 138158244800: Layer already exists [2021-05-12T21:01:38.094Z] a21a4e00cfe7: Layer already exists [2021-05-12T21:01:38.094Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:38.094Z] b674cb42a556: Layer already exists [2021-05-12T21:01:38.364Z] master: digest: sha256:ba55d60411989f5e7b107e1f7e1968b2dd688a3e3224bd3b350cf1ffe724cad0 size: 1363 [2021-05-12T21:01:38.376Z] ---> Running in 1353519c3c01 [2021-05-12T21:01:38.376Z] Removing intermediate container 3f6cd045bd57 [2021-05-12T21:01:38.376Z] ---> 0d30d9e5ba28 [2021-05-12T21:01:38.376Z] [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:38.424Z] ===================================================== [Pipeline] echo [2021-05-12T21:01:38.439Z] taggedImages: [2021-05-12T21:01:38.439Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:38.439Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.214 [2021-05-12T21:01:38.439Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:38.439Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] echo [2021-05-12T21:01:38.471Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2021-05-12T21:01:38.471Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:38.471Z] 2.0.0-dev.214 [2021-05-12T21:01:38.471Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:38.471Z] master [2021-05-12T21:01:38.471Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:38.848Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:38.983Z] ---> a54371c3f568 [2021-05-12T21:01:38.983Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T21:01:38.983Z] Successfully built 0d30d9e5ba28 [2021-05-12T21:01:38.983Z] Removing intermediate container 1353519c3c01 [2021-05-12T21:01:38.983Z] ---> 6b2f837c42d3 [2021-05-12T21:01:38.983Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T21:01:38.983Z] Successfully tagged core-command:latest [2021-05-12T21:01:39.189Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:39.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T21:01:39.190Z] 14984255b737: Preparing [2021-05-12T21:01:39.190Z] 14984255b737: Preparing [2021-05-12T21:01:39.190Z] 7e23c716a44b: Preparing [2021-05-12T21:01:39.190Z] 7b21e1a7a8b6: Preparing [2021-05-12T21:01:39.190Z] 3d0b3390d047: Preparing [2021-05-12T21:01:39.190Z] 83ce416fb81b: Preparing [2021-05-12T21:01:39.190Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:39.190Z] fd18059c01b8: Preparing [2021-05-12T21:01:39.190Z] fd18059c01b8: Preparing [2021-05-12T21:01:39.190Z] 192e7a24c0bb: Preparing [2021-05-12T21:01:39.190Z] dc5833b1c261: Preparing [2021-05-12T21:01:39.190Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:39.190Z] 1fa3b0ec5440: Waiting [2021-05-12T21:01:39.190Z] fd18059c01b8: Waiting [2021-05-12T21:01:39.190Z] 192e7a24c0bb: Waiting [2021-05-12T21:01:39.190Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:39.190Z] dc5833b1c261: Waiting [2021-05-12T21:01:39.254Z]  Building core-command ... done  ---> Running in d7ed939cbc4c [2021-05-12T21:01:39.465Z] 7b21e1a7a8b6: Pushed [2021-05-12T21:01:39.465Z] 14984255b737: Pushed [2021-05-12T21:01:39.465Z] 7e23c716a44b: Pushed [2021-05-12T21:01:39.465Z] 3d0b3390d047: Pushed [2021-05-12T21:01:39.465Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:39.520Z] Removing intermediate container d7ed939cbc4c [2021-05-12T21:01:39.520Z] ---> e2396cf2f8cf [2021-05-12T21:01:39.520Z] Step 20/22 : LABEL arch=x86_64 [2021-05-12T21:01:39.736Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:39.736Z] 192e7a24c0bb: Pushed [2021-05-12T21:01:39.736Z] fd18059c01b8: Pushed [2021-05-12T21:01:39.736Z] dc5833b1c261: Pushed [2021-05-12T21:01:39.795Z] ---> Running in bea94554327a [2021-05-12T21:01:39.795Z] ---> 085e827fd301 [2021-05-12T21:01:39.795Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T21:01:40.068Z] Removing intermediate container bea94554327a [2021-05-12T21:01:40.068Z] ---> e4b795bbe414 [2021-05-12T21:01:40.068Z] Step 21/22 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:40.659Z] ---> 3930e01451b8 [2021-05-12T21:01:40.659Z] Step 22/26 : 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-05-12T21:01:40.659Z] ---> Running in 14667bbae807 [2021-05-12T21:01:40.923Z] ---> Running in 11ff8cf9115d [2021-05-12T21:01:41.196Z] Removing intermediate container 14667bbae807 [2021-05-12T21:01:41.196Z] ---> 5c49535c5c44 [2021-05-12T21:01:41.196Z] Step 22/22 : LABEL version=2.0.0-dev.214 [2021-05-12T21:01:41.467Z] ---> Running in a10302a185f4 [2021-05-12T21:01:42.353Z] 83ce416fb81b: Pushed [2021-05-12T21:01:42.426Z] Removing intermediate container a10302a185f4 [2021-05-12T21:01:42.426Z] ---> 72650ad3490f [2021-05-12T21:01:42.426Z] [2021-05-12T21:01:42.624Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:855d5300dc7c1d850256adffd47af12a2c1bc2fbad17a44d97fe21f12f364f3a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:42.692Z] Successfully built 72650ad3490f [2021-05-12T21:01:42.963Z] Successfully tagged security-proxy-setup:latest [2021-05-12T21:01:42.963Z]  Building security-proxy-setup ... done Removing intermediate container 11ff8cf9115d [2021-05-12T21:01:42.963Z] ---> e8a8971746fe [2021-05-12T21:01:42.963Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T21:01:42.963Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T21:01:42.963Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T21:01:42.963Z] ---> aefe523efa57 [2021-05-12T21:01:42.963Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-12T21:01:42.963Z] ---> Running in 105aa319611a [2021-05-12T21:01:42.970Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:43.228Z] ---> Running in 37520d98bd2d [2021-05-12T21:01:43.228Z] Removing intermediate container 105aa319611a [2021-05-12T21:01:43.228Z] ---> 51ca09acacf7 [2021-05-12T21:01:43.228Z] Step 24/26 : LABEL arch=x86_64 [2021-05-12T21:01:43.228Z] ---> Running in 158caea4b0b5 [2021-05-12T21:01:43.228Z] Removing intermediate container 37520d98bd2d [2021-05-12T21:01:43.228Z] ---> 547c066ded3b [2021-05-12T21:01:43.228Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T21:01:43.310Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.214 [2021-05-12T21:01:43.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T21:01:43.310Z] 14984255b737: Preparing [2021-05-12T21:01:43.310Z] 14984255b737: Preparing [2021-05-12T21:01:43.310Z] 7e23c716a44b: Preparing [2021-05-12T21:01:43.310Z] 7b21e1a7a8b6: Preparing [2021-05-12T21:01:43.310Z] 3d0b3390d047: Preparing [2021-05-12T21:01:43.310Z] 83ce416fb81b: Preparing [2021-05-12T21:01:43.310Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:43.310Z] fd18059c01b8: Preparing [2021-05-12T21:01:43.310Z] fd18059c01b8: Preparing [2021-05-12T21:01:43.310Z] 192e7a24c0bb: Preparing [2021-05-12T21:01:43.310Z] dc5833b1c261: Preparing [2021-05-12T21:01:43.310Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:43.310Z] 1fa3b0ec5440: Waiting [2021-05-12T21:01:43.310Z] fd18059c01b8: Waiting [2021-05-12T21:01:43.310Z] 192e7a24c0bb: Waiting [2021-05-12T21:01:43.310Z] dc5833b1c261: Waiting [2021-05-12T21:01:43.310Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:43.510Z] ---> Running in d4deb0938b82 [2021-05-12T21:01:43.510Z] Removing intermediate container 158caea4b0b5 [2021-05-12T21:01:43.510Z] ---> b0feb530ab43 [2021-05-12T21:01:43.510Z] Step 25/26 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:43.586Z] 7b21e1a7a8b6: Layer already exists [2021-05-12T21:01:43.586Z] 3d0b3390d047: Layer already exists [2021-05-12T21:01:43.586Z] 14984255b737: Layer already exists [2021-05-12T21:01:43.586Z] 83ce416fb81b: Layer already exists [2021-05-12T21:01:43.586Z] 7e23c716a44b: Layer already exists [2021-05-12T21:01:43.586Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:43.586Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:43.586Z] 192e7a24c0bb: Layer already exists [2021-05-12T21:01:43.586Z] fd18059c01b8: Layer already exists [2021-05-12T21:01:43.586Z] dc5833b1c261: Layer already exists [2021-05-12T21:01:43.586Z] 2.0.0-dev.214: digest: sha256:855d5300dc7c1d850256adffd47af12a2c1bc2fbad17a44d97fe21f12f364f3a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:43.786Z] ---> Running in 03cba6634736 [2021-05-12T21:01:43.786Z] Removing intermediate container 03cba6634736 [2021-05-12T21:01:43.786Z] ---> 40a074c17bb8 [2021-05-12T21:01:43.786Z] Step 26/26 : LABEL version=2.0.0-dev.214 [2021-05-12T21:01:43.945Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:44.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T21:01:44.052Z] ---> Running in e4bdb09fb3c3 [2021-05-12T21:01:44.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T21:01:44.052Z] Removing intermediate container e4bdb09fb3c3 [2021-05-12T21:01:44.052Z] ---> 31f54d0af3d2 [2021-05-12T21:01:44.052Z] [2021-05-12T21:01:44.280Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:44.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T21:01:44.280Z] 14984255b737: Preparing [2021-05-12T21:01:44.280Z] 14984255b737: Preparing [2021-05-12T21:01:44.280Z] 7e23c716a44b: Preparing [2021-05-12T21:01:44.280Z] 7b21e1a7a8b6: Preparing [2021-05-12T21:01:44.280Z] 3d0b3390d047: Preparing [2021-05-12T21:01:44.280Z] 83ce416fb81b: Preparing [2021-05-12T21:01:44.280Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:44.280Z] fd18059c01b8: Preparing [2021-05-12T21:01:44.280Z] fd18059c01b8: Preparing [2021-05-12T21:01:44.280Z] 192e7a24c0bb: Preparing [2021-05-12T21:01:44.280Z] dc5833b1c261: Preparing [2021-05-12T21:01:44.280Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:44.280Z] 1fa3b0ec5440: Waiting [2021-05-12T21:01:44.280Z] fd18059c01b8: Waiting [2021-05-12T21:01:44.280Z] 192e7a24c0bb: Waiting [2021-05-12T21:01:44.280Z] dc5833b1c261: Waiting [2021-05-12T21:01:44.280Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:44.280Z] 14984255b737: Layer already exists [2021-05-12T21:01:44.280Z] 7e23c716a44b: Layer already exists [2021-05-12T21:01:44.280Z] 7b21e1a7a8b6: Layer already exists [2021-05-12T21:01:44.280Z] 3d0b3390d047: Layer already exists [2021-05-12T21:01:44.280Z] 83ce416fb81b: Layer already exists [2021-05-12T21:01:44.352Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T21:01:44.352Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T21:01:44.352Z] Executing bash-5.0.17-r0.post-install [2021-05-12T21:01:44.352Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T21:01:44.352Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T21:01:44.352Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T21:01:44.352Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T21:01:44.352Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T21:01:44.352Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T21:01:44.352Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T21:01:44.352Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T21:01:44.352Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T21:01:44.352Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T21:01:44.352Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T21:01:44.352Z] Successfully built 31f54d0af3d2 [2021-05-12T21:01:44.352Z] Successfully tagged security-secretstore-setup:latest [2021-05-12T21:01:44.552Z] fd18059c01b8: Layer already exists [2021-05-12T21:01:44.552Z] dc5833b1c261: Layer already exists [2021-05-12T21:01:44.552Z] 192e7a24c0bb: Layer already exists [2021-05-12T21:01:44.552Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:44.552Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:44.552Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:855d5300dc7c1d850256adffd47af12a2c1bc2fbad17a44d97fe21f12f364f3a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:44.900Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:45.445Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [2021-05-12T21:01:45.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T21:01:45.446Z] 14984255b737: Preparing [2021-05-12T21:01:45.446Z] 14984255b737: Preparing [2021-05-12T21:01:45.446Z] 7e23c716a44b: Preparing [2021-05-12T21:01:45.446Z] 7b21e1a7a8b6: Preparing [2021-05-12T21:01:45.446Z] 3d0b3390d047: Preparing [2021-05-12T21:01:45.446Z] 83ce416fb81b: Preparing [2021-05-12T21:01:45.446Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:45.446Z] fd18059c01b8: Preparing [2021-05-12T21:01:45.446Z] fd18059c01b8: Preparing [2021-05-12T21:01:45.446Z] 192e7a24c0bb: Preparing [2021-05-12T21:01:45.446Z] dc5833b1c261: Preparing [2021-05-12T21:01:45.446Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:45.446Z] 1fa3b0ec5440: Waiting [2021-05-12T21:01:45.446Z] fd18059c01b8: Waiting [2021-05-12T21:01:45.446Z] 192e7a24c0bb: Waiting [2021-05-12T21:01:45.446Z] dc5833b1c261: Waiting [2021-05-12T21:01:45.446Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:45.723Z] 3d0b3390d047: Layer already exists [2021-05-12T21:01:45.723Z] 14984255b737: Layer already exists [2021-05-12T21:01:45.723Z] 83ce416fb81b: Layer already exists [2021-05-12T21:01:45.723Z] 7e23c716a44b: Layer already exists [2021-05-12T21:01:45.723Z] 7b21e1a7a8b6: Layer already exists [2021-05-12T21:01:45.723Z] fd18059c01b8: Layer already exists [2021-05-12T21:01:45.723Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:45.723Z] 192e7a24c0bb: Layer already exists [2021-05-12T21:01:45.723Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:45.723Z] dc5833b1c261: Layer already exists [2021-05-12T21:01:45.723Z] master: digest: sha256:855d5300dc7c1d850256adffd47af12a2c1bc2fbad17a44d97fe21f12f364f3a size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-05-12T21:01:45.780Z]  Building security-secretstore-setup ... done (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T21:01:45.780Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T21:01:45.780Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T21:01:45.780Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T21:01:45.780Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T21:01:45.780Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T21:01:45.780Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T21:01:45.780Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T21:01:45.780Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T21:01:45.780Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T21:01:45.780Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T21:01:45.780Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T21:01:45.780Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T21:01:45.780Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T21:01:45.780Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T21:01:45.780Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T21:01:45.780Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T21:01:45.780Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T21:01:45.780Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T21:01:45.780Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T21:01:45.780Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T21:01:45.781Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T21:01:45.781Z] (36/39) Installing py3-toml (0.10.1-r0) [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:45.805Z] ===================================================== [Pipeline] echo [2021-05-12T21:01:45.821Z] taggedImages: [2021-05-12T21:01:45.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:45.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.214 [2021-05-12T21:01:45.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:45.821Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] echo [2021-05-12T21:01:45.891Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2021-05-12T21:01:45.891Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:45.891Z] 2.0.0-dev.214 [2021-05-12T21:01:45.891Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:45.891Z] master [2021-05-12T21:01:45.891Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:46.045Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T21:01:46.045Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T21:01:46.045Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T21:01:46.045Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T21:01:46.045Z] OK: 72 MiB in 59 packages [2021-05-12T21:01:46.268Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:46.605Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:46.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T21:01:46.605Z] f7eb73afad53: Preparing [2021-05-12T21:01:46.605Z] 4f45f44a7c35: Preparing [2021-05-12T21:01:46.605Z] 440ec11ff378: Preparing [2021-05-12T21:01:46.605Z] d225c484a95e: Preparing [2021-05-12T21:01:46.605Z] 15e8c5046771: Preparing [2021-05-12T21:01:46.605Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:46.605Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:46.877Z] d225c484a95e: Pushed [2021-05-12T21:01:46.877Z] 440ec11ff378: Pushed [2021-05-12T21:01:47.027Z] Collecting docker-compose==1.23.2 [2021-05-12T21:01:47.027Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T21:01:47.151Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:47.424Z] 15e8c5046771: Pushed [2021-05-12T21:01:47.633Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T21:01:47.633Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T21:01:47.633Z] 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-05-12T21:01:47.633Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T21:01:47.633Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T21:01:48.603Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T21:01:48.603Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T21:01:48.867Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T21:01:48.867Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T21:01:48.867Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T21:01:48.867Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T21:01:49.389Z] f7eb73afad53: Pushed [2021-05-12T21:01:49.389Z] 4f45f44a7c35: Pushed [2021-05-12T21:01:49.389Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:7c1d8a11c1c8ee4e555b66a9d75ada57e3020194ae94141f2d25c504e7c4c612 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:49.454Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T21:01:49.454Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T21:01:49.731Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:50.035Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T21:01:50.035Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T21:01:50.077Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.214 [2021-05-12T21:01:50.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T21:01:50.077Z] f7eb73afad53: Preparing [2021-05-12T21:01:50.077Z] 4f45f44a7c35: Preparing [2021-05-12T21:01:50.077Z] 440ec11ff378: Preparing [2021-05-12T21:01:50.077Z] d225c484a95e: Preparing [2021-05-12T21:01:50.077Z] 15e8c5046771: Preparing [2021-05-12T21:01:50.077Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:50.077Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:50.077Z] 440ec11ff378: Layer already exists [2021-05-12T21:01:50.077Z] d225c484a95e: Layer already exists [2021-05-12T21:01:50.077Z] 15e8c5046771: Layer already exists [2021-05-12T21:01:50.077Z] 4f45f44a7c35: Layer already exists [2021-05-12T21:01:50.077Z] f7eb73afad53: Layer already exists [2021-05-12T21:01:50.301Z] Collecting PyYAML<4,>=3.10 [2021-05-12T21:01:50.302Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T21:01:50.349Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:50.349Z] 2.0.0-dev.214: digest: sha256:7c1d8a11c1c8ee4e555b66a9d75ada57e3020194ae94141f2d25c504e7c4c612 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:50.714Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:51.072Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:51.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T21:01:51.072Z] f7eb73afad53: Preparing [2021-05-12T21:01:51.072Z] 4f45f44a7c35: Preparing [2021-05-12T21:01:51.072Z] 440ec11ff378: Preparing [2021-05-12T21:01:51.072Z] d225c484a95e: Preparing [2021-05-12T21:01:51.072Z] 15e8c5046771: Preparing [2021-05-12T21:01:51.072Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:51.072Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:51.343Z] 440ec11ff378: Layer already exists [2021-05-12T21:01:51.343Z] d225c484a95e: Layer already exists [2021-05-12T21:01:51.343Z] 4f45f44a7c35: Layer already exists [2021-05-12T21:01:51.343Z] f7eb73afad53: Layer already exists [2021-05-12T21:01:51.343Z] 15e8c5046771: Layer already exists [2021-05-12T21:01:51.343Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:51.343Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:7c1d8a11c1c8ee4e555b66a9d75ada57e3020194ae94141f2d25c504e7c4c612 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:51.702Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:51.733Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T21:01:51.733Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T21:01:51.733Z] 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-05-12T21:01:51.733Z] Collecting idna<2.8,>=2.5 [2021-05-12T21:01:51.733Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T21:01:51.733Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T21:01:51.733Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T21:01:52.001Z] 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-05-12T21:01:52.001Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T21:01:52.001Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T21:01:52.001Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T21:01:52.001Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T21:01:52.001Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T21:01:52.001Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T21:01:52.036Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [2021-05-12T21:01:52.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T21:01:52.036Z] f7eb73afad53: Preparing [2021-05-12T21:01:52.036Z] 4f45f44a7c35: Preparing [2021-05-12T21:01:52.036Z] 440ec11ff378: Preparing [2021-05-12T21:01:52.036Z] d225c484a95e: Preparing [2021-05-12T21:01:52.036Z] 15e8c5046771: Preparing [2021-05-12T21:01:52.036Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:52.036Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:52.036Z] 15e8c5046771: Layer already exists [2021-05-12T21:01:52.036Z] 4f45f44a7c35: Layer already exists [2021-05-12T21:01:52.036Z] d225c484a95e: Layer already exists [2021-05-12T21:01:52.036Z] 440ec11ff378: Layer already exists [2021-05-12T21:01:52.036Z] f7eb73afad53: Layer already exists [2021-05-12T21:01:52.266Z] Installing collected packages: idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, cached-property, docopt, texttable, jsonschema, PyYAML, docker-compose [2021-05-12T21:01:52.266Z] Attempting uninstall: idna [2021-05-12T21:01:52.266Z] Found existing installation: idna 2.9 [2021-05-12T21:01:52.266Z] Uninstalling idna-2.9: [2021-05-12T21:01:52.266Z] Successfully uninstalled idna-2.9 [2021-05-12T21:01:52.306Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:52.306Z] master: digest: sha256:7c1d8a11c1c8ee4e555b66a9d75ada57e3020194ae94141f2d25c504e7c4c612 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:52.365Z] ===================================================== [Pipeline] echo [2021-05-12T21:01:52.379Z] taggedImages: [2021-05-12T21:01:52.379Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:52.379Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.214 [2021-05-12T21:01:52.379Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:52.379Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] echo [2021-05-12T21:01:52.424Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2021-05-12T21:01:52.424Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:52.424Z] 2.0.0-dev.214 [2021-05-12T21:01:52.424Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:52.424Z] master [2021-05-12T21:01:52.424Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:52.551Z] Attempting uninstall: urllib3 [2021-05-12T21:01:52.551Z] Found existing installation: urllib3 1.25.9 [2021-05-12T21:01:52.551Z] Uninstalling urllib3-1.25.9: [2021-05-12T21:01:52.551Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T21:01:52.794Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:52.817Z] Attempting uninstall: requests [2021-05-12T21:01:52.817Z] Found existing installation: requests 2.23.0 [2021-05-12T21:01:52.817Z] Uninstalling requests-2.23.0: [2021-05-12T21:01:52.817Z] Successfully uninstalled requests-2.23.0 [2021-05-12T21:01:53.081Z] Running setup.py install for dockerpty: started [2021-05-12T21:01:53.130Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:53.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T21:01:53.130Z] 6288f5c849c4: Preparing [2021-05-12T21:01:53.130Z] c44175573cd7: Preparing [2021-05-12T21:01:53.130Z] 6d71e34a0407: Preparing [2021-05-12T21:01:53.131Z] 9c5e5d1f030f: Preparing [2021-05-12T21:01:53.131Z] 2e0bc1baad04: Preparing [2021-05-12T21:01:53.131Z] e8fcd5675819: Preparing [2021-05-12T21:01:53.131Z] 9127d0f79984: Preparing [2021-05-12T21:01:53.131Z] 9ba41cf08358: Preparing [2021-05-12T21:01:53.131Z] 1de2b73de841: Preparing [2021-05-12T21:01:53.131Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:53.131Z] e8fcd5675819: Waiting [2021-05-12T21:01:53.131Z] 9127d0f79984: Waiting [2021-05-12T21:01:53.131Z] 9ba41cf08358: Waiting [2021-05-12T21:01:53.131Z] 1de2b73de841: Waiting [2021-05-12T21:01:53.131Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:53.419Z] 6288f5c849c4: Pushed [2021-05-12T21:01:53.419Z] c44175573cd7: Pushed [2021-05-12T21:01:53.419Z] 2e0bc1baad04: Pushed [2021-05-12T21:01:53.664Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T21:01:53.693Z] e8fcd5675819: Pushed [2021-05-12T21:01:53.693Z] 9ba41cf08358: Pushed [2021-05-12T21:01:53.693Z] 9127d0f79984: Pushed [2021-05-12T21:01:53.693Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:54.261Z] Running setup.py install for docopt: started [2021-05-12T21:01:54.289Z] 1de2b73de841: Pushed [2021-05-12T21:01:54.843Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T21:01:54.843Z] Running setup.py install for texttable: started [2021-05-12T21:01:55.425Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T21:01:55.724Z] Running setup.py install for PyYAML: started [2021-05-12T21:01:55.758Z] 9c5e5d1f030f: Pushed [2021-05-12T21:01:55.758Z] 6d71e34a0407: Pushed [2021-05-12T21:01:56.030Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:725825e9092f2137cce47ab06f95350a7e6c437a254be0c6ead4566ed6f3c694 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:56.371Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:56.681Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T21:01:56.706Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.214 [2021-05-12T21:01:56.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T21:01:56.706Z] 6288f5c849c4: Preparing [2021-05-12T21:01:56.706Z] c44175573cd7: Preparing [2021-05-12T21:01:56.706Z] 6d71e34a0407: Preparing [2021-05-12T21:01:56.706Z] 9c5e5d1f030f: Preparing [2021-05-12T21:01:56.706Z] 2e0bc1baad04: Preparing [2021-05-12T21:01:56.706Z] e8fcd5675819: Preparing [2021-05-12T21:01:56.706Z] 9127d0f79984: Preparing [2021-05-12T21:01:56.706Z] 9ba41cf08358: Preparing [2021-05-12T21:01:56.706Z] 1de2b73de841: Preparing [2021-05-12T21:01:56.706Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:56.706Z] e8fcd5675819: Waiting [2021-05-12T21:01:56.706Z] 9127d0f79984: Waiting [2021-05-12T21:01:56.706Z] 9ba41cf08358: Waiting [2021-05-12T21:01:56.706Z] 1de2b73de841: Waiting [2021-05-12T21:01:56.706Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:56.706Z] c44175573cd7: Layer already exists [2021-05-12T21:01:56.706Z] 9c5e5d1f030f: Layer already exists [2021-05-12T21:01:56.706Z] 6288f5c849c4: Layer already exists [2021-05-12T21:01:56.706Z] 2e0bc1baad04: Layer already exists [2021-05-12T21:01:56.946Z] 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.59.0 [2021-05-12T21:01:56.977Z] 6d71e34a0407: Layer already exists [2021-05-12T21:01:56.977Z] 9127d0f79984: Layer already exists [2021-05-12T21:01:56.977Z] e8fcd5675819: Layer already exists [2021-05-12T21:01:56.977Z] 9ba41cf08358: Layer already exists [2021-05-12T21:01:56.977Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:56.977Z] 1de2b73de841: Layer already exists [2021-05-12T21:01:56.977Z] 2.0.0-dev.214: digest: sha256:725825e9092f2137cce47ab06f95350a7e6c437a254be0c6ead4566ed6f3c694 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:57.317Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:57.655Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:57.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T21:01:57.655Z] 6288f5c849c4: Preparing [2021-05-12T21:01:57.655Z] c44175573cd7: Preparing [2021-05-12T21:01:57.655Z] 6d71e34a0407: Preparing [2021-05-12T21:01:57.655Z] 9c5e5d1f030f: Preparing [2021-05-12T21:01:57.655Z] 2e0bc1baad04: Preparing [2021-05-12T21:01:57.655Z] e8fcd5675819: Preparing [2021-05-12T21:01:57.655Z] 9127d0f79984: Preparing [2021-05-12T21:01:57.655Z] 9ba41cf08358: Preparing [2021-05-12T21:01:57.655Z] 1de2b73de841: Preparing [2021-05-12T21:01:57.655Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:57.655Z] 9ba41cf08358: Waiting [2021-05-12T21:01:57.655Z] 1de2b73de841: Waiting [2021-05-12T21:01:57.655Z] e8fcd5675819: Waiting [2021-05-12T21:01:57.655Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:57.655Z] 9127d0f79984: Waiting [2021-05-12T21:01:57.655Z] 6288f5c849c4: Layer already exists [2021-05-12T21:01:57.928Z] 9c5e5d1f030f: Layer already exists [2021-05-12T21:01:57.928Z] 6d71e34a0407: Layer already exists [2021-05-12T21:01:57.928Z] c44175573cd7: Layer already exists [2021-05-12T21:01:57.928Z] 2e0bc1baad04: Layer already exists [2021-05-12T21:01:57.928Z] 9127d0f79984: Layer already exists [2021-05-12T21:01:57.928Z] 1de2b73de841: Layer already exists [2021-05-12T21:01:57.928Z] 9ba41cf08358: Layer already exists [2021-05-12T21:01:57.928Z] e8fcd5675819: Layer already exists [2021-05-12T21:01:57.928Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:57.928Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:725825e9092f2137cce47ab06f95350a7e6c437a254be0c6ead4566ed6f3c694 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:58.274Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:58.615Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [2021-05-12T21:01:58.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T21:01:58.615Z] 6288f5c849c4: Preparing [2021-05-12T21:01:58.615Z] c44175573cd7: Preparing [2021-05-12T21:01:58.615Z] 6d71e34a0407: Preparing [2021-05-12T21:01:58.615Z] 9c5e5d1f030f: Preparing [2021-05-12T21:01:58.615Z] 2e0bc1baad04: Preparing [2021-05-12T21:01:58.615Z] e8fcd5675819: Preparing [2021-05-12T21:01:58.615Z] 9127d0f79984: Preparing [2021-05-12T21:01:58.615Z] 9ba41cf08358: Preparing [2021-05-12T21:01:58.615Z] 1de2b73de841: Preparing [2021-05-12T21:01:58.615Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:58.615Z] 9127d0f79984: Waiting [2021-05-12T21:01:58.615Z] 9ba41cf08358: Waiting [2021-05-12T21:01:58.615Z] 3fbe34a1663b: Waiting [2021-05-12T21:01:58.615Z] 1de2b73de841: Waiting [2021-05-12T21:01:58.615Z] e8fcd5675819: Waiting [2021-05-12T21:01:58.615Z] 6d71e34a0407: Layer already exists [2021-05-12T21:01:58.615Z] 6288f5c849c4: Layer already exists [2021-05-12T21:01:58.615Z] 2e0bc1baad04: Layer already exists [2021-05-12T21:01:58.615Z] 9c5e5d1f030f: Layer already exists [2021-05-12T21:01:58.615Z] c44175573cd7: Layer already exists [2021-05-12T21:01:58.887Z] e8fcd5675819: Layer already exists [2021-05-12T21:01:58.887Z] 9127d0f79984: Layer already exists [2021-05-12T21:01:58.887Z] 9ba41cf08358: Layer already exists [2021-05-12T21:01:58.887Z] 1de2b73de841: Layer already exists [2021-05-12T21:01:58.887Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:58.887Z] master: digest: sha256:725825e9092f2137cce47ab06f95350a7e6c437a254be0c6ead4566ed6f3c694 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:01:58.946Z] ===================================================== [Pipeline] echo [2021-05-12T21:01:58.960Z] taggedImages: [2021-05-12T21:01:58.960Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:58.960Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.214 [2021-05-12T21:01:58.960Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:58.960Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] echo [2021-05-12T21:01:58.991Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2021-05-12T21:01:58.991Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:58.991Z] 2.0.0-dev.214 [2021-05-12T21:01:58.991Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:01:58.991Z] master [2021-05-12T21:01:58.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:59.361Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:01:59.700Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:01:59.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T21:01:59.700Z] 0d082458a076: Preparing [2021-05-12T21:01:59.700Z] 84baf98c8197: Preparing [2021-05-12T21:01:59.700Z] 1fa3b0ec5440: Preparing [2021-05-12T21:01:59.700Z] bed4a96e3a92: Preparing [2021-05-12T21:01:59.700Z] 3fbe34a1663b: Preparing [2021-05-12T21:01:59.973Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:01:59.973Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:01:59.973Z] 0d082458a076: Pushed [2021-05-12T21:02:00.247Z] bed4a96e3a92: Pushed [2021-05-12T21:02:02.855Z] 84baf98c8197: Pushed [2021-05-12T21:02:02.855Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:9a241e273fc8dba6cfa0f477d6e439a3dbefb69c1692da55ea600cb07d05a931 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:03.195Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:03.528Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.214 [2021-05-12T21:02:03.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T21:02:03.528Z] 0d082458a076: Preparing [2021-05-12T21:02:03.528Z] 84baf98c8197: Preparing [2021-05-12T21:02:03.528Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:03.528Z] bed4a96e3a92: Preparing [2021-05-12T21:02:03.528Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:03.528Z] 84baf98c8197: Layer already exists [2021-05-12T21:02:03.528Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:03.528Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:03.528Z] 0d082458a076: Layer already exists [2021-05-12T21:02:03.528Z] bed4a96e3a92: Layer already exists [2021-05-12T21:02:03.800Z] 2.0.0-dev.214: digest: sha256:9a241e273fc8dba6cfa0f477d6e439a3dbefb69c1692da55ea600cb07d05a931 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:04.144Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:04.480Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:04.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T21:02:04.480Z] 0d082458a076: Preparing [2021-05-12T21:02:04.480Z] 84baf98c8197: Preparing [2021-05-12T21:02:04.480Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:04.480Z] bed4a96e3a92: Preparing [2021-05-12T21:02:04.480Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:04.480Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:04.480Z] 0d082458a076: Layer already exists [2021-05-12T21:02:04.480Z] bed4a96e3a92: Layer already exists [2021-05-12T21:02:04.480Z] 84baf98c8197: Layer already exists [2021-05-12T21:02:04.480Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:04.749Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:9a241e273fc8dba6cfa0f477d6e439a3dbefb69c1692da55ea600cb07d05a931 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:05.089Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:05.421Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [2021-05-12T21:02:05.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T21:02:05.421Z] 0d082458a076: Preparing [2021-05-12T21:02:05.421Z] 84baf98c8197: Preparing [2021-05-12T21:02:05.421Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:05.421Z] bed4a96e3a92: Preparing [2021-05-12T21:02:05.421Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:05.421Z] bed4a96e3a92: Layer already exists [2021-05-12T21:02:05.421Z] 84baf98c8197: Layer already exists [2021-05-12T21:02:05.421Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:05.421Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:05.421Z] 0d082458a076: Layer already exists [2021-05-12T21:02:05.690Z] master: digest: sha256:9a241e273fc8dba6cfa0f477d6e439a3dbefb69c1692da55ea600cb07d05a931 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:05.749Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:05.765Z] taggedImages: [2021-05-12T21:02:05.765Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:05.765Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.214 [2021-05-12T21:02:05.765Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:05.765Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] echo [2021-05-12T21:02:05.798Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2021-05-12T21:02:05.798Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:05.798Z] 2.0.0-dev.214 [2021-05-12T21:02:05.798Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:05.798Z] master [2021-05-12T21:02:05.798Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:06.175Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:06.547Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:06.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T21:02:06.548Z] 77e04a9a25d7: Preparing [2021-05-12T21:02:06.548Z] d6f1ea2625e3: Preparing [2021-05-12T21:02:06.548Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:06.548Z] 138158244800: Preparing [2021-05-12T21:02:06.548Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:06.548Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:06.824Z] 138158244800: Layer already exists [2021-05-12T21:02:06.824Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:06.824Z] 77e04a9a25d7: Pushed [2021-05-12T21:02:09.317Z] Removing intermediate container d4deb0938b82 [2021-05-12T21:02:09.317Z] ---> 33cf52d16e1a [2021-05-12T21:02:09.317Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T21:02:09.317Z] ---> Running in f7b5264d6656 [2021-05-12T21:02:09.317Z] Removing intermediate container f7b5264d6656 [2021-05-12T21:02:09.317Z] ---> dbd70b51eecd [2021-05-12T21:02:09.317Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T21:02:09.317Z] ---> Running in 86351b3d5180 [2021-05-12T21:02:09.317Z] Removing intermediate container 86351b3d5180 [2021-05-12T21:02:09.317Z] ---> 77dc213b2feb [2021-05-12T21:02:09.317Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T21:02:09.426Z] d6f1ea2625e3: Pushed [2021-05-12T21:02:09.599Z] ---> 146f912dd869 [2021-05-12T21:02:09.599Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T21:02:09.696Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:afbe62d282c6fb2a0fddbea5c66671779a3a9c45855dbf0da92a6926a8ee5532 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:10.035Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:10.196Z] ---> 93a2431cecc7 [2021-05-12T21:02:10.197Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T21:02:10.369Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.214 [2021-05-12T21:02:10.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T21:02:10.369Z] 77e04a9a25d7: Preparing [2021-05-12T21:02:10.369Z] d6f1ea2625e3: Preparing [2021-05-12T21:02:10.369Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:10.369Z] 138158244800: Preparing [2021-05-12T21:02:10.369Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:10.369Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:10.369Z] 138158244800: Layer already exists [2021-05-12T21:02:10.369Z] 77e04a9a25d7: Layer already exists [2021-05-12T21:02:10.369Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:10.369Z] d6f1ea2625e3: Layer already exists [2021-05-12T21:02:10.640Z] 2.0.0-dev.214: digest: sha256:afbe62d282c6fb2a0fddbea5c66671779a3a9c45855dbf0da92a6926a8ee5532 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:10.797Z] ---> a86d3e33a4a9 [2021-05-12T21:02:10.797Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T21:02:10.797Z] ---> Running in 289bc825394f [2021-05-12T21:02:11.002Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:11.062Z] Removing intermediate container 289bc825394f [2021-05-12T21:02:11.062Z] ---> 626a1b44e051 [2021-05-12T21:02:11.062Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T21:02:11.062Z] ---> Running in bdff10857faf [2021-05-12T21:02:11.341Z] Removing intermediate container bdff10857faf [2021-05-12T21:02:11.341Z] ---> 508ade773d7e [2021-05-12T21:02:11.341Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T21:02:11.341Z] ---> Running in c623a6e956f8 [2021-05-12T21:02:11.371Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:11.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T21:02:11.371Z] 77e04a9a25d7: Preparing [2021-05-12T21:02:11.371Z] d6f1ea2625e3: Preparing [2021-05-12T21:02:11.371Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:11.371Z] 138158244800: Preparing [2021-05-12T21:02:11.371Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:11.371Z] 77e04a9a25d7: Layer already exists [2021-05-12T21:02:11.371Z] d6f1ea2625e3: Layer already exists [2021-05-12T21:02:11.371Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:11.371Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:11.371Z] 138158244800: Layer already exists [2021-05-12T21:02:11.606Z] Removing intermediate container c623a6e956f8 [2021-05-12T21:02:11.606Z] ---> bba83cb381bd [2021-05-12T21:02:11.606Z] Step 23/24 : LABEL git_sha=d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:11.648Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:afbe62d282c6fb2a0fddbea5c66671779a3a9c45855dbf0da92a6926a8ee5532 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:11.874Z] ---> Running in 2605c6d555ac [2021-05-12T21:02:11.874Z] Removing intermediate container 2605c6d555ac [2021-05-12T21:02:11.874Z] ---> 30d09712ec03 [2021-05-12T21:02:11.874Z] Step 24/24 : LABEL version=2.0.0-dev.214 [2021-05-12T21:02:12.009Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:12.138Z] ---> Running in c0e08c7c9064 [2021-05-12T21:02:12.138Z] Removing intermediate container c0e08c7c9064 [2021-05-12T21:02:12.138Z] ---> 17ab547f3dff [2021-05-12T21:02:12.138Z] [2021-05-12T21:02:12.379Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [2021-05-12T21:02:12.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T21:02:12.379Z] 77e04a9a25d7: Preparing [2021-05-12T21:02:12.379Z] d6f1ea2625e3: Preparing [2021-05-12T21:02:12.379Z] 1fa3b0ec5440: Preparing [2021-05-12T21:02:12.379Z] 138158244800: Preparing [2021-05-12T21:02:12.379Z] 3fbe34a1663b: Preparing [2021-05-12T21:02:12.401Z] Successfully built 17ab547f3dff [2021-05-12T21:02:12.402Z] Successfully tagged sys-mgmt-agent:latest [2021-05-12T21:02:12.652Z] d6f1ea2625e3: Layer already exists [2021-05-12T21:02:12.652Z] 3fbe34a1663b: Layer already exists [2021-05-12T21:02:12.652Z] 138158244800: Layer already exists [2021-05-12T21:02:12.652Z] 77e04a9a25d7: Layer already exists [2021-05-12T21:02:12.652Z] 1fa3b0ec5440: Layer already exists [2021-05-12T21:02:12.652Z] master: digest: sha256:afbe62d282c6fb2a0fddbea5c66671779a3a9c45855dbf0da92a6926a8ee5532 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:12.724Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:12.737Z] taggedImages: [2021-05-12T21:02:12.738Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:12.738Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.214 [2021-05-12T21:02:12.738Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:12.738Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] echo [2021-05-12T21:02:12.769Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2021-05-12T21:02:12.769Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:12.769Z] 2.0.0-dev.214 [2021-05-12T21:02:12.769Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:12.769Z] master [2021-05-12T21:02:12.769Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:13.020Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-12T21:02:13.074Z] $ docker stop --time=1 3d95ac099815d57241f20759965a60d4d87f5b1bac66204b47fa6d2ec657d3a7 [2021-05-12T21:02:13.192Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:16.364Z] $ docker rm -f 3d95ac099815d57241f20759965a60d4d87f5b1bac66204b47fa6d2ec657d3a7 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:16.913Z] + docker images [2021-05-12T21:02:16.972Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:16.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T21:02:16.972Z] 08195e67114b: Preparing [2021-05-12T21:02:16.972Z] 7b4fc2285a6e: Preparing [2021-05-12T21:02:16.972Z] 99327cf9fef8: Preparing [2021-05-12T21:02:16.972Z] 8f75c030d3c5: Preparing [2021-05-12T21:02:16.972Z] 9ded3b6bb9b5: Preparing [2021-05-12T21:02:16.972Z] fa1afe8e6ed9: Preparing [2021-05-12T21:02:16.972Z] 87a09b4c083e: Preparing [2021-05-12T21:02:16.972Z] 0f74e9ff2a61: Preparing [2021-05-12T21:02:16.972Z] b122376c33c6: Preparing [2021-05-12T21:02:16.972Z] f8381ed47b22: Preparing [2021-05-12T21:02:16.972Z] e934a737d657: Preparing [2021-05-12T21:02:16.972Z] fa1afe8e6ed9: Waiting [2021-05-12T21:02:16.972Z] 87a09b4c083e: Waiting [2021-05-12T21:02:16.972Z] 0f74e9ff2a61: Waiting [2021-05-12T21:02:16.972Z] b122376c33c6: Waiting [2021-05-12T21:02:16.972Z] f8381ed47b22: Waiting [2021-05-12T21:02:16.972Z] e934a737d657: Waiting [2021-05-12T21:02:17.240Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T21:02:17.240Z] fa1afe8e6ed9: Layer already exists [2021-05-12T21:02:17.240Z] 87a09b4c083e: Layer already exists [2021-05-12T21:02:17.240Z] 0f74e9ff2a61: Layer already exists [2021-05-12T21:02:17.240Z] b122376c33c6: Layer already exists [2021-05-12T21:02:17.240Z] 7b4fc2285a6e: Pushed [2021-05-12T21:02:17.240Z] f8381ed47b22: Layer already exists [2021-05-12T21:02:17.240Z] e934a737d657: Layer already exists [2021-05-12T21:02:17.512Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T21:02:17.512Z] sys-mgmt-agent latest 17ab547f3dff 5 seconds ago 312MB [2021-05-12T21:02:17.512Z] security-secretstore-setup latest 31f54d0af3d2 33 seconds ago 25.7MB [2021-05-12T21:02:17.512Z] security-proxy-setup latest 72650ad3490f 35 seconds ago 25.3MB [2021-05-12T21:02:17.512Z] core-command latest 0d30d9e5ba28 40 seconds ago 17MB [2021-05-12T21:02:17.512Z] adf0593f64a6 44 seconds ago 1.15GB [2021-05-12T21:02:17.512Z] c8a174c62b20 52 seconds ago 1.16GB [2021-05-12T21:02:17.513Z] fcf97199ac22 52 seconds ago 1.16GB [2021-05-12T21:02:17.513Z] a31be14cf129 52 seconds ago 1.15GB [2021-05-12T21:02:17.513Z] security-bootstrapper latest 7f8e32fde3ef 2 minutes ago 18.2MB [2021-05-12T21:02:17.513Z] core-data latest 3460849f40ac 3 minutes ago 21.5MB [2021-05-12T21:02:17.513Z] core-metadata latest 525f20eacab5 3 minutes ago 18.6MB [2021-05-12T21:02:17.513Z] support-notifications latest 659fbe0f5fdc 3 minutes ago 17.7MB [2021-05-12T21:02:17.513Z] support-scheduler latest 216813cb3bc2 3 minutes ago 17.1MB [2021-05-12T21:02:17.513Z] 55cb18db7018 3 minutes ago 1.17GB [2021-05-12T21:02:17.513Z] 3b2bacedcb37 3 minutes ago 1.17GB [2021-05-12T21:02:17.513Z] 600e2dfff771 3 minutes ago 1.16GB [2021-05-12T21:02:17.513Z] 8d2021e8a4ac 3 minutes ago 1.16GB [2021-05-12T21:02:17.513Z] df4bba5a571d 3 minutes ago 1.15GB [2021-05-12T21:02:17.513Z] ci-base-image-x86_64 latest 118332d4e5c4 10 minutes ago 648MB [2021-05-12T21:02:17.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-12T21:02:17.513Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-12T21:02:17.513Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-12T21:02:17.513Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-12T21:02:17.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T21:02:17.667Z] provisioning config files... [2021-05-12T21:02:17.710Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/483@tmp/config3330230989573628378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:02:17.831Z] 08195e67114b: Pushed [2021-05-12T21:02:18.096Z] ---> docker-login.sh [2021-05-12T21:02:18.096Z] nexus3.edgexfoundry.org:10001 [2021-05-12T21:02:18.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:02:18.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:02:18.363Z] Configure a credential helper to remove this warning. See [2021-05-12T21:02:18.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:02:18.363Z] [2021-05-12T21:02:18.363Z] Login Succeeded [2021-05-12T21:02:18.363Z] nexus3.edgexfoundry.org:10002 [2021-05-12T21:02:18.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:02:18.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:02:18.645Z] Configure a credential helper to remove this warning. See [2021-05-12T21:02:18.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:02:18.645Z] [2021-05-12T21:02:18.645Z] Login Succeeded [2021-05-12T21:02:18.645Z] nexus3.edgexfoundry.org:10003 [2021-05-12T21:02:18.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:02:18.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:02:18.918Z] Configure a credential helper to remove this warning. See [2021-05-12T21:02:18.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:02:18.918Z] [2021-05-12T21:02:18.918Z] Login Succeeded [2021-05-12T21:02:18.918Z] nexus3.edgexfoundry.org:10004 [2021-05-12T21:02:19.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:02:19.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:02:19.529Z] Configure a credential helper to remove this warning. See [2021-05-12T21:02:19.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:02:19.529Z] [2021-05-12T21:02:19.529Z] Login Succeeded [2021-05-12T21:02:19.529Z] docker.io [2021-05-12T21:02:19.796Z] 99327cf9fef8: Pushed [2021-05-12T21:02:19.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T21:02:20.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T21:02:20.080Z] Configure a credential helper to remove this warning. See [2021-05-12T21:02:20.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T21:02:20.080Z] [2021-05-12T21:02:20.080Z] Login Succeeded [2021-05-12T21:02:20.080Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T21:02:20.092Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:20.162Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2021-05-12T21:02:20.162Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:20.162Z] 2.0.0-dev.214 [2021-05-12T21:02:20.162Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:20.162Z] master [2021-05-12T21:02:20.162Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:20.533Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:20.918Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:20.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T21:02:20.918Z] af9727b95590: Preparing [2021-05-12T21:02:20.918Z] 5796daa76340: Preparing [2021-05-12T21:02:20.918Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:20.918Z] 03bd89d7e232: Preparing [2021-05-12T21:02:20.918Z] 32f366d666a5: Preparing [2021-05-12T21:02:20.918Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:21.221Z] b3dfa61bc6b6: Pushed [2021-05-12T21:02:21.221Z] 03bd89d7e232: Pushed [2021-05-12T21:02:21.221Z] af9727b95590: Pushed [2021-05-12T21:02:22.654Z] 5796daa76340: Pushed [2021-05-12T21:02:22.654Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:ebebb09b02bed86c756027c580bf4d52fe7cba4400e1c409750a7bd12ec4d875 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:22.994Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:23.328Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.214 [2021-05-12T21:02:23.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T21:02:23.328Z] af9727b95590: Preparing [2021-05-12T21:02:23.328Z] 5796daa76340: Preparing [2021-05-12T21:02:23.329Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:23.329Z] 03bd89d7e232: Preparing [2021-05-12T21:02:23.329Z] 32f366d666a5: Preparing [2021-05-12T21:02:23.329Z] 5796daa76340: Layer already exists [2021-05-12T21:02:23.329Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:23.329Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:23.329Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:23.329Z] af9727b95590: Layer already exists [2021-05-12T21:02:23.329Z] 2.0.0-dev.214: digest: sha256:ebebb09b02bed86c756027c580bf4d52fe7cba4400e1c409750a7bd12ec4d875 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:23.727Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:24.043Z] + docker push nexus3.edgexfoundry.org:10004/core-command:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:24.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T21:02:24.043Z] af9727b95590: Preparing [2021-05-12T21:02:24.043Z] 5796daa76340: Preparing [2021-05-12T21:02:24.043Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:24.043Z] 03bd89d7e232: Preparing [2021-05-12T21:02:24.043Z] 32f366d666a5: Preparing [2021-05-12T21:02:24.043Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:24.043Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:24.043Z] 5796daa76340: Layer already exists [2021-05-12T21:02:24.043Z] af9727b95590: Layer already exists [2021-05-12T21:02:24.043Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:24.307Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:ebebb09b02bed86c756027c580bf4d52fe7cba4400e1c409750a7bd12ec4d875 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:24.624Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:24.937Z] + docker push nexus3.edgexfoundry.org:10004/core-command:master [2021-05-12T21:02:24.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T21:02:24.937Z] af9727b95590: Preparing [2021-05-12T21:02:24.937Z] 5796daa76340: Preparing [2021-05-12T21:02:24.937Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:24.937Z] 03bd89d7e232: Preparing [2021-05-12T21:02:24.937Z] 32f366d666a5: Preparing [2021-05-12T21:02:24.937Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:24.937Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:24.937Z] af9727b95590: Layer already exists [2021-05-12T21:02:24.937Z] 5796daa76340: Layer already exists [2021-05-12T21:02:24.937Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:24.937Z] master: digest: sha256:ebebb09b02bed86c756027c580bf4d52fe7cba4400e1c409750a7bd12ec4d875 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:24.993Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:25.006Z] taggedImages: [2021-05-12T21:02:25.006Z] - nexus3.edgexfoundry.org:10004/core-command:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:25.006Z] - nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.214 [2021-05-12T21:02:25.006Z] - nexus3.edgexfoundry.org:10004/core-command:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:25.007Z] - nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] echo [2021-05-12T21:02:25.038Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2021-05-12T21:02:25.039Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:25.039Z] 2.0.0-dev.214 [2021-05-12T21:02:25.039Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:25.039Z] master [2021-05-12T21:02:25.039Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:25.409Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:25.991Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:25.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T21:02:25.992Z] 3bc89102705d: Preparing [2021-05-12T21:02:25.992Z] 299f9330fb94: Preparing [2021-05-12T21:02:25.992Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:25.992Z] d30f50562161: Preparing [2021-05-12T21:02:25.992Z] 23c4983d6c49: Preparing [2021-05-12T21:02:25.992Z] 32f366d666a5: Preparing [2021-05-12T21:02:25.992Z] 32f366d666a5: Waiting [2021-05-12T21:02:25.992Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:25.992Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:25.992Z] 23c4983d6c49: Pushed [2021-05-12T21:02:25.992Z] 3bc89102705d: Pushed [2021-05-12T21:02:26.320Z] d30f50562161: Pushed [2021-05-12T21:02:27.788Z] 299f9330fb94: Pushed [2021-05-12T21:02:27.788Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:aa811f3a8901e145fe40250b7100e7d0b4e71e33c04a9c0a1d069cb05fb15565 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:28.134Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:28.442Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.214 [2021-05-12T21:02:28.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T21:02:28.442Z] 3bc89102705d: Preparing [2021-05-12T21:02:28.442Z] 299f9330fb94: Preparing [2021-05-12T21:02:28.442Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:28.442Z] d30f50562161: Preparing [2021-05-12T21:02:28.442Z] 23c4983d6c49: Preparing [2021-05-12T21:02:28.442Z] 32f366d666a5: Preparing [2021-05-12T21:02:28.442Z] 32f366d666a5: Waiting [2021-05-12T21:02:28.442Z] 299f9330fb94: Layer already exists [2021-05-12T21:02:28.442Z] 3bc89102705d: Layer already exists [2021-05-12T21:02:28.442Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:28.442Z] 23c4983d6c49: Layer already exists [2021-05-12T21:02:28.442Z] d30f50562161: Layer already exists [2021-05-12T21:02:28.442Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:28.442Z] 2.0.0-dev.214: digest: sha256:aa811f3a8901e145fe40250b7100e7d0b4e71e33c04a9c0a1d069cb05fb15565 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:28.767Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:29.090Z] + docker push nexus3.edgexfoundry.org:10004/core-data:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:29.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T21:02:29.090Z] 3bc89102705d: Preparing [2021-05-12T21:02:29.090Z] 299f9330fb94: Preparing [2021-05-12T21:02:29.090Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:29.090Z] d30f50562161: Preparing [2021-05-12T21:02:29.090Z] 23c4983d6c49: Preparing [2021-05-12T21:02:29.090Z] 32f366d666a5: Preparing [2021-05-12T21:02:29.090Z] 32f366d666a5: Waiting [2021-05-12T21:02:29.090Z] 3bc89102705d: Layer already exists [2021-05-12T21:02:29.090Z] 299f9330fb94: Layer already exists [2021-05-12T21:02:29.090Z] 23c4983d6c49: Layer already exists [2021-05-12T21:02:29.090Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:29.090Z] d30f50562161: Layer already exists [2021-05-12T21:02:29.090Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:29.090Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:aa811f3a8901e145fe40250b7100e7d0b4e71e33c04a9c0a1d069cb05fb15565 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:29.400Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:29.738Z] + docker push nexus3.edgexfoundry.org:10004/core-data:master [2021-05-12T21:02:29.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T21:02:29.738Z] 3bc89102705d: Preparing [2021-05-12T21:02:29.738Z] 299f9330fb94: Preparing [2021-05-12T21:02:29.738Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:29.738Z] d30f50562161: Preparing [2021-05-12T21:02:29.738Z] 23c4983d6c49: Preparing [2021-05-12T21:02:29.738Z] 32f366d666a5: Preparing [2021-05-12T21:02:29.738Z] 32f366d666a5: Waiting [2021-05-12T21:02:29.738Z] 3bc89102705d: Layer already exists [2021-05-12T21:02:29.738Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:29.738Z] 23c4983d6c49: Layer already exists [2021-05-12T21:02:29.738Z] d30f50562161: Layer already exists [2021-05-12T21:02:29.738Z] 299f9330fb94: Layer already exists [2021-05-12T21:02:29.738Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:29.738Z] master: digest: sha256:aa811f3a8901e145fe40250b7100e7d0b4e71e33c04a9c0a1d069cb05fb15565 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:29.793Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:29.807Z] taggedImages: [2021-05-12T21:02:29.807Z] - nexus3.edgexfoundry.org:10004/core-data:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:29.807Z] - nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.214 [2021-05-12T21:02:29.807Z] - nexus3.edgexfoundry.org:10004/core-data:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:29.807Z] - nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] echo [2021-05-12T21:02:29.841Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2021-05-12T21:02:29.841Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:29.841Z] 2.0.0-dev.214 [2021-05-12T21:02:29.841Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:29.841Z] master [2021-05-12T21:02:29.841Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:30.215Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:30.780Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:30.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T21:02:30.780Z] 1b953f7df811: Preparing [2021-05-12T21:02:30.780Z] 5345e4594769: Preparing [2021-05-12T21:02:30.780Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:30.780Z] 880679a51ac8: Preparing [2021-05-12T21:02:30.780Z] 32f366d666a5: Preparing [2021-05-12T21:02:30.780Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:30.780Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:31.044Z] 1b953f7df811: Pushed [2021-05-12T21:02:31.044Z] 880679a51ac8: Pushed [2021-05-12T21:02:32.146Z] 8f75c030d3c5: Pushed [2021-05-12T21:02:32.146Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:4e80d5b50764ae070a5e9f498be96641e4c3f6d2b6edff90c98319190996a3b8 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:32.482Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.214 [2021-05-12T21:02:32.483Z] 5345e4594769: Pushed [2021-05-12T21:02:32.483Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:9c60df17cf0734d0c74d01b1eabf759273bf6a99f62f69eea0f6e53e1782e906 size: 1363 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:32.813Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.214 [2021-05-12T21:02:32.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T21:02:32.813Z] 08195e67114b: Preparing [2021-05-12T21:02:32.813Z] 7b4fc2285a6e: Preparing [2021-05-12T21:02:32.813Z] 99327cf9fef8: Preparing [2021-05-12T21:02:32.813Z] 8f75c030d3c5: Preparing [2021-05-12T21:02:32.813Z] 9ded3b6bb9b5: Preparing [2021-05-12T21:02:32.813Z] fa1afe8e6ed9: Preparing [2021-05-12T21:02:32.813Z] 87a09b4c083e: Preparing [2021-05-12T21:02:32.813Z] 0f74e9ff2a61: Preparing [2021-05-12T21:02:32.813Z] b122376c33c6: Preparing [2021-05-12T21:02:32.813Z] f8381ed47b22: Preparing [2021-05-12T21:02:32.813Z] e934a737d657: Preparing [2021-05-12T21:02:32.813Z] fa1afe8e6ed9: Waiting [2021-05-12T21:02:32.813Z] 87a09b4c083e: Waiting [2021-05-12T21:02:32.813Z] 0f74e9ff2a61: Waiting [2021-05-12T21:02:32.813Z] b122376c33c6: Waiting [2021-05-12T21:02:32.813Z] f8381ed47b22: Waiting [2021-05-12T21:02:32.813Z] e934a737d657: Waiting [2021-05-12T21:02:32.858Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:33.084Z] 8f75c030d3c5: Layer already exists [2021-05-12T21:02:33.084Z] 08195e67114b: Layer already exists [2021-05-12T21:02:33.085Z] 99327cf9fef8: Layer already exists [2021-05-12T21:02:33.085Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T21:02:33.085Z] 7b4fc2285a6e: Layer already exists [2021-05-12T21:02:33.085Z] fa1afe8e6ed9: Layer already exists [2021-05-12T21:02:33.085Z] 0f74e9ff2a61: Layer already exists [2021-05-12T21:02:33.085Z] 87a09b4c083e: Layer already exists [2021-05-12T21:02:33.085Z] b122376c33c6: Layer already exists [2021-05-12T21:02:33.085Z] f8381ed47b22: Layer already exists [2021-05-12T21:02:33.085Z] e934a737d657: Layer already exists [2021-05-12T21:02:33.085Z] 2.0.0-dev.214: digest: sha256:4e80d5b50764ae070a5e9f498be96641e4c3f6d2b6edff90c98319190996a3b8 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:33.163Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.214 [2021-05-12T21:02:33.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T21:02:33.163Z] 1b953f7df811: Preparing [2021-05-12T21:02:33.163Z] 5345e4594769: Preparing [2021-05-12T21:02:33.163Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:33.163Z] 880679a51ac8: Preparing [2021-05-12T21:02:33.163Z] 32f366d666a5: Preparing [2021-05-12T21:02:33.163Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:33.163Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:33.163Z] 880679a51ac8: Layer already exists [2021-05-12T21:02:33.163Z] 5345e4594769: Layer already exists [2021-05-12T21:02:33.163Z] 1b953f7df811: Layer already exists [2021-05-12T21:02:33.163Z] 2.0.0-dev.214: digest: sha256:9c60df17cf0734d0c74d01b1eabf759273bf6a99f62f69eea0f6e53e1782e906 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:33.424Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:33.477Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:33.756Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:33.756Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T21:02:33.756Z] 08195e67114b: Preparing [2021-05-12T21:02:33.756Z] 7b4fc2285a6e: Preparing [2021-05-12T21:02:33.756Z] 99327cf9fef8: Preparing [2021-05-12T21:02:33.756Z] 8f75c030d3c5: Preparing [2021-05-12T21:02:33.756Z] 9ded3b6bb9b5: Preparing [2021-05-12T21:02:33.756Z] fa1afe8e6ed9: Preparing [2021-05-12T21:02:33.756Z] 87a09b4c083e: Preparing [2021-05-12T21:02:33.756Z] 0f74e9ff2a61: Preparing [2021-05-12T21:02:33.756Z] b122376c33c6: Preparing [2021-05-12T21:02:33.756Z] f8381ed47b22: Preparing [2021-05-12T21:02:33.756Z] e934a737d657: Preparing [2021-05-12T21:02:33.756Z] fa1afe8e6ed9: Waiting [2021-05-12T21:02:33.756Z] 87a09b4c083e: Waiting [2021-05-12T21:02:33.756Z] f8381ed47b22: Waiting [2021-05-12T21:02:33.756Z] 0f74e9ff2a61: Waiting [2021-05-12T21:02:33.756Z] b122376c33c6: Waiting [2021-05-12T21:02:33.756Z] e934a737d657: Waiting [2021-05-12T21:02:33.756Z] 08195e67114b: Layer already exists [2021-05-12T21:02:33.756Z] 99327cf9fef8: Layer already exists [2021-05-12T21:02:33.756Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T21:02:33.756Z] 7b4fc2285a6e: Layer already exists [2021-05-12T21:02:33.756Z] 8f75c030d3c5: Layer already exists [2021-05-12T21:02:33.802Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:33.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T21:02:33.802Z] 1b953f7df811: Preparing [2021-05-12T21:02:33.802Z] 5345e4594769: Preparing [2021-05-12T21:02:33.802Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:33.802Z] 880679a51ac8: Preparing [2021-05-12T21:02:33.802Z] 32f366d666a5: Preparing [2021-05-12T21:02:33.802Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:33.802Z] 1b953f7df811: Layer already exists [2021-05-12T21:02:33.802Z] 880679a51ac8: Layer already exists [2021-05-12T21:02:33.802Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:33.802Z] 5345e4594769: Layer already exists [2021-05-12T21:02:33.802Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:9c60df17cf0734d0c74d01b1eabf759273bf6a99f62f69eea0f6e53e1782e906 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:34.025Z] 87a09b4c083e: Layer already exists [2021-05-12T21:02:34.026Z] fa1afe8e6ed9: Layer already exists [2021-05-12T21:02:34.026Z] 0f74e9ff2a61: Layer already exists [2021-05-12T21:02:34.026Z] b122376c33c6: Layer already exists [2021-05-12T21:02:34.026Z] f8381ed47b22: Layer already exists [2021-05-12T21:02:34.026Z] e934a737d657: Layer already exists [2021-05-12T21:02:34.026Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:4e80d5b50764ae070a5e9f498be96641e4c3f6d2b6edff90c98319190996a3b8 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:34.117Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:34.371Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:34.422Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:master [2021-05-12T21:02:34.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T21:02:34.422Z] 1b953f7df811: Preparing [2021-05-12T21:02:34.422Z] 5345e4594769: Preparing [2021-05-12T21:02:34.422Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:34.422Z] 880679a51ac8: Preparing [2021-05-12T21:02:34.422Z] 32f366d666a5: Preparing [2021-05-12T21:02:34.422Z] 5345e4594769: Layer already exists [2021-05-12T21:02:34.422Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:34.422Z] 1b953f7df811: Layer already exists [2021-05-12T21:02:34.422Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:34.422Z] 880679a51ac8: Layer already exists [2021-05-12T21:02:34.687Z] master: digest: sha256:9c60df17cf0734d0c74d01b1eabf759273bf6a99f62f69eea0f6e53e1782e906 size: 1363 [2021-05-12T21:02:34.700Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [2021-05-12T21:02:34.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T21:02:34.700Z] 08195e67114b: Preparing [2021-05-12T21:02:34.700Z] 7b4fc2285a6e: Preparing [2021-05-12T21:02:34.700Z] 99327cf9fef8: Preparing [2021-05-12T21:02:34.700Z] 8f75c030d3c5: Preparing [2021-05-12T21:02:34.700Z] 9ded3b6bb9b5: Preparing [2021-05-12T21:02:34.700Z] fa1afe8e6ed9: Preparing [2021-05-12T21:02:34.700Z] 87a09b4c083e: Preparing [2021-05-12T21:02:34.700Z] 0f74e9ff2a61: Preparing [2021-05-12T21:02:34.700Z] b122376c33c6: Preparing [2021-05-12T21:02:34.700Z] f8381ed47b22: Preparing [2021-05-12T21:02:34.700Z] e934a737d657: Preparing [Pipeline] } [2021-05-12T21:02:34.700Z] 0f74e9ff2a61: Waiting [2021-05-12T21:02:34.701Z] b122376c33c6: Waiting [2021-05-12T21:02:34.701Z] fa1afe8e6ed9: Waiting [2021-05-12T21:02:34.701Z] 87a09b4c083e: Waiting [2021-05-12T21:02:34.701Z] f8381ed47b22: Waiting [2021-05-12T21:02:34.701Z] e934a737d657: Waiting [2021-05-12T21:02:34.701Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T21:02:34.701Z] 99327cf9fef8: Layer already exists [2021-05-12T21:02:34.701Z] 7b4fc2285a6e: Layer already exists [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:34.742Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:34.757Z] taggedImages: [2021-05-12T21:02:34.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:34.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.214 [2021-05-12T21:02:34.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:34.757Z] - nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] echo [2021-05-12T21:02:34.787Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2021-05-12T21:02:34.787Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:34.787Z] 2.0.0-dev.214 [2021-05-12T21:02:34.787Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:34.787Z] master [2021-05-12T21:02:34.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:34.973Z] 8f75c030d3c5: Layer already exists [2021-05-12T21:02:34.973Z] 08195e67114b: Layer already exists [2021-05-12T21:02:34.973Z] 87a09b4c083e: Layer already exists [2021-05-12T21:02:34.973Z] fa1afe8e6ed9: Layer already exists [2021-05-12T21:02:34.973Z] f8381ed47b22: Layer already exists [2021-05-12T21:02:34.973Z] 0f74e9ff2a61: Layer already exists [2021-05-12T21:02:34.973Z] b122376c33c6: Layer already exists [2021-05-12T21:02:34.973Z] e934a737d657: Layer already exists [2021-05-12T21:02:34.973Z] master: digest: sha256:4e80d5b50764ae070a5e9f498be96641e4c3f6d2b6edff90c98319190996a3b8 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:35.033Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:35.047Z] taggedImages: [2021-05-12T21:02:35.047Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:35.047Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.214 [2021-05-12T21:02:35.047Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:35.047Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [2021-05-12T21:02:35.135Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:35.598Z] ---> job-cost.sh [2021-05-12T21:02:35.598Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lPgg [2021-05-12T21:02:35.645Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:35.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T21:02:35.645Z] 0984a67c2928: Preparing [2021-05-12T21:02:35.645Z] 0984a67c2928: Preparing [2021-05-12T21:02:35.645Z] 3408baa5bd2e: Preparing [2021-05-12T21:02:35.645Z] 6c253be9564f: Preparing [2021-05-12T21:02:35.645Z] c17cb823dd45: Preparing [2021-05-12T21:02:35.645Z] 183a2180134b: Preparing [2021-05-12T21:02:35.645Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:35.645Z] cde810ff495d: Preparing [2021-05-12T21:02:35.645Z] cde810ff495d: Preparing [2021-05-12T21:02:35.645Z] dc140e00a494: Preparing [2021-05-12T21:02:35.645Z] 25b62fb815cd: Preparing [2021-05-12T21:02:35.645Z] 32f366d666a5: Preparing [2021-05-12T21:02:35.645Z] b3dfa61bc6b6: Waiting [2021-05-12T21:02:35.645Z] cde810ff495d: Waiting [2021-05-12T21:02:35.645Z] dc140e00a494: Waiting [2021-05-12T21:02:35.645Z] 25b62fb815cd: Waiting [2021-05-12T21:02:35.645Z] 32f366d666a5: Waiting [2021-05-12T21:02:35.914Z] c17cb823dd45: Pushed [2021-05-12T21:02:35.914Z] 0984a67c2928: Pushed [2021-05-12T21:02:35.914Z] 6c253be9564f: Pushed [2021-05-12T21:02:35.914Z] 3408baa5bd2e: Pushed [2021-05-12T21:02:35.914Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:35.914Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:35.914Z] cde810ff495d: Pushed [2021-05-12T21:02:36.177Z] dc140e00a494: Pushed [2021-05-12T21:02:36.177Z] 25b62fb815cd: Pushed [2021-05-12T21:02:37.139Z] 183a2180134b: Pushed [2021-05-12T21:02:37.402Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:cbdfde7515891a8e269cb57436550fca7f3f1b9ab3f74d1ac2d6637b06816e8d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:37.734Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:38.060Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.214 [2021-05-12T21:02:38.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T21:02:38.061Z] 0984a67c2928: Preparing [2021-05-12T21:02:38.061Z] 0984a67c2928: Preparing [2021-05-12T21:02:38.061Z] 3408baa5bd2e: Preparing [2021-05-12T21:02:38.061Z] 6c253be9564f: Preparing [2021-05-12T21:02:38.061Z] c17cb823dd45: Preparing [2021-05-12T21:02:38.061Z] 183a2180134b: Preparing [2021-05-12T21:02:38.061Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:38.061Z] cde810ff495d: Preparing [2021-05-12T21:02:38.061Z] cde810ff495d: Preparing [2021-05-12T21:02:38.061Z] dc140e00a494: Preparing [2021-05-12T21:02:38.061Z] 25b62fb815cd: Preparing [2021-05-12T21:02:38.061Z] 32f366d666a5: Preparing [2021-05-12T21:02:38.061Z] b3dfa61bc6b6: Waiting [2021-05-12T21:02:38.061Z] cde810ff495d: Waiting [2021-05-12T21:02:38.061Z] dc140e00a494: Waiting [2021-05-12T21:02:38.061Z] 32f366d666a5: Waiting [2021-05-12T21:02:38.061Z] 25b62fb815cd: Waiting [2021-05-12T21:02:38.061Z] 0984a67c2928: Layer already exists [2021-05-12T21:02:38.061Z] 183a2180134b: Layer already exists [2021-05-12T21:02:38.061Z] 6c253be9564f: Layer already exists [2021-05-12T21:02:38.061Z] c17cb823dd45: Layer already exists [2021-05-12T21:02:38.061Z] 3408baa5bd2e: Layer already exists [2021-05-12T21:02:38.061Z] dc140e00a494: Layer already exists [2021-05-12T21:02:38.061Z] 25b62fb815cd: Layer already exists [2021-05-12T21:02:38.061Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:38.061Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:38.061Z] cde810ff495d: Layer already exists [2021-05-12T21:02:38.329Z] 2.0.0-dev.214: digest: sha256:cbdfde7515891a8e269cb57436550fca7f3f1b9ab3f74d1ac2d6637b06816e8d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:38.681Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:39.004Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:39.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T21:02:39.004Z] 0984a67c2928: Preparing [2021-05-12T21:02:39.004Z] 0984a67c2928: Preparing [2021-05-12T21:02:39.004Z] 3408baa5bd2e: Preparing [2021-05-12T21:02:39.004Z] 6c253be9564f: Preparing [2021-05-12T21:02:39.004Z] c17cb823dd45: Preparing [2021-05-12T21:02:39.004Z] 183a2180134b: Preparing [2021-05-12T21:02:39.004Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:39.004Z] cde810ff495d: Preparing [2021-05-12T21:02:39.004Z] cde810ff495d: Preparing [2021-05-12T21:02:39.004Z] dc140e00a494: Preparing [2021-05-12T21:02:39.004Z] 25b62fb815cd: Preparing [2021-05-12T21:02:39.004Z] 32f366d666a5: Preparing [2021-05-12T21:02:39.004Z] cde810ff495d: Waiting [2021-05-12T21:02:39.004Z] dc140e00a494: Waiting [2021-05-12T21:02:39.004Z] 25b62fb815cd: Waiting [2021-05-12T21:02:39.004Z] 32f366d666a5: Waiting [2021-05-12T21:02:39.004Z] b3dfa61bc6b6: Waiting [2021-05-12T21:02:39.004Z] 0984a67c2928: Layer already exists [2021-05-12T21:02:39.004Z] 3408baa5bd2e: Layer already exists [2021-05-12T21:02:39.004Z] 6c253be9564f: Layer already exists [2021-05-12T21:02:39.004Z] c17cb823dd45: Layer already exists [2021-05-12T21:02:39.004Z] 183a2180134b: Layer already exists [2021-05-12T21:02:39.004Z] 25b62fb815cd: Layer already exists [2021-05-12T21:02:39.004Z] cde810ff495d: Layer already exists [2021-05-12T21:02:39.004Z] dc140e00a494: Layer already exists [2021-05-12T21:02:39.004Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:39.004Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:39.269Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:cbdfde7515891a8e269cb57436550fca7f3f1b9ab3f74d1ac2d6637b06816e8d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:39.594Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:39.917Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:master [2021-05-12T21:02:39.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T21:02:39.917Z] 0984a67c2928: Preparing [2021-05-12T21:02:39.917Z] 0984a67c2928: Preparing [2021-05-12T21:02:39.917Z] 3408baa5bd2e: Preparing [2021-05-12T21:02:39.917Z] 6c253be9564f: Preparing [2021-05-12T21:02:39.917Z] c17cb823dd45: Preparing [2021-05-12T21:02:39.917Z] 183a2180134b: Preparing [2021-05-12T21:02:39.917Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:39.917Z] cde810ff495d: Preparing [2021-05-12T21:02:39.917Z] cde810ff495d: Preparing [2021-05-12T21:02:39.917Z] dc140e00a494: Preparing [2021-05-12T21:02:39.917Z] 25b62fb815cd: Preparing [2021-05-12T21:02:39.917Z] 32f366d666a5: Preparing [2021-05-12T21:02:39.917Z] b3dfa61bc6b6: Waiting [2021-05-12T21:02:39.917Z] cde810ff495d: Waiting [2021-05-12T21:02:39.917Z] dc140e00a494: Waiting [2021-05-12T21:02:39.917Z] 25b62fb815cd: Waiting [2021-05-12T21:02:39.917Z] 32f366d666a5: Waiting [2021-05-12T21:02:39.917Z] c17cb823dd45: Layer already exists [2021-05-12T21:02:39.917Z] 3408baa5bd2e: Layer already exists [2021-05-12T21:02:39.917Z] 0984a67c2928: Layer already exists [2021-05-12T21:02:39.917Z] 6c253be9564f: Layer already exists [2021-05-12T21:02:39.917Z] 183a2180134b: Layer already exists [2021-05-12T21:02:39.917Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:39.917Z] cde810ff495d: Layer already exists [2021-05-12T21:02:39.917Z] 25b62fb815cd: Layer already exists [2021-05-12T21:02:39.917Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:39.917Z] dc140e00a494: Layer already exists [2021-05-12T21:02:40.180Z] master: digest: sha256:cbdfde7515891a8e269cb57436550fca7f3f1b9ab3f74d1ac2d6637b06816e8d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:40.232Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:40.247Z] taggedImages: [2021-05-12T21:02:40.247Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:40.247Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.214 [2021-05-12T21:02:40.247Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:40.247Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] echo [2021-05-12T21:02:40.279Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2021-05-12T21:02:40.279Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:40.279Z] 2.0.0-dev.214 [2021-05-12T21:02:40.279Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:40.279Z] master [2021-05-12T21:02:40.279Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:40.660Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:40.973Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:40.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T21:02:40.973Z] df6ac466f7c2: Preparing [2021-05-12T21:02:40.973Z] d5dc6d2a40f2: Preparing [2021-05-12T21:02:40.973Z] a875f8115c68: Preparing [2021-05-12T21:02:40.973Z] 60d3e0429c40: Preparing [2021-05-12T21:02:40.973Z] 7be3f90b8f66: Preparing [2021-05-12T21:02:40.973Z] 32f366d666a5: Preparing [2021-05-12T21:02:40.973Z] 32f366d666a5: Waiting [2021-05-12T21:02:41.246Z] 60d3e0429c40: Pushed [2021-05-12T21:02:41.246Z] a875f8115c68: Pushed [2021-05-12T21:02:41.542Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:41.542Z] 7be3f90b8f66: Pushed [2021-05-12T21:02:42.541Z] df6ac466f7c2: Pushed [2021-05-12T21:02:42.541Z] d5dc6d2a40f2: Pushed [2021-05-12T21:02:42.807Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:7d25a4c00eda6e45dc49c57b8c5426fbd0868d4805075724a1efada404a79e02 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:43.131Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:43.516Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.214 [2021-05-12T21:02:43.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T21:02:43.516Z] df6ac466f7c2: Preparing [2021-05-12T21:02:43.516Z] d5dc6d2a40f2: Preparing [2021-05-12T21:02:43.516Z] a875f8115c68: Preparing [2021-05-12T21:02:43.516Z] 60d3e0429c40: Preparing [2021-05-12T21:02:43.516Z] 7be3f90b8f66: Preparing [2021-05-12T21:02:43.516Z] 32f366d666a5: Preparing [2021-05-12T21:02:43.516Z] 32f366d666a5: Waiting [2021-05-12T21:02:43.516Z] df6ac466f7c2: Layer already exists [2021-05-12T21:02:43.516Z] 60d3e0429c40: Layer already exists [2021-05-12T21:02:43.516Z] 7be3f90b8f66: Layer already exists [2021-05-12T21:02:43.516Z] d5dc6d2a40f2: Layer already exists [2021-05-12T21:02:43.516Z] a875f8115c68: Layer already exists [2021-05-12T21:02:43.516Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:43.516Z] 2.0.0-dev.214: digest: sha256:7d25a4c00eda6e45dc49c57b8c5426fbd0868d4805075724a1efada404a79e02 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:43.835Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:44.150Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:44.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T21:02:44.150Z] df6ac466f7c2: Preparing [2021-05-12T21:02:44.150Z] d5dc6d2a40f2: Preparing [2021-05-12T21:02:44.150Z] a875f8115c68: Preparing [2021-05-12T21:02:44.150Z] 60d3e0429c40: Preparing [2021-05-12T21:02:44.150Z] 7be3f90b8f66: Preparing [2021-05-12T21:02:44.150Z] 32f366d666a5: Preparing [2021-05-12T21:02:44.150Z] 32f366d666a5: Waiting [2021-05-12T21:02:44.150Z] 60d3e0429c40: Layer already exists [2021-05-12T21:02:44.150Z] d5dc6d2a40f2: Layer already exists [2021-05-12T21:02:44.150Z] df6ac466f7c2: Layer already exists [2021-05-12T21:02:44.150Z] a875f8115c68: Layer already exists [2021-05-12T21:02:44.150Z] 7be3f90b8f66: Layer already exists [2021-05-12T21:02:44.150Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:44.412Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:7d25a4c00eda6e45dc49c57b8c5426fbd0868d4805075724a1efada404a79e02 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:44.727Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:45.456Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:master [2021-05-12T21:02:45.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T21:02:45.457Z] df6ac466f7c2: Preparing [2021-05-12T21:02:45.457Z] d5dc6d2a40f2: Preparing [2021-05-12T21:02:45.457Z] a875f8115c68: Preparing [2021-05-12T21:02:45.457Z] 60d3e0429c40: Preparing [2021-05-12T21:02:45.457Z] 7be3f90b8f66: Preparing [2021-05-12T21:02:45.457Z] 32f366d666a5: Preparing [2021-05-12T21:02:45.457Z] 32f366d666a5: Waiting [2021-05-12T21:02:45.457Z] d5dc6d2a40f2: Layer already exists [2021-05-12T21:02:45.457Z] a875f8115c68: Layer already exists [2021-05-12T21:02:45.457Z] df6ac466f7c2: Layer already exists [2021-05-12T21:02:45.457Z] 60d3e0429c40: Layer already exists [2021-05-12T21:02:45.457Z] 7be3f90b8f66: Layer already exists [2021-05-12T21:02:45.457Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:45.821Z] master: digest: sha256:7d25a4c00eda6e45dc49c57b8c5426fbd0868d4805075724a1efada404a79e02 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:45.907Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:45.922Z] taggedImages: [2021-05-12T21:02:45.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:45.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.214 [2021-05-12T21:02:45.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:45.922Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] echo [2021-05-12T21:02:45.953Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2021-05-12T21:02:45.953Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:45.953Z] 2.0.0-dev.214 [2021-05-12T21:02:45.953Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:45.953Z] master [2021-05-12T21:02:45.953Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:46.318Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:46.685Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:46.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T21:02:46.685Z] 15faf7183c16: Preparing [2021-05-12T21:02:46.685Z] 2ab2984aa122: Preparing [2021-05-12T21:02:46.685Z] 4ec0a8473229: Preparing [2021-05-12T21:02:46.685Z] af8d775a1702: Preparing [2021-05-12T21:02:46.685Z] 5367102bdbec: Preparing [2021-05-12T21:02:46.685Z] 8c2d81e3e8a9: Preparing [2021-05-12T21:02:46.685Z] 1a623489f3d6: Preparing [2021-05-12T21:02:46.685Z] e1c1f8f8c665: Preparing [2021-05-12T21:02:46.685Z] 8161f7f48d83: Preparing [2021-05-12T21:02:46.685Z] 32f366d666a5: Preparing [2021-05-12T21:02:46.685Z] 8c2d81e3e8a9: Waiting [2021-05-12T21:02:46.685Z] 1a623489f3d6: Waiting [2021-05-12T21:02:46.685Z] e1c1f8f8c665: Waiting [2021-05-12T21:02:46.685Z] 8161f7f48d83: Waiting [2021-05-12T21:02:46.685Z] 32f366d666a5: Waiting [2021-05-12T21:02:46.967Z] 5367102bdbec: Pushed [2021-05-12T21:02:46.967Z] 2ab2984aa122: Pushed [2021-05-12T21:02:46.967Z] 15faf7183c16: Pushed [2021-05-12T21:02:47.277Z] 8c2d81e3e8a9: Pushed [2021-05-12T21:02:47.586Z] e1c1f8f8c665: Pushed [2021-05-12T21:02:47.586Z] 1a623489f3d6: Pushed [2021-05-12T21:02:47.586Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:47.884Z] 8161f7f48d83: Pushed [2021-05-12T21:02:48.463Z] 4ec0a8473229: Pushed [2021-05-12T21:02:48.463Z] af8d775a1702: Pushed [2021-05-12T21:02:48.734Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:0002c4f68895576af305c96f0904826a68df844fc575560d2bc3fe7a42d33d35 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:49.062Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:49.416Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.214 [2021-05-12T21:02:49.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T21:02:49.416Z] 15faf7183c16: Preparing [2021-05-12T21:02:49.416Z] 2ab2984aa122: Preparing [2021-05-12T21:02:49.416Z] 4ec0a8473229: Preparing [2021-05-12T21:02:49.416Z] af8d775a1702: Preparing [2021-05-12T21:02:49.416Z] 5367102bdbec: Preparing [2021-05-12T21:02:49.416Z] 8c2d81e3e8a9: Preparing [2021-05-12T21:02:49.416Z] 1a623489f3d6: Preparing [2021-05-12T21:02:49.416Z] e1c1f8f8c665: Preparing [2021-05-12T21:02:49.416Z] 8161f7f48d83: Preparing [2021-05-12T21:02:49.416Z] 32f366d666a5: Preparing [2021-05-12T21:02:49.416Z] 8c2d81e3e8a9: Waiting [2021-05-12T21:02:49.416Z] 1a623489f3d6: Waiting [2021-05-12T21:02:49.416Z] e1c1f8f8c665: Waiting [2021-05-12T21:02:49.416Z] 8161f7f48d83: Waiting [2021-05-12T21:02:49.416Z] 32f366d666a5: Waiting [2021-05-12T21:02:49.416Z] 5367102bdbec: Layer already exists [2021-05-12T21:02:49.416Z] af8d775a1702: Layer already exists [2021-05-12T21:02:49.416Z] 2ab2984aa122: Layer already exists [2021-05-12T21:02:49.416Z] 15faf7183c16: Layer already exists [2021-05-12T21:02:49.416Z] 4ec0a8473229: Layer already exists [2021-05-12T21:02:49.416Z] 1a623489f3d6: Layer already exists [2021-05-12T21:02:49.416Z] 8c2d81e3e8a9: Layer already exists [2021-05-12T21:02:49.416Z] e1c1f8f8c665: Layer already exists [2021-05-12T21:02:49.416Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:49.416Z] 8161f7f48d83: Layer already exists [2021-05-12T21:02:49.679Z] 2.0.0-dev.214: digest: sha256:0002c4f68895576af305c96f0904826a68df844fc575560d2bc3fe7a42d33d35 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:50.002Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:50.312Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:50.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T21:02:50.312Z] 15faf7183c16: Preparing [2021-05-12T21:02:50.312Z] 2ab2984aa122: Preparing [2021-05-12T21:02:50.312Z] 4ec0a8473229: Preparing [2021-05-12T21:02:50.312Z] af8d775a1702: Preparing [2021-05-12T21:02:50.312Z] 5367102bdbec: Preparing [2021-05-12T21:02:50.312Z] 8c2d81e3e8a9: Preparing [2021-05-12T21:02:50.312Z] 1a623489f3d6: Preparing [2021-05-12T21:02:50.312Z] e1c1f8f8c665: Preparing [2021-05-12T21:02:50.312Z] 8161f7f48d83: Preparing [2021-05-12T21:02:50.312Z] 32f366d666a5: Preparing [2021-05-12T21:02:50.312Z] 8c2d81e3e8a9: Waiting [2021-05-12T21:02:50.312Z] 1a623489f3d6: Waiting [2021-05-12T21:02:50.312Z] e1c1f8f8c665: Waiting [2021-05-12T21:02:50.312Z] 8161f7f48d83: Waiting [2021-05-12T21:02:50.312Z] 32f366d666a5: Waiting [2021-05-12T21:02:50.312Z] 2ab2984aa122: Layer already exists [2021-05-12T21:02:50.312Z] af8d775a1702: Layer already exists [2021-05-12T21:02:50.312Z] 15faf7183c16: Layer already exists [2021-05-12T21:02:50.312Z] 4ec0a8473229: Layer already exists [2021-05-12T21:02:50.312Z] 5367102bdbec: Layer already exists [2021-05-12T21:02:50.312Z] 8c2d81e3e8a9: Layer already exists [2021-05-12T21:02:50.312Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:50.312Z] 8161f7f48d83: Layer already exists [2021-05-12T21:02:50.312Z] 1a623489f3d6: Layer already exists [2021-05-12T21:02:50.312Z] e1c1f8f8c665: Layer already exists [2021-05-12T21:02:50.312Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:0002c4f68895576af305c96f0904826a68df844fc575560d2bc3fe7a42d33d35 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:50.902Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:51.273Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [2021-05-12T21:02:51.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T21:02:51.273Z] 15faf7183c16: Preparing [2021-05-12T21:02:51.273Z] 2ab2984aa122: Preparing [2021-05-12T21:02:51.273Z] 4ec0a8473229: Preparing [2021-05-12T21:02:51.273Z] af8d775a1702: Preparing [2021-05-12T21:02:51.273Z] 5367102bdbec: Preparing [2021-05-12T21:02:51.273Z] 8c2d81e3e8a9: Preparing [2021-05-12T21:02:51.273Z] 1a623489f3d6: Preparing [2021-05-12T21:02:51.273Z] e1c1f8f8c665: Preparing [2021-05-12T21:02:51.273Z] 8161f7f48d83: Preparing [2021-05-12T21:02:51.273Z] 32f366d666a5: Preparing [2021-05-12T21:02:51.273Z] 1a623489f3d6: Waiting [2021-05-12T21:02:51.273Z] e1c1f8f8c665: Waiting [2021-05-12T21:02:51.273Z] 32f366d666a5: Waiting [2021-05-12T21:02:51.273Z] 8161f7f48d83: Waiting [2021-05-12T21:02:51.273Z] 15faf7183c16: Layer already exists [2021-05-12T21:02:51.273Z] 5367102bdbec: Layer already exists [2021-05-12T21:02:51.273Z] 2ab2984aa122: Layer already exists [2021-05-12T21:02:51.273Z] 4ec0a8473229: Layer already exists [2021-05-12T21:02:51.273Z] af8d775a1702: Layer already exists [2021-05-12T21:02:51.273Z] 8c2d81e3e8a9: Layer already exists [2021-05-12T21:02:51.273Z] 1a623489f3d6: Layer already exists [2021-05-12T21:02:51.273Z] e1c1f8f8c665: Layer already exists [2021-05-12T21:02:51.273Z] 8161f7f48d83: Layer already exists [2021-05-12T21:02:51.273Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:51.273Z] master: digest: sha256:0002c4f68895576af305c96f0904826a68df844fc575560d2bc3fe7a42d33d35 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:51.332Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:51.347Z] taggedImages: [2021-05-12T21:02:51.347Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:51.347Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.214 [2021-05-12T21:02:51.347Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:51.347Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] echo [2021-05-12T21:02:51.380Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2021-05-12T21:02:51.380Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:51.380Z] 2.0.0-dev.214 [2021-05-12T21:02:51.380Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:51.380Z] master [2021-05-12T21:02:51.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:51.748Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:52.054Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:52.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T21:02:52.054Z] 3c01507be753: Preparing [2021-05-12T21:02:52.054Z] 3f25ce8bb462: Preparing [2021-05-12T21:02:52.054Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:52.054Z] 78c755599cab: Preparing [2021-05-12T21:02:52.054Z] 32f366d666a5: Preparing [2021-05-12T21:02:52.055Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:52.055Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:52.331Z] 3c01507be753: Pushed [2021-05-12T21:02:52.615Z] 78c755599cab: Pushed [2021-05-12T21:02:53.568Z] 3f25ce8bb462: Pushed [2021-05-12T21:02:53.569Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:9d519a9b424e9464183f33ebe41d764a4b722fe4a012ca70cf2f1470ed8ec8ca size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:53.890Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:54.192Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.214 [2021-05-12T21:02:54.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T21:02:54.192Z] 3c01507be753: Preparing [2021-05-12T21:02:54.192Z] 3f25ce8bb462: Preparing [2021-05-12T21:02:54.192Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:54.192Z] 78c755599cab: Preparing [2021-05-12T21:02:54.192Z] 32f366d666a5: Preparing [2021-05-12T21:02:54.192Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:54.192Z] 3f25ce8bb462: Layer already exists [2021-05-12T21:02:54.192Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:54.192Z] 78c755599cab: Layer already exists [2021-05-12T21:02:54.192Z] 3c01507be753: Layer already exists [2021-05-12T21:02:54.192Z] 2.0.0-dev.214: digest: sha256:9d519a9b424e9464183f33ebe41d764a4b722fe4a012ca70cf2f1470ed8ec8ca size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:54.513Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:54.835Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:54.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T21:02:54.835Z] 3c01507be753: Preparing [2021-05-12T21:02:54.835Z] 3f25ce8bb462: Preparing [2021-05-12T21:02:54.835Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:54.835Z] 78c755599cab: Preparing [2021-05-12T21:02:54.835Z] 32f366d666a5: Preparing [2021-05-12T21:02:54.835Z] 3c01507be753: Layer already exists [2021-05-12T21:02:54.835Z] 3f25ce8bb462: Layer already exists [2021-05-12T21:02:54.835Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:54.835Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:54.835Z] 78c755599cab: Layer already exists [2021-05-12T21:02:54.835Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:9d519a9b424e9464183f33ebe41d764a4b722fe4a012ca70cf2f1470ed8ec8ca size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:55.143Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:55.498Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:master [2021-05-12T21:02:55.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T21:02:55.498Z] 3c01507be753: Preparing [2021-05-12T21:02:55.498Z] 3f25ce8bb462: Preparing [2021-05-12T21:02:55.498Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:55.498Z] 78c755599cab: Preparing [2021-05-12T21:02:55.498Z] 32f366d666a5: Preparing [2021-05-12T21:02:55.498Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:55.498Z] 78c755599cab: Layer already exists [2021-05-12T21:02:55.498Z] 3c01507be753: Layer already exists [2021-05-12T21:02:55.498Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:55.498Z] 3f25ce8bb462: Layer already exists [2021-05-12T21:02:55.498Z] master: digest: sha256:9d519a9b424e9464183f33ebe41d764a4b722fe4a012ca70cf2f1470ed8ec8ca size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:02:55.576Z] ===================================================== [Pipeline] echo [2021-05-12T21:02:55.592Z] taggedImages: [2021-05-12T21:02:55.592Z] - nexus3.edgexfoundry.org:10004/support-notifications:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:55.592Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.214 [2021-05-12T21:02:55.592Z] - nexus3.edgexfoundry.org:10004/support-notifications:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:55.592Z] - nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] echo [2021-05-12T21:02:55.624Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2021-05-12T21:02:55.624Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:55.624Z] 2.0.0-dev.214 [2021-05-12T21:02:55.624Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:55.624Z] master [2021-05-12T21:02:55.624Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:55.988Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:56.311Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:02:56.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T21:02:56.311Z] 5922f529ba58: Preparing [2021-05-12T21:02:56.311Z] 2515bbdb2a34: Preparing [2021-05-12T21:02:56.311Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:56.311Z] 03bd89d7e232: Preparing [2021-05-12T21:02:56.311Z] 32f366d666a5: Preparing [2021-05-12T21:02:56.311Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:56.311Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:56.311Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:56.578Z] 5922f529ba58: Pushed [2021-05-12T21:02:57.979Z] 2515bbdb2a34: Pushed [2021-05-12T21:02:57.979Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:fc7f516b415ae0eaae00bb10f7d3444f350563d85b2e76eba5b3f75f2629f555 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:58.294Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:58.607Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.214 [2021-05-12T21:02:58.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T21:02:58.607Z] 5922f529ba58: Preparing [2021-05-12T21:02:58.607Z] 2515bbdb2a34: Preparing [2021-05-12T21:02:58.607Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:58.607Z] 03bd89d7e232: Preparing [2021-05-12T21:02:58.607Z] 32f366d666a5: Preparing [2021-05-12T21:02:58.607Z] 2515bbdb2a34: Layer already exists [2021-05-12T21:02:58.607Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:58.607Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:58.607Z] 5922f529ba58: Layer already exists [2021-05-12T21:02:58.607Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:58.607Z] 2.0.0-dev.214: digest: sha256:fc7f516b415ae0eaae00bb10f7d3444f350563d85b2e76eba5b3f75f2629f555 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:58.983Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:59.300Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:02:59.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T21:02:59.300Z] 5922f529ba58: Preparing [2021-05-12T21:02:59.300Z] 2515bbdb2a34: Preparing [2021-05-12T21:02:59.300Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:59.300Z] 03bd89d7e232: Preparing [2021-05-12T21:02:59.300Z] 32f366d666a5: Preparing [2021-05-12T21:02:59.300Z] 5922f529ba58: Layer already exists [2021-05-12T21:02:59.300Z] 2515bbdb2a34: Layer already exists [2021-05-12T21:02:59.300Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:59.300Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:59.300Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:59.300Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:fc7f516b415ae0eaae00bb10f7d3444f350563d85b2e76eba5b3f75f2629f555 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:59.613Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:02:59.926Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:master [2021-05-12T21:02:59.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T21:02:59.926Z] 5922f529ba58: Preparing [2021-05-12T21:02:59.926Z] 2515bbdb2a34: Preparing [2021-05-12T21:02:59.926Z] b3dfa61bc6b6: Preparing [2021-05-12T21:02:59.926Z] 03bd89d7e232: Preparing [2021-05-12T21:02:59.926Z] 32f366d666a5: Preparing [2021-05-12T21:02:59.926Z] 32f366d666a5: Layer already exists [2021-05-12T21:02:59.926Z] 2515bbdb2a34: Layer already exists [2021-05-12T21:02:59.926Z] 5922f529ba58: Layer already exists [2021-05-12T21:02:59.926Z] b3dfa61bc6b6: Layer already exists [2021-05-12T21:02:59.926Z] 03bd89d7e232: Layer already exists [2021-05-12T21:02:59.926Z] master: digest: sha256:fc7f516b415ae0eaae00bb10f7d3444f350563d85b2e76eba5b3f75f2629f555 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:03:00.259Z] ===================================================== [Pipeline] echo [2021-05-12T21:03:00.274Z] taggedImages: [2021-05-12T21:03:00.274Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:03:00.274Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.214 [2021-05-12T21:03:00.274Z] - nexus3.edgexfoundry.org:10004/support-scheduler:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:03:00.274Z] - nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] echo [2021-05-12T21:03:00.307Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2021-05-12T21:03:00.307Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:03:00.307Z] 2.0.0-dev.214 [2021-05-12T21:03:00.307Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:03:00.307Z] master [2021-05-12T21:03:00.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:00.667Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:01.021Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:03:01.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T21:03:01.021Z] 99f993af99a1: Preparing [2021-05-12T21:03:01.021Z] a05e51cb50ae: Preparing [2021-05-12T21:03:01.021Z] 8227e40442e9: Preparing [2021-05-12T21:03:01.021Z] ebd9a82f30fc: Preparing [2021-05-12T21:03:01.021Z] 0754057c0ad3: Preparing [2021-05-12T21:03:01.021Z] 998cdf262ab1: Preparing [2021-05-12T21:03:01.021Z] 02e56110abd2: Preparing [2021-05-12T21:03:01.021Z] abc36efb885a: Preparing [2021-05-12T21:03:01.021Z] b0b09059f4e1: Preparing [2021-05-12T21:03:01.021Z] bb961f40224b: Preparing [2021-05-12T21:03:01.022Z] f4666769fca7: Preparing [2021-05-12T21:03:01.022Z] 998cdf262ab1: Waiting [2021-05-12T21:03:01.022Z] 02e56110abd2: Waiting [2021-05-12T21:03:01.022Z] abc36efb885a: Waiting [2021-05-12T21:03:01.022Z] b0b09059f4e1: Waiting [2021-05-12T21:03:01.022Z] bb961f40224b: Waiting [2021-05-12T21:03:01.022Z] f4666769fca7: Waiting [2021-05-12T21:03:01.022Z] 0754057c0ad3: Layer already exists [2021-05-12T21:03:01.358Z] 998cdf262ab1: Layer already exists [2021-05-12T21:03:01.358Z] a05e51cb50ae: Pushed [2021-05-12T21:03:01.358Z] 02e56110abd2: Layer already exists [2021-05-12T21:03:01.358Z] abc36efb885a: Layer already exists [2021-05-12T21:03:01.638Z] b0b09059f4e1: Layer already exists [2021-05-12T21:03:01.638Z] bb961f40224b: Layer already exists [2021-05-12T21:03:01.638Z] f4666769fca7: Layer already exists [2021-05-12T21:03:01.638Z] 99f993af99a1: Pushed [2021-05-12T21:03:02.609Z] 8227e40442e9: Pushed [2021-05-12T21:03:07.949Z] ebd9a82f30fc: Pushed [2021-05-12T21:03:07.949Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5: digest: sha256:f3aac2a0e6c99734bac4e7750b08624394aec8e8b5acf318fe4928cbb1317559 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:08.272Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:08.770Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.214 [2021-05-12T21:03:08.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T21:03:08.770Z] 99f993af99a1: Preparing [2021-05-12T21:03:08.770Z] a05e51cb50ae: Preparing [2021-05-12T21:03:08.770Z] 8227e40442e9: Preparing [2021-05-12T21:03:08.770Z] ebd9a82f30fc: Preparing [2021-05-12T21:03:08.770Z] 0754057c0ad3: Preparing [2021-05-12T21:03:08.770Z] 998cdf262ab1: Preparing [2021-05-12T21:03:08.770Z] 02e56110abd2: Preparing [2021-05-12T21:03:08.770Z] abc36efb885a: Preparing [2021-05-12T21:03:08.770Z] b0b09059f4e1: Preparing [2021-05-12T21:03:08.770Z] bb961f40224b: Preparing [2021-05-12T21:03:08.770Z] f4666769fca7: Preparing [2021-05-12T21:03:08.770Z] 998cdf262ab1: Waiting [2021-05-12T21:03:08.770Z] 02e56110abd2: Waiting [2021-05-12T21:03:08.770Z] abc36efb885a: Waiting [2021-05-12T21:03:08.770Z] b0b09059f4e1: Waiting [2021-05-12T21:03:08.770Z] bb961f40224b: Waiting [2021-05-12T21:03:08.770Z] f4666769fca7: Waiting [2021-05-12T21:03:08.770Z] 99f993af99a1: Layer already exists [2021-05-12T21:03:08.770Z] a05e51cb50ae: Layer already exists [2021-05-12T21:03:08.770Z] 0754057c0ad3: Layer already exists [2021-05-12T21:03:08.770Z] ebd9a82f30fc: Layer already exists [2021-05-12T21:03:08.770Z] 8227e40442e9: Layer already exists [2021-05-12T21:03:08.770Z] bb961f40224b: Layer already exists [2021-05-12T21:03:08.770Z] 02e56110abd2: Layer already exists [2021-05-12T21:03:08.770Z] abc36efb885a: Layer already exists [2021-05-12T21:03:08.770Z] b0b09059f4e1: Layer already exists [2021-05-12T21:03:08.770Z] 998cdf262ab1: Layer already exists [2021-05-12T21:03:08.770Z] f4666769fca7: Layer already exists [2021-05-12T21:03:08.770Z] 2.0.0-dev.214: digest: sha256:f3aac2a0e6c99734bac4e7750b08624394aec8e8b5acf318fe4928cbb1317559 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:09.183Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:09.604Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:03:09.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T21:03:09.604Z] 99f993af99a1: Preparing [2021-05-12T21:03:09.604Z] a05e51cb50ae: Preparing [2021-05-12T21:03:09.604Z] 8227e40442e9: Preparing [2021-05-12T21:03:09.604Z] ebd9a82f30fc: Preparing [2021-05-12T21:03:09.604Z] 0754057c0ad3: Preparing [2021-05-12T21:03:09.604Z] 998cdf262ab1: Preparing [2021-05-12T21:03:09.604Z] 02e56110abd2: Preparing [2021-05-12T21:03:09.604Z] abc36efb885a: Preparing [2021-05-12T21:03:09.604Z] b0b09059f4e1: Preparing [2021-05-12T21:03:09.604Z] bb961f40224b: Preparing [2021-05-12T21:03:09.604Z] f4666769fca7: Preparing [2021-05-12T21:03:09.604Z] 998cdf262ab1: Waiting [2021-05-12T21:03:09.604Z] 02e56110abd2: Waiting [2021-05-12T21:03:09.604Z] abc36efb885a: Waiting [2021-05-12T21:03:09.604Z] b0b09059f4e1: Waiting [2021-05-12T21:03:09.604Z] bb961f40224b: Waiting [2021-05-12T21:03:09.604Z] f4666769fca7: Waiting [2021-05-12T21:03:09.604Z] 8227e40442e9: Layer already exists [2021-05-12T21:03:09.604Z] 0754057c0ad3: Layer already exists [2021-05-12T21:03:09.604Z] 99f993af99a1: Layer already exists [2021-05-12T21:03:09.604Z] a05e51cb50ae: Layer already exists [2021-05-12T21:03:09.604Z] ebd9a82f30fc: Layer already exists [2021-05-12T21:03:09.604Z] 998cdf262ab1: Layer already exists [2021-05-12T21:03:09.604Z] abc36efb885a: Layer already exists [2021-05-12T21:03:09.604Z] 02e56110abd2: Layer already exists [2021-05-12T21:03:09.604Z] b0b09059f4e1: Layer already exists [2021-05-12T21:03:09.604Z] bb961f40224b: Layer already exists [2021-05-12T21:03:09.604Z] f4666769fca7: Layer already exists [2021-05-12T21:03:09.873Z] d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214: digest: sha256:f3aac2a0e6c99734bac4e7750b08624394aec8e8b5acf318fe4928cbb1317559 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:10.213Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:03:10.524Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [2021-05-12T21:03:10.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T21:03:10.524Z] 99f993af99a1: Preparing [2021-05-12T21:03:10.524Z] a05e51cb50ae: Preparing [2021-05-12T21:03:10.524Z] 8227e40442e9: Preparing [2021-05-12T21:03:10.524Z] ebd9a82f30fc: Preparing [2021-05-12T21:03:10.524Z] 0754057c0ad3: Preparing [2021-05-12T21:03:10.524Z] 998cdf262ab1: Preparing [2021-05-12T21:03:10.524Z] 02e56110abd2: Preparing [2021-05-12T21:03:10.524Z] abc36efb885a: Preparing [2021-05-12T21:03:10.524Z] b0b09059f4e1: Preparing [2021-05-12T21:03:10.524Z] bb961f40224b: Preparing [2021-05-12T21:03:10.524Z] f4666769fca7: Preparing [2021-05-12T21:03:10.524Z] 998cdf262ab1: Waiting [2021-05-12T21:03:10.524Z] 02e56110abd2: Waiting [2021-05-12T21:03:10.524Z] abc36efb885a: Waiting [2021-05-12T21:03:10.524Z] b0b09059f4e1: Waiting [2021-05-12T21:03:10.524Z] bb961f40224b: Waiting [2021-05-12T21:03:10.524Z] f4666769fca7: Waiting [2021-05-12T21:03:10.524Z] a05e51cb50ae: Layer already exists [2021-05-12T21:03:10.524Z] 8227e40442e9: Layer already exists [2021-05-12T21:03:10.524Z] 99f993af99a1: Layer already exists [2021-05-12T21:03:10.524Z] ebd9a82f30fc: Layer already exists [2021-05-12T21:03:10.524Z] 0754057c0ad3: Layer already exists [2021-05-12T21:03:10.524Z] 998cdf262ab1: Layer already exists [2021-05-12T21:03:10.524Z] abc36efb885a: Layer already exists [2021-05-12T21:03:10.524Z] 02e56110abd2: Layer already exists [2021-05-12T21:03:10.524Z] bb961f40224b: Layer already exists [2021-05-12T21:03:10.524Z] b0b09059f4e1: Layer already exists [2021-05-12T21:03:10.524Z] f4666769fca7: Layer already exists [2021-05-12T21:03:10.524Z] master: digest: sha256:f3aac2a0e6c99734bac4e7750b08624394aec8e8b5acf318fe4928cbb1317559 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T21:03:10.584Z] ===================================================== [Pipeline] echo [2021-05-12T21:03:10.598Z] taggedImages: [2021-05-12T21:03:10.598Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [2021-05-12T21:03:10.598Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.214 [2021-05-12T21:03:10.598Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:d370f76947aef5a2f7c0780f9b8c47242afb1ba5-2.0.0-dev.214 [2021-05-12T21:03:10.598Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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-05-12T21:03:14.556Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T21:04:51.282Z] lf-activate-venv(): INFO: Adding /tmp/venv-lPgg/bin to PATH [2021-05-12T21:04:51.282Z] INFO: No Stack... [2021-05-12T21:04:51.282Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T21:04:51.282Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T21:04:51.612Z] + cut -d, -f6 [2021-05-12T21:04:51.612Z] + cat /w/workspace/edgex-go/483/archives/cost.csv [Pipeline] lock [2021-05-12T21:04:51.721Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-483-stack-cost] [2021-05-12T21:04:51.730Z] Resource [jenkins-edgexfoundry-edgex-go-master-483-stack-cost] did not exist. Created. [2021-05-12T21:04:51.730Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-483-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T21:04:52.085Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T21:04:52.892Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T21:04:52.902Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-483-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-05-12T21:04:53.528Z] provisioning config files... [2021-05-12T21:04:53.545Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/483@tmp/config6081451943179226721tmp [Pipeline] { [Pipeline] sh [2021-05-12T21:04:53.882Z] + set +x [2021-05-12T21:04:53.882Z] + curl -s https://codecov.io/bash [2021-05-12T21:04:53.882Z] + bash -s -- [2021-05-12T21:04:54.478Z] [2021-05-12T21:04:54.478Z] _____ _ [2021-05-12T21:04:54.478Z] / ____| | | [2021-05-12T21:04:54.478Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T21:04:54.478Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T21:04:54.478Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T21:04:54.478Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T21:04:54.478Z] Bash-1.0.2 [2021-05-12T21:04:54.478Z] [2021-05-12T21:04:54.478Z] [2021-05-12T21:04:54.478Z] ==> git version 2.24.3 found [2021-05-12T21:04:54.478Z] ==> 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-05-12T21:04:54.478Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T21:04:54.478Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T21:04:54.478Z] ==> Jenkins CI detected. [2021-05-12T21:04:54.478Z] project root: . [2021-05-12T21:04:54.478Z] --> token set from env [2021-05-12T21:04:54.478Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T21:04:54.478Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T21:04:54.747Z] ==> Python coveragepy not found [2021-05-12T21:04:54.747Z] ==> Searching for coverage reports in: [2021-05-12T21:04:54.747Z] + . [2021-05-12T21:04:54.747Z] -> Found 1 reports [2021-05-12T21:04:54.747Z] ==> Detecting git/mercurial file structure [2021-05-12T21:04:54.747Z] ==> Reading reports [2021-05-12T21:04:54.747Z] + ./coverage.out bytes=727486 [2021-05-12T21:04:54.747Z] ==> Appending adjustments [2021-05-12T21:04:54.747Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T21:05:00.075Z] + Found adjustments [2021-05-12T21:05:00.075Z] ==> Gzipping contents [2021-05-12T21:05:00.075Z] 104K /tmp/codecov.r9d9mS.gz [2021-05-12T21:05:00.075Z] ==> Uploading reports [2021-05-12T21:05:00.075Z] url: https://codecov.io [2021-05-12T21:05:00.075Z] query: branch=master&commit=d370f76947aef5a2f7c0780f9b8c47242afb1ba5&build=483&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F483%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T21:05:00.075Z] -> Pinging Codecov [2021-05-12T21:05:00.075Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=d370f76947aef5a2f7c0780f9b8c47242afb1ba5&build=483&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F483%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T21:05:00.338Z] -> Uploading to [2021-05-12T21:05:00.338Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/d370f76947aef5a2f7c0780f9b8c47242afb1ba5/582902e0-bc26-4cd3-bbae-be10815cb47f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T210500Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21155af72426bda9498b584e21ad1e39f54049ed1f8726da162548cf89597143 [2021-05-12T21:05:00.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:00.338Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:00.921Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 194k --:--:-- --:--:-- --:--:-- 194k 100 101k 0 0 100 101k 0 194k --:--:-- --:--:-- --:--:-- 193k [2021-05-12T21:05:00.921Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d370f76947aef5a2f7c0780f9b8c47242afb1ba5 [Pipeline] } [2021-05-12T21:05:00.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-12T21:05:01.185Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-12T21:05:01.211Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:05:01.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T21:05:01.848Z] [2021-05-12T21:05:01.848Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:05:02.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T21:05:02.515Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-12T21:05:02.515Z] 188c0c94c7c5: Pulling fs layer [2021-05-12T21:05:02.515Z] 0ef7d3d256c8: Pulling fs layer [2021-05-12T21:05:02.515Z] de9db76c5a1d: Pulling fs layer [2021-05-12T21:05:02.515Z] 0eba1c9be4d2: Pulling fs layer [2021-05-12T21:05:02.515Z] 0d57e429df01: Pulling fs layer [2021-05-12T21:05:02.515Z] 4e4be7b47b0d: Pulling fs layer [2021-05-12T21:05:02.515Z] e1f770b5df2f: Pulling fs layer [2021-05-12T21:05:02.515Z] 85a0685a4137: Pulling fs layer [2021-05-12T21:05:02.515Z] 0d57e429df01: Waiting [2021-05-12T21:05:02.515Z] 4e4be7b47b0d: Waiting [2021-05-12T21:05:02.515Z] e1f770b5df2f: Waiting [2021-05-12T21:05:02.515Z] 85a0685a4137: Waiting [2021-05-12T21:05:02.515Z] 0eba1c9be4d2: Waiting [2021-05-12T21:05:02.515Z] de9db76c5a1d: Verifying Checksum [2021-05-12T21:05:02.515Z] de9db76c5a1d: Download complete [2021-05-12T21:05:02.515Z] 0ef7d3d256c8: Download complete [2021-05-12T21:05:02.515Z] 0d57e429df01: Verifying Checksum [2021-05-12T21:05:02.515Z] 0d57e429df01: Download complete [2021-05-12T21:05:02.515Z] 4e4be7b47b0d: Verifying Checksum [2021-05-12T21:05:02.515Z] 4e4be7b47b0d: Download complete [2021-05-12T21:05:02.515Z] 188c0c94c7c5: Verifying Checksum [2021-05-12T21:05:03.114Z] 188c0c94c7c5: Pull complete [2021-05-12T21:05:03.389Z] 0ef7d3d256c8: Pull complete [2021-05-12T21:05:03.656Z] de9db76c5a1d: Pull complete [2021-05-12T21:05:03.656Z] e1f770b5df2f: Verifying Checksum [2021-05-12T21:05:03.656Z] e1f770b5df2f: Download complete [2021-05-12T21:05:07.063Z] 0eba1c9be4d2: Verifying Checksum [2021-05-12T21:05:07.063Z] 0eba1c9be4d2: Download complete [2021-05-12T21:05:07.063Z] 85a0685a4137: Verifying Checksum [2021-05-12T21:05:07.063Z] 85a0685a4137: Download complete [2021-05-12T21:05:15.329Z] 0eba1c9be4d2: Pull complete [2021-05-12T21:05:15.329Z] 0d57e429df01: Pull complete [2021-05-12T21:05:15.329Z] 4e4be7b47b0d: Pull complete [2021-05-12T21:05:18.683Z] e1f770b5df2f: Pull complete [2021-05-12T21:05:28.825Z] 85a0685a4137: Pull complete [2021-05-12T21:05:28.825Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-12T21:05:28.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T21:05:28.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-12T21:05:29.083Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T21:05:29.157Z] $ 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/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-12T21:05:30.656Z] $ docker top 28d7b4db12243929e89c6da9c6fd94980815718c7a5a5c07847905141b9d7b6d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T21:05:31.164Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-12T21:05:31.497Z] + set -o pipefail [2021-05-12T21:05:31.497Z] + snyk monitor '--org=edgex-jenkins' [2021-05-12T21:05:41.585Z] [2021-05-12T21:05:41.585Z] Monitoring /w/workspace/edgex-go/483 (github.com/edgexfoundry/edgex-go)... [2021-05-12T21:05:41.585Z] [2021-05-12T21:05:41.585Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c76d53c2-70a3-41b7-b468-0b7e49c78cb5 [2021-05-12T21:05:41.585Z] [2021-05-12T21:05:41.585Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-12T21:05:41.585Z] [2021-05-12T21:05:41.585Z] [Pipeline] } [2021-05-12T21:05:41.608Z] $ docker stop --time=1 28d7b4db12243929e89c6da9c6fd94980815718c7a5a5c07847905141b9d7b6d [2021-05-12T21:05:44.580Z] $ docker rm -f 28d7b4db12243929e89c6da9c6fd94980815718c7a5a5c07847905141b9d7b6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-12T21:05:45.923Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T21:05:45.943Z] provisioning config files... [2021-05-12T21:05:45.954Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/483@tmp/config7010707084540321542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:05:46.300Z] --> edgex-publish-swagger.sh [2021-05-12T21:05:46.300Z] === Publish openapi/v1 API === [2021-05-12T21:05:46.300Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-12T21:05:46.300Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/483/openapi/v1/core-command.yaml] [2021-05-12T21:05:46.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:46.300Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:47.152Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10522 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 11009 --:--:-- --:--:-- --:--:-- 11006 [2021-05-12T21:05:47.152Z] [2021-05-12T21:05:47.152Z] [2021-05-12T21:05:47.152Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/483/openapi/v1/core-data.yaml] [2021-05-12T21:05:47.152Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:47.152Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:48.548Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30829 0:00:01 0:00:01 --:--:-- 30859 100 32557 0 0 100 32557 0 30822 0:00:01 0:00:01 --:--:-- 30859 [2021-05-12T21:05:48.548Z] [2021-05-12T21:05:48.548Z] [2021-05-12T21:05:48.548Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/483/openapi/v1/core-metadata.yaml] [2021-05-12T21:05:48.548Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:48.548Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:49.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 73721 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 74228 --:--:-- --:--:-- --:--:-- 74240 [2021-05-12T21:05:49.505Z] [2021-05-12T21:05:49.505Z] [2021-05-12T21:05:49.505Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/483/openapi/v1/support-logging.yaml] [2021-05-12T21:05:49.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:49.505Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:50.286Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13557 0:00:01 0:00:01 --:--:-- 13567 [2021-05-12T21:05:50.286Z] [2021-05-12T21:05:50.286Z] [2021-05-12T21:05:50.286Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/483/openapi/v1/support-notifications.yaml] [2021-05-12T21:05:50.286Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:50.286Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:51.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35947 0:00:01 0:00:01 --:--:-- 35975 [2021-05-12T21:05:51.498Z] [2021-05-12T21:05:51.498Z] [2021-05-12T21:05:51.498Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/483/openapi/v1/support-scheduler.yaml] [2021-05-12T21:05:51.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:51.498Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:52.712Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12460 0:00:01 0:00:01 --:--:-- 12455 100 14249 0 0 100 14249 0 12456 0:00:01 0:00:01 --:--:-- 12455 [2021-05-12T21:05:52.712Z] [2021-05-12T21:05:52.712Z] [2021-05-12T21:05:52.712Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/483/openapi/v1/system-agent.yaml] [2021-05-12T21:05:52.712Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:52.712Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:53.660Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4165 --:--:-- --:--:-- --:--:-- 4164 100 4110 0 0 100 4110 0 4164 --:--:-- --:--:-- --:--:-- 4164 [2021-05-12T21:05:53.660Z] [2021-05-12T21:05:53.660Z] [2021-05-12T21:05:53.660Z] === Publish openapi/v2 API === [2021-05-12T21:05:53.660Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-12T21:05:53.660Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/483/openapi/v2/core-command.yaml] [2021-05-12T21:05:53.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:53.660Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:54.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30687 0 0 100 30687 0 32585 --:--:-- --:--:-- --:--:-- 32576 100 30687 0 0 100 30687 0 32578 --:--:-- --:--:-- --:--:-- 32576 [2021-05-12T21:05:54.615Z] [2021-05-12T21:05:54.615Z] [2021-05-12T21:05:54.615Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/483/openapi/v2/core-data.yaml] [2021-05-12T21:05:54.615Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:54.615Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:55.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 57522 --:--:-- --:--:-- --:--:-- 57571 [2021-05-12T21:05:55.671Z] [2021-05-12T21:05:55.671Z] [2021-05-12T21:05:55.671Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/483/openapi/v2/core-metadata.yaml] [2021-05-12T21:05:55.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:55.671Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:56.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k 100 118k 0 0 100 118k 0 112k 0:00:01 0:00:01 --:--:-- 112k [2021-05-12T21:05:56.690Z] [2021-05-12T21:05:56.690Z] [2021-05-12T21:05:56.690Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/483/openapi/v2/support-notifications.yaml] [2021-05-12T21:05:56.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:56.690Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:58.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76036 0 0 100 76036 0 61820 0:00:01 0:00:01 --:--:-- 61868 100 76036 0 0 100 76036 0 61158 0:00:01 0:00:01 --:--:-- 61171 [2021-05-12T21:05:58.088Z] [2021-05-12T21:05:58.088Z] [2021-05-12T21:05:58.088Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/483/openapi/v2/support-scheduler.yaml] [2021-05-12T21:05:58.088Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:58.088Z] Dload Upload Total Spent Left Speed [2021-05-12T21:05:59.319Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 30517 0:00:01 0:00:01 --:--:-- 30533 100 37617 0 0 100 37617 0 27955 0:00:01 0:00:01 --:--:-- 27968 [2021-05-12T21:05:59.319Z] [2021-05-12T21:05:59.319Z] [2021-05-12T21:05:59.319Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/483/openapi/v2/system-agent.yaml] [2021-05-12T21:05:59.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T21:05:59.319Z] Dload Upload Total Spent Left Speed [2021-05-12T21:06:00.272Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 22604 0:00:01 0:00:01 --:--:-- 22636 100 23157 0 0 100 23157 0 22598 0:00:01 0:00:01 --:--:-- 22614 [2021-05-12T21:06:00.272Z] [2021-05-12T21:06:00.272Z] [Pipeline] } [2021-05-12T21:06:00.285Z] 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-05-12T21:06:00.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T21:06:00.825Z] . [Pipeline] withDockerContainer [2021-05-12T21:06:00.991Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T21:06:01.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T21:06:02.260Z] $ docker top ebb626753fa8d6352fa2241caf2a6ef2d913f3d7f609df3d7fbf852edd987fd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T21:06:02.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T21:06:02.457Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T21:06:02.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T21:06:02.794Z] $ docker exec ebb626753fa8d6352fa2241caf2a6ef2d913f3d7f609df3d7fbf852edd987fd0 ssh-agent [2021-05-12T21:06:03.017Z] SSH_AUTH_SOCK=/tmp/ssh-CZTMNyqZ7jRP/agent.12 [2021-05-12T21:06:03.017Z] SSH_AGENT_PID=18 [2021-05-12T21:06:03.025Z] Running ssh-add (command line suppressed) [2021-05-12T21:06:03.190Z] Identity added: /w/workspace/edgex-go/483@tmp/private_key_5019378061748385354.key (/w/workspace/edgex-go/483@tmp/private_key_5019378061748385354.key) [2021-05-12T21:06:03.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T21:06:03.556Z] + git semver tag [2021-05-12T21:06:04.130Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T21:06:04.130Z] # $GIT_DIR = /w/workspace/edgex-go/483/.git [2021-05-12T21:06:04.130Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/483 [2021-05-12T21:06:04.130Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T21:06:04.130Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T21:06:04.130Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T21:06:04.130Z] # $SEMVER_BRANCH = master [2021-05-12T21:06:04.130Z] # $SEMVER_DIR = /w/workspace/edgex-go/483/.semver [2021-05-12T21:06:04.130Z] # d370f76947aef5a2f7c0780f9b8c47242afb1ba5 HEAD [2021-05-12T21:06:04.712Z] # -> Force: false [2021-05-12T21:06:04.712Z] # 9da1a609b1f4b196cc5e0f33b79acfa073ee58d7 refs/tags/v2.0.0-dev.214 [Pipeline] } [2021-05-12T21:06:04.733Z] $ docker exec --env ******** --env ******** ebb626753fa8d6352fa2241caf2a6ef2d913f3d7f609df3d7fbf852edd987fd0 ssh-agent -k [2021-05-12T21:06:04.921Z] unset SSH_AUTH_SOCK; [2021-05-12T21:06:04.921Z] unset SSH_AGENT_PID; [2021-05-12T21:06:04.921Z] echo Agent pid 18 killed; [2021-05-12T21:06:05.008Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T21:06:05.342Z] + git semver [Pipeline] } [2021-05-12T21:06:05.372Z] $ docker stop --time=1 ebb626753fa8d6352fa2241caf2a6ef2d913f3d7f609df3d7fbf852edd987fd0 [2021-05-12T21:06:06.838Z] $ docker rm -f ebb626753fa8d6352fa2241caf2a6ef2d913f3d7f609df3d7fbf852edd987fd0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:06:07.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T21:06:07.361Z] [2021-05-12T21:06:07.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:06:07.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T21:06:07.676Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-12T21:06:07.676Z] ab5ef0e58194: Pulling fs layer [2021-05-12T21:06:07.676Z] 9712f1f96733: Pulling fs layer [2021-05-12T21:06:07.676Z] 63f879dbbcfc: Pulling fs layer [2021-05-12T21:06:07.676Z] 0d9ebad4ef96: Pulling fs layer [2021-05-12T21:06:07.676Z] e9a5061849ea: Pulling fs layer [2021-05-12T21:06:07.676Z] d747dcd14b5f: Pulling fs layer [2021-05-12T21:06:07.676Z] 2de7ff778b66: Pulling fs layer [2021-05-12T21:06:07.676Z] e9a5061849ea: Waiting [2021-05-12T21:06:07.676Z] d747dcd14b5f: Waiting [2021-05-12T21:06:07.676Z] 2de7ff778b66: Waiting [2021-05-12T21:06:07.676Z] 0d9ebad4ef96: Waiting [2021-05-12T21:06:07.676Z] 9712f1f96733: Download complete [2021-05-12T21:06:09.611Z] 63f879dbbcfc: Verifying Checksum [2021-05-12T21:06:09.611Z] 63f879dbbcfc: Download complete [2021-05-12T21:06:09.611Z] e9a5061849ea: Verifying Checksum [2021-05-12T21:06:09.611Z] e9a5061849ea: Download complete [2021-05-12T21:06:09.611Z] d747dcd14b5f: Verifying Checksum [2021-05-12T21:06:09.611Z] d747dcd14b5f: Download complete [2021-05-12T21:06:09.876Z] 2de7ff778b66: Verifying Checksum [2021-05-12T21:06:09.876Z] 2de7ff778b66: Download complete [2021-05-12T21:06:10.843Z] 0d9ebad4ef96: Verifying Checksum [2021-05-12T21:06:10.843Z] 0d9ebad4ef96: Download complete [2021-05-12T21:06:10.843Z] ab5ef0e58194: Verifying Checksum [2021-05-12T21:06:10.843Z] ab5ef0e58194: Download complete [2021-05-12T21:06:17.491Z] ab5ef0e58194: Pull complete [2021-05-12T21:06:17.491Z] 9712f1f96733: Pull complete [2021-05-12T21:06:19.440Z] 63f879dbbcfc: Pull complete [2021-05-12T21:06:27.697Z] 0d9ebad4ef96: Pull complete [2021-05-12T21:06:28.646Z] e9a5061849ea: Pull complete [2021-05-12T21:06:28.646Z] d747dcd14b5f: Pull complete [2021-05-12T21:06:32.910Z] 2de7ff778b66: Pull complete [2021-05-12T21:06:32.910Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-12T21:06:32.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T21:06:32.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-12T21:06:33.218Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T21:06:33.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-12T21:06:36.552Z] $ docker top 4853f7634f6f5c6e57319aad301373e349a402a7f5a082f2c01384ad9ed6bba1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-12T21:06:36.803Z] provisioning config files... [2021-05-12T21:06:36.816Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/483@tmp/config7174395137558304557tmp [2021-05-12T21:06:36.839Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/483@tmp/config1869418648746151146tmp [2021-05-12T21:06:36.860Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/483@tmp/config7147854342399130897tmp [Pipeline] { [Pipeline] echo [2021-05-12T21:06:36.905Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:06:37.603Z] ---> sigul-configuration.sh [2021-05-12T21:06:37.604Z] gpg: directory `/root/.gnupg' created [2021-05-12T21:06:37.604Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-12T21:06:37.604Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-12T21:06:37.604Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-12T21:06:37.604Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-12T21:06:37.604Z] gpg: CAST5 encrypted data [2021-05-12T21:06:37.604Z] gpg: encrypted with 1 passphrase [2021-05-12T21:06:37.604Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-12T21:06:38.101Z] + mkdir /home/jenkins [2021-05-12T21:06:38.102Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-12T21:06:38.584Z] + 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-05-12T21:06:38.915Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:06:39.284Z] ---> sigul-install.sh [2021-05-12T21:06:47.511Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-12T21:06:47.826Z] + git tag --list [2021-05-12T21:06:47.826Z] 0.6.0 [2021-05-12T21:06:47.826Z] 0.6.1 [2021-05-12T21:06:47.826Z] 0.7.0 [2021-05-12T21:06:47.826Z] 0.7.1 [2021-05-12T21:06:47.826Z] v0.0.0 [2021-05-12T21:06:47.826Z] v0.0.1-dev.1 [2021-05-12T21:06:47.826Z] v1.0.0 [2021-05-12T21:06:47.826Z] v1.0.1 [2021-05-12T21:06:47.826Z] v1.1.0 [2021-05-12T21:06:47.826Z] v1.2.0 [2021-05-12T21:06:47.826Z] v1.2.1 [2021-05-12T21:06:47.826Z] v1.2.2-dev.1 [2021-05-12T21:06:47.826Z] v1.2.2-dev.10 [2021-05-12T21:06:47.826Z] v1.2.2-dev.100 [2021-05-12T21:06:47.826Z] v1.2.2-dev.101 [2021-05-12T21:06:47.826Z] v1.2.2-dev.102 [2021-05-12T21:06:47.826Z] v1.2.2-dev.103 [2021-05-12T21:06:47.826Z] v1.2.2-dev.104 [2021-05-12T21:06:47.826Z] v1.2.2-dev.105 [2021-05-12T21:06:47.826Z] v1.2.2-dev.106 [2021-05-12T21:06:47.826Z] v1.2.2-dev.107 [2021-05-12T21:06:47.826Z] v1.2.2-dev.11 [2021-05-12T21:06:47.826Z] v1.2.2-dev.12 [2021-05-12T21:06:47.826Z] v1.2.2-dev.13 [2021-05-12T21:06:47.826Z] v1.2.2-dev.14 [2021-05-12T21:06:47.826Z] v1.2.2-dev.15 [2021-05-12T21:06:47.826Z] v1.2.2-dev.16 [2021-05-12T21:06:47.826Z] v1.2.2-dev.17 [2021-05-12T21:06:47.826Z] v1.2.2-dev.18 [2021-05-12T21:06:47.826Z] v1.2.2-dev.19 [2021-05-12T21:06:47.826Z] v1.2.2-dev.2 [2021-05-12T21:06:47.826Z] v1.2.2-dev.20 [2021-05-12T21:06:47.826Z] v1.2.2-dev.21 [2021-05-12T21:06:47.826Z] v1.2.2-dev.22 [2021-05-12T21:06:47.826Z] v1.2.2-dev.23 [2021-05-12T21:06:47.826Z] v1.2.2-dev.24 [2021-05-12T21:06:47.826Z] v1.2.2-dev.25 [2021-05-12T21:06:47.826Z] v1.2.2-dev.26 [2021-05-12T21:06:47.826Z] v1.2.2-dev.27 [2021-05-12T21:06:47.826Z] v1.2.2-dev.28 [2021-05-12T21:06:47.826Z] v1.2.2-dev.29 [2021-05-12T21:06:47.826Z] v1.2.2-dev.3 [2021-05-12T21:06:47.826Z] v1.2.2-dev.30 [2021-05-12T21:06:47.826Z] v1.2.2-dev.31 [2021-05-12T21:06:47.826Z] v1.2.2-dev.32 [2021-05-12T21:06:47.826Z] v1.2.2-dev.33 [2021-05-12T21:06:47.826Z] v1.2.2-dev.34 [2021-05-12T21:06:47.826Z] v1.2.2-dev.35 [2021-05-12T21:06:47.826Z] v1.2.2-dev.36 [2021-05-12T21:06:47.826Z] v1.2.2-dev.37 [2021-05-12T21:06:47.826Z] v1.2.2-dev.38 [2021-05-12T21:06:47.826Z] v1.2.2-dev.39 [2021-05-12T21:06:47.826Z] v1.2.2-dev.4 [2021-05-12T21:06:47.826Z] v1.2.2-dev.40 [2021-05-12T21:06:47.826Z] v1.2.2-dev.41 [2021-05-12T21:06:47.826Z] v1.2.2-dev.42 [2021-05-12T21:06:47.826Z] v1.2.2-dev.43 [2021-05-12T21:06:47.826Z] v1.2.2-dev.44 [2021-05-12T21:06:47.826Z] v1.2.2-dev.45 [2021-05-12T21:06:47.826Z] v1.2.2-dev.46 [2021-05-12T21:06:47.826Z] v1.2.2-dev.47 [2021-05-12T21:06:47.826Z] v1.2.2-dev.48 [2021-05-12T21:06:47.826Z] v1.2.2-dev.49 [2021-05-12T21:06:47.826Z] v1.2.2-dev.5 [2021-05-12T21:06:47.826Z] v1.2.2-dev.50 [2021-05-12T21:06:47.826Z] v1.2.2-dev.51 [2021-05-12T21:06:47.826Z] v1.2.2-dev.52 [2021-05-12T21:06:47.826Z] v1.2.2-dev.53 [2021-05-12T21:06:47.826Z] v1.2.2-dev.54 [2021-05-12T21:06:47.826Z] v1.2.2-dev.55 [2021-05-12T21:06:47.826Z] v1.2.2-dev.56 [2021-05-12T21:06:47.826Z] v1.2.2-dev.57 [2021-05-12T21:06:47.826Z] v1.2.2-dev.58 [2021-05-12T21:06:47.826Z] v1.2.2-dev.59 [2021-05-12T21:06:47.826Z] v1.2.2-dev.6 [2021-05-12T21:06:47.826Z] v1.2.2-dev.60 [2021-05-12T21:06:47.826Z] v1.2.2-dev.61 [2021-05-12T21:06:47.826Z] v1.2.2-dev.62 [2021-05-12T21:06:47.826Z] v1.2.2-dev.63 [2021-05-12T21:06:47.826Z] v1.2.2-dev.64 [2021-05-12T21:06:47.826Z] v1.2.2-dev.65 [2021-05-12T21:06:47.826Z] v1.2.2-dev.66 [2021-05-12T21:06:47.826Z] v1.2.2-dev.67 [2021-05-12T21:06:47.826Z] v1.2.2-dev.68 [2021-05-12T21:06:47.826Z] v1.2.2-dev.69 [2021-05-12T21:06:47.826Z] v1.2.2-dev.7 [2021-05-12T21:06:47.826Z] v1.2.2-dev.70 [2021-05-12T21:06:47.826Z] v1.2.2-dev.71 [2021-05-12T21:06:47.826Z] v1.2.2-dev.72 [2021-05-12T21:06:47.826Z] v1.2.2-dev.73 [2021-05-12T21:06:47.826Z] v1.2.2-dev.74 [2021-05-12T21:06:47.826Z] v1.2.2-dev.75 [2021-05-12T21:06:47.826Z] v1.2.2-dev.76 [2021-05-12T21:06:47.826Z] v1.2.2-dev.77 [2021-05-12T21:06:47.826Z] v1.2.2-dev.78 [2021-05-12T21:06:47.826Z] v1.2.2-dev.79 [2021-05-12T21:06:47.826Z] v1.2.2-dev.8 [2021-05-12T21:06:47.826Z] v1.2.2-dev.80 [2021-05-12T21:06:47.826Z] v1.2.2-dev.81 [2021-05-12T21:06:47.826Z] v1.2.2-dev.82 [2021-05-12T21:06:47.826Z] v1.2.2-dev.83 [2021-05-12T21:06:47.826Z] v1.2.2-dev.84 [2021-05-12T21:06:47.826Z] v1.2.2-dev.85 [2021-05-12T21:06:47.826Z] v1.2.2-dev.86 [2021-05-12T21:06:47.826Z] v1.2.2-dev.87 [2021-05-12T21:06:47.826Z] v1.2.2-dev.88 [2021-05-12T21:06:47.826Z] v1.2.2-dev.89 [2021-05-12T21:06:47.826Z] v1.2.2-dev.9 [2021-05-12T21:06:47.826Z] v1.2.2-dev.90 [2021-05-12T21:06:47.826Z] v1.2.2-dev.91 [2021-05-12T21:06:47.826Z] v1.2.2-dev.92 [2021-05-12T21:06:47.826Z] v1.2.2-dev.93 [2021-05-12T21:06:47.826Z] v1.2.2-dev.94 [2021-05-12T21:06:47.826Z] v1.2.2-dev.95 [2021-05-12T21:06:47.826Z] v1.2.2-dev.96 [2021-05-12T21:06:47.826Z] v1.2.2-dev.97 [2021-05-12T21:06:47.826Z] v1.2.2-dev.98 [2021-05-12T21:06:47.826Z] v1.2.2-dev.99 [2021-05-12T21:06:47.826Z] v1.3.0 [2021-05-12T21:06:47.826Z] v1.3.1 [2021-05-12T21:06:47.826Z] v1.3.1-dev.1 [2021-05-12T21:06:47.826Z] v1.3.1-dev.10 [2021-05-12T21:06:47.826Z] v1.3.1-dev.11 [2021-05-12T21:06:47.826Z] v1.3.1-dev.12 [2021-05-12T21:06:47.826Z] v1.3.1-dev.13 [2021-05-12T21:06:47.826Z] v1.3.1-dev.14 [2021-05-12T21:06:47.826Z] v1.3.1-dev.15 [2021-05-12T21:06:47.826Z] v1.3.1-dev.16 [2021-05-12T21:06:47.826Z] v1.3.1-dev.17 [2021-05-12T21:06:47.826Z] v1.3.1-dev.18 [2021-05-12T21:06:47.826Z] v1.3.1-dev.2 [2021-05-12T21:06:47.826Z] v1.3.1-dev.3 [2021-05-12T21:06:47.826Z] v1.3.1-dev.4 [2021-05-12T21:06:47.826Z] v1.3.1-dev.5 [2021-05-12T21:06:47.826Z] v1.3.1-dev.6 [2021-05-12T21:06:47.826Z] v1.3.1-dev.7 [2021-05-12T21:06:47.826Z] v1.3.1-dev.8 [2021-05-12T21:06:47.826Z] v1.3.1-dev.9 [2021-05-12T21:06:47.826Z] v2.0.0-dev.1 [2021-05-12T21:06:47.826Z] v2.0.0-dev.10 [2021-05-12T21:06:47.826Z] v2.0.0-dev.100 [2021-05-12T21:06:47.826Z] v2.0.0-dev.101 [2021-05-12T21:06:47.826Z] v2.0.0-dev.102 [2021-05-12T21:06:47.826Z] v2.0.0-dev.103 [2021-05-12T21:06:47.826Z] v2.0.0-dev.104 [2021-05-12T21:06:47.826Z] v2.0.0-dev.105 [2021-05-12T21:06:47.826Z] v2.0.0-dev.106 [2021-05-12T21:06:47.826Z] v2.0.0-dev.107 [2021-05-12T21:06:47.826Z] v2.0.0-dev.108 [2021-05-12T21:06:47.826Z] v2.0.0-dev.109 [2021-05-12T21:06:47.826Z] v2.0.0-dev.11 [2021-05-12T21:06:47.826Z] v2.0.0-dev.110 [2021-05-12T21:06:47.826Z] v2.0.0-dev.111 [2021-05-12T21:06:47.826Z] v2.0.0-dev.112 [2021-05-12T21:06:47.826Z] v2.0.0-dev.113 [2021-05-12T21:06:47.826Z] v2.0.0-dev.114 [2021-05-12T21:06:47.826Z] v2.0.0-dev.115 [2021-05-12T21:06:47.826Z] v2.0.0-dev.116 [2021-05-12T21:06:47.826Z] v2.0.0-dev.117 [2021-05-12T21:06:47.826Z] v2.0.0-dev.118 [2021-05-12T21:06:47.826Z] v2.0.0-dev.119 [2021-05-12T21:06:47.826Z] v2.0.0-dev.12 [2021-05-12T21:06:47.826Z] v2.0.0-dev.120 [2021-05-12T21:06:47.826Z] v2.0.0-dev.121 [2021-05-12T21:06:47.826Z] v2.0.0-dev.122 [2021-05-12T21:06:47.826Z] v2.0.0-dev.123 [2021-05-12T21:06:47.826Z] v2.0.0-dev.124 [2021-05-12T21:06:47.826Z] v2.0.0-dev.125 [2021-05-12T21:06:47.826Z] v2.0.0-dev.126 [2021-05-12T21:06:47.826Z] v2.0.0-dev.127 [2021-05-12T21:06:47.826Z] v2.0.0-dev.128 [2021-05-12T21:06:47.826Z] v2.0.0-dev.129 [2021-05-12T21:06:47.826Z] v2.0.0-dev.13 [2021-05-12T21:06:47.826Z] v2.0.0-dev.130 [2021-05-12T21:06:47.826Z] v2.0.0-dev.131 [2021-05-12T21:06:47.826Z] v2.0.0-dev.132 [2021-05-12T21:06:47.826Z] v2.0.0-dev.133 [2021-05-12T21:06:47.826Z] v2.0.0-dev.134 [2021-05-12T21:06:47.826Z] v2.0.0-dev.135 [2021-05-12T21:06:47.826Z] v2.0.0-dev.136 [2021-05-12T21:06:47.826Z] v2.0.0-dev.137 [2021-05-12T21:06:47.826Z] v2.0.0-dev.138 [2021-05-12T21:06:47.826Z] v2.0.0-dev.139 [2021-05-12T21:06:47.826Z] v2.0.0-dev.14 [2021-05-12T21:06:47.826Z] v2.0.0-dev.140 [2021-05-12T21:06:47.826Z] v2.0.0-dev.141 [2021-05-12T21:06:47.826Z] v2.0.0-dev.142 [2021-05-12T21:06:47.826Z] v2.0.0-dev.143 [2021-05-12T21:06:47.826Z] v2.0.0-dev.144 [2021-05-12T21:06:47.826Z] v2.0.0-dev.145 [2021-05-12T21:06:47.826Z] v2.0.0-dev.146 [2021-05-12T21:06:47.826Z] v2.0.0-dev.147 [2021-05-12T21:06:47.826Z] v2.0.0-dev.148 [2021-05-12T21:06:47.826Z] v2.0.0-dev.149 [2021-05-12T21:06:47.826Z] v2.0.0-dev.15 [2021-05-12T21:06:47.826Z] v2.0.0-dev.150 [2021-05-12T21:06:47.826Z] v2.0.0-dev.151 [2021-05-12T21:06:47.826Z] v2.0.0-dev.152 [2021-05-12T21:06:47.826Z] v2.0.0-dev.153 [2021-05-12T21:06:47.826Z] v2.0.0-dev.154 [2021-05-12T21:06:47.826Z] v2.0.0-dev.155 [2021-05-12T21:06:47.826Z] v2.0.0-dev.156 [2021-05-12T21:06:47.826Z] v2.0.0-dev.157 [2021-05-12T21:06:47.826Z] v2.0.0-dev.158 [2021-05-12T21:06:47.826Z] v2.0.0-dev.159 [2021-05-12T21:06:47.826Z] v2.0.0-dev.16 [2021-05-12T21:06:47.826Z] v2.0.0-dev.160 [2021-05-12T21:06:47.826Z] v2.0.0-dev.161 [2021-05-12T21:06:47.826Z] v2.0.0-dev.162 [2021-05-12T21:06:47.826Z] v2.0.0-dev.163 [2021-05-12T21:06:47.826Z] v2.0.0-dev.164 [2021-05-12T21:06:47.826Z] v2.0.0-dev.165 [2021-05-12T21:06:47.826Z] v2.0.0-dev.166 [2021-05-12T21:06:47.826Z] v2.0.0-dev.167 [2021-05-12T21:06:47.826Z] v2.0.0-dev.168 [2021-05-12T21:06:47.826Z] v2.0.0-dev.169 [2021-05-12T21:06:47.826Z] v2.0.0-dev.17 [2021-05-12T21:06:47.826Z] v2.0.0-dev.170 [2021-05-12T21:06:47.826Z] v2.0.0-dev.171 [2021-05-12T21:06:47.826Z] v2.0.0-dev.172 [2021-05-12T21:06:47.826Z] v2.0.0-dev.173 [2021-05-12T21:06:47.826Z] v2.0.0-dev.174 [2021-05-12T21:06:47.826Z] v2.0.0-dev.175 [2021-05-12T21:06:47.826Z] v2.0.0-dev.176 [2021-05-12T21:06:47.826Z] v2.0.0-dev.177 [2021-05-12T21:06:47.826Z] v2.0.0-dev.178 [2021-05-12T21:06:47.826Z] v2.0.0-dev.179 [2021-05-12T21:06:47.826Z] v2.0.0-dev.18 [2021-05-12T21:06:47.826Z] v2.0.0-dev.180 [2021-05-12T21:06:47.826Z] v2.0.0-dev.181 [2021-05-12T21:06:47.826Z] v2.0.0-dev.182 [2021-05-12T21:06:47.826Z] v2.0.0-dev.183 [2021-05-12T21:06:47.826Z] v2.0.0-dev.184 [2021-05-12T21:06:47.826Z] v2.0.0-dev.185 [2021-05-12T21:06:47.826Z] v2.0.0-dev.186 [2021-05-12T21:06:47.826Z] v2.0.0-dev.187 [2021-05-12T21:06:47.826Z] v2.0.0-dev.188 [2021-05-12T21:06:47.826Z] v2.0.0-dev.189 [2021-05-12T21:06:47.826Z] v2.0.0-dev.19 [2021-05-12T21:06:47.826Z] v2.0.0-dev.190 [2021-05-12T21:06:47.826Z] v2.0.0-dev.191 [2021-05-12T21:06:47.826Z] v2.0.0-dev.192 [2021-05-12T21:06:47.826Z] v2.0.0-dev.193 [2021-05-12T21:06:47.826Z] v2.0.0-dev.194 [2021-05-12T21:06:47.826Z] v2.0.0-dev.195 [2021-05-12T21:06:47.826Z] v2.0.0-dev.196 [2021-05-12T21:06:47.826Z] v2.0.0-dev.197 [2021-05-12T21:06:47.826Z] v2.0.0-dev.198 [2021-05-12T21:06:47.826Z] v2.0.0-dev.199 [2021-05-12T21:06:47.826Z] v2.0.0-dev.2 [2021-05-12T21:06:47.826Z] v2.0.0-dev.20 [2021-05-12T21:06:47.826Z] v2.0.0-dev.200 [2021-05-12T21:06:47.826Z] v2.0.0-dev.201 [2021-05-12T21:06:47.826Z] v2.0.0-dev.202 [2021-05-12T21:06:47.826Z] v2.0.0-dev.203 [2021-05-12T21:06:47.826Z] v2.0.0-dev.204 [2021-05-12T21:06:47.826Z] v2.0.0-dev.205 [2021-05-12T21:06:47.826Z] v2.0.0-dev.206 [2021-05-12T21:06:47.826Z] v2.0.0-dev.207 [2021-05-12T21:06:47.826Z] v2.0.0-dev.208 [2021-05-12T21:06:47.826Z] v2.0.0-dev.209 [2021-05-12T21:06:47.826Z] v2.0.0-dev.21 [2021-05-12T21:06:47.826Z] v2.0.0-dev.210 [2021-05-12T21:06:47.826Z] v2.0.0-dev.211 [2021-05-12T21:06:47.826Z] v2.0.0-dev.212 [2021-05-12T21:06:47.826Z] v2.0.0-dev.213 [2021-05-12T21:06:47.826Z] v2.0.0-dev.214 [2021-05-12T21:06:47.826Z] v2.0.0-dev.22 [2021-05-12T21:06:47.826Z] v2.0.0-dev.23 [2021-05-12T21:06:47.826Z] v2.0.0-dev.24 [2021-05-12T21:06:47.826Z] v2.0.0-dev.25 [2021-05-12T21:06:47.826Z] v2.0.0-dev.26 [2021-05-12T21:06:47.826Z] v2.0.0-dev.27 [2021-05-12T21:06:47.826Z] v2.0.0-dev.28 [2021-05-12T21:06:47.826Z] v2.0.0-dev.29 [2021-05-12T21:06:47.826Z] v2.0.0-dev.3 [2021-05-12T21:06:47.826Z] v2.0.0-dev.30 [2021-05-12T21:06:47.826Z] v2.0.0-dev.31 [2021-05-12T21:06:47.826Z] v2.0.0-dev.32 [2021-05-12T21:06:47.826Z] v2.0.0-dev.33 [2021-05-12T21:06:47.826Z] v2.0.0-dev.34 [2021-05-12T21:06:47.826Z] v2.0.0-dev.35 [2021-05-12T21:06:47.826Z] v2.0.0-dev.36 [2021-05-12T21:06:47.826Z] v2.0.0-dev.37 [2021-05-12T21:06:47.826Z] v2.0.0-dev.38 [2021-05-12T21:06:47.826Z] v2.0.0-dev.39 [2021-05-12T21:06:47.826Z] v2.0.0-dev.4 [2021-05-12T21:06:47.826Z] v2.0.0-dev.40 [2021-05-12T21:06:47.826Z] v2.0.0-dev.41 [2021-05-12T21:06:47.826Z] v2.0.0-dev.42 [2021-05-12T21:06:47.826Z] v2.0.0-dev.43 [2021-05-12T21:06:47.826Z] v2.0.0-dev.44 [2021-05-12T21:06:47.826Z] v2.0.0-dev.45 [2021-05-12T21:06:47.826Z] v2.0.0-dev.46 [2021-05-12T21:06:47.826Z] v2.0.0-dev.47 [2021-05-12T21:06:47.826Z] v2.0.0-dev.48 [2021-05-12T21:06:47.826Z] v2.0.0-dev.49 [2021-05-12T21:06:47.826Z] v2.0.0-dev.5 [2021-05-12T21:06:47.826Z] v2.0.0-dev.50 [2021-05-12T21:06:47.826Z] v2.0.0-dev.51 [2021-05-12T21:06:47.826Z] v2.0.0-dev.52 [2021-05-12T21:06:47.826Z] v2.0.0-dev.53 [2021-05-12T21:06:47.826Z] v2.0.0-dev.54 [2021-05-12T21:06:47.826Z] v2.0.0-dev.55 [2021-05-12T21:06:47.826Z] v2.0.0-dev.56 [2021-05-12T21:06:47.826Z] v2.0.0-dev.57 [2021-05-12T21:06:47.826Z] v2.0.0-dev.58 [2021-05-12T21:06:47.826Z] v2.0.0-dev.59 [2021-05-12T21:06:47.826Z] v2.0.0-dev.6 [2021-05-12T21:06:47.826Z] v2.0.0-dev.60 [2021-05-12T21:06:47.826Z] v2.0.0-dev.61 [2021-05-12T21:06:47.826Z] v2.0.0-dev.62 [2021-05-12T21:06:47.826Z] v2.0.0-dev.63 [2021-05-12T21:06:47.826Z] v2.0.0-dev.64 [2021-05-12T21:06:47.826Z] v2.0.0-dev.65 [2021-05-12T21:06:47.826Z] v2.0.0-dev.66 [2021-05-12T21:06:47.826Z] v2.0.0-dev.67 [2021-05-12T21:06:47.826Z] v2.0.0-dev.68 [2021-05-12T21:06:47.826Z] v2.0.0-dev.69 [2021-05-12T21:06:47.826Z] v2.0.0-dev.7 [2021-05-12T21:06:47.826Z] v2.0.0-dev.70 [2021-05-12T21:06:47.826Z] v2.0.0-dev.71 [2021-05-12T21:06:47.826Z] v2.0.0-dev.72 [2021-05-12T21:06:47.826Z] v2.0.0-dev.73 [2021-05-12T21:06:47.826Z] v2.0.0-dev.74 [2021-05-12T21:06:47.826Z] v2.0.0-dev.75 [2021-05-12T21:06:47.826Z] v2.0.0-dev.76 [2021-05-12T21:06:47.826Z] v2.0.0-dev.77 [2021-05-12T21:06:47.826Z] v2.0.0-dev.78 [2021-05-12T21:06:47.826Z] v2.0.0-dev.79 [2021-05-12T21:06:47.826Z] v2.0.0-dev.8 [2021-05-12T21:06:47.826Z] v2.0.0-dev.80 [2021-05-12T21:06:47.826Z] v2.0.0-dev.81 [2021-05-12T21:06:47.826Z] v2.0.0-dev.82 [2021-05-12T21:06:47.827Z] v2.0.0-dev.83 [2021-05-12T21:06:47.827Z] v2.0.0-dev.84 [2021-05-12T21:06:47.827Z] v2.0.0-dev.85 [2021-05-12T21:06:47.827Z] v2.0.0-dev.86 [2021-05-12T21:06:47.827Z] v2.0.0-dev.87 [2021-05-12T21:06:47.827Z] v2.0.0-dev.88 [2021-05-12T21:06:47.827Z] v2.0.0-dev.89 [2021-05-12T21:06:47.827Z] v2.0.0-dev.9 [2021-05-12T21:06:47.827Z] v2.0.0-dev.90 [2021-05-12T21:06:47.827Z] v2.0.0-dev.91 [2021-05-12T21:06:47.827Z] v2.0.0-dev.92 [2021-05-12T21:06:47.827Z] v2.0.0-dev.93 [2021-05-12T21:06:47.827Z] v2.0.0-dev.94 [2021-05-12T21:06:47.827Z] v2.0.0-dev.95 [2021-05-12T21:06:47.827Z] v2.0.0-dev.96 [2021-05-12T21:06:47.827Z] v2.0.0-dev.97 [2021-05-12T21:06:47.827Z] v2.0.0-dev.98 [2021-05-12T21:06:47.827Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-12T21:06:48.129Z] + lftools sign git-tag v2.0.0-dev.214 [2021-05-12T21:06:49.524Z] Signing Git tag with Sigul... [2021-05-12T21:06:49.524Z] Signing v2.0.0-dev.214 [Pipeline] echo [2021-05-12T21:06:50.930Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:06:51.236Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-12T21:06:51.247Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-12T21:06:51.284Z] $ docker stop --time=1 4853f7634f6f5c6e57319aad301373e349a402a7f5a082f2c01384ad9ed6bba1 [2021-05-12T21:06:52.872Z] $ docker rm -f 4853f7634f6f5c6e57319aad301373e349a402a7f5a082f2c01384ad9ed6bba1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:06:53.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T21:06:53.443Z] . [Pipeline] withDockerContainer [2021-05-12T21:06:53.571Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T21:06:53.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T21:06:54.753Z] $ docker top 91eeefa3a8af31898359523238c09c25c8a9d2cef13afd7e946aa17df648474e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T21:06:54.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T21:06:54.937Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T21:06:55.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T21:06:55.218Z] $ docker exec 91eeefa3a8af31898359523238c09c25c8a9d2cef13afd7e946aa17df648474e ssh-agent [2021-05-12T21:06:55.507Z] SSH_AUTH_SOCK=/tmp/ssh-0vjY4dkbGSUZ/agent.13 [2021-05-12T21:06:55.507Z] SSH_AGENT_PID=18 [2021-05-12T21:06:55.518Z] Running ssh-add (command line suppressed) [2021-05-12T21:06:55.706Z] Identity added: /w/workspace/edgex-go/483@tmp/private_key_1605541220492495942.key (/w/workspace/edgex-go/483@tmp/private_key_1605541220492495942.key) [2021-05-12T21:06:55.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T21:06:56.089Z] + git semver bump pre [2021-05-12T21:06:56.089Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T21:06:56.089Z] # $GIT_DIR = /w/workspace/edgex-go/483/.git [2021-05-12T21:06:56.089Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/483 [2021-05-12T21:06:56.089Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T21:06:56.089Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T21:06:56.089Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T21:06:56.089Z] # $SEMVER_BRANCH = master [2021-05-12T21:06:56.089Z] # $SEMVER_DIR = /w/workspace/edgex-go/483/.semver [2021-05-12T21:06:56.089Z] 2.0.0-dev.215 [Pipeline] } [2021-05-12T21:06:56.111Z] $ docker exec --env ******** --env ******** 91eeefa3a8af31898359523238c09c25c8a9d2cef13afd7e946aa17df648474e ssh-agent -k [2021-05-12T21:06:56.261Z] unset SSH_AUTH_SOCK; [2021-05-12T21:06:56.262Z] unset SSH_AGENT_PID; [2021-05-12T21:06:56.262Z] echo Agent pid 18 killed; [2021-05-12T21:06:56.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T21:06:56.667Z] + git semver [Pipeline] } [2021-05-12T21:06:56.692Z] $ docker stop --time=1 91eeefa3a8af31898359523238c09c25c8a9d2cef13afd7e946aa17df648474e [2021-05-12T21:06:58.230Z] $ docker rm -f 91eeefa3a8af31898359523238c09c25c8a9d2cef13afd7e946aa17df648474e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:06:58.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T21:06:58.745Z] . [Pipeline] withDockerContainer [2021-05-12T21:06:58.908Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T21:06:58.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T21:06:59.872Z] $ docker top 8dae53e048ce731daa0543c7c6c7700517ee509576136e0cda7341c5f35ffc67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T21:07:00.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T21:07:00.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T21:07:00.457Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T21:07:00.466Z] $ docker exec 8dae53e048ce731daa0543c7c6c7700517ee509576136e0cda7341c5f35ffc67 ssh-agent [2021-05-12T21:07:00.800Z] SSH_AUTH_SOCK=/tmp/ssh-IhrfITG25kZ7/agent.11 [2021-05-12T21:07:00.800Z] SSH_AGENT_PID=16 [2021-05-12T21:07:00.811Z] Running ssh-add (command line suppressed) [2021-05-12T21:07:01.173Z] Identity added: /w/workspace/edgex-go/483@tmp/private_key_7847242056550496021.key (/w/workspace/edgex-go/483@tmp/private_key_7847242056550496021.key) [2021-05-12T21:07:01.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T21:07:01.764Z] + git semver push [2021-05-12T21:07:01.764Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T21:07:01.764Z] # $GIT_DIR = /w/workspace/edgex-go/483/.git [2021-05-12T21:07:01.764Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/483 [2021-05-12T21:07:01.764Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T21:07:01.764Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T21:07:01.764Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T21:07:01.764Z] # $SEMVER_BRANCH = master [2021-05-12T21:07:01.764Z] # $SEMVER_DIR = /w/workspace/edgex-go/483/.semver [Pipeline] } [2021-05-12T21:07:14.124Z] $ docker exec --env ******** --env ******** 8dae53e048ce731daa0543c7c6c7700517ee509576136e0cda7341c5f35ffc67 ssh-agent -k [2021-05-12T21:07:14.343Z] unset SSH_AUTH_SOCK; [2021-05-12T21:07:14.343Z] unset SSH_AGENT_PID; [2021-05-12T21:07:14.343Z] echo Agent pid 16 killed; [2021-05-12T21:07:14.458Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T21:07:14.837Z] + git semver [Pipeline] } [2021-05-12T21:07:14.861Z] $ docker stop --time=1 8dae53e048ce731daa0543c7c6c7700517ee509576136e0cda7341c5f35ffc67 [2021-05-12T21:07:16.325Z] $ docker rm -f 8dae53e048ce731daa0543c7c6c7700517ee509576136e0cda7341c5f35ffc67 [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-05-12T21:07:17.159Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:07:18.059Z] ---> package-listing.sh [2021-05-12T21:07:18.060Z] ++ facter osfamily [2021-05-12T21:07:18.060Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T21:07:18.060Z] + OS_FAMILY=redhat [2021-05-12T21:07:18.060Z] + workspace=/w/workspace/edgex-go/483 [2021-05-12T21:07:18.060Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T21:07:18.060Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T21:07:18.060Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T21:07:18.060Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T21:07:18.060Z] + '[' /w/workspace/edgex-go/483 ']' [2021-05-12T21:07:18.060Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T21:07:18.060Z] + case "${OS_FAMILY}" in [2021-05-12T21:07:18.060Z] + rpm -qa [2021-05-12T21:07:18.060Z] + sort [2021-05-12T21:07:23.373Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T21:07:23.373Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T21:07:23.373Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T21:07:23.373Z] + '[' /w/workspace/edgex-go/483 ']' [2021-05-12T21:07:23.373Z] + mkdir -p /w/workspace/edgex-go/483/archives/ [2021-05-12T21:07:23.373Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/483/archives/ [Pipeline] echo [2021-05-12T21:07:23.390Z] 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/483/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T21:07:23.691Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:07:23.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T21:07:23.999Z] [2021-05-12T21:07:23.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T21:07:24.312Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T21:07:24.312Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T21:07:24.312Z] df20fa9351a1: Pulling fs layer [2021-05-12T21:07:24.312Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T21:07:24.312Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T21:07:24.312Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T21:07:24.312Z] 93b61091891f: Pulling fs layer [2021-05-12T21:07:24.312Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T21:07:24.312Z] 5e14af77c1be: Pulling fs layer [2021-05-12T21:07:24.312Z] 01666e4c0597: Pulling fs layer [2021-05-12T21:07:24.312Z] aa168da1d23b: Pulling fs layer [2021-05-12T21:07:24.312Z] 93b9cdb0e59b: Waiting [2021-05-12T21:07:24.312Z] 5e14af77c1be: Waiting [2021-05-12T21:07:24.312Z] 01666e4c0597: Waiting [2021-05-12T21:07:24.312Z] aa168da1d23b: Waiting [2021-05-12T21:07:24.312Z] 46f8f816bc3b: Waiting [2021-05-12T21:07:24.312Z] 93b61091891f: Waiting [2021-05-12T21:07:24.312Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T21:07:24.312Z] 36b3adc4ff6f: Download complete [2021-05-12T21:07:24.312Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T21:07:24.312Z] 46f8f816bc3b: Download complete [2021-05-12T21:07:24.582Z] df20fa9351a1: Download complete [2021-05-12T21:07:24.582Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T21:07:24.582Z] 93b9cdb0e59b: Download complete [2021-05-12T21:07:24.582Z] 93b61091891f: Download complete [2021-05-12T21:07:24.582Z] 5e14af77c1be: Verifying Checksum [2021-05-12T21:07:24.582Z] 5e14af77c1be: Download complete [2021-05-12T21:07:24.582Z] 01666e4c0597: Verifying Checksum [2021-05-12T21:07:24.582Z] 01666e4c0597: Download complete [2021-05-12T21:07:24.582Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T21:07:24.582Z] 8ad3a11d3b57: Download complete [2021-05-12T21:07:25.157Z] df20fa9351a1: Pull complete [2021-05-12T21:07:25.426Z] 36b3adc4ff6f: Pull complete [2021-05-12T21:07:26.825Z] 8ad3a11d3b57: Pull complete [2021-05-12T21:07:27.402Z] aa168da1d23b: Verifying Checksum [2021-05-12T21:07:27.402Z] aa168da1d23b: Download complete [2021-05-12T21:07:27.402Z] 46f8f816bc3b: Pull complete [2021-05-12T21:07:27.982Z] 93b61091891f: Pull complete [2021-05-12T21:07:27.982Z] 93b9cdb0e59b: Pull complete [2021-05-12T21:07:28.247Z] 5e14af77c1be: Pull complete [2021-05-12T21:07:28.247Z] 01666e4c0597: Pull complete [2021-05-12T21:07:38.342Z] aa168da1d23b: Pull complete [2021-05-12T21:07:38.342Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T21:07:38.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T21:07:38.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T21:07:38.572Z] prd-centos7-docker-4c-2g-4903 does not seem to be running inside a container [2021-05-12T21:07:38.642Z] $ 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/483/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/483 -v /w/workspace/edgex-go/483:/w/workspace/edgex-go/483:rw,z -v /w/workspace/edgex-go/483@tmp:/w/workspace/edgex-go/483@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T21:07:41.962Z] $ docker top 31d5a0c5f7dbf81dca25789f04fb31a8b374bfcf905594b99bb470a991a5f885 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T21:07:42.498Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T21:07:42.910Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T21:07:43.322Z] + ls /var/log/sa-host [2021-05-12T21:07:43.322Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T21:07:43.322Z] file_magic: OK [2021-05-12T21:07:43.322Z] HZ: Using current value: 100 [2021-05-12T21:07:43.322Z] file_header: OK [2021-05-12T21:07:43.322Z] 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-05-12T21:07:43.322Z] Statistics: [2021-05-12T21:07:43.322Z] 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... [2021-05-12T21:07:43.322Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T21:07:43.322Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T21:07:43.322Z] file_magic: OK [2021-05-12T21:07:43.322Z] HZ: Using current value: 100 [2021-05-12T21:07:43.322Z] file_header: OK [2021-05-12T21:07:43.322Z] 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-05-12T21:07:43.322Z] Statistics: [2021-05-12T21:07:43.322Z] Hnuu...uuuununununu... [2021-05-12T21:07:43.322Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T21:07:43.534Z] provisioning config files... [2021-05-12T21:07:43.572Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/483@tmp/config7701921453634721960tmp [Pipeline] { [Pipeline] echo [2021-05-12T21:07:43.612Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:07:43.962Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T21:07:44.273Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T21:07:44.306Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:07:44.619Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T21:07:44.654Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:07:45.015Z] ---> sudo-logs.sh [2021-05-12T21:07:45.015Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T21:07:45.063Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:07:45.728Z] ---> job-cost.sh [2021-05-12T21:07:45.728Z] lf-activate-venv: SKIPPING [2021-05-12T21:07:45.728Z] DEBUG: total: 0.20999999344348907 [2021-05-12T21:07:45.728Z] INFO: Retrieving Stack Cost... [2021-05-12T21:07:46.684Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T21:07:47.664Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T21:07:47.686Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T21:07:48.010Z] ---> logs-deploy.sh [2021-05-12T21:07:48.010Z] lf-activate-venv: SKIPPING [2021-05-12T21:07:48.010Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/483 [2021-05-12T21:07:48.010Z] INFO: archiving workspace using pattern(s): [2021-05-12T21:07:50.614Z] Archives upload complete. [2021-05-12T21:07:50.614Z] INFO: archiving logs to Nexus