Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fbf009a3584204b1f7152455677e8e4d1b9535fc 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10377903196167706122.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5375645729719449864.key > 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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16194495609819026148.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17314385801189578306.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18007954159899505619.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: 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 ‘prd-ubuntu20.04-docker-8c-8g-7047’ Running on prd-ubuntu20.04-docker-8c-8g-7049 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/152 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/152 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 Avoid second fetch Checking out Revision fbf009a3584204b1f7152455677e8e4d1b9535fc (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f fbf009a3584204b1f7152455677e8e4d1b9535fc # timeout=10 Commit message: "build(snap): upgrade kuiper to 1.4.3 (#3895)" > git rev-list --no-walk fbf009a3584204b1f7152455677e8e4d1b9535fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-14T14:57:13.473Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-14T14:57:13.534Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-14T14:57:13.549Z] ========================================================= [2022-03-14T14:57:13.549Z] EdgeX Global Pipelines Version Info [2022-03-14T14:57:13.549Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-14T14:57:14.336Z] ------------------- [2022-03-14T14:57:14.336Z] stable info: [2022-03-14T14:57:14.336Z] ------------------- [2022-03-14T14:57:14.336Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-14T14:57:14.336Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-14T14:57:14.336Z] Message: update stable to v1.0.221 [2022-03-14T14:57:14.911Z] ------------------- [2022-03-14T14:57:14.911Z] experimental info: [2022-03-14T14:57:14.911Z] ------------------- [2022-03-14T14:57:14.911Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-14T14:57:14.911Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-14T14:57:14.911Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-14T14:57:15.044Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-14T14:57:15.059Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-14T14:57:15.071Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-14T14:57:15.087Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-14T14:57:15.097Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-14T14:57:15.112Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-14T14:57:15.126Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-14T14:57:15.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-14T14:57:15.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-14T14:57:15.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-14T14:57:15.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-14T14:57:15.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-14T14:57:15.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-14T14:57:15.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-14T14:57:15.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-14T14:57:15.248Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-14T14:57:15.261Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-14T14:57:15.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-14T14:57:15.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-14T14:57:15.294Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-14T14:57:15.307Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-14T14:57:15.321Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-14T14:57:15.331Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-03-14T14:57:15.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-03-14T14:57:15.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-03-14T14:57:15.371Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] echo [2022-03-14T14:57:15.382Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fbf009a [Pipeline] echo [2022-03-14T14:57:15.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-14T14:57:15.432Z] provisioning config files... [2022-03-14T14:57:15.448Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config1537638285580172468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-14T14:57:15.764Z] ---> docker-login.sh [2022-03-14T14:57:15.764Z] nexus3.edgexfoundry.org:10001 [2022-03-14T14:57:16.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T14:57:16.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T14:57:16.027Z] Configure a credential helper to remove this warning. See [2022-03-14T14:57:16.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T14:57:16.027Z] [2022-03-14T14:57:16.027Z] Login Succeeded [2022-03-14T14:57:16.027Z] nexus3.edgexfoundry.org:10002 [2022-03-14T14:57:16.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T14:57:16.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T14:57:16.289Z] Configure a credential helper to remove this warning. See [2022-03-14T14:57:16.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T14:57:16.289Z] [2022-03-14T14:57:16.289Z] Login Succeeded [2022-03-14T14:57:16.289Z] nexus3.edgexfoundry.org:10003 [2022-03-14T14:57:16.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T14:57:16.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T14:57:16.289Z] Configure a credential helper to remove this warning. See [2022-03-14T14:57:16.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T14:57:16.289Z] [2022-03-14T14:57:16.289Z] Login Succeeded [2022-03-14T14:57:16.289Z] nexus3.edgexfoundry.org:10004 [2022-03-14T14:57:16.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T14:57:16.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T14:57:16.552Z] Configure a credential helper to remove this warning. See [2022-03-14T14:57:16.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T14:57:16.552Z] [2022-03-14T14:57:16.552Z] Login Succeeded [2022-03-14T14:57:16.552Z] docker.io [2022-03-14T14:57:16.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T14:57:17.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T14:57:17.130Z] Configure a credential helper to remove this warning. See [2022-03-14T14:57:17.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T14:57:17.130Z] [2022-03-14T14:57:17.130Z] Login Succeeded [2022-03-14T14:57:17.130Z] ---> docker-login.sh ends [Pipeline] } [2022-03-14T14:57:17.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-14T14:57:17.455Z] + 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 [2022-03-14T14:57:17.455Z] + dirname cmd/core-command/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-14T14:57:17.455Z] + + dirname cmd/core-data/Dockerfile [2022-03-14T14:57:17.455Z] cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/core-metadata/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/support-notifications/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-14T14:57:17.455Z] + cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-14T14:57:17.455Z] + dirname cmd/sys-mgmt-agent/Dockerfile+ [2022-03-14T14:57:17.455Z] cut -d/ -f2 [2022-03-14T14:57:17.455Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-14T14:57:17.578Z] 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] { (Build Check) [Pipeline] sh [2022-03-14T14:57:17.932Z] + git rev-list -1 --merges fbf009a3584204b1f7152455677e8e4d1b9535fc~1..fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] echo [2022-03-14T14:57:17.958Z] -----------> git rev-list -1 --merges fbf009a3584204b1f7152455677e8e4d1b9535fc~1..fbf009a3584204b1f7152455677e8e4d1b9535fc fbf009a3584204b1f7152455677e8e4d1b9535fc [false] [Pipeline] sh [2022-03-14T14:57:18.253Z] + git log --format=format:%s -1 fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] echo [2022-03-14T14:57:18.270Z] ========================================================= [2022-03-14T14:57:18.270Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-14T14:57:18.270Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-14T14:57:18.681Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-14T14:57:18.681Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-14T14:57:18.681Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-14T14:57:18.681Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-14T14:57:18.681Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-14T14:57:18.681Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-14T14:57:18.681Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:57:19.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-14T14:57:19.036Z] [2022-03-14T14:57:19.036Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:57:19.343Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-14T14:57:19.343Z] latest: Pulling from edgex-devops/git-semver [2022-03-14T14:57:19.343Z] a0d0a0d46f8b: Pulling fs layer [2022-03-14T14:57:19.343Z] 3e5f54012d9b: Pulling fs layer [2022-03-14T14:57:19.343Z] 4c7163046ea9: Pulling fs layer [2022-03-14T14:57:19.343Z] 0c2d73faf560: Pulling fs layer [2022-03-14T14:57:19.343Z] 0c2d73faf560: Waiting [2022-03-14T14:57:19.343Z] 3e5f54012d9b: Verifying Checksum [2022-03-14T14:57:19.343Z] 3e5f54012d9b: Download complete [2022-03-14T14:57:19.343Z] a0d0a0d46f8b: Download complete [2022-03-14T14:57:19.344Z] 0c2d73faf560: Verifying Checksum [2022-03-14T14:57:19.344Z] 0c2d73faf560: Download complete [2022-03-14T14:57:19.344Z] 4c7163046ea9: Verifying Checksum [2022-03-14T14:57:19.344Z] 4c7163046ea9: Download complete [2022-03-14T14:57:19.616Z] a0d0a0d46f8b: Pull complete [2022-03-14T14:57:19.616Z] 3e5f54012d9b: Pull complete [2022-03-14T14:57:19.876Z] 4c7163046ea9: Pull complete [2022-03-14T14:57:20.139Z] 0c2d73faf560: Pull complete [2022-03-14T14:57:20.139Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-14T14:57:20.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-14T14:57:20.139Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-14T14:57:20.218Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T14:57:20.266Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-14T14:57:20.900Z] $ docker top d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-14T14:57:21.003Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-14T14:57:21.003Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-14T14:57:21.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-14T14:57:21.157Z] $ docker exec d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent [2022-03-14T14:57:21.284Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeJIeml/agent.14 [2022-03-14T14:57:21.284Z] SSH_AGENT_PID=20 [2022-03-14T14:57:21.292Z] Running ssh-add (command line suppressed) [2022-03-14T14:57:21.435Z] Identity added: /w/workspace/edgex-go/152@tmp/private_key_2398394019010439401.key (/w/workspace/edgex-go/152@tmp/private_key_2398394019010439401.key) [2022-03-14T14:57:21.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-14T14:57:21.744Z] + git tag --points-at HEAD [Pipeline] } [2022-03-14T14:57:21.762Z] $ docker exec --env ******** --env ******** d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent -k [2022-03-14T14:57:21.899Z] unset SSH_AUTH_SOCK; [2022-03-14T14:57:21.900Z] unset SSH_AGENT_PID; [2022-03-14T14:57:21.900Z] echo Agent pid 20 killed; [2022-03-14T14:57:21.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2022-03-14T14:57:21.930Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.2.0-dev.34' [Pipeline] sshagent [2022-03-14T14:57:21.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-14T14:57:21.947Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-14T14:57:22.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-14T14:57:22.085Z] $ docker exec d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent [2022-03-14T14:57:22.213Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHfHcGP/agent.54 [2022-03-14T14:57:22.213Z] SSH_AGENT_PID=60 [2022-03-14T14:57:22.218Z] Running ssh-add (command line suppressed) [2022-03-14T14:57:22.343Z] Identity added: /w/workspace/edgex-go/152@tmp/private_key_3369084187787095225.key (/w/workspace/edgex-go/152@tmp/private_key_3369084187787095225.key) [2022-03-14T14:57:22.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-14T14:57:22.652Z] + git semver init [2022-03-14T14:57:22.653Z] # -> Open(): unable to determine branch for HEAD [2022-03-14T14:57:22.653Z] # $GIT_DIR = /w/workspace/edgex-go/152/.git [2022-03-14T14:57:22.653Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/152 [2022-03-14T14:57:22.653Z] # $SEMVER_REMOTE_NAME = origin [2022-03-14T14:57:22.653Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-14T14:57:22.653Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-14T14:57:22.653Z] # $SEMVER_BRANCH = main [2022-03-14T14:57:22.653Z] # $SEMVER_TEMP = /tmp/semver-428139728 [2022-03-14T14:57:22.653Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-14T14:57:37.574Z] # '/tmp/semver-428139728' -> '/w/workspace/edgex-go/152/.semver' [2022-03-14T14:57:37.574Z] # -> Force: false [2022-03-14T14:57:37.574Z] # $SEMVER_DIR = /w/workspace/edgex-go/152/.semver [Pipeline] } [2022-03-14T14:57:37.593Z] $ docker exec --env ******** --env ******** d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent -k [2022-03-14T14:57:37.702Z] unset SSH_AUTH_SOCK; [2022-03-14T14:57:37.702Z] unset SSH_AGENT_PID; [2022-03-14T14:57:37.702Z] echo Agent pid 60 killed; [2022-03-14T14:57:37.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-14T14:57:38.015Z] + git semver [Pipeline] } [2022-03-14T14:57:38.036Z] $ docker stop --time=1 d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 [2022-03-14T14:57:39.780Z] $ docker rm -f d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-14T14:57:40.151Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-14T14:57:40.414Z] Stashed 1 file(s) [Pipeline] echo [2022-03-14T14:57:40.417Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.35 [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] echo [2022-03-14T14:57:40.513Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-14T14:57:40.524Z] ========================================================= [2022-03-14T14:57:40.524Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-14T14:57:40.524Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-14T14:57:40.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-14T14:57:40.819Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-14T14:57:40.819Z] 59bf1c3509f3: Pulling fs layer [2022-03-14T14:57:40.819Z] 666ba61612fd: Pulling fs layer [2022-03-14T14:57:40.819Z] 8ed8ca486205: Pulling fs layer [2022-03-14T14:57:40.819Z] 4fe6c5a15a65: Pulling fs layer [2022-03-14T14:57:40.819Z] 22a0e8bec74d: Pulling fs layer [2022-03-14T14:57:40.819Z] 640e595b4fbd: Pulling fs layer [2022-03-14T14:57:40.819Z] 763cafe07f6e: Pulling fs layer [2022-03-14T14:57:40.819Z] 0c0b528cf693: Pulling fs layer [2022-03-14T14:57:40.819Z] 10935f4eaf8b: Pulling fs layer [2022-03-14T14:57:40.819Z] 4fe6c5a15a65: Waiting [2022-03-14T14:57:40.819Z] 22a0e8bec74d: Waiting [2022-03-14T14:57:40.819Z] 640e595b4fbd: Waiting [2022-03-14T14:57:40.819Z] 763cafe07f6e: Waiting [2022-03-14T14:57:40.819Z] 10935f4eaf8b: Waiting [2022-03-14T14:57:40.819Z] 0c0b528cf693: Waiting [2022-03-14T14:57:40.819Z] 8ed8ca486205: Verifying Checksum [2022-03-14T14:57:40.819Z] 8ed8ca486205: Download complete [2022-03-14T14:57:40.819Z] 666ba61612fd: Download complete [2022-03-14T14:57:40.819Z] 22a0e8bec74d: Verifying Checksum [2022-03-14T14:57:40.819Z] 22a0e8bec74d: Download complete [2022-03-14T14:57:40.819Z] 640e595b4fbd: Verifying Checksum [2022-03-14T14:57:40.819Z] 640e595b4fbd: Download complete [2022-03-14T14:57:40.819Z] 763cafe07f6e: Verifying Checksum [2022-03-14T14:57:40.819Z] 763cafe07f6e: Download complete [2022-03-14T14:57:40.819Z] 59bf1c3509f3: Download complete [2022-03-14T14:57:41.080Z] 0c0b528cf693: Download complete [2022-03-14T14:57:41.080Z] 59bf1c3509f3: Pull complete [2022-03-14T14:57:41.080Z] 666ba61612fd: Pull complete [2022-03-14T14:57:41.343Z] 8ed8ca486205: Pull complete [2022-03-14T14:57:41.604Z] 4fe6c5a15a65: Verifying Checksum [2022-03-14T14:57:41.604Z] 4fe6c5a15a65: Download complete [2022-03-14T14:57:41.604Z] 10935f4eaf8b: Download complete [2022-03-14T14:57:45.806Z] 4fe6c5a15a65: Pull complete [2022-03-14T14:57:45.806Z] 22a0e8bec74d: Pull complete [2022-03-14T14:57:45.806Z] 640e595b4fbd: Pull complete [2022-03-14T14:57:45.806Z] 763cafe07f6e: Pull complete [2022-03-14T14:57:45.806Z] 0c0b528cf693: Pull complete [2022-03-14T14:57:48.347Z] 10935f4eaf8b: Pull complete [2022-03-14T14:57:48.347Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-14T14:57:48.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-14T14:57:48.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-14T14:57:48.653Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-14T14:57:48.653Z] WORKDIR /edgex [2022-03-14T14:57:48.653Z] COPY go.mod . [2022-03-14T14:57:48.653Z] RUN go mod download [2022-03-14T14:57:48.653Z] + docker build -t ci-base-image-x86_64 -f - . [2022-03-14T14:57:50.036Z] Sending build context to Docker daemon 334MB [2022-03-14T14:57:50.036Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-14T14:57:50.036Z] ---> 99d49a6021b9 [2022-03-14T14:57:50.036Z] Step 2/4 : WORKDIR /edgex [2022-03-14T14:57:51.419Z] ---> Running in febd72316834 [2022-03-14T14:57:51.681Z] Removing intermediate container febd72316834 [2022-03-14T14:57:51.681Z] ---> ad9ead454f74 [2022-03-14T14:57:51.681Z] Step 3/4 : COPY go.mod . [2022-03-14T14:57:51.681Z] ---> 5f93ff5beda9 [2022-03-14T14:57:51.681Z] Step 4/4 : RUN go mod download [2022-03-14T14:57:51.681Z] ---> Running in 649b50f2c430 [2022-03-14T14:57:55.480Z] Still waiting to schedule task [2022-03-14T14:57:55.480Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7048’ [2022-03-14T14:58:18.264Z] Removing intermediate container 649b50f2c430 [2022-03-14T14:58:18.264Z] ---> cd1b1828ba9c [2022-03-14T14:58:18.264Z] Successfully built cd1b1828ba9c [2022-03-14T14:58:18.264Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:58:18.563Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-14T14:58:18.563Z] . [Pipeline] withDockerContainer [2022-03-14T14:58:18.638Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T14:58:18.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-14T14:58:19.087Z] $ docker top 41545dc4ba5dbab6cebfb615e02df4e104fa332849f44e78840e9de9fcb99ff0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T14:58:19.445Z] + go version [2022-03-14T14:58:19.445Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-14T14:58:19.460Z] $ docker stop --time=1 41545dc4ba5dbab6cebfb615e02df4e104fa332849f44e78840e9de9fcb99ff0 [2022-03-14T14:58:20.746Z] $ docker rm -f 41545dc4ba5dbab6cebfb615e02df4e104fa332849f44e78840e9de9fcb99ff0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:58:21.138Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-14T14:58:21.138Z] . [Pipeline] withDockerContainer [2022-03-14T14:58:21.207Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T14:58:21.246Z] $ 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/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-14T14:58:21.623Z] $ docker top 3803f2a375cc21272cf734a90d994b49854ef1553a963d1e2a0552d8820e96f2 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-14T14:58:21.702Z] ========================================================= [2022-03-14T14:58:21.703Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-14T14:58:21.703Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-14T14:58:22.003Z] + make test [2022-03-14T14:58:22.003Z] go mod tidy [2022-03-14T14:58:22.262Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-14T14:58:27.544Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-14T14:58:35.681Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-14T14:58:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-14T14:58:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-14T14:58:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-14T14:58:35.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-14T14:58:36.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-14T14:58:36.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-14T14:58:36.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-14T14:58:36.462Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-14T14:58:36.462Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-14T14:58:36.462Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-14T14:58:36.462Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-14T14:58:36.462Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-14T14:58:36.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-14T14:58:37.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.075s coverage: 28.7% of statements [2022-03-14T14:58:37.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-14T14:58:37.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-14T14:58:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.097s coverage: 98.5% of statements [2022-03-14T14:58:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-14T14:58:37.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.091s coverage: 44.7% of statements [2022-03-14T14:58:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-14T14:58:37.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-14T14:58:38.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.192s coverage: 89.5% of statements [2022-03-14T14:58:38.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-14T14:58:38.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-14T14:58:38.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.068s coverage: 84.4% of statements [2022-03-14T14:58:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-14T14:58:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-14T14:58:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-14T14:58:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-14T14:58:38.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.361s coverage: 94.2% of statements [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 59.1% of statements [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.091s coverage: 60.0% of statements [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.067s coverage: 0.9% of statements [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 21.7% of statements [2022-03-14T14:58:38.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-14T14:58:38.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements [2022-03-14T14:58:39.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements [2022-03-14T14:58:39.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2022-03-14T14:58:39.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2022-03-14T14:58:39.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2022-03-14T14:58:51.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2022-03-14T14:58:51.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2022-03-14T14:58:52.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.189s coverage: 82.5% of statements [2022-03-14T14:58:52.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-14T14:59:02.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements [2022-03-14T14:59:02.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-14T14:59:02.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-14T14:59:02.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-14T14:59:02.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2022-03-14T14:59:02.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.0% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.2% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 64.4% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 65.4% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 43.8% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.079s coverage: 63.2% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-14T14:59:02.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2022-03-14T14:59:02.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-03-14T14:59:02.519Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-03-14T14:59:17.406Z] GO111MODULE=on go vet ./... [2022-03-14T14:59:19.950Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-14T14:59:19.950Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-14T14:59:20.524Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-14T14:59:20.799Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-14T14:59:21.095Z] + ls -al . [2022-03-14T14:59:21.095Z] total 676 [2022-03-14T14:59:21.095Z] drwxrwxr-x 10 1001 1001 4096 Mar 14 14:59 . [2022-03-14T14:59:21.095Z] drwxr-xr-x 4 root root 4096 Mar 14 14:58 .. [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 11 Mar 14 14:57 .dockerignore [2022-03-14T14:59:21.095Z] drwxrwxr-x 8 1001 1001 4096 Mar 14 14:57 .git [2022-03-14T14:59:21.095Z] drwxrwxr-x 4 1001 1001 4096 Mar 14 14:57 .github [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 804 Mar 14 14:57 .gitignore [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 42 Mar 14 14:57 .golangci.yml [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 76 Mar 14 14:57 .hadolint.yml [2022-03-14T14:59:21.095Z] drwx------ 3 1001 1001 4096 Mar 14 14:57 .semver [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 166 Mar 14 14:57 .sonarcloud.properties [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 1171 Mar 14 14:57 ADOPTERS.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 9019 Mar 14 14:57 Attribution.txt [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 51732 Mar 14 14:57 CHANGELOG.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 3804 Mar 14 14:57 CONTRIBUTING.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 677 Mar 14 14:57 GOVERNANCE.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 849 Mar 14 14:57 Jenkinsfile [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 10775 Mar 14 14:57 LICENSE [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 6508 Mar 14 14:57 Makefile [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 582 Mar 14 14:57 OWNERS.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 8207 Mar 14 14:57 README.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 6912 Mar 14 14:57 SECURITY.md [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 12 Mar 14 14:57 VERSION [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 4131 Mar 14 14:57 ZMQWindows.md [2022-03-14T14:59:21.095Z] drwxrwxr-x 2 1001 1001 4096 Mar 14 14:57 bin [2022-03-14T14:59:21.095Z] drwxrwxr-x 14 1001 1001 4096 Mar 14 14:57 cmd [2022-03-14T14:59:21.095Z] -rw-r--r-- 1 root root 428383 Mar 14 14:59 coverage.out [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 2827 Mar 14 14:57 go.mod [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 50275 Mar 14 14:57 go.sum [2022-03-14T14:59:21.095Z] drwxrwxr-x 8 1001 1001 4096 Mar 14 14:57 internal [2022-03-14T14:59:21.095Z] drwxrwxr-x 3 1001 1001 4096 Mar 14 14:57 openapi [2022-03-14T14:59:21.095Z] drwxrwxr-x 4 1001 1001 4096 Mar 14 14:57 snap [2022-03-14T14:59:21.095Z] -rw-rw-r-- 1 1001 1001 204 Mar 14 14:57 version.go [Pipeline] sh [2022-03-14T14:59:21.391Z] + '[' -e coverage.out ] [2022-03-14T14:59:21.391Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-14T14:59:21.482Z] Stashed 1 file(s) [Pipeline] sh [2022-03-14T14:59:21.766Z] + make build [2022-03-14T14:59:21.766Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2022-03-14T14:59:23.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-14T14:59:28.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2022-03-14T14:59:29.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-14T14:59:29.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-14T14:59:29.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-14T14:59:30.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-14T14:59:31.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-14T14:59:32.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-14T14:59:32.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-14T14:59:33.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-14T14:59:34.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2022-03-14T14:59:35.876Z] $ docker stop --time=1 3803f2a375cc21272cf734a90d994b49854ef1553a963d1e2a0552d8820e96f2 [2022-03-14T14:59:37.745Z] $ docker rm -f 3803f2a375cc21272cf734a90d994b49854ef1553a963d1e2a0552d8820e96f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:59:38.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-14T14:59:38.557Z] [2022-03-14T14:59:38.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:59:38.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-14T14:59:38.858Z] latest: Pulling from edgex-devops/edgex-compose [2022-03-14T14:59:38.858Z] cbdbe7a5bc2a: Pulling fs layer [2022-03-14T14:59:38.858Z] ca9280d653b3: Pulling fs layer [2022-03-14T14:59:38.858Z] 7e9c9ca2126c: Pulling fs layer [2022-03-14T14:59:38.858Z] cbdbe7a5bc2a: Verifying Checksum [2022-03-14T14:59:38.858Z] cbdbe7a5bc2a: Download complete [2022-03-14T14:59:39.117Z] cbdbe7a5bc2a: Pull complete [2022-03-14T14:59:39.117Z] ca9280d653b3: Verifying Checksum [2022-03-14T14:59:39.117Z] ca9280d653b3: Download complete [2022-03-14T14:59:39.377Z] 7e9c9ca2126c: Download complete [2022-03-14T14:59:39.377Z] ca9280d653b3: Pull complete [2022-03-14T14:59:42.673Z] 7e9c9ca2126c: Pull complete [2022-03-14T14:59:42.673Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-03-14T14:59:42.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-14T14:59:42.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-03-14T14:59:42.742Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T14:59:42.783Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-14T14:59:43.870Z] $ docker top 660ca56a7451cb3e4bfec56b4f332b7fe63a05afccfa643ce7ba1246fc6c326a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T14:59:44.239Z] + docker-compose build --help+ [2022-03-14T14:59:44.239Z] grep parallel [2022-03-14T14:59:44.814Z] --parallel Build images in parallel. [Pipeline] } [2022-03-14T14:59:44.832Z] $ docker stop --time=1 660ca56a7451cb3e4bfec56b4f332b7fe63a05afccfa643ce7ba1246fc6c326a [2022-03-14T14:59:46.154Z] $ docker rm -f 660ca56a7451cb3e4bfec56b4f332b7fe63a05afccfa643ce7ba1246fc6c326a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T14:59:46.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-14T14:59:46.542Z] . [Pipeline] withDockerContainer [2022-03-14T14:59:46.606Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T14:59:46.644Z] $ 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/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-14T14:59:47.003Z] $ docker top 6a0678654a5a36f6310924246795ca592127c5c805bae99c0226bb3f981c0a1b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T14:59:47.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-14T14:59:47.926Z] Building core-command ... [2022-03-14T14:59:47.926Z] Building core-data ... [2022-03-14T14:59:47.926Z] Building core-metadata ... [2022-03-14T14:59:47.926Z] Building security-bootstrapper ... [2022-03-14T14:59:47.926Z] Building security-proxy-setup ... [2022-03-14T14:59:47.926Z] Building security-secretstore-setup ... [2022-03-14T14:59:47.926Z] Building support-notifications ... [2022-03-14T14:59:47.926Z] Building support-scheduler ... [2022-03-14T14:59:47.926Z] Building sys-mgmt-agent ... [2022-03-14T14:59:47.926Z] Building security-bootstrapper [2022-03-14T14:59:47.926Z] Building core-metadata [2022-03-14T14:59:47.926Z] Building core-command [2022-03-14T14:59:47.926Z] Building sys-mgmt-agent [2022-03-14T14:59:47.926Z] Building security-secretstore-setup [2022-03-14T15:00:06.044Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:06.044Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:06.044Z] ---> cd1b1828ba9c [2022-03-14T15:00:06.044Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:00:06.044Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:06.044Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:06.044Z] ---> cd1b1828ba9c [2022-03-14T15:00:06.044Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:00:06.044Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:06.044Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:06.044Z] ---> cd1b1828ba9c [2022-03-14T15:00:06.044Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:00:06.044Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:06.044Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:06.044Z] ---> cd1b1828ba9c [2022-03-14T15:00:06.044Z] Step 3/25 : WORKDIR /edgex-go [2022-03-14T15:00:06.044Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:06.044Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:06.044Z] ---> cd1b1828ba9c [2022-03-14T15:00:06.044Z] Step 3/31 : WORKDIR /edgex-go [2022-03-14T15:00:06.044Z] ---> Running in 05fd8a8e5874 [2022-03-14T15:00:06.044Z] ---> Running in 19da5b84534e [2022-03-14T15:00:06.044Z] ---> Running in 932c3d86f3fc [2022-03-14T15:00:06.044Z] ---> Running in 4282e65f0aa9 [2022-03-14T15:00:06.044Z] ---> Running in 7202989302a4 [2022-03-14T15:00:06.044Z] Removing intermediate container 4282e65f0aa9 [2022-03-14T15:00:06.044Z] ---> aab7911c42ab [2022-03-14T15:00:06.044Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:06.044Z] Removing intermediate container 05fd8a8e5874 [2022-03-14T15:00:06.044Z] ---> 91700e510d1f [2022-03-14T15:00:06.044Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:06.044Z] Removing intermediate container 932c3d86f3fc [2022-03-14T15:00:06.044Z] ---> 4c3d0fdf9ec8 [2022-03-14T15:00:06.044Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:06.044Z] Removing intermediate container 19da5b84534e [2022-03-14T15:00:06.044Z] ---> f6e5a5b7f89e [2022-03-14T15:00:06.044Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:06.044Z] ---> Running in fd9bc3ad4a6e [2022-03-14T15:00:06.044Z] Removing intermediate container 7202989302a4 [2022-03-14T15:00:06.044Z] ---> fd64c03e28dc [2022-03-14T15:00:06.044Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:06.044Z] ---> Running in 72950b7b6eb0 [2022-03-14T15:00:06.044Z] ---> Running in 964663de0d19 [2022-03-14T15:00:06.044Z] ---> Running in 9f84b32242c0 [2022-03-14T15:00:06.044Z] ---> Running in c9ce0d012682 [2022-03-14T15:00:06.044Z] Removing intermediate container fd9bc3ad4a6e [2022-03-14T15:00:06.044Z] ---> 85848b7ac394 [2022-03-14T15:00:06.044Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-14T15:00:06.304Z] ---> Running in 0f46c54f6bf5 [2022-03-14T15:00:06.563Z] Removing intermediate container 964663de0d19 [2022-03-14T15:00:06.563Z] ---> d70ffaa17637 [2022-03-14T15:00:06.563Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-14T15:00:06.563Z] ---> Running in 9a24ba670244 [2022-03-14T15:00:06.823Z] Removing intermediate container c9ce0d012682 [2022-03-14T15:00:06.823Z] ---> d15c07544eef [2022-03-14T15:00:06.823Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-14T15:00:06.823Z] ---> Running in c2adf26dd6ce [2022-03-14T15:00:06.823Z] Removing intermediate container 72950b7b6eb0 [2022-03-14T15:00:06.823Z] ---> 6194f64e1fec [2022-03-14T15:00:06.823Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-14T15:00:06.823Z] ---> Running in b467f1c9f4d9 [2022-03-14T15:00:06.823Z] Removing intermediate container 9f84b32242c0 [2022-03-14T15:00:06.823Z] ---> 599676e6bac4 [2022-03-14T15:00:06.823Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-14T15:00:07.083Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:07.083Z] ---> Running in 67a84807d31f [2022-03-14T15:00:07.342Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:07.342Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:07.611Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:07.611Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:07.872Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:08.131Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:08.131Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:08.131Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:08.393Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:08.393Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:08.393Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:08.393Z] Removing intermediate container 0f46c54f6bf5 [2022-03-14T15:00:08.393Z] ---> 3fa5865f888c [2022-03-14T15:00:08.393Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:00:08.651Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:08.651Z] ---> d3e322693ecd [2022-03-14T15:00:08.651Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:08.651Z] ---> Running in 34f22abfef27 [2022-03-14T15:00:08.651Z] Removing intermediate container 9a24ba670244 [2022-03-14T15:00:08.651Z] ---> d8ef1561f1b2 [2022-03-14T15:00:08.651Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-14T15:00:08.651Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:08.911Z] Removing intermediate container c2adf26dd6ce [2022-03-14T15:00:08.911Z] ---> e25c9e7a02e0 [2022-03-14T15:00:08.911Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:00:08.911Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:08.911Z] ---> a940d4170953 [2022-03-14T15:00:08.911Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:08.911Z] ---> Running in 7ba1c821bc00 [2022-03-14T15:00:09.170Z] ---> 22bc7db5e85f [2022-03-14T15:00:09.170Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:09.170Z] ---> Running in 58fc6cc8869a [2022-03-14T15:00:09.170Z] Removing intermediate container 67a84807d31f [2022-03-14T15:00:09.170Z] ---> e137c02eeb0a [2022-03-14T15:00:09.170Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:00:09.429Z] ---> 658b0713a1e1 [2022-03-14T15:00:09.429Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:09.429Z] ---> Running in ad16460d50e8 [2022-03-14T15:00:09.429Z] Removing intermediate container b467f1c9f4d9 [2022-03-14T15:00:09.429Z] ---> 8d17d3173447 [2022-03-14T15:00:09.429Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-14T15:00:09.429Z] ---> 63b236bd50e8 [2022-03-14T15:00:09.429Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:09.687Z] ---> Running in f0f9b53be406 [2022-03-14T15:00:09.687Z] Removing intermediate container 34f22abfef27 [2022-03-14T15:00:09.687Z] ---> 622285e53d66 [2022-03-14T15:00:09.687Z] Step 8/23 : COPY . . [2022-03-14T15:00:11.065Z] Removing intermediate container 7ba1c821bc00 [2022-03-14T15:00:11.065Z] ---> c772d541cb1e [2022-03-14T15:00:11.065Z] Step 8/25 : COPY . . [2022-03-14T15:00:11.065Z] Removing intermediate container 58fc6cc8869a [2022-03-14T15:00:11.065Z] ---> d9caea5cb284 [2022-03-14T15:00:11.065Z] Step 8/23 : COPY . .Removing intermediate container ad16460d50e8 [2022-03-14T15:00:11.065Z] ---> 824c98392fc2 [2022-03-14T15:00:11.065Z] Step 8/23 : COPY . . [2022-03-14T15:00:11.065Z] [2022-03-14T15:00:15.259Z] Removing intermediate container f0f9b53be406 [2022-03-14T15:00:15.259Z] ---> 2e89eafbc32c [2022-03-14T15:00:15.259Z] Step 8/31 : COPY . . [2022-03-14T15:00:15.519Z] ---> d79f88cf0409 [2022-03-14T15:00:15.519Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-14T15:00:16.091Z] ---> Running in 4f1b433bc03c [2022-03-14T15:00:16.091Z] ---> 12fc1c28fdc5 [2022-03-14T15:00:16.091Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-14T15:00:16.091Z] ---> 753adde89967 [2022-03-14T15:00:16.091Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-14T15:00:16.091Z] ---> 95f8ea251ad5 [2022-03-14T15:00:16.091Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-14T15:00:16.091Z] ---> Running in 3a1c3d17b2d2 [2022-03-14T15:00:16.091Z] ---> Running in a073c0e5f48e [2022-03-14T15:00:16.091Z] ---> Running in 7be4fd24667f [2022-03-14T15:00:16.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-14T15:00:16.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-14T15:00:16.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2022-03-14T15:00:16.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-14T15:00:20.155Z] ---> 8d2bdd633848 [2022-03-14T15:00:20.155Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-14T15:00:20.155Z] ---> Running in a162ff68621c [2022-03-14T15:00:20.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-14T15:00:28.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-14T15:00:30.797Z] Removing intermediate container 3a1c3d17b2d2 [2022-03-14T15:00:30.797Z] ---> db65134405d1 [2022-03-14T15:00:30.797Z] [2022-03-14T15:00:30.797Z] Step 10/23 : FROM alpine:3.14 [2022-03-14T15:00:30.797Z] Removing intermediate container 4f1b433bc03c [2022-03-14T15:00:30.797Z] ---> 2b5688096072 [2022-03-14T15:00:30.797Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-14T15:00:30.797Z] Removing intermediate container 7be4fd24667f [2022-03-14T15:00:30.797Z] ---> 6a5c474bd0c7 [2022-03-14T15:00:30.797Z] [2022-03-14T15:00:30.797Z] Step 10/23 : FROM alpine:3.14 [2022-03-14T15:00:30.797Z] ---> Running in 252cc39219e9 [2022-03-14T15:00:30.797Z] 3.14: Pulling from library/alpine [2022-03-14T15:00:30.797Z] 3.14: Pulling from library/alpine [2022-03-14T15:00:30.797Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-14T15:00:30.797Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-14T15:00:30.797Z] Status: Downloaded newer image for alpine:3.14 [2022-03-14T15:00:30.797Z] Status: Image is up to date for alpine:3.14 [2022-03-14T15:00:30.797Z] ---> 0a97eee8041e [2022-03-14T15:00:30.797Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-14T15:00:30.797Z] ---> 0a97eee8041e [2022-03-14T15:00:30.797Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-14T15:00:31.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-14T15:00:31.091Z] ---> Running in 184fc609316e [2022-03-14T15:00:31.091Z] ---> Running in ba5ae0842a01 [2022-03-14T15:00:31.091Z] Removing intermediate container a073c0e5f48e [2022-03-14T15:00:31.091Z] ---> 14fd16a6baa5 [2022-03-14T15:00:31.091Z] [2022-03-14T15:00:31.091Z] Step 10/25 : FROM alpine:3.14 [2022-03-14T15:00:31.091Z] ---> 0a97eee8041e [2022-03-14T15:00:31.091Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-14T15:00:31.377Z] ---> Running in 785631822ba1 [2022-03-14T15:00:31.651Z] Removing intermediate container a162ff68621c [2022-03-14T15:00:31.651Z] ---> 93033ab408ee [2022-03-14T15:00:31.651Z] [2022-03-14T15:00:31.651Z] Step 10/31 : FROM alpine:3.14 [2022-03-14T15:00:31.651Z] ---> 0a97eee8041e [2022-03-14T15:00:31.651Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-14T15:00:31.651Z] ---> Running in 0d57c49f0584 [2022-03-14T15:00:31.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:31.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:31.651Z] Removing intermediate container 0d57c49f0584 [2022-03-14T15:00:31.651Z] ---> f8231f7100a0 [2022-03-14T15:00:31.651Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-14T15:00:31.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:31.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:31.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:31.651Z] ---> Running in 3a633f929230 [2022-03-14T15:00:31.935Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:31.935Z] Removing intermediate container 252cc39219e9 [2022-03-14T15:00:31.935Z] ---> 08adc3cec40f [2022-03-14T15:00:31.935Z] [2022-03-14T15:00:31.935Z] Step 11/23 : FROM docker:20.10.10 [2022-03-14T15:00:31.935Z] 20.10.10: Pulling from library/docker [2022-03-14T15:00:31.935Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-14T15:00:31.935Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:00:31.935Z] OK: 6 MiB in 15 packages [2022-03-14T15:00:31.935Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-14T15:00:31.935Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:00:31.935Z] OK: 6 MiB in 15 packages [2022-03-14T15:00:31.935Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-14T15:00:31.935Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-14T15:00:31.935Z] (3/3) Installing su-exec (0.2-r1) [2022-03-14T15:00:31.935Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:00:31.935Z] Executing ca-certificates-20211220-r0.trigger [2022-03-14T15:00:31.935Z] OK: 6 MiB in 17 packages [2022-03-14T15:00:32.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:32.200Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:32.459Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-14T15:00:32.459Z] (2/2) Installing su-exec (0.2-r1) [2022-03-14T15:00:32.459Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:00:32.459Z] OK: 6 MiB in 16 packages [2022-03-14T15:00:32.725Z] Removing intermediate container 184fc609316e [2022-03-14T15:00:32.725Z] ---> 9eddf10e6246 [2022-03-14T15:00:32.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:00:32.725Z] Removing intermediate container ba5ae0842a01 [2022-03-14T15:00:32.725Z] ---> 26004915989e [2022-03-14T15:00:32.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:00:32.725Z] ---> Running in 7f7e8844677d [2022-03-14T15:00:32.725Z] ---> Running in 3ebfef39339b [2022-03-14T15:00:32.725Z] Removing intermediate container 785631822ba1 [2022-03-14T15:00:32.725Z] ---> 85bcf8aa6960 [2022-03-14T15:00:32.725Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-14T15:00:32.725Z] ---> Running in bd8b54f6e12e [2022-03-14T15:00:32.992Z] Removing intermediate container 7f7e8844677d [2022-03-14T15:00:32.992Z] ---> 949d6ff6f7f0 [2022-03-14T15:00:32.992Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-14T15:00:32.992Z] Removing intermediate container 3a633f929230 [2022-03-14T15:00:32.992Z] ---> 154ce0d0279b [2022-03-14T15:00:32.992Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-14T15:00:32.992Z] Removing intermediate container 3ebfef39339b [2022-03-14T15:00:32.992Z] ---> db43117afae6 [2022-03-14T15:00:32.992Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-14T15:00:32.992Z] ---> Running in ac08f842f161 [2022-03-14T15:00:32.992Z] ---> Running in 453890496a79 [2022-03-14T15:00:32.992Z] Removing intermediate container bd8b54f6e12e [2022-03-14T15:00:32.992Z] ---> de637f846536 [2022-03-14T15:00:32.992Z] Step 13/25 : WORKDIR / [2022-03-14T15:00:32.992Z] ---> Running in 9f7b99988520 [2022-03-14T15:00:32.992Z] ---> Running in be087a41f32d [2022-03-14T15:00:32.992Z] Removing intermediate container ac08f842f161 [2022-03-14T15:00:32.992Z] ---> fd13e85ba872 [2022-03-14T15:00:32.992Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-14T15:00:33.257Z] Removing intermediate container 453890496a79 [2022-03-14T15:00:33.257Z] ---> 6de3060d92ec [2022-03-14T15:00:33.257Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-14T15:00:33.257Z] Removing intermediate container 9f7b99988520 [2022-03-14T15:00:33.257Z] ---> 370753ffb39a [2022-03-14T15:00:33.257Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-14T15:00:33.257Z] ---> Running in ce46326bc7b6 [2022-03-14T15:00:33.257Z] ---> Running in 6684a50a340b [2022-03-14T15:00:33.257Z] Removing intermediate container be087a41f32d [2022-03-14T15:00:33.257Z] ---> 4260605a007f [2022-03-14T15:00:33.257Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-14T15:00:33.257Z] ---> Running in f453c04129cd [2022-03-14T15:00:33.257Z] Removing intermediate container ce46326bc7b6 [2022-03-14T15:00:33.257Z] ---> 8fb6c8dd2b8c [2022-03-14T15:00:33.257Z] Step 15/23 : WORKDIR / [2022-03-14T15:00:33.257Z] ---> Running in fd223ddb575f [2022-03-14T15:00:33.257Z] Removing intermediate container f453c04129cd [2022-03-14T15:00:33.257Z] ---> de15ff1f3e88 [2022-03-14T15:00:33.257Z] Step 15/23 : WORKDIR / [2022-03-14T15:00:33.257Z] Removing intermediate container 6684a50a340b [2022-03-14T15:00:33.257Z] ---> 59f9e657b561 [2022-03-14T15:00:33.257Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-14T15:00:33.543Z] ---> Running in b94d06d391f6 [2022-03-14T15:00:33.543Z] ---> d68d254db568 [2022-03-14T15:00:33.543Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-14T15:00:33.543Z] ---> Running in 887b758ddade [2022-03-14T15:00:33.543Z] Removing intermediate container fd223ddb575f [2022-03-14T15:00:33.543Z] ---> 33eb46cd9c2b [2022-03-14T15:00:33.543Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:00:33.544Z] Removing intermediate container 887b758ddade [2022-03-14T15:00:33.544Z] ---> c849d3667c28 [2022-03-14T15:00:33.544Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:00:33.830Z] ---> afd41a4405cc [2022-03-14T15:00:33.830Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-14T15:00:33.830Z] ---> b0a4c6e85acd [2022-03-14T15:00:33.830Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-14T15:00:33.830Z] ---> bd380ec08fc8 [2022-03-14T15:00:33.830Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-14T15:00:33.830Z] ---> 7a6995c7d8a7 [2022-03-14T15:00:33.830Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-14T15:00:34.114Z] ---> f1057d3fc2fd [2022-03-14T15:00:34.114Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-14T15:00:34.114Z] ---> 0dcbf5ae09e9 [2022-03-14T15:00:34.114Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-14T15:00:34.373Z] ---> 08ae3f184ece [2022-03-14T15:00:34.373Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-14T15:00:34.373Z] ---> 9c50a58137e9 [2022-03-14T15:00:34.373Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-14T15:00:34.373Z] Removing intermediate container b94d06d391f6 [2022-03-14T15:00:34.373Z] ---> a38afce8d1b4 [2022-03-14T15:00:34.373Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-14T15:00:34.373Z] ---> Running in 6101154faaca [2022-03-14T15:00:34.373Z] ---> Running in 572577f7da67 [2022-03-14T15:00:34.373Z] ---> c60a15f90f6c [2022-03-14T15:00:34.373Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-14T15:00:34.633Z] ---> Running in d1c3962ded0f [2022-03-14T15:00:34.633Z] ---> 4205f9aba0a9 [2022-03-14T15:00:34.633Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-14T15:00:34.633Z] Removing intermediate container 572577f7da67 [2022-03-14T15:00:34.633Z] ---> 5cfa84dd8ad3 [2022-03-14T15:00:34.633Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:00:34.633Z] Removing intermediate container 6101154faaca [2022-03-14T15:00:34.633Z] ---> 4248907f5138 [2022-03-14T15:00:34.633Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-14T15:00:34.633Z] ---> Running in 5faa9c38f16b [2022-03-14T15:00:34.633Z] Removing intermediate container d1c3962ded0f [2022-03-14T15:00:34.633Z] ---> af3e5a8a2eb8 [2022-03-14T15:00:34.633Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:00:34.633Z] ---> Running in 6aa23b1803d3 [2022-03-14T15:00:34.892Z] Removing intermediate container 5faa9c38f16b [2022-03-14T15:00:34.892Z] ---> 7f8267455ce7 [2022-03-14T15:00:34.892Z] Step 21/23 : LABEL arch=x86_64 [2022-03-14T15:00:34.892Z] ---> 6f15516cea69 [2022-03-14T15:00:34.892Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-14T15:00:34.892Z] ---> Running in 6bbd6dc6ee86 [2022-03-14T15:00:34.892Z] ---> Running in a7e7825e691a [2022-03-14T15:00:34.892Z] Removing intermediate container 6aa23b1803d3 [2022-03-14T15:00:34.892Z] ---> 6430a464e8f6 [2022-03-14T15:00:34.892Z] Step 21/23 : LABEL arch=x86_64 [2022-03-14T15:00:34.892Z] ---> ed6d2489d9b4 [2022-03-14T15:00:34.892Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-14T15:00:34.892Z] ---> Running in a4b3ccc6b94a [2022-03-14T15:00:34.892Z] Removing intermediate container 6bbd6dc6ee86 [2022-03-14T15:00:34.892Z] ---> 9af3bf782637 [2022-03-14T15:00:34.892Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:00:35.153Z] ---> Running in 78d319f0cb25 [2022-03-14T15:00:35.153Z] Removing intermediate container a4b3ccc6b94a [2022-03-14T15:00:35.153Z] ---> 85cf979c69d6 [2022-03-14T15:00:35.153Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:00:35.153Z] ---> Running in 3c483a430ef4 [2022-03-14T15:00:35.153Z] ---> dd6e2fc7821f [2022-03-14T15:00:35.154Z] Step 21/25 : 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/ [2022-03-14T15:00:35.154Z] ---> Running in 1e08d951b819 [2022-03-14T15:00:35.154Z] Removing intermediate container 78d319f0cb25 [2022-03-14T15:00:35.154Z] ---> 114b94d90fa0 [2022-03-14T15:00:35.154Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:00:35.154Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-14T15:00:35.154Z] ---> Running in dc87f06eca8e [2022-03-14T15:00:35.154Z] Removing intermediate container 3c483a430ef4 [2022-03-14T15:00:35.154Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-14T15:00:35.154Z] ---> a6ded6bdebf3 [2022-03-14T15:00:35.154Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:00:35.154Z] ---> b706a049f56e [2022-03-14T15:00:35.154Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:00:35.414Z] ---> Running in cc973a4be7fa [2022-03-14T15:00:35.414Z] ---> Running in 6943e42e6e51 [2022-03-14T15:00:35.414Z] Removing intermediate container dc87f06eca8e [2022-03-14T15:00:35.414Z] ---> b70b0b0f5986 [2022-03-14T15:00:35.414Z] [2022-03-14T15:00:35.414Z] Removing intermediate container 6943e42e6e51 [2022-03-14T15:00:35.414Z] ---> 419a771ea6a6 [2022-03-14T15:00:35.414Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-03-14T15:00:35.414Z] Removing intermediate container cc973a4be7fa [2022-03-14T15:00:35.414Z] ---> e769f792aff7 [2022-03-14T15:00:35.414Z] [2022-03-14T15:00:35.414Z] Successfully built b70b0b0f5986 [2022-03-14T15:00:35.414Z] Successfully tagged core-metadata:latest [2022-03-14T15:00:35.414Z] Building core-data [2022-03-14T15:00:35.414Z] ---> Running in 1d0e8f0d76b6 [2022-03-14T15:00:35.673Z]  Building core-metadata ... done Successfully built e769f792aff7 [2022-03-14T15:00:35.673Z] Successfully tagged core-command:latest [2022-03-14T15:00:35.673Z] Building support-notifications [2022-03-14T15:00:35.673Z]  Building core-command ... done Removing intermediate container a7e7825e691a [2022-03-14T15:00:35.673Z] ---> 34d713fe93e0 [2022-03-14T15:00:35.673Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:00:35.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:35.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:36.191Z] (1/42) Installing readline (8.1.0-r0) [2022-03-14T15:00:36.191Z] (2/42) Installing bash (5.1.4-r0) [2022-03-14T15:00:36.191Z] Executing bash-5.1.4-r0.post-install [2022-03-14T15:00:36.191Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-14T15:00:36.191Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-14T15:00:36.191Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-14T15:00:36.191Z] (6/42) Installing curl (7.79.1-r0) [2022-03-14T15:00:36.191Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-14T15:00:36.191Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-14T15:00:36.454Z] (9/42) Installing expat (2.4.7-r0) [2022-03-14T15:00:36.454Z] (10/42) Installing libffi (3.3-r2) [2022-03-14T15:00:36.454Z] (11/42) Installing gdbm (1.19-r0) [2022-03-14T15:00:36.454Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-14T15:00:36.454Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-14T15:00:36.454Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-14T15:00:36.454Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-14T15:00:36.454Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-14T15:00:36.454Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-14T15:00:36.714Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-14T15:00:36.714Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-14T15:00:36.714Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-14T15:00:36.973Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-14T15:00:36.973Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-14T15:00:36.973Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-14T15:00:36.973Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-14T15:00:36.973Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-14T15:00:36.973Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-14T15:00:36.973Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-14T15:00:36.973Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-14T15:00:36.973Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-14T15:00:36.973Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-14T15:00:36.973Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-14T15:00:36.973Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-14T15:00:36.973Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-14T15:00:36.973Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-14T15:00:36.973Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-14T15:00:36.973Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-14T15:00:37.232Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-14T15:00:37.232Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-14T15:00:37.232Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-14T15:00:37.232Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-14T15:00:37.232Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-14T15:00:37.232Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-14T15:00:37.232Z] ---> 9d02d2dedee4 [2022-03-14T15:00:37.232Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-14T15:00:37.232Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:00:37.232Z] OK: 84 MiB in 64 packages [2022-03-14T15:00:37.516Z] Removing intermediate container 1e08d951b819 [2022-03-14T15:00:37.516Z] ---> e1116b7678a8 [2022-03-14T15:00:37.516Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-14T15:00:37.776Z] ---> Running in 927154a5d7a9 [2022-03-14T15:00:37.776Z] ---> 86ba5ec05b95 [2022-03-14T15:00:37.776Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-14T15:00:38.038Z] Removing intermediate container 927154a5d7a9 [2022-03-14T15:00:38.038Z] ---> 403dc4972c18 [2022-03-14T15:00:38.038Z] Step 23/25 : LABEL arch=x86_64 [2022-03-14T15:00:38.038Z] ---> Running in 0e15bb9dcfec [2022-03-14T15:00:38.038Z] ---> 5b3ce5553bf8 [2022-03-14T15:00:38.038Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-14T15:00:38.038Z] Collecting docker-compose==1.23.2 [2022-03-14T15:00:38.038Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-14T15:00:38.038Z] Removing intermediate container 0e15bb9dcfec [2022-03-14T15:00:38.038Z] ---> 89995792ab6d [2022-03-14T15:00:38.038Z] Step 24/25 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:00:38.297Z] ---> Running in 999b644e587f [2022-03-14T15:00:38.297Z] ---> 8cebc9681cab [2022-03-14T15:00:38.297Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-14T15:00:38.297Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-14T15:00:38.297Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-14T15:00:38.297Z] Removing intermediate container 999b644e587f [2022-03-14T15:00:38.297Z] ---> 536d02c5fc94 [2022-03-14T15:00:38.297Z] Step 25/25 : LABEL version=2.2.0-dev.35 [2022-03-14T15:00:38.297Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-14T15:00:38.297Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-14T15:00:38.297Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-14T15:00:38.297Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-14T15:00:38.297Z] ---> Running in 7468bb91ed8d [2022-03-14T15:00:38.555Z] ---> 440c42d5f69d [2022-03-14T15:00:38.555Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-14T15:00:38.555Z] Removing intermediate container 7468bb91ed8d [2022-03-14T15:00:38.555Z] ---> 1676ed519606 [2022-03-14T15:00:38.555Z] [2022-03-14T15:00:38.555Z] ---> Running in bc14c0f105df [2022-03-14T15:00:38.814Z] Successfully built 1676ed519606 [2022-03-14T15:00:38.814Z] Collecting cached-property<2,>=1.2.0 [2022-03-14T15:00:38.814Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-14T15:00:38.814Z] Collecting texttable<0.10,>=0.9.0 [2022-03-14T15:00:38.814Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-14T15:00:38.814Z] Successfully tagged security-secretstore-setup:latest [2022-03-14T15:00:38.814Z]  Building security-secretstore-setup ... done Building support-scheduler [2022-03-14T15:00:38.814Z] Removing intermediate container bc14c0f105df [2022-03-14T15:00:38.814Z] ---> 1038259a0ccf [2022-03-14T15:00:38.814Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-14T15:00:39.073Z] Collecting docker<4.0,>=3.6.0 [2022-03-14T15:00:39.073Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-14T15:00:39.073Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-14T15:00:39.073Z] Collecting docopt<0.7,>=0.6.1 [2022-03-14T15:00:39.073Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-14T15:00:39.651Z] Collecting jsonschema<3,>=2.5.1 [2022-03-14T15:00:39.651Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-14T15:00:39.651Z] ---> 2a579af5d08a [2022-03-14T15:00:39.651Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-14T15:00:39.651Z] Collecting PyYAML<4,>=3.10 [2022-03-14T15:00:39.651Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-14T15:00:39.911Z] ---> Running in d85854885d28 [2022-03-14T15:00:40.171Z] Collecting docker-pycreds>=0.4.0 [2022-03-14T15:00:40.171Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-14T15:00:40.171Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-14T15:00:40.171Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-14T15:00:40.430Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-14T15:00:40.430Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-14T15:00:40.430Z] Collecting idna<2.8,>=2.5 [2022-03-14T15:00:40.430Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-14T15:00:40.430Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-03-14T15:00:40.430Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-14T15:00:40.430Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-14T15:00:40.430Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-14T15:00:40.430Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-14T15:00:40.689Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-14T15:00:40.689Z] Attempting uninstall: urllib3 [2022-03-14T15:00:40.689Z] Found existing installation: urllib3 1.26.5 [2022-03-14T15:00:40.689Z] Uninstalling urllib3-1.26.5: [2022-03-14T15:00:40.689Z] Successfully uninstalled urllib3-1.26.5 [2022-03-14T15:00:40.948Z] Attempting uninstall: idna [2022-03-14T15:00:40.948Z] Found existing installation: idna 3.2 [2022-03-14T15:00:40.948Z] Uninstalling idna-3.2: [2022-03-14T15:00:40.948Z] Successfully uninstalled idna-3.2 [2022-03-14T15:00:41.207Z] Attempting uninstall: chardet [2022-03-14T15:00:41.207Z] Found existing installation: chardet 4.0.0 [2022-03-14T15:00:41.207Z] Uninstalling chardet-4.0.0: [2022-03-14T15:00:41.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:41.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:41.207Z] ---> cd1b1828ba9c [2022-03-14T15:00:41.207Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:00:41.207Z] ---> Using cache [2022-03-14T15:00:41.207Z] ---> fd64c03e28dc [2022-03-14T15:00:41.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:41.207Z] ---> Using cache [2022-03-14T15:00:41.207Z] ---> d15c07544eef [2022-03-14T15:00:41.207Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-14T15:00:41.207Z] Removing intermediate container d85854885d28 [2022-03-14T15:00:41.207Z] ---> ef84113c6f8e [2022-03-14T15:00:41.207Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-14T15:00:41.207Z] Successfully uninstalled chardet-4.0.0 [2022-03-14T15:00:41.207Z] ---> Running in c36586bcaec5 [2022-03-14T15:00:41.467Z] ---> Running in 5890e9039b30 [2022-03-14T15:00:41.467Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:41.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:41.467Z] ---> cd1b1828ba9c [2022-03-14T15:00:41.467Z] Step 3/22 : WORKDIR /edgex-go [2022-03-14T15:00:41.467Z] ---> Using cache [2022-03-14T15:00:41.467Z] ---> fd64c03e28dc [2022-03-14T15:00:41.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:41.467Z] ---> Using cache [2022-03-14T15:00:41.467Z] ---> d15c07544eef [2022-03-14T15:00:41.467Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-14T15:00:41.726Z] ---> Running in 4d8dde4a1806 [2022-03-14T15:00:41.726Z] Removing intermediate container 5890e9039b30 [2022-03-14T15:00:41.726Z] ---> 2e5d7b11f3d9 [2022-03-14T15:00:41.726Z] Step 28/31 : CMD ["gate"] [2022-03-14T15:00:41.726Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:41.726Z] Attempting uninstall: requests [2022-03-14T15:00:41.726Z] Found existing installation: requests 2.25.1 [2022-03-14T15:00:41.726Z] Uninstalling requests-2.25.1: [2022-03-14T15:00:41.726Z] Successfully uninstalled requests-2.25.1 [2022-03-14T15:00:41.726Z] ---> Running in 565c9e8c0816 [2022-03-14T15:00:41.726Z] Running setup.py install for texttable: started [2022-03-14T15:00:41.988Z] Removing intermediate container 565c9e8c0816 [2022-03-14T15:00:41.988Z] ---> 24743d34d4d3 [2022-03-14T15:00:41.988Z] Step 29/31 : LABEL arch=x86_64 [2022-03-14T15:00:41.988Z] ---> Running in 8a62b58a151f [2022-03-14T15:00:41.988Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:42.248Z] Running setup.py install for texttable: finished with status 'done' [2022-03-14T15:00:42.248Z] Running setup.py install for PyYAML: started [2022-03-14T15:00:42.248Z] Removing intermediate container 8a62b58a151f [2022-03-14T15:00:42.248Z] ---> 1f2d60e1968c [2022-03-14T15:00:42.248Z] Step 30/31 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:00:42.248Z] ---> Running in 2280259f499f [2022-03-14T15:00:42.508Z] Removing intermediate container 2280259f499f [2022-03-14T15:00:42.508Z] ---> 04b421a7624b [2022-03-14T15:00:42.508Z] Step 31/31 : LABEL version=2.2.0-dev.35 [2022-03-14T15:00:42.508Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:42.508Z] ---> Running in ef965856c9cc [2022-03-14T15:00:42.508Z] Removing intermediate container ef965856c9cc [2022-03-14T15:00:42.508Z] ---> cd742e68446a [2022-03-14T15:00:42.508Z] [2022-03-14T15:00:42.508Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-14T15:00:42.768Z] Running setup.py install for docopt: started [2022-03-14T15:00:42.768Z] Successfully built cd742e68446a [2022-03-14T15:00:42.768Z] Successfully tagged security-bootstrapper:latest [2022-03-14T15:00:42.768Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-03-14T15:00:42.768Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:42.768Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:00:43.028Z] Running setup.py install for docopt: finished with status 'done' [2022-03-14T15:00:43.028Z] Running setup.py install for dockerpty: started [2022-03-14T15:00:43.287Z] OK: 221 MiB in 52 packages [2022-03-14T15:00:43.548Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-14T15:00:44.116Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:44.116Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:44.116Z] ---> cd1b1828ba9c [2022-03-14T15:00:44.116Z] Step 3/22 : WORKDIR /edgex-go [2022-03-14T15:00:44.116Z] ---> Using cache [2022-03-14T15:00:44.116Z] ---> fd64c03e28dc [2022-03-14T15:00:44.116Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:44.116Z] ---> Using cache [2022-03-14T15:00:44.116Z] ---> d15c07544eef [2022-03-14T15:00:44.116Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-14T15:00:44.116Z] ---> Using cache [2022-03-14T15:00:44.116Z] ---> e25c9e7a02e0 [2022-03-14T15:00:44.116Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-14T15:00:44.116Z] ---> Using cache [2022-03-14T15:00:44.116Z] ---> 22bc7db5e85f [2022-03-14T15:00:44.116Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:44.116Z] ---> Using cache [2022-03-14T15:00:44.116Z] ---> d9caea5cb284 [2022-03-14T15:00:44.116Z] Step 8/22 : COPY . . [2022-03-14T15:00:44.116Z] ---> Using cache [2022-03-14T15:00:44.116Z] ---> 95f8ea251ad5 [2022-03-14T15:00:44.116Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-14T15:00:44.116Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 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 [2022-03-14T15:00:44.116Z] ---> Running in 5bf2d85e1331 [2022-03-14T15:00:44.116Z] Removing intermediate container c36586bcaec5 [2022-03-14T15:00:44.116Z] ---> ea45ed6c56c3 [2022-03-14T15:00:44.116Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:00:44.375Z] Removing intermediate container 4d8dde4a1806 [2022-03-14T15:00:44.375Z] ---> 5da126f107a1 [2022-03-14T15:00:44.375Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-14T15:00:44.375Z] ---> f385a89460a2 [2022-03-14T15:00:44.375Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:44.636Z] ---> Running in d1cf1e03723b [2022-03-14T15:00:44.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-14T15:00:44.636Z] ---> bd37eb700081 [2022-03-14T15:00:44.636Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:44.636Z] ---> Running in 94633f71a04a [2022-03-14T15:00:47.183Z] Removing intermediate container 94633f71a04a [2022-03-14T15:00:47.183Z] ---> d0fe290a166b [2022-03-14T15:00:47.183Z] Step 8/22 : COPY . . [2022-03-14T15:00:47.183Z] Removing intermediate container d1cf1e03723b [2022-03-14T15:00:47.183Z] ---> f689e469bd02 [2022-03-14T15:00:47.183Z] Step 8/23 : COPY . . [2022-03-14T15:00:47.752Z] Removing intermediate container 1d0e8f0d76b6 [2022-03-14T15:00:47.752Z] ---> 0cdc1f1c1d58 [2022-03-14T15:00:47.752Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-14T15:00:48.320Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:00:48.320Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:00:48.320Z] ---> cd1b1828ba9c [2022-03-14T15:00:48.320Z] Step 3/21 : WORKDIR /edgex-go [2022-03-14T15:00:48.320Z] ---> Using cache [2022-03-14T15:00:48.320Z] ---> fd64c03e28dc [2022-03-14T15:00:48.320Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:00:48.320Z] ---> Using cache [2022-03-14T15:00:48.320Z] ---> d15c07544eef [2022-03-14T15:00:48.320Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-03-14T15:00:48.320Z] ---> Using cache [2022-03-14T15:00:48.320Z] ---> e25c9e7a02e0 [2022-03-14T15:00:48.320Z] Step 6/21 : COPY go.mod vendor* ./ [2022-03-14T15:00:48.320Z] ---> Using cache [2022-03-14T15:00:48.320Z] ---> 22bc7db5e85f [2022-03-14T15:00:48.320Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:00:48.320Z] ---> Using cache [2022-03-14T15:00:48.320Z] ---> d9caea5cb284 [2022-03-14T15:00:48.320Z] Step 8/21 : COPY . . [2022-03-14T15:00:48.320Z] ---> Using cache [2022-03-14T15:00:48.320Z] ---> 95f8ea251ad5 [2022-03-14T15:00:48.320Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-14T15:00:49.258Z] ---> Running in e7d40cee6fa3 [2022-03-14T15:00:49.258Z] ---> Running in ed56bef6d22a [2022-03-14T15:00:49.258Z] Removing intermediate container e7d40cee6fa3 [2022-03-14T15:00:49.258Z] ---> a5e44a13464d [2022-03-14T15:00:49.258Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-14T15:00:49.517Z] ---> Running in 0cc91a579f8b [2022-03-14T15:00:49.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-14T15:00:49.776Z] Removing intermediate container 0cc91a579f8b [2022-03-14T15:00:49.776Z] ---> e2e9fe9ec514 [2022-03-14T15:00:49.776Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-14T15:00:50.714Z] ---> 21c516b834ba [2022-03-14T15:00:50.714Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-14T15:00:51.655Z] ---> 641fb920ad48 [2022-03-14T15:00:51.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-14T15:00:52.222Z] ---> 9cc32163d720 [2022-03-14T15:00:52.222Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-14T15:00:52.222Z] ---> Running in e17d659b1ec2 [2022-03-14T15:00:52.793Z] Removing intermediate container e17d659b1ec2 [2022-03-14T15:00:52.793Z] ---> cc09b1f4d95e [2022-03-14T15:00:52.793Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:00:53.053Z] ---> Running in cdde1221e11b [2022-03-14T15:00:53.053Z] Removing intermediate container 5bf2d85e1331 [2022-03-14T15:00:53.053Z] ---> f829ef940890 [2022-03-14T15:00:53.053Z] [2022-03-14T15:00:53.053Z] Step 10/22 : FROM alpine:3.14 [2022-03-14T15:00:53.053Z] ---> 0a97eee8041e [2022-03-14T15:00:53.053Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-14T15:00:53.053Z] ---> Using cache [2022-03-14T15:00:53.053Z] ---> 26004915989e [2022-03-14T15:00:53.053Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:00:53.053Z] ---> Using cache [2022-03-14T15:00:53.053Z] ---> db43117afae6 [2022-03-14T15:00:53.053Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-14T15:00:53.317Z] Removing intermediate container cdde1221e11b [2022-03-14T15:00:53.317Z] ---> 2cc2c18c12e6 [2022-03-14T15:00:53.317Z] Step 21/23 : LABEL arch=x86_64 [2022-03-14T15:00:53.317Z] ---> Running in 354548f2effa [2022-03-14T15:00:53.317Z] ---> Running in 0b3d8035fa15 [2022-03-14T15:00:53.317Z] Removing intermediate container 354548f2effa [2022-03-14T15:00:53.317Z] ---> 2ed93bf810d7 [2022-03-14T15:00:53.317Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-14T15:00:53.317Z] ---> ff73c6991324 [2022-03-14T15:00:53.317Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-14T15:00:53.578Z] ---> Running in cc83b50abc87 [2022-03-14T15:00:53.578Z] ---> 6ecdb388ba05 [2022-03-14T15:00:53.578Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-14T15:00:53.578Z] Removing intermediate container 0b3d8035fa15 [2022-03-14T15:00:53.578Z] ---> 26e1ac5ba59a [2022-03-14T15:00:53.578Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:00:53.578Z] ---> Running in ff1d4abdaea9 [2022-03-14T15:00:53.578Z] ---> Running in fb5159f8bd4c [2022-03-14T15:00:53.578Z] ---> Running in f23226dcda77 [2022-03-14T15:00:53.578Z] Removing intermediate container ff1d4abdaea9 [2022-03-14T15:00:53.578Z] ---> edefce752609 [2022-03-14T15:00:53.578Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:00:53.578Z] Removing intermediate container cc83b50abc87 [2022-03-14T15:00:53.578Z] ---> abfc7eade780 [2022-03-14T15:00:53.578Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:00:53.837Z] ---> Running in 74f0b2bb3558 [2022-03-14T15:00:53.837Z] Removing intermediate container 74f0b2bb3558 [2022-03-14T15:00:53.837Z] ---> ba7e5620a54c [2022-03-14T15:00:53.837Z] [2022-03-14T15:00:53.837Z] ---> e973473e16ad [2022-03-14T15:00:53.837Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-14T15:00:53.837Z] Successfully built ba7e5620a54c [2022-03-14T15:00:53.837Z] Successfully tagged sys-mgmt-agent:latest [2022-03-14T15:00:54.096Z]  Building sys-mgmt-agent ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2022-03-14T15:00:54.096Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-14T15:00:54.355Z] ---> f8f542e36545 [2022-03-14T15:00:54.355Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-14T15:00:54.618Z] ---> a77a79c60f54 [2022-03-14T15:00:54.618Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-14T15:00:54.618Z] ---> Running in cc7367a945ee [2022-03-14T15:00:54.877Z] Removing intermediate container cc7367a945ee [2022-03-14T15:00:54.877Z] ---> e182c8ac8ca3 [2022-03-14T15:00:54.877Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:00:54.877Z] ---> Running in 00757c099970 [2022-03-14T15:00:55.136Z] Removing intermediate container 00757c099970 [2022-03-14T15:00:55.136Z] ---> 0fe97267aaf3 [2022-03-14T15:00:55.136Z] Step 20/22 : LABEL arch=x86_64 [2022-03-14T15:00:55.136Z] ---> Running in 38ddd5eb680b [2022-03-14T15:00:55.395Z] Removing intermediate container 38ddd5eb680b [2022-03-14T15:00:55.395Z] ---> cdbeea0fbb9e [2022-03-14T15:00:55.395Z] Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:00:55.395Z] ---> Running in 7f119151f6a2 [2022-03-14T15:00:55.655Z] Removing intermediate container 7f119151f6a2 [2022-03-14T15:00:55.655Z] ---> 343007f56298 [2022-03-14T15:00:55.655Z] Step 22/22 : LABEL version=2.2.0-dev.35 [2022-03-14T15:00:55.655Z] ---> Running in 902ca2c4791c [2022-03-14T15:00:55.916Z] Removing intermediate container 902ca2c4791c [2022-03-14T15:00:55.916Z] ---> 86126b1cc0c2 [2022-03-14T15:00:55.916Z] [2022-03-14T15:00:55.916Z] Successfully built 86126b1cc0c2 [2022-03-14T15:00:55.916Z] Successfully tagged support-scheduler:latest [2022-03-14T15:00:57.297Z]  Building support-scheduler ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-14T15:01:00.590Z] Removing intermediate container ed56bef6d22a [2022-03-14T15:01:00.590Z] ---> e64ad886ceaa [2022-03-14T15:01:00.590Z] [2022-03-14T15:01:00.590Z] Step 10/21 : FROM alpine:3.14 [2022-03-14T15:01:00.590Z] ---> 0a97eee8041e [2022-03-14T15:01:00.590Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-03-14T15:01:00.590Z] ---> Running in c848b9286284 [2022-03-14T15:01:01.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:01:01.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:01:01.421Z] (1/5) Installing ca-certificates (20211220-r0) [2022-03-14T15:01:01.421Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-03-14T15:01:01.421Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-03-14T15:01:01.421Z] (4/5) Installing libcurl (7.79.1-r0) [2022-03-14T15:01:01.421Z] (5/5) Installing curl (7.79.1-r0) [2022-03-14T15:01:01.421Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:01:01.421Z] Executing ca-certificates-20211220-r0.trigger [2022-03-14T15:01:01.421Z] OK: 8 MiB in 19 packages [2022-03-14T15:01:01.988Z] Removing intermediate container c848b9286284 [2022-03-14T15:01:01.988Z] ---> b163a3fcbb9d [2022-03-14T15:01:01.988Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-14T15:01:02.247Z] ---> Running in 045f7fa81df1 [2022-03-14T15:01:02.247Z] Removing intermediate container 045f7fa81df1 [2022-03-14T15:01:02.247Z] ---> f790ded1344d [2022-03-14T15:01:02.247Z] Step 13/21 : WORKDIR /edgex [2022-03-14T15:01:02.247Z] ---> Running in 452ce584f4ff [2022-03-14T15:01:02.505Z] Removing intermediate container 452ce584f4ff [2022-03-14T15:01:02.506Z] ---> 151577209ee6 [2022-03-14T15:01:02.506Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-14T15:01:02.763Z] ---> dd490ba6b3be [2022-03-14T15:01:02.763Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-14T15:01:03.023Z] ---> 70d408487475 [2022-03-14T15:01:03.023Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-14T15:01:03.283Z] ---> 1a8e0367b92a [2022-03-14T15:01:03.283Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-03-14T15:01:03.542Z] ---> Running in 655a7c4e99f5 [2022-03-14T15:01:03.542Z] Removing intermediate container 655a7c4e99f5 [2022-03-14T15:01:03.542Z] ---> a36a23f64030 [2022-03-14T15:01:03.542Z] Step 18/21 : CMD ["--init=true"] [2022-03-14T15:01:03.542Z] ---> Running in 8dd4eb293f90 [2022-03-14T15:01:03.801Z] Removing intermediate container 8dd4eb293f90 [2022-03-14T15:01:03.801Z] ---> 7c5ed6c2f49c [2022-03-14T15:01:03.801Z] Step 19/21 : LABEL arch=x86_64 [2022-03-14T15:01:03.801Z] ---> Running in 6094c506fc1d [2022-03-14T15:01:04.061Z] Removing intermediate container 6094c506fc1d [2022-03-14T15:01:04.061Z] ---> daa5606b07ee [2022-03-14T15:01:04.061Z] Step 20/21 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:04.061Z] ---> Running in 550fa0246f14 [2022-03-14T15:01:04.321Z] Removing intermediate container 550fa0246f14 [2022-03-14T15:01:04.321Z] ---> 08b993207db1 [2022-03-14T15:01:04.321Z] Step 21/21 : LABEL version=2.2.0-dev.35 [2022-03-14T15:01:04.321Z] ---> Running in b0f459157e6f [2022-03-14T15:01:04.321Z] Removing intermediate container f23226dcda77 [2022-03-14T15:01:04.321Z] ---> 8be212467761 [2022-03-14T15:01:04.321Z] [2022-03-14T15:01:04.321Z] Step 10/22 : FROM alpine:3.14 [2022-03-14T15:01:04.321Z] ---> 0a97eee8041e [2022-03-14T15:01:04.321Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-14T15:01:04.581Z] Removing intermediate container fb5159f8bd4c [2022-03-14T15:01:04.581Z] ---> debf60ce4de8 [2022-03-14T15:01:04.581Z] [2022-03-14T15:01:04.581Z] Step 10/23 : FROM alpine:3.14 [2022-03-14T15:01:04.581Z] ---> 0a97eee8041e [2022-03-14T15:01:04.581Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-14T15:01:04.581Z] ---> Running in be991eb08eb0 [2022-03-14T15:01:04.581Z] ---> Running in 77b71e8445f8 [2022-03-14T15:01:04.581Z] Removing intermediate container b0f459157e6f [2022-03-14T15:01:04.581Z] ---> 354add39241f [2022-03-14T15:01:04.581Z] [2022-03-14T15:01:04.581Z] Removing intermediate container 77b71e8445f8 [2022-03-14T15:01:04.581Z] ---> 0db8a757448c [2022-03-14T15:01:04.581Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-14T15:01:04.581Z] Successfully built 354add39241f [2022-03-14T15:01:04.581Z] Successfully tagged security-proxy-setup:latest [2022-03-14T15:01:04.581Z]  Building security-proxy-setup ... done  ---> Running in c4441b3cf623 [2022-03-14T15:01:04.841Z] Removing intermediate container c4441b3cf623 [2022-03-14T15:01:04.841Z] ---> 2c9851f29f4a [2022-03-14T15:01:04.841Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-14T15:01:04.841Z] ---> Running in 26ee75b5f7f6 [2022-03-14T15:01:04.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:01:04.841Z] Removing intermediate container 26ee75b5f7f6 [2022-03-14T15:01:04.841Z] ---> 7511bb73fbe3 [2022-03-14T15:01:04.841Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:01:04.841Z] ---> Running in 04bdbdc5d891 [2022-03-14T15:01:04.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:01:05.110Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-14T15:01:05.110Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-14T15:01:05.110Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:01:05.110Z] Executing ca-certificates-20211220-r0.trigger [2022-03-14T15:01:05.110Z] OK: 6 MiB in 16 packages [2022-03-14T15:01:05.373Z] Removing intermediate container 04bdbdc5d891 [2022-03-14T15:01:05.373Z] ---> 7900425bfcaa [2022-03-14T15:01:05.373Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-14T15:01:05.643Z] ---> Running in 02495a8a4509 [2022-03-14T15:01:05.643Z] Removing intermediate container be991eb08eb0 [2022-03-14T15:01:05.643Z] ---> dc1494cb1446 [2022-03-14T15:01:05.643Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:01:05.643Z] ---> Running in 36895bd02539 [2022-03-14T15:01:05.643Z] Removing intermediate container 36895bd02539 [2022-03-14T15:01:05.643Z] ---> 616e95eb3261 [2022-03-14T15:01:05.643Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-14T15:01:05.902Z] ---> Running in b92569a71f0f [2022-03-14T15:01:05.902Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-14T15:01:05.902Z] Removing intermediate container b92569a71f0f [2022-03-14T15:01:05.902Z] ---> 290a00953e3e [2022-03-14T15:01:05.902Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-14T15:01:05.902Z] ---> Running in 420a4d34d1ec [2022-03-14T15:01:05.902Z] Removing intermediate container 420a4d34d1ec [2022-03-14T15:01:05.902Z] ---> a980aa12b5a7 [2022-03-14T15:01:05.902Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:01:06.162Z] ---> 0c1b186b2666 [2022-03-14T15:01:06.162Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-14T15:01:06.421Z] ---> be6055197a2f [2022-03-14T15:01:06.421Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-14T15:01:06.680Z] ---> 53a13f6dfd27 [2022-03-14T15:01:06.680Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-14T15:01:06.680Z] ---> Running in 17bcc409a643 [2022-03-14T15:01:06.680Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-14T15:01:06.680Z] Removing intermediate container 17bcc409a643 [2022-03-14T15:01:06.680Z] ---> 5a2af902aa7b [2022-03-14T15:01:06.680Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:01:06.680Z] ---> Running in 2dd1e76d81d8 [2022-03-14T15:01:06.680Z] Removing intermediate container 2dd1e76d81d8 [2022-03-14T15:01:06.680Z] ---> fda71f17767d [2022-03-14T15:01:06.680Z] Step 20/22 : LABEL arch=x86_64 [2022-03-14T15:01:06.939Z] ---> Running in 6bc2765f10ae [2022-03-14T15:01:06.939Z] Removing intermediate container 6bc2765f10ae [2022-03-14T15:01:06.939Z] ---> 40f699a0a6a2 [2022-03-14T15:01:06.939Z] Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:06.939Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-14T15:01:06.939Z] ---> Running in 15223dc185e4 [2022-03-14T15:01:06.939Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-14T15:01:06.939Z] Removing intermediate container 15223dc185e4 [2022-03-14T15:01:06.939Z] ---> b5c774bbea1e [2022-03-14T15:01:06.939Z] Step 22/22 : LABEL version=2.2.0-dev.35 [2022-03-14T15:01:06.939Z] ---> Running in c358e3bae0fc [2022-03-14T15:01:07.198Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-14T15:01:07.198Z] Removing intermediate container c358e3bae0fc [2022-03-14T15:01:07.198Z] ---> 00f7aef66f30 [2022-03-14T15:01:07.198Z] [2022-03-14T15:01:07.198Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-14T15:01:07.198Z] Successfully built 00f7aef66f30 [2022-03-14T15:01:07.198Z] Successfully tagged support-notifications:latest [2022-03-14T15:01:07.198Z]  Building support-notifications ... done (5/6) Installing libzmq (4.3.4-r0) [2022-03-14T15:01:07.459Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-14T15:01:07.459Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:01:07.459Z] OK: 8 MiB in 20 packages [2022-03-14T15:01:07.567Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7050 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-03-14T15:01:07.578Z] Running in /w/workspace/edgex-go/152 [Pipeline] { [Pipeline] checkout [2022-03-14T15:01:07.719Z] Removing intermediate container 02495a8a4509 [2022-03-14T15:01:07.719Z] ---> eeecb83f23f0 [2022-03-14T15:01:07.719Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:01:07.843Z] The recommended git tool is: git [2022-03-14T15:01:07.978Z] ---> 2a5f4a0648f9 [2022-03-14T15:01:07.978Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-14T15:01:08.237Z] ---> 33e084cceaec [2022-03-14T15:01:08.237Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-14T15:01:08.497Z] ---> 69c18aa60a6d [2022-03-14T15:01:08.497Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-14T15:01:08.497Z] ---> Running in 0229a52f6cc0 [2022-03-14T15:01:08.497Z] Removing intermediate container 0229a52f6cc0 [2022-03-14T15:01:08.497Z] ---> 99647eec5d0c [2022-03-14T15:01:08.497Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:01:08.497Z] ---> Running in 6dc99a685d07 [2022-03-14T15:01:08.757Z] Removing intermediate container 6dc99a685d07 [2022-03-14T15:01:08.757Z] ---> 13a364f98828 [2022-03-14T15:01:08.757Z] Step 21/23 : LABEL arch=x86_64 [2022-03-14T15:01:08.757Z] ---> Running in c888e838951c [2022-03-14T15:01:08.757Z] Removing intermediate container c888e838951c [2022-03-14T15:01:08.757Z] ---> 06cf09971594 [2022-03-14T15:01:08.757Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:08.757Z] ---> Running in 1d77e2742f26 [2022-03-14T15:01:08.757Z] Removing intermediate container 1d77e2742f26 [2022-03-14T15:01:08.757Z] ---> b35c68f4a3ca [2022-03-14T15:01:08.757Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:01:09.016Z] ---> Running in b31b9b5ed116 [2022-03-14T15:01:09.016Z] Removing intermediate container b31b9b5ed116 [2022-03-14T15:01:09.016Z] ---> 61b86ea61f36 [2022-03-14T15:01:09.016Z] [2022-03-14T15:01:09.016Z] Successfully built 61b86ea61f36 [2022-03-14T15:01:09.016Z] Successfully tagged core-data:latest [2022-03-14T15:01:09.023Z]  Building core-data ... done  [Pipeline] } [2022-03-14T15:01:09.032Z] $ docker stop --time=1 6a0678654a5a36f6310924246795ca592127c5c805bae99c0226bb3f981c0a1b [2022-03-14T15:01:10.316Z] $ docker rm -f 6a0678654a5a36f6310924246795ca592127c5c805bae99c0226bb3f981c0a1b [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-14T15:01:10.663Z] + docker images [2022-03-14T15:01:10.663Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-14T15:01:10.663Z] core-data latest 61b86ea61f36 2 seconds ago 20MB [2022-03-14T15:01:10.663Z] support-notifications latest 00f7aef66f30 4 seconds ago 16.7MB [2022-03-14T15:01:10.663Z] 8be212467761 6 seconds ago 1.78GB [2022-03-14T15:01:10.663Z] security-proxy-setup latest 354add39241f 6 seconds ago 26.2MB [2022-03-14T15:01:10.663Z] debf60ce4de8 6 seconds ago 1.79GB [2022-03-14T15:01:10.663Z] e64ad886ceaa 10 seconds ago 1.78GB [2022-03-14T15:01:10.663Z] support-scheduler latest 86126b1cc0c2 15 seconds ago 16MB [2022-03-14T15:01:10.663Z] sys-mgmt-agent latest ba7e5620a54c 17 seconds ago 296MB [2022-03-14T15:01:10.663Z] f829ef940890 18 seconds ago 1.78GB [2022-03-14T15:01:10.663Z] security-bootstrapper latest cd742e68446a 28 seconds ago 18.7MB [2022-03-14T15:01:10.663Z] security-secretstore-setup latest 1676ed519606 32 seconds ago 27.9MB [2022-03-14T15:01:10.663Z] core-metadata latest b70b0b0f5986 35 seconds ago 16.6MB [2022-03-14T15:01:10.663Z] core-command latest e769f792aff7 35 seconds ago 15.8MB [2022-03-14T15:01:10.663Z] 93033ab408ee 39 seconds ago 1.77GB [2022-03-14T15:01:10.663Z] 08adc3cec40f 39 seconds ago 1.77GB [2022-03-14T15:01:10.663Z] 6a5c474bd0c7 40 seconds ago 1.78GB [2022-03-14T15:01:10.663Z] db65134405d1 40 seconds ago 1.77GB [2022-03-14T15:01:10.663Z] 14fd16a6baa5 40 seconds ago 1.78GB [2022-03-14T15:01:10.663Z] ci-base-image-x86_64 latest cd1b1828ba9c 2 minutes ago 1.27GB [2022-03-14T15:01:10.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 5 weeks ago 562MB [2022-03-14T15:01:10.663Z] docker 20.10.10 b706a049f56e 4 months ago 216MB [2022-03-14T15:01:10.663Z] alpine 3.14 0a97eee8041e 4 months ago 5.61MB [2022-03-14T15:01:10.663Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-03-14T15:01:10.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 20 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-14T15:01:10.775Z] provisioning config files... [2022-03-14T15:01:10.785Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config6038814737966742694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:01:11.084Z] ---> docker-login.sh [2022-03-14T15:01:11.085Z] nexus3.edgexfoundry.org:10001 [2022-03-14T15:01:11.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:01:11.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:01:11.085Z] Configure a credential helper to remove this warning. See [2022-03-14T15:01:11.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:01:11.085Z] [2022-03-14T15:01:11.085Z] Login Succeeded [2022-03-14T15:01:11.085Z] nexus3.edgexfoundry.org:10002 [2022-03-14T15:01:11.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:01:11.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:01:11.085Z] Configure a credential helper to remove this warning. See [2022-03-14T15:01:11.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:01:11.085Z] [2022-03-14T15:01:11.085Z] Login Succeeded [2022-03-14T15:01:11.085Z] nexus3.edgexfoundry.org:10003 [2022-03-14T15:01:11.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:01:11.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:01:11.344Z] Configure a credential helper to remove this warning. See [2022-03-14T15:01:11.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:01:11.344Z] [2022-03-14T15:01:11.344Z] Login Succeeded [2022-03-14T15:01:11.344Z] nexus3.edgexfoundry.org:10004 [2022-03-14T15:01:11.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:01:11.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:01:11.344Z] Configure a credential helper to remove this warning. See [2022-03-14T15:01:11.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:01:11.344Z] [2022-03-14T15:01:11.344Z] Login Succeeded [2022-03-14T15:01:11.344Z] docker.io [2022-03-14T15:01:11.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:01:11.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:01:11.864Z] Configure a credential helper to remove this warning. See [2022-03-14T15:01:11.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:01:11.864Z] [2022-03-14T15:01:11.864Z] Login Succeeded [2022-03-14T15:01:11.864Z] ---> docker-login.sh ends [Pipeline] } [2022-03-14T15:01:11.872Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:11.903Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-14T15:01:11.929Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-03-14T15:01:11.929Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:11.929Z] latest [2022-03-14T15:01:11.929Z] 2.2.0-dev.35 [2022-03-14T15:01:11.929Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:11.929Z] main [2022-03-14T15:01:11.929Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:12.251Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:12.540Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:12.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-14T15:01:12.540Z] 159701ddf72c: Preparing [2022-03-14T15:01:12.540Z] 9b91f6693f9c: Preparing [2022-03-14T15:01:12.540Z] 3cb14862a440: Preparing [2022-03-14T15:01:12.540Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:12.540Z] 1a058d5342cc: Preparing [2022-03-14T15:01:12.540Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:12.540Z] 159701ddf72c: Pushed [2022-03-14T15:01:12.540Z] 6649aacd3e5f: Pushed [2022-03-14T15:01:12.540Z] 3cb14862a440: Pushed [2022-03-14T15:01:13.918Z] 9b91f6693f9c: Pushed [2022-03-14T15:01:13.918Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:14.221Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:14.512Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-03-14T15:01:14.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-14T15:01:14.512Z] 159701ddf72c: Preparing [2022-03-14T15:01:14.512Z] 9b91f6693f9c: Preparing [2022-03-14T15:01:14.512Z] 3cb14862a440: Preparing [2022-03-14T15:01:14.512Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:14.512Z] 1a058d5342cc: Preparing [2022-03-14T15:01:14.512Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:14.512Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:14.512Z] 159701ddf72c: Layer already exists [2022-03-14T15:01:14.512Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:14.512Z] 9b91f6693f9c: Layer already exists [2022-03-14T15:01:14.512Z] latest: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:14.810Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:15.103Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.35 [2022-03-14T15:01:15.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-14T15:01:15.103Z] 159701ddf72c: Preparing [2022-03-14T15:01:15.103Z] 9b91f6693f9c: Preparing [2022-03-14T15:01:15.103Z] 3cb14862a440: Preparing [2022-03-14T15:01:15.103Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:15.103Z] 1a058d5342cc: Preparing [2022-03-14T15:01:15.103Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:15.103Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:15.103Z] 9b91f6693f9c: Layer already exists [2022-03-14T15:01:15.103Z] 159701ddf72c: Layer already exists [2022-03-14T15:01:15.103Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:15.103Z] 2.2.0-dev.35: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:15.403Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:15.701Z] + docker push nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:15.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-14T15:01:15.701Z] 159701ddf72c: Preparing [2022-03-14T15:01:15.701Z] 9b91f6693f9c: Preparing [2022-03-14T15:01:15.701Z] 3cb14862a440: Preparing [2022-03-14T15:01:15.701Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:15.701Z] 1a058d5342cc: Preparing [2022-03-14T15:01:15.701Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:15.701Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:15.701Z] 9b91f6693f9c: Layer already exists [2022-03-14T15:01:15.701Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:15.701Z] 159701ddf72c: Layer already exists [2022-03-14T15:01:15.701Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:16.003Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:16.291Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-03-14T15:01:16.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-14T15:01:16.291Z] 159701ddf72c: Preparing [2022-03-14T15:01:16.291Z] 9b91f6693f9c: Preparing [2022-03-14T15:01:16.291Z] 3cb14862a440: Preparing [2022-03-14T15:01:16.291Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:16.291Z] 1a058d5342cc: Preparing [2022-03-14T15:01:16.291Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:16.291Z] 9b91f6693f9c: Layer already exists [2022-03-14T15:01:16.291Z] 159701ddf72c: Layer already exists [2022-03-14T15:01:16.291Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:16.292Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:16.292Z] main: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:16.331Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:16.341Z] taggedImages: [2022-03-14T15:01:16.341Z] - nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:16.341Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-03-14T15:01:16.341Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.35 [2022-03-14T15:01:16.341Z] - nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:16.341Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-03-14T15:01:16.365Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-03-14T15:01:16.365Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:16.365Z] latest [2022-03-14T15:01:16.365Z] 2.2.0-dev.35 [2022-03-14T15:01:16.365Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:16.365Z] main [2022-03-14T15:01:16.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:16.454Z] using credential edgex-jenkins-ssh [2022-03-14T15:01:16.472Z] Cloning the remote Git repository [2022-03-14T15:01:16.689Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:16.978Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:16.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-14T15:01:16.978Z] fa96e55a3b9e: Preparing [2022-03-14T15:01:16.978Z] 621978d2b0a7: Preparing [2022-03-14T15:01:16.978Z] 3cb14862a440: Preparing [2022-03-14T15:01:16.978Z] 0b8309693bdc: Preparing [2022-03-14T15:01:16.978Z] b05f0f285b6d: Preparing [2022-03-14T15:01:16.978Z] 1a058d5342cc: Preparing [2022-03-14T15:01:16.978Z] 1a058d5342cc: Waiting [2022-03-14T15:01:16.978Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:16.978Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:16.978Z] b05f0f285b6d: Pushed [2022-03-14T15:01:16.978Z] fa96e55a3b9e: Pushed [2022-03-14T15:01:16.547Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-14T15:01:16.722Z] > git init /w/workspace/edgex-go/152 # timeout=10 [2022-03-14T15:01:16.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-14T15:01:16.901Z] > git --version # timeout=10 [2022-03-14T15:01:16.957Z] > git --version # 'git version 2.25.1' [2022-03-14T15:01:16.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-14T15:01:17.237Z] 0b8309693bdc: Pushed [2022-03-14T15:01:18.175Z] 621978d2b0a7: Pushed [2022-03-14T15:01:17.260Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-14T15:01:18.435Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:18.736Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:19.032Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-03-14T15:01:19.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-14T15:01:19.032Z] fa96e55a3b9e: Preparing [2022-03-14T15:01:19.032Z] 621978d2b0a7: Preparing [2022-03-14T15:01:19.032Z] 3cb14862a440: Preparing [2022-03-14T15:01:19.032Z] 0b8309693bdc: Preparing [2022-03-14T15:01:19.032Z] b05f0f285b6d: Preparing [2022-03-14T15:01:19.032Z] 1a058d5342cc: Preparing [2022-03-14T15:01:19.032Z] 1a058d5342cc: Waiting [2022-03-14T15:01:19.032Z] fa96e55a3b9e: Layer already exists [2022-03-14T15:01:19.032Z] 0b8309693bdc: Layer already exists [2022-03-14T15:01:19.032Z] b05f0f285b6d: Layer already exists [2022-03-14T15:01:19.032Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:19.032Z] 621978d2b0a7: Layer already exists [2022-03-14T15:01:19.032Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:19.032Z] latest: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:19.330Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:19.625Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.35 [2022-03-14T15:01:19.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-14T15:01:19.625Z] fa96e55a3b9e: Preparing [2022-03-14T15:01:19.625Z] 621978d2b0a7: Preparing [2022-03-14T15:01:19.625Z] 3cb14862a440: Preparing [2022-03-14T15:01:19.625Z] 0b8309693bdc: Preparing [2022-03-14T15:01:19.625Z] b05f0f285b6d: Preparing [2022-03-14T15:01:19.625Z] 1a058d5342cc: Preparing [2022-03-14T15:01:19.625Z] 1a058d5342cc: Waiting [2022-03-14T15:01:19.625Z] fa96e55a3b9e: Layer already exists [2022-03-14T15:01:19.625Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:19.625Z] 621978d2b0a7: Layer already exists [2022-03-14T15:01:19.625Z] 0b8309693bdc: Layer already exists [2022-03-14T15:01:19.625Z] b05f0f285b6d: Layer already exists [2022-03-14T15:01:19.625Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:19.625Z] 2.2.0-dev.35: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:19.927Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:20.233Z] + docker push nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:20.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-14T15:01:20.233Z] fa96e55a3b9e: Preparing [2022-03-14T15:01:20.233Z] 621978d2b0a7: Preparing [2022-03-14T15:01:20.233Z] 3cb14862a440: Preparing [2022-03-14T15:01:20.233Z] 0b8309693bdc: Preparing [2022-03-14T15:01:20.233Z] b05f0f285b6d: Preparing [2022-03-14T15:01:20.233Z] 1a058d5342cc: Preparing [2022-03-14T15:01:20.233Z] 1a058d5342cc: Waiting [2022-03-14T15:01:20.233Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:20.233Z] 0b8309693bdc: Layer already exists [2022-03-14T15:01:20.233Z] 621978d2b0a7: Layer already exists [2022-03-14T15:01:20.233Z] fa96e55a3b9e: Layer already exists [2022-03-14T15:01:20.233Z] b05f0f285b6d: Layer already exists [2022-03-14T15:01:20.233Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:20.233Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:20.531Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:20.823Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-03-14T15:01:20.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-14T15:01:20.823Z] fa96e55a3b9e: Preparing [2022-03-14T15:01:20.823Z] 621978d2b0a7: Preparing [2022-03-14T15:01:20.823Z] 3cb14862a440: Preparing [2022-03-14T15:01:20.823Z] 0b8309693bdc: Preparing [2022-03-14T15:01:20.823Z] b05f0f285b6d: Preparing [2022-03-14T15:01:20.823Z] 1a058d5342cc: Preparing [2022-03-14T15:01:20.823Z] 1a058d5342cc: Waiting [2022-03-14T15:01:20.823Z] b05f0f285b6d: Layer already exists [2022-03-14T15:01:20.823Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:20.823Z] 0b8309693bdc: Layer already exists [2022-03-14T15:01:20.823Z] fa96e55a3b9e: Layer already exists [2022-03-14T15:01:20.823Z] 621978d2b0a7: Layer already exists [2022-03-14T15:01:20.823Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:20.823Z] main: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:20.860Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:20.871Z] taggedImages: [2022-03-14T15:01:20.871Z] - nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:20.871Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-03-14T15:01:20.871Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.35 [2022-03-14T15:01:20.871Z] - nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:20.871Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-03-14T15:01:20.889Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-03-14T15:01:20.889Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:20.889Z] latest [2022-03-14T15:01:20.889Z] 2.2.0-dev.35 [2022-03-14T15:01:20.889Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:20.889Z] main [2022-03-14T15:01:20.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:21.195Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:21.490Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:21.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-14T15:01:21.490Z] 49a3ab75458b: Preparing [2022-03-14T15:01:21.490Z] 9f5f22190778: Preparing [2022-03-14T15:01:21.490Z] 3cb14862a440: Preparing [2022-03-14T15:01:21.490Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:21.490Z] 1a058d5342cc: Preparing [2022-03-14T15:01:21.490Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:21.490Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:21.490Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:21.490Z] 49a3ab75458b: Pushed [2022-03-14T15:01:22.429Z] 9f5f22190778: Pushed [2022-03-14T15:01:22.691Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:22.992Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:23.288Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-03-14T15:01:23.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-14T15:01:23.288Z] 49a3ab75458b: Preparing [2022-03-14T15:01:23.288Z] 9f5f22190778: Preparing [2022-03-14T15:01:23.288Z] 3cb14862a440: Preparing [2022-03-14T15:01:23.288Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:23.288Z] 1a058d5342cc: Preparing [2022-03-14T15:01:23.288Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:23.288Z] 49a3ab75458b: Layer already exists [2022-03-14T15:01:23.288Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:23.288Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:23.288Z] 9f5f22190778: Layer already exists [2022-03-14T15:01:23.288Z] latest: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:23.587Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:23.879Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.35 [2022-03-14T15:01:23.879Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-14T15:01:23.879Z] 49a3ab75458b: Preparing [2022-03-14T15:01:23.879Z] 9f5f22190778: Preparing [2022-03-14T15:01:23.879Z] 3cb14862a440: Preparing [2022-03-14T15:01:23.879Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:23.879Z] 1a058d5342cc: Preparing [2022-03-14T15:01:23.879Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:23.879Z] 49a3ab75458b: Layer already exists [2022-03-14T15:01:23.879Z] 9f5f22190778: Layer already exists [2022-03-14T15:01:23.879Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:23.879Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:23.879Z] 2.2.0-dev.35: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:24.176Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:24.465Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:24.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-14T15:01:24.465Z] 49a3ab75458b: Preparing [2022-03-14T15:01:24.465Z] 9f5f22190778: Preparing [2022-03-14T15:01:24.465Z] 3cb14862a440: Preparing [2022-03-14T15:01:24.465Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:24.465Z] 1a058d5342cc: Preparing [2022-03-14T15:01:24.465Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:24.465Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:24.466Z] 9f5f22190778: Layer already exists [2022-03-14T15:01:24.466Z] 49a3ab75458b: Layer already exists [2022-03-14T15:01:24.466Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:24.466Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:24.765Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:25.054Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-03-14T15:01:25.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-14T15:01:25.054Z] 49a3ab75458b: Preparing [2022-03-14T15:01:25.054Z] 9f5f22190778: Preparing [2022-03-14T15:01:25.054Z] 3cb14862a440: Preparing [2022-03-14T15:01:25.054Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:25.054Z] 1a058d5342cc: Preparing [2022-03-14T15:01:25.054Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:25.054Z] 9f5f22190778: Layer already exists [2022-03-14T15:01:25.054Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:25.054Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:25.054Z] 49a3ab75458b: Layer already exists [2022-03-14T15:01:25.054Z] main: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:25.090Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:25.100Z] taggedImages: [2022-03-14T15:01:25.100Z] - nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:25.100Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-03-14T15:01:25.100Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.35 [2022-03-14T15:01:25.100Z] - nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:25.100Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-03-14T15:01:25.120Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-03-14T15:01:25.120Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:25.120Z] latest [2022-03-14T15:01:25.120Z] 2.2.0-dev.35 [2022-03-14T15:01:25.120Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:25.120Z] main [2022-03-14T15:01:25.120Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:25.431Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:25.722Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:25.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-14T15:01:25.722Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:25.722Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:25.722Z] 19a3ea21fb46: Preparing [2022-03-14T15:01:25.722Z] dd64c776605c: Preparing [2022-03-14T15:01:25.722Z] 286c8d138d0a: Preparing [2022-03-14T15:01:25.722Z] 90c518195848: Preparing [2022-03-14T15:01:25.722Z] 3cb14862a440: Preparing [2022-03-14T15:01:25.722Z] b6a2df51a807: Preparing [2022-03-14T15:01:25.722Z] 17df49b6bc5b: Preparing [2022-03-14T15:01:25.722Z] 75529cafe1ba: Preparing [2022-03-14T15:01:25.722Z] b5f5861a3547: Preparing [2022-03-14T15:01:25.722Z] 1a058d5342cc: Preparing [2022-03-14T15:01:25.722Z] 3cb14862a440: Waiting [2022-03-14T15:01:25.722Z] b6a2df51a807: Waiting [2022-03-14T15:01:25.722Z] 17df49b6bc5b: Waiting [2022-03-14T15:01:25.722Z] 75529cafe1ba: Waiting [2022-03-14T15:01:25.722Z] 1a058d5342cc: Waiting [2022-03-14T15:01:25.722Z] a819ec7b7c3b: Pushed [2022-03-14T15:01:25.722Z] 19a3ea21fb46: Pushed [2022-03-14T15:01:25.722Z] dd64c776605c: Pushed [2022-03-14T15:01:25.722Z] 286c8d138d0a: Pushed [2022-03-14T15:01:25.722Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:25.981Z] 75529cafe1ba: Pushed [2022-03-14T15:01:25.981Z] b6a2df51a807: Pushed [2022-03-14T15:01:25.981Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:25.981Z] 17df49b6bc5b: Pushed [2022-03-14T15:01:25.981Z] b5f5861a3547: Pushed [2022-03-14T15:01:26.921Z] 90c518195848: Pushed [2022-03-14T15:01:27.183Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:27.482Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:27.775Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-03-14T15:01:27.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-14T15:01:27.775Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:27.775Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:27.775Z] 19a3ea21fb46: Preparing [2022-03-14T15:01:27.775Z] dd64c776605c: Preparing [2022-03-14T15:01:27.775Z] 286c8d138d0a: Preparing [2022-03-14T15:01:27.775Z] 90c518195848: Preparing [2022-03-14T15:01:27.775Z] 3cb14862a440: Preparing [2022-03-14T15:01:27.775Z] b6a2df51a807: Preparing [2022-03-14T15:01:27.776Z] 17df49b6bc5b: Preparing [2022-03-14T15:01:27.776Z] 75529cafe1ba: Preparing [2022-03-14T15:01:27.776Z] b5f5861a3547: Preparing [2022-03-14T15:01:27.776Z] 1a058d5342cc: Preparing [2022-03-14T15:01:27.776Z] 17df49b6bc5b: Waiting [2022-03-14T15:01:27.776Z] 75529cafe1ba: Waiting [2022-03-14T15:01:27.776Z] b5f5861a3547: Waiting [2022-03-14T15:01:27.776Z] 1a058d5342cc: Waiting [2022-03-14T15:01:27.776Z] 3cb14862a440: Waiting [2022-03-14T15:01:27.776Z] b6a2df51a807: Waiting [2022-03-14T15:01:27.776Z] 286c8d138d0a: Layer already exists [2022-03-14T15:01:27.776Z] dd64c776605c: Layer already exists [2022-03-14T15:01:27.776Z] a819ec7b7c3b: Layer already exists [2022-03-14T15:01:27.776Z] 19a3ea21fb46: Layer already exists [2022-03-14T15:01:27.776Z] 90c518195848: Layer already exists [2022-03-14T15:01:27.776Z] b6a2df51a807: Layer already exists [2022-03-14T15:01:27.776Z] 17df49b6bc5b: Layer already exists [2022-03-14T15:01:27.776Z] 75529cafe1ba: Layer already exists [2022-03-14T15:01:27.776Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:27.776Z] b5f5861a3547: Layer already exists [2022-03-14T15:01:27.776Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:27.776Z] latest: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:28.071Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:28.361Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.35 [2022-03-14T15:01:28.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-14T15:01:28.361Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:28.361Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:28.361Z] 19a3ea21fb46: Preparing [2022-03-14T15:01:28.361Z] dd64c776605c: Preparing [2022-03-14T15:01:28.361Z] 286c8d138d0a: Preparing [2022-03-14T15:01:28.361Z] 90c518195848: Preparing [2022-03-14T15:01:28.361Z] 3cb14862a440: Preparing [2022-03-14T15:01:28.361Z] b6a2df51a807: Preparing [2022-03-14T15:01:28.361Z] 17df49b6bc5b: Preparing [2022-03-14T15:01:28.361Z] 75529cafe1ba: Preparing [2022-03-14T15:01:28.361Z] b5f5861a3547: Preparing [2022-03-14T15:01:28.361Z] 1a058d5342cc: Preparing [2022-03-14T15:01:28.361Z] 17df49b6bc5b: Waiting [2022-03-14T15:01:28.361Z] 75529cafe1ba: Waiting [2022-03-14T15:01:28.361Z] 1a058d5342cc: Waiting [2022-03-14T15:01:28.361Z] b5f5861a3547: Waiting [2022-03-14T15:01:28.361Z] b6a2df51a807: Waiting [2022-03-14T15:01:28.361Z] 3cb14862a440: Waiting [2022-03-14T15:01:28.361Z] 286c8d138d0a: Layer already exists [2022-03-14T15:01:28.361Z] a819ec7b7c3b: Layer already exists [2022-03-14T15:01:28.361Z] 19a3ea21fb46: Layer already exists [2022-03-14T15:01:28.361Z] 90c518195848: Layer already exists [2022-03-14T15:01:28.361Z] dd64c776605c: Layer already exists [2022-03-14T15:01:28.361Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:28.361Z] b6a2df51a807: Layer already exists [2022-03-14T15:01:28.361Z] 75529cafe1ba: Layer already exists [2022-03-14T15:01:28.361Z] b5f5861a3547: Layer already exists [2022-03-14T15:01:28.361Z] 17df49b6bc5b: Layer already exists [2022-03-14T15:01:28.361Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:28.361Z] 2.2.0-dev.35: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:28.656Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:28.948Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:28.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-14T15:01:28.948Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:28.948Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:28.948Z] 19a3ea21fb46: Preparing [2022-03-14T15:01:28.948Z] dd64c776605c: Preparing [2022-03-14T15:01:28.948Z] 286c8d138d0a: Preparing [2022-03-14T15:01:28.948Z] 90c518195848: Preparing [2022-03-14T15:01:28.948Z] 3cb14862a440: Preparing [2022-03-14T15:01:28.948Z] b6a2df51a807: Preparing [2022-03-14T15:01:28.948Z] 17df49b6bc5b: Preparing [2022-03-14T15:01:28.948Z] 75529cafe1ba: Preparing [2022-03-14T15:01:28.948Z] 3cb14862a440: Waiting [2022-03-14T15:01:28.948Z] b6a2df51a807: Waiting [2022-03-14T15:01:28.948Z] b5f5861a3547: Preparing [2022-03-14T15:01:28.948Z] 1a058d5342cc: Preparing [2022-03-14T15:01:28.948Z] b5f5861a3547: Waiting [2022-03-14T15:01:28.948Z] 1a058d5342cc: Waiting [2022-03-14T15:01:28.948Z] dd64c776605c: Layer already exists [2022-03-14T15:01:28.948Z] 19a3ea21fb46: Layer already exists [2022-03-14T15:01:28.948Z] 90c518195848: Layer already exists [2022-03-14T15:01:28.948Z] 286c8d138d0a: Layer already exists [2022-03-14T15:01:28.948Z] a819ec7b7c3b: Layer already exists [2022-03-14T15:01:28.948Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:28.948Z] 17df49b6bc5b: Layer already exists [2022-03-14T15:01:28.948Z] b5f5861a3547: Layer already exists [2022-03-14T15:01:28.948Z] b6a2df51a807: Layer already exists [2022-03-14T15:01:28.948Z] 75529cafe1ba: Layer already exists [2022-03-14T15:01:28.948Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:28.948Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:29.244Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:29.539Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-03-14T15:01:29.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-14T15:01:29.539Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:29.539Z] a819ec7b7c3b: Preparing [2022-03-14T15:01:29.539Z] 19a3ea21fb46: Preparing [2022-03-14T15:01:29.539Z] dd64c776605c: Preparing [2022-03-14T15:01:29.539Z] 286c8d138d0a: Preparing [2022-03-14T15:01:29.539Z] 90c518195848: Preparing [2022-03-14T15:01:29.539Z] 3cb14862a440: Preparing [2022-03-14T15:01:29.539Z] b6a2df51a807: Preparing [2022-03-14T15:01:29.539Z] 17df49b6bc5b: Preparing [2022-03-14T15:01:29.539Z] 75529cafe1ba: Preparing [2022-03-14T15:01:29.539Z] b5f5861a3547: Preparing [2022-03-14T15:01:29.539Z] 1a058d5342cc: Preparing [2022-03-14T15:01:29.539Z] b6a2df51a807: Waiting [2022-03-14T15:01:29.539Z] 3cb14862a440: Waiting [2022-03-14T15:01:29.539Z] 17df49b6bc5b: Waiting [2022-03-14T15:01:29.539Z] 75529cafe1ba: Waiting [2022-03-14T15:01:29.539Z] 1a058d5342cc: Waiting [2022-03-14T15:01:29.539Z] b5f5861a3547: Waiting [2022-03-14T15:01:29.539Z] 19a3ea21fb46: Layer already exists [2022-03-14T15:01:29.539Z] a819ec7b7c3b: Layer already exists [2022-03-14T15:01:29.539Z] dd64c776605c: Layer already exists [2022-03-14T15:01:29.539Z] 286c8d138d0a: Layer already exists [2022-03-14T15:01:29.539Z] 90c518195848: Layer already exists [2022-03-14T15:01:29.539Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:29.539Z] b5f5861a3547: Layer already exists [2022-03-14T15:01:29.539Z] b6a2df51a807: Layer already exists [2022-03-14T15:01:29.539Z] 17df49b6bc5b: Layer already exists [2022-03-14T15:01:29.539Z] 75529cafe1ba: Layer already exists [2022-03-14T15:01:29.539Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:29.539Z] main: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:29.571Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:29.580Z] taggedImages: [2022-03-14T15:01:29.580Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:29.580Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-03-14T15:01:29.580Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.35 [2022-03-14T15:01:29.580Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:29.580Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-03-14T15:01:29.603Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-03-14T15:01:29.603Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:29.603Z] latest [2022-03-14T15:01:29.603Z] 2.2.0-dev.35 [2022-03-14T15:01:29.603Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:29.603Z] main [2022-03-14T15:01:29.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:29.984Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:30.320Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:30.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-14T15:01:30.320Z] 62112cf369c6: Preparing [2022-03-14T15:01:30.320Z] 80a4a8aee550: Preparing [2022-03-14T15:01:30.320Z] f452acf4474d: Preparing [2022-03-14T15:01:30.320Z] 9d39268a24cd: Preparing [2022-03-14T15:01:30.320Z] ad7e0e990991: Preparing [2022-03-14T15:01:30.320Z] 1a058d5342cc: Preparing [2022-03-14T15:01:30.320Z] 1a058d5342cc: Waiting [2022-03-14T15:01:30.320Z] f452acf4474d: Pushed [2022-03-14T15:01:30.320Z] 9d39268a24cd: Pushed [2022-03-14T15:01:30.320Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:30.621Z] ad7e0e990991: Pushed [2022-03-14T15:01:31.637Z] 62112cf369c6: Pushed [2022-03-14T15:01:31.637Z] 80a4a8aee550: Pushed [2022-03-14T15:01:31.637Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:31.927Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:32.218Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-03-14T15:01:32.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-14T15:01:32.218Z] 62112cf369c6: Preparing [2022-03-14T15:01:32.218Z] 80a4a8aee550: Preparing [2022-03-14T15:01:32.218Z] f452acf4474d: Preparing [2022-03-14T15:01:32.218Z] 9d39268a24cd: Preparing [2022-03-14T15:01:32.218Z] ad7e0e990991: Preparing [2022-03-14T15:01:32.218Z] 1a058d5342cc: Preparing [2022-03-14T15:01:32.218Z] 1a058d5342cc: Waiting [2022-03-14T15:01:32.218Z] f452acf4474d: Layer already exists [2022-03-14T15:01:32.218Z] 80a4a8aee550: Layer already exists [2022-03-14T15:01:32.218Z] 62112cf369c6: Layer already exists [2022-03-14T15:01:32.218Z] 9d39268a24cd: Layer already exists [2022-03-14T15:01:32.218Z] ad7e0e990991: Layer already exists [2022-03-14T15:01:32.218Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:32.218Z] latest: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:32.514Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:32.803Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.35 [2022-03-14T15:01:32.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-14T15:01:32.803Z] 62112cf369c6: Preparing [2022-03-14T15:01:32.803Z] 80a4a8aee550: Preparing [2022-03-14T15:01:32.803Z] f452acf4474d: Preparing [2022-03-14T15:01:32.803Z] 9d39268a24cd: Preparing [2022-03-14T15:01:32.803Z] ad7e0e990991: Preparing [2022-03-14T15:01:32.803Z] 1a058d5342cc: Preparing [2022-03-14T15:01:32.803Z] 9d39268a24cd: Layer already exists [2022-03-14T15:01:32.803Z] 80a4a8aee550: Layer already exists [2022-03-14T15:01:32.803Z] f452acf4474d: Layer already exists [2022-03-14T15:01:32.803Z] ad7e0e990991: Layer already exists [2022-03-14T15:01:32.803Z] 62112cf369c6: Layer already exists [2022-03-14T15:01:32.803Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:32.803Z] 2.2.0-dev.35: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:33.101Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:33.398Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:33.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-14T15:01:33.398Z] 62112cf369c6: Preparing [2022-03-14T15:01:33.398Z] 80a4a8aee550: Preparing [2022-03-14T15:01:33.398Z] f452acf4474d: Preparing [2022-03-14T15:01:33.398Z] 9d39268a24cd: Preparing [2022-03-14T15:01:33.398Z] ad7e0e990991: Preparing [2022-03-14T15:01:33.398Z] 1a058d5342cc: Preparing [2022-03-14T15:01:33.398Z] 1a058d5342cc: Waiting [2022-03-14T15:01:33.398Z] 62112cf369c6: Layer already exists [2022-03-14T15:01:33.398Z] ad7e0e990991: Layer already exists [2022-03-14T15:01:33.398Z] 9d39268a24cd: Layer already exists [2022-03-14T15:01:33.398Z] 80a4a8aee550: Layer already exists [2022-03-14T15:01:33.398Z] f452acf4474d: Layer already exists [2022-03-14T15:01:33.398Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:33.398Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:33.697Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:33.988Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-03-14T15:01:33.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-14T15:01:33.988Z] 62112cf369c6: Preparing [2022-03-14T15:01:33.988Z] 80a4a8aee550: Preparing [2022-03-14T15:01:33.988Z] f452acf4474d: Preparing [2022-03-14T15:01:33.988Z] 9d39268a24cd: Preparing [2022-03-14T15:01:33.988Z] ad7e0e990991: Preparing [2022-03-14T15:01:33.988Z] 1a058d5342cc: Preparing [2022-03-14T15:01:33.988Z] 1a058d5342cc: Waiting [2022-03-14T15:01:33.988Z] 80a4a8aee550: Layer already exists [2022-03-14T15:01:33.988Z] f452acf4474d: Layer already exists [2022-03-14T15:01:33.988Z] 62112cf369c6: Layer already exists [2022-03-14T15:01:33.988Z] ad7e0e990991: Layer already exists [2022-03-14T15:01:33.988Z] 9d39268a24cd: Layer already exists [2022-03-14T15:01:33.988Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:33.988Z] main: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:34.021Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:34.031Z] taggedImages: [2022-03-14T15:01:34.031Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:34.031Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-03-14T15:01:34.031Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.35 [2022-03-14T15:01:34.031Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:34.031Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-03-14T15:01:34.053Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-03-14T15:01:34.054Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:34.054Z] latest [2022-03-14T15:01:34.054Z] 2.2.0-dev.35 [2022-03-14T15:01:34.054Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:34.054Z] main [2022-03-14T15:01:34.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:34.269Z] Avoid second fetch [2022-03-14T15:01:34.270Z] Checking out Revision fbf009a3584204b1f7152455677e8e4d1b9535fc (main) [2022-03-14T15:01:34.375Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:34.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-14T15:01:34.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-14T15:01:34.293Z] > git config core.sparsecheckout # timeout=10 [2022-03-14T15:01:34.309Z] > git checkout -f fbf009a3584204b1f7152455677e8e4d1b9535fc # timeout=10 [2022-03-14T15:01:34.665Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:34.666Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-14T15:01:34.666Z] 2a53e864a886: Preparing [2022-03-14T15:01:34.666Z] 5ff047254246: Preparing [2022-03-14T15:01:34.666Z] b20a7b74020a: Preparing [2022-03-14T15:01:34.666Z] f8923a9b09ba: Preparing [2022-03-14T15:01:34.666Z] 2c321b32b237: Preparing [2022-03-14T15:01:34.666Z] 525a8e617e28: Preparing [2022-03-14T15:01:34.666Z] 79afcca44fcc: Preparing [2022-03-14T15:01:34.666Z] b883bd167a38: Preparing [2022-03-14T15:01:34.666Z] 6d5129f16afc: Preparing [2022-03-14T15:01:34.666Z] 1a058d5342cc: Preparing [2022-03-14T15:01:34.666Z] b883bd167a38: Waiting [2022-03-14T15:01:34.666Z] 79afcca44fcc: Waiting [2022-03-14T15:01:34.666Z] 6d5129f16afc: Waiting [2022-03-14T15:01:34.666Z] 525a8e617e28: Waiting [2022-03-14T15:01:34.666Z] 2a53e864a886: Pushed [2022-03-14T15:01:34.666Z] 5ff047254246: Pushed [2022-03-14T15:01:34.666Z] 2c321b32b237: Pushed [2022-03-14T15:01:34.925Z] 525a8e617e28: Pushed [2022-03-14T15:01:34.925Z] 79afcca44fcc: Pushed [2022-03-14T15:01:34.925Z] b883bd167a38: Pushed [2022-03-14T15:01:34.925Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:34.925Z] 6d5129f16afc: Pushed [2022-03-14T15:01:35.864Z] f8923a9b09ba: Pushed [2022-03-14T15:01:36.124Z] b20a7b74020a: Pushed [2022-03-14T15:01:36.124Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:36.423Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:36.711Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-03-14T15:01:36.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-14T15:01:36.711Z] 2a53e864a886: Preparing [2022-03-14T15:01:36.711Z] 5ff047254246: Preparing [2022-03-14T15:01:36.711Z] b20a7b74020a: Preparing [2022-03-14T15:01:36.711Z] f8923a9b09ba: Preparing [2022-03-14T15:01:36.711Z] 2c321b32b237: Preparing [2022-03-14T15:01:36.711Z] 525a8e617e28: Preparing [2022-03-14T15:01:36.711Z] 79afcca44fcc: Preparing [2022-03-14T15:01:36.711Z] b883bd167a38: Preparing [2022-03-14T15:01:36.711Z] 6d5129f16afc: Preparing [2022-03-14T15:01:36.711Z] 1a058d5342cc: Preparing [2022-03-14T15:01:36.711Z] 525a8e617e28: Waiting [2022-03-14T15:01:36.711Z] 6d5129f16afc: Waiting [2022-03-14T15:01:36.711Z] 79afcca44fcc: Waiting [2022-03-14T15:01:36.711Z] b883bd167a38: Waiting [2022-03-14T15:01:36.711Z] 1a058d5342cc: Waiting [2022-03-14T15:01:36.711Z] 2a53e864a886: Layer already exists [2022-03-14T15:01:36.711Z] f8923a9b09ba: Layer already exists [2022-03-14T15:01:36.711Z] 2c321b32b237: Layer already exists [2022-03-14T15:01:36.711Z] b20a7b74020a: Layer already exists [2022-03-14T15:01:36.711Z] 5ff047254246: Layer already exists [2022-03-14T15:01:36.711Z] 525a8e617e28: Layer already exists [2022-03-14T15:01:36.711Z] b883bd167a38: Layer already exists [2022-03-14T15:01:36.711Z] 79afcca44fcc: Layer already exists [2022-03-14T15:01:36.711Z] 6d5129f16afc: Layer already exists [2022-03-14T15:01:36.711Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:36.711Z] latest: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:37.008Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:37.298Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.35 [2022-03-14T15:01:37.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-14T15:01:37.298Z] 2a53e864a886: Preparing [2022-03-14T15:01:37.298Z] 5ff047254246: Preparing [2022-03-14T15:01:37.298Z] b20a7b74020a: Preparing [2022-03-14T15:01:37.298Z] f8923a9b09ba: Preparing [2022-03-14T15:01:37.298Z] 2c321b32b237: Preparing [2022-03-14T15:01:37.298Z] 525a8e617e28: Preparing [2022-03-14T15:01:37.298Z] 79afcca44fcc: Preparing [2022-03-14T15:01:37.298Z] b883bd167a38: Preparing [2022-03-14T15:01:37.298Z] 6d5129f16afc: Preparing [2022-03-14T15:01:37.298Z] 1a058d5342cc: Preparing [2022-03-14T15:01:37.298Z] 79afcca44fcc: Waiting [2022-03-14T15:01:37.298Z] b883bd167a38: Waiting [2022-03-14T15:01:37.298Z] 6d5129f16afc: Waiting [2022-03-14T15:01:37.298Z] 525a8e617e28: Waiting [2022-03-14T15:01:37.298Z] 1a058d5342cc: Waiting [2022-03-14T15:01:37.298Z] f8923a9b09ba: Layer already exists [2022-03-14T15:01:37.298Z] b20a7b74020a: Layer already exists [2022-03-14T15:01:37.298Z] 2c321b32b237: Layer already exists [2022-03-14T15:01:37.298Z] 5ff047254246: Layer already exists [2022-03-14T15:01:37.298Z] 2a53e864a886: Layer already exists [2022-03-14T15:01:37.298Z] 525a8e617e28: Layer already exists [2022-03-14T15:01:37.298Z] 79afcca44fcc: Layer already exists [2022-03-14T15:01:37.298Z] b883bd167a38: Layer already exists [2022-03-14T15:01:37.298Z] 6d5129f16afc: Layer already exists [2022-03-14T15:01:37.298Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:37.298Z] 2.2.0-dev.35: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:37.590Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:37.881Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:37.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-14T15:01:37.881Z] 2a53e864a886: Preparing [2022-03-14T15:01:37.881Z] 5ff047254246: Preparing [2022-03-14T15:01:37.881Z] b20a7b74020a: Preparing [2022-03-14T15:01:37.881Z] f8923a9b09ba: Preparing [2022-03-14T15:01:37.881Z] 2c321b32b237: Preparing [2022-03-14T15:01:37.881Z] 525a8e617e28: Preparing [2022-03-14T15:01:37.881Z] 79afcca44fcc: Preparing [2022-03-14T15:01:37.881Z] b883bd167a38: Preparing [2022-03-14T15:01:37.881Z] 6d5129f16afc: Preparing [2022-03-14T15:01:37.881Z] 1a058d5342cc: Preparing [2022-03-14T15:01:37.881Z] 525a8e617e28: Waiting [2022-03-14T15:01:37.881Z] 79afcca44fcc: Waiting [2022-03-14T15:01:37.881Z] b883bd167a38: Waiting [2022-03-14T15:01:37.881Z] 6d5129f16afc: Waiting [2022-03-14T15:01:37.881Z] 1a058d5342cc: Waiting [2022-03-14T15:01:37.881Z] f8923a9b09ba: Layer already exists [2022-03-14T15:01:37.881Z] 2a53e864a886: Layer already exists [2022-03-14T15:01:37.881Z] b20a7b74020a: Layer already exists [2022-03-14T15:01:37.881Z] 5ff047254246: Layer already exists [2022-03-14T15:01:37.881Z] 2c321b32b237: Layer already exists [2022-03-14T15:01:37.881Z] 79afcca44fcc: Layer already exists [2022-03-14T15:01:37.881Z] 525a8e617e28: Layer already exists [2022-03-14T15:01:37.881Z] b883bd167a38: Layer already exists [2022-03-14T15:01:37.881Z] 6d5129f16afc: Layer already exists [2022-03-14T15:01:37.881Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:37.881Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:38.177Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:38.472Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-03-14T15:01:38.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-14T15:01:38.472Z] 2a53e864a886: Preparing [2022-03-14T15:01:38.472Z] 5ff047254246: Preparing [2022-03-14T15:01:38.472Z] b20a7b74020a: Preparing [2022-03-14T15:01:38.472Z] f8923a9b09ba: Preparing [2022-03-14T15:01:38.472Z] 2c321b32b237: Preparing [2022-03-14T15:01:38.472Z] 525a8e617e28: Preparing [2022-03-14T15:01:38.472Z] 79afcca44fcc: Preparing [2022-03-14T15:01:38.472Z] b883bd167a38: Preparing [2022-03-14T15:01:38.472Z] 6d5129f16afc: Preparing [2022-03-14T15:01:38.472Z] 1a058d5342cc: Preparing [2022-03-14T15:01:38.472Z] b883bd167a38: Waiting [2022-03-14T15:01:38.472Z] 6d5129f16afc: Waiting [2022-03-14T15:01:38.472Z] 1a058d5342cc: Waiting [2022-03-14T15:01:38.472Z] 525a8e617e28: Waiting [2022-03-14T15:01:38.472Z] 79afcca44fcc: Waiting [2022-03-14T15:01:38.472Z] 2a53e864a886: Layer already exists [2022-03-14T15:01:38.472Z] 2c321b32b237: Layer already exists [2022-03-14T15:01:38.472Z] f8923a9b09ba: Layer already exists [2022-03-14T15:01:38.472Z] b20a7b74020a: Layer already exists [2022-03-14T15:01:38.472Z] 5ff047254246: Layer already exists [2022-03-14T15:01:38.472Z] 525a8e617e28: Layer already exists [2022-03-14T15:01:38.472Z] 79afcca44fcc: Layer already exists [2022-03-14T15:01:38.472Z] b883bd167a38: Layer already exists [2022-03-14T15:01:38.472Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:38.472Z] 6d5129f16afc: Layer already exists [2022-03-14T15:01:38.472Z] main: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:38.506Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:38.515Z] taggedImages: [2022-03-14T15:01:38.515Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:38.515Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-03-14T15:01:38.515Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.35 [2022-03-14T15:01:38.515Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:38.515Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-03-14T15:01:38.539Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-03-14T15:01:38.539Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:38.539Z] latest [2022-03-14T15:01:38.539Z] 2.2.0-dev.35 [2022-03-14T15:01:38.539Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:38.539Z] main [2022-03-14T15:01:38.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:38.630Z] Commit message: "build(snap): upgrade kuiper to 1.4.3 (#3895)" [2022-03-14T15:01:38.851Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-14T15:01:39.143Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:39.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-14T15:01:39.143Z] 02ce699c21b2: Preparing [2022-03-14T15:01:39.143Z] ec6877238c45: Preparing [2022-03-14T15:01:39.143Z] 3cb14862a440: Preparing [2022-03-14T15:01:39.143Z] c0870c46236f: Preparing [2022-03-14T15:01:39.143Z] 1a058d5342cc: Preparing [2022-03-14T15:01:39.143Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:39.143Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:39.143Z] 02ce699c21b2: Pushed [2022-03-14T15:01:39.143Z] c0870c46236f: Pushed [2022-03-14T15:01:39.624Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-14T15:01:39.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:01:39.624Z] Dload Upload Total Spent Left Speed [2022-03-14T15:01:39.624Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 222k 0 --:--:-- --:--:-- --:--:-- 222k [Pipeline] sh [2022-03-14T15:01:40.144Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-14T15:01:40.497Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-14T15:01:40.497Z] + sudo tee /etc/docker/daemon.new [2022-03-14T15:01:40.497Z] { [2022-03-14T15:01:40.497Z] "registry-mirrors": [ [2022-03-14T15:01:40.497Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-14T15:01:40.497Z] ], [2022-03-14T15:01:40.497Z] "bip": "10.250.0.254/24", [2022-03-14T15:01:40.497Z] "hosts": [ [2022-03-14T15:01:40.497Z] "tcp://0.0.0.0:5555", [2022-03-14T15:01:40.497Z] "unix:///var/run/docker.sock" [2022-03-14T15:01:40.497Z] ], [2022-03-14T15:01:40.497Z] "mtu": 1458, [2022-03-14T15:01:40.497Z] "selinux-enabled": true, [2022-03-14T15:01:40.497Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-14T15:01:40.497Z] } [Pipeline] sh [2022-03-14T15:01:40.525Z] ec6877238c45: Pushed [2022-03-14T15:01:40.525Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:40.851Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-14T15:01:40.884Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:41.203Z] + sudo service docker restart [2022-03-14T15:01:41.227Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-03-14T15:01:41.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-14T15:01:41.227Z] 02ce699c21b2: Preparing [2022-03-14T15:01:41.227Z] ec6877238c45: Preparing [2022-03-14T15:01:41.227Z] 3cb14862a440: Preparing [2022-03-14T15:01:41.227Z] c0870c46236f: Preparing [2022-03-14T15:01:41.227Z] 1a058d5342cc: Preparing [2022-03-14T15:01:41.227Z] c0870c46236f: Layer already exists [2022-03-14T15:01:41.227Z] ec6877238c45: Layer already exists [2022-03-14T15:01:41.227Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:41.227Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:41.227Z] 02ce699c21b2: Layer already exists [2022-03-14T15:01:41.227Z] latest: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:41.528Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:41.822Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.35 [2022-03-14T15:01:41.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-14T15:01:41.823Z] 02ce699c21b2: Preparing [2022-03-14T15:01:41.823Z] ec6877238c45: Preparing [2022-03-14T15:01:41.823Z] 3cb14862a440: Preparing [2022-03-14T15:01:41.823Z] c0870c46236f: Preparing [2022-03-14T15:01:41.823Z] 1a058d5342cc: Preparing [2022-03-14T15:01:41.823Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:41.823Z] ec6877238c45: Layer already exists [2022-03-14T15:01:41.823Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:41.823Z] c0870c46236f: Layer already exists [2022-03-14T15:01:41.823Z] 02ce699c21b2: Layer already exists [2022-03-14T15:01:41.823Z] 2.2.0-dev.35: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:42.124Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:42.418Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:42.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-14T15:01:42.418Z] 02ce699c21b2: Preparing [2022-03-14T15:01:42.418Z] ec6877238c45: Preparing [2022-03-14T15:01:42.418Z] 3cb14862a440: Preparing [2022-03-14T15:01:42.418Z] c0870c46236f: Preparing [2022-03-14T15:01:42.418Z] 1a058d5342cc: Preparing [2022-03-14T15:01:42.418Z] c0870c46236f: Layer already exists [2022-03-14T15:01:42.418Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:42.418Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:42.418Z] ec6877238c45: Layer already exists [2022-03-14T15:01:42.418Z] 02ce699c21b2: Layer already exists [2022-03-14T15:01:42.418Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:42.717Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:43.007Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-03-14T15:01:43.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-14T15:01:43.008Z] 02ce699c21b2: Preparing [2022-03-14T15:01:43.008Z] ec6877238c45: Preparing [2022-03-14T15:01:43.008Z] 3cb14862a440: Preparing [2022-03-14T15:01:43.008Z] c0870c46236f: Preparing [2022-03-14T15:01:43.008Z] 1a058d5342cc: Preparing [2022-03-14T15:01:43.008Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:43.008Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:43.008Z] ec6877238c45: Layer already exists [2022-03-14T15:01:43.008Z] c0870c46236f: Layer already exists [2022-03-14T15:01:43.008Z] 02ce699c21b2: Layer already exists [2022-03-14T15:01:43.008Z] main: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:43.041Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:43.050Z] taggedImages: [2022-03-14T15:01:43.050Z] - nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:43.050Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-03-14T15:01:43.050Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.35 [2022-03-14T15:01:43.050Z] - nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:43.050Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-03-14T15:01:43.071Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-03-14T15:01:43.071Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:43.071Z] latest [2022-03-14T15:01:43.071Z] 2.2.0-dev.35 [2022-03-14T15:01:43.071Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:43.071Z] main [2022-03-14T15:01:43.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:43.388Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:43.677Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:43.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-14T15:01:43.677Z] 68cd7cec9f47: Preparing [2022-03-14T15:01:43.677Z] 6f16d89cb785: Preparing [2022-03-14T15:01:43.677Z] 3cb14862a440: Preparing [2022-03-14T15:01:43.677Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:43.677Z] 1a058d5342cc: Preparing [2022-03-14T15:01:43.677Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:43.677Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:43.677Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:43.677Z] 68cd7cec9f47: Pushed [2022-03-14T15:01:45.056Z] 6f16d89cb785: Pushed [2022-03-14T15:01:45.056Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:45.349Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:45.646Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-03-14T15:01:45.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-14T15:01:45.646Z] 68cd7cec9f47: Preparing [2022-03-14T15:01:45.646Z] 6f16d89cb785: Preparing [2022-03-14T15:01:45.646Z] 3cb14862a440: Preparing [2022-03-14T15:01:45.646Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:45.646Z] 1a058d5342cc: Preparing [2022-03-14T15:01:45.646Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:45.646Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:45.646Z] 68cd7cec9f47: Layer already exists [2022-03-14T15:01:45.646Z] 6f16d89cb785: Layer already exists [2022-03-14T15:01:45.646Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:45.646Z] latest: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:45.943Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:46.236Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.35 [2022-03-14T15:01:46.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-14T15:01:46.237Z] 68cd7cec9f47: Preparing [2022-03-14T15:01:46.237Z] 6f16d89cb785: Preparing [2022-03-14T15:01:46.237Z] 3cb14862a440: Preparing [2022-03-14T15:01:46.237Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:46.237Z] 1a058d5342cc: Preparing [2022-03-14T15:01:46.237Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:46.237Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:46.237Z] 68cd7cec9f47: Layer already exists [2022-03-14T15:01:46.237Z] 6f16d89cb785: Layer already exists [2022-03-14T15:01:46.237Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:46.237Z] 2.2.0-dev.35: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:46.533Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:46.824Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:46.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-14T15:01:46.824Z] 68cd7cec9f47: Preparing [2022-03-14T15:01:46.824Z] 6f16d89cb785: Preparing [2022-03-14T15:01:46.824Z] 3cb14862a440: Preparing [2022-03-14T15:01:46.824Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:46.824Z] 1a058d5342cc: Preparing [2022-03-14T15:01:46.824Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:46.824Z] 6f16d89cb785: Layer already exists [2022-03-14T15:01:46.824Z] 68cd7cec9f47: Layer already exists [2022-03-14T15:01:46.824Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:46.824Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:46.824Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:47.124Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:47.415Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-03-14T15:01:47.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-14T15:01:47.416Z] 68cd7cec9f47: Preparing [2022-03-14T15:01:47.416Z] 6f16d89cb785: Preparing [2022-03-14T15:01:47.416Z] 3cb14862a440: Preparing [2022-03-14T15:01:47.416Z] 6649aacd3e5f: Preparing [2022-03-14T15:01:47.416Z] 1a058d5342cc: Preparing [2022-03-14T15:01:47.416Z] 68cd7cec9f47: Layer already exists [2022-03-14T15:01:47.416Z] 3cb14862a440: Layer already exists [2022-03-14T15:01:47.416Z] 6649aacd3e5f: Layer already exists [2022-03-14T15:01:47.416Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:47.416Z] 6f16d89cb785: Layer already exists [2022-03-14T15:01:47.416Z] main: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:47.466Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:47.475Z] taggedImages: [2022-03-14T15:01:47.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:47.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-03-14T15:01:47.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.35 [2022-03-14T15:01:47.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:47.475Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-03-14T15:01:47.503Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-03-14T15:01:47.503Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:47.503Z] latest [2022-03-14T15:01:47.503Z] 2.2.0-dev.35 [2022-03-14T15:01:47.503Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:47.503Z] main [2022-03-14T15:01:47.503Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:47.825Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:48.115Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:48.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-14T15:01:48.115Z] 52f234f36bcc: Preparing [2022-03-14T15:01:48.115Z] ac96a4468e87: Preparing [2022-03-14T15:01:48.115Z] 8d09226dceea: Preparing [2022-03-14T15:01:48.115Z] 1435ef0dfd5a: Preparing [2022-03-14T15:01:48.115Z] 4b4527d9d361: Preparing [2022-03-14T15:01:48.115Z] 0419e16943bb: Preparing [2022-03-14T15:01:48.115Z] 2bc6eda7d6fe: Preparing [2022-03-14T15:01:48.115Z] 38c686747f67: Preparing [2022-03-14T15:01:48.115Z] 698317193ef4: Preparing [2022-03-14T15:01:48.115Z] 3de006b0ad1b: Preparing [2022-03-14T15:01:48.115Z] 1a058d5342cc: Preparing [2022-03-14T15:01:48.115Z] 38c686747f67: Waiting [2022-03-14T15:01:48.115Z] 3de006b0ad1b: Waiting [2022-03-14T15:01:48.115Z] 698317193ef4: Waiting [2022-03-14T15:01:48.115Z] 2bc6eda7d6fe: Waiting [2022-03-14T15:01:48.115Z] 1a058d5342cc: Waiting [2022-03-14T15:01:48.115Z] 0419e16943bb: Waiting [2022-03-14T15:01:48.115Z] 4b4527d9d361: Layer already exists [2022-03-14T15:01:48.115Z] 0419e16943bb: Layer already exists [2022-03-14T15:01:48.115Z] 2bc6eda7d6fe: Layer already exists [2022-03-14T15:01:48.115Z] 38c686747f67: Layer already exists [2022-03-14T15:01:48.115Z] ac96a4468e87: Pushed [2022-03-14T15:01:48.115Z] 698317193ef4: Layer already exists [2022-03-14T15:01:48.115Z] 3de006b0ad1b: Layer already exists [2022-03-14T15:01:48.115Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:48.375Z] 52f234f36bcc: Pushed [2022-03-14T15:01:49.315Z] 8d09226dceea: Pushed [2022-03-14T15:01:55.896Z] 1435ef0dfd5a: Pushed [2022-03-14T15:01:55.897Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:56.195Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:56.486Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-03-14T15:01:56.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-14T15:01:56.486Z] 52f234f36bcc: Preparing [2022-03-14T15:01:56.486Z] ac96a4468e87: Preparing [2022-03-14T15:01:56.486Z] 8d09226dceea: Preparing [2022-03-14T15:01:56.486Z] 1435ef0dfd5a: Preparing [2022-03-14T15:01:56.486Z] 4b4527d9d361: Preparing [2022-03-14T15:01:56.486Z] 0419e16943bb: Preparing [2022-03-14T15:01:56.486Z] 2bc6eda7d6fe: Preparing [2022-03-14T15:01:56.486Z] 38c686747f67: Preparing [2022-03-14T15:01:56.486Z] 698317193ef4: Preparing [2022-03-14T15:01:56.486Z] 3de006b0ad1b: Preparing [2022-03-14T15:01:56.486Z] 1a058d5342cc: Preparing [2022-03-14T15:01:56.486Z] 0419e16943bb: Waiting [2022-03-14T15:01:56.486Z] 2bc6eda7d6fe: Waiting [2022-03-14T15:01:56.486Z] 698317193ef4: Waiting [2022-03-14T15:01:56.486Z] 3de006b0ad1b: Waiting [2022-03-14T15:01:56.486Z] 1a058d5342cc: Waiting [2022-03-14T15:01:56.486Z] ac96a4468e87: Layer already exists [2022-03-14T15:01:56.486Z] 52f234f36bcc: Layer already exists [2022-03-14T15:01:56.486Z] 1435ef0dfd5a: Layer already exists [2022-03-14T15:01:56.486Z] 4b4527d9d361: Layer already exists [2022-03-14T15:01:56.486Z] 8d09226dceea: Layer already exists [2022-03-14T15:01:56.486Z] 0419e16943bb: Layer already exists [2022-03-14T15:01:56.486Z] 38c686747f67: Layer already exists [2022-03-14T15:01:56.486Z] 698317193ef4: Layer already exists [2022-03-14T15:01:56.486Z] 2bc6eda7d6fe: Layer already exists [2022-03-14T15:01:56.486Z] 3de006b0ad1b: Layer already exists [2022-03-14T15:01:56.486Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:56.486Z] latest: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:56.782Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:57.071Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.35 [2022-03-14T15:01:57.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-14T15:01:57.071Z] 52f234f36bcc: Preparing [2022-03-14T15:01:57.071Z] ac96a4468e87: Preparing [2022-03-14T15:01:57.071Z] 8d09226dceea: Preparing [2022-03-14T15:01:57.071Z] 1435ef0dfd5a: Preparing [2022-03-14T15:01:57.071Z] 4b4527d9d361: Preparing [2022-03-14T15:01:57.071Z] 0419e16943bb: Preparing [2022-03-14T15:01:57.071Z] 2bc6eda7d6fe: Preparing [2022-03-14T15:01:57.071Z] 38c686747f67: Preparing [2022-03-14T15:01:57.071Z] 698317193ef4: Preparing [2022-03-14T15:01:57.071Z] 3de006b0ad1b: Preparing [2022-03-14T15:01:57.071Z] 1a058d5342cc: Preparing [2022-03-14T15:01:57.071Z] 0419e16943bb: Waiting [2022-03-14T15:01:57.071Z] 38c686747f67: Waiting [2022-03-14T15:01:57.071Z] 2bc6eda7d6fe: Waiting [2022-03-14T15:01:57.071Z] 698317193ef4: Waiting [2022-03-14T15:01:57.071Z] 1a058d5342cc: Waiting [2022-03-14T15:01:57.071Z] 3de006b0ad1b: Waiting [2022-03-14T15:01:57.071Z] 4b4527d9d361: Layer already exists [2022-03-14T15:01:57.071Z] 8d09226dceea: Layer already exists [2022-03-14T15:01:57.071Z] ac96a4468e87: Layer already exists [2022-03-14T15:01:57.071Z] 1435ef0dfd5a: Layer already exists [2022-03-14T15:01:57.071Z] 52f234f36bcc: Layer already exists [2022-03-14T15:01:57.071Z] 698317193ef4: Layer already exists [2022-03-14T15:01:57.071Z] 0419e16943bb: Layer already exists [2022-03-14T15:01:57.071Z] 2bc6eda7d6fe: Layer already exists [2022-03-14T15:01:57.071Z] 38c686747f67: Layer already exists [2022-03-14T15:01:57.071Z] 3de006b0ad1b: Layer already exists [2022-03-14T15:01:57.071Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:57.071Z] 2.2.0-dev.35: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:57.365Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:57.654Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:57.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-14T15:01:57.654Z] 52f234f36bcc: Preparing [2022-03-14T15:01:57.654Z] ac96a4468e87: Preparing [2022-03-14T15:01:57.654Z] 8d09226dceea: Preparing [2022-03-14T15:01:57.654Z] 1435ef0dfd5a: Preparing [2022-03-14T15:01:57.654Z] 4b4527d9d361: Preparing [2022-03-14T15:01:57.654Z] 0419e16943bb: Preparing [2022-03-14T15:01:57.654Z] 2bc6eda7d6fe: Preparing [2022-03-14T15:01:57.654Z] 38c686747f67: Preparing [2022-03-14T15:01:57.654Z] 698317193ef4: Preparing [2022-03-14T15:01:57.654Z] 3de006b0ad1b: Preparing [2022-03-14T15:01:57.654Z] 1a058d5342cc: Preparing [2022-03-14T15:01:57.654Z] 2bc6eda7d6fe: Waiting [2022-03-14T15:01:57.654Z] 38c686747f67: Waiting [2022-03-14T15:01:57.654Z] 698317193ef4: Waiting [2022-03-14T15:01:57.654Z] 3de006b0ad1b: Waiting [2022-03-14T15:01:57.654Z] 0419e16943bb: Waiting [2022-03-14T15:01:57.654Z] 1a058d5342cc: Waiting [2022-03-14T15:01:57.654Z] 52f234f36bcc: Layer already exists [2022-03-14T15:01:57.654Z] ac96a4468e87: Layer already exists [2022-03-14T15:01:57.654Z] 4b4527d9d361: Layer already exists [2022-03-14T15:01:57.654Z] 8d09226dceea: Layer already exists [2022-03-14T15:01:57.654Z] 1435ef0dfd5a: Layer already exists [2022-03-14T15:01:57.654Z] 0419e16943bb: Layer already exists [2022-03-14T15:01:57.654Z] 2bc6eda7d6fe: Layer already exists [2022-03-14T15:01:57.654Z] 38c686747f67: Layer already exists [2022-03-14T15:01:57.654Z] 3de006b0ad1b: Layer already exists [2022-03-14T15:01:57.654Z] 698317193ef4: Layer already exists [2022-03-14T15:01:57.654Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:57.654Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:57.947Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:01:58.239Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-03-14T15:01:58.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-14T15:01:58.239Z] 52f234f36bcc: Preparing [2022-03-14T15:01:58.239Z] ac96a4468e87: Preparing [2022-03-14T15:01:58.239Z] 8d09226dceea: Preparing [2022-03-14T15:01:58.239Z] 1435ef0dfd5a: Preparing [2022-03-14T15:01:58.239Z] 4b4527d9d361: Preparing [2022-03-14T15:01:58.239Z] 0419e16943bb: Preparing [2022-03-14T15:01:58.239Z] 2bc6eda7d6fe: Preparing [2022-03-14T15:01:58.239Z] 38c686747f67: Preparing [2022-03-14T15:01:58.239Z] 698317193ef4: Preparing [2022-03-14T15:01:58.239Z] 3de006b0ad1b: Preparing [2022-03-14T15:01:58.239Z] 1a058d5342cc: Preparing [2022-03-14T15:01:58.239Z] 2bc6eda7d6fe: Waiting [2022-03-14T15:01:58.239Z] 38c686747f67: Waiting [2022-03-14T15:01:58.239Z] 698317193ef4: Waiting [2022-03-14T15:01:58.239Z] 0419e16943bb: Waiting [2022-03-14T15:01:58.239Z] 1a058d5342cc: Waiting [2022-03-14T15:01:58.239Z] ac96a4468e87: Layer already exists [2022-03-14T15:01:58.239Z] 52f234f36bcc: Layer already exists [2022-03-14T15:01:58.239Z] 1435ef0dfd5a: Layer already exists [2022-03-14T15:01:58.239Z] 8d09226dceea: Layer already exists [2022-03-14T15:01:58.239Z] 4b4527d9d361: Layer already exists [2022-03-14T15:01:58.239Z] 2bc6eda7d6fe: Layer already exists [2022-03-14T15:01:58.239Z] 698317193ef4: Layer already exists [2022-03-14T15:01:58.239Z] 3de006b0ad1b: Layer already exists [2022-03-14T15:01:58.239Z] 0419e16943bb: Layer already exists [2022-03-14T15:01:58.239Z] 38c686747f67: Layer already exists [2022-03-14T15:01:58.239Z] 1a058d5342cc: Layer already exists [2022-03-14T15:01:58.239Z] main: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:01:58.273Z] ===================================================== [Pipeline] echo [2022-03-14T15:01:58.282Z] taggedImages: [2022-03-14T15:01:58.282Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:01:58.282Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-03-14T15:01:58.282Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.35 [2022-03-14T15:01:58.282Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:01:58.282Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [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] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-14T15:01:59.617Z] provisioning config files... [2022-03-14T15:01:59.642Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config128121430374071563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:02:00.000Z] ---> docker-login.sh [2022-03-14T15:02:00.000Z] nexus3.edgexfoundry.org:10001 [2022-03-14T15:02:00.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:02:00.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:02:00.873Z] Configure a credential helper to remove this warning. See [2022-03-14T15:02:00.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:02:00.873Z] [2022-03-14T15:02:00.873Z] Login Succeeded [2022-03-14T15:02:00.873Z] nexus3.edgexfoundry.org:10002 [2022-03-14T15:02:01.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:02:01.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:02:01.151Z] Configure a credential helper to remove this warning. See [2022-03-14T15:02:01.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:02:01.151Z] [2022-03-14T15:02:01.151Z] Login Succeeded [2022-03-14T15:02:01.151Z] nexus3.edgexfoundry.org:10003 [2022-03-14T15:02:01.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:02:01.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:02:01.750Z] Configure a credential helper to remove this warning. See [2022-03-14T15:02:01.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:02:01.750Z] [2022-03-14T15:02:01.750Z] Login Succeeded [2022-03-14T15:02:01.750Z] nexus3.edgexfoundry.org:10004 [2022-03-14T15:02:02.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:02:02.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:02:02.301Z] Configure a credential helper to remove this warning. See [2022-03-14T15:02:02.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:02:02.301Z] [2022-03-14T15:02:02.301Z] Login Succeeded [2022-03-14T15:02:02.301Z] docker.io [2022-03-14T15:02:02.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:02:03.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:02:03.170Z] Configure a credential helper to remove this warning. See [2022-03-14T15:02:03.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:02:03.170Z] [2022-03-14T15:02:03.170Z] Login Succeeded [2022-03-14T15:02:03.170Z] ---> docker-login.sh ends [Pipeline] } [2022-03-14T15:02:03.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-14T15:02:03.686Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-14T15:02:03.698Z] ========================================================= [2022-03-14T15:02:03.698Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-14T15:02:03.698Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-14T15:02:04.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-14T15:02:04.315Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-14T15:02:04.315Z] 9b3977197b4f: Pulling fs layer [2022-03-14T15:02:04.315Z] 1a89e8eeedd5: Pulling fs layer [2022-03-14T15:02:04.315Z] 94645a83ff95: Pulling fs layer [2022-03-14T15:02:04.315Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-14T15:02:04.315Z] 0c92f367c5e7: Pulling fs layer [2022-03-14T15:02:04.315Z] f7c0051592d6: Pulling fs layer [2022-03-14T15:02:04.315Z] a227ed2f7395: Pulling fs layer [2022-03-14T15:02:04.315Z] 7b1c46037f91: Pulling fs layer [2022-03-14T15:02:04.315Z] 3f3a8bcf1eab: Waiting [2022-03-14T15:02:04.315Z] 0c92f367c5e7: Waiting [2022-03-14T15:02:04.315Z] f7c0051592d6: Waiting [2022-03-14T15:02:04.315Z] a227ed2f7395: Waiting [2022-03-14T15:02:04.315Z] 7b1c46037f91: Waiting [2022-03-14T15:02:04.315Z] 94645a83ff95: Download complete [2022-03-14T15:02:04.315Z] 1a89e8eeedd5: Download complete [2022-03-14T15:02:04.315Z] 0c92f367c5e7: Verifying Checksum [2022-03-14T15:02:04.315Z] 0c92f367c5e7: Download complete [2022-03-14T15:02:04.315Z] f7c0051592d6: Download complete [2022-03-14T15:02:04.315Z] 9b3977197b4f: Download complete [2022-03-14T15:02:04.315Z] a227ed2f7395: Verifying Checksum [2022-03-14T15:02:04.315Z] a227ed2f7395: Download complete [2022-03-14T15:02:05.317Z] 9b3977197b4f: Pull complete [2022-03-14T15:02:05.613Z] 1a89e8eeedd5: Pull complete [2022-03-14T15:02:05.889Z] 94645a83ff95: Pull complete [2022-03-14T15:02:06.499Z] 7b1c46037f91: Verifying Checksum [2022-03-14T15:02:06.499Z] 7b1c46037f91: Download complete [2022-03-14T15:02:07.096Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-14T15:02:07.096Z] 3f3a8bcf1eab: Download complete [2022-03-14T15:02:19.513Z] 3f3a8bcf1eab: Pull complete [2022-03-14T15:02:19.513Z] 0c92f367c5e7: Pull complete [2022-03-14T15:02:19.513Z] f7c0051592d6: Pull complete [2022-03-14T15:02:19.789Z] a227ed2f7395: Pull complete [2022-03-14T15:02:28.097Z] 7b1c46037f91: Pull complete [2022-03-14T15:02:28.097Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-14T15:02:28.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-14T15:02:28.097Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-14T15:02:28.449Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-14T15:02:28.449Z] WORKDIR /edgex [2022-03-14T15:02:28.449Z] COPY go.mod . [2022-03-14T15:02:28.449Z] RUN go mod download [2022-03-14T15:02:28.449Z] + docker build -t ci-base-image-arm64 -f - . [2022-03-14T15:02:31.076Z] Sending build context to Docker daemon 168.7MB [2022-03-14T15:02:31.076Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-14T15:02:31.076Z] ---> f79e39bc4007 [2022-03-14T15:02:31.076Z] Step 2/4 : WORKDIR /edgex [2022-03-14T15:02:31.677Z] ---> Running in 8065bfe245bd [2022-03-14T15:02:31.950Z] Removing intermediate container 8065bfe245bd [2022-03-14T15:02:31.950Z] ---> 159e25757454 [2022-03-14T15:02:31.950Z] Step 3/4 : COPY go.mod . [2022-03-14T15:02:32.549Z] ---> c455df35477c [2022-03-14T15:02:32.549Z] Step 4/4 : RUN go mod download [2022-03-14T15:02:32.549Z] ---> Running in e31c06acb832 [2022-03-14T15:03:54.407Z] Removing intermediate container e31c06acb832 [2022-03-14T15:03:54.407Z] ---> 5a0c5b67958c [2022-03-14T15:03:54.407Z] Successfully built 5a0c5b67958c [2022-03-14T15:03:54.407Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:03:54.758Z] + docker inspect -f . ci-base-image-arm64 [2022-03-14T15:03:54.758Z] . [Pipeline] withDockerContainer [2022-03-14T15:03:54.984Z] prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container [2022-03-14T15:03:55.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-14T15:03:56.405Z] $ docker top 5d2fae4a2547af31b5b9d8949c63d6d461c1496d70515ba98fa08ed41a55ad7d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T15:03:57.320Z] + go version [2022-03-14T15:03:57.320Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-14T15:03:57.348Z] $ docker stop --time=1 5d2fae4a2547af31b5b9d8949c63d6d461c1496d70515ba98fa08ed41a55ad7d [2022-03-14T15:03:58.996Z] $ docker rm -f 5d2fae4a2547af31b5b9d8949c63d6d461c1496d70515ba98fa08ed41a55ad7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:03:59.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-14T15:03:59.643Z] [2022-03-14T15:03:59.643Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:03:59.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-14T15:04:00.275Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-03-14T15:04:00.275Z] 29e5d40040c1: Pulling fs layer [2022-03-14T15:04:00.275Z] 1ce36da41761: Pulling fs layer [2022-03-14T15:04:00.275Z] 25b303627fd3: Pulling fs layer [2022-03-14T15:04:00.275Z] 29e5d40040c1: Verifying Checksum [2022-03-14T15:04:00.275Z] 29e5d40040c1: Download complete [2022-03-14T15:04:00.552Z] 1ce36da41761: Verifying Checksum [2022-03-14T15:04:00.552Z] 1ce36da41761: Download complete [2022-03-14T15:04:00.828Z] 29e5d40040c1: Pull complete [2022-03-14T15:04:02.271Z] 25b303627fd3: Verifying Checksum [2022-03-14T15:04:02.271Z] 1ce36da41761: Pull complete [2022-03-14T15:04:14.685Z] 25b303627fd3: Pull complete [2022-03-14T15:04:14.685Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-03-14T15:04:14.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-14T15:04:14.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-03-14T15:04:14.904Z] prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container [2022-03-14T15:04:14.987Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-14T15:04:17.210Z] $ docker top 3067de553c4372a8f5279d1436218d229deb1b7fef612941572e88ee05dbc2c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T15:04:18.132Z] + grep parallel [2022-03-14T15:04:18.132Z] + docker-compose build --help [2022-03-14T15:04:22.424Z] --parallel Build images in parallel. [Pipeline] } [2022-03-14T15:04:22.450Z] $ docker stop --time=1 3067de553c4372a8f5279d1436218d229deb1b7fef612941572e88ee05dbc2c8 [2022-03-14T15:04:24.145Z] $ docker rm -f 3067de553c4372a8f5279d1436218d229deb1b7fef612941572e88ee05dbc2c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:04:24.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-14T15:04:24.755Z] . [Pipeline] withDockerContainer [2022-03-14T15:04:24.978Z] prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container [2022-03-14T15:04:25.061Z] $ 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/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-14T15:04:26.408Z] $ docker top 9bb6f6fb20085570da82b433acb8e3d13dc073c7c098c1cdd79a1523f90c8575 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T15:04:27.352Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-14T15:04:31.657Z] Building core-command ... [2022-03-14T15:04:31.657Z] Building core-data ... [2022-03-14T15:04:31.657Z] Building core-metadata ... [2022-03-14T15:04:31.657Z] Building security-bootstrapper ... [2022-03-14T15:04:31.657Z] Building security-proxy-setup ... [2022-03-14T15:04:31.657Z] Building security-secretstore-setup ... [2022-03-14T15:04:31.657Z] Building support-notifications ... [2022-03-14T15:04:31.657Z] Building support-scheduler ... [2022-03-14T15:04:31.657Z] Building sys-mgmt-agent ... [2022-03-14T15:04:31.657Z] Building sys-mgmt-agent [2022-03-14T15:04:31.657Z] Building support-scheduler [2022-03-14T15:04:31.657Z] Building security-bootstrapper [2022-03-14T15:04:31.658Z] Building core-data [2022-03-14T15:04:31.658Z] Building support-notifications [2022-03-14T15:05:18.628Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:05:18.628Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:05:18.628Z] ---> 5a0c5b67958c [2022-03-14T15:05:18.628Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:05:18.628Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:05:18.628Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:05:18.628Z] ---> 5a0c5b67958c [2022-03-14T15:05:18.628Z] Step 3/31 : WORKDIR /edgex-go [2022-03-14T15:05:18.628Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:05:18.628Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:05:18.628Z] ---> 5a0c5b67958c [2022-03-14T15:05:18.628Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:05:18.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:05:18.628Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:05:18.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:05:18.628Z] ---> 5a0c5b67958c [2022-03-14T15:05:18.628Z] Step 3/22 : WORKDIR /edgex-go [2022-03-14T15:05:18.628Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:05:18.628Z] ---> 5a0c5b67958c [2022-03-14T15:05:18.628Z] Step 3/22 : WORKDIR /edgex-go [2022-03-14T15:05:18.906Z] ---> Running in fa26efee24ea [2022-03-14T15:05:18.906Z] ---> Running in 9f42eec26e10 [2022-03-14T15:05:18.906Z] ---> Running in 2fb49ce3c2e7 [2022-03-14T15:05:18.906Z] ---> Running in 7af74ccb646f [2022-03-14T15:05:18.906Z] ---> Running in aea2dcc623ee [2022-03-14T15:05:19.507Z] Removing intermediate container 7af74ccb646f [2022-03-14T15:05:19.507Z] ---> d1dd2086c88e [2022-03-14T15:05:19.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:05:19.507Z] ---> Running in bc73f01b8aca [2022-03-14T15:05:19.809Z] Removing intermediate container fa26efee24ea [2022-03-14T15:05:19.809Z] ---> 1c9751e1f3f3 [2022-03-14T15:05:19.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:05:19.809Z] Removing intermediate container aea2dcc623ee [2022-03-14T15:05:19.809Z] ---> d19215abf2d0 [2022-03-14T15:05:19.809Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:05:19.809Z] Removing intermediate container 9f42eec26e10 [2022-03-14T15:05:19.809Z] ---> 7621301968ca [2022-03-14T15:05:19.809Z] Removing intermediate container 2fb49ce3c2e7 [2022-03-14T15:05:19.809Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:05:19.809Z] ---> 66fd9b198252 [2022-03-14T15:05:19.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:05:19.809Z] ---> Running in f05eefd760da [2022-03-14T15:05:20.103Z] ---> Running in 63579163743d [2022-03-14T15:05:20.103Z] ---> Running in a41aab33b6d1 [2022-03-14T15:05:20.103Z] ---> Running in 1e6bcdfb916b [2022-03-14T15:05:23.540Z] Removing intermediate container bc73f01b8aca [2022-03-14T15:05:23.541Z] ---> 9785540211fb [2022-03-14T15:05:23.541Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-14T15:05:23.541Z] ---> Running in 010ded802242 [2022-03-14T15:05:23.541Z] Removing intermediate container f05eefd760da [2022-03-14T15:05:23.541Z] ---> a9c5b4a65c0b [2022-03-14T15:05:23.541Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-14T15:05:23.541Z] ---> Running in 8b9bf51db0a7 [2022-03-14T15:05:23.827Z] Removing intermediate container 63579163743d [2022-03-14T15:05:23.827Z] ---> d20032aeea2d [2022-03-14T15:05:23.827Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-14T15:05:24.112Z] ---> Running in e21e95a5b8be [2022-03-14T15:05:24.395Z] Removing intermediate container a41aab33b6d1 [2022-03-14T15:05:24.395Z] ---> 63dfa07ee648 [2022-03-14T15:05:24.395Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-14T15:05:24.671Z] Removing intermediate container 1e6bcdfb916b [2022-03-14T15:05:24.671Z] ---> 2b5962517a5a [2022-03-14T15:05:24.671Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-14T15:05:24.671Z] ---> Running in 765691d968ff [2022-03-14T15:05:24.953Z] ---> Running in 645b5e8e37fa [2022-03-14T15:05:25.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:25.840Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:26.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:26.443Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:26.720Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:26.720Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:26.998Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:27.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:27.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:27.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:05:27.847Z] OK: 220 MiB in 52 packages [2022-03-14T15:05:27.847Z] OK: 220 MiB in 52 packages [2022-03-14T15:05:28.480Z] OK: 220 MiB in 52 packages [2022-03-14T15:05:29.104Z] OK: 220 MiB in 52 packages [2022-03-14T15:05:29.104Z] OK: 220 MiB in 52 packages [2022-03-14T15:05:29.733Z] Removing intermediate container 8b9bf51db0a7 [2022-03-14T15:05:29.733Z] ---> 9debbbaa7f96 [2022-03-14T15:05:29.733Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-14T15:05:30.010Z] Removing intermediate container 010ded802242 [2022-03-14T15:05:30.010Z] ---> 38ac83f3ace4 [2022-03-14T15:05:30.010Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:05:30.290Z] Removing intermediate container e21e95a5b8be [2022-03-14T15:05:30.290Z] ---> 6a017bc2dd6c [2022-03-14T15:05:30.290Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:05:30.290Z] Removing intermediate container 645b5e8e37fa [2022-03-14T15:05:30.567Z] ---> 6705d32cfe23 [2022-03-14T15:05:30.567Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-14T15:05:30.567Z] Removing intermediate container 765691d968ff [2022-03-14T15:05:30.567Z] ---> 51d328aedf76 [2022-03-14T15:05:30.567Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-14T15:05:31.177Z] ---> e43b52822a1c [2022-03-14T15:05:31.177Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:05:31.177Z] ---> dd09dddd6808 [2022-03-14T15:05:31.177Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:05:31.177Z] ---> Running in 03375fc0a777 [2022-03-14T15:05:31.458Z] ---> 028d24d1ff33 [2022-03-14T15:05:31.458Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:05:31.768Z] ---> Running in e9d2c27e73b0 [2022-03-14T15:05:31.768Z] ---> Running in 23ad204ba16f [2022-03-14T15:05:32.061Z] ---> 306e0f20f4ef [2022-03-14T15:05:32.061Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:05:32.061Z] ---> Running in 86bee960a290 [2022-03-14T15:05:32.344Z] ---> 83ace953c96e [2022-03-14T15:05:32.344Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:05:32.626Z] ---> Running in 3f0c1ae8b6d5 [2022-03-14T15:05:38.048Z] Removing intermediate container 03375fc0a777 [2022-03-14T15:05:38.048Z] ---> 93cfed1d75f0 [2022-03-14T15:05:38.048Z] Step 8/22 : COPY . . [2022-03-14T15:05:38.330Z] Removing intermediate container 23ad204ba16f [2022-03-14T15:05:38.330Z] ---> 97c5e9fcc66d [2022-03-14T15:05:38.330Z] Step 8/23 : COPY . . [2022-03-14T15:05:38.609Z] Removing intermediate container 86bee960a290 [2022-03-14T15:05:38.609Z] ---> a1ac51fed9d6 [2022-03-14T15:05:38.609Z] Step 8/22 : COPY . . [2022-03-14T15:05:38.889Z] Removing intermediate container e9d2c27e73b0 [2022-03-14T15:05:38.889Z] ---> 048a53173cad [2022-03-14T15:05:38.889Z] Step 8/23 : COPY . . [2022-03-14T15:05:38.889Z] Removing intermediate container 3f0c1ae8b6d5 [2022-03-14T15:05:38.889Z] ---> 0cabe7c2f865 [2022-03-14T15:05:38.889Z] Step 8/31 : COPY . . [2022-03-14T15:05:57.246Z] ---> 982a198f7e62 [2022-03-14T15:05:57.246Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-14T15:05:57.246Z] ---> 52d516d8dde5 [2022-03-14T15:05:57.246Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-14T15:05:57.246Z] ---> 68177589e3b3 [2022-03-14T15:05:57.246Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-14T15:05:57.246Z] ---> Running in acf3e87d1390 [2022-03-14T15:05:57.246Z] ---> Running in 39aeb946bd0d [2022-03-14T15:05:57.246Z] ---> Running in ea555c73e84c [2022-03-14T15:05:57.246Z] ---> cfb747f83ed8 [2022-03-14T15:05:57.246Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-14T15:05:57.246Z] ---> Running in 5f1575096d4a [2022-03-14T15:05:57.246Z] ---> 510c9ee10c85 [2022-03-14T15:05:57.246Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-14T15:05:57.246Z] ---> Running in 135d7b386e28 [2022-03-14T15:05:57.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-14T15:05:57.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-14T15:05:57.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-14T15:05:57.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-14T15:05:57.813Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2022-03-14T15:08:20.248Z] Removing intermediate container ea555c73e84c [2022-03-14T15:08:20.248Z] ---> 28131f78fb38 [2022-03-14T15:08:20.248Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-14T15:08:20.248Z] ---> Running in 671e23cdf962 [2022-03-14T15:08:20.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-14T15:08:20.248Z] Removing intermediate container 39aeb946bd0d [2022-03-14T15:08:20.248Z] ---> ec55ca165286 [2022-03-14T15:08:20.248Z] [2022-03-14T15:08:20.248Z] Step 10/31 : FROM alpine:3.14 [2022-03-14T15:08:20.248Z] 3.14: Pulling from library/alpine [2022-03-14T15:08:20.248Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-14T15:08:20.248Z] Status: Downloaded newer image for alpine:3.14 [2022-03-14T15:08:20.248Z] ---> 5b8b7b635229 [2022-03-14T15:08:20.248Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-14T15:08:20.248Z] ---> Running in 0c9370d2a93f [2022-03-14T15:08:20.248Z] Removing intermediate container 0c9370d2a93f [2022-03-14T15:08:20.248Z] ---> b6bbfe116c76 [2022-03-14T15:08:20.248Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-14T15:08:20.248Z] ---> Running in f96cc40372f8 [2022-03-14T15:08:21.247Z] Removing intermediate container 671e23cdf962 [2022-03-14T15:08:21.247Z] ---> 3990694c5110 [2022-03-14T15:08:21.247Z] [2022-03-14T15:08:21.247Z] Step 11/23 : FROM docker:20.10.10 [2022-03-14T15:08:21.539Z] 20.10.10: Pulling from library/docker [2022-03-14T15:08:21.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:22.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:23.144Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-14T15:08:23.144Z] (2/2) Installing su-exec (0.2-r1) [2022-03-14T15:08:23.144Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:08:23.144Z] OK: 6 MiB in 16 packages [2022-03-14T15:08:25.157Z] Removing intermediate container f96cc40372f8 [2022-03-14T15:08:25.157Z] ---> 2d277a7a750c [2022-03-14T15:08:25.157Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-14T15:08:25.450Z] ---> Running in 74d119ae9ac6 [2022-03-14T15:08:26.473Z] Removing intermediate container 74d119ae9ac6 [2022-03-14T15:08:26.473Z] ---> d263a393eb82 [2022-03-14T15:08:26.473Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-14T15:08:26.752Z] ---> Running in f861efc29a79 [2022-03-14T15:08:27.765Z] Removing intermediate container f861efc29a79 [2022-03-14T15:08:27.765Z] ---> a85167104f5a [2022-03-14T15:08:27.765Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-14T15:08:27.765Z] ---> Running in 9885a7240974 [2022-03-14T15:08:32.129Z] Removing intermediate container 9885a7240974 [2022-03-14T15:08:32.129Z] ---> 36882794b882 [2022-03-14T15:08:32.129Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-14T15:08:32.129Z] ---> Running in c3e85b2aa23a [2022-03-14T15:08:33.125Z] Removing intermediate container c3e85b2aa23a [2022-03-14T15:08:33.125Z] ---> f956a5fc6d1d [2022-03-14T15:08:33.125Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-14T15:08:35.125Z] ---> d07776a28c30 [2022-03-14T15:08:35.125Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-14T15:08:35.125Z] ---> Running in 02bf4f8972cb [2022-03-14T15:08:35.759Z] Removing intermediate container acf3e87d1390 [2022-03-14T15:08:35.759Z] ---> 5faa87d0a4e5 [2022-03-14T15:08:35.759Z] [2022-03-14T15:08:35.759Z] Step 10/22 : FROM alpine:3.14 [2022-03-14T15:08:35.759Z] ---> 5b8b7b635229 [2022-03-14T15:08:35.759Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-14T15:08:36.045Z] ---> Running in c78ab6904098 [2022-03-14T15:08:38.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:38.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:38.336Z] Removing intermediate container 135d7b386e28 [2022-03-14T15:08:38.336Z] ---> 2bb61ad40065 [2022-03-14T15:08:38.336Z] [2022-03-14T15:08:38.336Z] Step 10/22 : FROM alpine:3.14 [2022-03-14T15:08:38.336Z] ---> 5b8b7b635229 [2022-03-14T15:08:38.336Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-14T15:08:38.624Z] Removing intermediate container 02bf4f8972cb [2022-03-14T15:08:38.624Z] ---> 5edd768f26d0 [2022-03-14T15:08:38.624Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:08:38.624Z] ---> Running in 0d5be7640c86 [2022-03-14T15:08:39.648Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-14T15:08:39.648Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:08:39.648Z] OK: 6 MiB in 15 packages [2022-03-14T15:08:40.648Z] ---> 9b2c1f2bcd00 [2022-03-14T15:08:40.648Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-14T15:08:40.648Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:40.922Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:41.222Z] Removing intermediate container c78ab6904098 [2022-03-14T15:08:41.222Z] ---> 40786cc49e67 [2022-03-14T15:08:41.222Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:08:41.503Z] ---> Running in 36f308e0a59c [2022-03-14T15:08:41.503Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-14T15:08:41.785Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-14T15:08:41.785Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:08:41.785Z] Executing ca-certificates-20211220-r0.trigger [2022-03-14T15:08:42.068Z] OK: 6 MiB in 16 packages [2022-03-14T15:08:42.346Z] Removing intermediate container 36f308e0a59c [2022-03-14T15:08:42.346Z] ---> 9316414d172a [2022-03-14T15:08:42.346Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-14T15:08:42.346Z] ---> Running in a6fb93dd2e73 [2022-03-14T15:08:43.333Z] Removing intermediate container a6fb93dd2e73 [2022-03-14T15:08:43.333Z] ---> 88a5b1c96c9c [2022-03-14T15:08:43.333Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-14T15:08:43.333Z] ---> Running in d52284e644de [2022-03-14T15:08:43.610Z] ---> 28be5ed4e75f [2022-03-14T15:08:43.610Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-14T15:08:44.214Z] Removing intermediate container d52284e644de [2022-03-14T15:08:44.214Z] ---> fc9cc507cb9e [2022-03-14T15:08:44.214Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:08:44.214Z] Removing intermediate container 0d5be7640c86 [2022-03-14T15:08:44.214Z] ---> 7421fc257d84 [2022-03-14T15:08:44.214Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:08:44.494Z] ---> Running in 44de42106cc2 [2022-03-14T15:08:44.770Z] ---> decc615c38ea [2022-03-14T15:08:44.770Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-14T15:08:45.064Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-14T15:08:45.064Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-14T15:08:45.064Z] ---> 520e9a0a30f7 [2022-03-14T15:08:45.064Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:08:45.064Z] Removing intermediate container 44de42106cc2 [2022-03-14T15:08:45.064Z] ---> 5cf252af2505 [2022-03-14T15:08:45.064Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-14T15:08:45.341Z] ---> Running in b49f301128e5 [2022-03-14T15:08:45.341Z] ---> Running in 6d35ad8e4048 [2022-03-14T15:08:45.617Z] ---> e56d4fac3e8d [2022-03-14T15:08:45.617Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-14T15:08:45.896Z] Removing intermediate container 6d35ad8e4048 [2022-03-14T15:08:45.896Z] ---> db844c6bf7b6 [2022-03-14T15:08:45.896Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-14T15:08:45.896Z] Removing intermediate container b49f301128e5 [2022-03-14T15:08:45.896Z] ---> 21b80dbcf372 [2022-03-14T15:08:45.896Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-03-14T15:08:45.896Z] ---> 1e5e2452ba5c [2022-03-14T15:08:45.896Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-14T15:08:46.193Z] ---> Running in 5de535b23e07 [2022-03-14T15:08:46.193Z] ---> Running in 0ac43c0a81fb [2022-03-14T15:08:46.799Z] Removing intermediate container 5de535b23e07 [2022-03-14T15:08:46.799Z] ---> 46f6a8919c14 [2022-03-14T15:08:46.799Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:08:47.408Z] Removing intermediate container 5f1575096d4a [2022-03-14T15:08:47.408Z] ---> bf68126a244f [2022-03-14T15:08:47.408Z] [2022-03-14T15:08:47.408Z] Step 10/23 : FROM alpine:3.14 [2022-03-14T15:08:47.408Z] ---> 5b8b7b635229 [2022-03-14T15:08:47.408Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-14T15:08:47.408Z] ---> 04e59f13ed10 [2022-03-14T15:08:47.408Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-14T15:08:47.408Z] ---> Running in a283b67b4dd9 [2022-03-14T15:08:47.696Z] ---> af69c5e5e350 [2022-03-14T15:08:47.696Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-14T15:08:47.696Z] ---> Running in 431978688e5f [2022-03-14T15:08:48.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:48.010Z] Removing intermediate container a283b67b4dd9 [2022-03-14T15:08:48.010Z] ---> d1d8aa8581e8 [2022-03-14T15:08:48.010Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-14T15:08:48.010Z] ---> 9dd0bd07e347 [2022-03-14T15:08:48.010Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-14T15:08:48.287Z] ---> Running in 7d01923d0bdc [2022-03-14T15:08:48.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:48.567Z] Removing intermediate container 431978688e5f [2022-03-14T15:08:48.567Z] ---> 9b7d8c144a97 [2022-03-14T15:08:48.567Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-14T15:08:48.862Z] Removing intermediate container 7d01923d0bdc [2022-03-14T15:08:48.862Z] ---> ea55eb9b2d7b [2022-03-14T15:08:48.862Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-14T15:08:48.862Z] ---> Running in 69e0d4506dea [2022-03-14T15:08:48.862Z] ---> a514f882b1de [2022-03-14T15:08:48.862Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-14T15:08:49.138Z] ---> Running in c8903bc32a15 [2022-03-14T15:08:49.138Z] (1/42) Installing readline (8.1.0-r0) [2022-03-14T15:08:49.138Z] (2/42) Installing bash (5.1.4-r0) [2022-03-14T15:08:49.138Z] Executing bash-5.1.4-r0.post-install [2022-03-14T15:08:49.138Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-14T15:08:49.421Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-14T15:08:49.421Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-14T15:08:49.421Z] (6/42) Installing curl (7.79.1-r0) [2022-03-14T15:08:49.421Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-14T15:08:49.421Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-14T15:08:49.421Z] (9/42) Installing expat (2.4.7-r0) [2022-03-14T15:08:49.421Z] (10/42) Installing libffi (3.3-r2) [2022-03-14T15:08:49.421Z] (11/42) Installing gdbm (1.19-r0) [2022-03-14T15:08:49.421Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-14T15:08:49.421Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-14T15:08:49.421Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-14T15:08:49.421Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-14T15:08:49.421Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-14T15:08:49.695Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-14T15:08:49.695Z] Removing intermediate container c8903bc32a15 [2022-03-14T15:08:49.695Z] ---> f0716ea3d529 [2022-03-14T15:08:49.695Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:08:49.999Z] Removing intermediate container 69e0d4506dea [2022-03-14T15:08:49.999Z] ---> 76aff5b67b48 [2022-03-14T15:08:49.999Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:08:49.999Z] ---> 083403a774eb [2022-03-14T15:08:49.999Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-14T15:08:49.999Z] ---> Running in c4da1dea46a9 [2022-03-14T15:08:49.999Z] ---> Running in 35721ff20f57 [2022-03-14T15:08:50.627Z] ---> Running in ba51129807fa [2022-03-14T15:08:50.904Z] Removing intermediate container c4da1dea46a9 [2022-03-14T15:08:50.904Z] ---> c3fb3eb94c0b [2022-03-14T15:08:50.904Z] Step 20/22 : LABEL arch=arm64 [2022-03-14T15:08:50.904Z] ---> bf2c717df7a4 [2022-03-14T15:08:50.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-14T15:08:51.186Z] ---> Running in e41613a295dc [2022-03-14T15:08:52.183Z] Removing intermediate container e41613a295dc [2022-03-14T15:08:52.183Z] ---> e6c8c0065be4 [2022-03-14T15:08:52.183Z] Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:08:52.183Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-14T15:08:52.183Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-14T15:08:52.183Z] ---> e88c121ee940 [2022-03-14T15:08:52.183Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-14T15:08:52.462Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-14T15:08:52.462Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-14T15:08:52.462Z] ---> Running in c4fd2e1488d6 [2022-03-14T15:08:52.462Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-14T15:08:52.462Z] ---> Running in 1c729c50ca90 [2022-03-14T15:08:52.462Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-14T15:08:52.462Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-14T15:08:52.739Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-14T15:08:52.739Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-14T15:08:52.739Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-14T15:08:52.739Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-14T15:08:52.739Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-14T15:08:52.739Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-14T15:08:52.739Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-14T15:08:52.739Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-14T15:08:52.739Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-14T15:08:52.739Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-14T15:08:53.021Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-14T15:08:53.021Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-14T15:08:53.021Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-14T15:08:53.021Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-14T15:08:53.021Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-14T15:08:53.021Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-14T15:08:53.021Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-14T15:08:53.021Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-14T15:08:53.322Z] Removing intermediate container 1c729c50ca90 [2022-03-14T15:08:53.322Z] ---> 4840a3a724a3 [2022-03-14T15:08:53.322Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:08:53.322Z] Removing intermediate container c4fd2e1488d6 [2022-03-14T15:08:53.322Z] ---> 4fda60196d51 [2022-03-14T15:08:53.322Z] Step 22/22 : LABEL version=2.2.0-dev.35 [2022-03-14T15:08:53.609Z] Removing intermediate container 35721ff20f57 [2022-03-14T15:08:53.609Z] ---> 373dc8f1dd3f [2022-03-14T15:08:53.609Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-14T15:08:53.609Z] ---> Running in ba2e5f4b0004 [2022-03-14T15:08:53.609Z] ---> Running in 71412665b99a [2022-03-14T15:08:53.609Z] ---> Running in b45c4f5c77c9 [2022-03-14T15:08:53.888Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:08:54.183Z] OK: 84 MiB in 64 packages [2022-03-14T15:08:54.183Z] Removing intermediate container ba51129807fa [2022-03-14T15:08:54.183Z] ---> 0eacb127c0bd [2022-03-14T15:08:54.183Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-14T15:08:54.462Z] Removing intermediate container 71412665b99a [2022-03-14T15:08:54.462Z] ---> 9767cf4fd436 [2022-03-14T15:08:54.462Z] [2022-03-14T15:08:54.462Z] Removing intermediate container ba2e5f4b0004 [2022-03-14T15:08:54.462Z] ---> d9cc196bee6d [2022-03-14T15:08:54.462Z] Step 20/22 : LABEL arch=arm64 [2022-03-14T15:08:54.748Z] ---> Running in c512fbb5ab25 [2022-03-14T15:08:54.748Z] ---> Running in 296c02383f78 [2022-03-14T15:08:55.031Z] Successfully built 9767cf4fd436 [2022-03-14T15:08:55.031Z] Successfully tagged support-scheduler-arm64:latest [2022-03-14T15:08:55.031Z]  Building support-scheduler ... done Building security-secretstore-setup [2022-03-14T15:08:55.314Z] Removing intermediate container 296c02383f78 [2022-03-14T15:08:55.314Z] ---> f5486c0d5f5f [2022-03-14T15:08:55.314Z] Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:08:55.611Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:55.611Z] Removing intermediate container c512fbb5ab25 [2022-03-14T15:08:55.611Z] ---> 503126ffe00e [2022-03-14T15:08:55.611Z] Step 28/31 : CMD ["gate"] [2022-03-14T15:08:55.611Z] ---> Running in df297255cb7d [2022-03-14T15:08:55.889Z] ---> Running in 70bcf840f5b6 [2022-03-14T15:08:56.177Z] Removing intermediate container df297255cb7d [2022-03-14T15:08:56.177Z] ---> 47099149b5d5 [2022-03-14T15:08:56.177Z] Step 22/22 : LABEL version=2.2.0-dev.35 [2022-03-14T15:08:56.177Z] ---> Running in b4c090ab511b [2022-03-14T15:08:56.452Z] Removing intermediate container 70bcf840f5b6 [2022-03-14T15:08:56.452Z] ---> 7a1108a6353d [2022-03-14T15:08:56.452Z] Step 29/31 : LABEL arch=arm64 [2022-03-14T15:08:56.452Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:08:56.730Z] ---> Running in e81f0ad17a04 [2022-03-14T15:08:56.730Z] Removing intermediate container b4c090ab511b [2022-03-14T15:08:56.730Z] ---> c13840fffd58 [2022-03-14T15:08:56.730Z] [2022-03-14T15:08:57.334Z] Successfully built c13840fffd58 [2022-03-14T15:08:57.334Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-14T15:08:57.334Z] Successfully tagged support-notifications-arm64:latest [2022-03-14T15:08:57.334Z]  Building support-notifications ... done Building core-metadata [2022-03-14T15:08:57.611Z] Removing intermediate container e81f0ad17a04 [2022-03-14T15:08:57.611Z] ---> c8798c095147 [2022-03-14T15:08:57.611Z] Step 30/31 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:08:57.611Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-14T15:08:57.611Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-14T15:08:57.611Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-14T15:08:57.900Z] ---> Running in ce5a84ac5208 [2022-03-14T15:08:57.900Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-14T15:08:57.900Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-14T15:08:58.176Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:08:58.176Z] OK: 8 MiB in 20 packages [2022-03-14T15:08:58.176Z] Removing intermediate container ce5a84ac5208 [2022-03-14T15:08:58.176Z] ---> 600b09748e35 [2022-03-14T15:08:58.176Z] Step 31/31 : LABEL version=2.2.0-dev.35 [2022-03-14T15:08:58.452Z] ---> Running in 5707f68c5f6f [2022-03-14T15:08:59.052Z] Collecting docker-compose==1.23.2 [2022-03-14T15:08:59.052Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-14T15:08:59.332Z] Removing intermediate container 5707f68c5f6f [2022-03-14T15:08:59.333Z] ---> 66744ac7f511 [2022-03-14T15:08:59.333Z] [2022-03-14T15:08:59.333Z] Removing intermediate container b45c4f5c77c9 [2022-03-14T15:08:59.333Z] ---> f52507a17b04 [2022-03-14T15:08:59.333Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:08:59.617Z] Successfully built 66744ac7f511 [2022-03-14T15:08:59.617Z] Successfully tagged security-bootstrapper-arm64:latest [2022-03-14T15:08:59.617Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-03-14T15:08:59.894Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-14T15:08:59.894Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-14T15:09:00.173Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-14T15:09:00.173Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-14T15:09:00.173Z] ---> 86d294276b15 [2022-03-14T15:09:00.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-14T15:09:01.643Z] ---> 8b5cacfa0080 [2022-03-14T15:09:01.643Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-14T15:09:02.635Z] ---> 270e992174bd [2022-03-14T15:09:02.635Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-14T15:09:02.635Z] ---> Running in 65b10497dacb [2022-03-14T15:09:02.925Z] Removing intermediate container 65b10497dacb [2022-03-14T15:09:02.925Z] ---> 636ec46eb97d [2022-03-14T15:09:02.925Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:09:03.224Z] ---> Running in ce12eecb456c [2022-03-14T15:09:03.500Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-14T15:09:03.501Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-14T15:09:03.501Z] Removing intermediate container ce12eecb456c [2022-03-14T15:09:03.501Z] ---> dc2dc14596a2 [2022-03-14T15:09:03.501Z] Step 21/23 : LABEL arch=arm64 [2022-03-14T15:09:03.772Z] ---> Running in f99c00001118 [2022-03-14T15:09:03.772Z] Collecting cached-property<2,>=1.2.0 [2022-03-14T15:09:03.772Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-14T15:09:04.060Z] Removing intermediate container f99c00001118 [2022-03-14T15:09:04.060Z] ---> 91a24f9e714e [2022-03-14T15:09:04.060Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:09:04.060Z] ---> Running in 6188983bf86d [2022-03-14T15:09:04.339Z] Collecting docker<4.0,>=3.6.0 [2022-03-14T15:09:04.339Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-14T15:09:04.339Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-14T15:09:04.339Z] Collecting docopt<0.7,>=0.6.1 [2022-03-14T15:09:04.339Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-14T15:09:04.619Z] Removing intermediate container 6188983bf86d [2022-03-14T15:09:04.619Z] ---> bd49bca2fc53 [2022-03-14T15:09:04.619Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:09:04.619Z] ---> Running in be7e6f733bf5 [2022-03-14T15:09:05.342Z] Removing intermediate container be7e6f733bf5 [2022-03-14T15:09:05.342Z] ---> 614ea00ad117 [2022-03-14T15:09:05.342Z] [2022-03-14T15:09:05.637Z] Successfully built 614ea00ad117 [2022-03-14T15:09:05.637Z] Successfully tagged core-data-arm64:latest [2022-03-14T15:09:05.637Z] Building core-command [2022-03-14T15:09:07.800Z]  Building core-data ... done Collecting PyYAML<4,>=3.10 [2022-03-14T15:09:07.800Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-14T15:09:11.373Z] Collecting jsonschema<3,>=2.5.1 [2022-03-14T15:09:11.373Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-14T15:09:11.373Z] Collecting texttable<0.10,>=0.9.0 [2022-03-14T15:09:11.373Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-14T15:09:14.044Z] Collecting docker-pycreds>=0.4.0 [2022-03-14T15:09:14.044Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-14T15:09:14.322Z] Collecting idna<2.8,>=2.5 [2022-03-14T15:09:14.322Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-14T15:09:14.921Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-14T15:09:14.921Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-14T15:09:14.921Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-03-14T15:09:15.199Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-14T15:09:15.199Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-14T15:09:15.475Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-14T15:09:15.475Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-14T15:09:15.475Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-14T15:09:15.475Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-14T15:09:16.468Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-14T15:09:16.468Z] Attempting uninstall: urllib3 [2022-03-14T15:09:16.468Z] Found existing installation: urllib3 1.26.5 [2022-03-14T15:09:16.468Z] Uninstalling urllib3-1.26.5: [2022-03-14T15:09:16.745Z] Successfully uninstalled urllib3-1.26.5 [2022-03-14T15:09:17.350Z] Attempting uninstall: idna [2022-03-14T15:09:17.350Z] Found existing installation: idna 3.2 [2022-03-14T15:09:17.350Z] Uninstalling idna-3.2: [2022-03-14T15:09:17.350Z] Successfully uninstalled idna-3.2 [2022-03-14T15:09:18.343Z] Attempting uninstall: chardet [2022-03-14T15:09:18.343Z] Found existing installation: chardet 4.0.0 [2022-03-14T15:09:18.343Z] Uninstalling chardet-4.0.0: [2022-03-14T15:09:18.620Z] Successfully uninstalled chardet-4.0.0 [2022-03-14T15:09:20.624Z] Attempting uninstall: requests [2022-03-14T15:09:20.624Z] Found existing installation: requests 2.25.1 [2022-03-14T15:09:20.624Z] Uninstalling requests-2.25.1: [2022-03-14T15:09:20.624Z] Successfully uninstalled requests-2.25.1 [2022-03-14T15:09:20.903Z] Running setup.py install for texttable: started [2022-03-14T15:09:22.899Z] Running setup.py install for texttable: finished with status 'done' [2022-03-14T15:09:22.899Z] Running setup.py install for PyYAML: started [2022-03-14T15:09:25.557Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-14T15:09:25.557Z] Running setup.py install for docopt: started [2022-03-14T15:09:27.586Z] Running setup.py install for docopt: finished with status 'done' [2022-03-14T15:09:27.586Z] Running setup.py install for dockerpty: started [2022-03-14T15:09:28.577Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:09:28.577Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:09:28.577Z] ---> 5a0c5b67958c [2022-03-14T15:09:28.577Z] Step 3/25 : WORKDIR /edgex-go [2022-03-14T15:09:28.577Z] ---> Using cache [2022-03-14T15:09:28.577Z] ---> 7621301968ca [2022-03-14T15:09:28.577Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:09:28.577Z] ---> Using cache [2022-03-14T15:09:28.577Z] ---> 63dfa07ee648 [2022-03-14T15:09:28.577Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-14T15:09:28.577Z] ---> Using cache [2022-03-14T15:09:28.577Z] ---> 51d328aedf76 [2022-03-14T15:09:28.577Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-14T15:09:28.577Z] ---> Using cache [2022-03-14T15:09:28.577Z] ---> 83ace953c96e [2022-03-14T15:09:28.577Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:09:28.577Z] ---> Using cache [2022-03-14T15:09:28.577Z] ---> 0cabe7c2f865 [2022-03-14T15:09:28.577Z] Step 8/25 : COPY . . [2022-03-14T15:09:28.577Z] ---> Using cache [2022-03-14T15:09:28.577Z] ---> 982a198f7e62 [2022-03-14T15:09:28.577Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-14T15:09:30.048Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-14T15:09:30.048Z] ---> Running in 50d89a43e616 [2022-03-14T15:09:32.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-14T15:09:32.069Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 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 [2022-03-14T15:09:32.372Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:09:32.372Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:09:32.372Z] ---> 5a0c5b67958c [2022-03-14T15:09:32.372Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:09:32.372Z] ---> Using cache [2022-03-14T15:09:32.372Z] ---> 7621301968ca [2022-03-14T15:09:32.372Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:09:32.372Z] ---> Using cache [2022-03-14T15:09:32.372Z] ---> 63dfa07ee648 [2022-03-14T15:09:32.372Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-14T15:09:32.372Z] ---> Using cache [2022-03-14T15:09:32.372Z] ---> 51d328aedf76 [2022-03-14T15:09:32.372Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:09:32.372Z] ---> Using cache [2022-03-14T15:09:32.372Z] ---> 83ace953c96e [2022-03-14T15:09:32.372Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:09:32.372Z] ---> Using cache [2022-03-14T15:09:32.372Z] ---> 0cabe7c2f865 [2022-03-14T15:09:32.372Z] Step 8/23 : COPY . . [2022-03-14T15:09:32.372Z] ---> Using cache [2022-03-14T15:09:32.372Z] ---> 982a198f7e62 [2022-03-14T15:09:32.372Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-14T15:09:32.654Z] ---> Running in fadf6dccac63 [2022-03-14T15:09:34.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-14T15:09:34.973Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:09:34.973Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:09:34.973Z] ---> 5a0c5b67958c [2022-03-14T15:09:34.973Z] Step 3/21 : WORKDIR /edgex-go [2022-03-14T15:09:34.973Z] ---> Using cache [2022-03-14T15:09:34.973Z] ---> 7621301968ca [2022-03-14T15:09:34.974Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:09:34.974Z] ---> Using cache [2022-03-14T15:09:34.974Z] ---> 63dfa07ee648 [2022-03-14T15:09:34.974Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-03-14T15:09:34.974Z] ---> Using cache [2022-03-14T15:09:34.974Z] ---> 51d328aedf76 [2022-03-14T15:09:34.974Z] Step 6/21 : COPY go.mod vendor* ./ [2022-03-14T15:09:34.974Z] ---> Using cache [2022-03-14T15:09:34.974Z] ---> 83ace953c96e [2022-03-14T15:09:34.974Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:09:34.974Z] ---> Using cache [2022-03-14T15:09:34.974Z] ---> 0cabe7c2f865 [2022-03-14T15:09:34.974Z] Step 8/21 : COPY . . [2022-03-14T15:09:35.593Z] ---> Using cache [2022-03-14T15:09:35.593Z] ---> 982a198f7e62 [2022-03-14T15:09:35.593Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-14T15:09:35.874Z] ---> Running in ad93dacef8c3 [2022-03-14T15:09:38.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-14T15:09:40.509Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-14T15:09:40.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-14T15:09:40.509Z] ---> 5a0c5b67958c [2022-03-14T15:09:40.509Z] Step 3/23 : WORKDIR /edgex-go [2022-03-14T15:09:40.509Z] ---> Using cache [2022-03-14T15:09:40.509Z] ---> 7621301968ca [2022-03-14T15:09:40.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-14T15:09:40.509Z] ---> Using cache [2022-03-14T15:09:40.509Z] ---> 63dfa07ee648 [2022-03-14T15:09:40.509Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-14T15:09:40.509Z] ---> Using cache [2022-03-14T15:09:40.509Z] ---> 51d328aedf76 [2022-03-14T15:09:40.509Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-14T15:09:40.509Z] ---> Using cache [2022-03-14T15:09:40.509Z] ---> 83ace953c96e [2022-03-14T15:09:40.509Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-14T15:09:40.509Z] ---> Using cache [2022-03-14T15:09:40.509Z] ---> 0cabe7c2f865 [2022-03-14T15:09:40.509Z] Step 8/23 : COPY . . [2022-03-14T15:09:40.509Z] ---> Using cache [2022-03-14T15:09:40.789Z] ---> 982a198f7e62 [2022-03-14T15:09:40.789Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-14T15:09:41.072Z] ---> Running in 452929cd6d65 [2022-03-14T15:09:43.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2022-03-14T15:09:50.490Z] Removing intermediate container 0ac43c0a81fb [2022-03-14T15:09:50.490Z] ---> d3d1d06eddf2 [2022-03-14T15:09:50.490Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-14T15:09:50.490Z] ---> Running in 35129cf21691 [2022-03-14T15:09:50.490Z] Removing intermediate container 35129cf21691 [2022-03-14T15:09:50.490Z] ---> af2f47261529 [2022-03-14T15:09:50.490Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-14T15:09:50.490Z] ---> Running in 7fe468b6dcef [2022-03-14T15:09:51.096Z] Removing intermediate container 7fe468b6dcef [2022-03-14T15:09:51.096Z] ---> 012f25968c2c [2022-03-14T15:09:51.096Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-14T15:09:52.553Z] ---> c209b352906c [2022-03-14T15:09:52.553Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-14T15:09:53.542Z] ---> d2bc2ac83eae [2022-03-14T15:09:53.542Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-14T15:09:54.539Z] ---> b77422af369d [2022-03-14T15:09:54.539Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-14T15:09:54.824Z] ---> Running in ee357be6d003 [2022-03-14T15:09:55.115Z] Removing intermediate container ee357be6d003 [2022-03-14T15:09:55.115Z] ---> a772fc44c93d [2022-03-14T15:09:55.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:09:55.115Z] ---> Running in e19914ca990b [2022-03-14T15:09:55.712Z] Removing intermediate container e19914ca990b [2022-03-14T15:09:55.712Z] ---> fccf1782414d [2022-03-14T15:09:55.712Z] Step 21/23 : LABEL arch=arm64 [2022-03-14T15:09:55.986Z] ---> Running in f208137e1350 [2022-03-14T15:09:56.580Z] Removing intermediate container f208137e1350 [2022-03-14T15:09:56.580Z] ---> b79bf8aa12cb [2022-03-14T15:09:56.580Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:09:56.580Z] ---> Running in 3248183bfeb9 [2022-03-14T15:09:57.186Z] Removing intermediate container 3248183bfeb9 [2022-03-14T15:09:57.186Z] ---> 3bd57a86e651 [2022-03-14T15:09:57.186Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:09:57.186Z] ---> Running in f87030d72982 [2022-03-14T15:09:57.789Z] Removing intermediate container f87030d72982 [2022-03-14T15:09:57.789Z] ---> 4f9f04d3bf8b [2022-03-14T15:09:57.789Z] [2022-03-14T15:09:58.065Z] Successfully built 4f9f04d3bf8b [2022-03-14T15:09:58.065Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-03-14T15:11:19.891Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-14T15:11:21.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-14T15:11:34.341Z] Removing intermediate container 50d89a43e616 [2022-03-14T15:11:34.341Z] ---> a9586ded652b [2022-03-14T15:11:34.341Z] [2022-03-14T15:11:34.341Z] Step 10/25 : FROM alpine:3.14 [2022-03-14T15:11:34.341Z] ---> 5b8b7b635229 [2022-03-14T15:11:34.341Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-14T15:11:34.341Z] ---> Running in 7f886c345702 [2022-03-14T15:11:34.619Z] Removing intermediate container 452929cd6d65 [2022-03-14T15:11:34.619Z] ---> b93f342bc3a7 [2022-03-14T15:11:34.619Z] [2022-03-14T15:11:34.619Z] Step 10/23 : FROM alpine:3.14 [2022-03-14T15:11:34.619Z] ---> 5b8b7b635229 [2022-03-14T15:11:34.619Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-14T15:11:34.619Z] ---> Using cache [2022-03-14T15:11:34.619Z] ---> 40786cc49e67 [2022-03-14T15:11:34.619Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:11:34.619Z] ---> Using cache [2022-03-14T15:11:34.619Z] ---> 9316414d172a [2022-03-14T15:11:34.619Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-14T15:11:34.895Z] ---> Running in ed984e47f5dc [2022-03-14T15:11:35.496Z] Removing intermediate container ed984e47f5dc [2022-03-14T15:11:35.496Z] ---> 4523432be3c6 [2022-03-14T15:11:35.496Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-14T15:11:35.773Z] ---> Running in 00d3f1fc1b96 [2022-03-14T15:11:36.049Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:11:36.340Z] Removing intermediate container 00d3f1fc1b96 [2022-03-14T15:11:36.340Z] ---> c940ae26efa7 [2022-03-14T15:11:36.340Z] Step 15/23 : WORKDIR / [2022-03-14T15:11:36.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:11:36.619Z] ---> Running in 715e106d6cbe [2022-03-14T15:11:37.231Z] Removing intermediate container 715e106d6cbe [2022-03-14T15:11:37.231Z] ---> 32845c2427e1 [2022-03-14T15:11:37.231Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:11:37.514Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-14T15:11:37.514Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-14T15:11:37.514Z] (3/3) Installing su-exec (0.2-r1) [2022-03-14T15:11:37.514Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:11:37.514Z] Executing ca-certificates-20211220-r0.trigger [2022-03-14T15:11:37.795Z] OK: 6 MiB in 17 packages [2022-03-14T15:11:38.406Z] ---> ddddf2b7c535 [2022-03-14T15:11:38.406Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-14T15:11:38.687Z] Removing intermediate container ad93dacef8c3 [2022-03-14T15:11:38.687Z] ---> 031749d00d23 [2022-03-14T15:11:38.687Z] [2022-03-14T15:11:38.687Z] Step 10/21 : FROM alpine:3.14 [2022-03-14T15:11:38.687Z] ---> 5b8b7b635229 [2022-03-14T15:11:38.687Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-03-14T15:11:38.962Z] ---> Running in 7ce31825f164 [2022-03-14T15:11:39.973Z] Removing intermediate container 7f886c345702 [2022-03-14T15:11:39.973Z] ---> 2367c2d226bb [2022-03-14T15:11:39.973Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-14T15:11:39.973Z] Removing intermediate container fadf6dccac63 [2022-03-14T15:11:39.973Z] ---> 7b047e86a72d [2022-03-14T15:11:39.973Z] [2022-03-14T15:11:39.973Z] Step 10/23 : FROM alpine:3.14 [2022-03-14T15:11:39.973Z] ---> 5b8b7b635229 [2022-03-14T15:11:39.973Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-14T15:11:39.973Z] ---> Using cache [2022-03-14T15:11:39.973Z] ---> 40786cc49e67 [2022-03-14T15:11:39.973Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-14T15:11:39.973Z] ---> Running in 336fd32e8861 [2022-03-14T15:11:39.973Z] ---> Using cache [2022-03-14T15:11:39.973Z] ---> 9316414d172a [2022-03-14T15:11:39.973Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-14T15:11:40.254Z] ---> Running in 62fadda5eeee [2022-03-14T15:11:40.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-14T15:11:40.254Z] ---> cb339d025571 [2022-03-14T15:11:40.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-14T15:11:40.550Z] Removing intermediate container 336fd32e8861 [2022-03-14T15:11:40.550Z] ---> 0b832cd190d4 [2022-03-14T15:11:40.550Z] Step 13/25 : WORKDIR / [2022-03-14T15:11:40.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-14T15:11:40.832Z] ---> Running in a3a09581b408 [2022-03-14T15:11:40.832Z] Removing intermediate container 62fadda5eeee [2022-03-14T15:11:40.832Z] ---> 25c27da541c6 [2022-03-14T15:11:40.832Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-14T15:11:40.832Z] ---> Running in 45fa4180f5c1 [2022-03-14T15:11:41.107Z] Removing intermediate container a3a09581b408 [2022-03-14T15:11:41.107Z] ---> 448fe265cb97 [2022-03-14T15:11:41.107Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-14T15:11:41.400Z] ---> 3612555dd2e9 [2022-03-14T15:11:41.400Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-14T15:11:41.682Z] ---> Running in 57c324b87b08 [2022-03-14T15:11:41.682Z] (1/5) Installing ca-certificates (20211220-r0) [2022-03-14T15:11:41.682Z] Removing intermediate container 45fa4180f5c1 [2022-03-14T15:11:41.682Z] ---> b568618e860b [2022-03-14T15:11:41.682Z] Step 15/23 : WORKDIR / [2022-03-14T15:11:41.682Z] ---> Running in 2d0c9b4f112d [2022-03-14T15:11:41.682Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-03-14T15:11:41.682Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-03-14T15:11:41.962Z] (4/5) Installing libcurl (7.79.1-r0) [2022-03-14T15:11:41.962Z] (5/5) Installing curl (7.79.1-r0) [2022-03-14T15:11:41.962Z] Executing busybox-1.33.1-r6.trigger [2022-03-14T15:11:41.962Z] Executing ca-certificates-20211220-r0.trigger [2022-03-14T15:11:42.238Z] OK: 8 MiB in 19 packages [2022-03-14T15:11:42.238Z] ---> e1dbb225a050 [2022-03-14T15:11:42.238Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-14T15:11:42.238Z] Removing intermediate container 57c324b87b08 [2022-03-14T15:11:42.238Z] ---> 819fa0541264 [2022-03-14T15:11:42.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:11:42.531Z] Removing intermediate container 2d0c9b4f112d [2022-03-14T15:11:42.531Z] ---> 34763083d319 [2022-03-14T15:11:42.531Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-14T15:11:42.531Z] ---> Running in 77ca7a17fffa [2022-03-14T15:11:43.131Z] Removing intermediate container 77ca7a17fffa [2022-03-14T15:11:43.131Z] ---> 624590a8b86d [2022-03-14T15:11:43.131Z] Step 21/23 : LABEL arch=arm64 [2022-03-14T15:11:43.408Z] ---> b72f7dcb78aa [2022-03-14T15:11:43.408Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-14T15:11:43.408Z] ---> Running in 6a84cc6920c9 [2022-03-14T15:11:43.684Z] ---> 4a2aa45d2ca3 [2022-03-14T15:11:43.684Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-14T15:11:43.961Z] Removing intermediate container 6a84cc6920c9 [2022-03-14T15:11:43.961Z] ---> ed1090ab5955 [2022-03-14T15:11:43.961Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:11:43.961Z] Removing intermediate container 7ce31825f164 [2022-03-14T15:11:43.961Z] ---> 81bd96f4a6e1 [2022-03-14T15:11:43.961Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-14T15:11:44.236Z] ---> Running in 4c96f6334707 [2022-03-14T15:11:44.236Z] ---> Running in fedb9adf7ab9 [2022-03-14T15:11:44.516Z] ---> 40d02873d4e7 [2022-03-14T15:11:44.516Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-14T15:11:44.794Z] Removing intermediate container 4c96f6334707 [2022-03-14T15:11:44.794Z] ---> c432d0553099 [2022-03-14T15:11:44.794Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:11:44.794Z] Removing intermediate container fedb9adf7ab9 [2022-03-14T15:11:44.794Z] ---> 521be481fac9 [2022-03-14T15:11:44.794Z] Step 13/21 : WORKDIR /edgex [2022-03-14T15:11:44.794Z] ---> Running in defc71aadc28 [2022-03-14T15:11:45.072Z] ---> Running in cea306d01da4 [2022-03-14T15:11:45.347Z] Removing intermediate container defc71aadc28 [2022-03-14T15:11:45.347Z] ---> 47c85aa9fe2a [2022-03-14T15:11:45.347Z] [2022-03-14T15:11:45.622Z] ---> 66c53752a9a4 [2022-03-14T15:11:45.622Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-14T15:11:45.622Z] ---> 92d6ba190799 [2022-03-14T15:11:45.622Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-14T15:11:45.622Z] Removing intermediate container cea306d01da4 [2022-03-14T15:11:45.622Z] ---> 0cdc967fb987 [2022-03-14T15:11:45.622Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-14T15:11:45.622Z] Successfully built 47c85aa9fe2a [2022-03-14T15:11:45.622Z] Successfully tagged core-command-arm64:latest [2022-03-14T15:11:46.601Z]  Building core-command ... done  ---> 2066ae817bee [2022-03-14T15:11:46.601Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-14T15:11:46.601Z] ---> fe3520a42220 [2022-03-14T15:11:46.601Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-14T15:11:46.601Z] ---> Running in fe668d1ae24e [2022-03-14T15:11:46.897Z] ---> 469b6ac8754b [2022-03-14T15:11:46.897Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-14T15:11:47.184Z] Removing intermediate container fe668d1ae24e [2022-03-14T15:11:47.184Z] ---> cca7e9cf41c4 [2022-03-14T15:11:47.184Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-14T15:11:47.184Z] ---> Running in 657a77fc7e3b [2022-03-14T15:11:47.783Z] Removing intermediate container 657a77fc7e3b [2022-03-14T15:11:47.783Z] ---> 91a22caf4ff5 [2022-03-14T15:11:47.783Z] Step 21/23 : LABEL arch=arm64 [2022-03-14T15:11:47.783Z] ---> 33550ee4cc84 [2022-03-14T15:11:47.783Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-14T15:11:47.783Z] ---> Running in ac464abffb40 [2022-03-14T15:11:48.388Z] ---> 8449538a8cb3 [2022-03-14T15:11:48.388Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-14T15:11:48.388Z] Removing intermediate container ac464abffb40 [2022-03-14T15:11:48.388Z] ---> 7be1c2e4b2d8 [2022-03-14T15:11:48.388Z] Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:11:48.665Z] ---> Running in b592ead6a579 [2022-03-14T15:11:48.944Z] ---> 4b6a3e550801 [2022-03-14T15:11:48.944Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-03-14T15:11:48.944Z] Removing intermediate container b592ead6a579 [2022-03-14T15:11:48.944Z] ---> 0159a63b1dc6 [2022-03-14T15:11:48.944Z] Step 23/23 : LABEL version=2.2.0-dev.35 [2022-03-14T15:11:49.217Z] ---> Running in c22c27facbd1 [2022-03-14T15:11:49.217Z] ---> Running in 0084af054e74 [2022-03-14T15:11:49.217Z] ---> 7be0be826c2a [2022-03-14T15:11:49.217Z] Step 21/25 : 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/ [2022-03-14T15:11:49.217Z] ---> Running in 5b486314e0ee [2022-03-14T15:11:49.505Z] Removing intermediate container c22c27facbd1 [2022-03-14T15:11:49.505Z] ---> 70c452ba6693 [2022-03-14T15:11:49.505Z] Step 18/21 : CMD ["--init=true"] [2022-03-14T15:11:49.780Z] ---> Running in e5583a64ca69 [2022-03-14T15:11:49.780Z] Removing intermediate container 0084af054e74 [2022-03-14T15:11:49.780Z] ---> 4027d4a423cc [2022-03-14T15:11:49.780Z] [2022-03-14T15:11:50.053Z] Successfully built 4027d4a423cc [2022-03-14T15:11:50.053Z] Successfully tagged core-metadata-arm64:latest [2022-03-14T15:11:50.327Z]  Building core-metadata ... done Removing intermediate container e5583a64ca69 [2022-03-14T15:11:50.327Z] ---> bb83dff61f0d [2022-03-14T15:11:50.327Z] Step 19/21 : LABEL arch=arm64 [2022-03-14T15:11:50.327Z] ---> Running in 8fc2fc477759 [2022-03-14T15:11:50.605Z] Removing intermediate container 8fc2fc477759 [2022-03-14T15:11:50.605Z] ---> acb32fde1ed5 [2022-03-14T15:11:50.605Z] Step 20/21 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:11:50.884Z] ---> Running in ac97af5e5cbe [2022-03-14T15:11:51.160Z] Removing intermediate container ac97af5e5cbe [2022-03-14T15:11:51.160Z] ---> 544be027c27d [2022-03-14T15:11:51.160Z] Step 21/21 : LABEL version=2.2.0-dev.35 [2022-03-14T15:11:51.160Z] ---> Running in 0be508f4d4fc [2022-03-14T15:11:51.435Z] Removing intermediate container 5b486314e0ee [2022-03-14T15:11:51.435Z] ---> 783e0599a744 [2022-03-14T15:11:51.435Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-14T15:11:51.435Z] ---> Running in 519a965bbbae [2022-03-14T15:11:51.711Z] Removing intermediate container 0be508f4d4fc [2022-03-14T15:11:51.711Z] ---> b82b727cce0b [2022-03-14T15:11:51.711Z] [2022-03-14T15:11:51.986Z] Removing intermediate container 519a965bbbae [2022-03-14T15:11:51.986Z] ---> 8b852c87af32 [2022-03-14T15:11:51.986Z] Step 23/25 : LABEL arch=arm64 [2022-03-14T15:11:51.986Z] ---> Running in 51d5d6dbac57 [2022-03-14T15:11:51.986Z] Successfully built b82b727cce0b [2022-03-14T15:11:51.986Z] Successfully tagged security-proxy-setup-arm64:latest [2022-03-14T15:11:52.262Z]  Building security-proxy-setup ... done Removing intermediate container 51d5d6dbac57 [2022-03-14T15:11:52.262Z] ---> 8e50a754d4d7 [2022-03-14T15:11:52.262Z] Step 24/25 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:11:52.262Z] ---> Running in 08a6e1ca670e [2022-03-14T15:11:52.539Z] Removing intermediate container 08a6e1ca670e [2022-03-14T15:11:52.539Z] ---> 090ad7b9c813 [2022-03-14T15:11:52.539Z] Step 25/25 : LABEL version=2.2.0-dev.35 [2022-03-14T15:11:52.816Z] ---> Running in c155a2a71233 [2022-03-14T15:11:53.090Z] Removing intermediate container c155a2a71233 [2022-03-14T15:11:53.090Z] ---> 2e29ee3d7e7f [2022-03-14T15:11:53.090Z] [2022-03-14T15:11:53.363Z] Successfully built 2e29ee3d7e7f [2022-03-14T15:11:53.363Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-03-14T15:11:53.653Z]  Building security-secretstore-setup ... done  [Pipeline] } [2022-03-14T15:11:53.664Z] $ docker stop --time=1 9bb6f6fb20085570da82b433acb8e3d13dc073c7c098c1cdd79a1523f90c8575 [2022-03-14T15:11:55.369Z] $ docker rm -f 9bb6f6fb20085570da82b433acb8e3d13dc073c7c098c1cdd79a1523f90c8575 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-14T15:11:55.936Z] + docker images [2022-03-14T15:11:56.209Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-14T15:11:56.209Z] security-secretstore-setup-arm64 latest 2e29ee3d7e7f 3 seconds ago 27MB [2022-03-14T15:11:56.209Z] security-proxy-setup-arm64 latest b82b727cce0b 4 seconds ago 25.5MB [2022-03-14T15:11:56.209Z] core-metadata-arm64 latest 4027d4a423cc 6 seconds ago 16MB [2022-03-14T15:11:56.209Z] core-command-arm64 latest 47c85aa9fe2a 10 seconds ago 15.3MB [2022-03-14T15:11:56.209Z] 7b047e86a72d 16 seconds ago 1.48GB [2022-03-14T15:11:56.209Z] 031749d00d23 17 seconds ago 1.48GB [2022-03-14T15:11:56.209Z] b93f342bc3a7 21 seconds ago 1.48GB [2022-03-14T15:11:56.209Z] a9586ded652b 22 seconds ago 1.49GB [2022-03-14T15:11:56.209Z] sys-mgmt-agent-arm64 latest 4f9f04d3bf8b About a minute ago 280MB [2022-03-14T15:11:56.209Z] core-data-arm64 latest 614ea00ad117 2 minutes ago 19.2MB [2022-03-14T15:11:56.209Z] security-bootstrapper-arm64 latest 66744ac7f511 2 minutes ago 18MB [2022-03-14T15:11:56.209Z] support-notifications-arm64 latest c13840fffd58 2 minutes ago 16.1MB [2022-03-14T15:11:56.209Z] support-scheduler-arm64 latest 9767cf4fd436 3 minutes ago 15.4MB [2022-03-14T15:11:56.209Z] bf68126a244f 3 minutes ago 1.49GB [2022-03-14T15:11:56.209Z] 2bb61ad40065 3 minutes ago 1.48GB [2022-03-14T15:11:56.209Z] 5faa87d0a4e5 3 minutes ago 1.48GB [2022-03-14T15:11:56.209Z] 3990694c5110 3 minutes ago 1.48GB [2022-03-14T15:11:56.209Z] ec55ca165286 3 minutes ago 1.48GB [2022-03-14T15:11:56.209Z] ci-base-image-arm64 latest 5a0c5b67958c 8 minutes ago 1.26GB [2022-03-14T15:11:56.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 5 weeks ago 551MB [2022-03-14T15:11:56.209Z] docker 20.10.10 520e9a0a30f7 4 months ago 200MB [2022-03-14T15:11:56.209Z] alpine 3.14 5b8b7b635229 4 months ago 5.35MB [2022-03-14T15:11:56.209Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 20 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-14T15:11:56.337Z] provisioning config files... [2022-03-14T15:11:56.354Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config5968238498518977706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:11:56.709Z] ---> docker-login.sh [2022-03-14T15:11:56.709Z] nexus3.edgexfoundry.org:10001 [2022-03-14T15:11:56.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:11:56.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:11:56.979Z] Configure a credential helper to remove this warning. See [2022-03-14T15:11:56.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:11:56.979Z] [2022-03-14T15:11:56.979Z] Login Succeeded [2022-03-14T15:11:56.979Z] nexus3.edgexfoundry.org:10002 [2022-03-14T15:11:57.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:11:57.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:11:57.578Z] Configure a credential helper to remove this warning. See [2022-03-14T15:11:57.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:11:57.578Z] [2022-03-14T15:11:57.578Z] Login Succeeded [2022-03-14T15:11:57.578Z] nexus3.edgexfoundry.org:10003 [2022-03-14T15:11:57.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:11:58.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:11:58.124Z] Configure a credential helper to remove this warning. See [2022-03-14T15:11:58.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:11:58.124Z] [2022-03-14T15:11:58.124Z] Login Succeeded [2022-03-14T15:11:58.124Z] nexus3.edgexfoundry.org:10004 [2022-03-14T15:11:58.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:11:58.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:11:58.669Z] Configure a credential helper to remove this warning. See [2022-03-14T15:11:58.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:11:58.669Z] [2022-03-14T15:11:58.669Z] Login Succeeded [2022-03-14T15:11:58.669Z] docker.io [2022-03-14T15:11:58.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-14T15:11:59.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-14T15:11:59.547Z] Configure a credential helper to remove this warning. See [2022-03-14T15:11:59.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-14T15:11:59.547Z] [2022-03-14T15:11:59.547Z] Login Succeeded [2022-03-14T15:11:59.547Z] ---> docker-login.sh ends [Pipeline] } [2022-03-14T15:11:59.564Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:11:59.596Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-14T15:11:59.619Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-03-14T15:11:59.620Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:11:59.620Z] latest [2022-03-14T15:11:59.620Z] 2.2.0-dev.35 [2022-03-14T15:11:59.620Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:11:59.620Z] main [2022-03-14T15:11:59.620Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:00.127Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:00.468Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:00.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-14T15:12:00.468Z] 449265279811: Preparing [2022-03-14T15:12:00.468Z] c9d069a6d868: Preparing [2022-03-14T15:12:00.468Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:00.468Z] 6568092206d0: Preparing [2022-03-14T15:12:00.468Z] 62170e181a92: Preparing [2022-03-14T15:12:00.468Z] 62170e181a92: Layer already exists [2022-03-14T15:12:00.741Z] 449265279811: Pushed [2022-03-14T15:12:00.742Z] 6568092206d0: Pushed [2022-03-14T15:12:00.742Z] fb91c4d4a0f2: Pushed [2022-03-14T15:12:03.352Z] c9d069a6d868: Pushed [2022-03-14T15:12:03.352Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:03.700Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:04.040Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-03-14T15:12:04.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-14T15:12:04.040Z] 449265279811: Preparing [2022-03-14T15:12:04.040Z] c9d069a6d868: Preparing [2022-03-14T15:12:04.040Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:04.040Z] 6568092206d0: Preparing [2022-03-14T15:12:04.040Z] 62170e181a92: Preparing [2022-03-14T15:12:04.040Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:04.040Z] 449265279811: Layer already exists [2022-03-14T15:12:04.040Z] 6568092206d0: Layer already exists [2022-03-14T15:12:04.040Z] 62170e181a92: Layer already exists [2022-03-14T15:12:04.040Z] c9d069a6d868: Layer already exists [2022-03-14T15:12:04.312Z] latest: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:04.658Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:04.993Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.35 [2022-03-14T15:12:04.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-14T15:12:04.994Z] 449265279811: Preparing [2022-03-14T15:12:04.994Z] c9d069a6d868: Preparing [2022-03-14T15:12:04.994Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:04.994Z] 6568092206d0: Preparing [2022-03-14T15:12:04.994Z] 62170e181a92: Preparing [2022-03-14T15:12:04.994Z] c9d069a6d868: Layer already exists [2022-03-14T15:12:04.994Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:04.994Z] 6568092206d0: Layer already exists [2022-03-14T15:12:04.994Z] 62170e181a92: Layer already exists [2022-03-14T15:12:04.994Z] 449265279811: Layer already exists [2022-03-14T15:12:05.265Z] 2.2.0-dev.35: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:05.607Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:05.942Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:05.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-14T15:12:05.942Z] 449265279811: Preparing [2022-03-14T15:12:05.942Z] c9d069a6d868: Preparing [2022-03-14T15:12:05.942Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:05.942Z] 6568092206d0: Preparing [2022-03-14T15:12:05.942Z] 62170e181a92: Preparing [2022-03-14T15:12:05.942Z] 449265279811: Layer already exists [2022-03-14T15:12:05.942Z] 62170e181a92: Layer already exists [2022-03-14T15:12:05.942Z] 6568092206d0: Layer already exists [2022-03-14T15:12:05.942Z] c9d069a6d868: Layer already exists [2022-03-14T15:12:05.942Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:06.211Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:06.551Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:06.886Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-03-14T15:12:06.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-14T15:12:06.886Z] 449265279811: Preparing [2022-03-14T15:12:06.886Z] c9d069a6d868: Preparing [2022-03-14T15:12:06.886Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:06.886Z] 6568092206d0: Preparing [2022-03-14T15:12:06.886Z] 62170e181a92: Preparing [2022-03-14T15:12:06.886Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:06.886Z] c9d069a6d868: Layer already exists [2022-03-14T15:12:06.886Z] 449265279811: Layer already exists [2022-03-14T15:12:06.886Z] 6568092206d0: Layer already exists [2022-03-14T15:12:06.886Z] 62170e181a92: Layer already exists [2022-03-14T15:12:07.156Z] main: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:07.203Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:07.212Z] taggedImages: [2022-03-14T15:12:07.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:07.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-03-14T15:12:07.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.35 [2022-03-14T15:12:07.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:07.212Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-03-14T15:12:07.233Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-03-14T15:12:07.233Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:07.233Z] latest [2022-03-14T15:12:07.233Z] 2.2.0-dev.35 [2022-03-14T15:12:07.233Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:07.233Z] main [2022-03-14T15:12:07.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:07.585Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:07.923Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:07.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-14T15:12:07.923Z] 62bb4acb0624: Preparing [2022-03-14T15:12:07.923Z] 5a7690ab673d: Preparing [2022-03-14T15:12:07.923Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:07.923Z] 55598cdeab43: Preparing [2022-03-14T15:12:07.923Z] 59cf2d21e6eb: Preparing [2022-03-14T15:12:07.923Z] 62170e181a92: Preparing [2022-03-14T15:12:07.923Z] 62170e181a92: Waiting [2022-03-14T15:12:08.207Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:08.207Z] 62170e181a92: Layer already exists [2022-03-14T15:12:08.207Z] 59cf2d21e6eb: Pushed [2022-03-14T15:12:08.207Z] 62bb4acb0624: Pushed [2022-03-14T15:12:08.802Z] 55598cdeab43: Pushed [2022-03-14T15:12:11.401Z] 5a7690ab673d: Pushed [2022-03-14T15:12:11.401Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:11.743Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:12.071Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-03-14T15:12:12.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-14T15:12:12.071Z] 62bb4acb0624: Preparing [2022-03-14T15:12:12.071Z] 5a7690ab673d: Preparing [2022-03-14T15:12:12.071Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:12.071Z] 55598cdeab43: Preparing [2022-03-14T15:12:12.071Z] 59cf2d21e6eb: Preparing [2022-03-14T15:12:12.071Z] 62170e181a92: Preparing [2022-03-14T15:12:12.071Z] 62170e181a92: Waiting [2022-03-14T15:12:12.071Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:12.071Z] 55598cdeab43: Layer already exists [2022-03-14T15:12:12.071Z] 62bb4acb0624: Layer already exists [2022-03-14T15:12:12.071Z] 5a7690ab673d: Layer already exists [2022-03-14T15:12:12.071Z] 59cf2d21e6eb: Layer already exists [2022-03-14T15:12:12.071Z] 62170e181a92: Layer already exists [2022-03-14T15:12:12.341Z] latest: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:12.692Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:13.032Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.35 [2022-03-14T15:12:13.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-14T15:12:13.032Z] 62bb4acb0624: Preparing [2022-03-14T15:12:13.032Z] 5a7690ab673d: Preparing [2022-03-14T15:12:13.032Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:13.032Z] 55598cdeab43: Preparing [2022-03-14T15:12:13.032Z] 59cf2d21e6eb: Preparing [2022-03-14T15:12:13.032Z] 62170e181a92: Preparing [2022-03-14T15:12:13.032Z] 62170e181a92: Waiting [2022-03-14T15:12:13.032Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:13.032Z] 59cf2d21e6eb: Layer already exists [2022-03-14T15:12:13.032Z] 62bb4acb0624: Layer already exists [2022-03-14T15:12:13.032Z] 55598cdeab43: Layer already exists [2022-03-14T15:12:13.032Z] 5a7690ab673d: Layer already exists [2022-03-14T15:12:13.032Z] 62170e181a92: Layer already exists [2022-03-14T15:12:13.308Z] 2.2.0-dev.35: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:13.683Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:14.041Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:14.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-14T15:12:14.041Z] 62bb4acb0624: Preparing [2022-03-14T15:12:14.041Z] 5a7690ab673d: Preparing [2022-03-14T15:12:14.041Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:14.041Z] 55598cdeab43: Preparing [2022-03-14T15:12:14.041Z] 59cf2d21e6eb: Preparing [2022-03-14T15:12:14.041Z] 62170e181a92: Preparing [2022-03-14T15:12:14.041Z] 62170e181a92: Waiting [2022-03-14T15:12:14.041Z] 5a7690ab673d: Layer already exists [2022-03-14T15:12:14.041Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:14.041Z] 55598cdeab43: Layer already exists [2022-03-14T15:12:14.041Z] 59cf2d21e6eb: Layer already exists [2022-03-14T15:12:14.041Z] 62bb4acb0624: Layer already exists [2022-03-14T15:12:14.041Z] 62170e181a92: Layer already exists [2022-03-14T15:12:14.318Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:14.679Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:15.033Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-03-14T15:12:15.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-14T15:12:15.033Z] 62bb4acb0624: Preparing [2022-03-14T15:12:15.033Z] 5a7690ab673d: Preparing [2022-03-14T15:12:15.033Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:15.033Z] 55598cdeab43: Preparing [2022-03-14T15:12:15.033Z] 59cf2d21e6eb: Preparing [2022-03-14T15:12:15.033Z] 62170e181a92: Preparing [2022-03-14T15:12:15.033Z] 62170e181a92: Waiting [2022-03-14T15:12:15.033Z] 59cf2d21e6eb: Layer already exists [2022-03-14T15:12:15.033Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:15.033Z] 5a7690ab673d: Layer already exists [2022-03-14T15:12:15.033Z] 62bb4acb0624: Layer already exists [2022-03-14T15:12:15.033Z] 55598cdeab43: Layer already exists [2022-03-14T15:12:15.033Z] 62170e181a92: Layer already exists [2022-03-14T15:12:15.312Z] main: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:15.366Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:15.376Z] taggedImages: [2022-03-14T15:12:15.376Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:15.376Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-03-14T15:12:15.376Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.35 [2022-03-14T15:12:15.376Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:15.376Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-03-14T15:12:15.401Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-03-14T15:12:15.401Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:15.401Z] latest [2022-03-14T15:12:15.401Z] 2.2.0-dev.35 [2022-03-14T15:12:15.401Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:15.401Z] main [2022-03-14T15:12:15.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:15.786Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:16.196Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:16.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-14T15:12:16.196Z] 23e79a91cbdf: Preparing [2022-03-14T15:12:16.196Z] 7dce9f09e310: Preparing [2022-03-14T15:12:16.196Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:16.196Z] 6568092206d0: Preparing [2022-03-14T15:12:16.196Z] 62170e181a92: Preparing [2022-03-14T15:12:16.196Z] 62170e181a92: Layer already exists [2022-03-14T15:12:16.477Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:16.477Z] 6568092206d0: Layer already exists [2022-03-14T15:12:16.477Z] 23e79a91cbdf: Pushed [2022-03-14T15:12:19.109Z] 7dce9f09e310: Pushed [2022-03-14T15:12:19.381Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:19.725Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:20.063Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-03-14T15:12:20.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-14T15:12:20.063Z] 23e79a91cbdf: Preparing [2022-03-14T15:12:20.063Z] 7dce9f09e310: Preparing [2022-03-14T15:12:20.063Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:20.063Z] 6568092206d0: Preparing [2022-03-14T15:12:20.063Z] 62170e181a92: Preparing [2022-03-14T15:12:20.063Z] 7dce9f09e310: Layer already exists [2022-03-14T15:12:20.063Z] 6568092206d0: Layer already exists [2022-03-14T15:12:20.063Z] 23e79a91cbdf: Layer already exists [2022-03-14T15:12:20.064Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:20.064Z] 62170e181a92: Layer already exists [2022-03-14T15:12:20.334Z] latest: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:20.675Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:21.011Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.35 [2022-03-14T15:12:21.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-14T15:12:21.011Z] 23e79a91cbdf: Preparing [2022-03-14T15:12:21.011Z] 7dce9f09e310: Preparing [2022-03-14T15:12:21.011Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:21.011Z] 6568092206d0: Preparing [2022-03-14T15:12:21.011Z] 62170e181a92: Preparing [2022-03-14T15:12:21.011Z] 23e79a91cbdf: Layer already exists [2022-03-14T15:12:21.011Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:21.011Z] 7dce9f09e310: Layer already exists [2022-03-14T15:12:21.011Z] 62170e181a92: Layer already exists [2022-03-14T15:12:21.281Z] 6568092206d0: Layer already exists [2022-03-14T15:12:21.281Z] 2.2.0-dev.35: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:21.626Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:21.962Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:21.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-14T15:12:21.962Z] 23e79a91cbdf: Preparing [2022-03-14T15:12:21.962Z] 7dce9f09e310: Preparing [2022-03-14T15:12:21.962Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:21.962Z] 6568092206d0: Preparing [2022-03-14T15:12:21.962Z] 62170e181a92: Preparing [2022-03-14T15:12:21.962Z] 6568092206d0: Layer already exists [2022-03-14T15:12:21.962Z] 62170e181a92: Layer already exists [2022-03-14T15:12:21.962Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:21.962Z] 23e79a91cbdf: Layer already exists [2022-03-14T15:12:21.962Z] 7dce9f09e310: Layer already exists [2022-03-14T15:12:22.232Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:22.572Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:22.910Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-03-14T15:12:22.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-14T15:12:22.910Z] 23e79a91cbdf: Preparing [2022-03-14T15:12:22.910Z] 7dce9f09e310: Preparing [2022-03-14T15:12:22.910Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:22.910Z] 6568092206d0: Preparing [2022-03-14T15:12:22.910Z] 62170e181a92: Preparing [2022-03-14T15:12:22.910Z] 23e79a91cbdf: Layer already exists [2022-03-14T15:12:22.910Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:22.910Z] 6568092206d0: Layer already exists [2022-03-14T15:12:22.910Z] 62170e181a92: Layer already exists [2022-03-14T15:12:22.910Z] 7dce9f09e310: Layer already exists [2022-03-14T15:12:23.181Z] main: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:23.228Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:23.236Z] taggedImages: [2022-03-14T15:12:23.236Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:23.236Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-03-14T15:12:23.236Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.35 [2022-03-14T15:12:23.236Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:23.236Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-03-14T15:12:23.256Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-03-14T15:12:23.256Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:23.256Z] latest [2022-03-14T15:12:23.256Z] 2.2.0-dev.35 [2022-03-14T15:12:23.256Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:23.256Z] main [2022-03-14T15:12:23.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:23.598Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:23.932Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:23.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-14T15:12:23.933Z] aff8f211b674: Preparing [2022-03-14T15:12:23.933Z] aff8f211b674: Preparing [2022-03-14T15:12:23.933Z] 8d4fc9172340: Preparing [2022-03-14T15:12:23.933Z] b413f117707e: Preparing [2022-03-14T15:12:23.933Z] 2d759e9a31fa: Preparing [2022-03-14T15:12:23.933Z] a57a1bae2319: Preparing [2022-03-14T15:12:23.933Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:23.933Z] 7de71b5f1022: Preparing [2022-03-14T15:12:23.933Z] 0077ca39f472: Preparing [2022-03-14T15:12:23.933Z] d016e48b2fb1: Preparing [2022-03-14T15:12:23.933Z] 2ae971223b2e: Preparing [2022-03-14T15:12:23.933Z] 62170e181a92: Preparing [2022-03-14T15:12:23.933Z] 0077ca39f472: Waiting [2022-03-14T15:12:23.933Z] d016e48b2fb1: Waiting [2022-03-14T15:12:23.933Z] 62170e181a92: Waiting [2022-03-14T15:12:23.933Z] 2ae971223b2e: Waiting [2022-03-14T15:12:24.213Z] 2d759e9a31fa: Pushed [2022-03-14T15:12:24.213Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:24.213Z] 8d4fc9172340: Pushed [2022-03-14T15:12:24.484Z] aff8f211b674: Pushed [2022-03-14T15:12:24.484Z] b413f117707e: Pushed [2022-03-14T15:12:24.484Z] 7de71b5f1022: Pushed [2022-03-14T15:12:24.484Z] 62170e181a92: Layer already exists [2022-03-14T15:12:24.484Z] 0077ca39f472: Pushed [2022-03-14T15:12:24.484Z] d016e48b2fb1: Pushed [2022-03-14T15:12:24.484Z] 2ae971223b2e: Pushed [2022-03-14T15:12:27.859Z] a57a1bae2319: Pushed [2022-03-14T15:12:27.859Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:28.197Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:28.562Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-03-14T15:12:28.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-14T15:12:28.562Z] aff8f211b674: Preparing [2022-03-14T15:12:28.562Z] aff8f211b674: Preparing [2022-03-14T15:12:28.562Z] 8d4fc9172340: Preparing [2022-03-14T15:12:28.562Z] b413f117707e: Preparing [2022-03-14T15:12:28.562Z] 2d759e9a31fa: Preparing [2022-03-14T15:12:28.562Z] a57a1bae2319: Preparing [2022-03-14T15:12:28.562Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:28.562Z] 7de71b5f1022: Preparing [2022-03-14T15:12:28.562Z] 0077ca39f472: Preparing [2022-03-14T15:12:28.562Z] d016e48b2fb1: Preparing [2022-03-14T15:12:28.562Z] 2ae971223b2e: Preparing [2022-03-14T15:12:28.562Z] 62170e181a92: Preparing [2022-03-14T15:12:28.562Z] fb91c4d4a0f2: Waiting [2022-03-14T15:12:28.562Z] 7de71b5f1022: Waiting [2022-03-14T15:12:28.562Z] 2ae971223b2e: Waiting [2022-03-14T15:12:28.562Z] 62170e181a92: Waiting [2022-03-14T15:12:28.562Z] 0077ca39f472: Waiting [2022-03-14T15:12:28.562Z] d016e48b2fb1: Waiting [2022-03-14T15:12:28.562Z] 8d4fc9172340: Layer already exists [2022-03-14T15:12:28.562Z] b413f117707e: Layer already exists [2022-03-14T15:12:28.562Z] 2d759e9a31fa: Layer already exists [2022-03-14T15:12:28.562Z] a57a1bae2319: Layer already exists [2022-03-14T15:12:28.562Z] aff8f211b674: Layer already exists [2022-03-14T15:12:28.562Z] 0077ca39f472: Layer already exists [2022-03-14T15:12:28.562Z] 7de71b5f1022: Layer already exists [2022-03-14T15:12:28.562Z] d016e48b2fb1: Layer already exists [2022-03-14T15:12:28.562Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:28.562Z] 2ae971223b2e: Layer already exists [2022-03-14T15:12:28.831Z] 62170e181a92: Layer already exists [2022-03-14T15:12:28.831Z] latest: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:29.171Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:29.515Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.35 [2022-03-14T15:12:29.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-14T15:12:29.515Z] aff8f211b674: Preparing [2022-03-14T15:12:29.515Z] aff8f211b674: Preparing [2022-03-14T15:12:29.515Z] 8d4fc9172340: Preparing [2022-03-14T15:12:29.515Z] b413f117707e: Preparing [2022-03-14T15:12:29.515Z] 2d759e9a31fa: Preparing [2022-03-14T15:12:29.515Z] a57a1bae2319: Preparing [2022-03-14T15:12:29.515Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:29.515Z] 7de71b5f1022: Preparing [2022-03-14T15:12:29.515Z] 0077ca39f472: Preparing [2022-03-14T15:12:29.515Z] d016e48b2fb1: Preparing [2022-03-14T15:12:29.515Z] 2ae971223b2e: Preparing [2022-03-14T15:12:29.515Z] 62170e181a92: Preparing [2022-03-14T15:12:29.515Z] 0077ca39f472: Waiting [2022-03-14T15:12:29.515Z] 2ae971223b2e: Waiting [2022-03-14T15:12:29.515Z] 62170e181a92: Waiting [2022-03-14T15:12:29.515Z] fb91c4d4a0f2: Waiting [2022-03-14T15:12:29.516Z] d016e48b2fb1: Waiting [2022-03-14T15:12:29.516Z] 7de71b5f1022: Waiting [2022-03-14T15:12:29.516Z] 8d4fc9172340: Layer already exists [2022-03-14T15:12:29.516Z] b413f117707e: Layer already exists [2022-03-14T15:12:29.786Z] 2d759e9a31fa: Layer already exists [2022-03-14T15:12:29.786Z] a57a1bae2319: Layer already exists [2022-03-14T15:12:29.786Z] aff8f211b674: Layer already exists [2022-03-14T15:12:29.786Z] 7de71b5f1022: Layer already exists [2022-03-14T15:12:29.786Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:29.786Z] 0077ca39f472: Layer already exists [2022-03-14T15:12:29.786Z] d016e48b2fb1: Layer already exists [2022-03-14T15:12:29.786Z] 2ae971223b2e: Layer already exists [2022-03-14T15:12:29.786Z] 62170e181a92: Layer already exists [2022-03-14T15:12:29.786Z] 2.2.0-dev.35: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:30.121Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:30.455Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:30.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-14T15:12:30.455Z] aff8f211b674: Preparing [2022-03-14T15:12:30.455Z] aff8f211b674: Preparing [2022-03-14T15:12:30.455Z] 8d4fc9172340: Preparing [2022-03-14T15:12:30.455Z] b413f117707e: Preparing [2022-03-14T15:12:30.455Z] 2d759e9a31fa: Preparing [2022-03-14T15:12:30.455Z] a57a1bae2319: Preparing [2022-03-14T15:12:30.455Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:30.455Z] 7de71b5f1022: Preparing [2022-03-14T15:12:30.455Z] 0077ca39f472: Preparing [2022-03-14T15:12:30.455Z] d016e48b2fb1: Preparing [2022-03-14T15:12:30.455Z] 2ae971223b2e: Preparing [2022-03-14T15:12:30.455Z] 62170e181a92: Preparing [2022-03-14T15:12:30.455Z] 7de71b5f1022: Waiting [2022-03-14T15:12:30.455Z] 0077ca39f472: Waiting [2022-03-14T15:12:30.455Z] d016e48b2fb1: Waiting [2022-03-14T15:12:30.455Z] 62170e181a92: Waiting [2022-03-14T15:12:30.455Z] 2ae971223b2e: Waiting [2022-03-14T15:12:30.455Z] fb91c4d4a0f2: Waiting [2022-03-14T15:12:30.727Z] a57a1bae2319: Layer already exists [2022-03-14T15:12:30.727Z] 2d759e9a31fa: Layer already exists [2022-03-14T15:12:30.727Z] b413f117707e: Layer already exists [2022-03-14T15:12:30.727Z] aff8f211b674: Layer already exists [2022-03-14T15:12:30.727Z] 8d4fc9172340: Layer already exists [2022-03-14T15:12:30.727Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:30.727Z] 7de71b5f1022: Layer already exists [2022-03-14T15:12:30.727Z] 0077ca39f472: Layer already exists [2022-03-14T15:12:30.727Z] d016e48b2fb1: Layer already exists [2022-03-14T15:12:30.727Z] 2ae971223b2e: Layer already exists [2022-03-14T15:12:30.727Z] 62170e181a92: Layer already exists [2022-03-14T15:12:30.727Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:31.068Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:31.402Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-03-14T15:12:31.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-14T15:12:31.402Z] aff8f211b674: Preparing [2022-03-14T15:12:31.402Z] aff8f211b674: Preparing [2022-03-14T15:12:31.402Z] 8d4fc9172340: Preparing [2022-03-14T15:12:31.402Z] b413f117707e: Preparing [2022-03-14T15:12:31.402Z] 2d759e9a31fa: Preparing [2022-03-14T15:12:31.402Z] a57a1bae2319: Preparing [2022-03-14T15:12:31.402Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:31.402Z] 7de71b5f1022: Preparing [2022-03-14T15:12:31.402Z] 0077ca39f472: Preparing [2022-03-14T15:12:31.402Z] d016e48b2fb1: Preparing [2022-03-14T15:12:31.402Z] 2ae971223b2e: Preparing [2022-03-14T15:12:31.402Z] 62170e181a92: Preparing [2022-03-14T15:12:31.402Z] 0077ca39f472: Waiting [2022-03-14T15:12:31.402Z] d016e48b2fb1: Waiting [2022-03-14T15:12:31.402Z] 2ae971223b2e: Waiting [2022-03-14T15:12:31.402Z] 62170e181a92: Waiting [2022-03-14T15:12:31.402Z] fb91c4d4a0f2: Waiting [2022-03-14T15:12:31.402Z] 7de71b5f1022: Waiting [2022-03-14T15:12:31.402Z] a57a1bae2319: Layer already exists [2022-03-14T15:12:31.402Z] b413f117707e: Layer already exists [2022-03-14T15:12:31.674Z] 8d4fc9172340: Layer already exists [2022-03-14T15:12:31.674Z] 2d759e9a31fa: Layer already exists [2022-03-14T15:12:31.674Z] aff8f211b674: Layer already exists [2022-03-14T15:12:31.674Z] 2ae971223b2e: Layer already exists [2022-03-14T15:12:31.674Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:31.674Z] 0077ca39f472: Layer already exists [2022-03-14T15:12:31.674Z] d016e48b2fb1: Layer already exists [2022-03-14T15:12:31.674Z] 7de71b5f1022: Layer already exists [2022-03-14T15:12:31.674Z] 62170e181a92: Layer already exists [2022-03-14T15:12:31.674Z] main: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:31.724Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:31.734Z] taggedImages: [2022-03-14T15:12:31.734Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:31.734Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-03-14T15:12:31.734Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.35 [2022-03-14T15:12:31.734Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:31.734Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-03-14T15:12:31.753Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-03-14T15:12:31.753Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:31.753Z] latest [2022-03-14T15:12:31.753Z] 2.2.0-dev.35 [2022-03-14T15:12:31.753Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:31.753Z] main [2022-03-14T15:12:31.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:32.086Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:32.416Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:32.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-14T15:12:32.416Z] 0f7133e734fc: Preparing [2022-03-14T15:12:32.416Z] 92c590cfdff4: Preparing [2022-03-14T15:12:32.416Z] fb8bae731b5a: Preparing [2022-03-14T15:12:32.416Z] 187bae4e5d6c: Preparing [2022-03-14T15:12:32.416Z] 4ddd687f15c8: Preparing [2022-03-14T15:12:32.416Z] 62170e181a92: Preparing [2022-03-14T15:12:32.416Z] 62170e181a92: Waiting [2022-03-14T15:12:33.010Z] fb8bae731b5a: Pushed [2022-03-14T15:12:33.010Z] 187bae4e5d6c: Pushed [2022-03-14T15:12:33.010Z] 62170e181a92: Layer already exists [2022-03-14T15:12:33.283Z] 4ddd687f15c8: Pushed [2022-03-14T15:12:35.248Z] 0f7133e734fc: Pushed [2022-03-14T15:12:35.248Z] 92c590cfdff4: Pushed [2022-03-14T15:12:35.519Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:35.862Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:36.197Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-03-14T15:12:36.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-14T15:12:36.197Z] 0f7133e734fc: Preparing [2022-03-14T15:12:36.197Z] 92c590cfdff4: Preparing [2022-03-14T15:12:36.197Z] fb8bae731b5a: Preparing [2022-03-14T15:12:36.197Z] 187bae4e5d6c: Preparing [2022-03-14T15:12:36.197Z] 4ddd687f15c8: Preparing [2022-03-14T15:12:36.197Z] 62170e181a92: Preparing [2022-03-14T15:12:36.197Z] 62170e181a92: Waiting [2022-03-14T15:12:36.197Z] 0f7133e734fc: Layer already exists [2022-03-14T15:12:36.197Z] 92c590cfdff4: Layer already exists [2022-03-14T15:12:36.197Z] 187bae4e5d6c: Layer already exists [2022-03-14T15:12:36.197Z] 4ddd687f15c8: Layer already exists [2022-03-14T15:12:36.197Z] fb8bae731b5a: Layer already exists [2022-03-14T15:12:36.467Z] 62170e181a92: Layer already exists [2022-03-14T15:12:36.467Z] latest: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:36.809Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:37.142Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.35 [2022-03-14T15:12:37.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-14T15:12:37.142Z] 0f7133e734fc: Preparing [2022-03-14T15:12:37.142Z] 92c590cfdff4: Preparing [2022-03-14T15:12:37.142Z] fb8bae731b5a: Preparing [2022-03-14T15:12:37.142Z] 187bae4e5d6c: Preparing [2022-03-14T15:12:37.142Z] 4ddd687f15c8: Preparing [2022-03-14T15:12:37.142Z] 62170e181a92: Preparing [2022-03-14T15:12:37.142Z] 62170e181a92: Waiting [2022-03-14T15:12:37.411Z] 92c590cfdff4: Layer already exists [2022-03-14T15:12:37.411Z] fb8bae731b5a: Layer already exists [2022-03-14T15:12:37.411Z] 187bae4e5d6c: Layer already exists [2022-03-14T15:12:37.411Z] 0f7133e734fc: Layer already exists [2022-03-14T15:12:37.411Z] 4ddd687f15c8: Layer already exists [2022-03-14T15:12:37.411Z] 62170e181a92: Layer already exists [2022-03-14T15:12:37.411Z] 2.2.0-dev.35: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:37.752Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:38.084Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:38.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-14T15:12:38.084Z] 0f7133e734fc: Preparing [2022-03-14T15:12:38.084Z] 92c590cfdff4: Preparing [2022-03-14T15:12:38.084Z] fb8bae731b5a: Preparing [2022-03-14T15:12:38.084Z] 187bae4e5d6c: Preparing [2022-03-14T15:12:38.084Z] 4ddd687f15c8: Preparing [2022-03-14T15:12:38.084Z] 62170e181a92: Preparing [2022-03-14T15:12:38.084Z] 62170e181a92: Waiting [2022-03-14T15:12:38.356Z] fb8bae731b5a: Layer already exists [2022-03-14T15:12:38.356Z] 92c590cfdff4: Layer already exists [2022-03-14T15:12:38.356Z] 187bae4e5d6c: Layer already exists [2022-03-14T15:12:38.356Z] 0f7133e734fc: Layer already exists [2022-03-14T15:12:38.356Z] 4ddd687f15c8: Layer already exists [2022-03-14T15:12:38.356Z] 62170e181a92: Layer already exists [2022-03-14T15:12:38.356Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:38.693Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:39.027Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-03-14T15:12:39.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-14T15:12:39.028Z] 0f7133e734fc: Preparing [2022-03-14T15:12:39.028Z] 92c590cfdff4: Preparing [2022-03-14T15:12:39.028Z] fb8bae731b5a: Preparing [2022-03-14T15:12:39.028Z] 187bae4e5d6c: Preparing [2022-03-14T15:12:39.028Z] 4ddd687f15c8: Preparing [2022-03-14T15:12:39.028Z] 62170e181a92: Preparing [2022-03-14T15:12:39.028Z] 62170e181a92: Waiting [2022-03-14T15:12:39.028Z] 187bae4e5d6c: Layer already exists [2022-03-14T15:12:39.028Z] fb8bae731b5a: Layer already exists [2022-03-14T15:12:39.028Z] 0f7133e734fc: Layer already exists [2022-03-14T15:12:39.028Z] 92c590cfdff4: Layer already exists [2022-03-14T15:12:39.298Z] 4ddd687f15c8: Layer already exists [2022-03-14T15:12:39.298Z] 62170e181a92: Layer already exists [2022-03-14T15:12:39.298Z] main: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:39.343Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:39.351Z] taggedImages: [2022-03-14T15:12:39.351Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:39.351Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-03-14T15:12:39.351Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.35 [2022-03-14T15:12:39.351Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:39.351Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-03-14T15:12:39.374Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-03-14T15:12:39.374Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:39.374Z] latest [2022-03-14T15:12:39.374Z] 2.2.0-dev.35 [2022-03-14T15:12:39.374Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:39.374Z] main [2022-03-14T15:12:39.374Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:39.729Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:40.061Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:40.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-14T15:12:40.061Z] 9a3da38d6d45: Preparing [2022-03-14T15:12:40.061Z] 28dfa2a37e13: Preparing [2022-03-14T15:12:40.061Z] 9dba8f1d7b14: Preparing [2022-03-14T15:12:40.061Z] 63948a7bca00: Preparing [2022-03-14T15:12:40.061Z] a61c539a8e60: Preparing [2022-03-14T15:12:40.061Z] 27becc9ad806: Preparing [2022-03-14T15:12:40.061Z] 1ccf9d161dbf: Preparing [2022-03-14T15:12:40.061Z] bda071722d4b: Preparing [2022-03-14T15:12:40.061Z] fb619778ed45: Preparing [2022-03-14T15:12:40.061Z] 62170e181a92: Preparing [2022-03-14T15:12:40.061Z] 27becc9ad806: Waiting [2022-03-14T15:12:40.061Z] 1ccf9d161dbf: Waiting [2022-03-14T15:12:40.061Z] bda071722d4b: Waiting [2022-03-14T15:12:40.061Z] fb619778ed45: Waiting [2022-03-14T15:12:40.061Z] 62170e181a92: Waiting [2022-03-14T15:12:40.651Z] 28dfa2a37e13: Pushed [2022-03-14T15:12:40.651Z] a61c539a8e60: Pushed [2022-03-14T15:12:40.651Z] 9a3da38d6d45: Pushed [2022-03-14T15:12:40.651Z] 27becc9ad806: Pushed [2022-03-14T15:12:40.924Z] bda071722d4b: Pushed [2022-03-14T15:12:40.924Z] 1ccf9d161dbf: Pushed [2022-03-14T15:12:40.924Z] 62170e181a92: Layer already exists [2022-03-14T15:12:41.195Z] fb619778ed45: Pushed [2022-03-14T15:12:42.621Z] 63948a7bca00: Pushed [2022-03-14T15:12:43.212Z] 9dba8f1d7b14: Pushed [2022-03-14T15:12:43.483Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:43.825Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:44.161Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-03-14T15:12:44.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-14T15:12:44.161Z] 9a3da38d6d45: Preparing [2022-03-14T15:12:44.161Z] 28dfa2a37e13: Preparing [2022-03-14T15:12:44.161Z] 9dba8f1d7b14: Preparing [2022-03-14T15:12:44.161Z] 63948a7bca00: Preparing [2022-03-14T15:12:44.161Z] a61c539a8e60: Preparing [2022-03-14T15:12:44.161Z] 27becc9ad806: Preparing [2022-03-14T15:12:44.161Z] 1ccf9d161dbf: Preparing [2022-03-14T15:12:44.161Z] bda071722d4b: Preparing [2022-03-14T15:12:44.161Z] fb619778ed45: Preparing [2022-03-14T15:12:44.161Z] 62170e181a92: Preparing [2022-03-14T15:12:44.161Z] fb619778ed45: Waiting [2022-03-14T15:12:44.161Z] bda071722d4b: Waiting [2022-03-14T15:12:44.161Z] 62170e181a92: Waiting [2022-03-14T15:12:44.161Z] 27becc9ad806: Waiting [2022-03-14T15:12:44.161Z] 1ccf9d161dbf: Waiting [2022-03-14T15:12:44.161Z] 9dba8f1d7b14: Layer already exists [2022-03-14T15:12:44.161Z] 9a3da38d6d45: Layer already exists [2022-03-14T15:12:44.161Z] 63948a7bca00: Layer already exists [2022-03-14T15:12:44.161Z] a61c539a8e60: Layer already exists [2022-03-14T15:12:44.433Z] 28dfa2a37e13: Layer already exists [2022-03-14T15:12:44.433Z] 27becc9ad806: Layer already exists [2022-03-14T15:12:44.433Z] 1ccf9d161dbf: Layer already exists [2022-03-14T15:12:44.433Z] bda071722d4b: Layer already exists [2022-03-14T15:12:44.433Z] fb619778ed45: Layer already exists [2022-03-14T15:12:44.433Z] 62170e181a92: Layer already exists [2022-03-14T15:12:44.433Z] latest: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:44.774Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:45.111Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.35 [2022-03-14T15:12:45.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-14T15:12:45.111Z] 9a3da38d6d45: Preparing [2022-03-14T15:12:45.111Z] 28dfa2a37e13: Preparing [2022-03-14T15:12:45.111Z] 9dba8f1d7b14: Preparing [2022-03-14T15:12:45.111Z] 63948a7bca00: Preparing [2022-03-14T15:12:45.111Z] a61c539a8e60: Preparing [2022-03-14T15:12:45.111Z] 27becc9ad806: Preparing [2022-03-14T15:12:45.111Z] 1ccf9d161dbf: Preparing [2022-03-14T15:12:45.111Z] bda071722d4b: Preparing [2022-03-14T15:12:45.111Z] fb619778ed45: Preparing [2022-03-14T15:12:45.111Z] 62170e181a92: Preparing [2022-03-14T15:12:45.111Z] bda071722d4b: Waiting [2022-03-14T15:12:45.111Z] 27becc9ad806: Waiting [2022-03-14T15:12:45.111Z] fb619778ed45: Waiting [2022-03-14T15:12:45.111Z] 1ccf9d161dbf: Waiting [2022-03-14T15:12:45.111Z] 62170e181a92: Waiting [2022-03-14T15:12:45.111Z] 9dba8f1d7b14: Layer already exists [2022-03-14T15:12:45.111Z] 63948a7bca00: Layer already exists [2022-03-14T15:12:45.111Z] 28dfa2a37e13: Layer already exists [2022-03-14T15:12:45.111Z] 9a3da38d6d45: Layer already exists [2022-03-14T15:12:45.111Z] a61c539a8e60: Layer already exists [2022-03-14T15:12:45.381Z] 27becc9ad806: Layer already exists [2022-03-14T15:12:45.381Z] 1ccf9d161dbf: Layer already exists [2022-03-14T15:12:45.381Z] bda071722d4b: Layer already exists [2022-03-14T15:12:45.381Z] fb619778ed45: Layer already exists [2022-03-14T15:12:45.381Z] 62170e181a92: Layer already exists [2022-03-14T15:12:45.381Z] 2.2.0-dev.35: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:45.722Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:46.059Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:46.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-14T15:12:46.059Z] 9a3da38d6d45: Preparing [2022-03-14T15:12:46.059Z] 28dfa2a37e13: Preparing [2022-03-14T15:12:46.059Z] 9dba8f1d7b14: Preparing [2022-03-14T15:12:46.059Z] 63948a7bca00: Preparing [2022-03-14T15:12:46.059Z] a61c539a8e60: Preparing [2022-03-14T15:12:46.059Z] 27becc9ad806: Preparing [2022-03-14T15:12:46.059Z] 1ccf9d161dbf: Preparing [2022-03-14T15:12:46.059Z] bda071722d4b: Preparing [2022-03-14T15:12:46.059Z] fb619778ed45: Preparing [2022-03-14T15:12:46.059Z] 62170e181a92: Preparing [2022-03-14T15:12:46.059Z] bda071722d4b: Waiting [2022-03-14T15:12:46.059Z] fb619778ed45: Waiting [2022-03-14T15:12:46.059Z] 62170e181a92: Waiting [2022-03-14T15:12:46.059Z] 1ccf9d161dbf: Waiting [2022-03-14T15:12:46.059Z] 63948a7bca00: Layer already exists [2022-03-14T15:12:46.059Z] 28dfa2a37e13: Layer already exists [2022-03-14T15:12:46.059Z] a61c539a8e60: Layer already exists [2022-03-14T15:12:46.059Z] 9a3da38d6d45: Layer already exists [2022-03-14T15:12:46.059Z] 9dba8f1d7b14: Layer already exists [2022-03-14T15:12:46.328Z] 27becc9ad806: Layer already exists [2022-03-14T15:12:46.328Z] 1ccf9d161dbf: Layer already exists [2022-03-14T15:12:46.328Z] 62170e181a92: Layer already exists [2022-03-14T15:12:46.328Z] bda071722d4b: Layer already exists [2022-03-14T15:12:46.328Z] fb619778ed45: Layer already exists [2022-03-14T15:12:46.328Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:46.665Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:46.995Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-03-14T15:12:46.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-14T15:12:46.995Z] 9a3da38d6d45: Preparing [2022-03-14T15:12:46.995Z] 28dfa2a37e13: Preparing [2022-03-14T15:12:46.995Z] 9dba8f1d7b14: Preparing [2022-03-14T15:12:46.995Z] 63948a7bca00: Preparing [2022-03-14T15:12:46.995Z] a61c539a8e60: Preparing [2022-03-14T15:12:46.995Z] 27becc9ad806: Preparing [2022-03-14T15:12:46.995Z] 1ccf9d161dbf: Preparing [2022-03-14T15:12:46.995Z] bda071722d4b: Preparing [2022-03-14T15:12:46.995Z] fb619778ed45: Preparing [2022-03-14T15:12:46.995Z] 62170e181a92: Preparing [2022-03-14T15:12:46.995Z] 27becc9ad806: Waiting [2022-03-14T15:12:46.995Z] bda071722d4b: Waiting [2022-03-14T15:12:46.995Z] 1ccf9d161dbf: Waiting [2022-03-14T15:12:46.995Z] fb619778ed45: Waiting [2022-03-14T15:12:46.995Z] 62170e181a92: Waiting [2022-03-14T15:12:46.995Z] 63948a7bca00: Layer already exists [2022-03-14T15:12:46.995Z] a61c539a8e60: Layer already exists [2022-03-14T15:12:46.995Z] 9dba8f1d7b14: Layer already exists [2022-03-14T15:12:46.995Z] 28dfa2a37e13: Layer already exists [2022-03-14T15:12:46.995Z] 9a3da38d6d45: Layer already exists [2022-03-14T15:12:47.266Z] 1ccf9d161dbf: Layer already exists [2022-03-14T15:12:47.266Z] 27becc9ad806: Layer already exists [2022-03-14T15:12:47.266Z] fb619778ed45: Layer already exists [2022-03-14T15:12:47.266Z] bda071722d4b: Layer already exists [2022-03-14T15:12:47.266Z] 62170e181a92: Layer already exists [2022-03-14T15:12:47.266Z] main: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:47.315Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:47.324Z] taggedImages: [2022-03-14T15:12:47.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:47.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-03-14T15:12:47.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.35 [2022-03-14T15:12:47.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:47.324Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-03-14T15:12:47.348Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-03-14T15:12:47.348Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:47.348Z] latest [2022-03-14T15:12:47.348Z] 2.2.0-dev.35 [2022-03-14T15:12:47.348Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:47.348Z] main [2022-03-14T15:12:47.348Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:47.703Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:48.048Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:48.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-14T15:12:48.048Z] b648779f9ebb: Preparing [2022-03-14T15:12:48.048Z] 7d02a9476cb0: Preparing [2022-03-14T15:12:48.048Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:48.048Z] 03d4b0f07aa9: Preparing [2022-03-14T15:12:48.048Z] 62170e181a92: Preparing [2022-03-14T15:12:48.320Z] 62170e181a92: Layer already exists [2022-03-14T15:12:48.320Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:48.320Z] b648779f9ebb: Pushed [2022-03-14T15:12:48.591Z] 03d4b0f07aa9: Pushed [2022-03-14T15:12:51.203Z] 7d02a9476cb0: Pushed [2022-03-14T15:12:51.203Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:51.546Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:51.888Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-03-14T15:12:51.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-14T15:12:51.888Z] b648779f9ebb: Preparing [2022-03-14T15:12:51.888Z] 7d02a9476cb0: Preparing [2022-03-14T15:12:51.888Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:51.888Z] 03d4b0f07aa9: Preparing [2022-03-14T15:12:51.888Z] 62170e181a92: Preparing [2022-03-14T15:12:51.888Z] 03d4b0f07aa9: Layer already exists [2022-03-14T15:12:51.888Z] 7d02a9476cb0: Layer already exists [2022-03-14T15:12:51.888Z] 62170e181a92: Layer already exists [2022-03-14T15:12:51.888Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:51.888Z] b648779f9ebb: Layer already exists [2022-03-14T15:12:52.158Z] latest: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:52.493Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:52.828Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.35 [2022-03-14T15:12:52.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-14T15:12:52.828Z] b648779f9ebb: Preparing [2022-03-14T15:12:52.828Z] 7d02a9476cb0: Preparing [2022-03-14T15:12:52.828Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:52.828Z] 03d4b0f07aa9: Preparing [2022-03-14T15:12:52.828Z] 62170e181a92: Preparing [2022-03-14T15:12:52.828Z] 7d02a9476cb0: Layer already exists [2022-03-14T15:12:52.828Z] 62170e181a92: Layer already exists [2022-03-14T15:12:52.828Z] b648779f9ebb: Layer already exists [2022-03-14T15:12:52.828Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:52.828Z] 03d4b0f07aa9: Layer already exists [2022-03-14T15:12:53.099Z] 2.2.0-dev.35: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:53.437Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:53.769Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:53.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-14T15:12:53.769Z] b648779f9ebb: Preparing [2022-03-14T15:12:53.769Z] 7d02a9476cb0: Preparing [2022-03-14T15:12:53.769Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:53.769Z] 03d4b0f07aa9: Preparing [2022-03-14T15:12:53.769Z] 62170e181a92: Preparing [2022-03-14T15:12:53.769Z] 62170e181a92: Layer already exists [2022-03-14T15:12:53.769Z] 03d4b0f07aa9: Layer already exists [2022-03-14T15:12:53.769Z] b648779f9ebb: Layer already exists [2022-03-14T15:12:53.769Z] 7d02a9476cb0: Layer already exists [2022-03-14T15:12:53.769Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:54.039Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:54.379Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:54.717Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-03-14T15:12:54.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-14T15:12:54.717Z] b648779f9ebb: Preparing [2022-03-14T15:12:54.717Z] 7d02a9476cb0: Preparing [2022-03-14T15:12:54.717Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:54.717Z] 03d4b0f07aa9: Preparing [2022-03-14T15:12:54.717Z] 62170e181a92: Preparing [2022-03-14T15:12:54.717Z] 62170e181a92: Layer already exists [2022-03-14T15:12:54.717Z] b648779f9ebb: Layer already exists [2022-03-14T15:12:54.717Z] 7d02a9476cb0: Layer already exists [2022-03-14T15:12:54.717Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:54.717Z] 03d4b0f07aa9: Layer already exists [2022-03-14T15:12:54.986Z] main: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:12:55.028Z] ===================================================== [Pipeline] echo [2022-03-14T15:12:55.038Z] taggedImages: [2022-03-14T15:12:55.038Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:55.038Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-03-14T15:12:55.038Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.35 [2022-03-14T15:12:55.038Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:55.038Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-03-14T15:12:55.060Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-03-14T15:12:55.060Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:55.060Z] latest [2022-03-14T15:12:55.060Z] 2.2.0-dev.35 [2022-03-14T15:12:55.060Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:12:55.060Z] main [2022-03-14T15:12:55.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:55.398Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:55.730Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:12:55.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-14T15:12:55.730Z] 94f9f4cc7fc5: Preparing [2022-03-14T15:12:55.730Z] 4be563f94acf: Preparing [2022-03-14T15:12:55.730Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:55.730Z] 6568092206d0: Preparing [2022-03-14T15:12:55.730Z] 62170e181a92: Preparing [2022-03-14T15:12:55.730Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:56.002Z] 6568092206d0: Layer already exists [2022-03-14T15:12:56.002Z] 62170e181a92: Layer already exists [2022-03-14T15:12:56.002Z] 94f9f4cc7fc5: Pushed [2022-03-14T15:12:58.602Z] 4be563f94acf: Pushed [2022-03-14T15:12:58.602Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:58.944Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:59.278Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-03-14T15:12:59.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-14T15:12:59.278Z] 94f9f4cc7fc5: Preparing [2022-03-14T15:12:59.278Z] 4be563f94acf: Preparing [2022-03-14T15:12:59.278Z] fb91c4d4a0f2: Preparing [2022-03-14T15:12:59.278Z] 6568092206d0: Preparing [2022-03-14T15:12:59.278Z] 62170e181a92: Preparing [2022-03-14T15:12:59.278Z] 94f9f4cc7fc5: Layer already exists [2022-03-14T15:12:59.278Z] 62170e181a92: Layer already exists [2022-03-14T15:12:59.278Z] 6568092206d0: Layer already exists [2022-03-14T15:12:59.278Z] 4be563f94acf: Layer already exists [2022-03-14T15:12:59.278Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:12:59.547Z] latest: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:12:59.888Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:00.223Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.35 [2022-03-14T15:13:00.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-14T15:13:00.223Z] 94f9f4cc7fc5: Preparing [2022-03-14T15:13:00.223Z] 4be563f94acf: Preparing [2022-03-14T15:13:00.223Z] fb91c4d4a0f2: Preparing [2022-03-14T15:13:00.223Z] 6568092206d0: Preparing [2022-03-14T15:13:00.223Z] 62170e181a92: Preparing [2022-03-14T15:13:00.224Z] 4be563f94acf: Layer already exists [2022-03-14T15:13:00.224Z] 62170e181a92: Layer already exists [2022-03-14T15:13:00.224Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:13:00.224Z] 94f9f4cc7fc5: Layer already exists [2022-03-14T15:13:00.224Z] 6568092206d0: Layer already exists [2022-03-14T15:13:00.495Z] 2.2.0-dev.35: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:00.833Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:01.210Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:13:01.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-14T15:13:01.210Z] 94f9f4cc7fc5: Preparing [2022-03-14T15:13:01.210Z] 4be563f94acf: Preparing [2022-03-14T15:13:01.210Z] fb91c4d4a0f2: Preparing [2022-03-14T15:13:01.210Z] 6568092206d0: Preparing [2022-03-14T15:13:01.210Z] 62170e181a92: Preparing [2022-03-14T15:13:01.481Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:13:01.481Z] 4be563f94acf: Layer already exists [2022-03-14T15:13:01.481Z] 6568092206d0: Layer already exists [2022-03-14T15:13:01.481Z] 62170e181a92: Layer already exists [2022-03-14T15:13:01.481Z] 94f9f4cc7fc5: Layer already exists [2022-03-14T15:13:01.481Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:01.835Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:02.188Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-03-14T15:13:02.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-14T15:13:02.189Z] 94f9f4cc7fc5: Preparing [2022-03-14T15:13:02.189Z] 4be563f94acf: Preparing [2022-03-14T15:13:02.189Z] fb91c4d4a0f2: Preparing [2022-03-14T15:13:02.189Z] 6568092206d0: Preparing [2022-03-14T15:13:02.189Z] 62170e181a92: Preparing [2022-03-14T15:13:02.189Z] 94f9f4cc7fc5: Layer already exists [2022-03-14T15:13:02.189Z] 6568092206d0: Layer already exists [2022-03-14T15:13:02.189Z] 62170e181a92: Layer already exists [2022-03-14T15:13:02.189Z] 4be563f94acf: Layer already exists [2022-03-14T15:13:02.189Z] fb91c4d4a0f2: Layer already exists [2022-03-14T15:13:02.460Z] main: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:13:02.507Z] ===================================================== [Pipeline] echo [2022-03-14T15:13:02.516Z] taggedImages: [2022-03-14T15:13:02.516Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:13:02.516Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-03-14T15:13:02.516Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.35 [2022-03-14T15:13:02.516Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:13:02.516Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-03-14T15:13:02.537Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-03-14T15:13:02.537Z] fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:13:02.537Z] latest [2022-03-14T15:13:02.537Z] 2.2.0-dev.35 [2022-03-14T15:13:02.537Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:13:02.537Z] main [2022-03-14T15:13:02.537Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:02.884Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:03.292Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:13:03.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-14T15:13:03.293Z] c0bcde24c626: Preparing [2022-03-14T15:13:03.293Z] b6251fd72f56: Preparing [2022-03-14T15:13:03.293Z] 977502e18236: Preparing [2022-03-14T15:13:03.293Z] 41f77a6851f4: Preparing [2022-03-14T15:13:03.293Z] e25cc80ef78c: Preparing [2022-03-14T15:13:03.293Z] f7be28c579d0: Preparing [2022-03-14T15:13:03.293Z] 5ddf987a193f: Preparing [2022-03-14T15:13:03.293Z] 05d0a213effb: Preparing [2022-03-14T15:13:03.293Z] 087270190219: Preparing [2022-03-14T15:13:03.293Z] b49c6594ab31: Preparing [2022-03-14T15:13:03.293Z] 62170e181a92: Preparing [2022-03-14T15:13:03.293Z] 05d0a213effb: Waiting [2022-03-14T15:13:03.293Z] 087270190219: Waiting [2022-03-14T15:13:03.293Z] b49c6594ab31: Waiting [2022-03-14T15:13:03.293Z] f7be28c579d0: Waiting [2022-03-14T15:13:03.293Z] 5ddf987a193f: Waiting [2022-03-14T15:13:03.293Z] 62170e181a92: Waiting [2022-03-14T15:13:03.293Z] e25cc80ef78c: Layer already exists [2022-03-14T15:13:03.578Z] f7be28c579d0: Layer already exists [2022-03-14T15:13:03.578Z] 5ddf987a193f: Layer already exists [2022-03-14T15:13:03.578Z] 05d0a213effb: Layer already exists [2022-03-14T15:13:03.578Z] b6251fd72f56: Pushed [2022-03-14T15:13:03.578Z] 087270190219: Layer already exists [2022-03-14T15:13:03.578Z] b49c6594ab31: Layer already exists [2022-03-14T15:13:03.874Z] 62170e181a92: Layer already exists [2022-03-14T15:13:04.472Z] c0bcde24c626: Pushed [2022-03-14T15:13:06.438Z] 977502e18236: Pushed [2022-03-14T15:13:21.485Z] 41f77a6851f4: Pushed [2022-03-14T15:13:21.485Z] fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:21.828Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:22.168Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-03-14T15:13:22.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-14T15:13:22.168Z] c0bcde24c626: Preparing [2022-03-14T15:13:22.168Z] b6251fd72f56: Preparing [2022-03-14T15:13:22.168Z] 977502e18236: Preparing [2022-03-14T15:13:22.168Z] 41f77a6851f4: Preparing [2022-03-14T15:13:22.168Z] e25cc80ef78c: Preparing [2022-03-14T15:13:22.168Z] f7be28c579d0: Preparing [2022-03-14T15:13:22.168Z] 5ddf987a193f: Preparing [2022-03-14T15:13:22.168Z] 05d0a213effb: Preparing [2022-03-14T15:13:22.168Z] 087270190219: Preparing [2022-03-14T15:13:22.168Z] b49c6594ab31: Preparing [2022-03-14T15:13:22.168Z] 62170e181a92: Preparing [2022-03-14T15:13:22.168Z] 5ddf987a193f: Waiting [2022-03-14T15:13:22.168Z] 05d0a213effb: Waiting [2022-03-14T15:13:22.168Z] 087270190219: Waiting [2022-03-14T15:13:22.168Z] b49c6594ab31: Waiting [2022-03-14T15:13:22.168Z] f7be28c579d0: Waiting [2022-03-14T15:13:22.168Z] 62170e181a92: Waiting [2022-03-14T15:13:22.168Z] c0bcde24c626: Layer already exists [2022-03-14T15:13:22.168Z] 977502e18236: Layer already exists [2022-03-14T15:13:22.168Z] 41f77a6851f4: Layer already exists [2022-03-14T15:13:22.168Z] b6251fd72f56: Layer already exists [2022-03-14T15:13:22.168Z] e25cc80ef78c: Layer already exists [2022-03-14T15:13:22.439Z] 087270190219: Layer already exists [2022-03-14T15:13:22.439Z] b49c6594ab31: Layer already exists [2022-03-14T15:13:22.439Z] 05d0a213effb: Layer already exists [2022-03-14T15:13:22.439Z] f7be28c579d0: Layer already exists [2022-03-14T15:13:22.439Z] 5ddf987a193f: Layer already exists [2022-03-14T15:13:22.439Z] 62170e181a92: Layer already exists [2022-03-14T15:13:22.439Z] latest: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:22.780Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:23.120Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.35 [2022-03-14T15:13:23.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-14T15:13:23.120Z] c0bcde24c626: Preparing [2022-03-14T15:13:23.120Z] b6251fd72f56: Preparing [2022-03-14T15:13:23.120Z] 977502e18236: Preparing [2022-03-14T15:13:23.120Z] 41f77a6851f4: Preparing [2022-03-14T15:13:23.120Z] e25cc80ef78c: Preparing [2022-03-14T15:13:23.120Z] f7be28c579d0: Preparing [2022-03-14T15:13:23.120Z] 5ddf987a193f: Preparing [2022-03-14T15:13:23.120Z] 05d0a213effb: Preparing [2022-03-14T15:13:23.120Z] 087270190219: Preparing [2022-03-14T15:13:23.120Z] b49c6594ab31: Preparing [2022-03-14T15:13:23.120Z] 62170e181a92: Preparing [2022-03-14T15:13:23.120Z] 05d0a213effb: Waiting [2022-03-14T15:13:23.120Z] 087270190219: Waiting [2022-03-14T15:13:23.120Z] f7be28c579d0: Waiting [2022-03-14T15:13:23.120Z] b49c6594ab31: Waiting [2022-03-14T15:13:23.120Z] 62170e181a92: Waiting [2022-03-14T15:13:23.120Z] 5ddf987a193f: Waiting [2022-03-14T15:13:23.120Z] 41f77a6851f4: Layer already exists [2022-03-14T15:13:23.120Z] e25cc80ef78c: Layer already exists [2022-03-14T15:13:23.120Z] 977502e18236: Layer already exists [2022-03-14T15:13:23.120Z] b6251fd72f56: Layer already exists [2022-03-14T15:13:23.120Z] c0bcde24c626: Layer already exists [2022-03-14T15:13:23.391Z] f7be28c579d0: Layer already exists [2022-03-14T15:13:23.391Z] b49c6594ab31: Layer already exists [2022-03-14T15:13:23.391Z] 05d0a213effb: Layer already exists [2022-03-14T15:13:23.391Z] 5ddf987a193f: Layer already exists [2022-03-14T15:13:23.391Z] 087270190219: Layer already exists [2022-03-14T15:13:23.391Z] 62170e181a92: Layer already exists [2022-03-14T15:13:23.391Z] 2.2.0-dev.35: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:23.735Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:24.072Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:13:24.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-14T15:13:24.072Z] c0bcde24c626: Preparing [2022-03-14T15:13:24.072Z] b6251fd72f56: Preparing [2022-03-14T15:13:24.072Z] 977502e18236: Preparing [2022-03-14T15:13:24.072Z] 41f77a6851f4: Preparing [2022-03-14T15:13:24.072Z] e25cc80ef78c: Preparing [2022-03-14T15:13:24.072Z] f7be28c579d0: Preparing [2022-03-14T15:13:24.072Z] 5ddf987a193f: Preparing [2022-03-14T15:13:24.072Z] 05d0a213effb: Preparing [2022-03-14T15:13:24.072Z] 087270190219: Preparing [2022-03-14T15:13:24.072Z] b49c6594ab31: Preparing [2022-03-14T15:13:24.072Z] 62170e181a92: Preparing [2022-03-14T15:13:24.072Z] f7be28c579d0: Waiting [2022-03-14T15:13:24.072Z] 05d0a213effb: Waiting [2022-03-14T15:13:24.072Z] 087270190219: Waiting [2022-03-14T15:13:24.072Z] 5ddf987a193f: Waiting [2022-03-14T15:13:24.072Z] b49c6594ab31: Waiting [2022-03-14T15:13:24.072Z] 62170e181a92: Waiting [2022-03-14T15:13:24.072Z] c0bcde24c626: Layer already exists [2022-03-14T15:13:24.072Z] e25cc80ef78c: Layer already exists [2022-03-14T15:13:24.072Z] 977502e18236: Layer already exists [2022-03-14T15:13:24.072Z] 41f77a6851f4: Layer already exists [2022-03-14T15:13:24.072Z] b6251fd72f56: Layer already exists [2022-03-14T15:13:24.343Z] 087270190219: Layer already exists [2022-03-14T15:13:24.343Z] 05d0a213effb: Layer already exists [2022-03-14T15:13:24.343Z] f7be28c579d0: Layer already exists [2022-03-14T15:13:24.343Z] b49c6594ab31: Layer already exists [2022-03-14T15:13:24.343Z] 5ddf987a193f: Layer already exists [2022-03-14T15:13:24.343Z] 62170e181a92: Layer already exists [2022-03-14T15:13:24.343Z] fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:24.685Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:25.023Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-03-14T15:13:25.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-14T15:13:25.023Z] c0bcde24c626: Preparing [2022-03-14T15:13:25.023Z] b6251fd72f56: Preparing [2022-03-14T15:13:25.023Z] 977502e18236: Preparing [2022-03-14T15:13:25.023Z] 41f77a6851f4: Preparing [2022-03-14T15:13:25.023Z] e25cc80ef78c: Preparing [2022-03-14T15:13:25.023Z] f7be28c579d0: Preparing [2022-03-14T15:13:25.023Z] 5ddf987a193f: Preparing [2022-03-14T15:13:25.023Z] 05d0a213effb: Preparing [2022-03-14T15:13:25.023Z] 087270190219: Preparing [2022-03-14T15:13:25.023Z] b49c6594ab31: Preparing [2022-03-14T15:13:25.023Z] 62170e181a92: Preparing [2022-03-14T15:13:25.023Z] f7be28c579d0: Waiting [2022-03-14T15:13:25.023Z] 5ddf987a193f: Waiting [2022-03-14T15:13:25.023Z] 05d0a213effb: Waiting [2022-03-14T15:13:25.023Z] 087270190219: Waiting [2022-03-14T15:13:25.023Z] b49c6594ab31: Waiting [2022-03-14T15:13:25.023Z] 62170e181a92: Waiting [2022-03-14T15:13:25.023Z] c0bcde24c626: Layer already exists [2022-03-14T15:13:25.023Z] b6251fd72f56: Layer already exists [2022-03-14T15:13:25.023Z] 977502e18236: Layer already exists [2022-03-14T15:13:25.023Z] 41f77a6851f4: Layer already exists [2022-03-14T15:13:25.023Z] e25cc80ef78c: Layer already exists [2022-03-14T15:13:25.292Z] 5ddf987a193f: Layer already exists [2022-03-14T15:13:25.292Z] 05d0a213effb: Layer already exists [2022-03-14T15:13:25.292Z] f7be28c579d0: Layer already exists [2022-03-14T15:13:25.292Z] 087270190219: Layer already exists [2022-03-14T15:13:25.292Z] b49c6594ab31: Layer already exists [2022-03-14T15:13:25.292Z] 62170e181a92: Layer already exists [2022-03-14T15:13:25.292Z] main: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-14T15:13:25.339Z] ===================================================== [Pipeline] echo [2022-03-14T15:13:25.349Z] taggedImages: [2022-03-14T15:13:25.349Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [2022-03-14T15:13:25.349Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-03-14T15:13:25.349Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.35 [2022-03-14T15:13:25.349Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [2022-03-14T15:13:25.349Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:25.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-14T15:13:25.722Z] [2022-03-14T15:13:25.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:13:26.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-14T15:13:26.337Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-14T15:13:26.337Z] 8998bd30e6a1: Pulling fs layer [2022-03-14T15:13:26.337Z] 04944245beec: Pulling fs layer [2022-03-14T15:13:26.337Z] 699f458cf7ca: Pulling fs layer [2022-03-14T15:13:26.337Z] 765212b225bb: Pulling fs layer [2022-03-14T15:13:26.337Z] f23df028b6ca: Pulling fs layer [2022-03-14T15:13:26.337Z] d65c8cfc05b1: Pulling fs layer [2022-03-14T15:13:26.337Z] 2437ff75d9bd: Pulling fs layer [2022-03-14T15:13:26.337Z] f23df028b6ca: Waiting [2022-03-14T15:13:26.337Z] d65c8cfc05b1: Waiting [2022-03-14T15:13:26.337Z] 765212b225bb: Waiting [2022-03-14T15:13:26.337Z] 2437ff75d9bd: Waiting [2022-03-14T15:13:26.337Z] 04944245beec: Download complete [2022-03-14T15:13:26.337Z] 765212b225bb: Download complete [2022-03-14T15:13:26.337Z] f23df028b6ca: Download complete [2022-03-14T15:13:26.337Z] d65c8cfc05b1: Download complete [2022-03-14T15:13:26.611Z] 699f458cf7ca: Verifying Checksum [2022-03-14T15:13:26.611Z] 699f458cf7ca: Download complete [2022-03-14T15:13:26.881Z] 8998bd30e6a1: Verifying Checksum [2022-03-14T15:13:26.881Z] 8998bd30e6a1: Download complete [2022-03-14T15:13:29.500Z] 2437ff75d9bd: Verifying Checksum [2022-03-14T15:13:29.500Z] 2437ff75d9bd: Download complete [2022-03-14T15:13:31.472Z] 8998bd30e6a1: Pull complete [2022-03-14T15:13:31.745Z] 04944245beec: Pull complete [2022-03-14T15:13:33.172Z] 699f458cf7ca: Pull complete [2022-03-14T15:13:33.445Z] 765212b225bb: Pull complete [2022-03-14T15:13:34.429Z] f23df028b6ca: Pull complete [2022-03-14T15:13:34.429Z] d65c8cfc05b1: Pull complete [2022-03-14T15:13:52.730Z] 2437ff75d9bd: Pull complete [2022-03-14T15:13:52.730Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-14T15:13:52.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-14T15:13:52.730Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-14T15:13:52.971Z] prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container [2022-03-14T15:13:53.047Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-14T15:13:55.681Z] $ docker top b15034d1380cc4fb1930aeb27fa0fafd1462c969aa3bc80f2132ff1c451ce13b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:13:56.676Z] ---> job-cost.sh [2022-03-14T15:13:56.676Z] lf-activate-venv: SKIPPING [2022-03-14T15:13:56.676Z] INFO: No Stack... [2022-03-14T15:13:57.267Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-14T15:13:58.238Z] INFO: Archiving Costs [Pipeline] sh [2022-03-14T15:13:58.906Z] + cat /w/workspace/edgex-go/152/archives/cost.csv [2022-03-14T15:13:58.906Z] + cut -d, -f6 [Pipeline] lock [2022-03-14T15:13:58.939Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] [2022-03-14T15:13:58.945Z] Resource [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] did not exist. Created. [2022-03-14T15:13:58.945Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-14T15:13:59.603Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-14T15:14:00.170Z] Stashed 1 file(s) [Pipeline] } [2022-03-14T15:14:00.176Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-14T15:14:00.202Z] $ docker stop --time=1 b15034d1380cc4fb1930aeb27fa0fafd1462c969aa3bc80f2132ff1c451ce13b [2022-03-14T15:14:01.740Z] $ docker rm -f b15034d1380cc4fb1930aeb27fa0fafd1462c969aa3bc80f2132ff1c451ce13b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2022-03-14T15:14:02.240Z] provisioning config files... [2022-03-14T15:14:02.247Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/152@tmp/config530359273145570922tmp [Pipeline] { [Pipeline] sh [2022-03-14T15:14:02.550Z] + set +x [2022-03-14T15:14:02.550Z] + curl -s https://codecov.io/bash [2022-03-14T15:14:02.550Z] + bash -s -- [2022-03-14T15:14:02.550Z] [2022-03-14T15:14:02.550Z] _____ _ [2022-03-14T15:14:02.550Z] / ____| | | [2022-03-14T15:14:02.550Z] | | ___ __| | ___ ___ _____ __ [2022-03-14T15:14:02.550Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-14T15:14:02.550Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-14T15:14:02.550Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-14T15:14:02.550Z] Bash-1.0.6 [2022-03-14T15:14:02.550Z] [2022-03-14T15:14:02.550Z] [2022-03-14T15:14:02.550Z] ==> git version 2.25.1 found [2022-03-14T15:14:02.550Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-03-14T15:14:02.550Z] Release-Date: 2020-01-08 [2022-03-14T15:14:02.550Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-03-14T15:14:02.550Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-14T15:14:02.550Z] ==> Jenkins CI detected. [2022-03-14T15:14:02.550Z] current dir:  /w/workspace/edgex-go/152 [2022-03-14T15:14:02.550Z] project root: . [2022-03-14T15:14:02.550Z] --> token set from env [2022-03-14T15:14:02.550Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-14T15:14:02.550Z] ==> Running gcov in . (disable via -X gcov) [2022-03-14T15:14:02.550Z] ==> Python coveragepy not found [2022-03-14T15:14:02.550Z] ==> Searching for coverage reports in: [2022-03-14T15:14:02.550Z] + . [2022-03-14T15:14:02.550Z] -> Found 1 reports [2022-03-14T15:14:02.550Z] ==> Detecting git/mercurial file structure [2022-03-14T15:14:02.550Z] ==> Reading reports [2022-03-14T15:14:02.550Z] + ./coverage.out bytes=428383 [2022-03-14T15:14:02.550Z] ==> Appending adjustments [2022-03-14T15:14:02.550Z] https://docs.codecov.io/docs/fixing-reports [2022-03-14T15:14:03.931Z] + Found adjustments [2022-03-14T15:14:03.931Z] ==> Gzipping contents [2022-03-14T15:14:03.931Z] 60K /tmp/codecov.AneCoi.gz [2022-03-14T15:14:03.931Z] ==> Uploading reports [2022-03-14T15:14:03.931Z] url: https://codecov.io [2022-03-14T15:14:03.931Z] query: branch=main&commit=fbf009a3584204b1f7152455677e8e4d1b9535fc&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F152%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-14T15:14:03.931Z] -> Pinging Codecov [2022-03-14T15:14:03.932Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=fbf009a3584204b1f7152455677e8e4d1b9535fc&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F152%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-14T15:14:04.193Z] -> Uploading to [2022-03-14T15:14:04.193Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-14/00271124DB129430A58F1EEE437C3FCB/fbf009a3584204b1f7152455677e8e4d1b9535fc/15488563-c14f-4081-91b7-f366a541f20c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220314T151404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=17d41f390f021d47fc3b755f5d813311bef41cf0d1d2c443347620d9a185f033 [2022-03-14T15:14:04.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:04.193Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:04.452Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57991 0 0 100 57991 0 232k --:--:-- --:--:-- --:--:-- 232k [2022-03-14T15:14:04.452Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] } [2022-03-14T15:14:04.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-03-14T15:14:04.596Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-03-14T15:14:04.606Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:04.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-14T15:14:04.904Z] [2022-03-14T15:14:04.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:05.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-14T15:14:05.202Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-03-14T15:14:05.202Z] 188c0c94c7c5: Pulling fs layer [2022-03-14T15:14:05.202Z] 0ef7d3d256c8: Pulling fs layer [2022-03-14T15:14:05.202Z] de9db76c5a1d: Pulling fs layer [2022-03-14T15:14:05.202Z] 0eba1c9be4d2: Pulling fs layer [2022-03-14T15:14:05.202Z] 0d57e429df01: Pulling fs layer [2022-03-14T15:14:05.202Z] 4e4be7b47b0d: Pulling fs layer [2022-03-14T15:14:05.202Z] e1f770b5df2f: Pulling fs layer [2022-03-14T15:14:05.202Z] 85a0685a4137: Pulling fs layer [2022-03-14T15:14:05.202Z] 0d57e429df01: Waiting [2022-03-14T15:14:05.202Z] 4e4be7b47b0d: Waiting [2022-03-14T15:14:05.202Z] 85a0685a4137: Waiting [2022-03-14T15:14:05.202Z] 0eba1c9be4d2: Waiting [2022-03-14T15:14:05.202Z] e1f770b5df2f: Waiting [2022-03-14T15:14:05.202Z] de9db76c5a1d: Verifying Checksum [2022-03-14T15:14:05.202Z] de9db76c5a1d: Download complete [2022-03-14T15:14:05.202Z] 0ef7d3d256c8: Verifying Checksum [2022-03-14T15:14:05.202Z] 0ef7d3d256c8: Download complete [2022-03-14T15:14:05.202Z] 0d57e429df01: Verifying Checksum [2022-03-14T15:14:05.202Z] 0d57e429df01: Download complete [2022-03-14T15:14:05.202Z] 4e4be7b47b0d: Verifying Checksum [2022-03-14T15:14:05.202Z] 4e4be7b47b0d: Download complete [2022-03-14T15:14:05.202Z] 188c0c94c7c5: Verifying Checksum [2022-03-14T15:14:05.202Z] 188c0c94c7c5: Download complete [2022-03-14T15:14:05.461Z] e1f770b5df2f: Verifying Checksum [2022-03-14T15:14:05.461Z] e1f770b5df2f: Download complete [2022-03-14T15:14:05.461Z] 188c0c94c7c5: Pull complete [2022-03-14T15:14:05.461Z] 0ef7d3d256c8: Pull complete [2022-03-14T15:14:05.720Z] de9db76c5a1d: Pull complete [2022-03-14T15:14:05.979Z] 0eba1c9be4d2: Verifying Checksum [2022-03-14T15:14:05.979Z] 0eba1c9be4d2: Download complete [2022-03-14T15:14:05.979Z] 85a0685a4137: Verifying Checksum [2022-03-14T15:14:05.979Z] 85a0685a4137: Download complete [2022-03-14T15:14:09.263Z] 0eba1c9be4d2: Pull complete [2022-03-14T15:14:09.263Z] 0d57e429df01: Pull complete [2022-03-14T15:14:09.263Z] 4e4be7b47b0d: Pull complete [2022-03-14T15:14:09.521Z] e1f770b5df2f: Pull complete [2022-03-14T15:14:12.808Z] 85a0685a4137: Pull complete [2022-03-14T15:14:12.808Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-03-14T15:14:12.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-14T15:14:12.808Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-03-14T15:14:12.978Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T15:14:13.067Z] $ 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/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-03-14T15:14:15.370Z] $ docker top e0e67a5b95e23714b18ea25cb53b13d9812b100e48accc7ecb9c7085dafd4b8a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-14T15:14:15.448Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-03-14T15:14:15.729Z] + set -o pipefail [2022-03-14T15:14:15.729Z] + snyk monitor '--org=edgex-jenkins' [2022-03-14T15:14:19.932Z] [2022-03-14T15:14:19.932Z] Monitoring /w/workspace/edgex-go/152 (github.com/edgexfoundry/edgex-go)... [2022-03-14T15:14:19.932Z] [2022-03-14T15:14:19.932Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/82d82603-222b-475b-ace7-56e4ab332cf8 [2022-03-14T15:14:19.932Z] [2022-03-14T15:14:19.932Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-03-14T15:14:19.932Z] [2022-03-14T15:14:19.932Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-03-14T15:14:19.932Z] [2022-03-14T15:14:19.932Z] [Pipeline] } [2022-03-14T15:14:19.946Z] $ docker stop --time=1 e0e67a5b95e23714b18ea25cb53b13d9812b100e48accc7ecb9c7085dafd4b8a [2022-03-14T15:14:21.670Z] $ docker rm -f e0e67a5b95e23714b18ea25cb53b13d9812b100e48accc7ecb9c7085dafd4b8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-03-14T15:14:21.951Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-14T15:14:21.963Z] provisioning config files... [2022-03-14T15:14:21.970Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/152@tmp/config7978393270789320931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:14:22.264Z] --> edgex-publish-swagger.sh [2022-03-14T15:14:22.264Z] === Publish openapi/v2 API === [2022-03-14T15:14:22.264Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-03-14T15:14:22.264Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/152/openapi/v2/core-command.yaml] [2022-03-14T15:14:22.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:22.264Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:23.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 29833 0:00:01 0:00:01 --:--:-- 29807 100 33831 0 0 100 33831 0 29833 0:00:01 0:00:01 --:--:-- 29807 [2022-03-14T15:14:23.205Z] [2022-03-14T15:14:23.205Z] [2022-03-14T15:14:23.205Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/152/openapi/v2/core-data.yaml] [2022-03-14T15:14:23.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:23.205Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:24.589Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 65631 0:00:01 0:00:01 --:--:-- 65691 100 71604 0 0 100 71604 0 65631 0:00:01 0:00:01 --:--:-- 65631 [2022-03-14T15:14:24.589Z] [2022-03-14T15:14:24.589Z] [2022-03-14T15:14:24.589Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/152/openapi/v2/core-metadata.yaml] [2022-03-14T15:14:24.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:24.589Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:25.529Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 121k --:--:-- --:--:-- --:--:-- 121k 100 119k 0 0 100 119k 0 121k --:--:-- --:--:-- --:--:-- 121k [2022-03-14T15:14:25.529Z] [2022-03-14T15:14:25.529Z] [2022-03-14T15:14:25.529Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/152/openapi/v2/support-notifications.yaml] [2022-03-14T15:14:25.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:25.529Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:26.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 84581 0:00:01 0:00:01 --:--:-- 84581 100 89318 0 0 100 89318 0 84581 0:00:01 0:00:01 --:--:-- 84581 [2022-03-14T15:14:26.472Z] [2022-03-14T15:14:26.472Z] [2022-03-14T15:14:26.472Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/152/openapi/v2/support-scheduler.yaml] [2022-03-14T15:14:26.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:26.472Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:27.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 44746 --:--:-- --:--:-- --:--:-- 44696 100 39556 0 0 100 39556 0 44746 --:--:-- --:--:-- --:--:-- 44696 [2022-03-14T15:14:27.413Z] [2022-03-14T15:14:27.413Z] [2022-03-14T15:14:27.413Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/152/openapi/v2/system-agent.yaml] [2022-03-14T15:14:27.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-14T15:14:27.413Z] Dload Upload Total Spent Left Speed [2022-03-14T15:14:28.353Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 19600 0:00:01 0:00:01 --:--:-- 19600 100 20091 0 0 100 20091 0 19581 0:00:01 0:00:01 --:--:-- 19581 [2022-03-14T15:14:28.353Z] [2022-03-14T15:14:28.353Z] [Pipeline] } [2022-03-14T15:14:28.361Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-03-14T15:14:28.764Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-14T15:14:28.764Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:29.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-14T15:14:29.056Z] . [Pipeline] withDockerContainer [2022-03-14T15:14:29.122Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T15:14:29.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-14T15:14:29.597Z] $ docker top 5dfb92fc6060d73fb757b4009dc063a04d28cf2a668dc48823a79210932d9756 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-14T15:14:29.685Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.2.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-14T15:14:29.975Z] + git semver [Pipeline] } [2022-03-14T15:14:29.990Z] $ docker stop --time=1 5dfb92fc6060d73fb757b4009dc063a04d28cf2a668dc48823a79210932d9756 [2022-03-14T15:14:31.284Z] $ docker rm -f 5dfb92fc6060d73fb757b4009dc063a04d28cf2a668dc48823a79210932d9756 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:31.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-14T15:14:31.677Z] [2022-03-14T15:14:31.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:31.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-14T15:14:31.976Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-03-14T15:14:31.976Z] ab5ef0e58194: Pulling fs layer [2022-03-14T15:14:31.976Z] 9712f1f96733: Pulling fs layer [2022-03-14T15:14:31.976Z] 63f879dbbcfc: Pulling fs layer [2022-03-14T15:14:31.976Z] 0d9ebad4ef96: Pulling fs layer [2022-03-14T15:14:31.976Z] e9a5061849ea: Pulling fs layer [2022-03-14T15:14:31.976Z] d747dcd14b5f: Pulling fs layer [2022-03-14T15:14:31.976Z] 2de7ff778b66: Pulling fs layer [2022-03-14T15:14:31.976Z] e9a5061849ea: Waiting [2022-03-14T15:14:31.976Z] d747dcd14b5f: Waiting [2022-03-14T15:14:31.976Z] 2de7ff778b66: Waiting [2022-03-14T15:14:31.976Z] 0d9ebad4ef96: Waiting [2022-03-14T15:14:31.976Z] 9712f1f96733: Verifying Checksum [2022-03-14T15:14:31.976Z] 9712f1f96733: Download complete [2022-03-14T15:14:32.236Z] 63f879dbbcfc: Verifying Checksum [2022-03-14T15:14:32.236Z] 63f879dbbcfc: Download complete [2022-03-14T15:14:32.494Z] e9a5061849ea: Verifying Checksum [2022-03-14T15:14:32.494Z] e9a5061849ea: Download complete [2022-03-14T15:14:32.494Z] d747dcd14b5f: Verifying Checksum [2022-03-14T15:14:32.494Z] d747dcd14b5f: Download complete [2022-03-14T15:14:32.494Z] 0d9ebad4ef96: Verifying Checksum [2022-03-14T15:14:32.494Z] 2de7ff778b66: Verifying Checksum [2022-03-14T15:14:32.494Z] 2de7ff778b66: Download complete [2022-03-14T15:14:32.494Z] ab5ef0e58194: Verifying Checksum [2022-03-14T15:14:32.494Z] ab5ef0e58194: Download complete [2022-03-14T15:14:35.028Z] ab5ef0e58194: Pull complete [2022-03-14T15:14:35.288Z] 9712f1f96733: Pull complete [2022-03-14T15:14:35.854Z] 63f879dbbcfc: Pull complete [2022-03-14T15:14:40.045Z] 0d9ebad4ef96: Pull complete [2022-03-14T15:14:40.045Z] e9a5061849ea: Pull complete [2022-03-14T15:14:40.045Z] d747dcd14b5f: Pull complete [2022-03-14T15:14:40.982Z] 2de7ff778b66: Pull complete [2022-03-14T15:14:40.982Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-03-14T15:14:40.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-14T15:14:40.982Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-03-14T15:14:41.046Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T15:14:41.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-03-14T15:14:43.398Z] $ docker top e40fedbd2202b9434eaa2d383a4c4e7c889c6a2ac24c500c9099190d1e65c7a9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-03-14T15:14:43.475Z] provisioning config files... [2022-03-14T15:14:43.482Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/152@tmp/config8200301657484966960tmp [2022-03-14T15:14:43.493Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/152@tmp/config172231258573123905tmp [2022-03-14T15:14:43.502Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/152@tmp/config4393133723457699719tmp [Pipeline] { [Pipeline] echo [2022-03-14T15:14:43.519Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:14:43.803Z] ---> sigul-configuration.sh [2022-03-14T15:14:43.803Z] gpg: directory `/root/.gnupg' created [2022-03-14T15:14:43.803Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-03-14T15:14:43.803Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-03-14T15:14:43.803Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-03-14T15:14:43.803Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-03-14T15:14:43.803Z] gpg: CAST5 encrypted data [2022-03-14T15:14:43.803Z] gpg: encrypted with 1 passphrase [2022-03-14T15:14:43.803Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-03-14T15:14:44.088Z] + mkdir /home/jenkins [2022-03-14T15:14:44.088Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-03-14T15:14:44.377Z] + 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 [2022-03-14T15:14:44.386Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:14:44.673Z] ---> sigul-install.sh [2022-03-14T15:14:44.673Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-03-14T15:14:44.960Z] + git tag --list [2022-03-14T15:14:44.961Z] 0.6.0 [2022-03-14T15:14:44.961Z] 0.6.1 [2022-03-14T15:14:44.961Z] 0.7.0 [2022-03-14T15:14:44.961Z] 0.7.1 [2022-03-14T15:14:44.961Z] v1.0.0 [2022-03-14T15:14:44.961Z] v1.0.1 [2022-03-14T15:14:44.961Z] v1.1.0 [2022-03-14T15:14:44.961Z] v1.2.0 [2022-03-14T15:14:44.961Z] v1.2.1 [2022-03-14T15:14:44.961Z] v1.3.0 [2022-03-14T15:14:44.961Z] v1.3.1 [2022-03-14T15:14:44.961Z] v2.0.0 [2022-03-14T15:14:44.961Z] v2.0.1-dev.1 [2022-03-14T15:14:44.961Z] v2.0.1-dev.10 [2022-03-14T15:14:44.961Z] v2.0.1-dev.11 [2022-03-14T15:14:44.961Z] v2.0.1-dev.12 [2022-03-14T15:14:44.961Z] v2.0.1-dev.13 [2022-03-14T15:14:44.961Z] v2.0.1-dev.14 [2022-03-14T15:14:44.961Z] v2.0.1-dev.15 [2022-03-14T15:14:44.961Z] v2.0.1-dev.16 [2022-03-14T15:14:44.961Z] v2.0.1-dev.17 [2022-03-14T15:14:44.961Z] v2.0.1-dev.18 [2022-03-14T15:14:44.961Z] v2.0.1-dev.19 [2022-03-14T15:14:44.961Z] v2.0.1-dev.2 [2022-03-14T15:14:44.961Z] v2.0.1-dev.20 [2022-03-14T15:14:44.961Z] v2.0.1-dev.21 [2022-03-14T15:14:44.961Z] v2.0.1-dev.22 [2022-03-14T15:14:44.961Z] v2.0.1-dev.23 [2022-03-14T15:14:44.961Z] v2.0.1-dev.24 [2022-03-14T15:14:44.961Z] v2.0.1-dev.25 [2022-03-14T15:14:44.961Z] v2.0.1-dev.26 [2022-03-14T15:14:44.961Z] v2.0.1-dev.27 [2022-03-14T15:14:44.961Z] v2.0.1-dev.28 [2022-03-14T15:14:44.961Z] v2.0.1-dev.29 [2022-03-14T15:14:44.961Z] v2.0.1-dev.3 [2022-03-14T15:14:44.961Z] v2.0.1-dev.30 [2022-03-14T15:14:44.961Z] v2.0.1-dev.31 [2022-03-14T15:14:44.961Z] v2.0.1-dev.32 [2022-03-14T15:14:44.961Z] v2.0.1-dev.33 [2022-03-14T15:14:44.961Z] v2.0.1-dev.34 [2022-03-14T15:14:44.961Z] v2.0.1-dev.35 [2022-03-14T15:14:44.961Z] v2.0.1-dev.36 [2022-03-14T15:14:44.961Z] v2.0.1-dev.37 [2022-03-14T15:14:44.961Z] v2.0.1-dev.38 [2022-03-14T15:14:44.961Z] v2.0.1-dev.39 [2022-03-14T15:14:44.961Z] v2.0.1-dev.4 [2022-03-14T15:14:44.961Z] v2.0.1-dev.40 [2022-03-14T15:14:44.961Z] v2.0.1-dev.41 [2022-03-14T15:14:44.961Z] v2.0.1-dev.42 [2022-03-14T15:14:44.961Z] v2.0.1-dev.43 [2022-03-14T15:14:44.961Z] v2.0.1-dev.44 [2022-03-14T15:14:44.961Z] v2.0.1-dev.45 [2022-03-14T15:14:44.961Z] v2.0.1-dev.46 [2022-03-14T15:14:44.961Z] v2.0.1-dev.47 [2022-03-14T15:14:44.961Z] v2.0.1-dev.48 [2022-03-14T15:14:44.961Z] v2.0.1-dev.49 [2022-03-14T15:14:44.961Z] v2.0.1-dev.5 [2022-03-14T15:14:44.961Z] v2.0.1-dev.50 [2022-03-14T15:14:44.961Z] v2.0.1-dev.51 [2022-03-14T15:14:44.961Z] v2.0.1-dev.52 [2022-03-14T15:14:44.961Z] v2.0.1-dev.53 [2022-03-14T15:14:44.961Z] v2.0.1-dev.54 [2022-03-14T15:14:44.961Z] v2.0.1-dev.55 [2022-03-14T15:14:44.961Z] v2.0.1-dev.56 [2022-03-14T15:14:44.961Z] v2.0.1-dev.57 [2022-03-14T15:14:44.961Z] v2.0.1-dev.58 [2022-03-14T15:14:44.961Z] v2.0.1-dev.59 [2022-03-14T15:14:44.961Z] v2.0.1-dev.6 [2022-03-14T15:14:44.961Z] v2.0.1-dev.60 [2022-03-14T15:14:44.961Z] v2.0.1-dev.61 [2022-03-14T15:14:44.961Z] v2.0.1-dev.62 [2022-03-14T15:14:44.961Z] v2.0.1-dev.63 [2022-03-14T15:14:44.961Z] v2.0.1-dev.64 [2022-03-14T15:14:44.961Z] v2.0.1-dev.65 [2022-03-14T15:14:44.961Z] v2.0.1-dev.66 [2022-03-14T15:14:44.961Z] v2.0.1-dev.67 [2022-03-14T15:14:44.961Z] v2.0.1-dev.68 [2022-03-14T15:14:44.961Z] v2.0.1-dev.69 [2022-03-14T15:14:44.961Z] v2.0.1-dev.7 [2022-03-14T15:14:44.961Z] v2.0.1-dev.70 [2022-03-14T15:14:44.961Z] v2.0.1-dev.71 [2022-03-14T15:14:44.961Z] v2.0.1-dev.72 [2022-03-14T15:14:44.961Z] v2.0.1-dev.73 [2022-03-14T15:14:44.961Z] v2.0.1-dev.74 [2022-03-14T15:14:44.961Z] v2.0.1-dev.75 [2022-03-14T15:14:44.961Z] v2.0.1-dev.76 [2022-03-14T15:14:44.961Z] v2.0.1-dev.77 [2022-03-14T15:14:44.961Z] v2.0.1-dev.78 [2022-03-14T15:14:44.961Z] v2.0.1-dev.79 [2022-03-14T15:14:44.961Z] v2.0.1-dev.8 [2022-03-14T15:14:44.961Z] v2.0.1-dev.80 [2022-03-14T15:14:44.961Z] v2.0.1-dev.81 [2022-03-14T15:14:44.961Z] v2.0.1-dev.82 [2022-03-14T15:14:44.961Z] v2.0.1-dev.83 [2022-03-14T15:14:44.961Z] v2.0.1-dev.84 [2022-03-14T15:14:44.961Z] v2.0.1-dev.85 [2022-03-14T15:14:44.961Z] v2.0.1-dev.86 [2022-03-14T15:14:44.961Z] v2.0.1-dev.87 [2022-03-14T15:14:44.961Z] v2.0.1-dev.88 [2022-03-14T15:14:44.961Z] v2.0.1-dev.89 [2022-03-14T15:14:44.961Z] v2.0.1-dev.9 [2022-03-14T15:14:44.961Z] v2.0.1-dev.90 [2022-03-14T15:14:44.961Z] v2.0.1-dev.91 [2022-03-14T15:14:44.961Z] v2.0.1-dev.92 [2022-03-14T15:14:44.961Z] v2.0.1-dev.93 [2022-03-14T15:14:44.961Z] v2.0.1-dev.94 [2022-03-14T15:14:44.961Z] v2.0.1-dev.95 [2022-03-14T15:14:44.961Z] v2.0.1-dev.96 [2022-03-14T15:14:44.961Z] v2.0.1-dev.97 [2022-03-14T15:14:44.961Z] v2.0.1-dev.98 [2022-03-14T15:14:44.961Z] v2.0.1-dev.99 [2022-03-14T15:14:44.961Z] v2.1.0 [2022-03-14T15:14:44.961Z] v2.2.0-dev.1 [2022-03-14T15:14:44.961Z] v2.2.0-dev.10 [2022-03-14T15:14:44.961Z] v2.2.0-dev.11 [2022-03-14T15:14:44.961Z] v2.2.0-dev.12 [2022-03-14T15:14:44.961Z] v2.2.0-dev.13 [2022-03-14T15:14:44.961Z] v2.2.0-dev.14 [2022-03-14T15:14:44.961Z] v2.2.0-dev.15 [2022-03-14T15:14:44.961Z] v2.2.0-dev.16 [2022-03-14T15:14:44.961Z] v2.2.0-dev.17 [2022-03-14T15:14:44.961Z] v2.2.0-dev.18 [2022-03-14T15:14:44.961Z] v2.2.0-dev.19 [2022-03-14T15:14:44.961Z] v2.2.0-dev.2 [2022-03-14T15:14:44.961Z] v2.2.0-dev.20 [2022-03-14T15:14:44.961Z] v2.2.0-dev.21 [2022-03-14T15:14:44.961Z] v2.2.0-dev.22 [2022-03-14T15:14:44.961Z] v2.2.0-dev.23 [2022-03-14T15:14:44.961Z] v2.2.0-dev.24 [2022-03-14T15:14:44.961Z] v2.2.0-dev.25 [2022-03-14T15:14:44.961Z] v2.2.0-dev.26 [2022-03-14T15:14:44.961Z] v2.2.0-dev.27 [2022-03-14T15:14:44.961Z] v2.2.0-dev.28 [2022-03-14T15:14:44.961Z] v2.2.0-dev.29 [2022-03-14T15:14:44.961Z] v2.2.0-dev.3 [2022-03-14T15:14:44.961Z] v2.2.0-dev.30 [2022-03-14T15:14:44.961Z] v2.2.0-dev.31 [2022-03-14T15:14:44.961Z] v2.2.0-dev.32 [2022-03-14T15:14:44.961Z] v2.2.0-dev.33 [2022-03-14T15:14:44.961Z] v2.2.0-dev.34 [2022-03-14T15:14:44.961Z] v2.2.0-dev.4 [2022-03-14T15:14:44.961Z] v2.2.0-dev.5 [2022-03-14T15:14:44.961Z] v2.2.0-dev.6 [2022-03-14T15:14:44.961Z] v2.2.0-dev.7 [2022-03-14T15:14:44.961Z] v2.2.0-dev.8 [2022-03-14T15:14:44.961Z] v2.2.0-dev.9 [Pipeline] sh [2022-03-14T15:14:45.253Z] + lftools sign git-tag v2.2.0-dev.35 [2022-03-14T15:14:45.821Z] Signing Git tag with Sigul... [2022-03-14T15:14:45.821Z] Signing v2.2.0-dev.35 [2022-03-14T15:14:45.821Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.2.0-dev.35'], return code 1, stdout , stderr [Pipeline] echo [2022-03-14T15:14:45.831Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:14:46.115Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-03-14T15:14:46.123Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-03-14T15:14:46.145Z] $ docker stop --time=1 e40fedbd2202b9434eaa2d383a4c4e7c889c6a2ac24c500c9099190d1e65c7a9 [2022-03-14T15:14:47.482Z] $ docker rm -f e40fedbd2202b9434eaa2d383a4c4e7c889c6a2ac24c500c9099190d1e65c7a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-03-14T15:14:47.896Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-14T15:14:47.896Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:48.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-14T15:14:48.190Z] . [Pipeline] withDockerContainer [2022-03-14T15:14:48.262Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T15:14:48.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-14T15:14:48.679Z] $ docker top b4e2f3cfbf2db44060b7ae5cd3217a0abee04759e58d08e18417114584bad66f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-14T15:14:48.758Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.2.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-14T15:14:49.045Z] + git semver [Pipeline] } [2022-03-14T15:14:49.058Z] $ docker stop --time=1 b4e2f3cfbf2db44060b7ae5cd3217a0abee04759e58d08e18417114584bad66f [2022-03-14T15:14:50.377Z] $ docker rm -f b4e2f3cfbf2db44060b7ae5cd3217a0abee04759e58d08e18417114584bad66f [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-14T15:14:50.723Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-14T15:14:50.723Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:51.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-14T15:14:51.016Z] . [Pipeline] withDockerContainer [2022-03-14T15:14:51.079Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T15:14:51.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-14T15:14:51.498Z] $ docker top 8e296b17c8c76d42597be9aa18a6c11630e34125e8fb9cc512c39f33845d5538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-14T15:14:51.577Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.2.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-14T15:14:51.866Z] + git semver [Pipeline] } [2022-03-14T15:14:51.882Z] $ docker stop --time=1 8e296b17c8c76d42597be9aa18a6c11630e34125e8fb9cc512c39f33845d5538 [2022-03-14T15:14:53.184Z] $ docker rm -f 8e296b17c8c76d42597be9aa18a6c11630e34125e8fb9cc512c39f33845d5538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-03-14T15:14:53.670Z] + [ -d /w/workspace/edgex-go/152/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:14:53.967Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:14:54.835Z] ---> package-listing.sh [2022-03-14T15:14:54.835Z] ++ facter osfamily [2022-03-14T15:14:54.835Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-14T15:14:55.095Z] + OS_FAMILY=debian [2022-03-14T15:14:55.095Z] + workspace=/w/workspace/edgex-go/152 [2022-03-14T15:14:55.095Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-14T15:14:55.095Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-14T15:14:55.095Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-14T15:14:55.095Z] + PACKAGES=/tmp/packages_start.txt [2022-03-14T15:14:55.095Z] + '[' /w/workspace/edgex-go/152 ']' [2022-03-14T15:14:55.095Z] + PACKAGES=/tmp/packages_end.txt [2022-03-14T15:14:55.095Z] + case "${OS_FAMILY}" in [2022-03-14T15:14:55.095Z] + dpkg -l [2022-03-14T15:14:55.095Z] + grep '^ii' [2022-03-14T15:14:55.095Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-14T15:14:55.095Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-14T15:14:55.095Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-14T15:14:55.095Z] + '[' /w/workspace/edgex-go/152 ']' [2022-03-14T15:14:55.095Z] + mkdir -p /w/workspace/edgex-go/152/archives/ [2022-03-14T15:14:55.095Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/152/archives/ [Pipeline] echo [2022-03-14T15:14:55.108Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/152/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-14T15:14:55.393Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:55.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-14T15:14:55.952Z] [2022-03-14T15:14:55.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-14T15:14:56.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-14T15:14:56.251Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-14T15:14:56.251Z] 5eb5b503b376: Pulling fs layer [2022-03-14T15:14:56.251Z] 5c69ac0246d0: Pulling fs layer [2022-03-14T15:14:56.251Z] ec43610c2a17: Pulling fs layer [2022-03-14T15:14:56.251Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-14T15:14:56.251Z] 33b1e0a273af: Pulling fs layer [2022-03-14T15:14:56.251Z] 5d3b04190fa2: Pulling fs layer [2022-03-14T15:14:56.251Z] 2f39f015ded8: Pulling fs layer [2022-03-14T15:14:56.251Z] 2f39f015ded8: Waiting [2022-03-14T15:14:56.251Z] 5d3b04190fa2: Waiting [2022-03-14T15:14:56.251Z] 3a2ae6a8a46f: Waiting [2022-03-14T15:14:56.251Z] 33b1e0a273af: Waiting [2022-03-14T15:14:56.251Z] 5c69ac0246d0: Verifying Checksum [2022-03-14T15:14:56.251Z] 5c69ac0246d0: Download complete [2022-03-14T15:14:56.251Z] 3a2ae6a8a46f: Download complete [2022-03-14T15:14:56.251Z] 33b1e0a273af: Verifying Checksum [2022-03-14T15:14:56.251Z] 33b1e0a273af: Download complete [2022-03-14T15:14:56.251Z] 5d3b04190fa2: Download complete [2022-03-14T15:14:56.251Z] ec43610c2a17: Verifying Checksum [2022-03-14T15:14:56.251Z] ec43610c2a17: Download complete [2022-03-14T15:14:56.510Z] 5eb5b503b376: Download complete [2022-03-14T15:14:57.077Z] 2f39f015ded8: Download complete [2022-03-14T15:14:57.647Z] 5eb5b503b376: Pull complete [2022-03-14T15:14:57.904Z] 5c69ac0246d0: Pull complete [2022-03-14T15:14:58.471Z] ec43610c2a17: Pull complete [2022-03-14T15:14:58.471Z] 3a2ae6a8a46f: Pull complete [2022-03-14T15:14:58.730Z] 33b1e0a273af: Pull complete [2022-03-14T15:14:58.730Z] 5d3b04190fa2: Pull complete [2022-03-14T15:15:02.921Z] 2f39f015ded8: Pull complete [2022-03-14T15:15:02.921Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-14T15:15:02.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-14T15:15:02.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-14T15:15:02.983Z] prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container [2022-03-14T15:15:03.015Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/152/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/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-14T15:15:04.967Z] $ docker top 48c70cb591e1d451685f5c665981ecaebdb0297630ca37f8d7a8a4edc3596d57 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-14T15:15:05.321Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-14T15:15:05.608Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-14T15:15:05.897Z] + ls /var/log/sa-host [2022-03-14T15:15:05.897Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-14T15:15:05.976Z] provisioning config files... [2022-03-14T15:15:05.985Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/152@tmp/config7211285445467660057tmp [Pipeline] { [Pipeline] echo [2022-03-14T15:15:05.999Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:15:06.282Z] ---> create-netrc.sh [Pipeline] } [2022-03-14T15:15:06.289Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:15:06.607Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-14T15:15:06.617Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:15:06.902Z] ---> sudo-logs.sh [2022-03-14T15:15:06.902Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-14T15:15:06.931Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:15:07.218Z] ---> job-cost.sh [2022-03-14T15:15:07.218Z] lf-activate-venv: SKIPPING [2022-03-14T15:15:07.218Z] DEBUG: total: 0.10999999940395355 [2022-03-14T15:15:07.218Z] INFO: Retrieving Stack Cost... [2022-03-14T15:15:07.478Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-14T15:15:08.048Z] INFO: Archiving Costs [Pipeline] echo [2022-03-14T15:15:08.062Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-14T15:15:08.343Z] ---> logs-deploy.sh [2022-03-14T15:15:08.343Z] lf-activate-venv: SKIPPING [2022-03-14T15:15:08.343Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/152 [2022-03-14T15:15:08.343Z] INFO: archiving workspace using pattern(s): [2022-03-14T15:15:09.282Z] Archives upload complete. [2022-03-14T15:15:09.282Z] INFO: archiving logs to Nexus