Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d 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-ssh3350777423476659567.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-ssh7115660523735309805.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-ssh11248736329378502325.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-ssh3717037792754019277.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-ssh7974919645419273150.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-8614’ Running on prd-ubuntu20.04-docker-8c-8g-8617 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/165 [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/165 # 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 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d (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 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 Commit message: "Merge pull request #3919 from jinlinGuan/issue-3918" > git rev-list --no-walk d0a5aad2e23987412fb7ff135d0a0cbe77cfa24f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-23T07:08:32.820Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-23T07:08:32.874Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-23T07:08:32.892Z] ========================================================= [2022-03-23T07:08:32.892Z] EdgeX Global Pipelines Version Info [2022-03-23T07:08:32.892Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:08:33.640Z] ------------------- [2022-03-23T07:08:33.640Z] stable info: [2022-03-23T07:08:33.640Z] ------------------- [2022-03-23T07:08:33.640Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-23T07:08:33.640Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T07:08:33.640Z] Message: update stable to v1.0.221 [2022-03-23T07:08:34.211Z] ------------------- [2022-03-23T07:08:34.211Z] experimental info: [2022-03-23T07:08:34.211Z] ------------------- [2022-03-23T07:08:34.211Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-23T07:08:34.211Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-23T07:08:34.211Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-23T07:08:34.342Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-23T07:08:34.350Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-23T07:08:34.358Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-23T07:08:34.366Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-23T07:08:34.374Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-23T07:08:34.383Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-23T07:08:34.400Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-23T07:08:34.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-23T07:08:34.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-23T07:08:34.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-23T07:08:34.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-23T07:08:34.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-23T07:08:34.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-23T07:08:34.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-23T07:08:34.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-23T07:08:34.524Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T07:08:34.535Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-23T07:08:34.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-23T07:08:34.556Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-23T07:08:34.568Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-23T07:08:34.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-23T07:08:34.590Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-23T07:08:34.599Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-03-23T07:08:34.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-03-23T07:08:34.627Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-03-23T07:08:34.641Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] echo [2022-03-23T07:08:34.651Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c659a0 [Pipeline] echo [2022-03-23T07:08:34.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T07:08:34.707Z] provisioning config files... [2022-03-23T07:08:34.721Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/165@tmp/config6659505535194962150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:08:35.113Z] ---> docker-login.sh [2022-03-23T07:08:35.113Z] nexus3.edgexfoundry.org:10001 [2022-03-23T07:08:35.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:08:35.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:08:35.373Z] Configure a credential helper to remove this warning. See [2022-03-23T07:08:35.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:08:35.373Z] [2022-03-23T07:08:35.373Z] Login Succeeded [2022-03-23T07:08:35.373Z] nexus3.edgexfoundry.org:10002 [2022-03-23T07:08:35.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:08:35.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:08:35.634Z] Configure a credential helper to remove this warning. See [2022-03-23T07:08:35.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:08:35.634Z] [2022-03-23T07:08:35.634Z] Login Succeeded [2022-03-23T07:08:35.634Z] nexus3.edgexfoundry.org:10003 [2022-03-23T07:08:35.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:08:35.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:08:35.634Z] Configure a credential helper to remove this warning. See [2022-03-23T07:08:35.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:08:35.634Z] [2022-03-23T07:08:35.634Z] Login Succeeded [2022-03-23T07:08:35.634Z] nexus3.edgexfoundry.org:10004 [2022-03-23T07:08:35.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:08:35.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:08:35.897Z] Configure a credential helper to remove this warning. See [2022-03-23T07:08:35.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:08:35.897Z] [2022-03-23T07:08:35.897Z] Login Succeeded [2022-03-23T07:08:35.897Z] docker.io [2022-03-23T07:08:35.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:08:36.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:08:36.472Z] Configure a credential helper to remove this warning. See [2022-03-23T07:08:36.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:08:36.472Z] [2022-03-23T07:08:36.472Z] Login Succeeded [2022-03-23T07:08:36.472Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T07:08:36.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T07:08:36.795Z] + 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-23T07:08:36.795Z] + dirname cmd/core-command/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + dirname cmd/core-data/Dockerfile [2022-03-23T07:08:36.795Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-23T07:08:36.795Z] + dirname cmd/core-metadata/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-23T07:08:36.795Z] + dirname+ cmd/security-bootstrapper/Dockerfile [2022-03-23T07:08:36.795Z] cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-23T07:08:36.795Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-23T07:08:36.795Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-23T07:08:36.795Z] + + cut -d/ -f2 [2022-03-23T07:08:36.795Z] dirname cmd/support-notifications/Dockerfile [2022-03-23T07:08:36.795Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-23T07:08:36.795Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-23T07:08:36.795Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-03-23T07:08:36.795Z] + cut -d/ -f2 [2022-03-23T07:08:36.795Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-23T07:08:36.833Z] 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-23T07:08:37.182Z] + git rev-list -1 --merges 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d~1..6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] echo [2022-03-23T07:08:37.196Z] -----------> git rev-list -1 --merges 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d~1..6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:08:37.196Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [false] [Pipeline] sh [2022-03-23T07:08:37.487Z] + git log --format=format:%s -1 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] echo [2022-03-23T07:08:37.506Z] ========================================================= [2022-03-23T07:08:37.506Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-23T07:08:37.506Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-23T07:08:38.021Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T07:08:38.021Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-23T07:08:38.021Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-23T07:08:38.021Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-23T07:08:38.021Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-23T07:08:38.021Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-23T07:08:38.021Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:08:38.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T07:08:38.431Z] [2022-03-23T07:08:38.431Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:08:38.732Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T07:08:38.732Z] latest: Pulling from edgex-devops/git-semver [2022-03-23T07:08:38.732Z] a0d0a0d46f8b: Pulling fs layer [2022-03-23T07:08:38.732Z] 3e5f54012d9b: Pulling fs layer [2022-03-23T07:08:38.732Z] 4c7163046ea9: Pulling fs layer [2022-03-23T07:08:38.732Z] 0c2d73faf560: Pulling fs layer [2022-03-23T07:08:38.732Z] 0c2d73faf560: Waiting [2022-03-23T07:08:38.732Z] 3e5f54012d9b: Verifying Checksum [2022-03-23T07:08:38.732Z] 3e5f54012d9b: Download complete [2022-03-23T07:08:38.732Z] a0d0a0d46f8b: Verifying Checksum [2022-03-23T07:08:38.732Z] a0d0a0d46f8b: Download complete [2022-03-23T07:08:38.732Z] 4c7163046ea9: Download complete [2022-03-23T07:08:38.732Z] 0c2d73faf560: Verifying Checksum [2022-03-23T07:08:38.732Z] 0c2d73faf560: Download complete [2022-03-23T07:08:38.992Z] a0d0a0d46f8b: Pull complete [2022-03-23T07:08:38.992Z] 3e5f54012d9b: Pull complete [2022-03-23T07:08:39.252Z] 4c7163046ea9: Pull complete [2022-03-23T07:08:39.514Z] 0c2d73faf560: Pull complete [2022-03-23T07:08:39.514Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-23T07:08:39.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T07:08:39.514Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-23T07:08:39.585Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:08:39.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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-23T07:08:40.372Z] $ docker top 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T07:08:40.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T07:08:40.468Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T07:08:40.576Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T07:08:40.582Z] $ docker exec 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 ssh-agent [2022-03-23T07:08:40.690Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEmfcbO/agent.14 [2022-03-23T07:08:40.690Z] SSH_AGENT_PID=20 [2022-03-23T07:08:40.698Z] Running ssh-add (command line suppressed) [2022-03-23T07:08:40.818Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_8614699632924338991.key (/w/workspace/edgex-go/165@tmp/private_key_8614699632924338991.key) [2022-03-23T07:08:40.828Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T07:08:41.114Z] + git tag --points-at HEAD [Pipeline] } [2022-03-23T07:08:41.138Z] $ docker exec --env ******** --env ******** 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 ssh-agent -k [2022-03-23T07:08:41.236Z] unset SSH_AUTH_SOCK; [2022-03-23T07:08:41.236Z] unset SSH_AGENT_PID; [2022-03-23T07:08:41.236Z] echo Agent pid 20 killed; [2022-03-23T07:08:41.243Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-23T07:08:41.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T07:08:41.265Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T07:08:41.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T07:08:41.392Z] $ docker exec 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 ssh-agent [2022-03-23T07:08:41.497Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCcdLop/agent.53 [2022-03-23T07:08:41.497Z] SSH_AGENT_PID=59 [2022-03-23T07:08:41.503Z] Running ssh-add (command line suppressed) [2022-03-23T07:08:41.607Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_4742650177033836479.key (/w/workspace/edgex-go/165@tmp/private_key_4742650177033836479.key) [2022-03-23T07:08:41.619Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T07:08:41.908Z] + git semver init [2022-03-23T07:08:41.908Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T07:08:41.908Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2022-03-23T07:08:41.908Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2022-03-23T07:08:41.908Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T07:08:41.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T07:08:41.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T07:08:41.908Z] # $SEMVER_BRANCH = main [2022-03-23T07:08:41.908Z] # $SEMVER_TEMP = /tmp/semver-379439065 [2022-03-23T07:08:41.908Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-23T07:08:56.813Z] # '/tmp/semver-379439065' -> '/w/workspace/edgex-go/165/.semver' [2022-03-23T07:08:56.813Z] # -> Force: false [2022-03-23T07:08:56.813Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [Pipeline] } [2022-03-23T07:08:56.828Z] $ docker exec --env ******** --env ******** 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 ssh-agent -k [2022-03-23T07:08:56.924Z] unset SSH_AUTH_SOCK; [2022-03-23T07:08:56.925Z] unset SSH_AGENT_PID; [2022-03-23T07:08:56.925Z] echo Agent pid 59 killed; [2022-03-23T07:08:56.931Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T07:08:57.231Z] + git semver [Pipeline] } [2022-03-23T07:08:57.250Z] $ docker stop --time=1 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 [2022-03-23T07:08:59.183Z] $ docker rm -f 123c8c31ee2ef5b409cd02cfac470172be31975694cc252bf0a994f3b49dff47 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T07:08:59.544Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-23T07:08:59.770Z] Stashed 1 file(s) [Pipeline] echo [2022-03-23T07:08:59.774Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.44 [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-23T07:08:59.867Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T07:08:59.873Z] ========================================================= [2022-03-23T07:08:59.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-23T07:08:59.873Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T07:09:00.159Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T07:09:00.159Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-23T07:09:00.159Z] 59bf1c3509f3: Pulling fs layer [2022-03-23T07:09:00.159Z] 666ba61612fd: Pulling fs layer [2022-03-23T07:09:00.159Z] 8ed8ca486205: Pulling fs layer [2022-03-23T07:09:00.159Z] 4fe6c5a15a65: Pulling fs layer [2022-03-23T07:09:00.159Z] 22a0e8bec74d: Pulling fs layer [2022-03-23T07:09:00.159Z] 640e595b4fbd: Pulling fs layer [2022-03-23T07:09:00.159Z] 763cafe07f6e: Pulling fs layer [2022-03-23T07:09:00.159Z] 0c0b528cf693: Pulling fs layer [2022-03-23T07:09:00.159Z] 10935f4eaf8b: Pulling fs layer [2022-03-23T07:09:00.159Z] 4fe6c5a15a65: Waiting [2022-03-23T07:09:00.159Z] 640e595b4fbd: Waiting [2022-03-23T07:09:00.159Z] 763cafe07f6e: Waiting [2022-03-23T07:09:00.159Z] 22a0e8bec74d: Waiting [2022-03-23T07:09:00.159Z] 0c0b528cf693: Waiting [2022-03-23T07:09:00.159Z] 10935f4eaf8b: Waiting [2022-03-23T07:09:00.159Z] 8ed8ca486205: Verifying Checksum [2022-03-23T07:09:00.159Z] 8ed8ca486205: Download complete [2022-03-23T07:09:00.159Z] 666ba61612fd: Download complete [2022-03-23T07:09:00.159Z] 22a0e8bec74d: Verifying Checksum [2022-03-23T07:09:00.159Z] 22a0e8bec74d: Download complete [2022-03-23T07:09:00.159Z] 59bf1c3509f3: Download complete [2022-03-23T07:09:00.159Z] 640e595b4fbd: Verifying Checksum [2022-03-23T07:09:00.159Z] 640e595b4fbd: Download complete [2022-03-23T07:09:00.159Z] 763cafe07f6e: Verifying Checksum [2022-03-23T07:09:00.159Z] 763cafe07f6e: Download complete [2022-03-23T07:09:00.419Z] 0c0b528cf693: Verifying Checksum [2022-03-23T07:09:00.419Z] 0c0b528cf693: Download complete [2022-03-23T07:09:00.419Z] 59bf1c3509f3: Pull complete [2022-03-23T07:09:00.419Z] 666ba61612fd: Pull complete [2022-03-23T07:09:00.680Z] 8ed8ca486205: Pull complete [2022-03-23T07:09:00.941Z] 10935f4eaf8b: Verifying Checksum [2022-03-23T07:09:00.941Z] 10935f4eaf8b: Download complete [2022-03-23T07:09:00.941Z] 4fe6c5a15a65: Verifying Checksum [2022-03-23T07:09:00.941Z] 4fe6c5a15a65: Download complete [2022-03-23T07:09:05.136Z] 4fe6c5a15a65: Pull complete [2022-03-23T07:09:05.136Z] 22a0e8bec74d: Pull complete [2022-03-23T07:09:05.136Z] 640e595b4fbd: Pull complete [2022-03-23T07:09:05.136Z] 763cafe07f6e: Pull complete [2022-03-23T07:09:05.136Z] 0c0b528cf693: Pull complete [2022-03-23T07:09:07.041Z] 10935f4eaf8b: Pull complete [2022-03-23T07:09:07.041Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-23T07:09:07.041Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T07:09:07.041Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-23T07:09:07.344Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T07:09:07.344Z] WORKDIR /edgex [2022-03-23T07:09:07.344Z] COPY go.mod . [2022-03-23T07:09:07.344Z] RUN go mod download [2022-03-23T07:09:07.344Z] + docker build -t ci-base-image-x86_64 -f - . [2022-03-23T07:09:08.723Z] Sending build context to Docker daemon 334.2MB [2022-03-23T07:09:08.723Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-23T07:09:08.723Z] ---> 99d49a6021b9 [2022-03-23T07:09:08.723Z] Step 2/4 : WORKDIR /edgex [2022-03-23T07:09:10.633Z] ---> Running in 177496747b75 [2022-03-23T07:09:10.633Z] Removing intermediate container 177496747b75 [2022-03-23T07:09:10.633Z] ---> 3d7737c7736e [2022-03-23T07:09:10.633Z] Step 3/4 : COPY go.mod . [2022-03-23T07:09:10.892Z] ---> 45a94ba0c3c7 [2022-03-23T07:09:10.892Z] Step 4/4 : RUN go mod download [2022-03-23T07:09:10.892Z] ---> Running in fa0b297fef49 [2022-03-23T07:09:14.833Z] Still waiting to schedule task [2022-03-23T07:09:14.833Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8615’ is offline [2022-03-23T07:09:37.472Z] Removing intermediate container fa0b297fef49 [2022-03-23T07:09:37.472Z] ---> 7c39d4202c4b [2022-03-23T07:09:37.472Z] Successfully built 7c39d4202c4b [2022-03-23T07:09:37.472Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:09:37.784Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T07:09:37.784Z] . [Pipeline] withDockerContainer [2022-03-23T07:09:37.859Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:09:37.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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 ******** ci-base-image-x86_64 cat [2022-03-23T07:09:38.304Z] $ docker top 2ca66d51984d52a69f41597890e7ba140cf6d5f82c889eb77e665cf6fd52a514 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:09:38.655Z] + go version [2022-03-23T07:09:38.655Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-23T07:09:38.673Z] $ docker stop --time=1 2ca66d51984d52a69f41597890e7ba140cf6d5f82c889eb77e665cf6fd52a514 [2022-03-23T07:09:39.978Z] $ docker rm -f 2ca66d51984d52a69f41597890e7ba140cf6d5f82c889eb77e665cf6fd52a514 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:09:40.360Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-23T07:09:40.360Z] . [Pipeline] withDockerContainer [2022-03-23T07:09:40.428Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:09:40.505Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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 ******** ci-base-image-x86_64 cat [2022-03-23T07:09:40.870Z] $ docker top 308e39b065e16febe3fb9fcb535903d58b522096641b59725f2b2bb4b4ec8c31 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-23T07:09:40.973Z] ========================================================= [2022-03-23T07:09:40.973Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-23T07:09:40.973Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T07:09:41.263Z] + make test [2022-03-23T07:09:41.264Z] go mod tidy [2022-03-23T07:09:41.264Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-23T07:09:46.544Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-23T07:09:56.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.092s coverage: 28.7% of statements [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-23T07:09:56.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-23T07:09:56.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2022-03-23T07:09:56.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-23T07:09:56.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.087s coverage: 54.9% of statements [2022-03-23T07:09:56.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-23T07:09:56.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.354s coverage: 89.2% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.067s coverage: 84.4% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.350s coverage: 94.2% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.084s coverage: 72.2% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 60.0% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.058s coverage: 0.9% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 24.0% of statements [2022-03-23T07:10:00.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2022-03-23T07:10:00.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2022-03-23T07:10:10.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.072s coverage: 94.4% of statements [2022-03-23T07:10:10.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2022-03-23T07:10:11.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.199s coverage: 82.5% of statements [2022-03-23T07:10:11.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-23T07:10:21.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 65.1% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.0% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.144s coverage: 91.2% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.146s coverage: 64.4% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 65.4% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 43.8% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.058s coverage: 17.7% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.155s coverage: 92.3% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-23T07:10:21.483Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-03-23T07:10:21.483Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 96.9% of statements [2022-03-23T07:10:21.483Z] 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-23T07:10:33.692Z] GO111MODULE=on go vet ./... [2022-03-23T07:10:36.223Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-23T07:10:36.484Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-23T07:10:36.744Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-23T07:10:37.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-23T07:10:37.306Z] + ls -al . [2022-03-23T07:10:37.306Z] total 676 [2022-03-23T07:10:37.306Z] drwxrwxr-x 10 1001 1001 4096 Mar 23 07:10 . [2022-03-23T07:10:37.306Z] drwxr-xr-x 4 root root 4096 Mar 23 07:09 .. [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 11 Mar 23 07:08 .dockerignore [2022-03-23T07:10:37.306Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 07:08 .git [2022-03-23T07:10:37.306Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 07:08 .github [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 804 Mar 23 07:08 .gitignore [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 42 Mar 23 07:08 .golangci.yml [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 76 Mar 23 07:08 .hadolint.yml [2022-03-23T07:10:37.306Z] drwx------ 3 1001 1001 4096 Mar 23 07:08 .semver [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 166 Mar 23 07:08 .sonarcloud.properties [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 1171 Mar 23 07:08 ADOPTERS.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 9019 Mar 23 07:08 Attribution.txt [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 51732 Mar 23 07:08 CHANGELOG.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 3804 Mar 23 07:08 CONTRIBUTING.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 677 Mar 23 07:08 GOVERNANCE.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 849 Mar 23 07:08 Jenkinsfile [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 10775 Mar 23 07:08 LICENSE [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 6508 Mar 23 07:08 Makefile [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 582 Mar 23 07:08 OWNERS.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 8207 Mar 23 07:08 README.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 6912 Mar 23 07:08 SECURITY.md [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 12 Mar 23 07:08 VERSION [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 4131 Mar 23 07:08 ZMQWindows.md [2022-03-23T07:10:37.306Z] drwxrwxr-x 2 1001 1001 4096 Mar 23 07:08 bin [2022-03-23T07:10:37.306Z] drwxrwxr-x 14 1001 1001 4096 Mar 23 07:08 cmd [2022-03-23T07:10:37.306Z] -rw-r--r-- 1 root root 426503 Mar 23 07:10 coverage.out [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 2827 Mar 23 07:08 go.mod [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 50579 Mar 23 07:08 go.sum [2022-03-23T07:10:37.306Z] drwxrwxr-x 8 1001 1001 4096 Mar 23 07:08 internal [2022-03-23T07:10:37.306Z] drwxrwxr-x 3 1001 1001 4096 Mar 23 07:08 openapi [2022-03-23T07:10:37.306Z] drwxrwxr-x 4 1001 1001 4096 Mar 23 07:08 snap [2022-03-23T07:10:37.306Z] -rw-rw-r-- 1 1001 1001 204 Mar 23 07:08 version.go [Pipeline] sh [2022-03-23T07:10:37.594Z] + '[' -e coverage.out ] [2022-03-23T07:10:37.594Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-23T07:10:37.687Z] Stashed 1 file(s) [Pipeline] sh [2022-03-23T07:10:37.968Z] + make build [2022-03-23T07:10:37.968Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T07:10:39.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T07:10:44.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T07:10:44.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T07:10:45.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T07:10:45.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T07:10:46.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T07:10:47.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T07:10:48.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T07:10:49.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T07:10:49.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T07:10:50.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2022-03-23T07:10:51.765Z] $ docker stop --time=1 308e39b065e16febe3fb9fcb535903d58b522096641b59725f2b2bb4b4ec8c31 [2022-03-23T07:10:53.997Z] $ docker rm -f 308e39b065e16febe3fb9fcb535903d58b522096641b59725f2b2bb4b4ec8c31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:10:55.281Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T07:10:55.281Z] [2022-03-23T07:10:55.281Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:10:55.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T07:10:55.582Z] latest: Pulling from edgex-devops/edgex-compose [2022-03-23T07:10:55.582Z] cbdbe7a5bc2a: Pulling fs layer [2022-03-23T07:10:55.582Z] ca9280d653b3: Pulling fs layer [2022-03-23T07:10:55.582Z] 7e9c9ca2126c: Pulling fs layer [2022-03-23T07:10:55.582Z] cbdbe7a5bc2a: Verifying Checksum [2022-03-23T07:10:55.582Z] cbdbe7a5bc2a: Download complete [2022-03-23T07:10:55.852Z] ca9280d653b3: Verifying Checksum [2022-03-23T07:10:55.852Z] cbdbe7a5bc2a: Pull complete [2022-03-23T07:10:56.114Z] 7e9c9ca2126c: Download complete [2022-03-23T07:10:56.114Z] ca9280d653b3: Pull complete [2022-03-23T07:10:59.405Z] 7e9c9ca2126c: Pull complete [2022-03-23T07:10:59.405Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-03-23T07:10:59.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T07:10:59.405Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-03-23T07:10:59.471Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:10:59.517Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-23T07:11:00.806Z] $ docker top b3424556e0423cfec7d07f8e30276cee7ae9814f95fca0be102c9afd1775fc32 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:11:01.157Z] + grep parallel [2022-03-23T07:11:01.157Z] + docker-compose build --help [2022-03-23T07:11:01.733Z] --parallel Build images in parallel. [Pipeline] } [2022-03-23T07:11:01.750Z] $ docker stop --time=1 b3424556e0423cfec7d07f8e30276cee7ae9814f95fca0be102c9afd1775fc32 [2022-03-23T07:11:03.088Z] $ docker rm -f b3424556e0423cfec7d07f8e30276cee7ae9814f95fca0be102c9afd1775fc32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:11:03.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-23T07:11:03.470Z] . [Pipeline] withDockerContainer [2022-03-23T07:11:03.554Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:11:03.621Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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-23T07:11:04.073Z] $ docker top 9391659eb2dfe5d7a302188cbf6fd3a651edc9c515c7f65a983f44a8ce3a34c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:11:04.456Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-23T07:11:05.033Z] Building core-command ... [2022-03-23T07:11:05.033Z] Building core-data ... [2022-03-23T07:11:05.033Z] Building core-metadata ... [2022-03-23T07:11:05.033Z] Building security-bootstrapper ... [2022-03-23T07:11:05.033Z] Building security-proxy-setup ... [2022-03-23T07:11:05.033Z] Building security-secretstore-setup ... [2022-03-23T07:11:05.033Z] Building support-notifications ... [2022-03-23T07:11:05.033Z] Building support-scheduler ... [2022-03-23T07:11:05.033Z] Building sys-mgmt-agent ... [2022-03-23T07:11:05.033Z] Building sys-mgmt-agent [2022-03-23T07:11:05.033Z] Building core-data [2022-03-23T07:11:05.033Z] Building support-scheduler [2022-03-23T07:11:05.033Z] Building security-bootstrapper [2022-03-23T07:11:05.033Z] Building support-notifications [2022-03-23T07:11:19.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:11:19.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:11:19.943Z] ---> 7c39d4202c4b [2022-03-23T07:11:19.943Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:11:19.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:11:19.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:11:19.943Z] ---> 7c39d4202c4b [2022-03-23T07:11:19.943Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:11:19.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:11:19.943Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:11:19.943Z] ---> 7c39d4202c4b [2022-03-23T07:11:19.943Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T07:11:19.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:11:19.943Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:11:19.943Z] ---> 7c39d4202c4b [2022-03-23T07:11:19.943Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T07:11:19.943Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:11:19.943Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:11:19.943Z] ---> 7c39d4202c4b [2022-03-23T07:11:19.943Z] Step 3/31 : WORKDIR /edgex-go [2022-03-23T07:11:23.244Z] ---> Running in efae4ca9f282 [2022-03-23T07:11:23.244Z] ---> Running in c23bfd575cd5 [2022-03-23T07:11:23.244Z] ---> Running in 99c80c07da7f [2022-03-23T07:11:23.244Z] ---> Running in fdc8792d34f9 [2022-03-23T07:11:23.244Z] ---> Running in 5e993a65ebb2 [2022-03-23T07:11:23.244Z] Removing intermediate container 99c80c07da7f [2022-03-23T07:11:23.244Z] ---> abfa2528d241 [2022-03-23T07:11:23.244Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:11:23.244Z] Removing intermediate container c23bfd575cd5 [2022-03-23T07:11:23.244Z] ---> c8c19add46b3 [2022-03-23T07:11:23.244Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:11:23.244Z] Removing intermediate container efae4ca9f282 [2022-03-23T07:11:23.244Z] ---> 8aa7ffa86bfc [2022-03-23T07:11:23.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:11:23.244Z] ---> Running in 31d846456833 [2022-03-23T07:11:23.244Z] Removing intermediate container 5e993a65ebb2 [2022-03-23T07:11:23.244Z] ---> 8d9bf6cbea4d [2022-03-23T07:11:23.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:11:23.244Z] Removing intermediate container fdc8792d34f9 [2022-03-23T07:11:23.244Z] ---> b339b6fb77ed [2022-03-23T07:11:23.244Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:11:23.244Z] ---> Running in 0e4ff8786a28 [2022-03-23T07:11:23.244Z] ---> Running in 1230f894e41e [2022-03-23T07:11:23.244Z] ---> Running in c35f0a1ff6f9 [2022-03-23T07:11:23.244Z] ---> Running in 768b8232da6b [2022-03-23T07:11:23.509Z] Removing intermediate container 31d846456833 [2022-03-23T07:11:23.510Z] ---> f91ad684943f [2022-03-23T07:11:23.510Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-23T07:11:23.510Z] ---> Running in 2267e41c2327 [2022-03-23T07:11:24.447Z] Removing intermediate container c35f0a1ff6f9 [2022-03-23T07:11:24.448Z] ---> 09647251ac88 [2022-03-23T07:11:24.448Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T07:11:24.448Z] Removing intermediate container 1230f894e41e [2022-03-23T07:11:24.448Z] ---> 2dda9f2ba5b6 [2022-03-23T07:11:24.448Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-23T07:11:24.448Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:24.448Z] Removing intermediate container 768b8232da6b [2022-03-23T07:11:24.448Z] ---> ea22cc0c83bd [2022-03-23T07:11:24.448Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-23T07:11:24.448Z] ---> Running in 4ac5d5f58ac1 [2022-03-23T07:11:24.448Z] ---> Running in 8086fa6cac5d [2022-03-23T07:11:24.448Z] ---> Running in e35efe3876ba [2022-03-23T07:11:24.448Z] Removing intermediate container 0e4ff8786a28 [2022-03-23T07:11:24.448Z] ---> facbcaa43f5e [2022-03-23T07:11:24.448Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-23T07:11:24.448Z] ---> Running in d8e9cc77ac36 [2022-03-23T07:11:24.707Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:24.967Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:25.228Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:25.228Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:25.228Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:25.487Z] OK: 221 MiB in 52 packages [2022-03-23T07:11:25.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:25.747Z] Removing intermediate container 2267e41c2327 [2022-03-23T07:11:25.747Z] ---> 12a509712a23 [2022-03-23T07:11:25.747Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:11:25.747Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:26.011Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:26.011Z] OK: 221 MiB in 52 packages [2022-03-23T07:11:26.011Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:26.011Z] ---> 4ee919497aff [2022-03-23T07:11:26.011Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:11:26.011Z] ---> Running in e6d112e22456 [2022-03-23T07:11:26.270Z] OK: 221 MiB in 52 packages [2022-03-23T07:11:26.270Z] OK: 221 MiB in 52 packages [2022-03-23T07:11:26.270Z] Removing intermediate container 4ac5d5f58ac1 [2022-03-23T07:11:26.270Z] ---> 885dbc874d8d [2022-03-23T07:11:26.270Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T07:11:26.270Z] OK: 221 MiB in 52 packages [2022-03-23T07:11:26.530Z] ---> 802fd93d495c [2022-03-23T07:11:26.530Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:11:26.530Z] ---> Running in 3ec9242a05dd [2022-03-23T07:11:26.788Z] Removing intermediate container e35efe3876ba [2022-03-23T07:11:26.788Z] ---> b93026bbcdd5 [2022-03-23T07:11:26.788Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-23T07:11:26.788Z] Removing intermediate container 8086fa6cac5d [2022-03-23T07:11:26.788Z] ---> 5d88f278e7c6 [2022-03-23T07:11:26.788Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T07:11:26.788Z] ---> ebd6dab26bb3 [2022-03-23T07:11:26.788Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:11:27.049Z] ---> Running in f56259ccc664 [2022-03-23T07:11:27.049Z] Removing intermediate container d8e9cc77ac36 [2022-03-23T07:11:27.049Z] ---> ea324864c2eb [2022-03-23T07:11:27.049Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:11:27.049Z] ---> 9f908c93b441 [2022-03-23T07:11:27.049Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:11:27.049Z] ---> Running in b0d9e07ef206 [2022-03-23T07:11:27.049Z] ---> 09b493c15253 [2022-03-23T07:11:27.049Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:11:27.308Z] ---> Running in 7b0edb98feb5 [2022-03-23T07:11:27.308Z] Removing intermediate container e6d112e22456 [2022-03-23T07:11:27.308Z] ---> 1e5ce10deb4d [2022-03-23T07:11:27.308Z] Step 8/23 : COPY . . [2022-03-23T07:11:29.849Z] Removing intermediate container 3ec9242a05dd [2022-03-23T07:11:29.849Z] ---> 6a4e8e0c13cc [2022-03-23T07:11:29.849Z] Step 8/22 : COPY . . [2022-03-23T07:11:29.849Z] Removing intermediate container f56259ccc664 [2022-03-23T07:11:29.849Z] ---> 963561dba159 [2022-03-23T07:11:29.849Z] Step 8/31 : COPY . . [2022-03-23T07:11:29.849Z] Removing intermediate container 7b0edb98feb5 [2022-03-23T07:11:29.849Z] ---> 8f770b28bf26 [2022-03-23T07:11:29.849Z] Step 8/23 : COPY . . [2022-03-23T07:11:35.125Z] Removing intermediate container b0d9e07ef206 [2022-03-23T07:11:35.125Z] ---> fdab5b18c1b9 [2022-03-23T07:11:35.125Z] Step 8/22 : COPY . . [2022-03-23T07:11:37.661Z] ---> 937665883fc2 [2022-03-23T07:11:37.661Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-23T07:11:37.661Z] ---> eca30dc2a79a [2022-03-23T07:11:37.661Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-23T07:11:37.661Z] ---> 8acee05348b2 [2022-03-23T07:11:37.661Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-23T07:11:37.661Z] ---> 7d5f0232df1c [2022-03-23T07:11:37.661Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-23T07:11:37.921Z] ---> Running in e919995c629c [2022-03-23T07:11:37.921Z] ---> Running in 90f811e9eda9 [2022-03-23T07:11:37.921Z] ---> Running in 4c8fe21a63ea [2022-03-23T07:11:37.921Z] ---> Running in dfc1edbb8a69 [2022-03-23T07:11:38.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-23T07:11:38.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T07:11:38.749Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T07:11:38.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T07:11:39.016Z] ---> 0712c532a29c [2022-03-23T07:11:39.016Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-23T07:11:39.275Z] ---> Running in fd25f69acc1c [2022-03-23T07:11:40.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T07:11:48.778Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8620 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-03-23T07:11:48.791Z] Running in /w/workspace/edgex-go/165 [Pipeline] { [Pipeline] checkout [2022-03-23T07:11:49.133Z] The recommended git tool is: git [2022-03-23T07:11:55.101Z] Removing intermediate container 90f811e9eda9 [2022-03-23T07:11:55.101Z] ---> dfded4f8acd4 [2022-03-23T07:11:55.101Z] [2022-03-23T07:11:55.101Z] Step 10/31 : FROM alpine:3.14 [2022-03-23T07:11:55.101Z] Removing intermediate container e919995c629c [2022-03-23T07:11:55.101Z] ---> 1d2b9fcd6778 [2022-03-23T07:11:55.101Z] [2022-03-23T07:11:55.101Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T07:11:55.101Z] Removing intermediate container dfc1edbb8a69 [2022-03-23T07:11:55.101Z] ---> 4c1277b325ca [2022-03-23T07:11:55.101Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-23T07:11:55.101Z] ---> Running in 89ceba43e0f7 [2022-03-23T07:11:55.672Z] 3.14: Pulling from library/alpine [2022-03-23T07:11:55.672Z] 3.14: Pulling from library/alpine [2022-03-23T07:11:55.672Z] Removing intermediate container fd25f69acc1c [2022-03-23T07:11:55.672Z] ---> ca4ced601e89 [2022-03-23T07:11:55.672Z] [2022-03-23T07:11:55.672Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T07:11:55.672Z] Removing intermediate container 4c8fe21a63ea [2022-03-23T07:11:55.672Z] ---> b97568e152a2 [2022-03-23T07:11:55.672Z] [2022-03-23T07:11:55.672Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T07:11:56.608Z] 3.14: Pulling from library/alpine [2022-03-23T07:11:56.608Z] 3.14: Pulling from library/alpine [2022-03-23T07:11:56.864Z] using credential edgex-jenkins-ssh [2022-03-23T07:11:56.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T07:11:56.883Z] Cloning the remote Git repository [2022-03-23T07:11:56.945Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-23T07:11:57.033Z] > git init /w/workspace/edgex-go/165 # timeout=10 [2022-03-23T07:11:57.125Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T07:11:57.125Z] Status: Downloaded newer image for alpine:3.14 [2022-03-23T07:11:57.125Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T07:11:57.125Z] Status: Image is up to date for alpine:3.14 [2022-03-23T07:11:57.125Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T07:11:57.125Z] Status: Image is up to date for alpine:3.14 [2022-03-23T07:11:57.125Z] ---> a33ac4f1069a [2022-03-23T07:11:57.125Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-23T07:11:57.125Z] ---> a33ac4f1069a [2022-03-23T07:11:57.125Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-23T07:11:57.125Z] ---> a33ac4f1069a [2022-03-23T07:11:57.125Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-23T07:11:57.125Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T07:11:57.125Z] Status: Image is up to date for alpine:3.14 [2022-03-23T07:11:57.125Z] ---> a33ac4f1069a [2022-03-23T07:11:57.125Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-23T07:11:57.405Z] ---> Running in 3b60b5d29557 [2022-03-23T07:11:57.405Z] ---> Running in 9f8a0400368b [2022-03-23T07:11:57.405Z] ---> Running in 95e6b6489b6e [2022-03-23T07:11:57.405Z] ---> Running in 7275dada0e15 [2022-03-23T07:11:57.405Z] Removing intermediate container 3b60b5d29557 [2022-03-23T07:11:57.405Z] ---> a2f25cb0c227 [2022-03-23T07:11:57.405Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-23T07:11:57.405Z] Removing intermediate container 7275dada0e15 [2022-03-23T07:11:57.405Z] ---> 53871239daf8 [2022-03-23T07:11:57.405Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-23T07:11:57.405Z] ---> Running in 40773ad10d8a [2022-03-23T07:11:57.405Z] ---> Running in 062589c0c4ba [2022-03-23T07:11:57.666Z] Removing intermediate container 89ceba43e0f7 [2022-03-23T07:11:57.666Z] ---> 6ea56ed4a36e [2022-03-23T07:11:57.666Z] [2022-03-23T07:11:57.666Z] Step 11/23 : FROM docker:20.10.10 [2022-03-23T07:11:57.666Z] Removing intermediate container 062589c0c4ba [2022-03-23T07:11:57.666Z] ---> e2679d3412b6 [2022-03-23T07:11:57.666Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-23T07:11:57.666Z] ---> Running in 77ec6dbadb4a [2022-03-23T07:11:57.666Z] Removing intermediate container 77ec6dbadb4a [2022-03-23T07:11:57.666Z] ---> 36529db14ed7 [2022-03-23T07:11:57.666Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:11:57.924Z] 20.10.10: Pulling from library/docker [2022-03-23T07:11:57.924Z] ---> Running in a093dc57676e [2022-03-23T07:11:57.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:57.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:57.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:57.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:57.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:58.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:58.184Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-23T07:11:58.184Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-23T07:11:58.184Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:11:58.184Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T07:11:58.184Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-23T07:11:58.184Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:11:58.184Z] OK: 6 MiB in 15 packages [2022-03-23T07:11:58.185Z] OK: 6 MiB in 16 packages [2022-03-23T07:11:58.185Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-23T07:11:58.185Z] (2/2) Installing su-exec (0.2-r1) [2022-03-23T07:11:58.445Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:11:58.445Z] OK: 6 MiB in 16 packages [2022-03-23T07:11:57.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-23T07:11:57.149Z] > git --version # timeout=10 [2022-03-23T07:11:57.191Z] > git --version # 'git version 2.25.1' [2022-03-23T07:11:57.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-23T07:11:57.390Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T07:11:58.705Z] Removing intermediate container a093dc57676e [2022-03-23T07:11:58.705Z] ---> 5424a240805d [2022-03-23T07:11:58.705Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-23T07:11:58.965Z] ---> Running in 6bf287b5d950 [2022-03-23T07:11:58.965Z] Removing intermediate container 9f8a0400368b [2022-03-23T07:11:58.965Z] ---> a65bee8f3335 [2022-03-23T07:11:58.965Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:11:58.965Z] Removing intermediate container 95e6b6489b6e [2022-03-23T07:11:58.965Z] ---> 3e1fb910c428 [2022-03-23T07:11:58.965Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:11:58.965Z] ---> Running in 50a195573bdf [2022-03-23T07:11:58.965Z] ---> Running in d6750b1d43d7 [2022-03-23T07:11:58.965Z] Removing intermediate container 40773ad10d8a [2022-03-23T07:11:58.965Z] ---> 30f8bcab3ff1 [2022-03-23T07:11:58.965Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-23T07:11:58.965Z] ---> Running in 33b38ae5cddf [2022-03-23T07:11:59.227Z] Removing intermediate container 50a195573bdf [2022-03-23T07:11:59.227Z] ---> d42fba5eeac5 [2022-03-23T07:11:59.227Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-23T07:11:59.227Z] Removing intermediate container d6750b1d43d7 [2022-03-23T07:11:59.227Z] ---> c969978fb6ec [2022-03-23T07:11:59.227Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-23T07:11:59.227Z] ---> Running in a15ae922fb82 [2022-03-23T07:11:59.227Z] ---> Running in 6f0c8e5eebd4 [2022-03-23T07:11:59.227Z] Removing intermediate container 33b38ae5cddf [2022-03-23T07:11:59.227Z] ---> e04709b6b68d [2022-03-23T07:11:59.227Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-23T07:11:59.227Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:11:59.227Z] ---> Running in 155ef913d68b [2022-03-23T07:11:59.227Z] Removing intermediate container a15ae922fb82 [2022-03-23T07:11:59.227Z] ---> fe4bb1fa515a [2022-03-23T07:11:59.227Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T07:11:59.227Z] Removing intermediate container 6f0c8e5eebd4 [2022-03-23T07:11:59.227Z] ---> 503e320286b2 [2022-03-23T07:11:59.227Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T07:11:59.227Z] ---> Running in e45a2d918fdd [2022-03-23T07:11:59.491Z] ---> Running in 17df0742d84d [2022-03-23T07:11:59.491Z] Removing intermediate container 155ef913d68b [2022-03-23T07:11:59.491Z] ---> d58d3a504f1f [2022-03-23T07:11:59.491Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-23T07:11:59.491Z] ---> Running in cab36b2be664 [2022-03-23T07:11:59.491Z] Removing intermediate container e45a2d918fdd [2022-03-23T07:11:59.491Z] ---> 08e0a606da57 [2022-03-23T07:11:59.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:11:59.491Z] Removing intermediate container 17df0742d84d [2022-03-23T07:11:59.491Z] ---> fe25f5b5846f [2022-03-23T07:11:59.491Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:11:59.749Z] ---> 2bee643c3f4e [2022-03-23T07:11:59.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-23T07:11:59.749Z] ---> 6a695a9dc94a [2022-03-23T07:11:59.749Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-23T07:12:00.091Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:00.350Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-23T07:12:00.350Z] ---> 87813390968b [2022-03-23T07:12:00.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:00.350Z] ---> 65ac04f1c048 [2022-03-23T07:12:00.350Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:00.350Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T07:12:00.610Z] Removing intermediate container cab36b2be664 [2022-03-23T07:12:00.610Z] ---> 0935b525a516 [2022-03-23T07:12:00.610Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-23T07:12:00.610Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-23T07:12:00.610Z] ---> 41a80bd2206e [2022-03-23T07:12:00.610Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-23T07:12:00.610Z] ---> Running in 8f69f9abda11 [2022-03-23T07:12:00.610Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T07:12:00.874Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-23T07:12:00.874Z] ---> Running in 88d3fd858c73 [2022-03-23T07:12:00.874Z] ---> 114bfd13c440 [2022-03-23T07:12:00.874Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-23T07:12:00.874Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-23T07:12:01.133Z] Removing intermediate container 8f69f9abda11 [2022-03-23T07:12:01.133Z] ---> acc57958c6ae [2022-03-23T07:12:01.133Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-23T07:12:01.133Z] ---> Running in c6a5c7649d45 [2022-03-23T07:12:01.133Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:12:01.133Z] OK: 8 MiB in 20 packages [2022-03-23T07:12:01.133Z] Removing intermediate container 88d3fd858c73 [2022-03-23T07:12:01.133Z] ---> fdbdfd450f5a [2022-03-23T07:12:01.133Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:12:01.133Z] ---> Running in 0a3c8083bec1 [2022-03-23T07:12:01.133Z] Removing intermediate container c6a5c7649d45 [2022-03-23T07:12:01.133Z] ---> f86cc499dd2f [2022-03-23T07:12:01.133Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:12:01.393Z] ---> Running in 4548911c4b50 [2022-03-23T07:12:01.393Z] ---> cbea0bde0601 [2022-03-23T07:12:01.393Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-23T07:12:01.393Z] Removing intermediate container 0a3c8083bec1 [2022-03-23T07:12:01.393Z] ---> 13bbe13424c3 [2022-03-23T07:12:01.393Z] Step 20/22 : LABEL arch=x86_64 [2022-03-23T07:12:01.652Z] ---> Running in bcf9dbefaa10 [2022-03-23T07:12:01.652Z] ---> Running in 9db934faa9a4 [2022-03-23T07:12:01.928Z] Removing intermediate container 4548911c4b50 [2022-03-23T07:12:01.928Z] ---> 19c98ee83c01 [2022-03-23T07:12:01.928Z] Step 20/22 : LABEL arch=x86_64 [2022-03-23T07:12:01.928Z] Removing intermediate container 6bf287b5d950 [2022-03-23T07:12:01.928Z] ---> 128f90c789b4 [2022-03-23T07:12:01.928Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:12:01.928Z] ---> Running in 9e3cd2ff1e13 [2022-03-23T07:12:01.928Z] Removing intermediate container bcf9dbefaa10 [2022-03-23T07:12:01.928Z] ---> 2f86aa061428 [2022-03-23T07:12:01.928Z] Step 21/22 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:02.197Z] ---> Running in 1619f53c27f9 [2022-03-23T07:12:02.197Z] Removing intermediate container 9e3cd2ff1e13 [2022-03-23T07:12:02.197Z] ---> 991294cccc43 [2022-03-23T07:12:02.197Z] Step 21/22 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:02.197Z] ---> f64876ce573c [2022-03-23T07:12:02.197Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-23T07:12:02.197Z] ---> Running in bd40531b4e78 [2022-03-23T07:12:02.197Z] Removing intermediate container 1619f53c27f9 [2022-03-23T07:12:02.197Z] ---> ca683580228f [2022-03-23T07:12:02.197Z] Step 22/22 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:02.455Z] ---> Running in d01060579017 [2022-03-23T07:12:02.455Z] Removing intermediate container bd40531b4e78 [2022-03-23T07:12:02.455Z] ---> a0744fca4877 [2022-03-23T07:12:02.455Z] Step 22/22 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:02.455Z] Removing intermediate container d01060579017 [2022-03-23T07:12:02.455Z] ---> Running in 67f5cb7be6f4 [2022-03-23T07:12:02.455Z] ---> 818d1d480d7e [2022-03-23T07:12:02.455Z] [2022-03-23T07:12:02.714Z] Successfully built 818d1d480d7e [2022-03-23T07:12:02.714Z] Successfully tagged support-notifications:latest [2022-03-23T07:12:02.714Z] ---> 6fc9bb7fedff [2022-03-23T07:12:02.715Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:02.715Z] Building security-proxy-setup [2022-03-23T07:12:02.715Z]  Building support-notifications ... done Removing intermediate container 9db934faa9a4 [2022-03-23T07:12:02.715Z] ---> 40f473511313 [2022-03-23T07:12:02.715Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:12:03.068Z] Removing intermediate container 67f5cb7be6f4 [2022-03-23T07:12:03.068Z] ---> 1389e8ac9f4a [2022-03-23T07:12:03.068Z] [2022-03-23T07:12:03.068Z] Successfully built 1389e8ac9f4a [2022-03-23T07:12:03.639Z] Successfully tagged support-scheduler:latest [2022-03-23T07:12:03.639Z] Building core-command [2022-03-23T07:12:05.546Z]  Building support-scheduler ... done  ---> 5148f07f9bee [2022-03-23T07:12:05.546Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-23T07:12:06.485Z] ---> 5ba01cc7c428 [2022-03-23T07:12:06.485Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-23T07:12:07.055Z] ---> Running in 5500f67fc1da [2022-03-23T07:12:07.641Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:12:07.641Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:12:07.641Z] ---> 7c39d4202c4b [2022-03-23T07:12:07.641Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T07:12:07.641Z] ---> Using cache [2022-03-23T07:12:07.641Z] ---> b339b6fb77ed [2022-03-23T07:12:07.641Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:12:07.641Z] ---> Using cache [2022-03-23T07:12:07.641Z] ---> ea22cc0c83bd [2022-03-23T07:12:07.641Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T07:12:07.641Z] ---> Using cache [2022-03-23T07:12:07.641Z] ---> b93026bbcdd5 [2022-03-23T07:12:07.641Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T07:12:07.641Z] ---> Using cache [2022-03-23T07:12:07.641Z] ---> ebd6dab26bb3 [2022-03-23T07:12:07.641Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:12:07.641Z] ---> Using cache [2022-03-23T07:12:07.641Z] ---> 963561dba159 [2022-03-23T07:12:07.641Z] Step 8/22 : COPY . . [2022-03-23T07:12:07.641Z] ---> Using cache [2022-03-23T07:12:07.641Z] ---> 8acee05348b2 [2022-03-23T07:12:07.641Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-23T07:12:07.641Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-23T07:12:07.641Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-23T07:12:07.641Z] ---> 304f8856658d [2022-03-23T07:12:07.641Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-23T07:12:07.641Z] ---> b706a049f56e [2022-03-23T07:12:07.641Z] 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-23T07:12:07.641Z] ---> Running in ce6b79eb7e57 [2022-03-23T07:12:07.641Z] Removing intermediate container 5500f67fc1da [2022-03-23T07:12:07.641Z] ---> 5da97beb3333 [2022-03-23T07:12:07.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:12:07.641Z] ---> Running in 73baeea3364e [2022-03-23T07:12:07.924Z] ---> Running in 111cd5a5c28d [2022-03-23T07:12:07.924Z] ---> 8379d9d14b57 [2022-03-23T07:12:07.924Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-23T07:12:07.924Z] Removing intermediate container 73baeea3364e [2022-03-23T07:12:07.924Z] ---> 00e1cc1b7f2c [2022-03-23T07:12:07.924Z] 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-23T07:12:07.924Z] Removing intermediate container 111cd5a5c28d [2022-03-23T07:12:07.924Z] ---> bf05b8b3e004 [2022-03-23T07:12:07.924Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T07:12:07.924Z] ---> Running in a78e507584b7 [2022-03-23T07:12:08.186Z] ---> Running in 0eeb829af04c [2022-03-23T07:12:08.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T07:12:08.186Z] ---> ad70dd8b52bd [2022-03-23T07:12:08.186Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-23T07:12:08.186Z] Removing intermediate container 0eeb829af04c [2022-03-23T07:12:08.186Z] ---> fe656c7ccd24 [2022-03-23T07:12:08.186Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:08.186Z] ---> Running in b3ff67b4b28e [2022-03-23T07:12:08.447Z] ---> 69c36d5282fb [2022-03-23T07:12:08.447Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-23T07:12:08.447Z] ---> Running in 4de3a689d5a1 [2022-03-23T07:12:08.447Z] Removing intermediate container b3ff67b4b28e [2022-03-23T07:12:08.447Z] ---> 25be0bdc10ea [2022-03-23T07:12:08.447Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:08.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:08.707Z] ---> Running in e5cfd22b0cf2 [2022-03-23T07:12:08.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:08.707Z] Removing intermediate container 4de3a689d5a1 [2022-03-23T07:12:08.707Z] ---> 9ae467b98b85 [2022-03-23T07:12:08.707Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-23T07:12:08.993Z] Removing intermediate container e5cfd22b0cf2 [2022-03-23T07:12:08.993Z] ---> 99307fa7a149 [2022-03-23T07:12:08.993Z] [2022-03-23T07:12:08.993Z] (1/42) Installing readline (8.1.0-r0) [2022-03-23T07:12:08.993Z] (2/42) Installing bash (5.1.16-r0) [2022-03-23T07:12:08.993Z] Executing bash-5.1.16-r0.post-install [2022-03-23T07:12:09.253Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-23T07:12:09.253Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T07:12:09.253Z] ---> c729fc70a16a [2022-03-23T07:12:09.253Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-23T07:12:09.253Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-23T07:12:09.253Z] (6/42) Installing curl (7.79.1-r0) [2022-03-23T07:12:09.253Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-23T07:12:09.253Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-23T07:12:09.253Z] (9/42) Installing expat (2.4.7-r0) [2022-03-23T07:12:09.253Z] (10/42) Installing libffi (3.3-r2) [2022-03-23T07:12:09.253Z] (11/42) Installing gdbm (1.19-r0) [2022-03-23T07:12:09.253Z] Successfully built 99307fa7a149 [2022-03-23T07:12:09.253Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-23T07:12:09.253Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T07:12:09.253Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T07:12:09.253Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-23T07:12:09.253Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-23T07:12:09.253Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-23T07:12:09.253Z] Successfully tagged core-data:latest [2022-03-23T07:12:09.253Z]  Building core-data ... done Building security-secretstore-setup [2022-03-23T07:12:09.253Z] ---> Running in 57db95cfca6c [2022-03-23T07:12:09.512Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:12:09.512Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:12:09.512Z] ---> 7c39d4202c4b [2022-03-23T07:12:09.512Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:12:09.512Z] ---> Using cache [2022-03-23T07:12:09.512Z] ---> b339b6fb77ed [2022-03-23T07:12:09.512Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:12:09.512Z] ---> Using cache [2022-03-23T07:12:09.512Z] ---> ea22cc0c83bd [2022-03-23T07:12:09.512Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T07:12:09.512Z] ---> Using cache [2022-03-23T07:12:09.512Z] ---> b93026bbcdd5 [2022-03-23T07:12:09.512Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:12:09.512Z] ---> Using cache [2022-03-23T07:12:09.512Z] ---> ebd6dab26bb3 [2022-03-23T07:12:09.512Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:12:09.512Z] ---> Using cache [2022-03-23T07:12:09.512Z] ---> 963561dba159 [2022-03-23T07:12:09.512Z] Step 8/23 : COPY . . [2022-03-23T07:12:09.512Z] ---> Using cache [2022-03-23T07:12:09.512Z] ---> 8acee05348b2 [2022-03-23T07:12:09.512Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-23T07:12:09.771Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-23T07:12:09.771Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-23T07:12:09.771Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-23T07:12:10.031Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-23T07:12:10.031Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-23T07:12:10.031Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-23T07:12:10.031Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-23T07:12:10.031Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-23T07:12:10.031Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-23T07:12:10.031Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-23T07:12:10.031Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-23T07:12:10.031Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-23T07:12:10.031Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-23T07:12:10.031Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-23T07:12:10.031Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-23T07:12:10.031Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-23T07:12:10.031Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-23T07:12:10.031Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-23T07:12:10.031Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-23T07:12:10.031Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-23T07:12:10.031Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-23T07:12:10.031Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-23T07:12:10.031Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-23T07:12:10.031Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-23T07:12:10.031Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-23T07:12:10.290Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:12:10.290Z] OK: 84 MiB in 64 packages [2022-03-23T07:12:10.290Z] ---> Running in d99d71424c43 [2022-03-23T07:12:10.860Z] Collecting docker-compose==1.23.2 [2022-03-23T07:12:10.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-23T07:12:11.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T07:12:11.200Z] Collecting PyYAML<4,>=3.10 [2022-03-23T07:12:11.200Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-23T07:12:12.146Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-23T07:12:12.146Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-23T07:12:12.146Z] 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-23T07:12:12.146Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-23T07:12:12.146Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-23T07:12:12.715Z] Removing intermediate container 57db95cfca6c [2022-03-23T07:12:12.715Z] ---> 879ee716798e [2022-03-23T07:12:12.715Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-23T07:12:12.975Z] Collecting docopt<0.7,>=0.6.1 [2022-03-23T07:12:12.975Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-23T07:12:12.975Z] ---> Running in 4080846ac3be [2022-03-23T07:12:12.975Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:12:12.975Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:12:12.975Z] ---> 7c39d4202c4b [2022-03-23T07:12:12.975Z] Step 3/25 : WORKDIR /edgex-go [2022-03-23T07:12:12.975Z] ---> Using cache [2022-03-23T07:12:12.975Z] ---> b339b6fb77ed [2022-03-23T07:12:12.975Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:12:12.975Z] ---> Using cache [2022-03-23T07:12:12.975Z] ---> ea22cc0c83bd [2022-03-23T07:12:12.975Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-23T07:12:12.975Z] ---> Using cache [2022-03-23T07:12:12.975Z] ---> b93026bbcdd5 [2022-03-23T07:12:12.975Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-23T07:12:12.975Z] ---> Using cache [2022-03-23T07:12:12.975Z] ---> ebd6dab26bb3 [2022-03-23T07:12:12.975Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:12:12.975Z] ---> Using cache [2022-03-23T07:12:12.975Z] ---> 963561dba159 [2022-03-23T07:12:12.975Z] Step 8/25 : COPY . . [2022-03-23T07:12:12.975Z] ---> Using cache [2022-03-23T07:12:12.975Z] ---> 8acee05348b2 [2022-03-23T07:12:12.975Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-23T07:12:13.267Z] Collecting texttable<0.10,>=0.9.0 [2022-03-23T07:12:13.267Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-23T07:12:13.585Z] ---> Running in 6e01be42fa1d [2022-03-23T07:12:13.585Z] Removing intermediate container 4080846ac3be [2022-03-23T07:12:13.585Z] ---> 96f911448a2c [2022-03-23T07:12:13.585Z] Step 28/31 : CMD ["gate"] [2022-03-23T07:12:13.585Z] Collecting jsonschema<3,>=2.5.1 [2022-03-23T07:12:13.847Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-23T07:12:13.847Z] ---> Running in e36cbdc461b2 [2022-03-23T07:12:13.847Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-23T07:12:13.847Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-23T07:12:13.847Z] Removing intermediate container e36cbdc461b2 [2022-03-23T07:12:13.847Z] ---> 8866c0561777 [2022-03-23T07:12:13.847Z] Step 29/31 : LABEL arch=x86_64 [2022-03-23T07:12:14.107Z] Collecting docker<4.0,>=3.6.0 [2022-03-23T07:12:14.107Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-23T07:12:14.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T07:12:14.107Z] Collecting cached-property<2,>=1.2.0 [2022-03-23T07:12:14.107Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-23T07:12:14.107Z] ---> Running in 6db334b0e80d [2022-03-23T07:12:14.107Z] Collecting docker-pycreds>=0.4.0 [2022-03-23T07:12:14.107Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-23T07:12:14.107Z] 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-23T07:12:14.107Z] Removing intermediate container 6db334b0e80d [2022-03-23T07:12:14.107Z] ---> 973fcc1f6cf2 [2022-03-23T07:12:14.107Z] Step 30/31 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:14.198Z] Avoid second fetch [2022-03-23T07:12:14.199Z] Checking out Revision 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d (main) [2022-03-23T07:12:14.366Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-23T07:12:14.366Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-23T07:12:14.367Z] ---> Running in 509b3805b338 [2022-03-23T07:12:14.367Z] Collecting idna<2.8,>=2.5 [2022-03-23T07:12:14.367Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-23T07:12:14.367Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-23T07:12:14.367Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-23T07:12:14.367Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-23T07:12:14.367Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-23T07:12:14.367Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-23T07:12:14.367Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-23T07:12:14.626Z] Removing intermediate container 509b3805b338 [2022-03-23T07:12:14.626Z] ---> f5162ce7b931 [2022-03-23T07:12:14.626Z] Step 31/31 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:14.626Z] ---> Running in a603219577b4 [2022-03-23T07:12:14.626Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-23T07:12:14.626Z] Attempting uninstall: urllib3 [2022-03-23T07:12:14.626Z] Found existing installation: urllib3 1.26.5 [2022-03-23T07:12:14.626Z] Uninstalling urllib3-1.26.5: [2022-03-23T07:12:14.626Z] Successfully uninstalled urllib3-1.26.5 [2022-03-23T07:12:14.886Z] Attempting uninstall: idna [2022-03-23T07:12:14.886Z] Found existing installation: idna 3.2 [2022-03-23T07:12:14.886Z] Uninstalling idna-3.2: [2022-03-23T07:12:14.886Z] Removing intermediate container a603219577b4 [2022-03-23T07:12:14.886Z] ---> 1617e8f5b743 [2022-03-23T07:12:14.886Z] [2022-03-23T07:12:14.886Z] Successfully uninstalled idna-3.2 [2022-03-23T07:12:14.886Z] Successfully built 1617e8f5b743 [2022-03-23T07:12:14.886Z] Successfully tagged security-bootstrapper:latest [2022-03-23T07:12:14.886Z]  Building security-bootstrapper ... done Building core-metadata [2022-03-23T07:12:15.148Z] Attempting uninstall: chardet [2022-03-23T07:12:15.148Z] Found existing installation: chardet 4.0.0 [2022-03-23T07:12:15.148Z] Uninstalling chardet-4.0.0: [2022-03-23T07:12:15.148Z] Successfully uninstalled chardet-4.0.0 [2022-03-23T07:12:15.407Z] Attempting uninstall: requests [2022-03-23T07:12:15.407Z] Found existing installation: requests 2.25.1 [2022-03-23T07:12:15.407Z] Uninstalling requests-2.25.1: [2022-03-23T07:12:15.407Z] Successfully uninstalled requests-2.25.1 [2022-03-23T07:12:15.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T07:12:15.407Z] Running setup.py install for texttable: started [2022-03-23T07:12:15.668Z] Running setup.py install for texttable: finished with status 'done' [2022-03-23T07:12:15.668Z] Running setup.py install for PyYAML: started [2022-03-23T07:12:14.161Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-23T07:12:14.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-23T07:12:14.223Z] > git config core.sparsecheckout # timeout=10 [2022-03-23T07:12:14.238Z] > git checkout -f 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d # timeout=10 [2022-03-23T07:12:16.238Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-23T07:12:16.238Z] Running setup.py install for docopt: started [2022-03-23T07:12:16.498Z] Running setup.py install for docopt: finished with status 'done' [2022-03-23T07:12:16.498Z] Running setup.py install for dockerpty: started [2022-03-23T07:12:16.757Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-23T07:12:17.326Z] 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-23T07:12:18.615Z] Commit message: "Merge pull request #3919 from jinlinGuan/issue-3918" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-23T07:12:19.233Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:12:19.233Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:12:19.233Z] ---> 7c39d4202c4b [2022-03-23T07:12:19.233Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:12:19.233Z] ---> Using cache [2022-03-23T07:12:19.233Z] ---> b339b6fb77ed [2022-03-23T07:12:19.233Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:12:19.233Z] ---> Using cache [2022-03-23T07:12:19.233Z] ---> ea22cc0c83bd [2022-03-23T07:12:19.233Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T07:12:19.233Z] ---> Using cache [2022-03-23T07:12:19.233Z] ---> b93026bbcdd5 [2022-03-23T07:12:19.233Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:12:19.233Z] ---> Using cache [2022-03-23T07:12:19.233Z] ---> ebd6dab26bb3 [2022-03-23T07:12:19.233Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:12:19.233Z] ---> Using cache [2022-03-23T07:12:19.233Z] ---> 963561dba159 [2022-03-23T07:12:19.233Z] Step 8/23 : COPY . . [2022-03-23T07:12:19.233Z] ---> Using cache [2022-03-23T07:12:19.233Z] ---> 8acee05348b2 [2022-03-23T07:12:19.233Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-23T07:12:19.461Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-23T07:12:19.461Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:12:19.461Z] Dload Upload Total Spent Left Speed [2022-03-23T07:12:19.737Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 33740 0 --:--:-- --:--:-- --:--:-- 33740 [Pipeline] sh [2022-03-23T07:12:20.305Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-23T07:12:20.654Z] + + sudo jqsudo tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json [2022-03-23T07:12:20.654Z] [2022-03-23T07:12:20.654Z] { [2022-03-23T07:12:20.654Z] "registry-mirrors": [ [2022-03-23T07:12:20.654Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-23T07:12:20.654Z] ], [2022-03-23T07:12:20.654Z] "bip": "10.250.0.254/24", [2022-03-23T07:12:20.654Z] "hosts": [ [2022-03-23T07:12:20.654Z] "tcp://0.0.0.0:5555", [2022-03-23T07:12:20.654Z] "unix:///var/run/docker.sock" [2022-03-23T07:12:20.654Z] ], [2022-03-23T07:12:20.654Z] "mtu": 1458, [2022-03-23T07:12:20.654Z] "selinux-enabled": true, [2022-03-23T07:12:20.654Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-23T07:12:20.654Z] } [Pipeline] sh [2022-03-23T07:12:21.003Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-23T07:12:21.142Z] ---> Running in b816419a12e4 [2022-03-23T07:12:21.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T07:12:21.350Z] + sudo service docker restart [2022-03-23T07:12:21.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T07:12:23.147Z] Removing intermediate container d99d71424c43 [2022-03-23T07:12:23.147Z] ---> 50ee099b3c6d [2022-03-23T07:12:23.147Z] [2022-03-23T07:12:23.147Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T07:12:23.147Z] ---> a33ac4f1069a [2022-03-23T07:12:23.147Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T07:12:23.147Z] ---> Using cache [2022-03-23T07:12:23.147Z] ---> 3e1fb910c428 [2022-03-23T07:12:23.147Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:12:23.147Z] ---> Using cache [2022-03-23T07:12:23.147Z] ---> c969978fb6ec [2022-03-23T07:12:23.147Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-23T07:12:23.147Z] Removing intermediate container ce6b79eb7e57 [2022-03-23T07:12:23.147Z] ---> c59930b317f8 [2022-03-23T07:12:23.147Z] [2022-03-23T07:12:23.147Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T07:12:23.147Z] ---> a33ac4f1069a [2022-03-23T07:12:23.147Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-03-23T07:12:23.147Z] ---> Running in b98dc9e2dd06 [2022-03-23T07:12:23.418Z] ---> Running in b88ed7c7716a [2022-03-23T07:12:23.418Z] Removing intermediate container b98dc9e2dd06 [2022-03-23T07:12:23.418Z] ---> 82514726952a [2022-03-23T07:12:23.418Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T07:12:23.678Z] ---> Running in 261a7ea3e36e [2022-03-23T07:12:23.678Z] Removing intermediate container a78e507584b7 [2022-03-23T07:12:23.678Z] ---> a7a0f3a2121d [2022-03-23T07:12:23.678Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-23T07:12:23.938Z] ---> Running in a3d43f0819c7 [2022-03-23T07:12:23.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:23.938Z] Removing intermediate container 261a7ea3e36e [2022-03-23T07:12:23.938Z] ---> 16f1a6d3c2a3 [2022-03-23T07:12:23.938Z] Step 15/23 : WORKDIR / [2022-03-23T07:12:23.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:23.938Z] ---> Running in 16787d197de4 [2022-03-23T07:12:24.197Z] Removing intermediate container a3d43f0819c7 [2022-03-23T07:12:24.197Z] ---> ba3f37906407 [2022-03-23T07:12:24.197Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-23T07:12:24.197Z] ---> Running in f38c0c37bf86 [2022-03-23T07:12:24.197Z] (1/6) Installing ca-certificates (20211220-r0) [2022-03-23T07:12:24.197Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-03-23T07:12:24.197Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T07:12:24.197Z] (4/6) Installing libcurl (7.79.1-r0) [2022-03-23T07:12:24.197Z] Removing intermediate container 16787d197de4 [2022-03-23T07:12:24.197Z] ---> 3468386492ce [2022-03-23T07:12:24.197Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:12:24.197Z] (5/6) Installing curl (7.79.1-r0) [2022-03-23T07:12:24.197Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-03-23T07:12:24.197Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:12:24.197Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T07:12:24.457Z] OK: 8 MiB in 20 packages [2022-03-23T07:12:24.457Z] Removing intermediate container f38c0c37bf86 [2022-03-23T07:12:24.457Z] ---> fbaa3ac27bac [2022-03-23T07:12:24.457Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-23T07:12:24.718Z] ---> 59d6f6c80cd5 [2022-03-23T07:12:24.718Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-23T07:12:24.979Z] Removing intermediate container 6e01be42fa1d [2022-03-23T07:12:24.979Z] ---> 1daa903f3e4e [2022-03-23T07:12:24.979Z] [2022-03-23T07:12:24.979Z] Step 10/25 : FROM alpine:3.14 [2022-03-23T07:12:24.979Z] ---> a33ac4f1069a [2022-03-23T07:12:24.979Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-23T07:12:24.979Z] ---> 2f881dc282e3 [2022-03-23T07:12:24.979Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:24.979Z] ---> Running in 379f1fddb7f7 [2022-03-23T07:12:25.241Z] ---> 10c1633a8fab [2022-03-23T07:12:25.241Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-23T07:12:25.241Z] Removing intermediate container b88ed7c7716a [2022-03-23T07:12:25.241Z] ---> cb1d5fc9b0b2 [2022-03-23T07:12:25.241Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T07:12:25.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:25.502Z] ---> Running in 11b4fdf5aec9 [2022-03-23T07:12:25.502Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-23T07:12:25.502Z] ---> ee122a1b3e9b [2022-03-23T07:12:25.502Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:25.502Z] Removing intermediate container 11b4fdf5aec9 [2022-03-23T07:12:25.502Z] ---> d3f3e0d87599 [2022-03-23T07:12:25.502Z] Step 13/22 : WORKDIR /edgex [2022-03-23T07:12:25.774Z] ---> cc8c3db23574 [2022-03-23T07:12:25.774Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-23T07:12:25.774Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-23T07:12:25.774Z] ---> Running in c69449f2c609 [2022-03-23T07:12:25.774Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-23T07:12:25.774Z] (3/3) Installing su-exec (0.2-r1) [2022-03-23T07:12:25.774Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:12:25.774Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T07:12:25.774Z] ---> 6cb565571983 [2022-03-23T07:12:25.774Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-23T07:12:25.774Z] OK: 6 MiB in 17 packages [2022-03-23T07:12:25.774Z] ---> Running in 51bea7bc3a0a [2022-03-23T07:12:25.774Z] ---> Running in f81b1bf91e00 [2022-03-23T07:12:26.034Z] Removing intermediate container c69449f2c609 [2022-03-23T07:12:26.034Z] ---> a32f5297a995 [2022-03-23T07:12:26.034Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-23T07:12:26.034Z] Removing intermediate container f81b1bf91e00 [2022-03-23T07:12:26.034Z] ---> 03179b80f106 [2022-03-23T07:12:26.034Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:12:26.034Z] Removing intermediate container 51bea7bc3a0a [2022-03-23T07:12:26.034Z] ---> 28ae4eef6ee8 [2022-03-23T07:12:26.034Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:12:26.034Z] ---> Running in 964187ee58a4 [2022-03-23T07:12:26.292Z] ---> Running in c10bb29fe130 [2022-03-23T07:12:26.292Z] ---> 21f422374f8d [2022-03-23T07:12:26.292Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-23T07:12:26.292Z] Removing intermediate container 964187ee58a4 [2022-03-23T07:12:26.292Z] ---> a2d30509e307 [2022-03-23T07:12:26.292Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T07:12:26.549Z] ---> Running in 0f4c337844ac [2022-03-23T07:12:26.549Z] Removing intermediate container c10bb29fe130 [2022-03-23T07:12:26.549Z] ---> 69b4b29ee26f [2022-03-23T07:12:26.549Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T07:12:26.549Z] Removing intermediate container 379f1fddb7f7 [2022-03-23T07:12:26.549Z] ---> 4be204ff683b [2022-03-23T07:12:26.549Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T07:12:26.549Z] ---> Running in eeeaf476a59c [2022-03-23T07:12:26.809Z] ---> Running in 2eedb34f60bc [2022-03-23T07:12:26.809Z] Removing intermediate container 0f4c337844ac [2022-03-23T07:12:26.809Z] ---> e697fa53fb61 [2022-03-23T07:12:26.809Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:26.809Z] ---> Running in 27dcc2339fe0 [2022-03-23T07:12:27.073Z] Removing intermediate container eeeaf476a59c [2022-03-23T07:12:27.073Z] ---> 90733bd242ba [2022-03-23T07:12:27.073Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:27.073Z] Removing intermediate container 2eedb34f60bc [2022-03-23T07:12:27.073Z] ---> 8022746e6e59 [2022-03-23T07:12:27.073Z] Step 13/25 : WORKDIR / [2022-03-23T07:12:27.387Z] ---> Running in d8caf6d92575 [2022-03-23T07:12:27.387Z] ---> Running in 0528c4d2f8cd [2022-03-23T07:12:27.387Z] ---> fba0de9febf2 [2022-03-23T07:12:27.387Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-23T07:12:27.387Z] Removing intermediate container 27dcc2339fe0 [2022-03-23T07:12:27.387Z] ---> 0d04ddeca222 [2022-03-23T07:12:27.387Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:27.387Z] ---> Running in 31f2f57dbad6 [2022-03-23T07:12:27.387Z] Removing intermediate container d8caf6d92575 [2022-03-23T07:12:27.387Z] ---> e6505a37dec2 [2022-03-23T07:12:27.387Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:27.679Z] Removing intermediate container 0528c4d2f8cd [2022-03-23T07:12:27.679Z] ---> 988fa33c39bc [2022-03-23T07:12:27.679Z] 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-23T07:12:27.679Z] Removing intermediate container 31f2f57dbad6 [2022-03-23T07:12:27.679Z] ---> b3192a7983d2 [2022-03-23T07:12:27.679Z] [2022-03-23T07:12:27.679Z] ---> Running in 4ae204140346 [2022-03-23T07:12:27.679Z] Successfully built b3192a7983d2 [2022-03-23T07:12:27.679Z] Successfully tagged core-command:latest [2022-03-23T07:12:27.679Z]  Building core-command ... done  ---> d6260140a939 [2022-03-23T07:12:27.679Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T07:12:27.991Z] Removing intermediate container 4ae204140346 [2022-03-23T07:12:27.991Z] ---> fd80ae0e2a61 [2022-03-23T07:12:27.991Z] [2022-03-23T07:12:27.991Z] ---> 6c09d6361508 [2022-03-23T07:12:27.991Z] 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-23T07:12:27.991Z] Successfully built fd80ae0e2a61 [2022-03-23T07:12:27.991Z] Successfully tagged sys-mgmt-agent:latest [2022-03-23T07:12:27.991Z]  Building sys-mgmt-agent ... done  ---> fbe3021d6803 [2022-03-23T07:12:27.991Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-03-23T07:12:28.266Z] ---> 451e2d43dc59 [2022-03-23T07:12:28.266Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:28.266Z] ---> Running in ddf2c105d9ab [2022-03-23T07:12:28.266Z] ---> 43ec23fa9637 [2022-03-23T07:12:28.266Z] 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-23T07:12:28.530Z] ---> d80ba2813844 [2022-03-23T07:12:28.530Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-23T07:12:29.471Z] ---> 3bf1855a5885 [2022-03-23T07:12:29.471Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-23T07:12:29.471Z] Removing intermediate container ddf2c105d9ab [2022-03-23T07:12:29.471Z] ---> 1f28d464568d [2022-03-23T07:12:29.471Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T07:12:29.471Z] ---> Running in f2f9ad1f1ce8 [2022-03-23T07:12:29.471Z] Removing intermediate container b816419a12e4 [2022-03-23T07:12:29.471Z] ---> a88d2ecd105d [2022-03-23T07:12:29.471Z] [2022-03-23T07:12:29.472Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T07:12:29.472Z] ---> a33ac4f1069a [2022-03-23T07:12:29.472Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T07:12:29.472Z] ---> Using cache [2022-03-23T07:12:29.472Z] ---> 3e1fb910c428 [2022-03-23T07:12:29.472Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:12:29.472Z] ---> Using cache [2022-03-23T07:12:29.472Z] ---> c969978fb6ec [2022-03-23T07:12:29.472Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-23T07:12:29.733Z] ---> Running in 9fa900a2b442 [2022-03-23T07:12:29.734Z] Removing intermediate container f2f9ad1f1ce8 [2022-03-23T07:12:29.734Z] ---> d755641143af [2022-03-23T07:12:29.734Z] Step 20/22 : LABEL arch=x86_64 [2022-03-23T07:12:29.734Z] ---> e8940048924b [2022-03-23T07:12:29.734Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T07:12:29.734Z] ---> Running in c335eea68108 [2022-03-23T07:12:29.734Z] Removing intermediate container 9fa900a2b442 [2022-03-23T07:12:29.734Z] ---> 2e9b70d68dc1 [2022-03-23T07:12:29.734Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T07:12:29.734Z] ---> Running in 05240dc863a3 [2022-03-23T07:12:29.734Z] Removing intermediate container c335eea68108 [2022-03-23T07:12:29.734Z] ---> 680e0894107c [2022-03-23T07:12:29.734Z] Step 21/22 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:29.996Z] ---> Running in 49dfbe4a87b8 [2022-03-23T07:12:29.996Z] ---> 45b7cc9f1d30 [2022-03-23T07:12:29.996Z] 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-23T07:12:29.996Z] Removing intermediate container 05240dc863a3 [2022-03-23T07:12:29.996Z] ---> 510cb0140bbd [2022-03-23T07:12:29.996Z] Step 15/23 : WORKDIR / [2022-03-23T07:12:29.996Z] ---> Running in 69ee8f9b880d [2022-03-23T07:12:29.996Z] ---> Running in a68c10dc77e2 [2022-03-23T07:12:29.996Z] Removing intermediate container 49dfbe4a87b8 [2022-03-23T07:12:29.996Z] ---> 25aaaa6b7574 [2022-03-23T07:12:29.996Z] Step 22/22 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:29.996Z] ---> Running in 52aeb319dddb [2022-03-23T07:12:30.255Z] Removing intermediate container a68c10dc77e2 [2022-03-23T07:12:30.255Z] ---> 653ab5522fca [2022-03-23T07:12:30.255Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:12:30.255Z] Removing intermediate container 52aeb319dddb [2022-03-23T07:12:30.255Z] ---> bd39017934a4 [2022-03-23T07:12:30.255Z] [2022-03-23T07:12:30.255Z] ---> 3d1d74b97a85 [2022-03-23T07:12:30.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-23T07:12:30.256Z] Successfully built bd39017934a4 [2022-03-23T07:12:30.256Z] Successfully tagged security-proxy-setup:latest [2022-03-23T07:12:30.778Z]  Building security-proxy-setup ... done  ---> 7f24c9854db0 [2022-03-23T07:12:30.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-23T07:12:30.778Z] Removing intermediate container 69ee8f9b880d [2022-03-23T07:12:30.778Z] ---> ace53bf5f3e5 [2022-03-23T07:12:30.778Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T07:12:30.778Z] ---> Running in 3ff9e052f06a [2022-03-23T07:12:30.778Z] ---> 567c6d6a5c7f [2022-03-23T07:12:30.778Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-23T07:12:31.038Z] Removing intermediate container 3ff9e052f06a [2022-03-23T07:12:31.038Z] ---> 1d8e57392799 [2022-03-23T07:12:31.038Z] Step 23/25 : LABEL arch=x86_64 [2022-03-23T07:12:31.038Z] ---> Running in 946b4304d1c9 [2022-03-23T07:12:31.038Z] ---> Running in 31205ec548ca [2022-03-23T07:12:31.038Z] Removing intermediate container 946b4304d1c9 [2022-03-23T07:12:31.038Z] ---> 647947995a99 [2022-03-23T07:12:31.038Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:12:31.038Z] ---> Running in 7b003a6637a3 [2022-03-23T07:12:31.038Z] Removing intermediate container 31205ec548ca [2022-03-23T07:12:31.038Z] ---> bacec3c33946 [2022-03-23T07:12:31.038Z] Step 24/25 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:31.298Z] ---> Running in 11007d2dac41 [2022-03-23T07:12:31.298Z] Removing intermediate container 7b003a6637a3 [2022-03-23T07:12:31.298Z] ---> 5287774e827e [2022-03-23T07:12:31.298Z] Step 21/23 : LABEL arch=x86_64 [2022-03-23T07:12:31.298Z] ---> Running in 664af05ec364 [2022-03-23T07:12:31.298Z] Removing intermediate container 11007d2dac41 [2022-03-23T07:12:31.298Z] ---> 4620b3102a10 [2022-03-23T07:12:31.298Z] Step 25/25 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:31.560Z] ---> Running in 25daacc5389d [2022-03-23T07:12:31.560Z] Removing intermediate container 664af05ec364 [2022-03-23T07:12:31.560Z] ---> 32663f657e9f [2022-03-23T07:12:31.560Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:31.560Z] ---> Running in ad7a1a3b3abd [2022-03-23T07:12:31.560Z] Removing intermediate container 25daacc5389d [2022-03-23T07:12:31.560Z] ---> 517983dde543 [2022-03-23T07:12:31.560Z] [2022-03-23T07:12:31.560Z] Removing intermediate container ad7a1a3b3abd [2022-03-23T07:12:31.560Z] ---> 0ac03eacd4aa [2022-03-23T07:12:31.560Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:12:31.560Z] ---> Running in 01535e9e1d5d [2022-03-23T07:12:31.560Z] Successfully built 517983dde543 [2022-03-23T07:12:31.560Z] Successfully tagged security-secretstore-setup:latest [2022-03-23T07:12:31.822Z]  Building security-secretstore-setup ... done Removing intermediate container 01535e9e1d5d [2022-03-23T07:12:31.822Z] ---> 6b1b48bbd298 [2022-03-23T07:12:31.822Z] [2022-03-23T07:12:31.822Z] Successfully built 6b1b48bbd298 [2022-03-23T07:12:31.822Z] Successfully tagged core-metadata:latest [2022-03-23T07:12:31.829Z]  Building core-metadata ... done  [Pipeline] } [2022-03-23T07:12:31.841Z] $ docker stop --time=1 9391659eb2dfe5d7a302188cbf6fd3a651edc9c515c7f65a983f44a8ce3a34c2 [2022-03-23T07:12:33.161Z] $ docker rm -f 9391659eb2dfe5d7a302188cbf6fd3a651edc9c515c7f65a983f44a8ce3a34c2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T07:12:33.506Z] + docker images [2022-03-23T07:12:33.506Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-23T07:12:33.506Z] security-secretstore-setup latest 517983dde543 2 seconds ago 27.9MB [2022-03-23T07:12:33.506Z] core-metadata latest 6b1b48bbd298 2 seconds ago 16.6MB [2022-03-23T07:12:33.506Z] security-proxy-setup latest bd39017934a4 3 seconds ago 26.3MB [2022-03-23T07:12:33.506Z] a88d2ecd105d 4 seconds ago 1.78GB [2022-03-23T07:12:33.506Z] core-command latest b3192a7983d2 6 seconds ago 15.8MB [2022-03-23T07:12:33.506Z] sys-mgmt-agent latest fd80ae0e2a61 6 seconds ago 296MB [2022-03-23T07:12:33.506Z] 1daa903f3e4e 9 seconds ago 1.78GB [2022-03-23T07:12:33.506Z] c59930b317f8 11 seconds ago 1.78GB [2022-03-23T07:12:33.506Z] 50ee099b3c6d 12 seconds ago 1.77GB [2022-03-23T07:12:33.506Z] security-bootstrapper latest 1617e8f5b743 19 seconds ago 18.7MB [2022-03-23T07:12:33.506Z] core-data latest 99307fa7a149 25 seconds ago 20MB [2022-03-23T07:12:33.506Z] support-scheduler latest 1389e8ac9f4a 31 seconds ago 15.9MB [2022-03-23T07:12:33.506Z] support-notifications latest 818d1d480d7e 31 seconds ago 16.7MB [2022-03-23T07:12:33.506Z] 6ea56ed4a36e 36 seconds ago 1.77GB [2022-03-23T07:12:33.506Z] ca4ced601e89 38 seconds ago 1.78GB [2022-03-23T07:12:33.506Z] b97568e152a2 38 seconds ago 1.79GB [2022-03-23T07:12:33.506Z] 1d2b9fcd6778 39 seconds ago 1.78GB [2022-03-23T07:12:33.506Z] dfded4f8acd4 39 seconds ago 1.77GB [2022-03-23T07:12:33.506Z] ci-base-image-x86_64 latest 7c39d4202c4b 3 minutes ago 1.27GB [2022-03-23T07:12:33.506Z] alpine 3.14 a33ac4f1069a 5 days ago 5.59MB [2022-03-23T07:12:33.506Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 6 weeks ago 562MB [2022-03-23T07:12:33.506Z] docker 20.10.10 b706a049f56e 4 months ago 216MB [2022-03-23T07:12:33.506Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-03-23T07:12:33.506Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 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-23T07:12:33.618Z] provisioning config files... [2022-03-23T07:12:33.628Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/165@tmp/config7339673843566172361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:12:33.930Z] ---> docker-login.sh [2022-03-23T07:12:33.930Z] nexus3.edgexfoundry.org:10001 [2022-03-23T07:12:33.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:33.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:33.930Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:33.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:33.930Z] [2022-03-23T07:12:33.930Z] Login Succeeded [2022-03-23T07:12:33.930Z] nexus3.edgexfoundry.org:10002 [2022-03-23T07:12:33.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:34.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:34.189Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:34.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:34.189Z] [2022-03-23T07:12:34.189Z] Login Succeeded [2022-03-23T07:12:34.189Z] nexus3.edgexfoundry.org:10003 [2022-03-23T07:12:34.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:34.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:34.189Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:34.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:34.189Z] [2022-03-23T07:12:34.189Z] Login Succeeded [2022-03-23T07:12:34.189Z] nexus3.edgexfoundry.org:10004 [2022-03-23T07:12:34.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:34.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:34.448Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:34.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:34.448Z] [2022-03-23T07:12:34.448Z] Login Succeeded [2022-03-23T07:12:34.448Z] docker.io [2022-03-23T07:12:34.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:34.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:34.709Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:34.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:34.709Z] [2022-03-23T07:12:34.709Z] Login Succeeded [2022-03-23T07:12:34.709Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T07:12:34.717Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:12:34.744Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T07:12:34.760Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-03-23T07:12:34.761Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:34.761Z] latest [2022-03-23T07:12:34.761Z] 2.2.0-dev.44 [2022-03-23T07:12:34.761Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:34.761Z] main [2022-03-23T07:12:34.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:35.073Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:35.361Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:35.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-23T07:12:35.362Z] e3735a303452: Preparing [2022-03-23T07:12:35.362Z] d73078670291: Preparing [2022-03-23T07:12:35.362Z] 35c4ba2de660: Preparing [2022-03-23T07:12:35.362Z] b6752f264ec7: Preparing [2022-03-23T07:12:35.362Z] 2e38978dfe40: Preparing [2022-03-23T07:12:35.362Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:35.362Z] e3735a303452: Pushed [2022-03-23T07:12:35.362Z] 35c4ba2de660: Pushed [2022-03-23T07:12:35.362Z] b6752f264ec7: Pushed [2022-03-23T07:12:36.745Z] d73078670291: Pushed [2022-03-23T07:12:36.745Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:4d6ba9f1845ddc92da0655f3c177f677496dd7971334e9df5ea128af48894bd3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:37.044Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:37.333Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-03-23T07:12:37.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-23T07:12:37.333Z] e3735a303452: Preparing [2022-03-23T07:12:37.333Z] d73078670291: Preparing [2022-03-23T07:12:37.333Z] 35c4ba2de660: Preparing [2022-03-23T07:12:37.333Z] b6752f264ec7: Preparing [2022-03-23T07:12:37.333Z] 2e38978dfe40: Preparing [2022-03-23T07:12:37.333Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:37.333Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:37.333Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:37.333Z] e3735a303452: Layer already exists [2022-03-23T07:12:37.333Z] d73078670291: Layer already exists [2022-03-23T07:12:37.333Z] latest: digest: sha256:4d6ba9f1845ddc92da0655f3c177f677496dd7971334e9df5ea128af48894bd3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:37.632Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:37.927Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.44 [2022-03-23T07:12:37.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-23T07:12:37.927Z] e3735a303452: Preparing [2022-03-23T07:12:37.927Z] d73078670291: Preparing [2022-03-23T07:12:37.927Z] 35c4ba2de660: Preparing [2022-03-23T07:12:37.927Z] b6752f264ec7: Preparing [2022-03-23T07:12:37.927Z] 2e38978dfe40: Preparing [2022-03-23T07:12:37.927Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:37.927Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:37.927Z] d73078670291: Layer already exists [2022-03-23T07:12:37.927Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:37.927Z] e3735a303452: Layer already exists [2022-03-23T07:12:37.927Z] 2.2.0-dev.44: digest: sha256:4d6ba9f1845ddc92da0655f3c177f677496dd7971334e9df5ea128af48894bd3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:38.232Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:38.524Z] + docker push nexus3.edgexfoundry.org:10004/core-command:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:38.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-23T07:12:38.524Z] e3735a303452: Preparing [2022-03-23T07:12:38.524Z] d73078670291: Preparing [2022-03-23T07:12:38.524Z] 35c4ba2de660: Preparing [2022-03-23T07:12:38.524Z] b6752f264ec7: Preparing [2022-03-23T07:12:38.524Z] 2e38978dfe40: Preparing [2022-03-23T07:12:38.524Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:38.524Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:38.524Z] d73078670291: Layer already exists [2022-03-23T07:12:38.524Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:38.524Z] e3735a303452: Layer already exists [2022-03-23T07:12:38.524Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:4d6ba9f1845ddc92da0655f3c177f677496dd7971334e9df5ea128af48894bd3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:38.825Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:39.117Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-03-23T07:12:39.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-03-23T07:12:39.117Z] e3735a303452: Preparing [2022-03-23T07:12:39.117Z] d73078670291: Preparing [2022-03-23T07:12:39.117Z] 35c4ba2de660: Preparing [2022-03-23T07:12:39.117Z] b6752f264ec7: Preparing [2022-03-23T07:12:39.117Z] 2e38978dfe40: Preparing [2022-03-23T07:12:39.117Z] e3735a303452: Layer already exists [2022-03-23T07:12:39.117Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:39.117Z] d73078670291: Layer already exists [2022-03-23T07:12:39.117Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:39.117Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:39.117Z] main: digest: sha256:4d6ba9f1845ddc92da0655f3c177f677496dd7971334e9df5ea128af48894bd3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:12:39.156Z] ===================================================== [Pipeline] echo [2022-03-23T07:12:39.165Z] taggedImages: [2022-03-23T07:12:39.165Z] - nexus3.edgexfoundry.org:10004/core-command:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:39.165Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-03-23T07:12:39.165Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.44 [2022-03-23T07:12:39.165Z] - nexus3.edgexfoundry.org:10004/core-command:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:39.165Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-03-23T07:12:39.187Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-03-23T07:12:39.187Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:39.187Z] latest [2022-03-23T07:12:39.187Z] 2.2.0-dev.44 [2022-03-23T07:12:39.187Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:39.187Z] main [2022-03-23T07:12:39.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:39.495Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T07:12:39.751Z] provisioning config files... [2022-03-23T07:12:39.775Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/165@tmp/config1587363357462935229tmp [2022-03-23T07:12:39.785Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:39.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-23T07:12:39.785Z] f7618726ad65: Preparing [2022-03-23T07:12:39.785Z] 08239a7cae78: Preparing [2022-03-23T07:12:39.785Z] 35c4ba2de660: Preparing [2022-03-23T07:12:39.785Z] d89d2f5c2d74: Preparing [2022-03-23T07:12:39.785Z] 8bb4393858f7: Preparing [2022-03-23T07:12:39.785Z] 2e38978dfe40: Preparing [2022-03-23T07:12:39.785Z] 2e38978dfe40: Waiting [2022-03-23T07:12:39.785Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:39.785Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:39.785Z] 8bb4393858f7: Pushed [2022-03-23T07:12:39.785Z] f7618726ad65: Pushed [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:12:40.045Z] d89d2f5c2d74: Pushed [2022-03-23T07:12:40.135Z] ---> docker-login.sh [2022-03-23T07:12:40.135Z] nexus3.edgexfoundry.org:10001 [2022-03-23T07:12:40.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:40.984Z] 08239a7cae78: Pushed [2022-03-23T07:12:41.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:41.010Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:41.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:41.010Z] [2022-03-23T07:12:41.010Z] Login Succeeded [2022-03-23T07:12:41.010Z] nexus3.edgexfoundry.org:10002 [2022-03-23T07:12:41.243Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:362d07608f4a7ab3d2e7a03128b1c4431a905bce479d1360098bf9079818ec62 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:41.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:41.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:41.286Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:41.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:41.286Z] [2022-03-23T07:12:41.286Z] Login Succeeded [2022-03-23T07:12:41.286Z] nexus3.edgexfoundry.org:10003 [2022-03-23T07:12:41.543Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:41.837Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-03-23T07:12:41.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-23T07:12:41.837Z] f7618726ad65: Preparing [2022-03-23T07:12:41.837Z] 08239a7cae78: Preparing [2022-03-23T07:12:41.837Z] 35c4ba2de660: Preparing [2022-03-23T07:12:41.837Z] d89d2f5c2d74: Preparing [2022-03-23T07:12:41.837Z] 8bb4393858f7: Preparing [2022-03-23T07:12:41.837Z] 2e38978dfe40: Preparing [2022-03-23T07:12:41.837Z] 2e38978dfe40: Waiting [2022-03-23T07:12:41.837Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:41.837Z] d89d2f5c2d74: Layer already exists [2022-03-23T07:12:41.837Z] 08239a7cae78: Layer already exists [2022-03-23T07:12:41.837Z] 8bb4393858f7: Layer already exists [2022-03-23T07:12:41.837Z] f7618726ad65: Layer already exists [2022-03-23T07:12:41.837Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:41.837Z] latest: digest: sha256:362d07608f4a7ab3d2e7a03128b1c4431a905bce479d1360098bf9079818ec62 size: 1573 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:41.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:41.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:41.884Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:41.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:41.884Z] [2022-03-23T07:12:41.884Z] Login Succeeded [2022-03-23T07:12:41.884Z] nexus3.edgexfoundry.org:10004 [2022-03-23T07:12:42.133Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:42.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:42.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:42.154Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:42.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:42.154Z] [2022-03-23T07:12:42.154Z] Login Succeeded [2022-03-23T07:12:42.422Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.44 [2022-03-23T07:12:42.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-23T07:12:42.422Z] f7618726ad65: Preparing [2022-03-23T07:12:42.422Z] 08239a7cae78: Preparing [2022-03-23T07:12:42.422Z] 35c4ba2de660: Preparing [2022-03-23T07:12:42.422Z] d89d2f5c2d74: Preparing [2022-03-23T07:12:42.422Z] 8bb4393858f7: Preparing [2022-03-23T07:12:42.422Z] 2e38978dfe40: Preparing [2022-03-23T07:12:42.422Z] 2e38978dfe40: Waiting [2022-03-23T07:12:42.422Z] 8bb4393858f7: Layer already exists [2022-03-23T07:12:42.422Z] 08239a7cae78: Layer already exists [2022-03-23T07:12:42.422Z] d89d2f5c2d74: Layer already exists [2022-03-23T07:12:42.422Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:42.422Z] f7618726ad65: Layer already exists [2022-03-23T07:12:42.422Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:42.422Z] 2.2.0-dev.44: digest: sha256:362d07608f4a7ab3d2e7a03128b1c4431a905bce479d1360098bf9079818ec62 size: 1573 [2022-03-23T07:12:42.428Z] docker.io [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:42.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:12:42.719Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:42.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:12:42.973Z] Configure a credential helper to remove this warning. See [2022-03-23T07:12:42.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:12:42.973Z] [2022-03-23T07:12:42.973Z] Login Succeeded [2022-03-23T07:12:42.973Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T07:12:42.990Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-03-23T07:12:43.010Z] + docker push nexus3.edgexfoundry.org:10004/core-data:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:43.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-23T07:12:43.010Z] f7618726ad65: Preparing [2022-03-23T07:12:43.010Z] 08239a7cae78: Preparing [2022-03-23T07:12:43.010Z] 35c4ba2de660: Preparing [2022-03-23T07:12:43.010Z] d89d2f5c2d74: Preparing [2022-03-23T07:12:43.010Z] 8bb4393858f7: Preparing [2022-03-23T07:12:43.010Z] 2e38978dfe40: Preparing [2022-03-23T07:12:43.010Z] 2e38978dfe40: Waiting [2022-03-23T07:12:43.010Z] 08239a7cae78: Layer already exists [2022-03-23T07:12:43.010Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:43.010Z] d89d2f5c2d74: Layer already exists [2022-03-23T07:12:43.010Z] f7618726ad65: Layer already exists [2022-03-23T07:12:43.010Z] 8bb4393858f7: Layer already exists [2022-03-23T07:12:43.010Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:43.010Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:362d07608f4a7ab3d2e7a03128b1c4431a905bce479d1360098bf9079818ec62 size: 1573 [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:43.321Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2022-03-23T07:12:43.522Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T07:12:43.533Z] ========================================================= [2022-03-23T07:12:43.533Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-23T07:12:43.533Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-23T07:12:43.615Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-03-23T07:12:43.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-03-23T07:12:43.615Z] f7618726ad65: Preparing [2022-03-23T07:12:43.615Z] 08239a7cae78: Preparing [2022-03-23T07:12:43.615Z] 35c4ba2de660: Preparing [2022-03-23T07:12:43.615Z] d89d2f5c2d74: Preparing [2022-03-23T07:12:43.615Z] 8bb4393858f7: Preparing [2022-03-23T07:12:43.615Z] 2e38978dfe40: Preparing [2022-03-23T07:12:43.615Z] 2e38978dfe40: Waiting [2022-03-23T07:12:43.615Z] 8bb4393858f7: Layer already exists [2022-03-23T07:12:43.615Z] 08239a7cae78: Layer already exists [2022-03-23T07:12:43.615Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:43.615Z] f7618726ad65: Layer already exists [2022-03-23T07:12:43.615Z] d89d2f5c2d74: Layer already exists [2022-03-23T07:12:43.615Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:43.615Z] main: digest: sha256:362d07608f4a7ab3d2e7a03128b1c4431a905bce479d1360098bf9079818ec62 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:12:43.649Z] ===================================================== [Pipeline] echo [2022-03-23T07:12:43.658Z] taggedImages: [2022-03-23T07:12:43.658Z] - nexus3.edgexfoundry.org:10004/core-data:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:43.658Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-03-23T07:12:43.658Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.44 [2022-03-23T07:12:43.658Z] - nexus3.edgexfoundry.org:10004/core-data:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:43.658Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-03-23T07:12:43.679Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-03-23T07:12:43.679Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:43.679Z] latest [2022-03-23T07:12:43.679Z] 2.2.0-dev.44 [2022-03-23T07:12:43.679Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:43.679Z] main [2022-03-23T07:12:43.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:43.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T07:12:43.997Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:44.139Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-23T07:12:44.139Z] 9b3977197b4f: Pulling fs layer [2022-03-23T07:12:44.139Z] 1a89e8eeedd5: Pulling fs layer [2022-03-23T07:12:44.139Z] 94645a83ff95: Pulling fs layer [2022-03-23T07:12:44.139Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-23T07:12:44.139Z] 0c92f367c5e7: Pulling fs layer [2022-03-23T07:12:44.139Z] f7c0051592d6: Pulling fs layer [2022-03-23T07:12:44.139Z] a227ed2f7395: Pulling fs layer [2022-03-23T07:12:44.139Z] 7b1c46037f91: Pulling fs layer [2022-03-23T07:12:44.139Z] f7c0051592d6: Waiting [2022-03-23T07:12:44.139Z] a227ed2f7395: Waiting [2022-03-23T07:12:44.139Z] 3f3a8bcf1eab: Waiting [2022-03-23T07:12:44.139Z] 7b1c46037f91: Waiting [2022-03-23T07:12:44.139Z] 0c92f367c5e7: Waiting [2022-03-23T07:12:44.139Z] 94645a83ff95: Download complete [2022-03-23T07:12:44.139Z] 1a89e8eeedd5: Verifying Checksum [2022-03-23T07:12:44.139Z] 1a89e8eeedd5: Download complete [2022-03-23T07:12:44.139Z] 0c92f367c5e7: Verifying Checksum [2022-03-23T07:12:44.139Z] 0c92f367c5e7: Download complete [2022-03-23T07:12:44.139Z] f7c0051592d6: Verifying Checksum [2022-03-23T07:12:44.139Z] f7c0051592d6: Download complete [2022-03-23T07:12:44.139Z] 9b3977197b4f: Verifying Checksum [2022-03-23T07:12:44.139Z] a227ed2f7395: Verifying Checksum [2022-03-23T07:12:44.139Z] a227ed2f7395: Download complete [2022-03-23T07:12:44.290Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:44.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-23T07:12:44.290Z] 53cf8ad56219: Preparing [2022-03-23T07:12:44.290Z] 8613da0d0dc5: Preparing [2022-03-23T07:12:44.290Z] 35c4ba2de660: Preparing [2022-03-23T07:12:44.290Z] b6752f264ec7: Preparing [2022-03-23T07:12:44.290Z] 2e38978dfe40: Preparing [2022-03-23T07:12:44.290Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:44.290Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:44.290Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:44.290Z] 53cf8ad56219: Pushed [2022-03-23T07:12:44.743Z] 9b3977197b4f: Pull complete [2022-03-23T07:12:45.382Z] 1a89e8eeedd5: Pull complete [2022-03-23T07:12:45.659Z] 94645a83ff95: Pull complete [2022-03-23T07:12:45.673Z] 8613da0d0dc5: Pushed [2022-03-23T07:12:45.674Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:d87cb252fd0f01b4cd7e3494dda0d3fe61020bb3737b2f4c0468add8aa398bb3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:45.975Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:46.258Z] 7b1c46037f91: Verifying Checksum [2022-03-23T07:12:46.258Z] 7b1c46037f91: Download complete [2022-03-23T07:12:46.267Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-03-23T07:12:46.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-23T07:12:46.267Z] 53cf8ad56219: Preparing [2022-03-23T07:12:46.267Z] 8613da0d0dc5: Preparing [2022-03-23T07:12:46.267Z] 35c4ba2de660: Preparing [2022-03-23T07:12:46.267Z] b6752f264ec7: Preparing [2022-03-23T07:12:46.267Z] 2e38978dfe40: Preparing [2022-03-23T07:12:46.267Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:46.267Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:46.267Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:46.267Z] 8613da0d0dc5: Layer already exists [2022-03-23T07:12:46.267Z] 53cf8ad56219: Layer already exists [2022-03-23T07:12:46.267Z] latest: digest: sha256:d87cb252fd0f01b4cd7e3494dda0d3fe61020bb3737b2f4c0468add8aa398bb3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:46.534Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-23T07:12:46.534Z] 3f3a8bcf1eab: Download complete [2022-03-23T07:12:46.562Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:46.850Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.44 [2022-03-23T07:12:46.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-23T07:12:46.850Z] 53cf8ad56219: Preparing [2022-03-23T07:12:46.850Z] 8613da0d0dc5: Preparing [2022-03-23T07:12:46.850Z] 35c4ba2de660: Preparing [2022-03-23T07:12:46.850Z] b6752f264ec7: Preparing [2022-03-23T07:12:46.850Z] 2e38978dfe40: Preparing [2022-03-23T07:12:46.850Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:46.850Z] 8613da0d0dc5: Layer already exists [2022-03-23T07:12:46.850Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:46.850Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:46.850Z] 53cf8ad56219: Layer already exists [2022-03-23T07:12:46.850Z] 2.2.0-dev.44: digest: sha256:d87cb252fd0f01b4cd7e3494dda0d3fe61020bb3737b2f4c0468add8aa398bb3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:47.200Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:47.544Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:47.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-23T07:12:47.544Z] 53cf8ad56219: Preparing [2022-03-23T07:12:47.544Z] 8613da0d0dc5: Preparing [2022-03-23T07:12:47.544Z] 35c4ba2de660: Preparing [2022-03-23T07:12:47.544Z] b6752f264ec7: Preparing [2022-03-23T07:12:47.544Z] 2e38978dfe40: Preparing [2022-03-23T07:12:47.544Z] 53cf8ad56219: Layer already exists [2022-03-23T07:12:47.544Z] 8613da0d0dc5: Layer already exists [2022-03-23T07:12:47.544Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:47.544Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:47.544Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:47.544Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:d87cb252fd0f01b4cd7e3494dda0d3fe61020bb3737b2f4c0468add8aa398bb3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:47.842Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:48.132Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-03-23T07:12:48.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-03-23T07:12:48.132Z] 53cf8ad56219: Preparing [2022-03-23T07:12:48.132Z] 8613da0d0dc5: Preparing [2022-03-23T07:12:48.132Z] 35c4ba2de660: Preparing [2022-03-23T07:12:48.132Z] b6752f264ec7: Preparing [2022-03-23T07:12:48.132Z] 2e38978dfe40: Preparing [2022-03-23T07:12:48.132Z] b6752f264ec7: Layer already exists [2022-03-23T07:12:48.132Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:48.132Z] 8613da0d0dc5: Layer already exists [2022-03-23T07:12:48.132Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:48.132Z] 53cf8ad56219: Layer already exists [2022-03-23T07:12:48.132Z] main: digest: sha256:d87cb252fd0f01b4cd7e3494dda0d3fe61020bb3737b2f4c0468add8aa398bb3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:12:48.172Z] ===================================================== [Pipeline] echo [2022-03-23T07:12:48.182Z] taggedImages: [2022-03-23T07:12:48.182Z] - nexus3.edgexfoundry.org:10004/core-metadata:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:48.182Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-03-23T07:12:48.182Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.44 [2022-03-23T07:12:48.182Z] - nexus3.edgexfoundry.org:10004/core-metadata:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:48.182Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-03-23T07:12:48.206Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-03-23T07:12:48.206Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:48.206Z] latest [2022-03-23T07:12:48.206Z] 2.2.0-dev.44 [2022-03-23T07:12:48.206Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:48.206Z] main [2022-03-23T07:12:48.206Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:48.510Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:48.799Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:48.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-23T07:12:48.799Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:48.799Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:48.799Z] 75308abd5c8c: Preparing [2022-03-23T07:12:48.799Z] 531b18c99231: Preparing [2022-03-23T07:12:48.799Z] f41ee7674a97: Preparing [2022-03-23T07:12:48.799Z] 5a068b40d520: Preparing [2022-03-23T07:12:48.799Z] 35c4ba2de660: Preparing [2022-03-23T07:12:48.799Z] 3098c73cc4aa: Preparing [2022-03-23T07:12:48.799Z] 42d209f25e17: Preparing [2022-03-23T07:12:48.799Z] a2a10caff5a8: Preparing [2022-03-23T07:12:48.799Z] 302448a983af: Preparing [2022-03-23T07:12:48.799Z] 2e38978dfe40: Preparing [2022-03-23T07:12:48.799Z] 3098c73cc4aa: Waiting [2022-03-23T07:12:48.799Z] 42d209f25e17: Waiting [2022-03-23T07:12:48.799Z] a2a10caff5a8: Waiting [2022-03-23T07:12:48.799Z] 302448a983af: Waiting [2022-03-23T07:12:48.799Z] 2e38978dfe40: Waiting [2022-03-23T07:12:48.799Z] 3ac93ea297c3: Pushed [2022-03-23T07:12:48.799Z] 75308abd5c8c: Pushed [2022-03-23T07:12:48.799Z] f41ee7674a97: Pushed [2022-03-23T07:12:48.799Z] 531b18c99231: Pushed [2022-03-23T07:12:48.799Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:49.059Z] 3098c73cc4aa: Pushed [2022-03-23T07:12:49.059Z] a2a10caff5a8: Pushed [2022-03-23T07:12:49.059Z] 302448a983af: Pushed [2022-03-23T07:12:49.059Z] 42d209f25e17: Pushed [2022-03-23T07:12:49.059Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:50.443Z] 5a068b40d520: Pushed [2022-03-23T07:12:50.443Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:ab6085192e412626d94843bedbd1402592b14c779f1f8f601d3ab446303be67d size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:50.740Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:51.025Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-03-23T07:12:51.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-23T07:12:51.025Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:51.025Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:51.025Z] 75308abd5c8c: Preparing [2022-03-23T07:12:51.025Z] 531b18c99231: Preparing [2022-03-23T07:12:51.025Z] f41ee7674a97: Preparing [2022-03-23T07:12:51.025Z] 5a068b40d520: Preparing [2022-03-23T07:12:51.025Z] 35c4ba2de660: Preparing [2022-03-23T07:12:51.025Z] 3098c73cc4aa: Preparing [2022-03-23T07:12:51.025Z] 42d209f25e17: Preparing [2022-03-23T07:12:51.025Z] a2a10caff5a8: Preparing [2022-03-23T07:12:51.025Z] 302448a983af: Preparing [2022-03-23T07:12:51.025Z] 2e38978dfe40: Preparing [2022-03-23T07:12:51.025Z] 42d209f25e17: Waiting [2022-03-23T07:12:51.025Z] a2a10caff5a8: Waiting [2022-03-23T07:12:51.025Z] 302448a983af: Waiting [2022-03-23T07:12:51.025Z] 2e38978dfe40: Waiting [2022-03-23T07:12:51.025Z] 3098c73cc4aa: Waiting [2022-03-23T07:12:51.025Z] 35c4ba2de660: Waiting [2022-03-23T07:12:51.025Z] 75308abd5c8c: Layer already exists [2022-03-23T07:12:51.025Z] 531b18c99231: Layer already exists [2022-03-23T07:12:51.025Z] 5a068b40d520: Layer already exists [2022-03-23T07:12:51.025Z] 3ac93ea297c3: Layer already exists [2022-03-23T07:12:51.025Z] f41ee7674a97: Layer already exists [2022-03-23T07:12:51.025Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:51.025Z] 3098c73cc4aa: Layer already exists [2022-03-23T07:12:51.025Z] 42d209f25e17: Layer already exists [2022-03-23T07:12:51.025Z] a2a10caff5a8: Layer already exists [2022-03-23T07:12:51.025Z] 302448a983af: Layer already exists [2022-03-23T07:12:51.025Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:51.025Z] latest: digest: sha256:ab6085192e412626d94843bedbd1402592b14c779f1f8f601d3ab446303be67d size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:51.321Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:51.613Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.44 [2022-03-23T07:12:51.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-23T07:12:51.613Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:51.613Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:51.613Z] 75308abd5c8c: Preparing [2022-03-23T07:12:51.613Z] 531b18c99231: Preparing [2022-03-23T07:12:51.613Z] f41ee7674a97: Preparing [2022-03-23T07:12:51.613Z] 5a068b40d520: Preparing [2022-03-23T07:12:51.613Z] 35c4ba2de660: Preparing [2022-03-23T07:12:51.613Z] 3098c73cc4aa: Preparing [2022-03-23T07:12:51.613Z] 42d209f25e17: Preparing [2022-03-23T07:12:51.613Z] a2a10caff5a8: Preparing [2022-03-23T07:12:51.613Z] 302448a983af: Preparing [2022-03-23T07:12:51.613Z] 2e38978dfe40: Preparing [2022-03-23T07:12:51.613Z] 42d209f25e17: Waiting [2022-03-23T07:12:51.613Z] 2e38978dfe40: Waiting [2022-03-23T07:12:51.613Z] a2a10caff5a8: Waiting [2022-03-23T07:12:51.613Z] 302448a983af: Waiting [2022-03-23T07:12:51.613Z] 35c4ba2de660: Waiting [2022-03-23T07:12:51.613Z] 531b18c99231: Layer already exists [2022-03-23T07:12:51.613Z] 5a068b40d520: Layer already exists [2022-03-23T07:12:51.613Z] 3ac93ea297c3: Layer already exists [2022-03-23T07:12:51.613Z] f41ee7674a97: Layer already exists [2022-03-23T07:12:51.613Z] 75308abd5c8c: Layer already exists [2022-03-23T07:12:51.613Z] a2a10caff5a8: Layer already exists [2022-03-23T07:12:51.613Z] 3098c73cc4aa: Layer already exists [2022-03-23T07:12:51.613Z] 42d209f25e17: Layer already exists [2022-03-23T07:12:51.613Z] 302448a983af: Layer already exists [2022-03-23T07:12:51.613Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:51.613Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:51.613Z] 2.2.0-dev.44: digest: sha256:ab6085192e412626d94843bedbd1402592b14c779f1f8f601d3ab446303be67d size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:51.910Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:52.201Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:52.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-23T07:12:52.202Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:52.202Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:52.202Z] 75308abd5c8c: Preparing [2022-03-23T07:12:52.202Z] 531b18c99231: Preparing [2022-03-23T07:12:52.202Z] f41ee7674a97: Preparing [2022-03-23T07:12:52.202Z] 5a068b40d520: Preparing [2022-03-23T07:12:52.202Z] 35c4ba2de660: Preparing [2022-03-23T07:12:52.202Z] 3098c73cc4aa: Preparing [2022-03-23T07:12:52.202Z] 42d209f25e17: Preparing [2022-03-23T07:12:52.202Z] a2a10caff5a8: Preparing [2022-03-23T07:12:52.202Z] 302448a983af: Preparing [2022-03-23T07:12:52.202Z] 2e38978dfe40: Preparing [2022-03-23T07:12:52.202Z] a2a10caff5a8: Waiting [2022-03-23T07:12:52.202Z] 302448a983af: Waiting [2022-03-23T07:12:52.202Z] 2e38978dfe40: Waiting [2022-03-23T07:12:52.202Z] 35c4ba2de660: Waiting [2022-03-23T07:12:52.202Z] 3098c73cc4aa: Waiting [2022-03-23T07:12:52.202Z] 42d209f25e17: Waiting [2022-03-23T07:12:52.202Z] 75308abd5c8c: Layer already exists [2022-03-23T07:12:52.202Z] 3ac93ea297c3: Layer already exists [2022-03-23T07:12:52.202Z] f41ee7674a97: Layer already exists [2022-03-23T07:12:52.202Z] 5a068b40d520: Layer already exists [2022-03-23T07:12:52.202Z] 531b18c99231: Layer already exists [2022-03-23T07:12:52.202Z] 3098c73cc4aa: Layer already exists [2022-03-23T07:12:52.202Z] 302448a983af: Layer already exists [2022-03-23T07:12:52.202Z] 42d209f25e17: Layer already exists [2022-03-23T07:12:52.202Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:52.202Z] a2a10caff5a8: Layer already exists [2022-03-23T07:12:52.202Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:52.202Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:ab6085192e412626d94843bedbd1402592b14c779f1f8f601d3ab446303be67d size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:52.495Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:52.785Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-03-23T07:12:52.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-03-23T07:12:52.785Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:52.785Z] 3ac93ea297c3: Preparing [2022-03-23T07:12:52.785Z] 75308abd5c8c: Preparing [2022-03-23T07:12:52.785Z] 531b18c99231: Preparing [2022-03-23T07:12:52.785Z] f41ee7674a97: Preparing [2022-03-23T07:12:52.785Z] 5a068b40d520: Preparing [2022-03-23T07:12:52.785Z] 35c4ba2de660: Preparing [2022-03-23T07:12:52.785Z] 3098c73cc4aa: Preparing [2022-03-23T07:12:52.785Z] 42d209f25e17: Preparing [2022-03-23T07:12:52.785Z] a2a10caff5a8: Preparing [2022-03-23T07:12:52.785Z] 302448a983af: Preparing [2022-03-23T07:12:52.785Z] 2e38978dfe40: Preparing [2022-03-23T07:12:52.785Z] 35c4ba2de660: Waiting [2022-03-23T07:12:52.785Z] 302448a983af: Waiting [2022-03-23T07:12:52.785Z] 2e38978dfe40: Waiting [2022-03-23T07:12:52.785Z] 3098c73cc4aa: Waiting [2022-03-23T07:12:52.785Z] a2a10caff5a8: Waiting [2022-03-23T07:12:52.785Z] 531b18c99231: Layer already exists [2022-03-23T07:12:52.785Z] 3ac93ea297c3: Layer already exists [2022-03-23T07:12:52.785Z] 75308abd5c8c: Layer already exists [2022-03-23T07:12:52.785Z] f41ee7674a97: Layer already exists [2022-03-23T07:12:52.785Z] 5a068b40d520: Layer already exists [2022-03-23T07:12:52.785Z] 42d209f25e17: Layer already exists [2022-03-23T07:12:52.785Z] 3098c73cc4aa: Layer already exists [2022-03-23T07:12:52.785Z] 35c4ba2de660: Layer already exists [2022-03-23T07:12:52.785Z] a2a10caff5a8: Layer already exists [2022-03-23T07:12:52.785Z] 302448a983af: Layer already exists [2022-03-23T07:12:52.785Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:52.785Z] main: digest: sha256:ab6085192e412626d94843bedbd1402592b14c779f1f8f601d3ab446303be67d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:12:52.818Z] ===================================================== [Pipeline] echo [2022-03-23T07:12:52.823Z] taggedImages: [2022-03-23T07:12:52.823Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:52.823Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-03-23T07:12:52.823Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.44 [2022-03-23T07:12:52.823Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:52.823Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-03-23T07:12:52.837Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-03-23T07:12:52.837Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:52.837Z] latest [2022-03-23T07:12:52.837Z] 2.2.0-dev.44 [2022-03-23T07:12:52.837Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:52.837Z] main [2022-03-23T07:12:52.837Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:53.138Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:53.427Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:53.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-23T07:12:53.427Z] 51529fa9e2b7: Preparing [2022-03-23T07:12:53.427Z] a378779e35eb: Preparing [2022-03-23T07:12:53.427Z] bb1bc4ec3403: Preparing [2022-03-23T07:12:53.427Z] 25ff2c18d41f: Preparing [2022-03-23T07:12:53.427Z] 23a0e8f9c046: Preparing [2022-03-23T07:12:53.427Z] 31f217afe09d: Preparing [2022-03-23T07:12:53.427Z] 808677c3aacc: Preparing [2022-03-23T07:12:53.427Z] 2e38978dfe40: Preparing [2022-03-23T07:12:53.427Z] 808677c3aacc: Waiting [2022-03-23T07:12:53.427Z] 2e38978dfe40: Waiting [2022-03-23T07:12:53.427Z] 51529fa9e2b7: Pushed [2022-03-23T07:12:53.427Z] a378779e35eb: Pushed [2022-03-23T07:12:53.427Z] 23a0e8f9c046: Pushed [2022-03-23T07:12:53.427Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:53.427Z] 31f217afe09d: Pushed [2022-03-23T07:12:53.686Z] 808677c3aacc: Pushed [2022-03-23T07:12:54.255Z] 25ff2c18d41f: Pushed [2022-03-23T07:12:54.255Z] bb1bc4ec3403: Pushed [2022-03-23T07:12:54.515Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:c0951fafca755f5c448d7a89237587f13886a64c3d9c3b97c054c0199d3266cf size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:54.812Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:55.102Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-03-23T07:12:55.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-23T07:12:55.102Z] 51529fa9e2b7: Preparing [2022-03-23T07:12:55.102Z] a378779e35eb: Preparing [2022-03-23T07:12:55.102Z] bb1bc4ec3403: Preparing [2022-03-23T07:12:55.102Z] 25ff2c18d41f: Preparing [2022-03-23T07:12:55.102Z] 23a0e8f9c046: Preparing [2022-03-23T07:12:55.102Z] 31f217afe09d: Preparing [2022-03-23T07:12:55.102Z] 808677c3aacc: Preparing [2022-03-23T07:12:55.102Z] 2e38978dfe40: Preparing [2022-03-23T07:12:55.102Z] 808677c3aacc: Waiting [2022-03-23T07:12:55.102Z] 2e38978dfe40: Waiting [2022-03-23T07:12:55.102Z] 31f217afe09d: Waiting [2022-03-23T07:12:55.102Z] 25ff2c18d41f: Layer already exists [2022-03-23T07:12:55.102Z] a378779e35eb: Layer already exists [2022-03-23T07:12:55.102Z] 23a0e8f9c046: Layer already exists [2022-03-23T07:12:55.102Z] 51529fa9e2b7: Layer already exists [2022-03-23T07:12:55.102Z] bb1bc4ec3403: Layer already exists [2022-03-23T07:12:55.102Z] 808677c3aacc: Layer already exists [2022-03-23T07:12:55.102Z] 31f217afe09d: Layer already exists [2022-03-23T07:12:55.102Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:55.102Z] latest: digest: sha256:c0951fafca755f5c448d7a89237587f13886a64c3d9c3b97c054c0199d3266cf size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:55.396Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:55.690Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.44 [2022-03-23T07:12:55.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-23T07:12:55.690Z] 51529fa9e2b7: Preparing [2022-03-23T07:12:55.690Z] a378779e35eb: Preparing [2022-03-23T07:12:55.690Z] bb1bc4ec3403: Preparing [2022-03-23T07:12:55.690Z] 25ff2c18d41f: Preparing [2022-03-23T07:12:55.690Z] 23a0e8f9c046: Preparing [2022-03-23T07:12:55.690Z] 31f217afe09d: Preparing [2022-03-23T07:12:55.690Z] 808677c3aacc: Preparing [2022-03-23T07:12:55.690Z] 2e38978dfe40: Preparing [2022-03-23T07:12:55.690Z] 808677c3aacc: Waiting [2022-03-23T07:12:55.690Z] 31f217afe09d: Waiting [2022-03-23T07:12:55.690Z] 2e38978dfe40: Waiting [2022-03-23T07:12:55.690Z] 23a0e8f9c046: Layer already exists [2022-03-23T07:12:55.690Z] 51529fa9e2b7: Layer already exists [2022-03-23T07:12:55.690Z] 25ff2c18d41f: Layer already exists [2022-03-23T07:12:55.690Z] a378779e35eb: Layer already exists [2022-03-23T07:12:55.690Z] bb1bc4ec3403: Layer already exists [2022-03-23T07:12:55.690Z] 31f217afe09d: Layer already exists [2022-03-23T07:12:55.690Z] 808677c3aacc: Layer already exists [2022-03-23T07:12:55.690Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:55.690Z] 2.2.0-dev.44: digest: sha256:c0951fafca755f5c448d7a89237587f13886a64c3d9c3b97c054c0199d3266cf size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:55.990Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:56.280Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:56.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-23T07:12:56.280Z] 51529fa9e2b7: Preparing [2022-03-23T07:12:56.280Z] a378779e35eb: Preparing [2022-03-23T07:12:56.280Z] bb1bc4ec3403: Preparing [2022-03-23T07:12:56.280Z] 25ff2c18d41f: Preparing [2022-03-23T07:12:56.280Z] 23a0e8f9c046: Preparing [2022-03-23T07:12:56.280Z] 31f217afe09d: Preparing [2022-03-23T07:12:56.280Z] 808677c3aacc: Preparing [2022-03-23T07:12:56.280Z] 2e38978dfe40: Preparing [2022-03-23T07:12:56.280Z] 31f217afe09d: Waiting [2022-03-23T07:12:56.280Z] 808677c3aacc: Waiting [2022-03-23T07:12:56.280Z] 2e38978dfe40: Waiting [2022-03-23T07:12:56.280Z] 51529fa9e2b7: Layer already exists [2022-03-23T07:12:56.280Z] 25ff2c18d41f: Layer already exists [2022-03-23T07:12:56.280Z] a378779e35eb: Layer already exists [2022-03-23T07:12:56.280Z] 23a0e8f9c046: Layer already exists [2022-03-23T07:12:56.280Z] bb1bc4ec3403: Layer already exists [2022-03-23T07:12:56.280Z] 808677c3aacc: Layer already exists [2022-03-23T07:12:56.280Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:56.280Z] 31f217afe09d: Layer already exists [2022-03-23T07:12:56.280Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:c0951fafca755f5c448d7a89237587f13886a64c3d9c3b97c054c0199d3266cf size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:56.575Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:56.864Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-03-23T07:12:56.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-03-23T07:12:56.864Z] 51529fa9e2b7: Preparing [2022-03-23T07:12:56.864Z] a378779e35eb: Preparing [2022-03-23T07:12:56.864Z] bb1bc4ec3403: Preparing [2022-03-23T07:12:56.864Z] 25ff2c18d41f: Preparing [2022-03-23T07:12:56.864Z] 23a0e8f9c046: Preparing [2022-03-23T07:12:56.864Z] 31f217afe09d: Preparing [2022-03-23T07:12:56.864Z] 808677c3aacc: Preparing [2022-03-23T07:12:56.864Z] 2e38978dfe40: Preparing [2022-03-23T07:12:56.864Z] 31f217afe09d: Waiting [2022-03-23T07:12:56.864Z] 808677c3aacc: Waiting [2022-03-23T07:12:56.864Z] 2e38978dfe40: Waiting [2022-03-23T07:12:56.864Z] bb1bc4ec3403: Layer already exists [2022-03-23T07:12:56.864Z] 51529fa9e2b7: Layer already exists [2022-03-23T07:12:56.864Z] 25ff2c18d41f: Layer already exists [2022-03-23T07:12:56.864Z] 23a0e8f9c046: Layer already exists [2022-03-23T07:12:56.864Z] a378779e35eb: Layer already exists [2022-03-23T07:12:56.864Z] 31f217afe09d: Layer already exists [2022-03-23T07:12:56.864Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:56.864Z] 808677c3aacc: Layer already exists [2022-03-23T07:12:56.864Z] main: digest: sha256:c0951fafca755f5c448d7a89237587f13886a64c3d9c3b97c054c0199d3266cf size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:12:56.899Z] ===================================================== [Pipeline] echo [2022-03-23T07:12:56.907Z] taggedImages: [2022-03-23T07:12:56.907Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:56.907Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-03-23T07:12:56.907Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.44 [2022-03-23T07:12:56.907Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:56.907Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-03-23T07:12:56.926Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-03-23T07:12:56.926Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:56.926Z] latest [2022-03-23T07:12:56.926Z] 2.2.0-dev.44 [2022-03-23T07:12:56.926Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:12:56.926Z] main [2022-03-23T07:12:56.926Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:57.234Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:57.527Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:12:57.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-23T07:12:57.527Z] dd11dda83878: Preparing [2022-03-23T07:12:57.527Z] 6a03673cb3a7: Preparing [2022-03-23T07:12:57.527Z] 2dabbd1af400: Preparing [2022-03-23T07:12:57.527Z] f17a9a4a1862: Preparing [2022-03-23T07:12:57.527Z] 3874d8426110: Preparing [2022-03-23T07:12:57.527Z] d9ac31ccc0e5: Preparing [2022-03-23T07:12:57.527Z] 944205ddf560: Preparing [2022-03-23T07:12:57.527Z] 4d6f07ffa796: Preparing [2022-03-23T07:12:57.527Z] fc2b62a45d20: Preparing [2022-03-23T07:12:57.527Z] 944205ddf560: Waiting [2022-03-23T07:12:57.527Z] d9ac31ccc0e5: Waiting [2022-03-23T07:12:57.527Z] 4d6f07ffa796: Waiting [2022-03-23T07:12:57.527Z] 2e38978dfe40: Preparing [2022-03-23T07:12:57.527Z] 2e38978dfe40: Waiting [2022-03-23T07:12:57.527Z] 6a03673cb3a7: Pushed [2022-03-23T07:12:57.527Z] 3874d8426110: Pushed [2022-03-23T07:12:57.527Z] dd11dda83878: Pushed [2022-03-23T07:12:57.527Z] d9ac31ccc0e5: Pushed [2022-03-23T07:12:57.787Z] 4d6f07ffa796: Pushed [2022-03-23T07:12:57.787Z] 944205ddf560: Pushed [2022-03-23T07:12:57.787Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:57.787Z] fc2b62a45d20: Pushed [2022-03-23T07:12:58.354Z] f17a9a4a1862: Pushed [2022-03-23T07:12:58.923Z] 2dabbd1af400: Pushed [2022-03-23T07:12:58.923Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:94368eb28b7c1dd1bcb9056d5d6aedb235d14617e9f6cb0693f6871ffac58105 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:58.960Z] 3f3a8bcf1eab: Pull complete [2022-03-23T07:12:58.960Z] 0c92f367c5e7: Pull complete [2022-03-23T07:12:58.960Z] f7c0051592d6: Pull complete [2022-03-23T07:12:59.220Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:59.236Z] a227ed2f7395: Pull complete [2022-03-23T07:12:59.511Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-03-23T07:12:59.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-23T07:12:59.511Z] dd11dda83878: Preparing [2022-03-23T07:12:59.511Z] 6a03673cb3a7: Preparing [2022-03-23T07:12:59.511Z] 2dabbd1af400: Preparing [2022-03-23T07:12:59.511Z] f17a9a4a1862: Preparing [2022-03-23T07:12:59.511Z] 3874d8426110: Preparing [2022-03-23T07:12:59.511Z] d9ac31ccc0e5: Preparing [2022-03-23T07:12:59.511Z] 944205ddf560: Preparing [2022-03-23T07:12:59.511Z] 4d6f07ffa796: Preparing [2022-03-23T07:12:59.511Z] fc2b62a45d20: Preparing [2022-03-23T07:12:59.511Z] 2e38978dfe40: Preparing [2022-03-23T07:12:59.511Z] 944205ddf560: Waiting [2022-03-23T07:12:59.511Z] fc2b62a45d20: Waiting [2022-03-23T07:12:59.511Z] 4d6f07ffa796: Waiting [2022-03-23T07:12:59.511Z] d9ac31ccc0e5: Waiting [2022-03-23T07:12:59.511Z] 2e38978dfe40: Waiting [2022-03-23T07:12:59.511Z] 6a03673cb3a7: Layer already exists [2022-03-23T07:12:59.511Z] dd11dda83878: Layer already exists [2022-03-23T07:12:59.511Z] 3874d8426110: Layer already exists [2022-03-23T07:12:59.511Z] 2dabbd1af400: Layer already exists [2022-03-23T07:12:59.511Z] f17a9a4a1862: Layer already exists [2022-03-23T07:12:59.511Z] d9ac31ccc0e5: Layer already exists [2022-03-23T07:12:59.511Z] 4d6f07ffa796: Layer already exists [2022-03-23T07:12:59.511Z] 2e38978dfe40: Layer already exists [2022-03-23T07:12:59.511Z] 944205ddf560: Layer already exists [2022-03-23T07:12:59.511Z] fc2b62a45d20: Layer already exists [2022-03-23T07:12:59.511Z] latest: digest: sha256:94368eb28b7c1dd1bcb9056d5d6aedb235d14617e9f6cb0693f6871ffac58105 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:12:59.803Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:00.095Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.44 [2022-03-23T07:13:00.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-23T07:13:00.095Z] dd11dda83878: Preparing [2022-03-23T07:13:00.095Z] 6a03673cb3a7: Preparing [2022-03-23T07:13:00.095Z] 2dabbd1af400: Preparing [2022-03-23T07:13:00.095Z] f17a9a4a1862: Preparing [2022-03-23T07:13:00.095Z] 3874d8426110: Preparing [2022-03-23T07:13:00.095Z] d9ac31ccc0e5: Preparing [2022-03-23T07:13:00.095Z] 944205ddf560: Preparing [2022-03-23T07:13:00.095Z] 4d6f07ffa796: Preparing [2022-03-23T07:13:00.095Z] fc2b62a45d20: Preparing [2022-03-23T07:13:00.095Z] 2e38978dfe40: Preparing [2022-03-23T07:13:00.095Z] 4d6f07ffa796: Waiting [2022-03-23T07:13:00.095Z] d9ac31ccc0e5: Waiting [2022-03-23T07:13:00.095Z] 944205ddf560: Waiting [2022-03-23T07:13:00.095Z] fc2b62a45d20: Waiting [2022-03-23T07:13:00.095Z] 2e38978dfe40: Waiting [2022-03-23T07:13:00.095Z] f17a9a4a1862: Layer already exists [2022-03-23T07:13:00.095Z] 3874d8426110: Layer already exists [2022-03-23T07:13:00.095Z] dd11dda83878: Layer already exists [2022-03-23T07:13:00.095Z] 2dabbd1af400: Layer already exists [2022-03-23T07:13:00.095Z] 6a03673cb3a7: Layer already exists [2022-03-23T07:13:00.095Z] d9ac31ccc0e5: Layer already exists [2022-03-23T07:13:00.095Z] 4d6f07ffa796: Layer already exists [2022-03-23T07:13:00.095Z] 944205ddf560: Layer already exists [2022-03-23T07:13:00.095Z] fc2b62a45d20: Layer already exists [2022-03-23T07:13:00.095Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:00.095Z] 2.2.0-dev.44: digest: sha256:94368eb28b7c1dd1bcb9056d5d6aedb235d14617e9f6cb0693f6871ffac58105 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:00.392Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:00.682Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:00.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-23T07:13:00.682Z] dd11dda83878: Preparing [2022-03-23T07:13:00.682Z] 6a03673cb3a7: Preparing [2022-03-23T07:13:00.682Z] 2dabbd1af400: Preparing [2022-03-23T07:13:00.682Z] f17a9a4a1862: Preparing [2022-03-23T07:13:00.682Z] 3874d8426110: Preparing [2022-03-23T07:13:00.682Z] d9ac31ccc0e5: Preparing [2022-03-23T07:13:00.682Z] 944205ddf560: Preparing [2022-03-23T07:13:00.682Z] 4d6f07ffa796: Preparing [2022-03-23T07:13:00.682Z] fc2b62a45d20: Preparing [2022-03-23T07:13:00.682Z] 2e38978dfe40: Preparing [2022-03-23T07:13:00.682Z] d9ac31ccc0e5: Waiting [2022-03-23T07:13:00.682Z] 944205ddf560: Waiting [2022-03-23T07:13:00.682Z] 4d6f07ffa796: Waiting [2022-03-23T07:13:00.682Z] fc2b62a45d20: Waiting [2022-03-23T07:13:00.682Z] 2e38978dfe40: Waiting [2022-03-23T07:13:00.682Z] f17a9a4a1862: Layer already exists [2022-03-23T07:13:00.682Z] 3874d8426110: Layer already exists [2022-03-23T07:13:00.682Z] 6a03673cb3a7: Layer already exists [2022-03-23T07:13:00.682Z] 2dabbd1af400: Layer already exists [2022-03-23T07:13:00.682Z] dd11dda83878: Layer already exists [2022-03-23T07:13:00.682Z] d9ac31ccc0e5: Layer already exists [2022-03-23T07:13:00.682Z] 4d6f07ffa796: Layer already exists [2022-03-23T07:13:00.682Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:00.682Z] 944205ddf560: Layer already exists [2022-03-23T07:13:00.682Z] fc2b62a45d20: Layer already exists [2022-03-23T07:13:00.682Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:94368eb28b7c1dd1bcb9056d5d6aedb235d14617e9f6cb0693f6871ffac58105 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:00.980Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:01.272Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-03-23T07:13:01.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-03-23T07:13:01.272Z] dd11dda83878: Preparing [2022-03-23T07:13:01.272Z] 6a03673cb3a7: Preparing [2022-03-23T07:13:01.272Z] 2dabbd1af400: Preparing [2022-03-23T07:13:01.272Z] f17a9a4a1862: Preparing [2022-03-23T07:13:01.272Z] 3874d8426110: Preparing [2022-03-23T07:13:01.272Z] d9ac31ccc0e5: Preparing [2022-03-23T07:13:01.272Z] 944205ddf560: Preparing [2022-03-23T07:13:01.272Z] 4d6f07ffa796: Preparing [2022-03-23T07:13:01.272Z] fc2b62a45d20: Preparing [2022-03-23T07:13:01.272Z] 2e38978dfe40: Preparing [2022-03-23T07:13:01.272Z] d9ac31ccc0e5: Waiting [2022-03-23T07:13:01.272Z] 944205ddf560: Waiting [2022-03-23T07:13:01.272Z] 4d6f07ffa796: Waiting [2022-03-23T07:13:01.272Z] 2e38978dfe40: Waiting [2022-03-23T07:13:01.272Z] fc2b62a45d20: Waiting [2022-03-23T07:13:01.272Z] 6a03673cb3a7: Layer already exists [2022-03-23T07:13:01.272Z] 3874d8426110: Layer already exists [2022-03-23T07:13:01.272Z] f17a9a4a1862: Layer already exists [2022-03-23T07:13:01.272Z] 2dabbd1af400: Layer already exists [2022-03-23T07:13:01.272Z] dd11dda83878: Layer already exists [2022-03-23T07:13:01.272Z] d9ac31ccc0e5: Layer already exists [2022-03-23T07:13:01.272Z] fc2b62a45d20: Layer already exists [2022-03-23T07:13:01.272Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:01.272Z] 944205ddf560: Layer already exists [2022-03-23T07:13:01.272Z] 4d6f07ffa796: Layer already exists [2022-03-23T07:13:01.272Z] main: digest: sha256:94368eb28b7c1dd1bcb9056d5d6aedb235d14617e9f6cb0693f6871ffac58105 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:13:01.309Z] ===================================================== [Pipeline] echo [2022-03-23T07:13:01.319Z] taggedImages: [2022-03-23T07:13:01.319Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:01.319Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-03-23T07:13:01.319Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.44 [2022-03-23T07:13:01.319Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:01.319Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-03-23T07:13:01.343Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-03-23T07:13:01.343Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:01.343Z] latest [2022-03-23T07:13:01.343Z] 2.2.0-dev.44 [2022-03-23T07:13:01.343Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:01.343Z] main [2022-03-23T07:13:01.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:01.667Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:01.958Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:01.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-23T07:13:01.958Z] 26509d5bfafa: Preparing [2022-03-23T07:13:01.958Z] 55a29eed7c32: Preparing [2022-03-23T07:13:01.958Z] 35c4ba2de660: Preparing [2022-03-23T07:13:01.958Z] 5f6165196132: Preparing [2022-03-23T07:13:01.958Z] 2e38978dfe40: Preparing [2022-03-23T07:13:01.958Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:01.958Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:01.958Z] 26509d5bfafa: Pushed [2022-03-23T07:13:01.958Z] 5f6165196132: Pushed [2022-03-23T07:13:03.341Z] 55a29eed7c32: Pushed [2022-03-23T07:13:03.341Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:8c553636ec68642c399de53d5046c40ab5e7a3794897cb5b1acbb41278375921 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:03.635Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:03.926Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-03-23T07:13:03.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-23T07:13:03.926Z] 26509d5bfafa: Preparing [2022-03-23T07:13:03.926Z] 55a29eed7c32: Preparing [2022-03-23T07:13:03.926Z] 35c4ba2de660: Preparing [2022-03-23T07:13:03.926Z] 5f6165196132: Preparing [2022-03-23T07:13:03.926Z] 2e38978dfe40: Preparing [2022-03-23T07:13:03.926Z] 55a29eed7c32: Layer already exists [2022-03-23T07:13:03.926Z] 5f6165196132: Layer already exists [2022-03-23T07:13:03.926Z] 26509d5bfafa: Layer already exists [2022-03-23T07:13:03.926Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:03.926Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:03.926Z] latest: digest: sha256:8c553636ec68642c399de53d5046c40ab5e7a3794897cb5b1acbb41278375921 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:04.227Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:04.565Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.44 [2022-03-23T07:13:04.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-23T07:13:04.565Z] 26509d5bfafa: Preparing [2022-03-23T07:13:04.565Z] 55a29eed7c32: Preparing [2022-03-23T07:13:04.565Z] 35c4ba2de660: Preparing [2022-03-23T07:13:04.565Z] 5f6165196132: Preparing [2022-03-23T07:13:04.565Z] 2e38978dfe40: Preparing [2022-03-23T07:13:04.565Z] 5f6165196132: Layer already exists [2022-03-23T07:13:04.565Z] 26509d5bfafa: Layer already exists [2022-03-23T07:13:04.565Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:04.565Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:04.565Z] 55a29eed7c32: Layer already exists [2022-03-23T07:13:04.565Z] 2.2.0-dev.44: digest: sha256:8c553636ec68642c399de53d5046c40ab5e7a3794897cb5b1acbb41278375921 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:04.923Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:05.213Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:05.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-23T07:13:05.213Z] 26509d5bfafa: Preparing [2022-03-23T07:13:05.213Z] 55a29eed7c32: Preparing [2022-03-23T07:13:05.213Z] 35c4ba2de660: Preparing [2022-03-23T07:13:05.213Z] 5f6165196132: Preparing [2022-03-23T07:13:05.213Z] 2e38978dfe40: Preparing [2022-03-23T07:13:05.213Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:05.213Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:05.213Z] 5f6165196132: Layer already exists [2022-03-23T07:13:05.213Z] 26509d5bfafa: Layer already exists [2022-03-23T07:13:05.213Z] 55a29eed7c32: Layer already exists [2022-03-23T07:13:05.213Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:8c553636ec68642c399de53d5046c40ab5e7a3794897cb5b1acbb41278375921 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:05.514Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:05.807Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-03-23T07:13:05.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-03-23T07:13:05.807Z] 26509d5bfafa: Preparing [2022-03-23T07:13:05.807Z] 55a29eed7c32: Preparing [2022-03-23T07:13:05.807Z] 35c4ba2de660: Preparing [2022-03-23T07:13:05.807Z] 5f6165196132: Preparing [2022-03-23T07:13:05.807Z] 2e38978dfe40: Preparing [2022-03-23T07:13:05.807Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:05.807Z] 5f6165196132: Layer already exists [2022-03-23T07:13:05.807Z] 55a29eed7c32: Layer already exists [2022-03-23T07:13:05.807Z] 26509d5bfafa: Layer already exists [2022-03-23T07:13:05.807Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:05.807Z] main: digest: sha256:8c553636ec68642c399de53d5046c40ab5e7a3794897cb5b1acbb41278375921 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:13:05.852Z] ===================================================== [Pipeline] echo [2022-03-23T07:13:05.862Z] taggedImages: [2022-03-23T07:13:05.862Z] - nexus3.edgexfoundry.org:10004/support-notifications:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:05.862Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-03-23T07:13:05.862Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.44 [2022-03-23T07:13:05.862Z] - nexus3.edgexfoundry.org:10004/support-notifications:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:05.862Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-03-23T07:13:05.886Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-03-23T07:13:05.886Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:05.886Z] latest [2022-03-23T07:13:05.886Z] 2.2.0-dev.44 [2022-03-23T07:13:05.886Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:05.886Z] main [2022-03-23T07:13:05.886Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:05.977Z] 7b1c46037f91: Pull complete [2022-03-23T07:13:05.977Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-23T07:13:05.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T07:13:05.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-23T07:13:06.212Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:06.338Z] + docker+ build -t ci-base-image-arm64 -fecho - FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T07:13:06.338Z] WORKDIR /edgex [2022-03-23T07:13:06.338Z] COPY go.mod . [2022-03-23T07:13:06.338Z] RUN go mod download . [2022-03-23T07:13:06.338Z] [2022-03-23T07:13:06.500Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:06.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-23T07:13:06.500Z] c1ecb6bb0a62: Preparing [2022-03-23T07:13:06.500Z] 982b51b03622: Preparing [2022-03-23T07:13:06.500Z] 35c4ba2de660: Preparing [2022-03-23T07:13:06.500Z] b6752f264ec7: Preparing [2022-03-23T07:13:06.500Z] 2e38978dfe40: Preparing [2022-03-23T07:13:06.500Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:06.500Z] b6752f264ec7: Layer already exists [2022-03-23T07:13:06.500Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:06.500Z] c1ecb6bb0a62: Pushed [2022-03-23T07:13:07.884Z] 982b51b03622: Pushed [2022-03-23T07:13:07.884Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:3bf67df2e08fd6c333111d7c748ed233c53a42d9e90aef50f79a356e7ae5b016 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:08.179Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:08.470Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-03-23T07:13:08.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-23T07:13:08.470Z] c1ecb6bb0a62: Preparing [2022-03-23T07:13:08.470Z] 982b51b03622: Preparing [2022-03-23T07:13:08.470Z] 35c4ba2de660: Preparing [2022-03-23T07:13:08.470Z] b6752f264ec7: Preparing [2022-03-23T07:13:08.470Z] 2e38978dfe40: Preparing [2022-03-23T07:13:08.470Z] b6752f264ec7: Layer already exists [2022-03-23T07:13:08.470Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:08.470Z] 982b51b03622: Layer already exists [2022-03-23T07:13:08.470Z] c1ecb6bb0a62: Layer already exists [2022-03-23T07:13:08.470Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:08.470Z] latest: digest: sha256:3bf67df2e08fd6c333111d7c748ed233c53a42d9e90aef50f79a356e7ae5b016 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:08.764Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:08.988Z] Sending build context to Docker daemon 168.8MB [2022-03-23T07:13:08.988Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-23T07:13:08.988Z] ---> f79e39bc4007 [2022-03-23T07:13:08.988Z] Step 2/4 : WORKDIR /edgex [2022-03-23T07:13:09.054Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.44 [2022-03-23T07:13:09.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-23T07:13:09.054Z] c1ecb6bb0a62: Preparing [2022-03-23T07:13:09.054Z] 982b51b03622: Preparing [2022-03-23T07:13:09.054Z] 35c4ba2de660: Preparing [2022-03-23T07:13:09.054Z] b6752f264ec7: Preparing [2022-03-23T07:13:09.054Z] 2e38978dfe40: Preparing [2022-03-23T07:13:09.054Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:09.054Z] c1ecb6bb0a62: Layer already exists [2022-03-23T07:13:09.054Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:09.054Z] b6752f264ec7: Layer already exists [2022-03-23T07:13:09.054Z] 982b51b03622: Layer already exists [2022-03-23T07:13:09.054Z] 2.2.0-dev.44: digest: sha256:3bf67df2e08fd6c333111d7c748ed233c53a42d9e90aef50f79a356e7ae5b016 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:09.350Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:09.642Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:09.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-23T07:13:09.642Z] c1ecb6bb0a62: Preparing [2022-03-23T07:13:09.642Z] 982b51b03622: Preparing [2022-03-23T07:13:09.642Z] 35c4ba2de660: Preparing [2022-03-23T07:13:09.642Z] b6752f264ec7: Preparing [2022-03-23T07:13:09.642Z] 2e38978dfe40: Preparing [2022-03-23T07:13:09.642Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:09.642Z] c1ecb6bb0a62: Layer already exists [2022-03-23T07:13:09.642Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:09.642Z] b6752f264ec7: Layer already exists [2022-03-23T07:13:09.642Z] 982b51b03622: Layer already exists [2022-03-23T07:13:09.642Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:3bf67df2e08fd6c333111d7c748ed233c53a42d9e90aef50f79a356e7ae5b016 size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:09.939Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:10.232Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-03-23T07:13:10.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-03-23T07:13:10.232Z] c1ecb6bb0a62: Preparing [2022-03-23T07:13:10.232Z] 982b51b03622: Preparing [2022-03-23T07:13:10.232Z] 35c4ba2de660: Preparing [2022-03-23T07:13:10.232Z] b6752f264ec7: Preparing [2022-03-23T07:13:10.232Z] 2e38978dfe40: Preparing [2022-03-23T07:13:10.232Z] c1ecb6bb0a62: Layer already exists [2022-03-23T07:13:10.232Z] 35c4ba2de660: Layer already exists [2022-03-23T07:13:10.232Z] b6752f264ec7: Layer already exists [2022-03-23T07:13:10.232Z] 982b51b03622: Layer already exists [2022-03-23T07:13:10.232Z] 2e38978dfe40: Layer already exists [2022-03-23T07:13:10.232Z] main: digest: sha256:3bf67df2e08fd6c333111d7c748ed233c53a42d9e90aef50f79a356e7ae5b016 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:13:10.267Z] ===================================================== [Pipeline] echo [2022-03-23T07:13:10.281Z] taggedImages: [2022-03-23T07:13:10.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:10.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-03-23T07:13:10.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.44 [2022-03-23T07:13:10.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:10.281Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-03-23T07:13:10.300Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-03-23T07:13:10.300Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:10.300Z] latest [2022-03-23T07:13:10.300Z] 2.2.0-dev.44 [2022-03-23T07:13:10.300Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:10.300Z] main [2022-03-23T07:13:10.300Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:10.621Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:10.909Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:10.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-23T07:13:10.909Z] 35d24a620c02: Preparing [2022-03-23T07:13:10.909Z] 37a40e3f3ad8: Preparing [2022-03-23T07:13:10.909Z] 1c25ff0e9c03: Preparing [2022-03-23T07:13:10.909Z] 76c9a4ca3ab2: Preparing [2022-03-23T07:13:10.909Z] 4b4527d9d361: Preparing [2022-03-23T07:13:10.909Z] 0419e16943bb: Preparing [2022-03-23T07:13:10.909Z] 2bc6eda7d6fe: Preparing [2022-03-23T07:13:10.909Z] 38c686747f67: Preparing [2022-03-23T07:13:10.909Z] 698317193ef4: Preparing [2022-03-23T07:13:10.909Z] 3de006b0ad1b: Preparing [2022-03-23T07:13:10.909Z] 1a058d5342cc: Preparing [2022-03-23T07:13:10.909Z] 698317193ef4: Waiting [2022-03-23T07:13:10.909Z] 3de006b0ad1b: Waiting [2022-03-23T07:13:10.909Z] 2bc6eda7d6fe: Waiting [2022-03-23T07:13:10.909Z] 38c686747f67: Waiting [2022-03-23T07:13:10.909Z] 1a058d5342cc: Waiting [2022-03-23T07:13:10.909Z] 0419e16943bb: Waiting [2022-03-23T07:13:10.909Z] 4b4527d9d361: Layer already exists [2022-03-23T07:13:10.909Z] 0419e16943bb: Layer already exists [2022-03-23T07:13:10.909Z] 2bc6eda7d6fe: Layer already exists [2022-03-23T07:13:10.909Z] 37a40e3f3ad8: Pushed [2022-03-23T07:13:10.909Z] 38c686747f67: Layer already exists [2022-03-23T07:13:10.909Z] 698317193ef4: Layer already exists [2022-03-23T07:13:10.909Z] 3de006b0ad1b: Layer already exists [2022-03-23T07:13:10.909Z] 1a058d5342cc: Layer already exists [2022-03-23T07:13:10.959Z] ---> Running in 4dc972d9abfe [2022-03-23T07:13:10.959Z] Removing intermediate container 4dc972d9abfe [2022-03-23T07:13:10.959Z] ---> badc3a3b2c3a [2022-03-23T07:13:10.959Z] Step 3/4 : COPY go.mod . [2022-03-23T07:13:11.169Z] 35d24a620c02: Pushed [2022-03-23T07:13:11.558Z] ---> fff1e70d1237 [2022-03-23T07:13:11.558Z] Step 4/4 : RUN go mod download [2022-03-23T07:13:11.558Z] ---> Running in 9128363cfd3c [2022-03-23T07:13:11.739Z] 1c25ff0e9c03: Pushed [2022-03-23T07:13:18.322Z] 76c9a4ca3ab2: Pushed [2022-03-23T07:13:18.322Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:ecb0191743e01f12babb8ade70ddc987c0b6db4183eed68e36b39e2b7c5dfaa1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:18.620Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:18.916Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-03-23T07:13:18.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-23T07:13:18.916Z] 35d24a620c02: Preparing [2022-03-23T07:13:18.916Z] 37a40e3f3ad8: Preparing [2022-03-23T07:13:18.916Z] 1c25ff0e9c03: Preparing [2022-03-23T07:13:18.916Z] 76c9a4ca3ab2: Preparing [2022-03-23T07:13:18.916Z] 4b4527d9d361: Preparing [2022-03-23T07:13:18.916Z] 0419e16943bb: Preparing [2022-03-23T07:13:18.916Z] 2bc6eda7d6fe: Preparing [2022-03-23T07:13:18.916Z] 38c686747f67: Preparing [2022-03-23T07:13:18.916Z] 698317193ef4: Preparing [2022-03-23T07:13:18.916Z] 3de006b0ad1b: Preparing [2022-03-23T07:13:18.916Z] 1a058d5342cc: Preparing [2022-03-23T07:13:18.916Z] 2bc6eda7d6fe: Waiting [2022-03-23T07:13:18.916Z] 3de006b0ad1b: Waiting [2022-03-23T07:13:18.916Z] 1a058d5342cc: Waiting [2022-03-23T07:13:18.916Z] 38c686747f67: Waiting [2022-03-23T07:13:18.916Z] 698317193ef4: Waiting [2022-03-23T07:13:18.916Z] 0419e16943bb: Waiting [2022-03-23T07:13:18.916Z] 76c9a4ca3ab2: Layer already exists [2022-03-23T07:13:18.916Z] 35d24a620c02: Layer already exists [2022-03-23T07:13:18.916Z] 37a40e3f3ad8: Layer already exists [2022-03-23T07:13:18.916Z] 4b4527d9d361: Layer already exists [2022-03-23T07:13:18.916Z] 1c25ff0e9c03: Layer already exists [2022-03-23T07:13:18.916Z] 0419e16943bb: Layer already exists [2022-03-23T07:13:18.916Z] 2bc6eda7d6fe: Layer already exists [2022-03-23T07:13:18.916Z] 38c686747f67: Layer already exists [2022-03-23T07:13:18.916Z] 698317193ef4: Layer already exists [2022-03-23T07:13:18.916Z] 3de006b0ad1b: Layer already exists [2022-03-23T07:13:18.916Z] 1a058d5342cc: Layer already exists [2022-03-23T07:13:18.916Z] latest: digest: sha256:ecb0191743e01f12babb8ade70ddc987c0b6db4183eed68e36b39e2b7c5dfaa1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:19.220Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:19.517Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.44 [2022-03-23T07:13:19.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-23T07:13:19.517Z] 35d24a620c02: Preparing [2022-03-23T07:13:19.517Z] 37a40e3f3ad8: Preparing [2022-03-23T07:13:19.517Z] 1c25ff0e9c03: Preparing [2022-03-23T07:13:19.517Z] 76c9a4ca3ab2: Preparing [2022-03-23T07:13:19.517Z] 4b4527d9d361: Preparing [2022-03-23T07:13:19.517Z] 0419e16943bb: Preparing [2022-03-23T07:13:19.517Z] 2bc6eda7d6fe: Preparing [2022-03-23T07:13:19.517Z] 38c686747f67: Preparing [2022-03-23T07:13:19.517Z] 698317193ef4: Preparing [2022-03-23T07:13:19.517Z] 3de006b0ad1b: Preparing [2022-03-23T07:13:19.517Z] 1a058d5342cc: Preparing [2022-03-23T07:13:19.517Z] 2bc6eda7d6fe: Waiting [2022-03-23T07:13:19.517Z] 38c686747f67: Waiting [2022-03-23T07:13:19.517Z] 0419e16943bb: Waiting [2022-03-23T07:13:19.517Z] 698317193ef4: Waiting [2022-03-23T07:13:19.517Z] 3de006b0ad1b: Waiting [2022-03-23T07:13:19.517Z] 1a058d5342cc: Waiting [2022-03-23T07:13:19.517Z] 37a40e3f3ad8: Layer already exists [2022-03-23T07:13:19.517Z] 4b4527d9d361: Layer already exists [2022-03-23T07:13:19.517Z] 1c25ff0e9c03: Layer already exists [2022-03-23T07:13:19.517Z] 35d24a620c02: Layer already exists [2022-03-23T07:13:19.517Z] 76c9a4ca3ab2: Layer already exists [2022-03-23T07:13:19.517Z] 0419e16943bb: Layer already exists [2022-03-23T07:13:19.517Z] 2bc6eda7d6fe: Layer already exists [2022-03-23T07:13:19.517Z] 698317193ef4: Layer already exists [2022-03-23T07:13:19.517Z] 38c686747f67: Layer already exists [2022-03-23T07:13:19.517Z] 3de006b0ad1b: Layer already exists [2022-03-23T07:13:19.517Z] 1a058d5342cc: Layer already exists [2022-03-23T07:13:19.517Z] 2.2.0-dev.44: digest: sha256:ecb0191743e01f12babb8ade70ddc987c0b6db4183eed68e36b39e2b7c5dfaa1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:19.816Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:20.109Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:20.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-23T07:13:20.109Z] 35d24a620c02: Preparing [2022-03-23T07:13:20.109Z] 37a40e3f3ad8: Preparing [2022-03-23T07:13:20.109Z] 1c25ff0e9c03: Preparing [2022-03-23T07:13:20.109Z] 76c9a4ca3ab2: Preparing [2022-03-23T07:13:20.109Z] 4b4527d9d361: Preparing [2022-03-23T07:13:20.109Z] 0419e16943bb: Preparing [2022-03-23T07:13:20.109Z] 2bc6eda7d6fe: Preparing [2022-03-23T07:13:20.109Z] 38c686747f67: Preparing [2022-03-23T07:13:20.109Z] 698317193ef4: Preparing [2022-03-23T07:13:20.109Z] 3de006b0ad1b: Preparing [2022-03-23T07:13:20.109Z] 1a058d5342cc: Preparing [2022-03-23T07:13:20.109Z] 0419e16943bb: Waiting [2022-03-23T07:13:20.109Z] 2bc6eda7d6fe: Waiting [2022-03-23T07:13:20.110Z] 38c686747f67: Waiting [2022-03-23T07:13:20.110Z] 698317193ef4: Waiting [2022-03-23T07:13:20.110Z] 3de006b0ad1b: Waiting [2022-03-23T07:13:20.110Z] 1a058d5342cc: Waiting [2022-03-23T07:13:20.110Z] 76c9a4ca3ab2: Layer already exists [2022-03-23T07:13:20.110Z] 1c25ff0e9c03: Layer already exists [2022-03-23T07:13:20.110Z] 35d24a620c02: Layer already exists [2022-03-23T07:13:20.110Z] 4b4527d9d361: Layer already exists [2022-03-23T07:13:20.110Z] 37a40e3f3ad8: Layer already exists [2022-03-23T07:13:20.110Z] 38c686747f67: Layer already exists [2022-03-23T07:13:20.110Z] 0419e16943bb: Layer already exists [2022-03-23T07:13:20.110Z] 2bc6eda7d6fe: Layer already exists [2022-03-23T07:13:20.110Z] 698317193ef4: Layer already exists [2022-03-23T07:13:20.110Z] 3de006b0ad1b: Layer already exists [2022-03-23T07:13:20.110Z] 1a058d5342cc: Layer already exists [2022-03-23T07:13:20.110Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:ecb0191743e01f12babb8ade70ddc987c0b6db4183eed68e36b39e2b7c5dfaa1 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:20.410Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:13:20.703Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-03-23T07:13:20.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-03-23T07:13:20.703Z] 35d24a620c02: Preparing [2022-03-23T07:13:20.703Z] 37a40e3f3ad8: Preparing [2022-03-23T07:13:20.703Z] 1c25ff0e9c03: Preparing [2022-03-23T07:13:20.703Z] 76c9a4ca3ab2: Preparing [2022-03-23T07:13:20.703Z] 4b4527d9d361: Preparing [2022-03-23T07:13:20.703Z] 0419e16943bb: Preparing [2022-03-23T07:13:20.703Z] 2bc6eda7d6fe: Preparing [2022-03-23T07:13:20.703Z] 38c686747f67: Preparing [2022-03-23T07:13:20.703Z] 698317193ef4: Preparing [2022-03-23T07:13:20.703Z] 3de006b0ad1b: Preparing [2022-03-23T07:13:20.703Z] 1a058d5342cc: Preparing [2022-03-23T07:13:20.703Z] 0419e16943bb: Waiting [2022-03-23T07:13:20.703Z] 2bc6eda7d6fe: Waiting [2022-03-23T07:13:20.703Z] 38c686747f67: Waiting [2022-03-23T07:13:20.703Z] 698317193ef4: Waiting [2022-03-23T07:13:20.703Z] 3de006b0ad1b: Waiting [2022-03-23T07:13:20.703Z] 1a058d5342cc: Waiting [2022-03-23T07:13:20.703Z] 76c9a4ca3ab2: Layer already exists [2022-03-23T07:13:20.703Z] 37a40e3f3ad8: Layer already exists [2022-03-23T07:13:20.703Z] 35d24a620c02: Layer already exists [2022-03-23T07:13:20.703Z] 1c25ff0e9c03: Layer already exists [2022-03-23T07:13:20.703Z] 4b4527d9d361: Layer already exists [2022-03-23T07:13:20.703Z] 38c686747f67: Layer already exists [2022-03-23T07:13:20.703Z] 2bc6eda7d6fe: Layer already exists [2022-03-23T07:13:20.703Z] 3de006b0ad1b: Layer already exists [2022-03-23T07:13:20.703Z] 698317193ef4: Layer already exists [2022-03-23T07:13:20.703Z] 0419e16943bb: Layer already exists [2022-03-23T07:13:20.703Z] 1a058d5342cc: Layer already exists [2022-03-23T07:13:20.703Z] main: digest: sha256:ecb0191743e01f12babb8ade70ddc987c0b6db4183eed68e36b39e2b7c5dfaa1 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:13:20.744Z] ===================================================== [Pipeline] echo [2022-03-23T07:13:20.755Z] taggedImages: [2022-03-23T07:13:20.755Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:13:20.755Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-03-23T07:13:20.755Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.44 [2022-03-23T07:13:20.755Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:13:20.755Z] - 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] } [2022-03-23T07:14:33.353Z] Removing intermediate container 9128363cfd3c [2022-03-23T07:14:33.353Z] ---> 73ea76d6165c [2022-03-23T07:14:33.353Z] Successfully built 73ea76d6165c [2022-03-23T07:14:33.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:14:33.708Z] + docker inspect -f . ci-base-image-arm64 [2022-03-23T07:14:33.708Z] . [Pipeline] withDockerContainer [2022-03-23T07:14:33.954Z] prd-ubuntu20.04-docker-arm64-4c-16g-8620 does not seem to be running inside a container [2022-03-23T07:14:34.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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-arm64 cat [2022-03-23T07:14:35.365Z] $ docker top 5f439247922cde2b3d49e8a526d6a659aaca76bbb47a7b39d8bb19180187493c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:14:36.282Z] + go version [2022-03-23T07:14:36.282Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-23T07:14:36.314Z] $ docker stop --time=1 5f439247922cde2b3d49e8a526d6a659aaca76bbb47a7b39d8bb19180187493c [2022-03-23T07:14:37.996Z] $ docker rm -f 5f439247922cde2b3d49e8a526d6a659aaca76bbb47a7b39d8bb19180187493c [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-23T07:14:38.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T07:14:38.678Z] [2022-03-23T07:14:38.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:14:39.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T07:14:39.314Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-03-23T07:14:39.314Z] 29e5d40040c1: Pulling fs layer [2022-03-23T07:14:39.314Z] 1ce36da41761: Pulling fs layer [2022-03-23T07:14:39.314Z] 25b303627fd3: Pulling fs layer [2022-03-23T07:14:39.314Z] 29e5d40040c1: Verifying Checksum [2022-03-23T07:14:39.314Z] 29e5d40040c1: Download complete [2022-03-23T07:14:39.593Z] 1ce36da41761: Verifying Checksum [2022-03-23T07:14:39.593Z] 1ce36da41761: Download complete [2022-03-23T07:14:39.870Z] 29e5d40040c1: Pull complete [2022-03-23T07:14:41.326Z] 25b303627fd3: Verifying Checksum [2022-03-23T07:14:41.326Z] 25b303627fd3: Download complete [2022-03-23T07:14:41.326Z] 1ce36da41761: Pull complete [2022-03-23T07:14:53.742Z] 25b303627fd3: Pull complete [2022-03-23T07:14:53.742Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-03-23T07:14:53.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T07:14:53.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-03-23T07:14:53.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-8620 does not seem to be running inside a container [2022-03-23T07:14:54.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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-arm64:latest cat [2022-03-23T07:14:56.228Z] $ docker top 8e6c16b4d88382b3eeee91f7529a5eece1984c281a5f4f2aeb81add8e216063c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:14:57.156Z] + grep parallel [2022-03-23T07:14:57.157Z] + docker-compose build --help [2022-03-23T07:15:00.544Z] --parallel Build images in parallel. [Pipeline] } [2022-03-23T07:15:00.847Z] $ docker stop --time=1 8e6c16b4d88382b3eeee91f7529a5eece1984c281a5f4f2aeb81add8e216063c [2022-03-23T07:15:02.544Z] $ docker rm -f 8e6c16b4d88382b3eeee91f7529a5eece1984c281a5f4f2aeb81add8e216063c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:15:03.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-23T07:15:03.151Z] . [Pipeline] withDockerContainer [2022-03-23T07:15:03.390Z] prd-ubuntu20.04-docker-arm64-4c-16g-8620 does not seem to be running inside a container [2022-03-23T07:15:03.486Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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-23T07:15:04.792Z] $ docker top c03983dd47aabc70b09fb67d737901e5dee9e10ddf29385240b3200ba0df2a72 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:15:05.715Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-23T07:15:10.014Z] Building core-command ... [2022-03-23T07:15:10.014Z] Building core-data ... [2022-03-23T07:15:10.014Z] Building core-metadata ... [2022-03-23T07:15:10.014Z] Building security-bootstrapper ... [2022-03-23T07:15:10.014Z] Building security-proxy-setup ... [2022-03-23T07:15:10.014Z] Building security-secretstore-setup ... [2022-03-23T07:15:10.014Z] Building support-notifications ... [2022-03-23T07:15:10.014Z] Building support-scheduler ... [2022-03-23T07:15:10.014Z] Building sys-mgmt-agent ... [2022-03-23T07:15:10.014Z] Building core-metadata [2022-03-23T07:15:10.014Z] Building support-notifications [2022-03-23T07:15:10.014Z] Building core-command [2022-03-23T07:15:10.014Z] Building security-proxy-setup [2022-03-23T07:15:10.014Z] Building security-secretstore-setup [2022-03-23T07:15:57.015Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:15:57.015Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:15:57.015Z] ---> 73ea76d6165c [2022-03-23T07:15:57.015Z] Step 3/25 : WORKDIR /edgex-go [2022-03-23T07:15:58.035Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:15:58.035Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:15:58.035Z] ---> 73ea76d6165c [2022-03-23T07:15:58.035Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T07:15:58.035Z] ---> Running in 9d4aa2f3f48a [2022-03-23T07:15:58.035Z] ---> Running in d4c010892164 [2022-03-23T07:15:58.035Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:15:58.035Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:15:58.035Z] ---> 73ea76d6165c [2022-03-23T07:15:58.035Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T07:15:58.035Z] ---> Running in 1abb9c8fac1d [2022-03-23T07:15:58.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:15:58.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:15:58.332Z] ---> 73ea76d6165c [2022-03-23T07:15:58.332Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:15:58.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:15:58.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:15:58.332Z] ---> 73ea76d6165c [2022-03-23T07:15:58.332Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:15:58.332Z] ---> Running in 10bb99d86d78 [2022-03-23T07:15:58.332Z] ---> Running in 53c0ffbc6e8c [2022-03-23T07:15:58.624Z] Removing intermediate container 9d4aa2f3f48a [2022-03-23T07:15:58.624Z] ---> 7c6d7970dd2e [2022-03-23T07:15:58.624Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:15:58.903Z] Removing intermediate container d4c010892164 [2022-03-23T07:15:58.903Z] ---> fd7ec4d9dc9d [2022-03-23T07:15:58.903Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:15:58.903Z] ---> Running in e338c1ce96cd [2022-03-23T07:15:58.903Z] Removing intermediate container 1abb9c8fac1d [2022-03-23T07:15:58.903Z] ---> ba5ba4820605 [2022-03-23T07:15:58.903Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:15:58.903Z] ---> Running in 3dc1ed58e8ad [2022-03-23T07:15:59.184Z] ---> Running in 1d2b008e2ff7 [2022-03-23T07:15:59.184Z] Removing intermediate container 10bb99d86d78 [2022-03-23T07:15:59.184Z] ---> 42d642ef21b7 [2022-03-23T07:15:59.184Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:15:59.466Z] ---> Running in cd15e03f0408 [2022-03-23T07:15:59.466Z] Removing intermediate container 53c0ffbc6e8c [2022-03-23T07:15:59.466Z] ---> f7baac363862 [2022-03-23T07:15:59.466Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:15:59.752Z] ---> Running in 5136b1e1494e [2022-03-23T07:16:03.170Z] Removing intermediate container e338c1ce96cd [2022-03-23T07:16:03.170Z] ---> 3b911f971d82 [2022-03-23T07:16:03.170Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-23T07:16:03.170Z] Removing intermediate container 3dc1ed58e8ad [2022-03-23T07:16:03.170Z] ---> 0c0f7bf5d7da [2022-03-23T07:16:03.170Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T07:16:03.170Z] Removing intermediate container 1d2b008e2ff7 [2022-03-23T07:16:03.170Z] ---> a5cfd9bdeeab [2022-03-23T07:16:03.170Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-23T07:16:03.170Z] ---> Running in e479ab454aab [2022-03-23T07:16:03.459Z] ---> Running in 04169f2537aa [2022-03-23T07:16:03.459Z] Removing intermediate container 5136b1e1494e [2022-03-23T07:16:03.459Z] ---> 8e498647639b [2022-03-23T07:16:03.459Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T07:16:03.459Z] ---> Running in 6ebf068633d3 [2022-03-23T07:16:03.459Z] ---> Running in f86b42c88621 [2022-03-23T07:16:03.741Z] Removing intermediate container cd15e03f0408 [2022-03-23T07:16:03.741Z] ---> ec1b8e781054 [2022-03-23T07:16:03.741Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-23T07:16:03.741Z] ---> Running in b914a1d2a544 [2022-03-23T07:16:05.771Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:06.047Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:06.047Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:06.047Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:06.047Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:06.651Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:07.008Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:07.009Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:07.009Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:07.009Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:16:08.380Z] OK: 220 MiB in 52 packages [2022-03-23T07:16:09.232Z] OK: 220 MiB in 52 packages [2022-03-23T07:16:09.232Z] OK: 220 MiB in 52 packages [2022-03-23T07:16:09.856Z] OK: 220 MiB in 52 packages [2022-03-23T07:16:09.856Z] OK: 220 MiB in 52 packages [2022-03-23T07:16:10.575Z] Removing intermediate container e479ab454aab [2022-03-23T07:16:10.575Z] ---> 92e55b2186b3 [2022-03-23T07:16:10.575Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-23T07:16:11.318Z] Removing intermediate container 04169f2537aa [2022-03-23T07:16:11.318Z] ---> 36ce82710317 [2022-03-23T07:16:11.318Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T07:16:11.318Z] Removing intermediate container f86b42c88621 [2022-03-23T07:16:11.318Z] ---> f56bc172326e [2022-03-23T07:16:11.318Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:16:11.318Z] Removing intermediate container b914a1d2a544 [2022-03-23T07:16:11.318Z] ---> 50cc17b2ef6e [2022-03-23T07:16:11.318Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:16:11.594Z] Removing intermediate container 6ebf068633d3 [2022-03-23T07:16:11.594Z] ---> 0ae2650a63c2 [2022-03-23T07:16:11.594Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T07:16:11.870Z] ---> 4a6053c089ad [2022-03-23T07:16:11.870Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:16:11.870Z] ---> Running in e7ce49b65867 [2022-03-23T07:16:12.475Z] ---> 11e71c12de5b [2022-03-23T07:16:12.475Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:16:12.475Z] ---> Running in cb827fadbea3 [2022-03-23T07:16:13.082Z] ---> 49dd6eb0ee57 [2022-03-23T07:16:13.082Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:16:13.358Z] ---> Running in 78d3887e61ca [2022-03-23T07:16:13.358Z] ---> 4125093c1d52 [2022-03-23T07:16:13.358Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:16:13.358Z] ---> d4fe2fa7ee0a [2022-03-23T07:16:13.358Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:16:13.633Z] ---> Running in c30356079d1e [2022-03-23T07:16:13.633Z] ---> Running in ce006a522e60 [2022-03-23T07:16:19.082Z] Removing intermediate container cb827fadbea3 [2022-03-23T07:16:19.082Z] ---> d9cb56df68f9 [2022-03-23T07:16:19.082Z] Step 8/22 : COPY . . [2022-03-23T07:16:19.082Z] Removing intermediate container e7ce49b65867 [2022-03-23T07:16:19.082Z] ---> f48edded0fc9 [2022-03-23T07:16:19.082Z] Step 8/25 : COPY . . [2022-03-23T07:16:20.074Z] Removing intermediate container 78d3887e61ca [2022-03-23T07:16:20.074Z] ---> 5bc7a978b854 [2022-03-23T07:16:20.074Z] Step 8/22 : COPY . . [2022-03-23T07:16:20.074Z] Removing intermediate container ce006a522e60 [2022-03-23T07:16:20.074Z] ---> c9f9f43b5deb [2022-03-23T07:16:20.074Z] Step 8/23 : COPY . . [2022-03-23T07:16:20.074Z] Removing intermediate container c30356079d1e [2022-03-23T07:16:20.074Z] ---> 356eac826d10 [2022-03-23T07:16:20.074Z] Step 8/23 : COPY . . [2022-03-23T07:16:38.417Z] ---> 6b1ef6910fbc [2022-03-23T07:16:38.417Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-23T07:16:38.417Z] ---> 31e930820ee7 [2022-03-23T07:16:38.417Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-23T07:16:38.417Z] ---> f94a42726853 [2022-03-23T07:16:38.417Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-23T07:16:38.417Z] ---> dda56d4f5b51 [2022-03-23T07:16:38.417Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-23T07:16:38.417Z] ---> Running in a3377a78cc1c [2022-03-23T07:16:38.417Z] ---> Running in f494af6b0079 [2022-03-23T07:16:38.417Z] ---> efc9aff5a2a1 [2022-03-23T07:16:38.417Z] ---> Running in 4063187c4a7c [2022-03-23T07:16:38.417Z] ---> Running in 1e7e8f75493c [2022-03-23T07:16:38.417Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-23T07:16:38.417Z] ---> Running in bd7eb2300439 [2022-03-23T07:16:39.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-23T07:16:39.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-23T07:16:39.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-23T07:16:39.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-23T07:16:39.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-command/core-command ./cmd/core-command [2022-03-23T07:19:01.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-23T07:19:01.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-23T07:19:01.895Z] Removing intermediate container 1e7e8f75493c [2022-03-23T07:19:01.895Z] ---> 7243ba5e0f3e [2022-03-23T07:19:01.895Z] [2022-03-23T07:19:01.895Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T07:19:01.895Z] 3.14: Pulling from library/alpine [2022-03-23T07:19:01.895Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-23T07:19:01.895Z] Status: Downloaded newer image for alpine:3.14 [2022-03-23T07:19:01.895Z] ---> 71a2028e5025 [2022-03-23T07:19:01.895Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T07:19:01.895Z] ---> Running in 1e4eba4cf9ce [2022-03-23T07:19:01.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:01.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:03.351Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-23T07:19:03.351Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:19:03.351Z] OK: 5 MiB in 15 packages [2022-03-23T07:19:05.361Z] Removing intermediate container 1e4eba4cf9ce [2022-03-23T07:19:05.361Z] ---> 43ba57345cbe [2022-03-23T07:19:05.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:19:05.642Z] ---> Running in 364935e54d47 [2022-03-23T07:19:06.649Z] Removing intermediate container 364935e54d47 [2022-03-23T07:19:06.649Z] ---> 658995d894bf [2022-03-23T07:19:06.649Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-23T07:19:06.649Z] ---> Running in 336630367fe5 [2022-03-23T07:19:07.652Z] Removing intermediate container 336630367fe5 [2022-03-23T07:19:07.652Z] ---> 7ab5f58ea98c [2022-03-23T07:19:07.652Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T07:19:07.940Z] ---> Running in 450e1ae55efd [2022-03-23T07:19:08.953Z] Removing intermediate container 450e1ae55efd [2022-03-23T07:19:08.953Z] ---> b3623c2de68d [2022-03-23T07:19:08.953Z] Step 15/23 : WORKDIR / [2022-03-23T07:19:08.953Z] ---> Running in 111270d4eb66 [2022-03-23T07:19:08.953Z] Removing intermediate container 4063187c4a7c [2022-03-23T07:19:08.953Z] ---> d1f23294124f [2022-03-23T07:19:08.953Z] [2022-03-23T07:19:08.953Z] Step 10/25 : FROM alpine:3.14 [2022-03-23T07:19:08.953Z] ---> 71a2028e5025 [2022-03-23T07:19:08.953Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-23T07:19:09.230Z] ---> Running in 1ff964b3eb75 [2022-03-23T07:19:10.224Z] Removing intermediate container 111270d4eb66 [2022-03-23T07:19:10.224Z] ---> c4ba97a25560 [2022-03-23T07:19:10.224Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:19:11.225Z] Removing intermediate container a3377a78cc1c [2022-03-23T07:19:11.225Z] ---> 7f20212cfb5d [2022-03-23T07:19:11.225Z] [2022-03-23T07:19:11.225Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T07:19:11.225Z] ---> 71a2028e5025 [2022-03-23T07:19:11.225Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-03-23T07:19:11.225Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:11.503Z] ---> 2a2e00815516 [2022-03-23T07:19:11.503Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-23T07:19:11.503Z] ---> Running in 2f122b454cd6 [2022-03-23T07:19:11.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:12.503Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-23T07:19:12.503Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-23T07:19:12.503Z] (3/3) Installing su-exec (0.2-r1) [2022-03-23T07:19:12.503Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:19:12.503Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T07:19:12.777Z] OK: 6 MiB in 17 packages [2022-03-23T07:19:13.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:13.988Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:14.261Z] ---> e298f916b511 [2022-03-23T07:19:14.261Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-23T07:19:14.870Z] (1/6) Installing ca-certificates (20211220-r0) [2022-03-23T07:19:14.870Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-03-23T07:19:14.870Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T07:19:15.145Z] (4/6) Installing libcurl (7.79.1-r0) [2022-03-23T07:19:15.145Z] (5/6) Installing curl (7.79.1-r0) [2022-03-23T07:19:15.145Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-03-23T07:19:15.146Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:19:15.146Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T07:19:15.146Z] Removing intermediate container 1ff964b3eb75 [2022-03-23T07:19:15.146Z] ---> 1e48c3fbf3dc [2022-03-23T07:19:15.146Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T07:19:15.422Z] ---> Running in 9cd42c550929 [2022-03-23T07:19:15.422Z] ---> d70638f3c51e [2022-03-23T07:19:15.422Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-23T07:19:15.422Z] OK: 8 MiB in 20 packages [2022-03-23T07:19:15.697Z] ---> Running in f071573a6e5d [2022-03-23T07:19:16.296Z] Removing intermediate container 9cd42c550929 [2022-03-23T07:19:16.296Z] ---> f78642f522f1 [2022-03-23T07:19:16.296Z] Step 13/25 : WORKDIR / [2022-03-23T07:19:16.576Z] Removing intermediate container f071573a6e5d [2022-03-23T07:19:16.576Z] ---> 1d30f878b0c4 [2022-03-23T07:19:16.576Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:19:16.576Z] ---> Running in 5c2e2dfaa4b8 [2022-03-23T07:19:16.576Z] ---> Running in 014f3ebbaa95 [2022-03-23T07:19:17.187Z] Removing intermediate container f494af6b0079 [2022-03-23T07:19:17.187Z] ---> fa02edd0d454 [2022-03-23T07:19:17.187Z] [2022-03-23T07:19:17.187Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T07:19:17.187Z] ---> 71a2028e5025 [2022-03-23T07:19:17.187Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-23T07:19:17.473Z] Removing intermediate container 2f122b454cd6 [2022-03-23T07:19:17.473Z] ---> 25050c6f0d0b [2022-03-23T07:19:17.473Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-23T07:19:17.473Z] Removing intermediate container 5c2e2dfaa4b8 [2022-03-23T07:19:17.473Z] ---> 662359d0a19a [2022-03-23T07:19:17.473Z] 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-23T07:19:17.473Z] ---> Running in 2c13a3548848 [2022-03-23T07:19:17.473Z] Removing intermediate container 014f3ebbaa95 [2022-03-23T07:19:17.473Z] ---> d4797fec1555 [2022-03-23T07:19:17.473Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T07:19:17.758Z] ---> Running in fcf40f05eda7 [2022-03-23T07:19:17.758Z] ---> Running in 355109871acd [2022-03-23T07:19:18.036Z] Removing intermediate container bd7eb2300439 [2022-03-23T07:19:18.036Z] ---> b0e87dae1843 [2022-03-23T07:19:18.036Z] [2022-03-23T07:19:18.036Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T07:19:18.036Z] ---> 71a2028e5025 [2022-03-23T07:19:18.036Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-23T07:19:18.036Z] ---> Using cache [2022-03-23T07:19:18.036Z] ---> 43ba57345cbe [2022-03-23T07:19:18.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:19:18.036Z] ---> Using cache [2022-03-23T07:19:18.036Z] ---> 658995d894bf [2022-03-23T07:19:18.036Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-23T07:19:18.036Z] ---> Running in 6476ac78ff09 [2022-03-23T07:19:18.314Z] Removing intermediate container fcf40f05eda7 [2022-03-23T07:19:18.314Z] ---> 13d88cad0d7f [2022-03-23T07:19:18.588Z] Step 13/22 : WORKDIR /edgex [2022-03-23T07:19:18.588Z] Removing intermediate container 355109871acd [2022-03-23T07:19:18.588Z] ---> 68e32e34f87f [2022-03-23T07:19:18.588Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:19:18.588Z] ---> Running in 4393fad1b053 [2022-03-23T07:19:18.588Z] ---> Running in c0e36c5b5866 [2022-03-23T07:19:18.865Z] ---> 568e443386fa [2022-03-23T07:19:18.865Z] 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-23T07:19:18.865Z] Removing intermediate container 6476ac78ff09 [2022-03-23T07:19:18.865Z] ---> 07e1071c89c2 [2022-03-23T07:19:18.865Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-23T07:19:19.140Z] ---> Running in 73c207aecaf8 [2022-03-23T07:19:19.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:19.425Z] Removing intermediate container c0e36c5b5866 [2022-03-23T07:19:19.425Z] ---> 4575a09eede4 [2022-03-23T07:19:19.425Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:19:19.425Z] Removing intermediate container 4393fad1b053 [2022-03-23T07:19:19.425Z] ---> 7d19d498bff1 [2022-03-23T07:19:19.425Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-23T07:19:19.425Z] ---> Running in 794d4dfb13f9 [2022-03-23T07:19:19.701Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:19:19.701Z] Removing intermediate container 73c207aecaf8 [2022-03-23T07:19:19.701Z] ---> 17c8be822ee4 [2022-03-23T07:19:19.701Z] Step 15/23 : WORKDIR / [2022-03-23T07:19:19.974Z] ---> 14802fc5cabe [2022-03-23T07:19:19.974Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-23T07:19:19.974Z] ---> Running in fa47bee8e74f [2022-03-23T07:19:20.262Z] Removing intermediate container 794d4dfb13f9 [2022-03-23T07:19:20.262Z] ---> 21f35230d195 [2022-03-23T07:19:20.262Z] [2022-03-23T07:19:20.557Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-23T07:19:20.557Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-23T07:19:20.557Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:19:20.557Z] Executing ca-certificates-20211220-r0.trigger [2022-03-23T07:19:20.842Z] Successfully built 21f35230d195 [2022-03-23T07:19:20.842Z] ---> 339cee6e614d [2022-03-23T07:19:20.842Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-23T07:19:20.842Z] Removing intermediate container fa47bee8e74f [2022-03-23T07:19:20.842Z] ---> cdd28d4e6f6d [2022-03-23T07:19:20.842Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:19:20.842Z] Successfully tagged core-command-arm64:latest [2022-03-23T07:19:20.842Z]  Building core-command ... done Building support-scheduler [2022-03-23T07:19:20.842Z] OK: 6 MiB in 16 packages [2022-03-23T07:19:20.842Z] ---> c5f553bf197c [2022-03-23T07:19:20.842Z] 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-23T07:19:22.334Z] ---> 7140c59238b3 [2022-03-23T07:19:22.334Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-23T07:19:22.334Z] ---> 7b1ec586bcf4 [2022-03-23T07:19:22.334Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-23T07:19:22.940Z] Removing intermediate container 2c13a3548848 [2022-03-23T07:19:22.940Z] ---> e1920503fb4a [2022-03-23T07:19:22.940Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:19:22.940Z] ---> 1a7613e1b0db [2022-03-23T07:19:22.940Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-23T07:19:22.940Z] ---> Running in 39b0dd82992b [2022-03-23T07:19:23.958Z] Removing intermediate container 39b0dd82992b [2022-03-23T07:19:23.958Z] ---> 26945c021059 [2022-03-23T07:19:23.958Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-23T07:19:24.241Z] ---> Running in f583a1090f4c [2022-03-23T07:19:24.516Z] ---> eb7c4fedf6dc [2022-03-23T07:19:24.516Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-23T07:19:24.516Z] ---> 4b15e8569839 [2022-03-23T07:19:24.516Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-23T07:19:24.798Z] Removing intermediate container f583a1090f4c [2022-03-23T07:19:24.798Z] ---> d1fb72d56e7d [2022-03-23T07:19:24.798Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T07:19:24.798Z] ---> 205878644544 [2022-03-23T07:19:24.798Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T07:19:25.086Z] ---> Running in 82f5413406a6 [2022-03-23T07:19:25.688Z] ---> 843e7e919b55 [2022-03-23T07:19:25.688Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-23T07:19:25.965Z] Removing intermediate container 82f5413406a6 [2022-03-23T07:19:25.965Z] ---> 4dab104e6254 [2022-03-23T07:19:25.965Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:19:25.965Z] ---> Running in 49ad6a13025d [2022-03-23T07:19:26.239Z] ---> a08e1c68894e [2022-03-23T07:19:26.239Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-03-23T07:19:26.513Z] ---> Running in b8329ad55336 [2022-03-23T07:19:26.513Z] ---> 7824d36a3ad4 [2022-03-23T07:19:26.513Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-23T07:19:26.788Z] Removing intermediate container 49ad6a13025d [2022-03-23T07:19:26.788Z] ---> 94b651db87fe [2022-03-23T07:19:26.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:19:27.063Z] ---> Running in 577192482fb4 [2022-03-23T07:19:27.664Z] ---> 8cfb3726d5a1 [2022-03-23T07:19:27.664Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-23T07:19:27.664Z] ---> edd92c8395d7 [2022-03-23T07:19:27.664Z] 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-23T07:19:27.952Z] ---> Running in c70923aab11a [2022-03-23T07:19:27.952Z] Removing intermediate container 577192482fb4 [2022-03-23T07:19:27.952Z] ---> 7137272ce778 [2022-03-23T07:19:27.952Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T07:19:28.232Z] ---> Running in f8ecdd18631d [2022-03-23T07:19:29.230Z] Removing intermediate container f8ecdd18631d [2022-03-23T07:19:29.230Z] ---> f62877008c37 [2022-03-23T07:19:29.230Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:19:29.230Z] ---> Running in d54596f0e87e [2022-03-23T07:19:29.836Z] Removing intermediate container b8329ad55336 [2022-03-23T07:19:29.836Z] ---> 14bffda530ce [2022-03-23T07:19:29.836Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T07:19:29.836Z] ---> Running in 685168e23df1 [2022-03-23T07:19:29.836Z] ---> 955565a6d1c7 [2022-03-23T07:19:29.836Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-23T07:19:30.116Z] Removing intermediate container d54596f0e87e [2022-03-23T07:19:30.116Z] ---> 31d9faddd63b [2022-03-23T07:19:30.116Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:19:30.403Z] ---> Running in 42796f038e68 [2022-03-23T07:19:30.676Z] Removing intermediate container 685168e23df1 [2022-03-23T07:19:30.676Z] ---> 8755166b7440 [2022-03-23T07:19:30.676Z] Step 20/22 : LABEL arch=arm64 [2022-03-23T07:19:30.676Z] ---> Running in 82237c1230d8 [2022-03-23T07:19:31.297Z] Removing intermediate container 42796f038e68 [2022-03-23T07:19:31.297Z] ---> cfab615b8110 [2022-03-23T07:19:31.297Z] [2022-03-23T07:19:31.297Z] Removing intermediate container c70923aab11a [2022-03-23T07:19:31.297Z] ---> 0877283a7f8b [2022-03-23T07:19:31.297Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-23T07:19:31.297Z] ---> Running in e8f2395e3b1e [2022-03-23T07:19:31.297Z] Removing intermediate container 82237c1230d8 [2022-03-23T07:19:31.297Z] ---> 4a87413b3ad4 [2022-03-23T07:19:31.297Z] Step 21/22 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:19:31.575Z] ---> 7411ca6f70e8 [2022-03-23T07:19:31.575Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-23T07:19:31.575Z] ---> Running in 7feca0b16dae [2022-03-23T07:19:31.575Z] ---> Running in ab587f8d6049 [2022-03-23T07:19:31.849Z] Successfully built cfab615b8110 [2022-03-23T07:19:31.849Z] Successfully tagged core-metadata-arm64:latest [2022-03-23T07:19:31.849Z]  Building core-metadata ... done Building security-bootstrapper [2022-03-23T07:19:32.134Z] Removing intermediate container e8f2395e3b1e [2022-03-23T07:19:32.134Z] ---> 2d3ba0ad243e [2022-03-23T07:19:32.134Z] Step 23/25 : LABEL arch=arm64 [2022-03-23T07:19:32.134Z] Removing intermediate container ab587f8d6049 [2022-03-23T07:19:32.134Z] ---> 1dff58970c1a [2022-03-23T07:19:32.134Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:19:32.134Z] ---> Running in 95df076330c3 [2022-03-23T07:19:32.409Z] Removing intermediate container 7feca0b16dae [2022-03-23T07:19:32.409Z] ---> 52f9c8514269 [2022-03-23T07:19:32.409Z] Step 22/22 : LABEL version=2.2.0-dev.44 [2022-03-23T07:19:32.409Z] ---> Running in 9b26c6831b41 [2022-03-23T07:19:32.409Z] ---> Running in e1e49490b57d [2022-03-23T07:19:32.685Z] Removing intermediate container 95df076330c3 [2022-03-23T07:19:32.685Z] ---> 94f7f70fe8c7 [2022-03-23T07:19:32.685Z] Step 24/25 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:19:32.685Z] ---> Running in 4702871aa899 [2022-03-23T07:19:32.964Z] Removing intermediate container 9b26c6831b41 [2022-03-23T07:19:32.964Z] ---> 67a9284e1b7c [2022-03-23T07:19:32.964Z] Step 20/22 : LABEL arch=arm64 [2022-03-23T07:19:32.964Z] Removing intermediate container e1e49490b57d [2022-03-23T07:19:32.964Z] ---> d318288f7638 [2022-03-23T07:19:32.964Z] [2022-03-23T07:19:33.243Z] ---> Running in 4154b57e9e48 [2022-03-23T07:19:33.521Z] Removing intermediate container 4702871aa899 [2022-03-23T07:19:33.521Z] ---> ea6d0e17d8f2 [2022-03-23T07:19:33.521Z] Step 25/25 : LABEL version=2.2.0-dev.44 [2022-03-23T07:19:33.521Z] Successfully built d318288f7638 [2022-03-23T07:19:33.521Z] ---> Running in ea6bf8671e20 [2022-03-23T07:19:33.521Z] Successfully tagged security-proxy-setup-arm64:latest [2022-03-23T07:19:33.521Z]  Building security-proxy-setup ... done Building core-data [2022-03-23T07:19:33.808Z] Removing intermediate container 4154b57e9e48 [2022-03-23T07:19:33.808Z] ---> 3d4a37d52cee [2022-03-23T07:19:33.808Z] Step 21/22 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:19:33.808Z] ---> Running in 9403db86281e [2022-03-23T07:19:34.081Z] Removing intermediate container ea6bf8671e20 [2022-03-23T07:19:34.081Z] ---> aed6e12cbac2 [2022-03-23T07:19:34.081Z] [2022-03-23T07:19:34.357Z] Removing intermediate container 9403db86281e [2022-03-23T07:19:34.357Z] Successfully built aed6e12cbac2 [2022-03-23T07:19:34.357Z] ---> c2352cd9fe6f [2022-03-23T07:19:34.357Z] Step 22/22 : LABEL version=2.2.0-dev.44 [2022-03-23T07:19:34.357Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-03-23T07:19:34.357Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2022-03-23T07:19:34.631Z] ---> Running in 00c645e7ee49 [2022-03-23T07:19:34.905Z] Removing intermediate container 00c645e7ee49 [2022-03-23T07:19:34.905Z] ---> 26435f736436 [2022-03-23T07:19:34.905Z] [2022-03-23T07:19:35.181Z] Successfully built 26435f736436 [2022-03-23T07:19:35.181Z] Successfully tagged support-notifications-arm64:latest [2022-03-23T07:19:43.515Z]  Building support-notifications ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:19:43.515Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:19:43.515Z] ---> 73ea76d6165c [2022-03-23T07:19:43.515Z] Step 3/22 : WORKDIR /edgex-go [2022-03-23T07:19:43.515Z] ---> Using cache [2022-03-23T07:19:43.515Z] ---> f7baac363862 [2022-03-23T07:19:43.515Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:19:43.515Z] ---> Using cache [2022-03-23T07:19:43.515Z] ---> 8e498647639b [2022-03-23T07:19:43.515Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-23T07:19:43.515Z] ---> Using cache [2022-03-23T07:19:43.515Z] ---> f56bc172326e [2022-03-23T07:19:43.515Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-23T07:19:43.515Z] ---> Using cache [2022-03-23T07:19:43.515Z] ---> d4fe2fa7ee0a [2022-03-23T07:19:43.515Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:19:43.515Z] ---> Using cache [2022-03-23T07:19:43.515Z] ---> c9f9f43b5deb [2022-03-23T07:19:43.515Z] Step 8/22 : COPY . . [2022-03-23T07:19:43.515Z] ---> Using cache [2022-03-23T07:19:43.515Z] ---> efc9aff5a2a1 [2022-03-23T07:19:43.515Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-23T07:19:43.515Z] ---> Running in 4613b7422b3c [2022-03-23T07:19:44.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-23T07:20:02.950Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:20:02.950Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:20:02.950Z] ---> 73ea76d6165c [2022-03-23T07:20:02.950Z] Step 3/31 : WORKDIR /edgex-go [2022-03-23T07:20:02.950Z] ---> Using cache [2022-03-23T07:20:02.950Z] ---> f7baac363862 [2022-03-23T07:20:02.950Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:20:02.950Z] ---> Using cache [2022-03-23T07:20:02.950Z] ---> 8e498647639b [2022-03-23T07:20:02.950Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-23T07:20:02.950Z] ---> Using cache [2022-03-23T07:20:02.950Z] ---> f56bc172326e [2022-03-23T07:20:02.950Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-23T07:20:02.950Z] ---> Using cache [2022-03-23T07:20:02.950Z] ---> d4fe2fa7ee0a [2022-03-23T07:20:02.950Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:20:02.950Z] ---> Using cache [2022-03-23T07:20:02.950Z] ---> c9f9f43b5deb [2022-03-23T07:20:02.950Z] Step 8/31 : COPY . . [2022-03-23T07:20:02.950Z] ---> Using cache [2022-03-23T07:20:02.950Z] ---> efc9aff5a2a1 [2022-03-23T07:20:02.950Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-23T07:20:02.950Z] ---> Running in 3caab5e9699e [2022-03-23T07:20:04.407Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:20:04.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:20:04.407Z] ---> 73ea76d6165c [2022-03-23T07:20:04.407Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:20:04.696Z] ---> Using cache [2022-03-23T07:20:04.696Z] ---> f7baac363862 [2022-03-23T07:20:04.696Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:20:04.696Z] ---> Using cache [2022-03-23T07:20:04.696Z] ---> 8e498647639b [2022-03-23T07:20:04.696Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-23T07:20:04.696Z] ---> Running in 469174d0f601 [2022-03-23T07:20:04.984Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-23T07:20:04.984Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-23T07:20:04.984Z] ---> 73ea76d6165c [2022-03-23T07:20:04.984Z] Step 3/23 : WORKDIR /edgex-go [2022-03-23T07:20:04.984Z] ---> Using cache [2022-03-23T07:20:04.984Z] ---> f7baac363862 [2022-03-23T07:20:04.984Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:20:04.984Z] ---> Using cache [2022-03-23T07:20:04.984Z] ---> 8e498647639b [2022-03-23T07:20:04.984Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-23T07:20:04.984Z] ---> Running in a77a17f3566c [2022-03-23T07:20:05.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-23T07:20:07.075Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:20:07.356Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:20:07.971Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:20:08.253Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:20:09.258Z] OK: 220 MiB in 52 packages [2022-03-23T07:20:09.549Z] OK: 220 MiB in 52 packages [2022-03-23T07:20:10.565Z] Removing intermediate container 469174d0f601 [2022-03-23T07:20:10.565Z] ---> 53ec16d259ad [2022-03-23T07:20:10.565Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:20:10.866Z] Removing intermediate container a77a17f3566c [2022-03-23T07:20:10.866Z] ---> 11ec894f5ef6 [2022-03-23T07:20:10.866Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-23T07:20:12.342Z] ---> b32e24deedcb [2022-03-23T07:20:12.342Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:20:12.342Z] ---> Running in 6b42b2fff477 [2022-03-23T07:20:12.342Z] ---> c40d622a1141 [2022-03-23T07:20:12.342Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-23T07:20:12.627Z] ---> Running in b44ac253341c [2022-03-23T07:20:19.374Z] Removing intermediate container b44ac253341c [2022-03-23T07:20:19.374Z] ---> 8f448263c02b [2022-03-23T07:20:19.374Z] Step 8/23 : COPY . . [2022-03-23T07:20:19.374Z] Removing intermediate container 6b42b2fff477 [2022-03-23T07:20:19.374Z] ---> bff34e023bc3 [2022-03-23T07:20:19.374Z] Step 8/23 : COPY . . [2022-03-23T07:20:37.730Z] ---> aa96d5739974 [2022-03-23T07:20:37.730Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-23T07:20:38.003Z] ---> Running in 65c507eaf21b [2022-03-23T07:20:38.003Z] ---> 7c41793b8a36 [2022-03-23T07:20:38.003Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-23T07:20:38.282Z] ---> Running in fa4f264e72d1 [2022-03-23T07:20:40.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-23T07:20:40.267Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/core-data/core-data ./cmd/core-data [2022-03-23T07:21:27.284Z] Removing intermediate container 4613b7422b3c [2022-03-23T07:21:27.284Z] ---> b81579a85e9b [2022-03-23T07:21:27.284Z] [2022-03-23T07:21:27.284Z] Step 10/22 : FROM alpine:3.14 [2022-03-23T07:21:27.284Z] ---> 71a2028e5025 [2022-03-23T07:21:27.284Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-23T07:21:27.284Z] ---> Using cache [2022-03-23T07:21:27.284Z] ---> 43ba57345cbe [2022-03-23T07:21:27.284Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-23T07:21:27.284Z] ---> Using cache [2022-03-23T07:21:27.284Z] ---> 658995d894bf [2022-03-23T07:21:27.284Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-23T07:21:27.284Z] ---> Running in 4bb299816b9b [2022-03-23T07:21:27.284Z] Removing intermediate container 4bb299816b9b [2022-03-23T07:21:27.284Z] ---> 7767617fdd00 [2022-03-23T07:21:27.284Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-23T07:21:27.284Z] ---> Running in 9fdb65b19a3c [2022-03-23T07:21:27.284Z] Removing intermediate container 9fdb65b19a3c [2022-03-23T07:21:27.284Z] ---> 94139a68a04e [2022-03-23T07:21:27.284Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:21:27.284Z] ---> 154660022965 [2022-03-23T07:21:27.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-23T07:21:27.284Z] ---> d42d71c18306 [2022-03-23T07:21:27.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-23T07:21:27.284Z] ---> a08e50c485fb [2022-03-23T07:21:27.284Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-23T07:21:27.284Z] ---> Running in b9cf895bb4cf [2022-03-23T07:21:27.284Z] Removing intermediate container b9cf895bb4cf [2022-03-23T07:21:27.284Z] ---> acd68743ace2 [2022-03-23T07:21:27.284Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:21:27.284Z] ---> Running in 618286a5298b [2022-03-23T07:21:27.558Z] Removing intermediate container 618286a5298b [2022-03-23T07:21:27.558Z] ---> 198c5b28ed47 [2022-03-23T07:21:27.558Z] Step 20/22 : LABEL arch=arm64 [2022-03-23T07:21:27.558Z] ---> Running in c2c1fb59581b [2022-03-23T07:21:28.161Z] Removing intermediate container c2c1fb59581b [2022-03-23T07:21:28.161Z] ---> 588250e8d179 [2022-03-23T07:21:28.161Z] Step 21/22 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:21:28.161Z] ---> Running in 390e6e16b0f0 [2022-03-23T07:21:28.777Z] Removing intermediate container 390e6e16b0f0 [2022-03-23T07:21:28.777Z] ---> 09437577fb36 [2022-03-23T07:21:28.777Z] Step 22/22 : LABEL version=2.2.0-dev.44 [2022-03-23T07:21:28.777Z] ---> Running in e111b99f7852 [2022-03-23T07:21:29.383Z] Removing intermediate container e111b99f7852 [2022-03-23T07:21:29.383Z] ---> f4e285ea5f86 [2022-03-23T07:21:29.383Z] [2022-03-23T07:21:29.660Z] Successfully built f4e285ea5f86 [2022-03-23T07:21:29.660Z] Successfully tagged support-scheduler-arm64:latest [2022-03-23T07:21:48.036Z]  Building support-scheduler ... done Removing intermediate container 3caab5e9699e [2022-03-23T07:21:48.036Z] ---> f30d477875a4 [2022-03-23T07:21:48.036Z] [2022-03-23T07:21:48.036Z] Step 10/31 : FROM alpine:3.14 [2022-03-23T07:21:48.036Z] ---> 71a2028e5025 [2022-03-23T07:21:48.036Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-23T07:21:48.036Z] ---> Running in 632cccda80be [2022-03-23T07:21:48.670Z] Removing intermediate container 632cccda80be [2022-03-23T07:21:48.670Z] ---> 506f5b0f0882 [2022-03-23T07:21:48.670Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-23T07:21:48.670Z] ---> Running in dfd89c51fce9 [2022-03-23T07:21:50.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:21:50.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:21:51.550Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-23T07:21:51.550Z] (2/2) Installing su-exec (0.2-r1) [2022-03-23T07:21:51.550Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:21:51.827Z] OK: 6 MiB in 16 packages [2022-03-23T07:21:53.294Z] Removing intermediate container dfd89c51fce9 [2022-03-23T07:21:53.294Z] ---> 701c37dd99b7 [2022-03-23T07:21:53.294Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-23T07:21:53.294Z] ---> Running in 4eba69d83e9e [2022-03-23T07:21:53.896Z] Removing intermediate container 4eba69d83e9e [2022-03-23T07:21:53.896Z] ---> bc4b45c54560 [2022-03-23T07:21:53.896Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-23T07:21:53.896Z] ---> Running in 02c9fa22d0bb [2022-03-23T07:21:54.514Z] Removing intermediate container 02c9fa22d0bb [2022-03-23T07:21:54.514Z] ---> 2961528ca874 [2022-03-23T07:21:54.514Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-23T07:21:54.514Z] ---> Running in 1f00fc75b9a5 [2022-03-23T07:21:57.166Z] Removing intermediate container 1f00fc75b9a5 [2022-03-23T07:21:57.166Z] ---> ad62e1bc9af4 [2022-03-23T07:21:57.166Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-23T07:21:57.442Z] ---> Running in 37006c8309b1 [2022-03-23T07:21:58.052Z] Removing intermediate container 37006c8309b1 [2022-03-23T07:21:58.052Z] ---> 0f596d655056 [2022-03-23T07:21:58.052Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-23T07:21:59.117Z] ---> a5cd8b1ec06c [2022-03-23T07:21:59.117Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-23T07:21:59.117Z] ---> Running in 4db6e0c1fd3f [2022-03-23T07:22:01.795Z] Removing intermediate container 4db6e0c1fd3f [2022-03-23T07:22:01.795Z] ---> 6072d3d8c04a [2022-03-23T07:22:01.795Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:22:02.785Z] ---> fc443bd55665 [2022-03-23T07:22:02.785Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-23T07:22:04.772Z] ---> 650a6d0711fe [2022-03-23T07:22:04.772Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-23T07:22:05.374Z] ---> 96bfd75fed2c [2022-03-23T07:22:05.374Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-23T07:22:06.376Z] ---> d9cc844c7690 [2022-03-23T07:22:06.376Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-23T07:22:07.378Z] ---> fdf2d60b2013 [2022-03-23T07:22:07.378Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-23T07:22:07.658Z] ---> Running in e8652e02b691 [2022-03-23T07:22:08.263Z] Removing intermediate container e8652e02b691 [2022-03-23T07:22:08.263Z] ---> 5998e7de5325 [2022-03-23T07:22:08.263Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-23T07:22:09.265Z] ---> 42c45fc25331 [2022-03-23T07:22:09.265Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-23T07:22:09.265Z] ---> Running in 14d3080e1662 [2022-03-23T07:22:12.898Z] Removing intermediate container 14d3080e1662 [2022-03-23T07:22:12.898Z] ---> e1c7fc7abdc2 [2022-03-23T07:22:12.898Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-23T07:22:13.181Z] ---> Running in 4ef514df26c3 [2022-03-23T07:22:14.231Z] Removing intermediate container 4ef514df26c3 [2022-03-23T07:22:14.231Z] ---> e31ab6556099 [2022-03-23T07:22:14.231Z] Step 28/31 : CMD ["gate"] [2022-03-23T07:22:14.831Z] ---> Running in 7a9077d03f26 [2022-03-23T07:22:15.822Z] Removing intermediate container 7a9077d03f26 [2022-03-23T07:22:15.822Z] ---> 93617aa91ffb [2022-03-23T07:22:15.822Z] Step 29/31 : LABEL arch=arm64 [2022-03-23T07:22:16.098Z] ---> Running in 7b7c231d454c [2022-03-23T07:22:16.699Z] Removing intermediate container 7b7c231d454c [2022-03-23T07:22:16.700Z] ---> a959ea05c251 [2022-03-23T07:22:16.700Z] Step 30/31 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:22:16.972Z] ---> Running in 4498f92fb585 [2022-03-23T07:22:17.248Z] Removing intermediate container 65c507eaf21b [2022-03-23T07:22:17.248Z] ---> 7bdb7d8092cc [2022-03-23T07:22:17.248Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-23T07:22:17.248Z] ---> Running in 925f92800766 [2022-03-23T07:22:17.860Z] Removing intermediate container 4498f92fb585 [2022-03-23T07:22:17.860Z] ---> 81e6609a8820 [2022-03-23T07:22:17.860Z] Step 31/31 : LABEL version=2.2.0-dev.44 [2022-03-23T07:22:18.136Z] ---> Running in 1a8ae403b0f8 [2022-03-23T07:22:18.414Z] Removing intermediate container 1a8ae403b0f8 [2022-03-23T07:22:18.414Z] ---> 2d7e24b0a1dc [2022-03-23T07:22:18.414Z] [2022-03-23T07:22:18.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.44" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-23T07:22:18.693Z] Successfully built 2d7e24b0a1dc [2022-03-23T07:22:18.693Z] Successfully tagged security-bootstrapper-arm64:latest [2022-03-23T07:22:21.322Z]  Building security-bootstrapper ... done Removing intermediate container 925f92800766 [2022-03-23T07:22:21.322Z] ---> 47ead2ae0ccd [2022-03-23T07:22:21.322Z] [2022-03-23T07:22:21.322Z] Step 11/23 : FROM docker:20.10.10 [2022-03-23T07:22:21.322Z] 20.10.10: Pulling from library/docker [2022-03-23T07:22:29.609Z] Removing intermediate container fa4f264e72d1 [2022-03-23T07:22:29.609Z] ---> 3ef596d2a045 [2022-03-23T07:22:29.609Z] [2022-03-23T07:22:29.609Z] Step 10/23 : FROM alpine:3.14 [2022-03-23T07:22:29.609Z] ---> 71a2028e5025 [2022-03-23T07:22:29.609Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-23T07:22:29.609Z] ---> Running in e39db9e914e9 [2022-03-23T07:22:29.609Z] Removing intermediate container e39db9e914e9 [2022-03-23T07:22:29.609Z] ---> 58de2e61fc65 [2022-03-23T07:22:29.609Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-23T07:22:29.609Z] ---> Running in 3837244a38f1 [2022-03-23T07:22:29.880Z] Removing intermediate container 3837244a38f1 [2022-03-23T07:22:29.880Z] ---> 12815d9cd989 [2022-03-23T07:22:29.880Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-23T07:22:29.880Z] ---> Running in 93f049bb2a91 [2022-03-23T07:22:30.480Z] Removing intermediate container 93f049bb2a91 [2022-03-23T07:22:30.480Z] ---> 214f77df7ea7 [2022-03-23T07:22:30.480Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-23T07:22:30.480Z] ---> Running in 2b371b6db1f7 [2022-03-23T07:22:31.477Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-23T07:22:31.477Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-23T07:22:31.477Z] ---> 520e9a0a30f7 [2022-03-23T07:22:31.477Z] 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-23T07:22:31.477Z] ---> Running in 6b9c5723fba6 [2022-03-23T07:22:31.753Z] Removing intermediate container 6b9c5723fba6 [2022-03-23T07:22:31.753Z] ---> c438c44eb06d [2022-03-23T07:22:31.753Z] 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-23T07:22:31.753Z] ---> Running in 5fe2411f1372 [2022-03-23T07:22:32.765Z] Removing intermediate container 2b371b6db1f7 [2022-03-23T07:22:32.765Z] ---> 28d3bf2f1b63 [2022-03-23T07:22:32.765Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-23T07:22:32.765Z] ---> Running in ac557f9a2b51 [2022-03-23T07:22:33.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:22:33.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:22:33.916Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-23T07:22:34.189Z] (1/42) Installing readline (8.1.0-r0) [2022-03-23T07:22:34.189Z] (2/42) Installing bash (5.1.16-r0) [2022-03-23T07:22:34.189Z] Executing bash-5.1.16-r0.post-install [2022-03-23T07:22:34.189Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-23T07:22:34.189Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-23T07:22:34.189Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-23T07:22:34.189Z] (6/42) Installing curl (7.79.1-r0) [2022-03-23T07:22:34.461Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-23T07:22:34.461Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-23T07:22:34.461Z] (9/42) Installing expat (2.4.7-r0) [2022-03-23T07:22:34.461Z] (10/42) Installing libffi (3.3-r2) [2022-03-23T07:22:34.461Z] (11/42) Installing gdbm (1.19-r0) [2022-03-23T07:22:34.461Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-23T07:22:34.461Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T07:22:34.461Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T07:22:34.461Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-23T07:22:34.461Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-23T07:22:34.461Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-23T07:22:34.735Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-23T07:22:35.716Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-23T07:22:35.716Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-23T07:22:35.716Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-23T07:22:35.716Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-23T07:22:35.989Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-23T07:22:35.989Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-23T07:22:36.260Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:22:36.260Z] OK: 8 MiB in 20 packages [2022-03-23T07:22:36.535Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-23T07:22:36.535Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-23T07:22:36.535Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-23T07:22:36.535Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-23T07:22:36.535Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-23T07:22:36.535Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-23T07:22:36.814Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-23T07:22:36.814Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-23T07:22:36.814Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-23T07:22:36.814Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-23T07:22:36.814Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-23T07:22:36.814Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-23T07:22:36.814Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-23T07:22:36.814Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-23T07:22:36.814Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-23T07:22:36.814Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-23T07:22:36.814Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-23T07:22:37.087Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-23T07:22:37.087Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-23T07:22:37.087Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-23T07:22:37.087Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-23T07:22:37.087Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-23T07:22:37.087Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-23T07:22:37.087Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-23T07:22:37.087Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-23T07:22:37.690Z] Removing intermediate container ac557f9a2b51 [2022-03-23T07:22:37.690Z] ---> 0de70ce506af [2022-03-23T07:22:37.690Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-23T07:22:37.690Z] Executing busybox-1.33.1-r6.trigger [2022-03-23T07:22:37.690Z] OK: 84 MiB in 64 packages [2022-03-23T07:22:38.297Z] ---> 230a1f6c9fa7 [2022-03-23T07:22:38.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-23T07:22:39.278Z] ---> 436692746871 [2022-03-23T07:22:39.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-23T07:22:39.886Z] ---> af4416b1378b [2022-03-23T07:22:39.886Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-23T07:22:40.164Z] ---> Running in 468625298cd1 [2022-03-23T07:22:40.443Z] Removing intermediate container 468625298cd1 [2022-03-23T07:22:40.443Z] ---> 13a0e523bd7e [2022-03-23T07:22:40.443Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:22:40.443Z] ---> Running in 5f584cb6f304 [2022-03-23T07:22:41.042Z] Removing intermediate container 5f584cb6f304 [2022-03-23T07:22:41.042Z] ---> b55a1171dc5b [2022-03-23T07:22:41.042Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T07:22:41.042Z] ---> Running in eba854cf2e43 [2022-03-23T07:22:41.316Z] Removing intermediate container eba854cf2e43 [2022-03-23T07:22:41.316Z] ---> d20717119152 [2022-03-23T07:22:41.316Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:22:41.316Z] ---> Running in 663114db88f3 [2022-03-23T07:22:41.919Z] Removing intermediate container 663114db88f3 [2022-03-23T07:22:41.919Z] ---> 8e3fa8900afb [2022-03-23T07:22:41.919Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:22:41.919Z] ---> Running in 05c7ae317bb3 [2022-03-23T07:22:42.193Z] Removing intermediate container 05c7ae317bb3 [2022-03-23T07:22:42.193Z] ---> a1376387d634 [2022-03-23T07:22:42.193Z] [2022-03-23T07:22:42.193Z] Collecting docker-compose==1.23.2 [2022-03-23T07:22:42.193Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-23T07:22:42.465Z] Successfully built a1376387d634 [2022-03-23T07:22:42.465Z] Successfully tagged core-data-arm64:latest [2022-03-23T07:22:42.465Z]  Building core-data ... done Collecting docopt<0.7,>=0.6.1 [2022-03-23T07:22:42.465Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-23T07:22:45.079Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-23T07:22:45.350Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-23T07:22:45.941Z] Collecting PyYAML<4,>=3.10 [2022-03-23T07:22:45.941Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-23T07:22:49.312Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-23T07:22:49.312Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-23T07:22:50.743Z] 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-23T07:22:51.014Z] Collecting jsonschema<3,>=2.5.1 [2022-03-23T07:22:51.014Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-23T07:22:51.014Z] Collecting cached-property<2,>=1.2.0 [2022-03-23T07:22:51.285Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-23T07:22:51.285Z] Collecting texttable<0.10,>=0.9.0 [2022-03-23T07:22:51.285Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-23T07:22:53.250Z] Collecting docker<4.0,>=3.6.0 [2022-03-23T07:22:53.250Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-23T07:22:53.525Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-23T07:22:53.525Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-23T07:22:54.116Z] Collecting docker-pycreds>=0.4.0 [2022-03-23T07:22:54.388Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-23T07:22:54.660Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-23T07:22:54.660Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-23T07:22:54.929Z] Collecting idna<2.8,>=2.5 [2022-03-23T07:22:54.929Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-23T07:22:55.525Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-23T07:22:55.525Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-23T07:22:55.525Z] 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-23T07:22:55.797Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-23T07:22:55.797Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-23T07:22:55.797Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-23T07:22:55.797Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-23T07:22:56.388Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-23T07:22:56.388Z] Attempting uninstall: urllib3 [2022-03-23T07:22:56.388Z] Found existing installation: urllib3 1.26.5 [2022-03-23T07:22:56.388Z] Uninstalling urllib3-1.26.5: [2022-03-23T07:22:56.388Z] Successfully uninstalled urllib3-1.26.5 [2022-03-23T07:22:56.981Z] Attempting uninstall: idna [2022-03-23T07:22:56.981Z] Found existing installation: idna 3.2 [2022-03-23T07:22:56.981Z] Uninstalling idna-3.2: [2022-03-23T07:22:57.252Z] Successfully uninstalled idna-3.2 [2022-03-23T07:22:58.228Z] Attempting uninstall: chardet [2022-03-23T07:22:58.228Z] Found existing installation: chardet 4.0.0 [2022-03-23T07:22:58.228Z] Uninstalling chardet-4.0.0: [2022-03-23T07:22:58.228Z] Successfully uninstalled chardet-4.0.0 [2022-03-23T07:22:59.652Z] Attempting uninstall: requests [2022-03-23T07:22:59.652Z] Found existing installation: requests 2.25.1 [2022-03-23T07:22:59.652Z] Uninstalling requests-2.25.1: [2022-03-23T07:22:59.652Z] Successfully uninstalled requests-2.25.1 [2022-03-23T07:23:00.246Z] Running setup.py install for texttable: started [2022-03-23T07:23:02.213Z] Running setup.py install for texttable: finished with status 'done' [2022-03-23T07:23:02.213Z] Running setup.py install for PyYAML: started [2022-03-23T07:23:04.177Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-23T07:23:04.768Z] Running setup.py install for docopt: started [2022-03-23T07:23:06.733Z] Running setup.py install for docopt: finished with status 'done' [2022-03-23T07:23:06.733Z] Running setup.py install for dockerpty: started [2022-03-23T07:23:08.699Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-23T07:23:10.120Z] 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-23T07:23:18.373Z] Removing intermediate container 5fe2411f1372 [2022-03-23T07:23:18.373Z] ---> 2be6d6547da5 [2022-03-23T07:23:18.373Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-23T07:23:18.373Z] ---> Running in f41d35c409c1 [2022-03-23T07:23:18.373Z] Removing intermediate container f41d35c409c1 [2022-03-23T07:23:18.373Z] ---> f564c075af9c [2022-03-23T07:23:18.373Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-23T07:23:18.646Z] ---> Running in 74e54605fe6f [2022-03-23T07:23:18.920Z] Removing intermediate container 74e54605fe6f [2022-03-23T07:23:18.920Z] ---> bc532a5f4f87 [2022-03-23T07:23:18.920Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-23T07:23:19.897Z] ---> e34ac4054430 [2022-03-23T07:23:19.897Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-23T07:23:20.495Z] ---> 6cd2bdac2240 [2022-03-23T07:23:20.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-23T07:23:21.091Z] ---> 22e135e81c2a [2022-03-23T07:23:21.091Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-23T07:23:21.091Z] ---> Running in 7b6f9fddda97 [2022-03-23T07:23:21.363Z] Removing intermediate container 7b6f9fddda97 [2022-03-23T07:23:21.363Z] ---> aa9d5960c49f [2022-03-23T07:23:21.363Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-23T07:23:21.635Z] ---> Running in 4a26a1d378d3 [2022-03-23T07:23:21.908Z] Removing intermediate container 4a26a1d378d3 [2022-03-23T07:23:21.908Z] ---> 54eaddc0af7b [2022-03-23T07:23:21.908Z] Step 21/23 : LABEL arch=arm64 [2022-03-23T07:23:21.908Z] ---> Running in 5b885342fa94 [2022-03-23T07:23:22.179Z] Removing intermediate container 5b885342fa94 [2022-03-23T07:23:22.179Z] ---> 25233711a2ea [2022-03-23T07:23:22.179Z] Step 22/23 : LABEL git_sha=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:22.453Z] ---> Running in 6104dc75d056 [2022-03-23T07:23:22.724Z] Removing intermediate container 6104dc75d056 [2022-03-23T07:23:22.724Z] ---> 36e9f87ac794 [2022-03-23T07:23:22.724Z] Step 23/23 : LABEL version=2.2.0-dev.44 [2022-03-23T07:23:22.724Z] ---> Running in 40bb8cf7bb6c [2022-03-23T07:23:22.996Z] Removing intermediate container 40bb8cf7bb6c [2022-03-23T07:23:22.996Z] ---> c5bc44335641 [2022-03-23T07:23:22.996Z] [2022-03-23T07:23:23.267Z] Successfully built c5bc44335641 [2022-03-23T07:23:23.267Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-03-23T07:23:23.553Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-03-23T07:23:23.562Z] $ docker stop --time=1 c03983dd47aabc70b09fb67d737901e5dee9e10ddf29385240b3200ba0df2a72 [2022-03-23T07:23:25.233Z] $ docker rm -f c03983dd47aabc70b09fb67d737901e5dee9e10ddf29385240b3200ba0df2a72 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T07:23:25.844Z] + docker images [2022-03-23T07:23:26.118Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-23T07:23:26.118Z] sys-mgmt-agent-arm64 latest c5bc44335641 4 seconds ago 280MB [2022-03-23T07:23:26.118Z] core-data-arm64 latest a1376387d634 45 seconds ago 19.2MB [2022-03-23T07:23:26.118Z] 3ef596d2a045 59 seconds ago 1.49GB [2022-03-23T07:23:26.118Z] 47ead2ae0ccd About a minute ago 1.48GB [2022-03-23T07:23:26.118Z] security-bootstrapper-arm64 latest 2d7e24b0a1dc About a minute ago 18MB [2022-03-23T07:23:26.118Z] f30d477875a4 About a minute ago 1.48GB [2022-03-23T07:23:26.118Z] support-scheduler-arm64 latest f4e285ea5f86 About a minute ago 15.4MB [2022-03-23T07:23:26.118Z] b81579a85e9b 2 minutes ago 1.48GB [2022-03-23T07:23:26.118Z] support-notifications-arm64 latest 26435f736436 3 minutes ago 16.1MB [2022-03-23T07:23:26.118Z] security-secretstore-setup-arm64 latest aed6e12cbac2 3 minutes ago 26.9MB [2022-03-23T07:23:26.118Z] security-proxy-setup-arm64 latest d318288f7638 3 minutes ago 25.5MB [2022-03-23T07:23:26.118Z] core-metadata-arm64 latest cfab615b8110 3 minutes ago 16MB [2022-03-23T07:23:26.118Z] core-command-arm64 latest 21f35230d195 4 minutes ago 15.3MB [2022-03-23T07:23:26.118Z] b0e87dae1843 4 minutes ago 1.48GB [2022-03-23T07:23:26.118Z] fa02edd0d454 4 minutes ago 1.48GB [2022-03-23T07:23:26.118Z] 7f20212cfb5d 4 minutes ago 1.48GB [2022-03-23T07:23:26.118Z] d1f23294124f 4 minutes ago 1.49GB [2022-03-23T07:23:26.118Z] 7243ba5e0f3e 4 minutes ago 1.48GB [2022-03-23T07:23:26.118Z] ci-base-image-arm64 latest 73ea76d6165c 9 minutes ago 1.26GB [2022-03-23T07:23:26.118Z] alpine 3.14 71a2028e5025 5 days ago 5.34MB [2022-03-23T07:23:26.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 6 weeks ago 551MB [2022-03-23T07:23:26.118Z] docker 20.10.10 520e9a0a30f7 4 months ago 200MB [2022-03-23T07:23:26.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 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-23T07:23:26.219Z] provisioning config files... [2022-03-23T07:23:26.240Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/165@tmp/config8649122708505736668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:23:26.612Z] ---> docker-login.sh [2022-03-23T07:23:26.612Z] nexus3.edgexfoundry.org:10001 [2022-03-23T07:23:26.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:23:26.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:23:26.887Z] Configure a credential helper to remove this warning. See [2022-03-23T07:23:26.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:23:26.887Z] [2022-03-23T07:23:26.887Z] Login Succeeded [2022-03-23T07:23:26.887Z] nexus3.edgexfoundry.org:10002 [2022-03-23T07:23:27.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:23:27.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:23:27.500Z] Configure a credential helper to remove this warning. See [2022-03-23T07:23:27.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:23:27.500Z] [2022-03-23T07:23:27.500Z] Login Succeeded [2022-03-23T07:23:27.500Z] nexus3.edgexfoundry.org:10003 [2022-03-23T07:23:28.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:23:28.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:23:28.092Z] Configure a credential helper to remove this warning. See [2022-03-23T07:23:28.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:23:28.092Z] [2022-03-23T07:23:28.092Z] Login Succeeded [2022-03-23T07:23:28.092Z] nexus3.edgexfoundry.org:10004 [2022-03-23T07:23:28.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:23:28.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:23:28.638Z] Configure a credential helper to remove this warning. See [2022-03-23T07:23:28.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:23:28.638Z] [2022-03-23T07:23:28.638Z] Login Succeeded [2022-03-23T07:23:28.638Z] docker.io [2022-03-23T07:23:28.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-23T07:23:29.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-23T07:23:29.499Z] Configure a credential helper to remove this warning. See [2022-03-23T07:23:29.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-23T07:23:29.499Z] [2022-03-23T07:23:29.499Z] Login Succeeded [2022-03-23T07:23:29.499Z] ---> docker-login.sh ends [Pipeline] } [2022-03-23T07:23:29.516Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:23:29.548Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-23T07:23:29.571Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-03-23T07:23:29.571Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:29.571Z] latest [2022-03-23T07:23:29.571Z] 2.2.0-dev.44 [2022-03-23T07:23:29.571Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:29.571Z] main [2022-03-23T07:23:29.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:29.926Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:30.273Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:30.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-23T07:23:30.273Z] 33db04e109c1: Preparing [2022-03-23T07:23:30.273Z] d936c38113dc: Preparing [2022-03-23T07:23:30.273Z] e6e29e97a33a: Preparing [2022-03-23T07:23:30.273Z] 9a842ff06c43: Preparing [2022-03-23T07:23:30.273Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:30.273Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:30.547Z] 9a842ff06c43: Pushed [2022-03-23T07:23:30.547Z] 33db04e109c1: Pushed [2022-03-23T07:23:30.547Z] e6e29e97a33a: Pushed [2022-03-23T07:23:33.162Z] d936c38113dc: Pushed [2022-03-23T07:23:33.162Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:249a9f286594b205c1c848867622a4a38e7cb9fdfa9d3cfa0bc91b7adca2458b size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:33.512Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:33.853Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-03-23T07:23:33.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-23T07:23:33.853Z] 33db04e109c1: Preparing [2022-03-23T07:23:33.853Z] d936c38113dc: Preparing [2022-03-23T07:23:33.853Z] e6e29e97a33a: Preparing [2022-03-23T07:23:33.853Z] 9a842ff06c43: Preparing [2022-03-23T07:23:33.853Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:33.853Z] d936c38113dc: Layer already exists [2022-03-23T07:23:33.853Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:33.853Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:33.853Z] 33db04e109c1: Layer already exists [2022-03-23T07:23:33.853Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:34.125Z] latest: digest: sha256:249a9f286594b205c1c848867622a4a38e7cb9fdfa9d3cfa0bc91b7adca2458b size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:34.470Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:34.807Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.44 [2022-03-23T07:23:34.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-23T07:23:34.807Z] 33db04e109c1: Preparing [2022-03-23T07:23:34.807Z] d936c38113dc: Preparing [2022-03-23T07:23:34.807Z] e6e29e97a33a: Preparing [2022-03-23T07:23:34.807Z] 9a842ff06c43: Preparing [2022-03-23T07:23:34.807Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:34.807Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:34.807Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:34.807Z] d936c38113dc: Layer already exists [2022-03-23T07:23:34.807Z] 33db04e109c1: Layer already exists [2022-03-23T07:23:34.808Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:35.079Z] 2.2.0-dev.44: digest: sha256:249a9f286594b205c1c848867622a4a38e7cb9fdfa9d3cfa0bc91b7adca2458b size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:35.422Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:35.760Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:35.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-23T07:23:35.760Z] 33db04e109c1: Preparing [2022-03-23T07:23:35.760Z] d936c38113dc: Preparing [2022-03-23T07:23:35.760Z] e6e29e97a33a: Preparing [2022-03-23T07:23:35.760Z] 9a842ff06c43: Preparing [2022-03-23T07:23:35.760Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:35.760Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:35.760Z] 33db04e109c1: Layer already exists [2022-03-23T07:23:35.760Z] d936c38113dc: Layer already exists [2022-03-23T07:23:35.760Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:35.760Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:36.032Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:249a9f286594b205c1c848867622a4a38e7cb9fdfa9d3cfa0bc91b7adca2458b size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:36.373Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:36.721Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-03-23T07:23:36.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-03-23T07:23:36.721Z] 33db04e109c1: Preparing [2022-03-23T07:23:36.721Z] d936c38113dc: Preparing [2022-03-23T07:23:36.721Z] e6e29e97a33a: Preparing [2022-03-23T07:23:36.721Z] 9a842ff06c43: Preparing [2022-03-23T07:23:36.721Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:36.721Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:36.721Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:36.721Z] 33db04e109c1: Layer already exists [2022-03-23T07:23:36.721Z] d936c38113dc: Layer already exists [2022-03-23T07:23:36.721Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:36.990Z] main: digest: sha256:249a9f286594b205c1c848867622a4a38e7cb9fdfa9d3cfa0bc91b7adca2458b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:23:37.038Z] ===================================================== [Pipeline] echo [2022-03-23T07:23:37.047Z] taggedImages: [2022-03-23T07:23:37.047Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:37.047Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-03-23T07:23:37.047Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.44 [2022-03-23T07:23:37.047Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:37.047Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-03-23T07:23:37.067Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-03-23T07:23:37.067Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:37.067Z] latest [2022-03-23T07:23:37.067Z] 2.2.0-dev.44 [2022-03-23T07:23:37.067Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:37.067Z] main [2022-03-23T07:23:37.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:37.428Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:37.769Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:37.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-23T07:23:37.769Z] bb99eb7ff5d7: Preparing [2022-03-23T07:23:37.769Z] db98f92e52bb: Preparing [2022-03-23T07:23:37.769Z] e6e29e97a33a: Preparing [2022-03-23T07:23:37.769Z] 96b5b91c5a87: Preparing [2022-03-23T07:23:37.769Z] 6e59a0c3aeb0: Preparing [2022-03-23T07:23:37.769Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:37.769Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:38.041Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:38.041Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:38.041Z] bb99eb7ff5d7: Pushed [2022-03-23T07:23:38.041Z] 6e59a0c3aeb0: Pushed [2022-03-23T07:23:38.636Z] 96b5b91c5a87: Pushed [2022-03-23T07:23:40.593Z] db98f92e52bb: Pushed [2022-03-23T07:23:40.864Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:4bab84ee025d9c9ac6fb347a125bdc8163559e8bac57f79884b8d9ac01fe633b size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:41.207Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:41.546Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-03-23T07:23:41.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-23T07:23:41.547Z] bb99eb7ff5d7: Preparing [2022-03-23T07:23:41.547Z] db98f92e52bb: Preparing [2022-03-23T07:23:41.547Z] e6e29e97a33a: Preparing [2022-03-23T07:23:41.547Z] 96b5b91c5a87: Preparing [2022-03-23T07:23:41.547Z] 6e59a0c3aeb0: Preparing [2022-03-23T07:23:41.547Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:41.547Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:41.547Z] 6e59a0c3aeb0: Layer already exists [2022-03-23T07:23:41.547Z] bb99eb7ff5d7: Layer already exists [2022-03-23T07:23:41.547Z] db98f92e52bb: Layer already exists [2022-03-23T07:23:41.547Z] 96b5b91c5a87: Layer already exists [2022-03-23T07:23:41.547Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:41.817Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:41.817Z] latest: digest: sha256:4bab84ee025d9c9ac6fb347a125bdc8163559e8bac57f79884b8d9ac01fe633b size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:42.158Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:42.494Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.44 [2022-03-23T07:23:42.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-23T07:23:42.494Z] bb99eb7ff5d7: Preparing [2022-03-23T07:23:42.494Z] db98f92e52bb: Preparing [2022-03-23T07:23:42.494Z] e6e29e97a33a: Preparing [2022-03-23T07:23:42.494Z] 96b5b91c5a87: Preparing [2022-03-23T07:23:42.494Z] 6e59a0c3aeb0: Preparing [2022-03-23T07:23:42.494Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:42.494Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:42.494Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:42.494Z] 96b5b91c5a87: Layer already exists [2022-03-23T07:23:42.494Z] bb99eb7ff5d7: Layer already exists [2022-03-23T07:23:42.494Z] 6e59a0c3aeb0: Layer already exists [2022-03-23T07:23:42.494Z] db98f92e52bb: Layer already exists [2022-03-23T07:23:42.765Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:42.765Z] 2.2.0-dev.44: digest: sha256:4bab84ee025d9c9ac6fb347a125bdc8163559e8bac57f79884b8d9ac01fe633b size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:43.107Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:43.443Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:43.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-23T07:23:43.443Z] bb99eb7ff5d7: Preparing [2022-03-23T07:23:43.443Z] db98f92e52bb: Preparing [2022-03-23T07:23:43.443Z] e6e29e97a33a: Preparing [2022-03-23T07:23:43.443Z] 96b5b91c5a87: Preparing [2022-03-23T07:23:43.443Z] 6e59a0c3aeb0: Preparing [2022-03-23T07:23:43.443Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:43.443Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:43.443Z] 96b5b91c5a87: Layer already exists [2022-03-23T07:23:43.443Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:43.443Z] db98f92e52bb: Layer already exists [2022-03-23T07:23:43.443Z] 6e59a0c3aeb0: Layer already exists [2022-03-23T07:23:43.443Z] bb99eb7ff5d7: Layer already exists [2022-03-23T07:23:43.715Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:43.715Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:4bab84ee025d9c9ac6fb347a125bdc8163559e8bac57f79884b8d9ac01fe633b size: 1572 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:44.061Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:44.397Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-03-23T07:23:44.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-03-23T07:23:44.397Z] bb99eb7ff5d7: Preparing [2022-03-23T07:23:44.397Z] db98f92e52bb: Preparing [2022-03-23T07:23:44.397Z] e6e29e97a33a: Preparing [2022-03-23T07:23:44.397Z] 96b5b91c5a87: Preparing [2022-03-23T07:23:44.397Z] 6e59a0c3aeb0: Preparing [2022-03-23T07:23:44.397Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:44.397Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:44.397Z] db98f92e52bb: Layer already exists [2022-03-23T07:23:44.397Z] 96b5b91c5a87: Layer already exists [2022-03-23T07:23:44.397Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:44.397Z] bb99eb7ff5d7: Layer already exists [2022-03-23T07:23:44.397Z] 6e59a0c3aeb0: Layer already exists [2022-03-23T07:23:44.668Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:44.668Z] main: digest: sha256:4bab84ee025d9c9ac6fb347a125bdc8163559e8bac57f79884b8d9ac01fe633b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:23:44.715Z] ===================================================== [Pipeline] echo [2022-03-23T07:23:44.723Z] taggedImages: [2022-03-23T07:23:44.723Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:44.723Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-03-23T07:23:44.723Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.44 [2022-03-23T07:23:44.723Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:44.723Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-03-23T07:23:44.744Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-03-23T07:23:44.744Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:44.744Z] latest [2022-03-23T07:23:44.744Z] 2.2.0-dev.44 [2022-03-23T07:23:44.744Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:44.744Z] main [2022-03-23T07:23:44.744Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:45.085Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:45.439Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:45.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-23T07:23:45.439Z] 69c0e09c56d3: Preparing [2022-03-23T07:23:45.439Z] 718959c0b049: Preparing [2022-03-23T07:23:45.439Z] e6e29e97a33a: Preparing [2022-03-23T07:23:45.439Z] 9a842ff06c43: Preparing [2022-03-23T07:23:45.439Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:45.709Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:45.709Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:45.709Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:45.709Z] 69c0e09c56d3: Pushed [2022-03-23T07:23:48.315Z] 718959c0b049: Pushed [2022-03-23T07:23:48.315Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:a94526e56176859d72aadc0a29c18e4a0ae8b800b96d18360d69154388ebbc33 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:48.696Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:49.037Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-03-23T07:23:49.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-23T07:23:49.038Z] 69c0e09c56d3: Preparing [2022-03-23T07:23:49.038Z] 718959c0b049: Preparing [2022-03-23T07:23:49.038Z] e6e29e97a33a: Preparing [2022-03-23T07:23:49.038Z] 9a842ff06c43: Preparing [2022-03-23T07:23:49.038Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:49.326Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:49.326Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:49.326Z] 718959c0b049: Layer already exists [2022-03-23T07:23:49.326Z] 69c0e09c56d3: Layer already exists [2022-03-23T07:23:49.326Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:49.326Z] latest: digest: sha256:a94526e56176859d72aadc0a29c18e4a0ae8b800b96d18360d69154388ebbc33 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:49.670Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:50.061Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.44 [2022-03-23T07:23:50.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-23T07:23:50.061Z] 69c0e09c56d3: Preparing [2022-03-23T07:23:50.061Z] 718959c0b049: Preparing [2022-03-23T07:23:50.061Z] e6e29e97a33a: Preparing [2022-03-23T07:23:50.061Z] 9a842ff06c43: Preparing [2022-03-23T07:23:50.061Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:50.061Z] 718959c0b049: Layer already exists [2022-03-23T07:23:50.062Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:50.062Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:50.062Z] 69c0e09c56d3: Layer already exists [2022-03-23T07:23:50.062Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:50.330Z] 2.2.0-dev.44: digest: sha256:a94526e56176859d72aadc0a29c18e4a0ae8b800b96d18360d69154388ebbc33 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:50.673Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:51.008Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:51.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-23T07:23:51.008Z] 69c0e09c56d3: Preparing [2022-03-23T07:23:51.008Z] 718959c0b049: Preparing [2022-03-23T07:23:51.008Z] e6e29e97a33a: Preparing [2022-03-23T07:23:51.008Z] 9a842ff06c43: Preparing [2022-03-23T07:23:51.008Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:51.008Z] 718959c0b049: Layer already exists [2022-03-23T07:23:51.008Z] 69c0e09c56d3: Layer already exists [2022-03-23T07:23:51.008Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:51.008Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:51.008Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:51.280Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:a94526e56176859d72aadc0a29c18e4a0ae8b800b96d18360d69154388ebbc33 size: 1363 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:51.620Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:51.963Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-03-23T07:23:51.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-03-23T07:23:51.963Z] 69c0e09c56d3: Preparing [2022-03-23T07:23:51.963Z] 718959c0b049: Preparing [2022-03-23T07:23:51.963Z] e6e29e97a33a: Preparing [2022-03-23T07:23:51.963Z] 9a842ff06c43: Preparing [2022-03-23T07:23:51.963Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:51.963Z] 9a842ff06c43: Layer already exists [2022-03-23T07:23:51.963Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:51.963Z] 69c0e09c56d3: Layer already exists [2022-03-23T07:23:51.963Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:51.963Z] 718959c0b049: Layer already exists [2022-03-23T07:23:52.234Z] main: digest: sha256:a94526e56176859d72aadc0a29c18e4a0ae8b800b96d18360d69154388ebbc33 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:23:52.284Z] ===================================================== [Pipeline] echo [2022-03-23T07:23:52.293Z] taggedImages: [2022-03-23T07:23:52.293Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:52.293Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-03-23T07:23:52.293Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.44 [2022-03-23T07:23:52.293Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:52.293Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-03-23T07:23:52.319Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-03-23T07:23:52.319Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:52.319Z] latest [2022-03-23T07:23:52.319Z] 2.2.0-dev.44 [2022-03-23T07:23:52.319Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:52.319Z] main [2022-03-23T07:23:52.319Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:52.678Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:53.026Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:23:53.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-23T07:23:53.026Z] 28bf9bf108df: Preparing [2022-03-23T07:23:53.026Z] 28bf9bf108df: Preparing [2022-03-23T07:23:53.026Z] 4532889c39d4: Preparing [2022-03-23T07:23:53.026Z] a3d8384b4f12: Preparing [2022-03-23T07:23:53.026Z] e745b50f4c65: Preparing [2022-03-23T07:23:53.026Z] 539d595bf845: Preparing [2022-03-23T07:23:53.026Z] e6e29e97a33a: Preparing [2022-03-23T07:23:53.026Z] c470be0bd788: Preparing [2022-03-23T07:23:53.026Z] b8b403d9e534: Preparing [2022-03-23T07:23:53.026Z] 5dfb8ea0f84d: Preparing [2022-03-23T07:23:53.026Z] 6bf2df5b08ee: Preparing [2022-03-23T07:23:53.026Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:53.026Z] b8b403d9e534: Waiting [2022-03-23T07:23:53.026Z] e6e29e97a33a: Waiting [2022-03-23T07:23:53.026Z] 5dfb8ea0f84d: Waiting [2022-03-23T07:23:53.026Z] 6bf2df5b08ee: Waiting [2022-03-23T07:23:53.026Z] c470be0bd788: Waiting [2022-03-23T07:23:53.027Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:53.302Z] a3d8384b4f12: Pushed [2022-03-23T07:23:53.302Z] 4532889c39d4: Pushed [2022-03-23T07:23:53.302Z] e745b50f4c65: Pushed [2022-03-23T07:23:53.302Z] 28bf9bf108df: Pushed [2022-03-23T07:23:53.302Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:53.576Z] c470be0bd788: Pushed [2022-03-23T07:23:53.576Z] b8b403d9e534: Pushed [2022-03-23T07:23:53.576Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:53.576Z] 6bf2df5b08ee: Pushed [2022-03-23T07:23:53.576Z] 5dfb8ea0f84d: Pushed [2022-03-23T07:23:56.177Z] 539d595bf845: Pushed [2022-03-23T07:23:56.449Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:7790c76913c51ed569649a8e2bccb0461e8b759c81fb5a9928734c8a3383f57c size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:56.781Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:57.116Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-03-23T07:23:57.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-23T07:23:57.116Z] 28bf9bf108df: Preparing [2022-03-23T07:23:57.116Z] 28bf9bf108df: Preparing [2022-03-23T07:23:57.116Z] 4532889c39d4: Preparing [2022-03-23T07:23:57.116Z] a3d8384b4f12: Preparing [2022-03-23T07:23:57.116Z] e745b50f4c65: Preparing [2022-03-23T07:23:57.116Z] 539d595bf845: Preparing [2022-03-23T07:23:57.116Z] e6e29e97a33a: Preparing [2022-03-23T07:23:57.116Z] c470be0bd788: Preparing [2022-03-23T07:23:57.116Z] b8b403d9e534: Preparing [2022-03-23T07:23:57.116Z] 5dfb8ea0f84d: Preparing [2022-03-23T07:23:57.116Z] 6bf2df5b08ee: Preparing [2022-03-23T07:23:57.116Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:57.116Z] e6e29e97a33a: Waiting [2022-03-23T07:23:57.116Z] c470be0bd788: Waiting [2022-03-23T07:23:57.116Z] b8b403d9e534: Waiting [2022-03-23T07:23:57.116Z] 6bf2df5b08ee: Waiting [2022-03-23T07:23:57.116Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:57.116Z] 5dfb8ea0f84d: Waiting [2022-03-23T07:23:57.116Z] 28bf9bf108df: Layer already exists [2022-03-23T07:23:57.116Z] a3d8384b4f12: Layer already exists [2022-03-23T07:23:57.116Z] 539d595bf845: Layer already exists [2022-03-23T07:23:57.116Z] 4532889c39d4: Layer already exists [2022-03-23T07:23:57.116Z] e745b50f4c65: Layer already exists [2022-03-23T07:23:57.116Z] b8b403d9e534: Layer already exists [2022-03-23T07:23:57.388Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:57.388Z] 5dfb8ea0f84d: Layer already exists [2022-03-23T07:23:57.388Z] 6bf2df5b08ee: Layer already exists [2022-03-23T07:23:57.388Z] c470be0bd788: Layer already exists [2022-03-23T07:23:57.388Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:57.388Z] latest: digest: sha256:7790c76913c51ed569649a8e2bccb0461e8b759c81fb5a9928734c8a3383f57c size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:57.727Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:58.062Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.44 [2022-03-23T07:23:58.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-23T07:23:58.062Z] 28bf9bf108df: Preparing [2022-03-23T07:23:58.062Z] 28bf9bf108df: Preparing [2022-03-23T07:23:58.062Z] 4532889c39d4: Preparing [2022-03-23T07:23:58.062Z] a3d8384b4f12: Preparing [2022-03-23T07:23:58.062Z] e745b50f4c65: Preparing [2022-03-23T07:23:58.062Z] 539d595bf845: Preparing [2022-03-23T07:23:58.062Z] e6e29e97a33a: Preparing [2022-03-23T07:23:58.062Z] c470be0bd788: Preparing [2022-03-23T07:23:58.062Z] b8b403d9e534: Preparing [2022-03-23T07:23:58.062Z] 5dfb8ea0f84d: Preparing [2022-03-23T07:23:58.062Z] 6bf2df5b08ee: Preparing [2022-03-23T07:23:58.062Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:58.062Z] b8b403d9e534: Waiting [2022-03-23T07:23:58.062Z] 6bf2df5b08ee: Waiting [2022-03-23T07:23:58.062Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:58.062Z] 5dfb8ea0f84d: Waiting [2022-03-23T07:23:58.062Z] c470be0bd788: Waiting [2022-03-23T07:23:58.062Z] e6e29e97a33a: Waiting [2022-03-23T07:23:58.062Z] 539d595bf845: Layer already exists [2022-03-23T07:23:58.062Z] a3d8384b4f12: Layer already exists [2022-03-23T07:23:58.062Z] 4532889c39d4: Layer already exists [2022-03-23T07:23:58.062Z] e745b50f4c65: Layer already exists [2022-03-23T07:23:58.062Z] 28bf9bf108df: Layer already exists [2022-03-23T07:23:58.334Z] b8b403d9e534: Layer already exists [2022-03-23T07:23:58.334Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:58.334Z] 5dfb8ea0f84d: Layer already exists [2022-03-23T07:23:58.334Z] 6bf2df5b08ee: Layer already exists [2022-03-23T07:23:58.334Z] c470be0bd788: Layer already exists [2022-03-23T07:23:58.334Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:58.334Z] 2.2.0-dev.44: digest: sha256:7790c76913c51ed569649a8e2bccb0461e8b759c81fb5a9928734c8a3383f57c size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:58.670Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:59.001Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:23:59.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-23T07:23:59.001Z] 28bf9bf108df: Preparing [2022-03-23T07:23:59.001Z] 28bf9bf108df: Preparing [2022-03-23T07:23:59.001Z] 4532889c39d4: Preparing [2022-03-23T07:23:59.001Z] a3d8384b4f12: Preparing [2022-03-23T07:23:59.001Z] e745b50f4c65: Preparing [2022-03-23T07:23:59.001Z] 539d595bf845: Preparing [2022-03-23T07:23:59.001Z] e6e29e97a33a: Preparing [2022-03-23T07:23:59.001Z] c470be0bd788: Preparing [2022-03-23T07:23:59.001Z] b8b403d9e534: Preparing [2022-03-23T07:23:59.001Z] 5dfb8ea0f84d: Preparing [2022-03-23T07:23:59.001Z] 6bf2df5b08ee: Preparing [2022-03-23T07:23:59.001Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:59.001Z] b8b403d9e534: Waiting [2022-03-23T07:23:59.001Z] 5dfb8ea0f84d: Waiting [2022-03-23T07:23:59.001Z] e6e29e97a33a: Waiting [2022-03-23T07:23:59.001Z] 6bf2df5b08ee: Waiting [2022-03-23T07:23:59.001Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:59.001Z] 4532889c39d4: Layer already exists [2022-03-23T07:23:59.001Z] e745b50f4c65: Layer already exists [2022-03-23T07:23:59.001Z] 539d595bf845: Layer already exists [2022-03-23T07:23:59.001Z] a3d8384b4f12: Layer already exists [2022-03-23T07:23:59.001Z] 28bf9bf108df: Layer already exists [2022-03-23T07:23:59.272Z] e6e29e97a33a: Layer already exists [2022-03-23T07:23:59.272Z] c470be0bd788: Layer already exists [2022-03-23T07:23:59.272Z] 5dfb8ea0f84d: Layer already exists [2022-03-23T07:23:59.272Z] b8b403d9e534: Layer already exists [2022-03-23T07:23:59.272Z] 6bf2df5b08ee: Layer already exists [2022-03-23T07:23:59.272Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:23:59.272Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:7790c76913c51ed569649a8e2bccb0461e8b759c81fb5a9928734c8a3383f57c size: 2817 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:59.611Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:23:59.942Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-03-23T07:23:59.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-03-23T07:23:59.942Z] 28bf9bf108df: Preparing [2022-03-23T07:23:59.942Z] 28bf9bf108df: Preparing [2022-03-23T07:23:59.942Z] 4532889c39d4: Preparing [2022-03-23T07:23:59.942Z] a3d8384b4f12: Preparing [2022-03-23T07:23:59.942Z] e745b50f4c65: Preparing [2022-03-23T07:23:59.942Z] 539d595bf845: Preparing [2022-03-23T07:23:59.942Z] e6e29e97a33a: Preparing [2022-03-23T07:23:59.942Z] c470be0bd788: Preparing [2022-03-23T07:23:59.942Z] b8b403d9e534: Preparing [2022-03-23T07:23:59.942Z] 5dfb8ea0f84d: Preparing [2022-03-23T07:23:59.942Z] 6bf2df5b08ee: Preparing [2022-03-23T07:23:59.942Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:23:59.942Z] b8b403d9e534: Waiting [2022-03-23T07:23:59.942Z] 5dfb8ea0f84d: Waiting [2022-03-23T07:23:59.942Z] e6e29e97a33a: Waiting [2022-03-23T07:23:59.942Z] 6bf2df5b08ee: Waiting [2022-03-23T07:23:59.942Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:23:59.942Z] c470be0bd788: Waiting [2022-03-23T07:23:59.942Z] a3d8384b4f12: Layer already exists [2022-03-23T07:23:59.942Z] 4532889c39d4: Layer already exists [2022-03-23T07:23:59.942Z] 539d595bf845: Layer already exists [2022-03-23T07:23:59.943Z] 28bf9bf108df: Layer already exists [2022-03-23T07:23:59.943Z] e745b50f4c65: Layer already exists [2022-03-23T07:24:00.213Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:00.213Z] 6bf2df5b08ee: Layer already exists [2022-03-23T07:24:00.213Z] 5dfb8ea0f84d: Layer already exists [2022-03-23T07:24:00.213Z] b8b403d9e534: Layer already exists [2022-03-23T07:24:00.213Z] c470be0bd788: Layer already exists [2022-03-23T07:24:00.213Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:00.213Z] main: digest: sha256:7790c76913c51ed569649a8e2bccb0461e8b759c81fb5a9928734c8a3383f57c size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:24:00.259Z] ===================================================== [Pipeline] echo [2022-03-23T07:24:00.268Z] taggedImages: [2022-03-23T07:24:00.268Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:00.268Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-03-23T07:24:00.268Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.44 [2022-03-23T07:24:00.268Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:00.268Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-03-23T07:24:00.284Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-03-23T07:24:00.284Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:00.284Z] latest [2022-03-23T07:24:00.284Z] 2.2.0-dev.44 [2022-03-23T07:24:00.284Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:00.284Z] main [2022-03-23T07:24:00.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:00.619Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:00.950Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:00.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-23T07:24:00.950Z] 4e17eec35436: Preparing [2022-03-23T07:24:00.950Z] 3ba817b6f8f8: Preparing [2022-03-23T07:24:00.950Z] c65fe569abf9: Preparing [2022-03-23T07:24:00.950Z] 9db9c71df886: Preparing [2022-03-23T07:24:00.950Z] b6c49394c8cc: Preparing [2022-03-23T07:24:00.950Z] 4db1c275a003: Preparing [2022-03-23T07:24:00.950Z] 72c6b6082591: Preparing [2022-03-23T07:24:00.950Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:00.950Z] 4db1c275a003: Waiting [2022-03-23T07:24:00.950Z] 72c6b6082591: Waiting [2022-03-23T07:24:00.950Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:01.225Z] b6c49394c8cc: Pushed [2022-03-23T07:24:01.225Z] 4e17eec35436: Pushed [2022-03-23T07:24:01.225Z] 3ba817b6f8f8: Pushed [2022-03-23T07:24:01.500Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:01.500Z] 4db1c275a003: Pushed [2022-03-23T07:24:02.092Z] 72c6b6082591: Pushed [2022-03-23T07:24:03.521Z] 9db9c71df886: Pushed [2022-03-23T07:24:03.521Z] c65fe569abf9: Pushed [2022-03-23T07:24:03.521Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:c8b41125f4886b20ec10017d6264fcad8bcc815ec0c659f0489cfb527b3224b6 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:03.856Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:04.189Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-03-23T07:24:04.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-23T07:24:04.189Z] 4e17eec35436: Preparing [2022-03-23T07:24:04.189Z] 3ba817b6f8f8: Preparing [2022-03-23T07:24:04.189Z] c65fe569abf9: Preparing [2022-03-23T07:24:04.189Z] 9db9c71df886: Preparing [2022-03-23T07:24:04.189Z] b6c49394c8cc: Preparing [2022-03-23T07:24:04.189Z] 4db1c275a003: Preparing [2022-03-23T07:24:04.189Z] 72c6b6082591: Preparing [2022-03-23T07:24:04.189Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:04.189Z] 72c6b6082591: Waiting [2022-03-23T07:24:04.189Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:04.189Z] 4db1c275a003: Waiting [2022-03-23T07:24:04.189Z] 4e17eec35436: Layer already exists [2022-03-23T07:24:04.189Z] 3ba817b6f8f8: Layer already exists [2022-03-23T07:24:04.189Z] 9db9c71df886: Layer already exists [2022-03-23T07:24:04.189Z] b6c49394c8cc: Layer already exists [2022-03-23T07:24:04.189Z] c65fe569abf9: Layer already exists [2022-03-23T07:24:04.189Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:04.189Z] 4db1c275a003: Layer already exists [2022-03-23T07:24:04.189Z] 72c6b6082591: Layer already exists [2022-03-23T07:24:04.460Z] latest: digest: sha256:c8b41125f4886b20ec10017d6264fcad8bcc815ec0c659f0489cfb527b3224b6 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:04.804Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:05.140Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.44 [2022-03-23T07:24:05.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-23T07:24:05.140Z] 4e17eec35436: Preparing [2022-03-23T07:24:05.140Z] 3ba817b6f8f8: Preparing [2022-03-23T07:24:05.140Z] c65fe569abf9: Preparing [2022-03-23T07:24:05.140Z] 9db9c71df886: Preparing [2022-03-23T07:24:05.140Z] b6c49394c8cc: Preparing [2022-03-23T07:24:05.140Z] 4db1c275a003: Preparing [2022-03-23T07:24:05.140Z] 72c6b6082591: Preparing [2022-03-23T07:24:05.140Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:05.140Z] 72c6b6082591: Waiting [2022-03-23T07:24:05.140Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:05.140Z] 4db1c275a003: Waiting [2022-03-23T07:24:05.140Z] 9db9c71df886: Layer already exists [2022-03-23T07:24:05.140Z] 3ba817b6f8f8: Layer already exists [2022-03-23T07:24:05.140Z] b6c49394c8cc: Layer already exists [2022-03-23T07:24:05.140Z] 4e17eec35436: Layer already exists [2022-03-23T07:24:05.140Z] c65fe569abf9: Layer already exists [2022-03-23T07:24:05.414Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:05.414Z] 4db1c275a003: Layer already exists [2022-03-23T07:24:05.414Z] 72c6b6082591: Layer already exists [2022-03-23T07:24:05.414Z] 2.2.0-dev.44: digest: sha256:c8b41125f4886b20ec10017d6264fcad8bcc815ec0c659f0489cfb527b3224b6 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:05.753Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:06.088Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:06.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-23T07:24:06.088Z] 4e17eec35436: Preparing [2022-03-23T07:24:06.088Z] 3ba817b6f8f8: Preparing [2022-03-23T07:24:06.088Z] c65fe569abf9: Preparing [2022-03-23T07:24:06.088Z] 9db9c71df886: Preparing [2022-03-23T07:24:06.088Z] b6c49394c8cc: Preparing [2022-03-23T07:24:06.088Z] 4db1c275a003: Preparing [2022-03-23T07:24:06.088Z] 72c6b6082591: Preparing [2022-03-23T07:24:06.088Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:06.088Z] 4db1c275a003: Waiting [2022-03-23T07:24:06.088Z] 72c6b6082591: Waiting [2022-03-23T07:24:06.088Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:06.360Z] 9db9c71df886: Layer already exists [2022-03-23T07:24:06.360Z] b6c49394c8cc: Layer already exists [2022-03-23T07:24:06.360Z] c65fe569abf9: Layer already exists [2022-03-23T07:24:06.360Z] 4e17eec35436: Layer already exists [2022-03-23T07:24:06.360Z] 3ba817b6f8f8: Layer already exists [2022-03-23T07:24:06.360Z] 4db1c275a003: Layer already exists [2022-03-23T07:24:06.360Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:06.360Z] 72c6b6082591: Layer already exists [2022-03-23T07:24:06.360Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:c8b41125f4886b20ec10017d6264fcad8bcc815ec0c659f0489cfb527b3224b6 size: 1990 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:06.698Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:07.032Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-03-23T07:24:07.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-03-23T07:24:07.032Z] 4e17eec35436: Preparing [2022-03-23T07:24:07.032Z] 3ba817b6f8f8: Preparing [2022-03-23T07:24:07.032Z] c65fe569abf9: Preparing [2022-03-23T07:24:07.032Z] 9db9c71df886: Preparing [2022-03-23T07:24:07.032Z] b6c49394c8cc: Preparing [2022-03-23T07:24:07.032Z] 4db1c275a003: Preparing [2022-03-23T07:24:07.032Z] 72c6b6082591: Preparing [2022-03-23T07:24:07.032Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:07.032Z] 72c6b6082591: Waiting [2022-03-23T07:24:07.032Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:07.032Z] 4db1c275a003: Waiting [2022-03-23T07:24:07.032Z] c65fe569abf9: Layer already exists [2022-03-23T07:24:07.032Z] b6c49394c8cc: Layer already exists [2022-03-23T07:24:07.032Z] 9db9c71df886: Layer already exists [2022-03-23T07:24:07.032Z] 3ba817b6f8f8: Layer already exists [2022-03-23T07:24:07.032Z] 4e17eec35436: Layer already exists [2022-03-23T07:24:07.305Z] 4db1c275a003: Layer already exists [2022-03-23T07:24:07.305Z] 72c6b6082591: Layer already exists [2022-03-23T07:24:07.305Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:07.305Z] main: digest: sha256:c8b41125f4886b20ec10017d6264fcad8bcc815ec0c659f0489cfb527b3224b6 size: 1990 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:24:07.354Z] ===================================================== [Pipeline] echo [2022-03-23T07:24:07.363Z] taggedImages: [2022-03-23T07:24:07.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:07.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-03-23T07:24:07.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.44 [2022-03-23T07:24:07.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:07.364Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-03-23T07:24:07.385Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-03-23T07:24:07.385Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:07.385Z] latest [2022-03-23T07:24:07.385Z] 2.2.0-dev.44 [2022-03-23T07:24:07.385Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:07.385Z] main [2022-03-23T07:24:07.385Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:07.739Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:08.074Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:08.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-23T07:24:08.074Z] 0136879e98d3: Preparing [2022-03-23T07:24:08.074Z] af94c4256c4f: Preparing [2022-03-23T07:24:08.074Z] fe7d2334911e: Preparing [2022-03-23T07:24:08.074Z] 9e1261150ac0: Preparing [2022-03-23T07:24:08.074Z] 78bb5934d242: Preparing [2022-03-23T07:24:08.074Z] 77b7a7a21721: Preparing [2022-03-23T07:24:08.074Z] 30ef38c82609: Preparing [2022-03-23T07:24:08.074Z] acff74516240: Preparing [2022-03-23T07:24:08.074Z] c9deb6167fd8: Preparing [2022-03-23T07:24:08.074Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:08.074Z] 30ef38c82609: Waiting [2022-03-23T07:24:08.074Z] 77b7a7a21721: Waiting [2022-03-23T07:24:08.074Z] acff74516240: Waiting [2022-03-23T07:24:08.074Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:08.074Z] c9deb6167fd8: Waiting [2022-03-23T07:24:08.351Z] 0136879e98d3: Pushed [2022-03-23T07:24:08.351Z] 78bb5934d242: Pushed [2022-03-23T07:24:08.351Z] af94c4256c4f: Pushed [2022-03-23T07:24:08.624Z] acff74516240: Pushed [2022-03-23T07:24:08.624Z] 77b7a7a21721: Pushed [2022-03-23T07:24:08.624Z] 30ef38c82609: Pushed [2022-03-23T07:24:08.624Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:08.894Z] c9deb6167fd8: Pushed [2022-03-23T07:24:10.926Z] 9e1261150ac0: Pushed [2022-03-23T07:24:11.202Z] fe7d2334911e: Pushed [2022-03-23T07:24:11.477Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:72536f8b35484b996ef24e05ec40556fd74fba1e4cca8991ce6c705f06408559 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:11.815Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:12.151Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-03-23T07:24:12.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-23T07:24:12.151Z] 0136879e98d3: Preparing [2022-03-23T07:24:12.151Z] af94c4256c4f: Preparing [2022-03-23T07:24:12.151Z] fe7d2334911e: Preparing [2022-03-23T07:24:12.151Z] 9e1261150ac0: Preparing [2022-03-23T07:24:12.151Z] 78bb5934d242: Preparing [2022-03-23T07:24:12.151Z] 77b7a7a21721: Preparing [2022-03-23T07:24:12.151Z] 30ef38c82609: Preparing [2022-03-23T07:24:12.151Z] acff74516240: Preparing [2022-03-23T07:24:12.151Z] c9deb6167fd8: Preparing [2022-03-23T07:24:12.151Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:12.151Z] 77b7a7a21721: Waiting [2022-03-23T07:24:12.151Z] 30ef38c82609: Waiting [2022-03-23T07:24:12.151Z] acff74516240: Waiting [2022-03-23T07:24:12.151Z] c9deb6167fd8: Waiting [2022-03-23T07:24:12.151Z] 0136879e98d3: Layer already exists [2022-03-23T07:24:12.151Z] 9e1261150ac0: Layer already exists [2022-03-23T07:24:12.151Z] fe7d2334911e: Layer already exists [2022-03-23T07:24:12.151Z] 78bb5934d242: Layer already exists [2022-03-23T07:24:12.151Z] af94c4256c4f: Layer already exists [2022-03-23T07:24:12.151Z] 30ef38c82609: Layer already exists [2022-03-23T07:24:12.421Z] 77b7a7a21721: Layer already exists [2022-03-23T07:24:12.421Z] c9deb6167fd8: Layer already exists [2022-03-23T07:24:12.421Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:12.421Z] acff74516240: Layer already exists [2022-03-23T07:24:12.421Z] latest: digest: sha256:72536f8b35484b996ef24e05ec40556fd74fba1e4cca8991ce6c705f06408559 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:12.760Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:13.093Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.44 [2022-03-23T07:24:13.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-23T07:24:13.093Z] 0136879e98d3: Preparing [2022-03-23T07:24:13.093Z] af94c4256c4f: Preparing [2022-03-23T07:24:13.093Z] fe7d2334911e: Preparing [2022-03-23T07:24:13.093Z] 9e1261150ac0: Preparing [2022-03-23T07:24:13.093Z] 78bb5934d242: Preparing [2022-03-23T07:24:13.093Z] 77b7a7a21721: Preparing [2022-03-23T07:24:13.093Z] 30ef38c82609: Preparing [2022-03-23T07:24:13.093Z] acff74516240: Preparing [2022-03-23T07:24:13.093Z] c9deb6167fd8: Preparing [2022-03-23T07:24:13.093Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:13.093Z] 30ef38c82609: Waiting [2022-03-23T07:24:13.093Z] acff74516240: Waiting [2022-03-23T07:24:13.093Z] c9deb6167fd8: Waiting [2022-03-23T07:24:13.093Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:13.093Z] 77b7a7a21721: Waiting [2022-03-23T07:24:13.093Z] 78bb5934d242: Layer already exists [2022-03-23T07:24:13.093Z] af94c4256c4f: Layer already exists [2022-03-23T07:24:13.093Z] fe7d2334911e: Layer already exists [2022-03-23T07:24:13.093Z] 0136879e98d3: Layer already exists [2022-03-23T07:24:13.093Z] 9e1261150ac0: Layer already exists [2022-03-23T07:24:13.367Z] 77b7a7a21721: Layer already exists [2022-03-23T07:24:13.367Z] 30ef38c82609: Layer already exists [2022-03-23T07:24:13.367Z] acff74516240: Layer already exists [2022-03-23T07:24:13.367Z] c9deb6167fd8: Layer already exists [2022-03-23T07:24:13.367Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:13.367Z] 2.2.0-dev.44: digest: sha256:72536f8b35484b996ef24e05ec40556fd74fba1e4cca8991ce6c705f06408559 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:13.709Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:14.044Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:14.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-23T07:24:14.045Z] 0136879e98d3: Preparing [2022-03-23T07:24:14.045Z] af94c4256c4f: Preparing [2022-03-23T07:24:14.045Z] fe7d2334911e: Preparing [2022-03-23T07:24:14.045Z] 9e1261150ac0: Preparing [2022-03-23T07:24:14.045Z] 78bb5934d242: Preparing [2022-03-23T07:24:14.045Z] 77b7a7a21721: Preparing [2022-03-23T07:24:14.045Z] 30ef38c82609: Preparing [2022-03-23T07:24:14.045Z] acff74516240: Preparing [2022-03-23T07:24:14.045Z] c9deb6167fd8: Preparing [2022-03-23T07:24:14.045Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:14.045Z] 77b7a7a21721: Waiting [2022-03-23T07:24:14.045Z] 30ef38c82609: Waiting [2022-03-23T07:24:14.045Z] acff74516240: Waiting [2022-03-23T07:24:14.045Z] c9deb6167fd8: Waiting [2022-03-23T07:24:14.045Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:14.045Z] af94c4256c4f: Layer already exists [2022-03-23T07:24:14.045Z] 78bb5934d242: Layer already exists [2022-03-23T07:24:14.045Z] 9e1261150ac0: Layer already exists [2022-03-23T07:24:14.045Z] 0136879e98d3: Layer already exists [2022-03-23T07:24:14.317Z] fe7d2334911e: Layer already exists [2022-03-23T07:24:14.317Z] 77b7a7a21721: Layer already exists [2022-03-23T07:24:14.317Z] acff74516240: Layer already exists [2022-03-23T07:24:14.317Z] 30ef38c82609: Layer already exists [2022-03-23T07:24:14.317Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:14.317Z] c9deb6167fd8: Layer already exists [2022-03-23T07:24:14.317Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:72536f8b35484b996ef24e05ec40556fd74fba1e4cca8991ce6c705f06408559 size: 2405 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:14.662Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:14.999Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-03-23T07:24:14.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-03-23T07:24:14.999Z] 0136879e98d3: Preparing [2022-03-23T07:24:14.999Z] af94c4256c4f: Preparing [2022-03-23T07:24:14.999Z] fe7d2334911e: Preparing [2022-03-23T07:24:14.999Z] 9e1261150ac0: Preparing [2022-03-23T07:24:14.999Z] 78bb5934d242: Preparing [2022-03-23T07:24:14.999Z] 77b7a7a21721: Preparing [2022-03-23T07:24:14.999Z] 30ef38c82609: Preparing [2022-03-23T07:24:14.999Z] acff74516240: Preparing [2022-03-23T07:24:14.999Z] c9deb6167fd8: Preparing [2022-03-23T07:24:14.999Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:14.999Z] 77b7a7a21721: Waiting [2022-03-23T07:24:14.999Z] 30ef38c82609: Waiting [2022-03-23T07:24:14.999Z] acff74516240: Waiting [2022-03-23T07:24:14.999Z] c9deb6167fd8: Waiting [2022-03-23T07:24:14.999Z] 49c7c6f6dc6c: Waiting [2022-03-23T07:24:14.999Z] af94c4256c4f: Layer already exists [2022-03-23T07:24:14.999Z] 0136879e98d3: Layer already exists [2022-03-23T07:24:14.999Z] fe7d2334911e: Layer already exists [2022-03-23T07:24:14.999Z] 78bb5934d242: Layer already exists [2022-03-23T07:24:14.999Z] 9e1261150ac0: Layer already exists [2022-03-23T07:24:15.271Z] 77b7a7a21721: Layer already exists [2022-03-23T07:24:15.271Z] 30ef38c82609: Layer already exists [2022-03-23T07:24:15.271Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:15.271Z] c9deb6167fd8: Layer already exists [2022-03-23T07:24:15.271Z] acff74516240: Layer already exists [2022-03-23T07:24:15.271Z] main: digest: sha256:72536f8b35484b996ef24e05ec40556fd74fba1e4cca8991ce6c705f06408559 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:24:15.319Z] ===================================================== [Pipeline] echo [2022-03-23T07:24:15.329Z] taggedImages: [2022-03-23T07:24:15.329Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:15.329Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-03-23T07:24:15.329Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.44 [2022-03-23T07:24:15.329Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:15.329Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-03-23T07:24:15.349Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-03-23T07:24:15.349Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:15.349Z] latest [2022-03-23T07:24:15.349Z] 2.2.0-dev.44 [2022-03-23T07:24:15.349Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:15.349Z] main [2022-03-23T07:24:15.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:15.686Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:16.030Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:16.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-23T07:24:16.030Z] 931b1711e0df: Preparing [2022-03-23T07:24:16.030Z] f3c82a302190: Preparing [2022-03-23T07:24:16.030Z] e6e29e97a33a: Preparing [2022-03-23T07:24:16.030Z] 3e1ff1cc77ca: Preparing [2022-03-23T07:24:16.030Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:16.030Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:16.302Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:16.302Z] 931b1711e0df: Pushed [2022-03-23T07:24:16.573Z] 3e1ff1cc77ca: Pushed [2022-03-23T07:24:19.187Z] f3c82a302190: Pushed [2022-03-23T07:24:19.187Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:4b4d09bd9592e85a0c54978791bbfdcb6c3cd1f4212ec5581e4ec5df72cec556 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:19.534Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:19.871Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-03-23T07:24:19.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-23T07:24:19.871Z] 931b1711e0df: Preparing [2022-03-23T07:24:19.871Z] f3c82a302190: Preparing [2022-03-23T07:24:19.871Z] e6e29e97a33a: Preparing [2022-03-23T07:24:19.871Z] 3e1ff1cc77ca: Preparing [2022-03-23T07:24:19.871Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:19.871Z] 931b1711e0df: Layer already exists [2022-03-23T07:24:19.871Z] 3e1ff1cc77ca: Layer already exists [2022-03-23T07:24:19.871Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:19.871Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:19.871Z] f3c82a302190: Layer already exists [2022-03-23T07:24:20.143Z] latest: digest: sha256:4b4d09bd9592e85a0c54978791bbfdcb6c3cd1f4212ec5581e4ec5df72cec556 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:20.485Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:20.820Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.44 [2022-03-23T07:24:20.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-23T07:24:20.820Z] 931b1711e0df: Preparing [2022-03-23T07:24:20.820Z] f3c82a302190: Preparing [2022-03-23T07:24:20.820Z] e6e29e97a33a: Preparing [2022-03-23T07:24:20.820Z] 3e1ff1cc77ca: Preparing [2022-03-23T07:24:20.820Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:20.820Z] f3c82a302190: Layer already exists [2022-03-23T07:24:20.820Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:20.820Z] 931b1711e0df: Layer already exists [2022-03-23T07:24:20.820Z] 3e1ff1cc77ca: Layer already exists [2022-03-23T07:24:20.820Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:21.090Z] 2.2.0-dev.44: digest: sha256:4b4d09bd9592e85a0c54978791bbfdcb6c3cd1f4212ec5581e4ec5df72cec556 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:21.433Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:21.766Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:21.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-23T07:24:21.766Z] 931b1711e0df: Preparing [2022-03-23T07:24:21.766Z] f3c82a302190: Preparing [2022-03-23T07:24:21.766Z] e6e29e97a33a: Preparing [2022-03-23T07:24:21.766Z] 3e1ff1cc77ca: Preparing [2022-03-23T07:24:21.766Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:21.766Z] 3e1ff1cc77ca: Layer already exists [2022-03-23T07:24:21.766Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:21.766Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:21.766Z] f3c82a302190: Layer already exists [2022-03-23T07:24:21.766Z] 931b1711e0df: Layer already exists [2022-03-23T07:24:22.037Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:4b4d09bd9592e85a0c54978791bbfdcb6c3cd1f4212ec5581e4ec5df72cec556 size: 1365 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:22.381Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:22.715Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-03-23T07:24:22.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-03-23T07:24:22.715Z] 931b1711e0df: Preparing [2022-03-23T07:24:22.715Z] f3c82a302190: Preparing [2022-03-23T07:24:22.715Z] e6e29e97a33a: Preparing [2022-03-23T07:24:22.715Z] 3e1ff1cc77ca: Preparing [2022-03-23T07:24:22.715Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:22.986Z] 931b1711e0df: Layer already exists [2022-03-23T07:24:22.987Z] f3c82a302190: Layer already exists [2022-03-23T07:24:22.987Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:22.987Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:22.987Z] 3e1ff1cc77ca: Layer already exists [2022-03-23T07:24:22.987Z] main: digest: sha256:4b4d09bd9592e85a0c54978791bbfdcb6c3cd1f4212ec5581e4ec5df72cec556 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:24:23.034Z] ===================================================== [Pipeline] echo [2022-03-23T07:24:23.045Z] taggedImages: [2022-03-23T07:24:23.045Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:23.045Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-03-23T07:24:23.045Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.44 [2022-03-23T07:24:23.045Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:23.045Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-03-23T07:24:23.068Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-03-23T07:24:23.068Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:23.068Z] latest [2022-03-23T07:24:23.068Z] 2.2.0-dev.44 [2022-03-23T07:24:23.068Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:23.068Z] main [2022-03-23T07:24:23.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:23.418Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:23.761Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:23.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-23T07:24:23.761Z] fe11d3a28dc0: Preparing [2022-03-23T07:24:23.761Z] 20f96d72a9de: Preparing [2022-03-23T07:24:23.761Z] e6e29e97a33a: Preparing [2022-03-23T07:24:23.761Z] 9a842ff06c43: Preparing [2022-03-23T07:24:23.761Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:24.034Z] 9a842ff06c43: Layer already exists [2022-03-23T07:24:24.034Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:24.034Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:24.034Z] fe11d3a28dc0: Pushed [2022-03-23T07:24:26.644Z] 20f96d72a9de: Pushed [2022-03-23T07:24:26.915Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:ca88938a5e3e3c4897bed043bb4eeef8b7f4b685adf22a5c1a0ae3b5b49926ee size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:27.258Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:27.598Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-03-23T07:24:27.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-23T07:24:27.598Z] fe11d3a28dc0: Preparing [2022-03-23T07:24:27.598Z] 20f96d72a9de: Preparing [2022-03-23T07:24:27.598Z] e6e29e97a33a: Preparing [2022-03-23T07:24:27.598Z] 9a842ff06c43: Preparing [2022-03-23T07:24:27.598Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:27.598Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:27.598Z] 9a842ff06c43: Layer already exists [2022-03-23T07:24:27.598Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:27.598Z] fe11d3a28dc0: Layer already exists [2022-03-23T07:24:27.598Z] 20f96d72a9de: Layer already exists [2022-03-23T07:24:27.871Z] latest: digest: sha256:ca88938a5e3e3c4897bed043bb4eeef8b7f4b685adf22a5c1a0ae3b5b49926ee size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:28.213Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:28.553Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.44 [2022-03-23T07:24:28.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-23T07:24:28.553Z] fe11d3a28dc0: Preparing [2022-03-23T07:24:28.553Z] 20f96d72a9de: Preparing [2022-03-23T07:24:28.553Z] e6e29e97a33a: Preparing [2022-03-23T07:24:28.553Z] 9a842ff06c43: Preparing [2022-03-23T07:24:28.553Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:28.553Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:28.553Z] fe11d3a28dc0: Layer already exists [2022-03-23T07:24:28.553Z] 20f96d72a9de: Layer already exists [2022-03-23T07:24:28.553Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:28.553Z] 9a842ff06c43: Layer already exists [2022-03-23T07:24:28.824Z] 2.2.0-dev.44: digest: sha256:ca88938a5e3e3c4897bed043bb4eeef8b7f4b685adf22a5c1a0ae3b5b49926ee size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:29.167Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:29.505Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:29.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-23T07:24:29.505Z] fe11d3a28dc0: Preparing [2022-03-23T07:24:29.505Z] 20f96d72a9de: Preparing [2022-03-23T07:24:29.505Z] e6e29e97a33a: Preparing [2022-03-23T07:24:29.505Z] 9a842ff06c43: Preparing [2022-03-23T07:24:29.505Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:29.505Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:29.505Z] 9a842ff06c43: Layer already exists [2022-03-23T07:24:29.505Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:29.505Z] fe11d3a28dc0: Layer already exists [2022-03-23T07:24:29.505Z] 20f96d72a9de: Layer already exists [2022-03-23T07:24:29.778Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:ca88938a5e3e3c4897bed043bb4eeef8b7f4b685adf22a5c1a0ae3b5b49926ee size: 1364 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:30.121Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:30.460Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-03-23T07:24:30.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-03-23T07:24:30.460Z] fe11d3a28dc0: Preparing [2022-03-23T07:24:30.460Z] 20f96d72a9de: Preparing [2022-03-23T07:24:30.460Z] e6e29e97a33a: Preparing [2022-03-23T07:24:30.460Z] 9a842ff06c43: Preparing [2022-03-23T07:24:30.460Z] 49c7c6f6dc6c: Preparing [2022-03-23T07:24:30.460Z] 20f96d72a9de: Layer already exists [2022-03-23T07:24:30.460Z] 9a842ff06c43: Layer already exists [2022-03-23T07:24:30.460Z] 49c7c6f6dc6c: Layer already exists [2022-03-23T07:24:30.460Z] e6e29e97a33a: Layer already exists [2022-03-23T07:24:30.460Z] fe11d3a28dc0: Layer already exists [2022-03-23T07:24:30.734Z] main: digest: sha256:ca88938a5e3e3c4897bed043bb4eeef8b7f4b685adf22a5c1a0ae3b5b49926ee size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:24:30.780Z] ===================================================== [Pipeline] echo [2022-03-23T07:24:30.791Z] taggedImages: [2022-03-23T07:24:30.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:30.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-03-23T07:24:30.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.44 [2022-03-23T07:24:30.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:30.791Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-03-23T07:24:30.815Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-03-23T07:24:30.815Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:30.815Z] latest [2022-03-23T07:24:30.815Z] 2.2.0-dev.44 [2022-03-23T07:24:30.815Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:30.815Z] main [2022-03-23T07:24:30.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:31.164Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:31.514Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:31.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-23T07:24:31.514Z] 675e91adf157: Preparing [2022-03-23T07:24:31.514Z] 7ca7a9c56687: Preparing [2022-03-23T07:24:31.514Z] 470c61bfaa9e: Preparing [2022-03-23T07:24:31.514Z] c308c8c2eb82: Preparing [2022-03-23T07:24:31.514Z] e25cc80ef78c: Preparing [2022-03-23T07:24:31.514Z] f7be28c579d0: Preparing [2022-03-23T07:24:31.514Z] 5ddf987a193f: Preparing [2022-03-23T07:24:31.514Z] 05d0a213effb: Preparing [2022-03-23T07:24:31.514Z] 087270190219: Preparing [2022-03-23T07:24:31.514Z] b49c6594ab31: Preparing [2022-03-23T07:24:31.514Z] 62170e181a92: Preparing [2022-03-23T07:24:31.514Z] 5ddf987a193f: Waiting [2022-03-23T07:24:31.514Z] f7be28c579d0: Waiting [2022-03-23T07:24:31.514Z] 05d0a213effb: Waiting [2022-03-23T07:24:31.514Z] b49c6594ab31: Waiting [2022-03-23T07:24:31.514Z] 087270190219: Waiting [2022-03-23T07:24:31.514Z] 62170e181a92: Waiting [2022-03-23T07:24:31.926Z] e25cc80ef78c: Layer already exists [2022-03-23T07:24:31.926Z] f7be28c579d0: Layer already exists [2022-03-23T07:24:31.926Z] 5ddf987a193f: Layer already exists [2022-03-23T07:24:31.926Z] 05d0a213effb: Layer already exists [2022-03-23T07:24:31.926Z] 7ca7a9c56687: Pushed [2022-03-23T07:24:31.926Z] b49c6594ab31: Layer already exists [2022-03-23T07:24:31.926Z] 087270190219: Layer already exists [2022-03-23T07:24:31.926Z] 62170e181a92: Layer already exists [2022-03-23T07:24:32.564Z] 675e91adf157: Pushed [2022-03-23T07:24:34.572Z] 470c61bfaa9e: Pushed [2022-03-23T07:24:52.848Z] c308c8c2eb82: Pushed [2022-03-23T07:24:52.848Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d: digest: sha256:6f129ce83467db49417c0ac7e017a7da80167681be6cc3ba291cae96c7477880 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:53.188Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:53.529Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-03-23T07:24:53.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-23T07:24:53.529Z] 675e91adf157: Preparing [2022-03-23T07:24:53.529Z] 7ca7a9c56687: Preparing [2022-03-23T07:24:53.529Z] 470c61bfaa9e: Preparing [2022-03-23T07:24:53.529Z] c308c8c2eb82: Preparing [2022-03-23T07:24:53.529Z] e25cc80ef78c: Preparing [2022-03-23T07:24:53.529Z] f7be28c579d0: Preparing [2022-03-23T07:24:53.529Z] 5ddf987a193f: Preparing [2022-03-23T07:24:53.529Z] 05d0a213effb: Preparing [2022-03-23T07:24:53.529Z] 087270190219: Preparing [2022-03-23T07:24:53.529Z] b49c6594ab31: Preparing [2022-03-23T07:24:53.529Z] 62170e181a92: Preparing [2022-03-23T07:24:53.529Z] f7be28c579d0: Waiting [2022-03-23T07:24:53.529Z] 5ddf987a193f: Waiting [2022-03-23T07:24:53.529Z] 05d0a213effb: Waiting [2022-03-23T07:24:53.529Z] 087270190219: Waiting [2022-03-23T07:24:53.529Z] 62170e181a92: Waiting [2022-03-23T07:24:53.529Z] b49c6594ab31: Waiting [2022-03-23T07:24:53.529Z] e25cc80ef78c: Layer already exists [2022-03-23T07:24:53.529Z] 675e91adf157: Layer already exists [2022-03-23T07:24:53.529Z] 7ca7a9c56687: Layer already exists [2022-03-23T07:24:53.529Z] c308c8c2eb82: Layer already exists [2022-03-23T07:24:53.529Z] 470c61bfaa9e: Layer already exists [2022-03-23T07:24:53.801Z] 5ddf987a193f: Layer already exists [2022-03-23T07:24:53.801Z] f7be28c579d0: Layer already exists [2022-03-23T07:24:53.801Z] b49c6594ab31: Layer already exists [2022-03-23T07:24:53.801Z] 087270190219: Layer already exists [2022-03-23T07:24:53.801Z] 05d0a213effb: Layer already exists [2022-03-23T07:24:53.801Z] 62170e181a92: Layer already exists [2022-03-23T07:24:53.801Z] latest: digest: sha256:6f129ce83467db49417c0ac7e017a7da80167681be6cc3ba291cae96c7477880 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:54.152Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:54.487Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.44 [2022-03-23T07:24:54.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-23T07:24:54.487Z] 675e91adf157: Preparing [2022-03-23T07:24:54.487Z] 7ca7a9c56687: Preparing [2022-03-23T07:24:54.487Z] 470c61bfaa9e: Preparing [2022-03-23T07:24:54.487Z] c308c8c2eb82: Preparing [2022-03-23T07:24:54.487Z] e25cc80ef78c: Preparing [2022-03-23T07:24:54.487Z] f7be28c579d0: Preparing [2022-03-23T07:24:54.487Z] 5ddf987a193f: Preparing [2022-03-23T07:24:54.487Z] 05d0a213effb: Preparing [2022-03-23T07:24:54.487Z] 087270190219: Preparing [2022-03-23T07:24:54.487Z] b49c6594ab31: Preparing [2022-03-23T07:24:54.487Z] 62170e181a92: Preparing [2022-03-23T07:24:54.487Z] f7be28c579d0: Waiting [2022-03-23T07:24:54.487Z] 5ddf987a193f: Waiting [2022-03-23T07:24:54.487Z] 05d0a213effb: Waiting [2022-03-23T07:24:54.487Z] 087270190219: Waiting [2022-03-23T07:24:54.487Z] b49c6594ab31: Waiting [2022-03-23T07:24:54.487Z] 62170e181a92: Waiting [2022-03-23T07:24:54.487Z] e25cc80ef78c: Layer already exists [2022-03-23T07:24:54.487Z] c308c8c2eb82: Layer already exists [2022-03-23T07:24:54.487Z] 7ca7a9c56687: Layer already exists [2022-03-23T07:24:54.487Z] 675e91adf157: Layer already exists [2022-03-23T07:24:54.487Z] 470c61bfaa9e: Layer already exists [2022-03-23T07:24:54.756Z] f7be28c579d0: Layer already exists [2022-03-23T07:24:54.756Z] b49c6594ab31: Layer already exists [2022-03-23T07:24:54.756Z] 5ddf987a193f: Layer already exists [2022-03-23T07:24:54.756Z] 087270190219: Layer already exists [2022-03-23T07:24:54.756Z] 05d0a213effb: Layer already exists [2022-03-23T07:24:54.756Z] 62170e181a92: Layer already exists [2022-03-23T07:24:54.756Z] 2.2.0-dev.44: digest: sha256:6f129ce83467db49417c0ac7e017a7da80167681be6cc3ba291cae96c7477880 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:55.087Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:55.414Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:55.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-23T07:24:55.414Z] 675e91adf157: Preparing [2022-03-23T07:24:55.414Z] 7ca7a9c56687: Preparing [2022-03-23T07:24:55.414Z] 470c61bfaa9e: Preparing [2022-03-23T07:24:55.414Z] c308c8c2eb82: Preparing [2022-03-23T07:24:55.414Z] e25cc80ef78c: Preparing [2022-03-23T07:24:55.414Z] f7be28c579d0: Preparing [2022-03-23T07:24:55.414Z] 5ddf987a193f: Preparing [2022-03-23T07:24:55.414Z] 05d0a213effb: Preparing [2022-03-23T07:24:55.414Z] 087270190219: Preparing [2022-03-23T07:24:55.414Z] b49c6594ab31: Preparing [2022-03-23T07:24:55.414Z] 62170e181a92: Preparing [2022-03-23T07:24:55.414Z] f7be28c579d0: Waiting [2022-03-23T07:24:55.414Z] 5ddf987a193f: Waiting [2022-03-23T07:24:55.414Z] 05d0a213effb: Waiting [2022-03-23T07:24:55.414Z] 087270190219: Waiting [2022-03-23T07:24:55.414Z] b49c6594ab31: Waiting [2022-03-23T07:24:55.414Z] 62170e181a92: Waiting [2022-03-23T07:24:55.414Z] 7ca7a9c56687: Layer already exists [2022-03-23T07:24:55.414Z] c308c8c2eb82: Layer already exists [2022-03-23T07:24:55.414Z] 675e91adf157: Layer already exists [2022-03-23T07:24:55.414Z] e25cc80ef78c: Layer already exists [2022-03-23T07:24:55.414Z] 470c61bfaa9e: Layer already exists [2022-03-23T07:24:55.414Z] f7be28c579d0: Layer already exists [2022-03-23T07:24:55.414Z] 05d0a213effb: Layer already exists [2022-03-23T07:24:55.414Z] 5ddf987a193f: Layer already exists [2022-03-23T07:24:55.414Z] b49c6594ab31: Layer already exists [2022-03-23T07:24:55.414Z] 087270190219: Layer already exists [2022-03-23T07:24:55.414Z] 62170e181a92: Layer already exists [2022-03-23T07:24:55.683Z] 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44: digest: sha256:6f129ce83467db49417c0ac7e017a7da80167681be6cc3ba291cae96c7477880 size: 2622 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:56.016Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:56.339Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-03-23T07:24:56.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-03-23T07:24:56.339Z] 675e91adf157: Preparing [2022-03-23T07:24:56.339Z] 7ca7a9c56687: Preparing [2022-03-23T07:24:56.339Z] 470c61bfaa9e: Preparing [2022-03-23T07:24:56.339Z] c308c8c2eb82: Preparing [2022-03-23T07:24:56.339Z] e25cc80ef78c: Preparing [2022-03-23T07:24:56.339Z] f7be28c579d0: Preparing [2022-03-23T07:24:56.339Z] 5ddf987a193f: Preparing [2022-03-23T07:24:56.339Z] 05d0a213effb: Preparing [2022-03-23T07:24:56.339Z] 087270190219: Preparing [2022-03-23T07:24:56.339Z] b49c6594ab31: Preparing [2022-03-23T07:24:56.339Z] 62170e181a92: Preparing [2022-03-23T07:24:56.339Z] f7be28c579d0: Waiting [2022-03-23T07:24:56.339Z] 5ddf987a193f: Waiting [2022-03-23T07:24:56.339Z] 05d0a213effb: Waiting [2022-03-23T07:24:56.339Z] 087270190219: Waiting [2022-03-23T07:24:56.339Z] b49c6594ab31: Waiting [2022-03-23T07:24:56.339Z] 62170e181a92: Waiting [2022-03-23T07:24:56.339Z] 7ca7a9c56687: Layer already exists [2022-03-23T07:24:56.339Z] e25cc80ef78c: Layer already exists [2022-03-23T07:24:56.339Z] 470c61bfaa9e: Layer already exists [2022-03-23T07:24:56.339Z] 675e91adf157: Layer already exists [2022-03-23T07:24:56.339Z] c308c8c2eb82: Layer already exists [2022-03-23T07:24:56.339Z] 087270190219: Layer already exists [2022-03-23T07:24:56.339Z] f7be28c579d0: Layer already exists [2022-03-23T07:24:56.339Z] 5ddf987a193f: Layer already exists [2022-03-23T07:24:56.339Z] 05d0a213effb: Layer already exists [2022-03-23T07:24:56.339Z] b49c6594ab31: Layer already exists [2022-03-23T07:24:56.339Z] 62170e181a92: Layer already exists [2022-03-23T07:24:56.608Z] main: digest: sha256:6f129ce83467db49417c0ac7e017a7da80167681be6cc3ba291cae96c7477880 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-23T07:24:56.654Z] ===================================================== [Pipeline] echo [2022-03-23T07:24:56.661Z] taggedImages: [2022-03-23T07:24:56.661Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [2022-03-23T07:24:56.661Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-03-23T07:24:56.661Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.44 [2022-03-23T07:24:56.661Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d-2.2.0-dev.44 [2022-03-23T07:24:56.661Z] - 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-23T07:24:57.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T07:24:57.024Z] [2022-03-23T07:24:57.024Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:24:57.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T07:24:57.635Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-23T07:24:57.635Z] 8998bd30e6a1: Pulling fs layer [2022-03-23T07:24:57.635Z] 04944245beec: Pulling fs layer [2022-03-23T07:24:57.635Z] 699f458cf7ca: Pulling fs layer [2022-03-23T07:24:57.635Z] 765212b225bb: Pulling fs layer [2022-03-23T07:24:57.635Z] f23df028b6ca: Pulling fs layer [2022-03-23T07:24:57.635Z] d65c8cfc05b1: Pulling fs layer [2022-03-23T07:24:57.635Z] 2437ff75d9bd: Pulling fs layer [2022-03-23T07:24:57.635Z] 765212b225bb: Waiting [2022-03-23T07:24:57.635Z] f23df028b6ca: Waiting [2022-03-23T07:24:57.635Z] d65c8cfc05b1: Waiting [2022-03-23T07:24:57.635Z] 2437ff75d9bd: Waiting [2022-03-23T07:24:57.635Z] 04944245beec: Verifying Checksum [2022-03-23T07:24:57.635Z] 04944245beec: Download complete [2022-03-23T07:24:57.635Z] 765212b225bb: Verifying Checksum [2022-03-23T07:24:57.635Z] 765212b225bb: Download complete [2022-03-23T07:24:57.635Z] f23df028b6ca: Verifying Checksum [2022-03-23T07:24:57.635Z] f23df028b6ca: Download complete [2022-03-23T07:24:57.635Z] d65c8cfc05b1: Verifying Checksum [2022-03-23T07:24:57.635Z] d65c8cfc05b1: Download complete [2022-03-23T07:24:57.911Z] 699f458cf7ca: Verifying Checksum [2022-03-23T07:24:57.911Z] 699f458cf7ca: Download complete [2022-03-23T07:24:58.186Z] 8998bd30e6a1: Verifying Checksum [2022-03-23T07:24:58.186Z] 8998bd30e6a1: Download complete [2022-03-23T07:25:00.804Z] 2437ff75d9bd: Verifying Checksum [2022-03-23T07:25:00.804Z] 2437ff75d9bd: Download complete [2022-03-23T07:25:02.772Z] 8998bd30e6a1: Pull complete [2022-03-23T07:25:03.044Z] 04944245beec: Pull complete [2022-03-23T07:25:04.477Z] 699f458cf7ca: Pull complete [2022-03-23T07:25:04.751Z] 765212b225bb: Pull complete [2022-03-23T07:25:05.351Z] f23df028b6ca: Pull complete [2022-03-23T07:25:05.623Z] d65c8cfc05b1: Pull complete [2022-03-23T07:25:20.707Z] 2437ff75d9bd: Pull complete [2022-03-23T07:25:20.707Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-23T07:25:20.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-23T07:25:20.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-23T07:25:20.957Z] prd-ubuntu20.04-docker-arm64-4c-16g-8620 does not seem to be running inside a container [2022-03-23T07:25:21.042Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@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-lftools-log-publisher:arm64 cat [2022-03-23T07:25:23.686Z] $ docker top 37c71766be3319d2949f9cdabf12d1600d7af55b78f59986380a764f8d97f0ba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:25:24.685Z] ---> job-cost.sh [2022-03-23T07:25:24.685Z] lf-activate-venv: SKIPPING [2022-03-23T07:25:24.685Z] INFO: No Stack... [2022-03-23T07:25:25.280Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-23T07:25:26.254Z] INFO: Archiving Costs [Pipeline] sh [2022-03-23T07:25:26.913Z] + cat /w/workspace/edgex-go/165/archives/cost.csv [2022-03-23T07:25:26.914Z] + cut -d, -f6 [Pipeline] lock [2022-03-23T07:25:26.983Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-165-stack-cost] [2022-03-23T07:25:26.994Z] Resource [jenkins-edgexfoundry-edgex-go-main-165-stack-cost] did not exist. Created. [2022-03-23T07:25:26.994Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-23T07:25:27.670Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-23T07:25:28.301Z] Stashed 1 file(s) [Pipeline] } [2022-03-23T07:25:28.307Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-165-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-23T07:25:28.330Z] $ docker stop --time=1 37c71766be3319d2949f9cdabf12d1600d7af55b78f59986380a764f8d97f0ba [2022-03-23T07:25:29.947Z] $ docker rm -f 37c71766be3319d2949f9cdabf12d1600d7af55b78f59986380a764f8d97f0ba [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-23T07:25:30.553Z] provisioning config files... [2022-03-23T07:25:30.562Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/165@tmp/config7055757008926830833tmp [Pipeline] { [Pipeline] sh [2022-03-23T07:25:30.853Z] + set +x [2022-03-23T07:25:30.853Z] + bash -s -- [2022-03-23T07:25:30.853Z] + curl -s https://codecov.io/bash [2022-03-23T07:25:30.853Z] [2022-03-23T07:25:30.853Z] _____ _ [2022-03-23T07:25:30.853Z] / ____| | | [2022-03-23T07:25:30.853Z] | | ___ __| | ___ ___ _____ __ [2022-03-23T07:25:30.853Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-23T07:25:30.853Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-23T07:25:30.853Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-23T07:25:30.853Z] Bash-1.0.6 [2022-03-23T07:25:30.853Z] [2022-03-23T07:25:30.853Z] [2022-03-23T07:25:30.853Z] ==> git version 2.25.1 found [2022-03-23T07:25:30.853Z] ==> 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-23T07:25:30.853Z] Release-Date: 2020-01-08 [2022-03-23T07:25:30.853Z] 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-23T07:25:30.853Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-23T07:25:30.853Z] ==> Jenkins CI detected. [2022-03-23T07:25:30.853Z] current dir:  /w/workspace/edgex-go/165 [2022-03-23T07:25:30.854Z] project root: . [2022-03-23T07:25:30.854Z] --> token set from env [2022-03-23T07:25:30.854Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-23T07:25:30.854Z] ==> Running gcov in . (disable via -X gcov) [2022-03-23T07:25:30.854Z] ==> Python coveragepy not found [2022-03-23T07:25:30.854Z] ==> Searching for coverage reports in: [2022-03-23T07:25:30.854Z] + . [2022-03-23T07:25:30.854Z] -> Found 1 reports [2022-03-23T07:25:30.854Z] ==> Detecting git/mercurial file structure [2022-03-23T07:25:30.854Z] ==> Reading reports [2022-03-23T07:25:30.854Z] + ./coverage.out bytes=426503 [2022-03-23T07:25:30.854Z] ==> Appending adjustments [2022-03-23T07:25:30.854Z] https://docs.codecov.io/docs/fixing-reports [2022-03-23T07:25:32.260Z] + Found adjustments [2022-03-23T07:25:32.260Z] ==> Gzipping contents [2022-03-23T07:25:32.260Z] 60K /tmp/codecov.LoZEfo.gz [2022-03-23T07:25:32.260Z] ==> Uploading reports [2022-03-23T07:25:32.260Z] url: https://codecov.io [2022-03-23T07:25:32.260Z] query: branch=main&commit=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F165%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-23T07:25:32.260Z] -> Pinging Codecov [2022-03-23T07:25:32.260Z] 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=6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F165%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-23T07:25:32.260Z] -> Uploading to [2022-03-23T07:25:32.260Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-23/00271124DB129430A58F1EEE437C3FCB/6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d/da6ca44d-dbbc-407f-999a-a7408cd241e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220323T072532Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03fb9ea21859b24acfafb301de57816de55adb62496eee859769f504d51c581a [2022-03-23T07:25:32.260Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:32.261Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:32.631Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57942 0 0 100 57942 0 227k --:--:-- --:--:-- --:--:-- 227k [2022-03-23T07:25:32.631Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d [Pipeline] } [2022-03-23T07:25:32.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-03-23T07:25:32.920Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-03-23T07:25:32.932Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:25:33.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-23T07:25:33.223Z] [2022-03-23T07:25:33.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:25:33.520Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-23T07:25:33.520Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-03-23T07:25:33.520Z] 188c0c94c7c5: Pulling fs layer [2022-03-23T07:25:33.520Z] 0ef7d3d256c8: Pulling fs layer [2022-03-23T07:25:33.520Z] de9db76c5a1d: Pulling fs layer [2022-03-23T07:25:33.520Z] 0eba1c9be4d2: Pulling fs layer [2022-03-23T07:25:33.520Z] 0d57e429df01: Pulling fs layer [2022-03-23T07:25:33.520Z] 4e4be7b47b0d: Pulling fs layer [2022-03-23T07:25:33.520Z] e1f770b5df2f: Pulling fs layer [2022-03-23T07:25:33.520Z] 85a0685a4137: Pulling fs layer [2022-03-23T07:25:33.520Z] 0eba1c9be4d2: Waiting [2022-03-23T07:25:33.520Z] 4e4be7b47b0d: Waiting [2022-03-23T07:25:33.520Z] 0d57e429df01: Waiting [2022-03-23T07:25:33.520Z] 85a0685a4137: Waiting [2022-03-23T07:25:33.520Z] e1f770b5df2f: Waiting [2022-03-23T07:25:33.520Z] de9db76c5a1d: Verifying Checksum [2022-03-23T07:25:33.520Z] de9db76c5a1d: Download complete [2022-03-23T07:25:33.520Z] 0ef7d3d256c8: Download complete [2022-03-23T07:25:33.520Z] 0d57e429df01: Verifying Checksum [2022-03-23T07:25:33.520Z] 0d57e429df01: Download complete [2022-03-23T07:25:33.520Z] 4e4be7b47b0d: Verifying Checksum [2022-03-23T07:25:33.520Z] 4e4be7b47b0d: Download complete [2022-03-23T07:25:33.520Z] 188c0c94c7c5: Verifying Checksum [2022-03-23T07:25:33.520Z] 188c0c94c7c5: Download complete [2022-03-23T07:25:33.781Z] 188c0c94c7c5: Pull complete [2022-03-23T07:25:33.781Z] e1f770b5df2f: Verifying Checksum [2022-03-23T07:25:33.781Z] e1f770b5df2f: Download complete [2022-03-23T07:25:34.041Z] 0ef7d3d256c8: Pull complete [2022-03-23T07:25:34.041Z] de9db76c5a1d: Pull complete [2022-03-23T07:25:34.302Z] 0eba1c9be4d2: Verifying Checksum [2022-03-23T07:25:34.302Z] 0eba1c9be4d2: Download complete [2022-03-23T07:25:34.561Z] 85a0685a4137: Verifying Checksum [2022-03-23T07:25:34.561Z] 85a0685a4137: Download complete [2022-03-23T07:25:37.855Z] 0eba1c9be4d2: Pull complete [2022-03-23T07:25:37.855Z] 0d57e429df01: Pull complete [2022-03-23T07:25:37.855Z] 4e4be7b47b0d: Pull complete [2022-03-23T07:25:38.114Z] e1f770b5df2f: Pull complete [2022-03-23T07:25:41.404Z] 85a0685a4137: Pull complete [2022-03-23T07:25:41.404Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-03-23T07:25:41.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-23T07:25:41.404Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-03-23T07:25:41.468Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:25:41.505Z] $ 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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-03-23T07:25:45.607Z] $ docker top 069103f1d2e12c6895f8812bd6b869ea6b129ba12ba8bdd05894edd3dc2a03c5 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-23T07:25:45.686Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-03-23T07:25:45.964Z] + set -o pipefail [2022-03-23T07:25:45.964Z] + snyk monitor '--org=edgex-jenkins' [2022-03-23T07:25:50.166Z] [2022-03-23T07:25:50.166Z] Monitoring /w/workspace/edgex-go/165 (github.com/edgexfoundry/edgex-go)... [2022-03-23T07:25:50.166Z] [2022-03-23T07:25:50.166Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d83e1660-d2f4-4b93-8803-d58b51a894a0 [2022-03-23T07:25:50.166Z] [2022-03-23T07:25:50.166Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-03-23T07:25:50.166Z] [2022-03-23T07:25:50.166Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-03-23T07:25:50.166Z] [2022-03-23T07:25:50.166Z] [Pipeline] } [2022-03-23T07:25:50.185Z] $ docker stop --time=1 069103f1d2e12c6895f8812bd6b869ea6b129ba12ba8bdd05894edd3dc2a03c5 [2022-03-23T07:25:52.013Z] $ docker rm -f 069103f1d2e12c6895f8812bd6b869ea6b129ba12ba8bdd05894edd3dc2a03c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-03-23T07:25:52.355Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T07:25:52.370Z] provisioning config files... [2022-03-23T07:25:52.380Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/165@tmp/config4673825849949699800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:25:52.678Z] --> edgex-publish-swagger.sh [2022-03-23T07:25:52.678Z] === Publish openapi/v2 API === [2022-03-23T07:25:52.678Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-03-23T07:25:52.678Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/165/openapi/v2/core-command.yaml] [2022-03-23T07:25:52.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:52.678Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:53.619Z] 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 30533 0:00:01 0:00:01 --:--:-- 30505 100 33831 0 0 100 33831 0 30533 0:00:01 0:00:01 --:--:-- 30505 [2022-03-23T07:25:53.619Z] [2022-03-23T07:25:53.619Z] [2022-03-23T07:25:53.619Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/165/openapi/v2/core-data.yaml] [2022-03-23T07:25:53.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:53.619Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:54.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 71891 --:--:-- --:--:-- --:--:-- 71819 100 71604 0 0 100 71604 0 71891 --:--:-- --:--:-- --:--:-- 71819 [2022-03-23T07:25:54.561Z] [2022-03-23T07:25:54.561Z] [2022-03-23T07:25:54.561Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/165/openapi/v2/core-metadata.yaml] [2022-03-23T07:25:54.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:54.822Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:56.208Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 137k 0 0 100 137k 0 113k 0:00:01 0:00:01 --:--:-- 113k 100 137k 0 0 100 137k 0 111k 0:00:01 0:00:01 --:--:-- 111k [2022-03-23T07:25:56.208Z] [2022-03-23T07:25:56.208Z] [2022-03-23T07:25:56.208Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/165/openapi/v2/support-notifications.yaml] [2022-03-23T07:25:56.208Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:56.208Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:56.778Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 99132 --:--:-- --:--:-- --:--:-- 99022 100 89318 0 0 100 89318 0 99132 --:--:-- --:--:-- --:--:-- 99022 [2022-03-23T07:25:56.778Z] [2022-03-23T07:25:56.778Z] [2022-03-23T07:25:56.778Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/165/openapi/v2/support-scheduler.yaml] [2022-03-23T07:25:56.778Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:56.778Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:58.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 37998 0:00:01 0:00:01 --:--:-- 37998 100 39556 0 0 100 39556 0 37998 0:00:01 0:00:01 --:--:-- 37998 [2022-03-23T07:25:58.161Z] [2022-03-23T07:25:58.161Z] [2022-03-23T07:25:58.161Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/165/openapi/v2/system-agent.yaml] [2022-03-23T07:25:58.161Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-23T07:25:58.161Z] Dload Upload Total Spent Left Speed [2022-03-23T07:25:59.100Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 21148 --:--:-- --:--:-- --:--:-- 21126 100 20091 0 0 100 20091 0 21126 --:--:-- --:--:-- --:--:-- 21103 [2022-03-23T07:25:59.100Z] [2022-03-23T07:25:59.100Z] [Pipeline] } [2022-03-23T07:25:59.108Z] 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-23T07:25:59.489Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T07:25:59.489Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:25:59.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T07:25:59.783Z] . [Pipeline] withDockerContainer [2022-03-23T07:25:59.850Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:25:59.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-23T07:26:00.414Z] $ docker top 5d2367928d9e43165eaa9a4537d09a72951d324198038bc285bab9d086e0800b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T07:26:00.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T07:26:00.497Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T07:26:00.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T07:26:00.615Z] $ docker exec 5d2367928d9e43165eaa9a4537d09a72951d324198038bc285bab9d086e0800b ssh-agent [2022-03-23T07:26:00.730Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKiLogm/agent.13 [2022-03-23T07:26:00.730Z] SSH_AGENT_PID=19 [2022-03-23T07:26:00.735Z] Running ssh-add (command line suppressed) [2022-03-23T07:26:00.851Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_3837763259592176171.key (/w/workspace/edgex-go/165@tmp/private_key_3837763259592176171.key) [2022-03-23T07:26:00.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T07:26:01.146Z] + git semver tag [2022-03-23T07:26:01.146Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T07:26:01.146Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2022-03-23T07:26:01.146Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2022-03-23T07:26:01.146Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T07:26:01.146Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T07:26:01.146Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T07:26:01.146Z] # $SEMVER_BRANCH = main [2022-03-23T07:26:01.146Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [2022-03-23T07:26:01.146Z] # 6c659a0ac7e4b075f733eda5a0e0ff4b7d22267d HEAD [2022-03-23T07:26:01.146Z] # -> Force: false [2022-03-23T07:26:01.146Z] # 4edef40be18d42bc41cc7becab2d4ca31eef9fdb refs/tags/v2.2.0-dev.44 [Pipeline] } [2022-03-23T07:26:01.162Z] $ docker exec --env ******** --env ******** 5d2367928d9e43165eaa9a4537d09a72951d324198038bc285bab9d086e0800b ssh-agent -k [2022-03-23T07:26:01.258Z] unset SSH_AUTH_SOCK; [2022-03-23T07:26:01.259Z] unset SSH_AGENT_PID; [2022-03-23T07:26:01.259Z] echo Agent pid 19 killed; [2022-03-23T07:26:01.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T07:26:01.568Z] + git semver [Pipeline] } [2022-03-23T07:26:01.588Z] $ docker stop --time=1 5d2367928d9e43165eaa9a4537d09a72951d324198038bc285bab9d086e0800b [2022-03-23T07:26:03.031Z] $ docker rm -f 5d2367928d9e43165eaa9a4537d09a72951d324198038bc285bab9d086e0800b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:26:03.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-23T07:26:03.426Z] [2022-03-23T07:26:03.426Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:26:03.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-23T07:26:03.723Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-03-23T07:26:03.723Z] ab5ef0e58194: Pulling fs layer [2022-03-23T07:26:03.723Z] 9712f1f96733: Pulling fs layer [2022-03-23T07:26:03.723Z] 63f879dbbcfc: Pulling fs layer [2022-03-23T07:26:03.723Z] 0d9ebad4ef96: Pulling fs layer [2022-03-23T07:26:03.723Z] e9a5061849ea: Pulling fs layer [2022-03-23T07:26:03.723Z] d747dcd14b5f: Pulling fs layer [2022-03-23T07:26:03.723Z] 2de7ff778b66: Pulling fs layer [2022-03-23T07:26:03.723Z] 0d9ebad4ef96: Waiting [2022-03-23T07:26:03.723Z] 2de7ff778b66: Waiting [2022-03-23T07:26:03.724Z] e9a5061849ea: Waiting [2022-03-23T07:26:03.724Z] d747dcd14b5f: Waiting [2022-03-23T07:26:03.724Z] 9712f1f96733: Verifying Checksum [2022-03-23T07:26:03.724Z] 9712f1f96733: Download complete [2022-03-23T07:26:03.983Z] 63f879dbbcfc: Verifying Checksum [2022-03-23T07:26:03.983Z] 63f879dbbcfc: Download complete [2022-03-23T07:26:04.241Z] e9a5061849ea: Verifying Checksum [2022-03-23T07:26:04.241Z] e9a5061849ea: Download complete [2022-03-23T07:26:04.241Z] d747dcd14b5f: Verifying Checksum [2022-03-23T07:26:04.241Z] d747dcd14b5f: Download complete [2022-03-23T07:26:04.242Z] 0d9ebad4ef96: Verifying Checksum [2022-03-23T07:26:04.242Z] 0d9ebad4ef96: Download complete [2022-03-23T07:26:04.242Z] 2de7ff778b66: Verifying Checksum [2022-03-23T07:26:04.242Z] 2de7ff778b66: Download complete [2022-03-23T07:26:04.500Z] ab5ef0e58194: Verifying Checksum [2022-03-23T07:26:04.500Z] ab5ef0e58194: Download complete [2022-03-23T07:26:07.033Z] ab5ef0e58194: Pull complete [2022-03-23T07:26:07.033Z] 9712f1f96733: Pull complete [2022-03-23T07:26:07.602Z] 63f879dbbcfc: Pull complete [2022-03-23T07:26:11.795Z] 0d9ebad4ef96: Pull complete [2022-03-23T07:26:11.795Z] e9a5061849ea: Pull complete [2022-03-23T07:26:11.795Z] d747dcd14b5f: Pull complete [2022-03-23T07:26:12.733Z] 2de7ff778b66: Pull complete [2022-03-23T07:26:12.733Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-03-23T07:26:12.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-23T07:26:12.733Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-03-23T07:26:12.793Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:26:12.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-03-23T07:26:14.645Z] $ docker top d4bd778486cc37191e918fa18d9c9dc8f81e5b89cca11298c614b80e383d7693 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-03-23T07:26:14.719Z] provisioning config files... [2022-03-23T07:26:14.728Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/165@tmp/config1859907065487286889tmp [2022-03-23T07:26:14.738Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/165@tmp/config8725886330282718924tmp [2022-03-23T07:26:14.749Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/165@tmp/config2280236105360352072tmp [Pipeline] { [Pipeline] echo [2022-03-23T07:26:14.763Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:15.066Z] ---> sigul-configuration.sh [2022-03-23T07:26:15.066Z] gpg: directory `/root/.gnupg' created [2022-03-23T07:26:15.066Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-03-23T07:26:15.066Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-03-23T07:26:15.066Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-03-23T07:26:15.066Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-03-23T07:26:15.066Z] gpg: CAST5 encrypted data [2022-03-23T07:26:15.066Z] gpg: encrypted with 1 passphrase [2022-03-23T07:26:15.066Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-03-23T07:26:15.402Z] + mkdir /home/jenkins [2022-03-23T07:26:15.402Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-03-23T07:26:15.686Z] + 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-23T07:26:15.695Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:15.978Z] ---> sigul-install.sh [2022-03-23T07:26:15.978Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-03-23T07:26:16.263Z] + git tag --list [2022-03-23T07:26:16.263Z] 0.6.0 [2022-03-23T07:26:16.263Z] 0.6.1 [2022-03-23T07:26:16.263Z] 0.7.0 [2022-03-23T07:26:16.263Z] 0.7.1 [2022-03-23T07:26:16.263Z] v1.0.0 [2022-03-23T07:26:16.263Z] v1.0.1 [2022-03-23T07:26:16.263Z] v1.1.0 [2022-03-23T07:26:16.263Z] v1.2.0 [2022-03-23T07:26:16.263Z] v1.2.1 [2022-03-23T07:26:16.263Z] v1.3.0 [2022-03-23T07:26:16.263Z] v1.3.1 [2022-03-23T07:26:16.263Z] v2.0.0 [2022-03-23T07:26:16.263Z] v2.0.1-dev.1 [2022-03-23T07:26:16.263Z] v2.0.1-dev.10 [2022-03-23T07:26:16.263Z] v2.0.1-dev.11 [2022-03-23T07:26:16.263Z] v2.0.1-dev.12 [2022-03-23T07:26:16.263Z] v2.0.1-dev.13 [2022-03-23T07:26:16.263Z] v2.0.1-dev.14 [2022-03-23T07:26:16.263Z] v2.0.1-dev.15 [2022-03-23T07:26:16.263Z] v2.0.1-dev.16 [2022-03-23T07:26:16.263Z] v2.0.1-dev.17 [2022-03-23T07:26:16.263Z] v2.0.1-dev.18 [2022-03-23T07:26:16.263Z] v2.0.1-dev.19 [2022-03-23T07:26:16.263Z] v2.0.1-dev.2 [2022-03-23T07:26:16.263Z] v2.0.1-dev.20 [2022-03-23T07:26:16.263Z] v2.0.1-dev.21 [2022-03-23T07:26:16.263Z] v2.0.1-dev.22 [2022-03-23T07:26:16.263Z] v2.0.1-dev.23 [2022-03-23T07:26:16.263Z] v2.0.1-dev.24 [2022-03-23T07:26:16.263Z] v2.0.1-dev.25 [2022-03-23T07:26:16.263Z] v2.0.1-dev.26 [2022-03-23T07:26:16.263Z] v2.0.1-dev.27 [2022-03-23T07:26:16.263Z] v2.0.1-dev.28 [2022-03-23T07:26:16.263Z] v2.0.1-dev.29 [2022-03-23T07:26:16.263Z] v2.0.1-dev.3 [2022-03-23T07:26:16.263Z] v2.0.1-dev.30 [2022-03-23T07:26:16.263Z] v2.0.1-dev.31 [2022-03-23T07:26:16.263Z] v2.0.1-dev.32 [2022-03-23T07:26:16.263Z] v2.0.1-dev.33 [2022-03-23T07:26:16.263Z] v2.0.1-dev.34 [2022-03-23T07:26:16.263Z] v2.0.1-dev.35 [2022-03-23T07:26:16.263Z] v2.0.1-dev.36 [2022-03-23T07:26:16.263Z] v2.0.1-dev.37 [2022-03-23T07:26:16.263Z] v2.0.1-dev.38 [2022-03-23T07:26:16.263Z] v2.0.1-dev.39 [2022-03-23T07:26:16.263Z] v2.0.1-dev.4 [2022-03-23T07:26:16.263Z] v2.0.1-dev.40 [2022-03-23T07:26:16.263Z] v2.0.1-dev.41 [2022-03-23T07:26:16.263Z] v2.0.1-dev.42 [2022-03-23T07:26:16.263Z] v2.0.1-dev.43 [2022-03-23T07:26:16.263Z] v2.0.1-dev.44 [2022-03-23T07:26:16.263Z] v2.0.1-dev.45 [2022-03-23T07:26:16.263Z] v2.0.1-dev.46 [2022-03-23T07:26:16.263Z] v2.0.1-dev.47 [2022-03-23T07:26:16.263Z] v2.0.1-dev.48 [2022-03-23T07:26:16.263Z] v2.0.1-dev.49 [2022-03-23T07:26:16.263Z] v2.0.1-dev.5 [2022-03-23T07:26:16.263Z] v2.0.1-dev.50 [2022-03-23T07:26:16.263Z] v2.0.1-dev.51 [2022-03-23T07:26:16.263Z] v2.0.1-dev.52 [2022-03-23T07:26:16.263Z] v2.0.1-dev.53 [2022-03-23T07:26:16.263Z] v2.0.1-dev.54 [2022-03-23T07:26:16.263Z] v2.0.1-dev.55 [2022-03-23T07:26:16.263Z] v2.0.1-dev.56 [2022-03-23T07:26:16.263Z] v2.0.1-dev.57 [2022-03-23T07:26:16.263Z] v2.0.1-dev.58 [2022-03-23T07:26:16.263Z] v2.0.1-dev.59 [2022-03-23T07:26:16.263Z] v2.0.1-dev.6 [2022-03-23T07:26:16.263Z] v2.0.1-dev.60 [2022-03-23T07:26:16.263Z] v2.0.1-dev.61 [2022-03-23T07:26:16.263Z] v2.0.1-dev.62 [2022-03-23T07:26:16.263Z] v2.0.1-dev.63 [2022-03-23T07:26:16.263Z] v2.0.1-dev.64 [2022-03-23T07:26:16.263Z] v2.0.1-dev.65 [2022-03-23T07:26:16.263Z] v2.0.1-dev.66 [2022-03-23T07:26:16.263Z] v2.0.1-dev.67 [2022-03-23T07:26:16.263Z] v2.0.1-dev.68 [2022-03-23T07:26:16.263Z] v2.0.1-dev.69 [2022-03-23T07:26:16.263Z] v2.0.1-dev.7 [2022-03-23T07:26:16.263Z] v2.0.1-dev.70 [2022-03-23T07:26:16.263Z] v2.0.1-dev.71 [2022-03-23T07:26:16.263Z] v2.0.1-dev.72 [2022-03-23T07:26:16.263Z] v2.0.1-dev.73 [2022-03-23T07:26:16.263Z] v2.0.1-dev.74 [2022-03-23T07:26:16.263Z] v2.0.1-dev.75 [2022-03-23T07:26:16.263Z] v2.0.1-dev.76 [2022-03-23T07:26:16.263Z] v2.0.1-dev.77 [2022-03-23T07:26:16.263Z] v2.0.1-dev.78 [2022-03-23T07:26:16.263Z] v2.0.1-dev.79 [2022-03-23T07:26:16.263Z] v2.0.1-dev.8 [2022-03-23T07:26:16.263Z] v2.0.1-dev.80 [2022-03-23T07:26:16.263Z] v2.0.1-dev.81 [2022-03-23T07:26:16.263Z] v2.0.1-dev.82 [2022-03-23T07:26:16.263Z] v2.0.1-dev.83 [2022-03-23T07:26:16.263Z] v2.0.1-dev.84 [2022-03-23T07:26:16.263Z] v2.0.1-dev.85 [2022-03-23T07:26:16.263Z] v2.0.1-dev.86 [2022-03-23T07:26:16.263Z] v2.0.1-dev.87 [2022-03-23T07:26:16.263Z] v2.0.1-dev.88 [2022-03-23T07:26:16.263Z] v2.0.1-dev.89 [2022-03-23T07:26:16.263Z] v2.0.1-dev.9 [2022-03-23T07:26:16.264Z] v2.0.1-dev.90 [2022-03-23T07:26:16.264Z] v2.0.1-dev.91 [2022-03-23T07:26:16.264Z] v2.0.1-dev.92 [2022-03-23T07:26:16.264Z] v2.0.1-dev.93 [2022-03-23T07:26:16.264Z] v2.0.1-dev.94 [2022-03-23T07:26:16.264Z] v2.0.1-dev.95 [2022-03-23T07:26:16.264Z] v2.0.1-dev.96 [2022-03-23T07:26:16.264Z] v2.0.1-dev.97 [2022-03-23T07:26:16.264Z] v2.0.1-dev.98 [2022-03-23T07:26:16.264Z] v2.0.1-dev.99 [2022-03-23T07:26:16.264Z] v2.1.0 [2022-03-23T07:26:16.264Z] v2.2.0-dev.1 [2022-03-23T07:26:16.264Z] v2.2.0-dev.10 [2022-03-23T07:26:16.264Z] v2.2.0-dev.11 [2022-03-23T07:26:16.264Z] v2.2.0-dev.12 [2022-03-23T07:26:16.264Z] v2.2.0-dev.13 [2022-03-23T07:26:16.264Z] v2.2.0-dev.14 [2022-03-23T07:26:16.264Z] v2.2.0-dev.15 [2022-03-23T07:26:16.264Z] v2.2.0-dev.16 [2022-03-23T07:26:16.264Z] v2.2.0-dev.17 [2022-03-23T07:26:16.264Z] v2.2.0-dev.18 [2022-03-23T07:26:16.264Z] v2.2.0-dev.19 [2022-03-23T07:26:16.264Z] v2.2.0-dev.2 [2022-03-23T07:26:16.264Z] v2.2.0-dev.20 [2022-03-23T07:26:16.264Z] v2.2.0-dev.21 [2022-03-23T07:26:16.264Z] v2.2.0-dev.22 [2022-03-23T07:26:16.264Z] v2.2.0-dev.23 [2022-03-23T07:26:16.264Z] v2.2.0-dev.24 [2022-03-23T07:26:16.264Z] v2.2.0-dev.25 [2022-03-23T07:26:16.264Z] v2.2.0-dev.26 [2022-03-23T07:26:16.264Z] v2.2.0-dev.27 [2022-03-23T07:26:16.264Z] v2.2.0-dev.28 [2022-03-23T07:26:16.264Z] v2.2.0-dev.29 [2022-03-23T07:26:16.264Z] v2.2.0-dev.3 [2022-03-23T07:26:16.264Z] v2.2.0-dev.30 [2022-03-23T07:26:16.264Z] v2.2.0-dev.31 [2022-03-23T07:26:16.264Z] v2.2.0-dev.32 [2022-03-23T07:26:16.264Z] v2.2.0-dev.33 [2022-03-23T07:26:16.264Z] v2.2.0-dev.34 [2022-03-23T07:26:16.264Z] v2.2.0-dev.35 [2022-03-23T07:26:16.264Z] v2.2.0-dev.36 [2022-03-23T07:26:16.264Z] v2.2.0-dev.37 [2022-03-23T07:26:16.264Z] v2.2.0-dev.38 [2022-03-23T07:26:16.264Z] v2.2.0-dev.39 [2022-03-23T07:26:16.264Z] v2.2.0-dev.4 [2022-03-23T07:26:16.264Z] v2.2.0-dev.40 [2022-03-23T07:26:16.264Z] v2.2.0-dev.41 [2022-03-23T07:26:16.264Z] v2.2.0-dev.42 [2022-03-23T07:26:16.264Z] v2.2.0-dev.43 [2022-03-23T07:26:16.264Z] v2.2.0-dev.44 [2022-03-23T07:26:16.264Z] v2.2.0-dev.5 [2022-03-23T07:26:16.264Z] v2.2.0-dev.6 [2022-03-23T07:26:16.264Z] v2.2.0-dev.7 [2022-03-23T07:26:16.264Z] v2.2.0-dev.8 [2022-03-23T07:26:16.264Z] v2.2.0-dev.9 [Pipeline] sh [2022-03-23T07:26:16.554Z] + lftools sign git-tag v2.2.0-dev.44 [2022-03-23T07:26:17.125Z] Signing Git tag with Sigul... [2022-03-23T07:26:17.125Z] Signing v2.2.0-dev.44 [Pipeline] echo [2022-03-23T07:26:17.396Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:17.678Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-03-23T07:26:17.687Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-03-23T07:26:17.712Z] $ docker stop --time=1 d4bd778486cc37191e918fa18d9c9dc8f81e5b89cca11298c614b80e383d7693 [2022-03-23T07:26:19.005Z] $ docker rm -f d4bd778486cc37191e918fa18d9c9dc8f81e5b89cca11298c614b80e383d7693 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-03-23T07:26:19.424Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T07:26:19.424Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:26:19.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T07:26:19.719Z] . [Pipeline] withDockerContainer [2022-03-23T07:26:19.773Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:26:19.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-23T07:26:20.148Z] $ docker top 40f9240055ed5e918dff72a32bd0184568adf53f9c1ea1b302289eafd83f60ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T07:26:20.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T07:26:20.229Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T07:26:20.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T07:26:20.357Z] $ docker exec 40f9240055ed5e918dff72a32bd0184568adf53f9c1ea1b302289eafd83f60ec ssh-agent [2022-03-23T07:26:20.470Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCelhnD/agent.14 [2022-03-23T07:26:20.470Z] SSH_AGENT_PID=20 [2022-03-23T07:26:20.475Z] Running ssh-add (command line suppressed) [2022-03-23T07:26:20.592Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_5698675991934870766.key (/w/workspace/edgex-go/165@tmp/private_key_5698675991934870766.key) [2022-03-23T07:26:20.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T07:26:20.886Z] + git semver bump pre [2022-03-23T07:26:20.886Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T07:26:20.886Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2022-03-23T07:26:20.886Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2022-03-23T07:26:20.886Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T07:26:20.886Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T07:26:20.886Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T07:26:20.886Z] # $SEMVER_BRANCH = main [2022-03-23T07:26:20.886Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [2022-03-23T07:26:20.886Z] 2.2.0-dev.45 [Pipeline] } [2022-03-23T07:26:20.901Z] $ docker exec --env ******** --env ******** 40f9240055ed5e918dff72a32bd0184568adf53f9c1ea1b302289eafd83f60ec ssh-agent -k [2022-03-23T07:26:20.994Z] unset SSH_AUTH_SOCK; [2022-03-23T07:26:20.994Z] unset SSH_AGENT_PID; [2022-03-23T07:26:20.994Z] echo Agent pid 20 killed; [2022-03-23T07:26:20.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T07:26:21.307Z] + git semver [Pipeline] } [2022-03-23T07:26:21.327Z] $ docker stop --time=1 40f9240055ed5e918dff72a32bd0184568adf53f9c1ea1b302289eafd83f60ec [2022-03-23T07:26:22.595Z] $ docker rm -f 40f9240055ed5e918dff72a32bd0184568adf53f9c1ea1b302289eafd83f60ec [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-23T07:26:22.942Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-23T07:26:22.942Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:26:23.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-23T07:26:23.233Z] . [Pipeline] withDockerContainer [2022-03-23T07:26:23.297Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:26:23.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-23T07:26:23.669Z] $ docker top f93a5f131570476c2424d9e8039f1a7ded06cb04b29cc04f329db2d53e4f4fbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-23T07:26:23.754Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-23T07:26:23.754Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-23T07:26:23.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-23T07:26:23.890Z] $ docker exec f93a5f131570476c2424d9e8039f1a7ded06cb04b29cc04f329db2d53e4f4fbd ssh-agent [2022-03-23T07:26:24.002Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCEFllF/agent.14 [2022-03-23T07:26:24.002Z] SSH_AGENT_PID=21 [2022-03-23T07:26:24.007Z] Running ssh-add (command line suppressed) [2022-03-23T07:26:24.117Z] Identity added: /w/workspace/edgex-go/165@tmp/private_key_1974962754258248185.key (/w/workspace/edgex-go/165@tmp/private_key_1974962754258248185.key) [2022-03-23T07:26:24.130Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-23T07:26:24.422Z] + git semver push [2022-03-23T07:26:24.422Z] # -> Open(): unable to determine branch for HEAD [2022-03-23T07:26:24.422Z] # $GIT_DIR = /w/workspace/edgex-go/165/.git [2022-03-23T07:26:24.422Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/165 [2022-03-23T07:26:24.422Z] # $SEMVER_REMOTE_NAME = origin [2022-03-23T07:26:24.422Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-23T07:26:24.422Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-23T07:26:24.422Z] # $SEMVER_BRANCH = main [2022-03-23T07:26:24.422Z] # $SEMVER_DIR = /w/workspace/edgex-go/165/.semver [Pipeline] } [2022-03-23T07:26:28.636Z] $ docker exec --env ******** --env ******** f93a5f131570476c2424d9e8039f1a7ded06cb04b29cc04f329db2d53e4f4fbd ssh-agent -k [2022-03-23T07:26:28.741Z] unset SSH_AUTH_SOCK; [2022-03-23T07:26:28.741Z] unset SSH_AGENT_PID; [2022-03-23T07:26:28.741Z] echo Agent pid 21 killed; [2022-03-23T07:26:28.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-23T07:26:29.045Z] + git semver [Pipeline] } [2022-03-23T07:26:29.066Z] $ docker stop --time=1 f93a5f131570476c2424d9e8039f1a7ded06cb04b29cc04f329db2d53e4f4fbd [2022-03-23T07:26:30.349Z] $ docker rm -f f93a5f131570476c2424d9e8039f1a7ded06cb04b29cc04f329db2d53e4f4fbd [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-23T07:26:30.865Z] + [ -d /w/workspace/edgex-go/165/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:31.152Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:32.010Z] ---> package-listing.sh [2022-03-23T07:26:32.010Z] ++ facter osfamily [2022-03-23T07:26:32.010Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-23T07:26:32.269Z] + OS_FAMILY=debian [2022-03-23T07:26:32.269Z] + workspace=/w/workspace/edgex-go/165 [2022-03-23T07:26:32.269Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-23T07:26:32.269Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-23T07:26:32.269Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-23T07:26:32.269Z] + PACKAGES=/tmp/packages_start.txt [2022-03-23T07:26:32.269Z] + '[' /w/workspace/edgex-go/165 ']' [2022-03-23T07:26:32.269Z] + PACKAGES=/tmp/packages_end.txt [2022-03-23T07:26:32.269Z] + case "${OS_FAMILY}" in [2022-03-23T07:26:32.269Z] + dpkg -l [2022-03-23T07:26:32.269Z] + grep '^ii' [2022-03-23T07:26:32.269Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-23T07:26:32.269Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-23T07:26:32.269Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-23T07:26:32.269Z] + '[' /w/workspace/edgex-go/165 ']' [2022-03-23T07:26:32.269Z] + mkdir -p /w/workspace/edgex-go/165/archives/ [2022-03-23T07:26:32.269Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/165/archives/ [Pipeline] echo [2022-03-23T07:26:32.281Z] 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/165/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-23T07:26:32.557Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:26:33.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T07:26:33.182Z] [2022-03-23T07:26:33.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-23T07:26:33.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T07:26:33.494Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-23T07:26:33.494Z] 5eb5b503b376: Pulling fs layer [2022-03-23T07:26:33.494Z] 5c69ac0246d0: Pulling fs layer [2022-03-23T07:26:33.494Z] ec43610c2a17: Pulling fs layer [2022-03-23T07:26:33.494Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-23T07:26:33.494Z] 33b1e0a273af: Pulling fs layer [2022-03-23T07:26:33.494Z] 3a2ae6a8a46f: Waiting [2022-03-23T07:26:33.494Z] 5d3b04190fa2: Pulling fs layer [2022-03-23T07:26:33.494Z] 2f39f015ded8: Pulling fs layer [2022-03-23T07:26:33.494Z] 33b1e0a273af: Waiting [2022-03-23T07:26:33.494Z] 5d3b04190fa2: Waiting [2022-03-23T07:26:33.494Z] 2f39f015ded8: Waiting [2022-03-23T07:26:33.494Z] 5c69ac0246d0: Verifying Checksum [2022-03-23T07:26:33.494Z] 5c69ac0246d0: Download complete [2022-03-23T07:26:33.494Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-23T07:26:33.494Z] 3a2ae6a8a46f: Download complete [2022-03-23T07:26:33.494Z] 33b1e0a273af: Verifying Checksum [2022-03-23T07:26:33.494Z] 33b1e0a273af: Download complete [2022-03-23T07:26:33.494Z] 5d3b04190fa2: Download complete [2022-03-23T07:26:33.494Z] ec43610c2a17: Verifying Checksum [2022-03-23T07:26:33.494Z] ec43610c2a17: Download complete [2022-03-23T07:26:33.753Z] 5eb5b503b376: Verifying Checksum [2022-03-23T07:26:33.753Z] 5eb5b503b376: Download complete [2022-03-23T07:26:34.321Z] 2f39f015ded8: Download complete [2022-03-23T07:26:34.888Z] 5eb5b503b376: Pull complete [2022-03-23T07:26:35.146Z] 5c69ac0246d0: Pull complete [2022-03-23T07:26:35.404Z] ec43610c2a17: Pull complete [2022-03-23T07:26:35.404Z] 3a2ae6a8a46f: Pull complete [2022-03-23T07:26:35.663Z] 33b1e0a273af: Pull complete [2022-03-23T07:26:35.663Z] 5d3b04190fa2: Pull complete [2022-03-23T07:26:39.855Z] 2f39f015ded8: Pull complete [2022-03-23T07:26:39.856Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-23T07:26:39.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-23T07:26:39.856Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-23T07:26:39.919Z] prd-ubuntu20.04-docker-8c-8g-8617 does not seem to be running inside a container [2022-03-23T07:26:39.952Z] $ 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/165/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/165 -v /w/workspace/edgex-go/165:/w/workspace/edgex-go/165:rw,z -v /w/workspace/edgex-go/165@tmp:/w/workspace/edgex-go/165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-23T07:26:41.315Z] $ docker top fcadc56ccec872a0fb7b0637681bef4459be676c393138672cc70ad858a3dbf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-23T07:26:41.666Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-23T07:26:41.952Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-23T07:26:42.237Z] + ls /var/log/sa-host [2022-03-23T07:26:42.237Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-23T07:26:42.450Z] provisioning config files... [2022-03-23T07:26:42.458Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/165@tmp/config6486634189457397465tmp [Pipeline] { [Pipeline] echo [2022-03-23T07:26:42.472Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:42.753Z] ---> create-netrc.sh [Pipeline] } [2022-03-23T07:26:42.761Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:43.095Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-23T07:26:43.104Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:43.392Z] ---> sudo-logs.sh [2022-03-23T07:26:43.393Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-23T07:26:43.414Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:43.695Z] ---> job-cost.sh [2022-03-23T07:26:43.695Z] lf-activate-venv: SKIPPING [2022-03-23T07:26:43.695Z] DEBUG: total: 0.10999999940395355 [2022-03-23T07:26:43.695Z] INFO: Retrieving Stack Cost... [2022-03-23T07:26:44.634Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-23T07:26:44.893Z] INFO: Archiving Costs [Pipeline] echo [2022-03-23T07:26:44.907Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-23T07:26:45.189Z] ---> logs-deploy.sh [2022-03-23T07:26:45.189Z] lf-activate-venv: SKIPPING [2022-03-23T07:26:45.189Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/165 [2022-03-23T07:26:45.189Z] INFO: archiving workspace using pattern(s): [2022-03-23T07:26:46.129Z] Archives upload complete. [2022-03-23T07:26:46.129Z] INFO: archiving logs to Nexus [2022-03-23T07:26:47.072Z] ---> uname -a: [2022-03-23T07:26:47.072Z] Linux prd-ubuntu20-04-docker-8c-8g-8617 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] ---> lscpu: [2022-03-23T07:26:47.072Z] Architecture: x86_64 [2022-03-23T07:26:47.072Z] CPU op-mode(s): 32-bit, 64-bit [2022-03-23T07:26:47.072Z] Byte Order: Little Endian [2022-03-23T07:26:47.072Z] Address sizes: 40 bits physical, 48 bits virtual [2022-03-23T07:26:47.072Z] CPU(s): 8 [2022-03-23T07:26:47.072Z] On-line CPU(s) list: 0-7 [2022-03-23T07:26:47.072Z] Thread(s) per core: 1 [2022-03-23T07:26:47.072Z] Core(s) per socket: 1 [2022-03-23T07:26:47.072Z] Socket(s): 8 [2022-03-23T07:26:47.072Z] NUMA node(s): 1 [2022-03-23T07:26:47.072Z] Vendor ID: AuthenticAMD [2022-03-23T07:26:47.072Z] CPU family: 23 [2022-03-23T07:26:47.072Z] Model: 49 [2022-03-23T07:26:47.072Z] Model name: AMD EPYC-Rome Processor [2022-03-23T07:26:47.072Z] Stepping: 0 [2022-03-23T07:26:47.072Z] CPU MHz: 2800.000 [2022-03-23T07:26:47.072Z] BogoMIPS: 5600.00 [2022-03-23T07:26:47.072Z] Virtualization: AMD-V [2022-03-23T07:26:47.072Z] Hypervisor vendor: KVM [2022-03-23T07:26:47.072Z] Virtualization type: full [2022-03-23T07:26:47.072Z] L1d cache: 256 KiB [2022-03-23T07:26:47.072Z] L1i cache: 256 KiB [2022-03-23T07:26:47.072Z] L2 cache: 4 MiB [2022-03-23T07:26:47.072Z] L3 cache: 128 MiB [2022-03-23T07:26:47.072Z] NUMA node0 CPU(s): 0-7 [2022-03-23T07:26:47.072Z] Vulnerability Itlb multihit: Not affected [2022-03-23T07:26:47.072Z] Vulnerability L1tf: Not affected [2022-03-23T07:26:47.072Z] Vulnerability Mds: Not affected [2022-03-23T07:26:47.072Z] Vulnerability Meltdown: Not affected [2022-03-23T07:26:47.072Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-03-23T07:26:47.072Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-03-23T07:26:47.072Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-03-23T07:26:47.072Z] Vulnerability Srbds: Not affected [2022-03-23T07:26:47.072Z] Vulnerability Tsx async abort: Not affected [2022-03-23T07:26:47.072Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] ---> nproc: [2022-03-23T07:26:47.072Z] 8 [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] ---> df -h: [2022-03-23T07:26:47.072Z] Filesystem Size Used Avail Use% Mounted on [2022-03-23T07:26:47.072Z] overlay 155G 16G 140G 10% / [2022-03-23T07:26:47.072Z] tmpfs 64M 0 64M 0% /dev [2022-03-23T07:26:47.072Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-03-23T07:26:47.072Z] shm 64M 0 64M 0% /dev/shm [2022-03-23T07:26:47.072Z] /dev/vda1 155G 16G 140G 10% /facter-os [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] ---> sar -b -r -n DEV: [2022-03-23T07:26:47.072Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-8617) 03/23/22 _x86_64_ (8 CPU) [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] 07:07:54 LINUX RESTART (8 CPU) [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] 07:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-03-23T07:26:47.072Z] 07:09:01 353.49 62.67 290.82 0.00 8273.42 207149.74 0.00 [2022-03-23T07:26:47.072Z] 07:10:01 162.72 1.57 161.16 0.00 29.20 91168.54 0.00 [2022-03-23T07:26:47.072Z] 07:11:01 70.19 0.15 70.04 0.00 4.13 29711.20 0.00 [2022-03-23T07:26:47.072Z] 07:12:01 593.37 0.15 593.22 0.00 18.93 273666.11 0.00 [2022-03-23T07:26:47.072Z] 07:13:01 757.82 0.12 757.71 0.00 12.13 172892.52 0.00 [2022-03-23T07:26:47.072Z] 07:14:01 12.45 0.00 12.45 0.00 0.00 297.15 0.00 [2022-03-23T07:26:47.072Z] 07:15:01 1.27 0.00 1.27 0.00 0.00 21.06 0.00 [2022-03-23T07:26:47.072Z] 07:16:01 1.62 0.00 1.62 0.00 0.00 18.39 0.00 [2022-03-23T07:26:47.072Z] 07:17:01 1.07 0.02 1.05 0.00 0.13 12.40 0.00 [2022-03-23T07:26:47.072Z] 07:18:01 1.97 0.00 1.97 0.00 0.00 21.46 0.00 [2022-03-23T07:26:47.072Z] 07:19:01 1.47 0.00 1.47 0.00 0.00 19.86 0.00 [2022-03-23T07:26:47.072Z] 07:20:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 [2022-03-23T07:26:47.072Z] 07:21:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 [2022-03-23T07:26:47.072Z] 07:22:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 [2022-03-23T07:26:47.072Z] 07:23:01 1.27 0.00 1.27 0.00 0.00 15.99 0.00 [2022-03-23T07:26:47.072Z] 07:24:01 1.58 0.02 1.57 0.00 0.13 17.99 0.00 [2022-03-23T07:26:47.072Z] 07:25:01 2.90 0.87 2.03 0.00 18.40 29.46 0.00 [2022-03-23T07:26:47.072Z] 07:26:01 88.99 0.42 88.57 0.00 16.93 33494.68 0.00 [2022-03-23T07:26:47.072Z] Average: 114.20 3.66 110.54 0.00 465.17 44921.81 0.00 [2022-03-23T07:26:47.072Z] [2022-03-23T07:26:47.072Z] 07:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-03-23T07:26:47.072Z] 07:09:01 29320100 31775676 556544 1.69 95488 2657340 2203180 6.49 1146956 2094548 230336 [2022-03-23T07:26:47.072Z] 07:10:01 27396752 31526480 759148 2.31 176256 4120816 2541912 7.49 1751688 3234328 401168 [2022-03-23T07:26:47.072Z] 07:11:01 27564420 31751452 537160 1.63 180276 4167808 1903408 5.61 1399512 3415816 620 [2022-03-23T07:26:47.072Z] 07:12:01 22798876 31633944 639664 1.95 197560 8638820 2461432 7.25 1956636 7445960 1272 [2022-03-23T07:26:47.072Z] 07:13:01 24657444 31742256 534068 1.62 209736 6910736 2032664 5.99 1987276 5595196 1808 [2022-03-23T07:26:47.072Z] 07:14:01 24676636 31761444 514964 1.57 210232 6910816 1816468 5.35 1970768 5595120 8 [2022-03-23T07:26:47.072Z] 07:15:01 24678484 31763416 512756 1.56 210264 6910820 1816468 5.35 1968572 5595124 184 [2022-03-23T07:26:47.072Z] 07:16:01 24682060 31767020 509160 1.55 210284 6910824 1816468 5.35 1963720 5595128 8 [2022-03-23T07:26:47.072Z] 07:17:01 24682180 31767452 509208 1.55 210312 6910820 1816468 5.35 1963236 5595428 12 [2022-03-23T07:26:47.072Z] 07:18:01 24685724 31771112 505580 1.54 210352 6910828 1816468 5.35 1960852 5595448 16 [2022-03-23T07:26:47.072Z] 07:19:01 24685448 31770824 505824 1.54 210396 6910808 1816468 5.35 1960552 5595428 12 [2022-03-23T07:26:47.072Z] 07:20:01 24686124 31771568 505072 1.54 210428 6910808 1816468 5.35 1960268 5595428 140 [2022-03-23T07:26:47.072Z] 07:21:01 24686116 31771712 504852 1.54 210456 6910940 1816468 5.35 1959928 5595560 12 [2022-03-23T07:26:47.072Z] 07:22:01 24685932 31771592 504776 1.54 210484 6910948 1816468 5.35 1960560 5595564 224 [2022-03-23T07:26:47.073Z] 07:23:01 24685608 31771324 504988 1.54 210520 6910948 1816468 5.35 1960608 5595564 224 [2022-03-23T07:26:47.073Z] 07:24:01 24686140 31771928 504200 1.53 210544 6910952 1837788 5.42 1960384 5595572 140 [2022-03-23T07:26:47.073Z] 07:25:01 24684380 31771064 505208 1.54 210620 6911460 1893636 5.58 1960468 5596004 24 [2022-03-23T07:26:47.073Z] 07:26:01 23868692 31743848 529308 1.61 231288 7630508 1939052 5.71 2042000 6278468 680 [2022-03-23T07:26:47.073Z] Average: 25100618 31744673 535693 1.63 200861 6503167 1943208 5.73 1879666 5289427 35383 [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] 07:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-03-23T07:26:47.073Z] 07:09:01 ens3 1656.72 1719.76 10744.69 217.37 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:09:01 docker0 815.78 487.25 68.17 2716.52 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:09:01 lo 5.13 5.13 0.49 0.49 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:10:01 ens3 314.11 228.75 2094.01 78.07 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:10:01 vetha34e684 0.28 0.48 0.02 0.05 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:10:01 docker0 178.34 243.01 14.60 2051.53 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:11:01 ens3 98.10 56.52 1696.76 19.27 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:11:01 veth2f8d19f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:11:01 docker0 1.22 1.23 0.08 0.10 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:11:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:12:01 ens3 184.71 134.34 1556.10 76.30 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:12:01 vethb70dc94 11.15 8.91 51.80 0.65 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:12:01 veth0f25dbf 8.91 11.15 0.65 51.80 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:12:01 veth1ffaa9f 0.00 1.17 0.00 0.07 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:12:01 docker0 46.28 65.44 2.66 352.62 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:12:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:13:01 ens3 343.98 307.45 669.71 951.56 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:13:01 docker0 17.98 42.29 1.45 496.93 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:13:01 lo 31.19 31.19 3.08 3.08 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:14:01 ens3 153.37 155.24 80.23 731.47 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:14:01 lo 13.46 13.46 1.32 1.32 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:16:01 ens3 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:17:01 ens3 0.87 0.37 0.31 0.21 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:18:01 ens3 0.67 0.48 0.35 0.28 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:19:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:20:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:21:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:22:01 ens3 0.18 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:24:01 ens3 0.35 0.35 0.15 0.08 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:25:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:26:01 ens3 233.03 154.49 4477.12 67.07 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:26:01 docker0 36.74 47.78 3.27 388.22 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:26:01 veth3f93f99 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] 07:26:01 lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] Average: ens3 165.95 153.23 1184.40 118.98 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] Average: docker0 60.91 49.28 5.01 333.65 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] Average: veth3f93f99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] Average: lo 3.10 3.10 0.30 0.30 0.00 0.00 0.00 0.00 [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] ---> sar -P ALL: [2022-03-23T07:26:47.073Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-8617) 03/23/22 _x86_64_ (8 CPU) [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] 07:07:54 LINUX RESTART (8 CPU) [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] 07:08:01 CPU %user %nice %system %iowait %steal %idle [2022-03-23T07:26:47.073Z] 07:09:01 all 10.46 0.00 3.52 2.54 0.07 83.41 [2022-03-23T07:26:47.073Z] 07:09:01 0 8.00 0.00 2.93 2.63 0.07 86.37 [2022-03-23T07:26:47.073Z] 07:09:01 1 8.25 0.00 3.63 3.34 0.07 84.72 [2022-03-23T07:26:47.073Z] 07:09:01 2 8.69 0.00 2.04 4.44 0.07 84.76 [2022-03-23T07:26:47.073Z] 07:09:01 3 8.64 0.00 4.45 1.28 0.07 85.57 [2022-03-23T07:26:47.073Z] 07:09:01 4 8.36 0.00 3.73 4.78 0.05 83.09 [2022-03-23T07:26:47.073Z] 07:09:01 5 7.87 0.00 3.32 0.76 0.07 87.98 [2022-03-23T07:26:47.073Z] 07:09:01 6 19.62 0.00 3.36 2.57 0.07 74.39 [2022-03-23T07:26:47.073Z] 07:09:01 7 14.35 0.00 4.73 0.49 0.09 80.34 [2022-03-23T07:26:47.073Z] 07:10:01 all 27.32 0.00 6.74 1.75 0.13 64.07 [2022-03-23T07:26:47.073Z] 07:10:01 0 26.99 0.00 6.80 1.52 0.13 64.56 [2022-03-23T07:26:47.073Z] 07:10:01 1 29.30 0.00 6.41 0.22 0.14 63.94 [2022-03-23T07:26:47.073Z] 07:10:01 2 27.24 0.00 6.21 0.41 0.12 66.02 [2022-03-23T07:26:47.073Z] 07:10:01 3 26.53 0.00 6.87 0.36 0.14 66.10 [2022-03-23T07:26:47.073Z] 07:10:01 4 26.03 0.00 6.11 0.32 0.12 67.42 [2022-03-23T07:26:47.073Z] 07:10:01 5 27.80 0.00 6.23 1.57 0.12 64.29 [2022-03-23T07:26:47.073Z] 07:10:01 6 27.31 0.00 7.59 9.42 0.12 55.56 [2022-03-23T07:26:47.073Z] 07:10:01 7 27.38 0.00 7.68 0.17 0.15 64.62 [2022-03-23T07:26:47.073Z] 07:11:01 all 26.72 0.00 4.39 0.50 0.09 68.31 [2022-03-23T07:26:47.073Z] 07:11:01 0 26.57 0.00 4.41 0.74 0.08 68.20 [2022-03-23T07:26:47.073Z] 07:11:01 1 27.29 0.00 4.76 0.00 0.10 67.85 [2022-03-23T07:26:47.073Z] 07:11:01 2 26.65 0.00 4.14 0.02 0.08 69.10 [2022-03-23T07:26:47.073Z] 07:11:01 3 26.04 0.00 4.33 0.05 0.08 69.49 [2022-03-23T07:26:47.073Z] 07:11:01 4 26.73 0.00 4.37 0.03 0.12 68.75 [2022-03-23T07:26:47.073Z] 07:11:01 5 26.47 0.00 4.44 3.04 0.08 65.97 [2022-03-23T07:26:47.073Z] 07:11:01 6 27.58 0.00 4.01 0.00 0.08 68.33 [2022-03-23T07:26:47.073Z] 07:11:01 7 26.41 0.00 4.62 0.10 0.08 68.78 [2022-03-23T07:26:47.073Z] 07:12:01 all 32.80 0.00 12.16 6.95 0.14 47.95 [2022-03-23T07:26:47.073Z] 07:12:01 0 30.79 0.00 12.27 12.66 0.15 44.13 [2022-03-23T07:26:47.073Z] 07:12:01 1 32.49 0.00 12.31 12.36 0.15 42.69 [2022-03-23T07:26:47.073Z] 07:12:01 2 32.27 0.00 11.96 4.55 0.14 51.08 [2022-03-23T07:26:47.073Z] 07:12:01 3 34.70 0.00 11.70 2.96 0.14 50.50 [2022-03-23T07:26:47.073Z] 07:12:01 4 32.99 0.00 11.06 9.05 0.12 46.78 [2022-03-23T07:26:47.073Z] 07:12:01 5 32.09 0.00 12.29 5.90 0.12 49.60 [2022-03-23T07:26:47.073Z] 07:12:01 6 33.73 0.00 11.90 3.27 0.15 50.95 [2022-03-23T07:26:47.073Z] 07:12:01 7 33.33 0.00 13.79 4.84 0.14 47.91 [2022-03-23T07:26:47.073Z] 07:13:01 all 26.26 0.00 7.74 5.35 0.13 60.51 [2022-03-23T07:26:47.073Z] 07:13:01 0 26.79 0.00 7.83 8.02 0.13 57.22 [2022-03-23T07:26:47.073Z] 07:13:01 1 26.63 0.00 7.67 3.42 0.13 62.15 [2022-03-23T07:26:47.073Z] 07:13:01 2 26.93 0.00 7.35 8.83 0.12 56.77 [2022-03-23T07:26:47.073Z] 07:13:01 3 29.01 0.00 7.81 3.08 0.15 59.95 [2022-03-23T07:26:47.073Z] 07:13:01 4 26.59 0.00 7.01 3.28 0.13 62.98 [2022-03-23T07:26:47.073Z] 07:13:01 5 23.92 0.00 7.62 3.70 0.10 64.65 [2022-03-23T07:26:47.073Z] 07:13:01 6 26.05 0.00 8.97 6.87 0.13 57.98 [2022-03-23T07:26:47.073Z] 07:13:01 7 24.17 0.00 7.63 5.65 0.15 62.40 [2022-03-23T07:26:47.073Z] 07:14:01 all 2.61 0.00 0.47 0.05 0.03 96.85 [2022-03-23T07:26:47.073Z] 07:14:01 0 3.45 0.00 0.65 0.02 0.03 95.85 [2022-03-23T07:26:47.073Z] 07:14:01 1 2.74 0.00 0.52 0.02 0.03 96.69 [2022-03-23T07:26:47.073Z] 07:14:01 2 2.24 0.00 0.42 0.02 0.02 97.31 [2022-03-23T07:26:47.073Z] 07:14:01 3 1.44 0.00 0.39 0.15 0.02 98.01 [2022-03-23T07:26:47.073Z] 07:14:01 4 2.90 0.00 0.45 0.20 0.03 96.41 [2022-03-23T07:26:47.073Z] 07:14:01 5 2.32 0.00 0.40 0.00 0.02 97.26 [2022-03-23T07:26:47.073Z] 07:14:01 6 3.52 0.00 0.32 0.00 0.02 96.14 [2022-03-23T07:26:47.073Z] 07:14:01 7 2.29 0.00 0.59 0.00 0.03 97.09 [2022-03-23T07:26:47.073Z] 07:15:01 all 0.06 0.00 0.01 0.01 0.00 99.91 [2022-03-23T07:26:47.073Z] 07:15:01 0 0.12 0.00 0.00 0.00 0.00 99.88 [2022-03-23T07:26:47.073Z] 07:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:15:01 3 0.22 0.00 0.05 0.00 0.02 99.72 [2022-03-23T07:26:47.073Z] 07:15:01 4 0.07 0.00 0.05 0.07 0.02 99.80 [2022-03-23T07:26:47.073Z] 07:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:16:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2022-03-23T07:26:47.073Z] 07:16:01 0 0.12 0.00 0.00 0.00 0.02 99.87 [2022-03-23T07:26:47.073Z] 07:16:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2022-03-23T07:26:47.073Z] 07:16:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2022-03-23T07:26:47.073Z] 07:16:01 3 0.07 0.00 0.03 0.02 0.02 99.87 [2022-03-23T07:26:47.073Z] 07:16:01 4 0.03 0.00 0.03 0.02 0.00 99.92 [2022-03-23T07:26:47.073Z] 07:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2022-03-23T07:26:47.073Z] 07:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:17:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2022-03-23T07:26:47.073Z] 07:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:17:01 2 0.02 0.00 0.02 0.03 0.00 99.93 [2022-03-23T07:26:47.073Z] 07:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:17:01 4 0.03 0.00 0.05 0.03 0.02 99.87 [2022-03-23T07:26:47.073Z] 07:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2022-03-23T07:26:47.073Z] 07:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-03-23T07:26:47.073Z] 07:18:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:18:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:18:01 4 0.07 0.00 0.03 0.02 0.02 99.87 [2022-03-23T07:26:47.073Z] 07:18:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2022-03-23T07:26:47.073Z] 07:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:19:01 all 0.20 0.00 0.01 0.00 0.00 99.78 [2022-03-23T07:26:47.073Z] 07:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:19:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:19:01 3 1.48 0.00 0.02 0.00 0.02 98.48 [2022-03-23T07:26:47.073Z] 07:19:01 4 0.05 0.00 0.03 0.02 0.00 99.90 [2022-03-23T07:26:47.073Z] 07:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:19:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2022-03-23T07:26:47.073Z] 07:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] 07:19:01 CPU %user %nice %system %iowait %steal %idle [2022-03-23T07:26:47.073Z] 07:20:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2022-03-23T07:26:47.073Z] 07:20:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2022-03-23T07:26:47.073Z] 07:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:20:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:20:01 3 2.02 0.00 0.00 0.00 0.00 97.98 [2022-03-23T07:26:47.073Z] 07:20:01 4 0.08 0.00 0.03 0.02 0.02 99.85 [2022-03-23T07:26:47.073Z] 07:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:21:01 all 0.12 0.00 0.01 0.00 0.00 99.86 [2022-03-23T07:26:47.073Z] 07:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:21:01 3 0.90 0.00 0.05 0.00 0.00 99.05 [2022-03-23T07:26:47.073Z] 07:21:01 4 0.05 0.00 0.02 0.02 0.00 99.92 [2022-03-23T07:26:47.073Z] 07:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2022-03-23T07:26:47.073Z] 07:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-03-23T07:26:47.073Z] 07:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2022-03-23T07:26:47.073Z] 07:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:22:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2022-03-23T07:26:47.073Z] 07:22:01 4 0.05 0.00 0.02 0.02 0.02 99.90 [2022-03-23T07:26:47.073Z] 07:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:22:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:23:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2022-03-23T07:26:47.073Z] 07:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:23:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2022-03-23T07:26:47.073Z] 07:23:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2022-03-23T07:26:47.073Z] 07:23:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2022-03-23T07:26:47.073Z] 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2022-03-23T07:26:47.073Z] 07:23:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2022-03-23T07:26:47.073Z] 07:24:01 all 0.03 0.00 0.03 0.01 0.00 99.93 [2022-03-23T07:26:47.073Z] 07:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2022-03-23T07:26:47.073Z] 07:24:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2022-03-23T07:26:47.073Z] 07:24:01 2 0.02 0.00 0.02 0.08 0.00 99.88 [2022-03-23T07:26:47.073Z] 07:24:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2022-03-23T07:26:47.073Z] 07:24:01 4 0.03 0.00 0.05 0.00 0.00 99.92 [2022-03-23T07:26:47.073Z] 07:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:24:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2022-03-23T07:26:47.073Z] 07:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:25:01 all 0.04 0.00 0.04 0.01 0.00 99.90 [2022-03-23T07:26:47.073Z] 07:25:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2022-03-23T07:26:47.073Z] 07:25:01 1 0.02 0.00 0.03 0.07 0.00 99.88 [2022-03-23T07:26:47.073Z] 07:25:01 2 0.18 0.00 0.08 0.03 0.00 99.70 [2022-03-23T07:26:47.073Z] 07:25:01 3 0.07 0.00 0.02 0.02 0.00 99.90 [2022-03-23T07:26:47.073Z] 07:25:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2022-03-23T07:26:47.073Z] 07:25:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2022-03-23T07:26:47.073Z] 07:25:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2022-03-23T07:26:47.073Z] 07:25:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-03-23T07:26:47.073Z] 07:26:01 all 4.79 0.00 1.95 1.56 0.04 91.65 [2022-03-23T07:26:47.073Z] 07:26:01 0 4.52 0.00 1.81 0.45 0.03 93.19 [2022-03-23T07:26:47.073Z] 07:26:01 1 5.20 0.00 2.38 7.36 0.05 85.01 [2022-03-23T07:26:47.073Z] 07:26:01 2 4.95 0.00 1.52 0.45 0.03 93.04 [2022-03-23T07:26:47.073Z] 07:26:01 3 6.37 0.00 1.93 0.54 0.05 91.11 [2022-03-23T07:26:47.073Z] 07:26:01 4 4.16 0.00 2.15 1.93 0.03 91.72 [2022-03-23T07:26:47.073Z] 07:26:01 5 4.41 0.00 2.20 0.27 0.03 93.10 [2022-03-23T07:26:47.073Z] 07:26:01 6 3.99 0.00 2.11 0.47 0.05 93.38 [2022-03-23T07:26:47.073Z] 07:26:01 7 4.72 0.00 1.53 1.02 0.07 92.66 [2022-03-23T07:26:47.073Z] Average: all 7.25 0.00 2.04 1.03 0.04 89.64 [2022-03-23T07:26:47.073Z] Average: 0 7.03 0.00 2.03 1.43 0.04 89.47 [2022-03-23T07:26:47.073Z] Average: 1 7.27 0.00 2.08 1.47 0.04 89.14 [2022-03-23T07:26:47.073Z] Average: 2 7.12 0.00 1.86 1.05 0.03 89.94 [2022-03-23T07:26:47.073Z] Average: 3 7.57 0.00 2.07 0.46 0.04 89.85 [2022-03-23T07:26:47.073Z] Average: 4 7.08 0.00 1.95 1.10 0.04 89.84 [2022-03-23T07:26:47.073Z] Average: 5 6.87 0.00 2.01 0.84 0.03 90.26 [2022-03-23T07:26:47.073Z] Average: 6 7.82 0.00 2.11 1.24 0.04 88.80 [2022-03-23T07:26:47.073Z] Average: 7 7.28 0.00 2.23 0.67 0.04 89.78 [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z] [2022-03-23T07:26:47.073Z]