Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from fbf009a3584204b1f7152455677e8e4d1b9535fc Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10377903196167706122.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5375645729719449864.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16194495609819026148.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17314385801189578306.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18007954159899505619.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7047’ Running on prd-ubuntu20.04-docker-8c-8g-7049 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/152 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/152 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision fbf009a3584204b1f7152455677e8e4d1b9535fc (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf009a3584204b1f7152455677e8e4d1b9535fc # timeout=10 Commit message: "build(snap): upgrade kuiper to 1.4.3 (#3895)" > git rev-list --no-walk fbf009a3584204b1f7152455677e8e4d1b9535fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:57:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:57:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:57:13 ========================================================= 14:57:13 EdgeX Global Pipelines Version Info 14:57:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:57:14 ------------------- 14:57:14 stable info: 14:57:14 ------------------- 14:57:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:57:14 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 14:57:14 Message: update stable to v1.0.221 14:57:14 ------------------- 14:57:14 experimental info: 14:57:14 ------------------- 14:57:14 Commited By: **** collab-it+edgex@linuxfoundation.org 14:57:14 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 14:57:14 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fbf009a [Pipeline] echo 14:57:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:57:15 provisioning config files... 14:57:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config1537638285580172468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:57:15 ---> docker-login.sh 14:57:15 nexus3.edgexfoundry.org:10001 14:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:16 Configure a credential helper to remove this warning. See 14:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:16 14:57:16 Login Succeeded 14:57:16 nexus3.edgexfoundry.org:10002 14:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:16 Configure a credential helper to remove this warning. See 14:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:16 14:57:16 Login Succeeded 14:57:16 nexus3.edgexfoundry.org:10003 14:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:16 Configure a credential helper to remove this warning. See 14:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:16 14:57:16 Login Succeeded 14:57:16 nexus3.edgexfoundry.org:10004 14:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:16 Configure a credential helper to remove this warning. See 14:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:16 14:57:16 Login Succeeded 14:57:16 docker.io 14:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:17 Configure a credential helper to remove this warning. See 14:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:17 14:57:17 Login Succeeded 14:57:17 ---> docker-login.sh ends [Pipeline] } 14:57:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:57:17 + 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 14:57:17 + dirname cmd/core-command/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo core-command,cmd/core-command/Dockerfile 14:57:17 + + dirname cmd/core-data/Dockerfile 14:57:17 cut -d/ -f2 14:57:17 + echo core-data,cmd/core-data/Dockerfile 14:57:17 + dirname cmd/core-metadata/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo core-metadata,cmd/core-metadata/Dockerfile 14:57:17 + dirname cmd/security-bootstrapper/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:57:17 + dirname cmd/security-proxy-setup/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:57:17 + dirname cmd/security-secretstore-setup/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:57:17 + dirname cmd/support-notifications/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo support-notifications,cmd/support-notifications/Dockerfile 14:57:17 + dirname cmd/support-scheduler/Dockerfile 14:57:17 + cut -d/ -f2 14:57:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:57:17 + dirname cmd/sys-mgmt-agent/Dockerfile+ 14:57:17 cut -d/ -f2 14:57:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:57:17 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 14:57:17 + git rev-list -1 --merges fbf009a3584204b1f7152455677e8e4d1b9535fc~1..fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] echo 14:57:17 -----------> git rev-list -1 --merges fbf009a3584204b1f7152455677e8e4d1b9535fc~1..fbf009a3584204b1f7152455677e8e4d1b9535fc fbf009a3584204b1f7152455677e8e4d1b9535fc [false] [Pipeline] sh 14:57:18 + git log --format=format:%s -1 fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] echo 14:57:18 ========================================================= 14:57:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:57:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 14:57:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:57:18 + grep -v github /etc/ssh/ssh_known_hosts 14:57:18 + [ -e /tmp/ssh_known_hosts ] 14:57:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:57:18 + + sudo tee -a /etc/ssh/ssh_known_hosts 14:57:18 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 14:57:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 14:57:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:57:19 14:57:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:57:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:57:19 latest: Pulling from edgex-devops/git-semver 14:57:19 a0d0a0d46f8b: Pulling fs layer 14:57:19 3e5f54012d9b: Pulling fs layer 14:57:19 4c7163046ea9: Pulling fs layer 14:57:19 0c2d73faf560: Pulling fs layer 14:57:19 0c2d73faf560: Waiting 14:57:19 3e5f54012d9b: Verifying Checksum 14:57:19 3e5f54012d9b: Download complete 14:57:19 a0d0a0d46f8b: Download complete 14:57:19 0c2d73faf560: Verifying Checksum 14:57:19 0c2d73faf560: Download complete 14:57:19 4c7163046ea9: Verifying Checksum 14:57:19 4c7163046ea9: Download complete 14:57:19 a0d0a0d46f8b: Pull complete 14:57:19 3e5f54012d9b: Pull complete 14:57:19 4c7163046ea9: Pull complete 14:57:20 0c2d73faf560: Pull complete 14:57:20 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 14:57:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:57:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:57:20 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 14:57:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:57:20 $ docker top d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:57:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:57:21 [ssh-agent] Looking for ssh-agent implementation... 14:57:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:57:21 $ docker exec d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent 14:57:21 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeJIeml/agent.14 14:57:21 SSH_AGENT_PID=20 14:57:21 Running ssh-add (command line suppressed) 14:57:21 Identity added: /w/workspace/edgex-go/152@tmp/private_key_2398394019010439401.key (/w/workspace/edgex-go/152@tmp/private_key_2398394019010439401.key) 14:57:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:57:21 + git tag --points-at HEAD [Pipeline] } 14:57:21 $ docker exec --env ******** --env ******** d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent -k 14:57:21 unset SSH_AUTH_SOCK; 14:57:21 unset SSH_AGENT_PID; 14:57:21 echo Agent pid 20 killed; 14:57:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 14:57:21 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.2.0-dev.34' [Pipeline] sshagent 14:57:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:57:21 [ssh-agent] Looking for ssh-agent implementation... 14:57:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:57:22 $ docker exec d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent 14:57:22 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHfHcGP/agent.54 14:57:22 SSH_AGENT_PID=60 14:57:22 Running ssh-add (command line suppressed) 14:57:22 Identity added: /w/workspace/edgex-go/152@tmp/private_key_3369084187787095225.key (/w/workspace/edgex-go/152@tmp/private_key_3369084187787095225.key) 14:57:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:57:22 + git semver init 14:57:22 # -> Open(): unable to determine branch for HEAD 14:57:22 # $GIT_DIR = /w/workspace/edgex-go/152/.git 14:57:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/152 14:57:22 # $SEMVER_REMOTE_NAME = origin 14:57:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:57:22 # $SEMVER_USER_NAME = edgex-jenkins 14:57:22 # $SEMVER_BRANCH = main 14:57:22 # $SEMVER_TEMP = /tmp/semver-428139728 14:57:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:57:37 # '/tmp/semver-428139728' -> '/w/workspace/edgex-go/152/.semver' 14:57:37 # -> Force: false 14:57:37 # $SEMVER_DIR = /w/workspace/edgex-go/152/.semver [Pipeline] } 14:57:37 $ docker exec --env ******** --env ******** d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 ssh-agent -k 14:57:37 unset SSH_AUTH_SOCK; 14:57:37 unset SSH_AGENT_PID; 14:57:37 echo Agent pid 60 killed; 14:57:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:57:38 + git semver [Pipeline] } 14:57:38 $ docker stop --time=1 d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 14:57:39 $ docker rm -f d5bd026523020e8e06ab01cc4a82c2cf51f0802d43699bf57f1e1b618187ecf8 [Pipeline] // withDockerContainer [Pipeline] sh 14:57:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:57:40 Stashed 1 file(s) [Pipeline] echo 14:57:40 [edgeXSemver]: initialized semver on version 2.2.0-dev.35 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 14:57:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:57:40 ========================================================= 14:57:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 14:57:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:57:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:57:40 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 14:57:40 59bf1c3509f3: Pulling fs layer 14:57:40 666ba61612fd: Pulling fs layer 14:57:40 8ed8ca486205: Pulling fs layer 14:57:40 4fe6c5a15a65: Pulling fs layer 14:57:40 22a0e8bec74d: Pulling fs layer 14:57:40 640e595b4fbd: Pulling fs layer 14:57:40 763cafe07f6e: Pulling fs layer 14:57:40 0c0b528cf693: Pulling fs layer 14:57:40 10935f4eaf8b: Pulling fs layer 14:57:40 4fe6c5a15a65: Waiting 14:57:40 22a0e8bec74d: Waiting 14:57:40 640e595b4fbd: Waiting 14:57:40 763cafe07f6e: Waiting 14:57:40 10935f4eaf8b: Waiting 14:57:40 0c0b528cf693: Waiting 14:57:40 8ed8ca486205: Verifying Checksum 14:57:40 8ed8ca486205: Download complete 14:57:40 666ba61612fd: Download complete 14:57:40 22a0e8bec74d: Verifying Checksum 14:57:40 22a0e8bec74d: Download complete 14:57:40 640e595b4fbd: Verifying Checksum 14:57:40 640e595b4fbd: Download complete 14:57:40 763cafe07f6e: Verifying Checksum 14:57:40 763cafe07f6e: Download complete 14:57:40 59bf1c3509f3: Download complete 14:57:41 0c0b528cf693: Download complete 14:57:41 59bf1c3509f3: Pull complete 14:57:41 666ba61612fd: Pull complete 14:57:41 8ed8ca486205: Pull complete 14:57:41 4fe6c5a15a65: Verifying Checksum 14:57:41 4fe6c5a15a65: Download complete 14:57:41 10935f4eaf8b: Download complete 14:57:45 4fe6c5a15a65: Pull complete 14:57:45 22a0e8bec74d: Pull complete 14:57:45 640e595b4fbd: Pull complete 14:57:45 763cafe07f6e: Pull complete 14:57:45 0c0b528cf693: Pull complete 14:57:48 10935f4eaf8b: Pull complete 14:57:48 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 14:57:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:57:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 14:57:48 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:57:48 WORKDIR /edgex 14:57:48 COPY go.mod . 14:57:48 RUN go mod download 14:57:48 + docker build -t ci-base-image-x86_64 -f - . 14:57:50 Sending build context to Docker daemon 334MB 14:57:50 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:57:50 ---> 99d49a6021b9 14:57:50 Step 2/4 : WORKDIR /edgex 14:57:51 ---> Running in febd72316834 14:57:51 Removing intermediate container febd72316834 14:57:51 ---> ad9ead454f74 14:57:51 Step 3/4 : COPY go.mod . 14:57:51 ---> 5f93ff5beda9 14:57:51 Step 4/4 : RUN go mod download 14:57:51 ---> Running in 649b50f2c430 14:57:55 Still waiting to schedule task 14:57:55 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7048’ 14:58:18 Removing intermediate container 649b50f2c430 14:58:18 ---> cd1b1828ba9c 14:58:18 Successfully built cd1b1828ba9c 14:58:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:58:18 + docker inspect -f . ci-base-image-x86_64 14:58:18 . [Pipeline] withDockerContainer 14:58:18 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 14:58:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:58:19 $ docker top 41545dc4ba5dbab6cebfb615e02df4e104fa332849f44e78840e9de9fcb99ff0 -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:19 + go version 14:58:19 go version go1.17.6 linux/amd64 [Pipeline] } 14:58:19 $ docker stop --time=1 41545dc4ba5dbab6cebfb615e02df4e104fa332849f44e78840e9de9fcb99ff0 14:58:20 $ docker rm -f 41545dc4ba5dbab6cebfb615e02df4e104fa332849f44e78840e9de9fcb99ff0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:58:21 + docker inspect -f . ci-base-image-x86_64 14:58:21 . [Pipeline] withDockerContainer 14:58:21 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 14:58:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:58:21 $ docker top 3803f2a375cc21272cf734a90d994b49854ef1553a963d1e2a0552d8820e96f2 -eo pid,comm [Pipeline] { [Pipeline] echo 14:58:21 ========================================================= 14:58:21 [edgeXBuildGoParallel] Running Tests and Build... 14:58:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:58:22 + make test 14:58:22 go mod tidy 14:58:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:58:27 ? github.com/edgexfoundry/edgex-go [no test files] 14:58:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:58:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:58:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:58:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:58:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:58:36 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 14:58:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.075s coverage: 28.7% of statements 14:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:58:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.097s coverage: 98.5% of statements 14:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 14:58:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.091s coverage: 44.7% of statements 14:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:58:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.192s coverage: 89.5% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.068s coverage: 84.4% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.361s coverage: 94.2% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.075s coverage: 59.1% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.091s coverage: 60.0% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.067s coverage: 0.9% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 21.7% of statements 14:58:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements 14:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements 14:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 14:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 14:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 14:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements 14:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 14:58:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.189s coverage: 82.5% of statements 14:58:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.0% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.2% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 64.4% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 65.4% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 43.8% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 17.7% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.157s coverage: 92.3% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.079s coverage: 63.2% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 14:59:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 14:59:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements 14:59:02 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 14:59:17 GO111MODULE=on go vet ./... 14:59:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:59:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:59:20 ./bin/test-attribution-txt.sh [Pipeline] echo 14:59:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 14:59:21 + ls -al . 14:59:21 total 676 14:59:21 drwxrwxr-x 10 1001 1001 4096 Mar 14 14:59 . 14:59:21 drwxr-xr-x 4 root root 4096 Mar 14 14:58 .. 14:59:21 -rw-rw-r-- 1 1001 1001 11 Mar 14 14:57 .dockerignore 14:59:21 drwxrwxr-x 8 1001 1001 4096 Mar 14 14:57 .git 14:59:21 drwxrwxr-x 4 1001 1001 4096 Mar 14 14:57 .github 14:59:21 -rw-rw-r-- 1 1001 1001 804 Mar 14 14:57 .gitignore 14:59:21 -rw-rw-r-- 1 1001 1001 42 Mar 14 14:57 .golangci.yml 14:59:21 -rw-rw-r-- 1 1001 1001 76 Mar 14 14:57 .hadolint.yml 14:59:21 drwx------ 3 1001 1001 4096 Mar 14 14:57 .semver 14:59:21 -rw-rw-r-- 1 1001 1001 166 Mar 14 14:57 .sonarcloud.properties 14:59:21 -rw-rw-r-- 1 1001 1001 1171 Mar 14 14:57 ADOPTERS.md 14:59:21 -rw-rw-r-- 1 1001 1001 9019 Mar 14 14:57 Attribution.txt 14:59:21 -rw-rw-r-- 1 1001 1001 51732 Mar 14 14:57 CHANGELOG.md 14:59:21 -rw-rw-r-- 1 1001 1001 3804 Mar 14 14:57 CONTRIBUTING.md 14:59:21 -rw-rw-r-- 1 1001 1001 677 Mar 14 14:57 GOVERNANCE.md 14:59:21 -rw-rw-r-- 1 1001 1001 849 Mar 14 14:57 Jenkinsfile 14:59:21 -rw-rw-r-- 1 1001 1001 10775 Mar 14 14:57 LICENSE 14:59:21 -rw-rw-r-- 1 1001 1001 6508 Mar 14 14:57 Makefile 14:59:21 -rw-rw-r-- 1 1001 1001 582 Mar 14 14:57 OWNERS.md 14:59:21 -rw-rw-r-- 1 1001 1001 8207 Mar 14 14:57 README.md 14:59:21 -rw-rw-r-- 1 1001 1001 6912 Mar 14 14:57 SECURITY.md 14:59:21 -rw-rw-r-- 1 1001 1001 12 Mar 14 14:57 VERSION 14:59:21 -rw-rw-r-- 1 1001 1001 4131 Mar 14 14:57 ZMQWindows.md 14:59:21 drwxrwxr-x 2 1001 1001 4096 Mar 14 14:57 bin 14:59:21 drwxrwxr-x 14 1001 1001 4096 Mar 14 14:57 cmd 14:59:21 -rw-r--r-- 1 root root 428383 Mar 14 14:59 coverage.out 14:59:21 -rw-rw-r-- 1 1001 1001 2827 Mar 14 14:57 go.mod 14:59:21 -rw-rw-r-- 1 1001 1001 50275 Mar 14 14:57 go.sum 14:59:21 drwxrwxr-x 8 1001 1001 4096 Mar 14 14:57 internal 14:59:21 drwxrwxr-x 3 1001 1001 4096 Mar 14 14:57 openapi 14:59:21 drwxrwxr-x 4 1001 1001 4096 Mar 14 14:57 snap 14:59:21 -rw-rw-r-- 1 1001 1001 204 Mar 14 14:57 version.go [Pipeline] sh 14:59:21 + '[' -e coverage.out ] 14:59:21 + chown 1001:1001 coverage.out [Pipeline] stash 14:59:21 Stashed 1 file(s) [Pipeline] sh 14:59:21 + make build 14:59:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data 14:59:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:59:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command 14:59:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:59:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:59:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:59:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:59:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:59:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:59:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:59:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config 14:59:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:59:35 $ docker stop --time=1 3803f2a375cc21272cf734a90d994b49854ef1553a963d1e2a0552d8820e96f2 14:59:37 $ docker rm -f 3803f2a375cc21272cf734a90d994b49854ef1553a963d1e2a0552d8820e96f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:59:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:38 14:59:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:59:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:38 latest: Pulling from edgex-devops/edgex-compose 14:59:38 cbdbe7a5bc2a: Pulling fs layer 14:59:38 ca9280d653b3: Pulling fs layer 14:59:38 7e9c9ca2126c: Pulling fs layer 14:59:38 cbdbe7a5bc2a: Verifying Checksum 14:59:38 cbdbe7a5bc2a: Download complete 14:59:39 cbdbe7a5bc2a: Pull complete 14:59:39 ca9280d653b3: Verifying Checksum 14:59:39 ca9280d653b3: Download complete 14:59:39 7e9c9ca2126c: Download complete 14:59:39 ca9280d653b3: Pull complete 14:59:42 7e9c9ca2126c: Pull complete 14:59:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:59:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:59:42 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 14:59:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:59:43 $ docker top 660ca56a7451cb3e4bfec56b4f332b7fe63a05afccfa643ce7ba1246fc6c326a -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:44 + docker-compose build --help+ 14:59:44 grep parallel 14:59:44 --parallel Build images in parallel. [Pipeline] } 14:59:44 $ docker stop --time=1 660ca56a7451cb3e4bfec56b4f332b7fe63a05afccfa643ce7ba1246fc6c326a 14:59:46 $ docker rm -f 660ca56a7451cb3e4bfec56b4f332b7fe63a05afccfa643ce7ba1246fc6c326a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:59:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:59:46 . [Pipeline] withDockerContainer 14:59:46 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 14:59:46 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:59:47 $ docker top 6a0678654a5a36f6310924246795ca592127c5c805bae99c0226bb3f981c0a1b -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:47 + docker-compose -f ./docker-compose-build.yml build --parallel 14:59:47 Building core-command ... 14:59:47 Building core-data ... 14:59:47 Building core-metadata ... 14:59:47 Building security-bootstrapper ... 14:59:47 Building security-proxy-setup ... 14:59:47 Building security-secretstore-setup ... 14:59:47 Building support-notifications ... 14:59:47 Building support-scheduler ... 14:59:47 Building sys-mgmt-agent ... 14:59:47 Building security-bootstrapper 14:59:47 Building core-metadata 14:59:47 Building core-command 14:59:47 Building sys-mgmt-agent 14:59:47 Building security-secretstore-setup 15:00:06 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:00:06 ---> cd1b1828ba9c 15:00:06 Step 3/23 : WORKDIR /edgex-go 15:00:06 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:00:06 ---> cd1b1828ba9c 15:00:06 Step 3/23 : WORKDIR /edgex-go 15:00:06 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:00:06 ---> cd1b1828ba9c 15:00:06 Step 3/23 : WORKDIR /edgex-go 15:00:06 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:06 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:00:06 ---> cd1b1828ba9c 15:00:06 Step 3/25 : WORKDIR /edgex-go 15:00:06 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:06 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:00:06 ---> cd1b1828ba9c 15:00:06 Step 3/31 : WORKDIR /edgex-go 15:00:06 ---> Running in 05fd8a8e5874 15:00:06 ---> Running in 19da5b84534e 15:00:06 ---> Running in 932c3d86f3fc 15:00:06 ---> Running in 4282e65f0aa9 15:00:06 ---> Running in 7202989302a4 15:00:06 Removing intermediate container 4282e65f0aa9 15:00:06 ---> aab7911c42ab 15:00:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:06 Removing intermediate container 05fd8a8e5874 15:00:06 ---> 91700e510d1f 15:00:06 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:06 Removing intermediate container 932c3d86f3fc 15:00:06 ---> 4c3d0fdf9ec8 15:00:06 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:06 Removing intermediate container 19da5b84534e 15:00:06 ---> f6e5a5b7f89e 15:00:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:06 ---> Running in fd9bc3ad4a6e 15:00:06 Removing intermediate container 7202989302a4 15:00:06 ---> fd64c03e28dc 15:00:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:06 ---> Running in 72950b7b6eb0 15:00:06 ---> Running in 964663de0d19 15:00:06 ---> Running in 9f84b32242c0 15:00:06 ---> Running in c9ce0d012682 15:00:06 Removing intermediate container fd9bc3ad4a6e 15:00:06 ---> 85848b7ac394 15:00:06 Step 5/23 : RUN apk add --update --no-cache make bash git 15:00:06 ---> Running in 0f46c54f6bf5 15:00:06 Removing intermediate container 964663de0d19 15:00:06 ---> d70ffaa17637 15:00:06 Step 5/25 : RUN apk add --update --no-cache make git 15:00:06 ---> Running in 9a24ba670244 15:00:06 Removing intermediate container c9ce0d012682 15:00:06 ---> d15c07544eef 15:00:06 Step 5/23 : RUN apk add --update --no-cache make git 15:00:06 ---> Running in c2adf26dd6ce 15:00:06 Removing intermediate container 72950b7b6eb0 15:00:06 ---> 6194f64e1fec 15:00:06 Step 5/31 : RUN apk add --update --no-cache make git 15:00:06 ---> Running in b467f1c9f4d9 15:00:06 Removing intermediate container 9f84b32242c0 15:00:06 ---> 599676e6bac4 15:00:06 Step 5/23 : RUN apk add --update --no-cache make git 15:00:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:07 ---> Running in 67a84807d31f 15:00:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:08 OK: 221 MiB in 52 packages 15:00:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:08 OK: 221 MiB in 52 packages 15:00:08 Removing intermediate container 0f46c54f6bf5 15:00:08 ---> 3fa5865f888c 15:00:08 Step 6/23 : COPY go.mod vendor* ./ 15:00:08 OK: 221 MiB in 52 packages 15:00:08 ---> d3e322693ecd 15:00:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:08 ---> Running in 34f22abfef27 15:00:08 Removing intermediate container 9a24ba670244 15:00:08 ---> d8ef1561f1b2 15:00:08 Step 6/25 : COPY go.mod vendor* ./ 15:00:08 OK: 221 MiB in 52 packages 15:00:08 Removing intermediate container c2adf26dd6ce 15:00:08 ---> e25c9e7a02e0 15:00:08 Step 6/23 : COPY go.mod vendor* ./ 15:00:08 OK: 221 MiB in 52 packages 15:00:08 ---> a940d4170953 15:00:08 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:08 ---> Running in 7ba1c821bc00 15:00:09 ---> 22bc7db5e85f 15:00:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:09 ---> Running in 58fc6cc8869a 15:00:09 Removing intermediate container 67a84807d31f 15:00:09 ---> e137c02eeb0a 15:00:09 Step 6/23 : COPY go.mod vendor* ./ 15:00:09 ---> 658b0713a1e1 15:00:09 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:09 ---> Running in ad16460d50e8 15:00:09 Removing intermediate container b467f1c9f4d9 15:00:09 ---> 8d17d3173447 15:00:09 Step 6/31 : COPY go.mod vendor* ./ 15:00:09 ---> 63b236bd50e8 15:00:09 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:09 ---> Running in f0f9b53be406 15:00:09 Removing intermediate container 34f22abfef27 15:00:09 ---> 622285e53d66 15:00:09 Step 8/23 : COPY . . 15:00:11 Removing intermediate container 7ba1c821bc00 15:00:11 ---> c772d541cb1e 15:00:11 Step 8/25 : COPY . . 15:00:11 Removing intermediate container 58fc6cc8869a 15:00:11 ---> d9caea5cb284 15:00:11 Step 8/23 : COPY . .Removing intermediate container ad16460d50e8 15:00:11 ---> 824c98392fc2 15:00:11 Step 8/23 : COPY . . 15:00:11 15:00:15 Removing intermediate container f0f9b53be406 15:00:15 ---> 2e89eafbc32c 15:00:15 Step 8/31 : COPY . . 15:00:15 ---> d79f88cf0409 15:00:15 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:00:16 ---> Running in 4f1b433bc03c 15:00:16 ---> 12fc1c28fdc5 15:00:16 Step 9/23 : RUN make cmd/core-command/core-command 15:00:16 ---> 753adde89967 15:00:16 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:00:16 ---> 95f8ea251ad5 15:00:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:00:16 ---> Running in 3a1c3d17b2d2 15:00:16 ---> Running in a073c0e5f48e 15:00:16 ---> Running in 7be4fd24667f 15:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command 15:00:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:00:20 ---> 8d2bdd633848 15:00:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:00:20 ---> Running in a162ff68621c 15:00:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:00:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:00:30 Removing intermediate container 3a1c3d17b2d2 15:00:30 ---> db65134405d1 15:00:30 15:00:30 Step 10/23 : FROM alpine:3.14 15:00:30 Removing intermediate container 4f1b433bc03c 15:00:30 ---> 2b5688096072 15:00:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:00:30 Removing intermediate container 7be4fd24667f 15:00:30 ---> 6a5c474bd0c7 15:00:30 15:00:30 Step 10/23 : FROM alpine:3.14 15:00:30 ---> Running in 252cc39219e9 15:00:30 3.14: Pulling from library/alpine 15:00:30 3.14: Pulling from library/alpine 15:00:30 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 15:00:30 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 15:00:30 Status: Downloaded newer image for alpine:3.14 15:00:30 Status: Image is up to date for alpine:3.14 15:00:30 ---> 0a97eee8041e 15:00:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:00:30 ---> 0a97eee8041e 15:00:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:00:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:00:31 ---> Running in 184fc609316e 15:00:31 ---> Running in ba5ae0842a01 15:00:31 Removing intermediate container a073c0e5f48e 15:00:31 ---> 14fd16a6baa5 15:00:31 15:00:31 Step 10/25 : FROM alpine:3.14 15:00:31 ---> 0a97eee8041e 15:00:31 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:00:31 ---> Running in 785631822ba1 15:00:31 Removing intermediate container a162ff68621c 15:00:31 ---> 93033ab408ee 15:00:31 15:00:31 Step 10/31 : FROM alpine:3.14 15:00:31 ---> 0a97eee8041e 15:00:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:00:31 ---> Running in 0d57c49f0584 15:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:00:31 Removing intermediate container 0d57c49f0584 15:00:31 ---> f8231f7100a0 15:00:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:00:31 ---> Running in 3a633f929230 15:00:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:00:31 Removing intermediate container 252cc39219e9 15:00:31 ---> 08adc3cec40f 15:00:31 15:00:31 Step 11/23 : FROM docker:20.10.10 15:00:31 20.10.10: Pulling from library/docker 15:00:31 (1/1) Installing dumb-init (1.2.5-r1) 15:00:31 Executing busybox-1.33.1-r6.trigger 15:00:31 OK: 6 MiB in 15 packages 15:00:31 (1/1) Installing dumb-init (1.2.5-r1) 15:00:31 Executing busybox-1.33.1-r6.trigger 15:00:31 OK: 6 MiB in 15 packages 15:00:31 (1/3) Installing ca-certificates (20211220-r0) 15:00:31 (2/3) Installing dumb-init (1.2.5-r1) 15:00:31 (3/3) Installing su-exec (0.2-r1) 15:00:31 Executing busybox-1.33.1-r6.trigger 15:00:31 Executing ca-certificates-20211220-r0.trigger 15:00:31 OK: 6 MiB in 17 packages 15:00:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:00:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:00:32 (1/2) Installing dumb-init (1.2.5-r1) 15:00:32 (2/2) Installing su-exec (0.2-r1) 15:00:32 Executing busybox-1.33.1-r6.trigger 15:00:32 OK: 6 MiB in 16 packages 15:00:32 Removing intermediate container 184fc609316e 15:00:32 ---> 9eddf10e6246 15:00:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:00:32 Removing intermediate container ba5ae0842a01 15:00:32 ---> 26004915989e 15:00:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:00:32 ---> Running in 7f7e8844677d 15:00:32 ---> Running in 3ebfef39339b 15:00:32 Removing intermediate container 785631822ba1 15:00:32 ---> 85bcf8aa6960 15:00:32 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:00:32 ---> Running in bd8b54f6e12e 15:00:32 Removing intermediate container 7f7e8844677d 15:00:32 ---> 949d6ff6f7f0 15:00:32 Step 13/23 : ENV APP_PORT=59881 15:00:32 Removing intermediate container 3a633f929230 15:00:32 ---> 154ce0d0279b 15:00:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:00:32 Removing intermediate container 3ebfef39339b 15:00:32 ---> db43117afae6 15:00:32 Step 13/23 : ENV APP_PORT=59882 15:00:32 ---> Running in ac08f842f161 15:00:32 ---> Running in 453890496a79 15:00:32 Removing intermediate container bd8b54f6e12e 15:00:32 ---> de637f846536 15:00:32 Step 13/25 : WORKDIR / 15:00:32 ---> Running in 9f7b99988520 15:00:32 ---> Running in be087a41f32d 15:00:32 Removing intermediate container ac08f842f161 15:00:32 ---> fd13e85ba872 15:00:32 Step 14/23 : EXPOSE $APP_PORT 15:00:33 Removing intermediate container 453890496a79 15:00:33 ---> 6de3060d92ec 15:00:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:00:33 Removing intermediate container 9f7b99988520 15:00:33 ---> 370753ffb39a 15:00:33 Step 14/23 : EXPOSE $APP_PORT 15:00:33 ---> Running in ce46326bc7b6 15:00:33 ---> Running in 6684a50a340b 15:00:33 Removing intermediate container be087a41f32d 15:00:33 ---> 4260605a007f 15:00:33 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:00:33 ---> Running in f453c04129cd 15:00:33 Removing intermediate container ce46326bc7b6 15:00:33 ---> 8fb6c8dd2b8c 15:00:33 Step 15/23 : WORKDIR / 15:00:33 ---> Running in fd223ddb575f 15:00:33 Removing intermediate container f453c04129cd 15:00:33 ---> de15ff1f3e88 15:00:33 Step 15/23 : WORKDIR / 15:00:33 Removing intermediate container 6684a50a340b 15:00:33 ---> 59f9e657b561 15:00:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:00:33 ---> Running in b94d06d391f6 15:00:33 ---> d68d254db568 15:00:33 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:00:33 ---> Running in 887b758ddade 15:00:33 Removing intermediate container fd223ddb575f 15:00:33 ---> 33eb46cd9c2b 15:00:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:33 Removing intermediate container 887b758ddade 15:00:33 ---> c849d3667c28 15:00:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:33 ---> afd41a4405cc 15:00:33 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:00:33 ---> b0a4c6e85acd 15:00:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:00:33 ---> bd380ec08fc8 15:00:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:00:33 ---> 7a6995c7d8a7 15:00:33 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:00:34 ---> f1057d3fc2fd 15:00:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:00:34 ---> 0dcbf5ae09e9 15:00:34 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:00:34 ---> 08ae3f184ece 15:00:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:00:34 ---> 9c50a58137e9 15:00:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:00:34 Removing intermediate container b94d06d391f6 15:00:34 ---> a38afce8d1b4 15:00:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:00:34 ---> Running in 6101154faaca 15:00:34 ---> Running in 572577f7da67 15:00:34 ---> c60a15f90f6c 15:00:34 Step 19/23 : ENTRYPOINT ["/core-command"] 15:00:34 ---> Running in d1c3962ded0f 15:00:34 ---> 4205f9aba0a9 15:00:34 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:00:34 Removing intermediate container 572577f7da67 15:00:34 ---> 5cfa84dd8ad3 15:00:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:00:34 Removing intermediate container 6101154faaca 15:00:34 ---> 4248907f5138 15:00:34 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:00:34 ---> Running in 5faa9c38f16b 15:00:34 Removing intermediate container d1c3962ded0f 15:00:34 ---> af3e5a8a2eb8 15:00:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:00:34 ---> Running in 6aa23b1803d3 15:00:34 Removing intermediate container 5faa9c38f16b 15:00:34 ---> 7f8267455ce7 15:00:34 Step 21/23 : LABEL arch=x86_64 15:00:34 ---> 6f15516cea69 15:00:34 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:00:34 ---> Running in 6bbd6dc6ee86 15:00:34 ---> Running in a7e7825e691a 15:00:34 Removing intermediate container 6aa23b1803d3 15:00:34 ---> 6430a464e8f6 15:00:34 Step 21/23 : LABEL arch=x86_64 15:00:34 ---> ed6d2489d9b4 15:00:34 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:00:34 ---> Running in a4b3ccc6b94a 15:00:34 Removing intermediate container 6bbd6dc6ee86 15:00:34 ---> 9af3bf782637 15:00:34 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:00:35 ---> Running in 78d319f0cb25 15:00:35 Removing intermediate container a4b3ccc6b94a 15:00:35 ---> 85cf979c69d6 15:00:35 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:00:35 ---> Running in 3c483a430ef4 15:00:35 ---> dd6e2fc7821f 15:00:35 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/ 15:00:35 ---> Running in 1e08d951b819 15:00:35 Removing intermediate container 78d319f0cb25 15:00:35 ---> 114b94d90fa0 15:00:35 Step 23/23 : LABEL version=2.2.0-dev.35 15:00:35 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 15:00:35 ---> Running in dc87f06eca8e 15:00:35 Removing intermediate container 3c483a430ef4 15:00:35 Status: Downloaded newer image for docker:20.10.10 15:00:35 ---> a6ded6bdebf3 15:00:35 Step 23/23 : LABEL version=2.2.0-dev.35 15:00:35 ---> b706a049f56e 15:00:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:00:35 ---> Running in cc973a4be7fa 15:00:35 ---> Running in 6943e42e6e51 15:00:35 Removing intermediate container dc87f06eca8e 15:00:35 ---> b70b0b0f5986 15:00:35 15:00:35 Removing intermediate container 6943e42e6e51 15:00:35 ---> 419a771ea6a6 15:00:35 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 15:00:35 Removing intermediate container cc973a4be7fa 15:00:35 ---> e769f792aff7 15:00:35 15:00:35 Successfully built b70b0b0f5986 15:00:35 Successfully tagged core-metadata:latest 15:00:35 Building core-data 15:00:35 ---> Running in 1d0e8f0d76b6 15:00:35  Building core-metadata ... done Successfully built e769f792aff7 15:00:35 Successfully tagged core-command:latest 15:00:35 Building support-notifications 15:00:35  Building core-command ... done Removing intermediate container a7e7825e691a 15:00:35 ---> 34d713fe93e0 15:00:35 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:00:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:00:36 (1/42) Installing readline (8.1.0-r0) 15:00:36 (2/42) Installing bash (5.1.4-r0) 15:00:36 Executing bash-5.1.4-r0.post-install 15:00:36 (3/42) Installing brotli-libs (1.0.9-r5) 15:00:36 (4/42) Installing nghttp2-libs (1.43.0-r0) 15:00:36 (5/42) Installing libcurl (7.79.1-r0) 15:00:36 (6/42) Installing curl (7.79.1-r0) 15:00:36 (7/42) Installing dumb-init (1.2.5-r1) 15:00:36 (8/42) Installing libbz2 (1.0.8-r1) 15:00:36 (9/42) Installing expat (2.4.7-r0) 15:00:36 (10/42) Installing libffi (3.3-r2) 15:00:36 (11/42) Installing gdbm (1.19-r0) 15:00:36 (12/42) Installing xz-libs (5.2.5-r0) 15:00:36 (13/42) Installing libgcc (10.3.1_git20210424-r2) 15:00:36 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 15:00:36 (15/42) Installing mpdecimal (2.5.1-r1) 15:00:36 (16/42) Installing sqlite-libs (3.35.5-r0) 15:00:36 (17/42) Installing python3 (3.9.5-r2) 15:00:36 (18/42) Installing py3-appdirs (1.4.4-r2) 15:00:36 (19/42) Installing py3-chardet (4.0.0-r2) 15:00:36 (20/42) Installing py3-idna (3.2-r0) 15:00:36 (21/42) Installing py3-urllib3 (1.26.5-r0) 15:00:36 (22/42) Installing py3-certifi (2020.12.5-r1) 15:00:36 (23/42) Installing py3-requests (2.25.1-r4) 15:00:36 (24/42) Installing py3-msgpack (1.0.2-r1) 15:00:36 (25/42) Installing py3-lockfile (0.12.2-r4) 15:00:36 (26/42) Installing py3-cachecontrol (0.12.6-r1) 15:00:36 (27/42) Installing py3-colorama (0.4.4-r1) 15:00:36 (28/42) Installing py3-contextlib2 (0.6.0-r1) 15:00:36 (29/42) Installing py3-distlib (0.3.1-r3) 15:00:36 (30/42) Installing py3-distro (1.5.0-r3) 15:00:36 (31/42) Installing py3-six (1.15.0-r1) 15:00:36 (32/42) Installing py3-webencodings (0.5.1-r4) 15:00:36 (33/42) Installing py3-html5lib (1.1-r1) 15:00:36 (34/42) Installing py3-parsing (2.4.7-r2) 15:00:36 (35/42) Installing py3-packaging (20.9-r1) 15:00:36 (36/42) Installing py3-toml (0.10.2-r2) 15:00:37 (37/42) Installing py3-pep517 (0.10.0-r2) 15:00:37 (38/42) Installing py3-progress (1.5-r2) 15:00:37 (39/42) Installing py3-retrying (1.3.3-r1) 15:00:37 (40/42) Installing py3-ordered-set (4.0.2-r1) 15:00:37 (41/42) Installing py3-setuptools (52.0.0-r3) 15:00:37 (42/42) Installing py3-pip (20.3.4-r1) 15:00:37 ---> 9d02d2dedee4 15:00:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:00:37 Executing busybox-1.33.1-r6.trigger 15:00:37 OK: 84 MiB in 64 packages 15:00:37 Removing intermediate container 1e08d951b819 15:00:37 ---> e1116b7678a8 15:00:37 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 15:00:37 ---> Running in 927154a5d7a9 15:00:37 ---> 86ba5ec05b95 15:00:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:00:38 Removing intermediate container 927154a5d7a9 15:00:38 ---> 403dc4972c18 15:00:38 Step 23/25 : LABEL arch=x86_64 15:00:38 ---> Running in 0e15bb9dcfec 15:00:38 ---> 5b3ce5553bf8 15:00:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:00:38 Collecting docker-compose==1.23.2 15:00:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:00:38 Removing intermediate container 0e15bb9dcfec 15:00:38 ---> 89995792ab6d 15:00:38 Step 24/25 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:00:38 ---> Running in 999b644e587f 15:00:38 ---> 8cebc9681cab 15:00:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:00:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:00:38 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:00:38 Removing intermediate container 999b644e587f 15:00:38 ---> 536d02c5fc94 15:00:38 Step 25/25 : LABEL version=2.2.0-dev.35 15:00:38 Collecting websocket-client<1.0,>=0.32.0 15:00:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 15:00:38 Collecting dockerpty<0.5,>=0.4.1 15:00:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:00:38 ---> Running in 7468bb91ed8d 15:00:38 ---> 440c42d5f69d 15:00:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:00:38 Removing intermediate container 7468bb91ed8d 15:00:38 ---> 1676ed519606 15:00:38 15:00:38 ---> Running in bc14c0f105df 15:00:38 Successfully built 1676ed519606 15:00:38 Collecting cached-property<2,>=1.2.0 15:00:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:00:38 Collecting texttable<0.10,>=0.9.0 15:00:38 Downloading texttable-0.9.1.tar.gz (11 kB) 15:00:38 Successfully tagged security-secretstore-setup:latest 15:00:38  Building security-secretstore-setup ... done Building support-scheduler 15:00:38 Removing intermediate container bc14c0f105df 15:00:38 ---> 1038259a0ccf 15:00:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:00:39 Collecting docker<4.0,>=3.6.0 15:00:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:00:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 15:00:39 Collecting docopt<0.7,>=0.6.1 15:00:39 Downloading docopt-0.6.2.tar.gz (25 kB) 15:00:39 Collecting jsonschema<3,>=2.5.1 15:00:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:00:39 ---> 2a579af5d08a 15:00:39 Step 26/31 : RUN chmod +x /entrypoint.sh 15:00:39 Collecting PyYAML<4,>=3.10 15:00:39 Downloading PyYAML-3.13.tar.gz (270 kB) 15:00:39 ---> Running in d85854885d28 15:00:40 Collecting docker-pycreds>=0.4.0 15:00:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:00:40 Collecting chardet<3.1.0,>=3.0.2 15:00:40 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 15:00:40 Collecting urllib3<1.25,>=1.21.1 15:00:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:00:40 Collecting idna<2.8,>=2.5 15:00:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:00:40 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) 15:00:40 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 15:00:40 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 15:00:40 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 15:00:40 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 15:00:40 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 15:00:40 Attempting uninstall: urllib3 15:00:40 Found existing installation: urllib3 1.26.5 15:00:40 Uninstalling urllib3-1.26.5: 15:00:40 Successfully uninstalled urllib3-1.26.5 15:00:40 Attempting uninstall: idna 15:00:40 Found existing installation: idna 3.2 15:00:40 Uninstalling idna-3.2: 15:00:40 Successfully uninstalled idna-3.2 15:00:41 Attempting uninstall: chardet 15:00:41 Found existing installation: chardet 4.0.0 15:00:41 Uninstalling chardet-4.0.0: 15:00:41 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:00:41 ---> cd1b1828ba9c 15:00:41 Step 3/23 : WORKDIR /edgex-go 15:00:41 ---> Using cache 15:00:41 ---> fd64c03e28dc 15:00:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:41 ---> Using cache 15:00:41 ---> d15c07544eef 15:00:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:00:41 Removing intermediate container d85854885d28 15:00:41 ---> ef84113c6f8e 15:00:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:00:41 Successfully uninstalled chardet-4.0.0 15:00:41 ---> Running in c36586bcaec5 15:00:41 ---> Running in 5890e9039b30 15:00:41 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:00:41 ---> cd1b1828ba9c 15:00:41 Step 3/22 : WORKDIR /edgex-go 15:00:41 ---> Using cache 15:00:41 ---> fd64c03e28dc 15:00:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:41 ---> Using cache 15:00:41 ---> d15c07544eef 15:00:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:00:41 ---> Running in 4d8dde4a1806 15:00:41 Removing intermediate container 5890e9039b30 15:00:41 ---> 2e5d7b11f3d9 15:00:41 Step 28/31 : CMD ["gate"] 15:00:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:41 Attempting uninstall: requests 15:00:41 Found existing installation: requests 2.25.1 15:00:41 Uninstalling requests-2.25.1: 15:00:41 Successfully uninstalled requests-2.25.1 15:00:41 ---> Running in 565c9e8c0816 15:00:41 Running setup.py install for texttable: started 15:00:41 Removing intermediate container 565c9e8c0816 15:00:41 ---> 24743d34d4d3 15:00:41 Step 29/31 : LABEL arch=x86_64 15:00:41 ---> Running in 8a62b58a151f 15:00:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:00:42 Running setup.py install for texttable: finished with status 'done' 15:00:42 Running setup.py install for PyYAML: started 15:00:42 Removing intermediate container 8a62b58a151f 15:00:42 ---> 1f2d60e1968c 15:00:42 Step 30/31 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:00:42 ---> Running in 2280259f499f 15:00:42 Removing intermediate container 2280259f499f 15:00:42 ---> 04b421a7624b 15:00:42 Step 31/31 : LABEL version=2.2.0-dev.35 15:00:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:42 ---> Running in ef965856c9cc 15:00:42 Removing intermediate container ef965856c9cc 15:00:42 ---> cd742e68446a 15:00:42 15:00:42 Running setup.py install for PyYAML: finished with status 'done' 15:00:42 Running setup.py install for docopt: started 15:00:42 Successfully built cd742e68446a 15:00:42 Successfully tagged security-bootstrapper:latest 15:00:42  Building security-bootstrapper ... done Building security-proxy-setup 15:00:42 OK: 221 MiB in 52 packages 15:00:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:00:43 Running setup.py install for docopt: finished with status 'done' 15:00:43 Running setup.py install for dockerpty: started 15:00:43 OK: 221 MiB in 52 packages 15:00:43 Running setup.py install for dockerpty: finished with status 'done' 15:00:44 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:00:44 ---> cd1b1828ba9c 15:00:44 Step 3/22 : WORKDIR /edgex-go 15:00:44 ---> Using cache 15:00:44 ---> fd64c03e28dc 15:00:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:44 ---> Using cache 15:00:44 ---> d15c07544eef 15:00:44 Step 5/22 : RUN apk add --update --no-cache make git 15:00:44 ---> Using cache 15:00:44 ---> e25c9e7a02e0 15:00:44 Step 6/22 : COPY go.mod vendor* ./ 15:00:44 ---> Using cache 15:00:44 ---> 22bc7db5e85f 15:00:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:44 ---> Using cache 15:00:44 ---> d9caea5cb284 15:00:44 Step 8/22 : COPY . . 15:00:44 ---> Using cache 15:00:44 ---> 95f8ea251ad5 15:00:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:00:44 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 15:00:44 ---> Running in 5bf2d85e1331 15:00:44 Removing intermediate container c36586bcaec5 15:00:44 ---> ea45ed6c56c3 15:00:44 Step 6/23 : COPY go.mod vendor* ./ 15:00:44 Removing intermediate container 4d8dde4a1806 15:00:44 ---> 5da126f107a1 15:00:44 Step 6/22 : COPY go.mod vendor* ./ 15:00:44 ---> f385a89460a2 15:00:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:44 ---> Running in d1cf1e03723b 15:00:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:00:44 ---> bd37eb700081 15:00:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:44 ---> Running in 94633f71a04a 15:00:47 Removing intermediate container 94633f71a04a 15:00:47 ---> d0fe290a166b 15:00:47 Step 8/22 : COPY . . 15:00:47 Removing intermediate container d1cf1e03723b 15:00:47 ---> f689e469bd02 15:00:47 Step 8/23 : COPY . . 15:00:47 Removing intermediate container 1d0e8f0d76b6 15:00:47 ---> 0cdc1f1c1d58 15:00:47 Step 14/23 : ENV APP_PORT=58890 15:00:48 Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:00:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:00:48 ---> cd1b1828ba9c 15:00:48 Step 3/21 : WORKDIR /edgex-go 15:00:48 ---> Using cache 15:00:48 ---> fd64c03e28dc 15:00:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:48 ---> Using cache 15:00:48 ---> d15c07544eef 15:00:48 Step 5/21 : RUN apk add --update --no-cache make git 15:00:48 ---> Using cache 15:00:48 ---> e25c9e7a02e0 15:00:48 Step 6/21 : COPY go.mod vendor* ./ 15:00:48 ---> Using cache 15:00:48 ---> 22bc7db5e85f 15:00:48 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:48 ---> Using cache 15:00:48 ---> d9caea5cb284 15:00:48 Step 8/21 : COPY . . 15:00:48 ---> Using cache 15:00:48 ---> 95f8ea251ad5 15:00:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:00:49 ---> Running in e7d40cee6fa3 15:00:49 ---> Running in ed56bef6d22a 15:00:49 Removing intermediate container e7d40cee6fa3 15:00:49 ---> a5e44a13464d 15:00:49 Step 15/23 : EXPOSE $APP_PORT 15:00:49 ---> Running in 0cc91a579f8b 15:00:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:00:49 Removing intermediate container 0cc91a579f8b 15:00:49 ---> e2e9fe9ec514 15:00:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:00:50 ---> 21c516b834ba 15:00:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:00:51 ---> 641fb920ad48 15:00:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:00:52 ---> 9cc32163d720 15:00:52 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 15:00:52 ---> Running in e17d659b1ec2 15:00:52 Removing intermediate container e17d659b1ec2 15:00:52 ---> cc09b1f4d95e 15:00:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:00:53 ---> Running in cdde1221e11b 15:00:53 Removing intermediate container 5bf2d85e1331 15:00:53 ---> f829ef940890 15:00:53 15:00:53 Step 10/22 : FROM alpine:3.14 15:00:53 ---> 0a97eee8041e 15:00:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:00:53 ---> Using cache 15:00:53 ---> 26004915989e 15:00:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:00:53 ---> Using cache 15:00:53 ---> db43117afae6 15:00:53 Step 13/22 : ENV APP_PORT=59861 15:00:53 Removing intermediate container cdde1221e11b 15:00:53 ---> 2cc2c18c12e6 15:00:53 Step 21/23 : LABEL arch=x86_64 15:00:53 ---> Running in 354548f2effa 15:00:53 ---> Running in 0b3d8035fa15 15:00:53 Removing intermediate container 354548f2effa 15:00:53 ---> 2ed93bf810d7 15:00:53 Step 14/22 : EXPOSE $APP_PORT 15:00:53 ---> ff73c6991324 15:00:53 Step 9/23 : RUN make cmd/core-data/core-data 15:00:53 ---> Running in cc83b50abc87 15:00:53 ---> 6ecdb388ba05 15:00:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:00:53 Removing intermediate container 0b3d8035fa15 15:00:53 ---> 26e1ac5ba59a 15:00:53 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:00:53 ---> Running in ff1d4abdaea9 15:00:53 ---> Running in fb5159f8bd4c 15:00:53 ---> Running in f23226dcda77 15:00:53 Removing intermediate container ff1d4abdaea9 15:00:53 ---> edefce752609 15:00:53 Step 23/23 : LABEL version=2.2.0-dev.35 15:00:53 Removing intermediate container cc83b50abc87 15:00:53 ---> abfc7eade780 15:00:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:53 ---> Running in 74f0b2bb3558 15:00:53 Removing intermediate container 74f0b2bb3558 15:00:53 ---> ba7e5620a54c 15:00:53 15:00:53 ---> e973473e16ad 15:00:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:00:53 Successfully built ba7e5620a54c 15:00:53 Successfully tagged sys-mgmt-agent:latest 15:00:54  Building sys-mgmt-agent ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data 15:00:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:00:54 ---> f8f542e36545 15:00:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:00:54 ---> a77a79c60f54 15:00:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:00:54 ---> Running in cc7367a945ee 15:00:54 Removing intermediate container cc7367a945ee 15:00:54 ---> e182c8ac8ca3 15:00:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:00:54 ---> Running in 00757c099970 15:00:55 Removing intermediate container 00757c099970 15:00:55 ---> 0fe97267aaf3 15:00:55 Step 20/22 : LABEL arch=x86_64 15:00:55 ---> Running in 38ddd5eb680b 15:00:55 Removing intermediate container 38ddd5eb680b 15:00:55 ---> cdbeea0fbb9e 15:00:55 Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:00:55 ---> Running in 7f119151f6a2 15:00:55 Removing intermediate container 7f119151f6a2 15:00:55 ---> 343007f56298 15:00:55 Step 22/22 : LABEL version=2.2.0-dev.35 15:00:55 ---> Running in 902ca2c4791c 15:00:55 Removing intermediate container 902ca2c4791c 15:00:55 ---> 86126b1cc0c2 15:00:55 15:00:55 Successfully built 86126b1cc0c2 15:00:55 Successfully tagged support-scheduler:latest 15:00:57  Building support-scheduler ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config 15:01:00 Removing intermediate container ed56bef6d22a 15:01:00 ---> e64ad886ceaa 15:01:00 15:01:00 Step 10/21 : FROM alpine:3.14 15:01:00 ---> 0a97eee8041e 15:01:00 Step 11/21 : RUN apk add --update --no-cache curl 15:01:00 ---> Running in c848b9286284 15:01:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:01:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:01:01 (1/5) Installing ca-certificates (20211220-r0) 15:01:01 (2/5) Installing brotli-libs (1.0.9-r5) 15:01:01 (3/5) Installing nghttp2-libs (1.43.0-r0) 15:01:01 (4/5) Installing libcurl (7.79.1-r0) 15:01:01 (5/5) Installing curl (7.79.1-r0) 15:01:01 Executing busybox-1.33.1-r6.trigger 15:01:01 Executing ca-certificates-20211220-r0.trigger 15:01:01 OK: 8 MiB in 19 packages 15:01:01 Removing intermediate container c848b9286284 15:01:01 ---> b163a3fcbb9d 15:01:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:01:02 ---> Running in 045f7fa81df1 15:01:02 Removing intermediate container 045f7fa81df1 15:01:02 ---> f790ded1344d 15:01:02 Step 13/21 : WORKDIR /edgex 15:01:02 ---> Running in 452ce584f4ff 15:01:02 Removing intermediate container 452ce584f4ff 15:01:02 ---> 151577209ee6 15:01:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:01:02 ---> dd490ba6b3be 15:01:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:01:03 ---> 70d408487475 15:01:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:01:03 ---> 1a8e0367b92a 15:01:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:01:03 ---> Running in 655a7c4e99f5 15:01:03 Removing intermediate container 655a7c4e99f5 15:01:03 ---> a36a23f64030 15:01:03 Step 18/21 : CMD ["--init=true"] 15:01:03 ---> Running in 8dd4eb293f90 15:01:03 Removing intermediate container 8dd4eb293f90 15:01:03 ---> 7c5ed6c2f49c 15:01:03 Step 19/21 : LABEL arch=x86_64 15:01:03 ---> Running in 6094c506fc1d 15:01:04 Removing intermediate container 6094c506fc1d 15:01:04 ---> daa5606b07ee 15:01:04 Step 20/21 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:04 ---> Running in 550fa0246f14 15:01:04 Removing intermediate container 550fa0246f14 15:01:04 ---> 08b993207db1 15:01:04 Step 21/21 : LABEL version=2.2.0-dev.35 15:01:04 ---> Running in b0f459157e6f 15:01:04 Removing intermediate container f23226dcda77 15:01:04 ---> 8be212467761 15:01:04 15:01:04 Step 10/22 : FROM alpine:3.14 15:01:04 ---> 0a97eee8041e 15:01:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:01:04 Removing intermediate container fb5159f8bd4c 15:01:04 ---> debf60ce4de8 15:01:04 15:01:04 Step 10/23 : FROM alpine:3.14 15:01:04 ---> 0a97eee8041e 15:01:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:01:04 ---> Running in be991eb08eb0 15:01:04 ---> Running in 77b71e8445f8 15:01:04 Removing intermediate container b0f459157e6f 15:01:04 ---> 354add39241f 15:01:04 15:01:04 Removing intermediate container 77b71e8445f8 15:01:04 ---> 0db8a757448c 15:01:04 Step 12/23 : ENV APP_PORT=59880 15:01:04 Successfully built 354add39241f 15:01:04 Successfully tagged security-proxy-setup:latest 15:01:04  Building security-proxy-setup ... done  ---> Running in c4441b3cf623 15:01:04 Removing intermediate container c4441b3cf623 15:01:04 ---> 2c9851f29f4a 15:01:04 Step 13/23 : EXPOSE $APP_PORT 15:01:04 ---> Running in 26ee75b5f7f6 15:01:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:01:04 Removing intermediate container 26ee75b5f7f6 15:01:04 ---> 7511bb73fbe3 15:01:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:01:04 ---> Running in 04bdbdc5d891 15:01:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:01:05 (1/2) Installing ca-certificates (20211220-r0) 15:01:05 (2/2) Installing dumb-init (1.2.5-r1) 15:01:05 Executing busybox-1.33.1-r6.trigger 15:01:05 Executing ca-certificates-20211220-r0.trigger 15:01:05 OK: 6 MiB in 16 packages 15:01:05 Removing intermediate container 04bdbdc5d891 15:01:05 ---> 7900425bfcaa 15:01:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:01:05 ---> Running in 02495a8a4509 15:01:05 Removing intermediate container be991eb08eb0 15:01:05 ---> dc1494cb1446 15:01:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:01:05 ---> Running in 36895bd02539 15:01:05 Removing intermediate container 36895bd02539 15:01:05 ---> 616e95eb3261 15:01:05 Step 13/22 : ENV APP_PORT=59860 15:01:05 ---> Running in b92569a71f0f 15:01:05 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:01:05 Removing intermediate container b92569a71f0f 15:01:05 ---> 290a00953e3e 15:01:05 Step 14/22 : EXPOSE $APP_PORT 15:01:05 ---> Running in 420a4d34d1ec 15:01:05 Removing intermediate container 420a4d34d1ec 15:01:05 ---> a980aa12b5a7 15:01:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:06 ---> 0c1b186b2666 15:01:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:01:06 ---> be6055197a2f 15:01:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:01:06 ---> 53a13f6dfd27 15:01:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:01:06 ---> Running in 17bcc409a643 15:01:06 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:01:06 Removing intermediate container 17bcc409a643 15:01:06 ---> 5a2af902aa7b 15:01:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:01:06 ---> Running in 2dd1e76d81d8 15:01:06 Removing intermediate container 2dd1e76d81d8 15:01:06 ---> fda71f17767d 15:01:06 Step 20/22 : LABEL arch=x86_64 15:01:06 ---> Running in 6bc2765f10ae 15:01:06 Removing intermediate container 6bc2765f10ae 15:01:06 ---> 40f699a0a6a2 15:01:06 Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:06 (1/6) Installing dumb-init (1.2.5-r1) 15:01:06 ---> Running in 15223dc185e4 15:01:06 (2/6) Installing libgcc (10.3.1_git20210424-r2) 15:01:06 Removing intermediate container 15223dc185e4 15:01:06 ---> b5c774bbea1e 15:01:06 Step 22/22 : LABEL version=2.2.0-dev.35 15:01:06 ---> Running in c358e3bae0fc 15:01:07 (3/6) Installing libsodium (1.0.18-r0) 15:01:07 Removing intermediate container c358e3bae0fc 15:01:07 ---> 00f7aef66f30 15:01:07 15:01:07 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 15:01:07 Successfully built 00f7aef66f30 15:01:07 Successfully tagged support-notifications:latest 15:01:07  Building support-notifications ... done (5/6) Installing libzmq (4.3.4-r0) 15:01:07 (6/6) Installing zeromq (4.3.4-r0) 15:01:07 Executing busybox-1.33.1-r6.trigger 15:01:07 OK: 8 MiB in 20 packages 15:01:07 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7050 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:01:07 Running in /w/workspace/edgex-go/152 [Pipeline] { [Pipeline] checkout 15:01:07 Removing intermediate container 02495a8a4509 15:01:07 ---> eeecb83f23f0 15:01:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:07 The recommended git tool is: git 15:01:07 ---> 2a5f4a0648f9 15:01:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:01:08 ---> 33e084cceaec 15:01:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:01:08 ---> 69c18aa60a6d 15:01:08 Step 19/23 : ENTRYPOINT ["/core-data"] 15:01:08 ---> Running in 0229a52f6cc0 15:01:08 Removing intermediate container 0229a52f6cc0 15:01:08 ---> 99647eec5d0c 15:01:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:01:08 ---> Running in 6dc99a685d07 15:01:08 Removing intermediate container 6dc99a685d07 15:01:08 ---> 13a364f98828 15:01:08 Step 21/23 : LABEL arch=x86_64 15:01:08 ---> Running in c888e838951c 15:01:08 Removing intermediate container c888e838951c 15:01:08 ---> 06cf09971594 15:01:08 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:08 ---> Running in 1d77e2742f26 15:01:08 Removing intermediate container 1d77e2742f26 15:01:08 ---> b35c68f4a3ca 15:01:08 Step 23/23 : LABEL version=2.2.0-dev.35 15:01:09 ---> Running in b31b9b5ed116 15:01:09 Removing intermediate container b31b9b5ed116 15:01:09 ---> 61b86ea61f36 15:01:09 15:01:09 Successfully built 61b86ea61f36 15:01:09 Successfully tagged core-data:latest 15:01:09  Building core-data ... done  [Pipeline] } 15:01:09 $ docker stop --time=1 6a0678654a5a36f6310924246795ca592127c5c805bae99c0226bb3f981c0a1b 15:01:10 $ docker rm -f 6a0678654a5a36f6310924246795ca592127c5c805bae99c0226bb3f981c0a1b [Pipeline] // withDockerContainer [Pipeline] sh 15:01:10 + docker images 15:01:10 REPOSITORY TAG IMAGE ID CREATED SIZE 15:01:10 core-data latest 61b86ea61f36 2 seconds ago 20MB 15:01:10 support-notifications latest 00f7aef66f30 4 seconds ago 16.7MB 15:01:10 8be212467761 6 seconds ago 1.78GB 15:01:10 security-proxy-setup latest 354add39241f 6 seconds ago 26.2MB 15:01:10 debf60ce4de8 6 seconds ago 1.79GB 15:01:10 e64ad886ceaa 10 seconds ago 1.78GB 15:01:10 support-scheduler latest 86126b1cc0c2 15 seconds ago 16MB 15:01:10 sys-mgmt-agent latest ba7e5620a54c 17 seconds ago 296MB 15:01:10 f829ef940890 18 seconds ago 1.78GB 15:01:10 security-bootstrapper latest cd742e68446a 28 seconds ago 18.7MB 15:01:10 security-secretstore-setup latest 1676ed519606 32 seconds ago 27.9MB 15:01:10 core-metadata latest b70b0b0f5986 35 seconds ago 16.6MB 15:01:10 core-command latest e769f792aff7 35 seconds ago 15.8MB 15:01:10 93033ab408ee 39 seconds ago 1.77GB 15:01:10 08adc3cec40f 39 seconds ago 1.77GB 15:01:10 6a5c474bd0c7 40 seconds ago 1.78GB 15:01:10 db65134405d1 40 seconds ago 1.77GB 15:01:10 14fd16a6baa5 40 seconds ago 1.78GB 15:01:10 ci-base-image-x86_64 latest cd1b1828ba9c 2 minutes ago 1.27GB 15:01:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 5 weeks ago 562MB 15:01:10 docker 20.10.10 b706a049f56e 4 months ago 216MB 15:01:10 alpine 3.14 0a97eee8041e 4 months ago 5.61MB 15:01:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB 15:01:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 20 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:01:10 provisioning config files... 15:01:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config6038814737966742694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:01:11 ---> docker-login.sh 15:01:11 nexus3.edgexfoundry.org:10001 15:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:11 Configure a credential helper to remove this warning. See 15:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:11 15:01:11 Login Succeeded 15:01:11 nexus3.edgexfoundry.org:10002 15:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:11 Configure a credential helper to remove this warning. See 15:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:11 15:01:11 Login Succeeded 15:01:11 nexus3.edgexfoundry.org:10003 15:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:11 Configure a credential helper to remove this warning. See 15:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:11 15:01:11 Login Succeeded 15:01:11 nexus3.edgexfoundry.org:10004 15:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:11 Configure a credential helper to remove this warning. See 15:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:11 15:01:11 Login Succeeded 15:01:11 docker.io 15:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:11 Configure a credential helper to remove this warning. See 15:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:11 15:01:11 Login Succeeded 15:01:11 ---> docker-login.sh ends [Pipeline] } 15:01:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:01:11 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:01:11 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:11 latest 15:01:11 2.2.0-dev.35 15:01:11 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:11 main 15:01:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:12 + docker push nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:12 159701ddf72c: Preparing 15:01:12 9b91f6693f9c: Preparing 15:01:12 3cb14862a440: Preparing 15:01:12 6649aacd3e5f: Preparing 15:01:12 1a058d5342cc: Preparing 15:01:12 1a058d5342cc: Layer already exists 15:01:12 159701ddf72c: Pushed 15:01:12 6649aacd3e5f: Pushed 15:01:12 3cb14862a440: Pushed 15:01:13 9b91f6693f9c: Pushed 15:01:13 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh 15:01:14 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:01:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:14 159701ddf72c: Preparing 15:01:14 9b91f6693f9c: Preparing 15:01:14 3cb14862a440: Preparing 15:01:14 6649aacd3e5f: Preparing 15:01:14 1a058d5342cc: Preparing 15:01:14 1a058d5342cc: Layer already exists 15:01:14 3cb14862a440: Layer already exists 15:01:14 159701ddf72c: Layer already exists 15:01:14 6649aacd3e5f: Layer already exists 15:01:14 9b91f6693f9c: Layer already exists 15:01:14 latest: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:15 + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.35 15:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:15 159701ddf72c: Preparing 15:01:15 9b91f6693f9c: Preparing 15:01:15 3cb14862a440: Preparing 15:01:15 6649aacd3e5f: Preparing 15:01:15 1a058d5342cc: Preparing 15:01:15 3cb14862a440: Layer already exists 15:01:15 1a058d5342cc: Layer already exists 15:01:15 9b91f6693f9c: Layer already exists 15:01:15 159701ddf72c: Layer already exists 15:01:15 6649aacd3e5f: Layer already exists 15:01:15 2.2.0-dev.35: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:15 + docker push nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:15 159701ddf72c: Preparing 15:01:15 9b91f6693f9c: Preparing 15:01:15 3cb14862a440: Preparing 15:01:15 6649aacd3e5f: Preparing 15:01:15 1a058d5342cc: Preparing 15:01:15 6649aacd3e5f: Layer already exists 15:01:15 1a058d5342cc: Layer already exists 15:01:15 9b91f6693f9c: Layer already exists 15:01:15 3cb14862a440: Layer already exists 15:01:15 159701ddf72c: Layer already exists 15:01:15 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh 15:01:16 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:01:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:16 159701ddf72c: Preparing 15:01:16 9b91f6693f9c: Preparing 15:01:16 3cb14862a440: Preparing 15:01:16 6649aacd3e5f: Preparing 15:01:16 1a058d5342cc: Preparing 15:01:16 1a058d5342cc: Layer already exists 15:01:16 9b91f6693f9c: Layer already exists 15:01:16 159701ddf72c: Layer already exists 15:01:16 3cb14862a440: Layer already exists 15:01:16 6649aacd3e5f: Layer already exists 15:01:16 main: digest: sha256:1bc09b9770ed8898c07102d56e06e5a71a918b284917644df66ab8185160c798 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:16 ===================================================== [Pipeline] echo 15:01:16 taggedImages: 15:01:16 - nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:16 - nexus3.edgexfoundry.org:10004/core-command:latest 15:01:16 - nexus3.edgexfoundry.org:10004/core-command:2.2.0-dev.35 15:01:16 - nexus3.edgexfoundry.org:10004/core-command:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:16 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:01:16 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:01:16 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:16 latest 15:01:16 2.2.0-dev.35 15:01:16 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:16 main 15:01:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:16 using credential edgex-jenkins-ssh 15:01:16 Cloning the remote Git repository 15:01:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:16 + docker push nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:16 fa96e55a3b9e: Preparing 15:01:16 621978d2b0a7: Preparing 15:01:16 3cb14862a440: Preparing 15:01:16 0b8309693bdc: Preparing 15:01:16 b05f0f285b6d: Preparing 15:01:16 1a058d5342cc: Preparing 15:01:16 1a058d5342cc: Waiting 15:01:16 3cb14862a440: Layer already exists 15:01:16 1a058d5342cc: Layer already exists 15:01:16 b05f0f285b6d: Pushed 15:01:16 fa96e55a3b9e: Pushed 15:01:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:01:16 > git init /w/workspace/edgex-go/152 # timeout=10 15:01:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:01:16 > git --version # timeout=10 15:01:16 > git --version # 'git version 2.25.1' 15:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:01:17 0b8309693bdc: Pushed 15:01:18 621978d2b0a7: Pushed 15:01:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:01:18 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:01:18 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh 15:01:19 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:19 fa96e55a3b9e: Preparing 15:01:19 621978d2b0a7: Preparing 15:01:19 3cb14862a440: Preparing 15:01:19 0b8309693bdc: Preparing 15:01:19 b05f0f285b6d: Preparing 15:01:19 1a058d5342cc: Preparing 15:01:19 1a058d5342cc: Waiting 15:01:19 fa96e55a3b9e: Layer already exists 15:01:19 0b8309693bdc: Layer already exists 15:01:19 b05f0f285b6d: Layer already exists 15:01:19 3cb14862a440: Layer already exists 15:01:19 621978d2b0a7: Layer already exists 15:01:19 1a058d5342cc: Layer already exists 15:01:19 latest: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:01:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:19 + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.35 15:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:19 fa96e55a3b9e: Preparing 15:01:19 621978d2b0a7: Preparing 15:01:19 3cb14862a440: Preparing 15:01:19 0b8309693bdc: Preparing 15:01:19 b05f0f285b6d: Preparing 15:01:19 1a058d5342cc: Preparing 15:01:19 1a058d5342cc: Waiting 15:01:19 fa96e55a3b9e: Layer already exists 15:01:19 3cb14862a440: Layer already exists 15:01:19 621978d2b0a7: Layer already exists 15:01:19 0b8309693bdc: Layer already exists 15:01:19 b05f0f285b6d: Layer already exists 15:01:19 1a058d5342cc: Layer already exists 15:01:19 2.2.0-dev.35: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:01:19 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:20 + docker push nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:20 fa96e55a3b9e: Preparing 15:01:20 621978d2b0a7: Preparing 15:01:20 3cb14862a440: Preparing 15:01:20 0b8309693bdc: Preparing 15:01:20 b05f0f285b6d: Preparing 15:01:20 1a058d5342cc: Preparing 15:01:20 1a058d5342cc: Waiting 15:01:20 3cb14862a440: Layer already exists 15:01:20 0b8309693bdc: Layer already exists 15:01:20 621978d2b0a7: Layer already exists 15:01:20 fa96e55a3b9e: Layer already exists 15:01:20 b05f0f285b6d: Layer already exists 15:01:20 1a058d5342cc: Layer already exists 15:01:20 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] isUnix [Pipeline] sh 15:01:20 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh 15:01:20 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:20 fa96e55a3b9e: Preparing 15:01:20 621978d2b0a7: Preparing 15:01:20 3cb14862a440: Preparing 15:01:20 0b8309693bdc: Preparing 15:01:20 b05f0f285b6d: Preparing 15:01:20 1a058d5342cc: Preparing 15:01:20 1a058d5342cc: Waiting 15:01:20 b05f0f285b6d: Layer already exists 15:01:20 3cb14862a440: Layer already exists 15:01:20 0b8309693bdc: Layer already exists 15:01:20 fa96e55a3b9e: Layer already exists 15:01:20 621978d2b0a7: Layer already exists 15:01:20 1a058d5342cc: Layer already exists 15:01:20 main: digest: sha256:d91b54a5a3321a23b71fdc841dc7d4f8c77f4f040d1d6074bf773393c5e26cd8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:20 ===================================================== [Pipeline] echo 15:01:20 taggedImages: 15:01:20 - nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:20 - nexus3.edgexfoundry.org:10004/core-data:latest 15:01:20 - nexus3.edgexfoundry.org:10004/core-data:2.2.0-dev.35 15:01:20 - nexus3.edgexfoundry.org:10004/core-data:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:20 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:01:20 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:01:20 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:20 latest 15:01:20 2.2.0-dev.35 15:01:20 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:20 main 15:01:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:21 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:21 49a3ab75458b: Preparing 15:01:21 9f5f22190778: Preparing 15:01:21 3cb14862a440: Preparing 15:01:21 6649aacd3e5f: Preparing 15:01:21 1a058d5342cc: Preparing 15:01:21 6649aacd3e5f: Layer already exists 15:01:21 3cb14862a440: Layer already exists 15:01:21 1a058d5342cc: Layer already exists 15:01:21 49a3ab75458b: Pushed 15:01:22 9f5f22190778: Pushed 15:01:22 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:22 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh 15:01:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:23 49a3ab75458b: Preparing 15:01:23 9f5f22190778: Preparing 15:01:23 3cb14862a440: Preparing 15:01:23 6649aacd3e5f: Preparing 15:01:23 1a058d5342cc: Preparing 15:01:23 6649aacd3e5f: Layer already exists 15:01:23 49a3ab75458b: Layer already exists 15:01:23 3cb14862a440: Layer already exists 15:01:23 1a058d5342cc: Layer already exists 15:01:23 9f5f22190778: Layer already exists 15:01:23 latest: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:23 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.35 15:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:23 49a3ab75458b: Preparing 15:01:23 9f5f22190778: Preparing 15:01:23 3cb14862a440: Preparing 15:01:23 6649aacd3e5f: Preparing 15:01:23 1a058d5342cc: Preparing 15:01:23 3cb14862a440: Layer already exists 15:01:23 49a3ab75458b: Layer already exists 15:01:23 9f5f22190778: Layer already exists 15:01:23 6649aacd3e5f: Layer already exists 15:01:23 1a058d5342cc: Layer already exists 15:01:23 2.2.0-dev.35: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:24 49a3ab75458b: Preparing 15:01:24 9f5f22190778: Preparing 15:01:24 3cb14862a440: Preparing 15:01:24 6649aacd3e5f: Preparing 15:01:24 1a058d5342cc: Preparing 15:01:24 3cb14862a440: Layer already exists 15:01:24 6649aacd3e5f: Layer already exists 15:01:24 9f5f22190778: Layer already exists 15:01:24 49a3ab75458b: Layer already exists 15:01:24 1a058d5342cc: Layer already exists 15:01:24 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:01:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh 15:01:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:25 49a3ab75458b: Preparing 15:01:25 9f5f22190778: Preparing 15:01:25 3cb14862a440: Preparing 15:01:25 6649aacd3e5f: Preparing 15:01:25 1a058d5342cc: Preparing 15:01:25 3cb14862a440: Layer already exists 15:01:25 9f5f22190778: Layer already exists 15:01:25 1a058d5342cc: Layer already exists 15:01:25 6649aacd3e5f: Layer already exists 15:01:25 49a3ab75458b: Layer already exists 15:01:25 main: digest: sha256:bb6468290d3514f81ae6ce04ac16d6255bde84461b47b91befb870d3d71ce132 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:25 ===================================================== [Pipeline] echo 15:01:25 taggedImages: 15:01:25 - nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:25 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:01:25 - nexus3.edgexfoundry.org:10004/core-metadata:2.2.0-dev.35 15:01:25 - nexus3.edgexfoundry.org:10004/core-metadata:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:25 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:01:25 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:01:25 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:25 latest 15:01:25 2.2.0-dev.35 15:01:25 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:25 main 15:01:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:25 a819ec7b7c3b: Preparing 15:01:25 a819ec7b7c3b: Preparing 15:01:25 19a3ea21fb46: Preparing 15:01:25 dd64c776605c: Preparing 15:01:25 286c8d138d0a: Preparing 15:01:25 90c518195848: Preparing 15:01:25 3cb14862a440: Preparing 15:01:25 b6a2df51a807: Preparing 15:01:25 17df49b6bc5b: Preparing 15:01:25 75529cafe1ba: Preparing 15:01:25 b5f5861a3547: Preparing 15:01:25 1a058d5342cc: Preparing 15:01:25 3cb14862a440: Waiting 15:01:25 b6a2df51a807: Waiting 15:01:25 17df49b6bc5b: Waiting 15:01:25 75529cafe1ba: Waiting 15:01:25 1a058d5342cc: Waiting 15:01:25 a819ec7b7c3b: Pushed 15:01:25 19a3ea21fb46: Pushed 15:01:25 dd64c776605c: Pushed 15:01:25 286c8d138d0a: Pushed 15:01:25 3cb14862a440: Layer already exists 15:01:25 75529cafe1ba: Pushed 15:01:25 b6a2df51a807: Pushed 15:01:25 1a058d5342cc: Layer already exists 15:01:25 17df49b6bc5b: Pushed 15:01:25 b5f5861a3547: Pushed 15:01:26 90c518195848: Pushed 15:01:27 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:01:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh 15:01:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:01:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:27 a819ec7b7c3b: Preparing 15:01:27 a819ec7b7c3b: Preparing 15:01:27 19a3ea21fb46: Preparing 15:01:27 dd64c776605c: Preparing 15:01:27 286c8d138d0a: Preparing 15:01:27 90c518195848: Preparing 15:01:27 3cb14862a440: Preparing 15:01:27 b6a2df51a807: Preparing 15:01:27 17df49b6bc5b: Preparing 15:01:27 75529cafe1ba: Preparing 15:01:27 b5f5861a3547: Preparing 15:01:27 1a058d5342cc: Preparing 15:01:27 17df49b6bc5b: Waiting 15:01:27 75529cafe1ba: Waiting 15:01:27 b5f5861a3547: Waiting 15:01:27 1a058d5342cc: Waiting 15:01:27 3cb14862a440: Waiting 15:01:27 b6a2df51a807: Waiting 15:01:27 286c8d138d0a: Layer already exists 15:01:27 dd64c776605c: Layer already exists 15:01:27 a819ec7b7c3b: Layer already exists 15:01:27 19a3ea21fb46: Layer already exists 15:01:27 90c518195848: Layer already exists 15:01:27 b6a2df51a807: Layer already exists 15:01:27 17df49b6bc5b: Layer already exists 15:01:27 75529cafe1ba: Layer already exists 15:01:27 3cb14862a440: Layer already exists 15:01:27 b5f5861a3547: Layer already exists 15:01:27 1a058d5342cc: Layer already exists 15:01:27 latest: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:01:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.35 15:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:28 a819ec7b7c3b: Preparing 15:01:28 a819ec7b7c3b: Preparing 15:01:28 19a3ea21fb46: Preparing 15:01:28 dd64c776605c: Preparing 15:01:28 286c8d138d0a: Preparing 15:01:28 90c518195848: Preparing 15:01:28 3cb14862a440: Preparing 15:01:28 b6a2df51a807: Preparing 15:01:28 17df49b6bc5b: Preparing 15:01:28 75529cafe1ba: Preparing 15:01:28 b5f5861a3547: Preparing 15:01:28 1a058d5342cc: Preparing 15:01:28 17df49b6bc5b: Waiting 15:01:28 75529cafe1ba: Waiting 15:01:28 1a058d5342cc: Waiting 15:01:28 b5f5861a3547: Waiting 15:01:28 b6a2df51a807: Waiting 15:01:28 3cb14862a440: Waiting 15:01:28 286c8d138d0a: Layer already exists 15:01:28 a819ec7b7c3b: Layer already exists 15:01:28 19a3ea21fb46: Layer already exists 15:01:28 90c518195848: Layer already exists 15:01:28 dd64c776605c: Layer already exists 15:01:28 3cb14862a440: Layer already exists 15:01:28 b6a2df51a807: Layer already exists 15:01:28 75529cafe1ba: Layer already exists 15:01:28 b5f5861a3547: Layer already exists 15:01:28 17df49b6bc5b: Layer already exists 15:01:28 1a058d5342cc: Layer already exists 15:01:28 2.2.0-dev.35: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:01:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:28 a819ec7b7c3b: Preparing 15:01:28 a819ec7b7c3b: Preparing 15:01:28 19a3ea21fb46: Preparing 15:01:28 dd64c776605c: Preparing 15:01:28 286c8d138d0a: Preparing 15:01:28 90c518195848: Preparing 15:01:28 3cb14862a440: Preparing 15:01:28 b6a2df51a807: Preparing 15:01:28 17df49b6bc5b: Preparing 15:01:28 75529cafe1ba: Preparing 15:01:28 3cb14862a440: Waiting 15:01:28 b6a2df51a807: Waiting 15:01:28 b5f5861a3547: Preparing 15:01:28 1a058d5342cc: Preparing 15:01:28 b5f5861a3547: Waiting 15:01:28 1a058d5342cc: Waiting 15:01:28 dd64c776605c: Layer already exists 15:01:28 19a3ea21fb46: Layer already exists 15:01:28 90c518195848: Layer already exists 15:01:28 286c8d138d0a: Layer already exists 15:01:28 a819ec7b7c3b: Layer already exists 15:01:28 3cb14862a440: Layer already exists 15:01:28 17df49b6bc5b: Layer already exists 15:01:28 b5f5861a3547: Layer already exists 15:01:28 b6a2df51a807: Layer already exists 15:01:28 75529cafe1ba: Layer already exists 15:01:28 1a058d5342cc: Layer already exists 15:01:28 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:01:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh 15:01:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:29 a819ec7b7c3b: Preparing 15:01:29 a819ec7b7c3b: Preparing 15:01:29 19a3ea21fb46: Preparing 15:01:29 dd64c776605c: Preparing 15:01:29 286c8d138d0a: Preparing 15:01:29 90c518195848: Preparing 15:01:29 3cb14862a440: Preparing 15:01:29 b6a2df51a807: Preparing 15:01:29 17df49b6bc5b: Preparing 15:01:29 75529cafe1ba: Preparing 15:01:29 b5f5861a3547: Preparing 15:01:29 1a058d5342cc: Preparing 15:01:29 b6a2df51a807: Waiting 15:01:29 3cb14862a440: Waiting 15:01:29 17df49b6bc5b: Waiting 15:01:29 75529cafe1ba: Waiting 15:01:29 1a058d5342cc: Waiting 15:01:29 b5f5861a3547: Waiting 15:01:29 19a3ea21fb46: Layer already exists 15:01:29 a819ec7b7c3b: Layer already exists 15:01:29 dd64c776605c: Layer already exists 15:01:29 286c8d138d0a: Layer already exists 15:01:29 90c518195848: Layer already exists 15:01:29 3cb14862a440: Layer already exists 15:01:29 b5f5861a3547: Layer already exists 15:01:29 b6a2df51a807: Layer already exists 15:01:29 17df49b6bc5b: Layer already exists 15:01:29 75529cafe1ba: Layer already exists 15:01:29 1a058d5342cc: Layer already exists 15:01:29 main: digest: sha256:fdfc235963582b6a4426ec83fc66931bdaa58166febadbd5813d0bd24e44bed8 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:29 ===================================================== [Pipeline] echo 15:01:29 taggedImages: 15:01:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:01:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.0-dev.35 15:01:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:01:29 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:01:29 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:29 latest 15:01:29 2.2.0-dev.35 15:01:29 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:29 main 15:01:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:30 62112cf369c6: Preparing 15:01:30 80a4a8aee550: Preparing 15:01:30 f452acf4474d: Preparing 15:01:30 9d39268a24cd: Preparing 15:01:30 ad7e0e990991: Preparing 15:01:30 1a058d5342cc: Preparing 15:01:30 1a058d5342cc: Waiting 15:01:30 f452acf4474d: Pushed 15:01:30 9d39268a24cd: Pushed 15:01:30 1a058d5342cc: Layer already exists 15:01:30 ad7e0e990991: Pushed 15:01:31 62112cf369c6: Pushed 15:01:31 80a4a8aee550: Pushed 15:01:31 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:01:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh 15:01:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:32 62112cf369c6: Preparing 15:01:32 80a4a8aee550: Preparing 15:01:32 f452acf4474d: Preparing 15:01:32 9d39268a24cd: Preparing 15:01:32 ad7e0e990991: Preparing 15:01:32 1a058d5342cc: Preparing 15:01:32 1a058d5342cc: Waiting 15:01:32 f452acf4474d: Layer already exists 15:01:32 80a4a8aee550: Layer already exists 15:01:32 62112cf369c6: Layer already exists 15:01:32 9d39268a24cd: Layer already exists 15:01:32 ad7e0e990991: Layer already exists 15:01:32 1a058d5342cc: Layer already exists 15:01:32 latest: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:01:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.35 15:01:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:32 62112cf369c6: Preparing 15:01:32 80a4a8aee550: Preparing 15:01:32 f452acf4474d: Preparing 15:01:32 9d39268a24cd: Preparing 15:01:32 ad7e0e990991: Preparing 15:01:32 1a058d5342cc: Preparing 15:01:32 9d39268a24cd: Layer already exists 15:01:32 80a4a8aee550: Layer already exists 15:01:32 f452acf4474d: Layer already exists 15:01:32 ad7e0e990991: Layer already exists 15:01:32 62112cf369c6: Layer already exists 15:01:32 1a058d5342cc: Layer already exists 15:01:32 2.2.0-dev.35: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:01:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:33 62112cf369c6: Preparing 15:01:33 80a4a8aee550: Preparing 15:01:33 f452acf4474d: Preparing 15:01:33 9d39268a24cd: Preparing 15:01:33 ad7e0e990991: Preparing 15:01:33 1a058d5342cc: Preparing 15:01:33 1a058d5342cc: Waiting 15:01:33 62112cf369c6: Layer already exists 15:01:33 ad7e0e990991: Layer already exists 15:01:33 9d39268a24cd: Layer already exists 15:01:33 80a4a8aee550: Layer already exists 15:01:33 f452acf4474d: Layer already exists 15:01:33 1a058d5342cc: Layer already exists 15:01:33 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:01:33 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh 15:01:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:01:33 62112cf369c6: Preparing 15:01:33 80a4a8aee550: Preparing 15:01:33 f452acf4474d: Preparing 15:01:33 9d39268a24cd: Preparing 15:01:33 ad7e0e990991: Preparing 15:01:33 1a058d5342cc: Preparing 15:01:33 1a058d5342cc: Waiting 15:01:33 80a4a8aee550: Layer already exists 15:01:33 f452acf4474d: Layer already exists 15:01:33 62112cf369c6: Layer already exists 15:01:33 ad7e0e990991: Layer already exists 15:01:33 9d39268a24cd: Layer already exists 15:01:33 1a058d5342cc: Layer already exists 15:01:33 main: digest: sha256:7cb22095358e33caf505fcdaa2676df3d3a2b7d05f2338248dfe00c6cd701469 size: 1576 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:34 ===================================================== [Pipeline] echo 15:01:34 taggedImages: 15:01:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:01:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.0-dev.35 15:01:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:01:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:01:34 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:34 latest 15:01:34 2.2.0-dev.35 15:01:34 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:34 main 15:01:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:34 Avoid second fetch 15:01:34 Checking out Revision fbf009a3584204b1f7152455677e8e4d1b9535fc (main) 15:01:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:01:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:01:34 > git config core.sparsecheckout # timeout=10 15:01:34 > git checkout -f fbf009a3584204b1f7152455677e8e4d1b9535fc # timeout=10 15:01:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:34 2a53e864a886: Preparing 15:01:34 5ff047254246: Preparing 15:01:34 b20a7b74020a: Preparing 15:01:34 f8923a9b09ba: Preparing 15:01:34 2c321b32b237: Preparing 15:01:34 525a8e617e28: Preparing 15:01:34 79afcca44fcc: Preparing 15:01:34 b883bd167a38: Preparing 15:01:34 6d5129f16afc: Preparing 15:01:34 1a058d5342cc: Preparing 15:01:34 b883bd167a38: Waiting 15:01:34 79afcca44fcc: Waiting 15:01:34 6d5129f16afc: Waiting 15:01:34 525a8e617e28: Waiting 15:01:34 2a53e864a886: Pushed 15:01:34 5ff047254246: Pushed 15:01:34 2c321b32b237: Pushed 15:01:34 525a8e617e28: Pushed 15:01:34 79afcca44fcc: Pushed 15:01:34 b883bd167a38: Pushed 15:01:34 1a058d5342cc: Layer already exists 15:01:34 6d5129f16afc: Pushed 15:01:35 f8923a9b09ba: Pushed 15:01:36 b20a7b74020a: Pushed 15:01:36 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:01:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh 15:01:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:01:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:36 2a53e864a886: Preparing 15:01:36 5ff047254246: Preparing 15:01:36 b20a7b74020a: Preparing 15:01:36 f8923a9b09ba: Preparing 15:01:36 2c321b32b237: Preparing 15:01:36 525a8e617e28: Preparing 15:01:36 79afcca44fcc: Preparing 15:01:36 b883bd167a38: Preparing 15:01:36 6d5129f16afc: Preparing 15:01:36 1a058d5342cc: Preparing 15:01:36 525a8e617e28: Waiting 15:01:36 6d5129f16afc: Waiting 15:01:36 79afcca44fcc: Waiting 15:01:36 b883bd167a38: Waiting 15:01:36 1a058d5342cc: Waiting 15:01:36 2a53e864a886: Layer already exists 15:01:36 f8923a9b09ba: Layer already exists 15:01:36 2c321b32b237: Layer already exists 15:01:36 b20a7b74020a: Layer already exists 15:01:36 5ff047254246: Layer already exists 15:01:36 525a8e617e28: Layer already exists 15:01:36 b883bd167a38: Layer already exists 15:01:36 79afcca44fcc: Layer already exists 15:01:36 6d5129f16afc: Layer already exists 15:01:36 1a058d5342cc: Layer already exists 15:01:36 latest: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:01:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.35 15:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:37 2a53e864a886: Preparing 15:01:37 5ff047254246: Preparing 15:01:37 b20a7b74020a: Preparing 15:01:37 f8923a9b09ba: Preparing 15:01:37 2c321b32b237: Preparing 15:01:37 525a8e617e28: Preparing 15:01:37 79afcca44fcc: Preparing 15:01:37 b883bd167a38: Preparing 15:01:37 6d5129f16afc: Preparing 15:01:37 1a058d5342cc: Preparing 15:01:37 79afcca44fcc: Waiting 15:01:37 b883bd167a38: Waiting 15:01:37 6d5129f16afc: Waiting 15:01:37 525a8e617e28: Waiting 15:01:37 1a058d5342cc: Waiting 15:01:37 f8923a9b09ba: Layer already exists 15:01:37 b20a7b74020a: Layer already exists 15:01:37 2c321b32b237: Layer already exists 15:01:37 5ff047254246: Layer already exists 15:01:37 2a53e864a886: Layer already exists 15:01:37 525a8e617e28: Layer already exists 15:01:37 79afcca44fcc: Layer already exists 15:01:37 b883bd167a38: Layer already exists 15:01:37 6d5129f16afc: Layer already exists 15:01:37 1a058d5342cc: Layer already exists 15:01:37 2.2.0-dev.35: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:01:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:37 2a53e864a886: Preparing 15:01:37 5ff047254246: Preparing 15:01:37 b20a7b74020a: Preparing 15:01:37 f8923a9b09ba: Preparing 15:01:37 2c321b32b237: Preparing 15:01:37 525a8e617e28: Preparing 15:01:37 79afcca44fcc: Preparing 15:01:37 b883bd167a38: Preparing 15:01:37 6d5129f16afc: Preparing 15:01:37 1a058d5342cc: Preparing 15:01:37 525a8e617e28: Waiting 15:01:37 79afcca44fcc: Waiting 15:01:37 b883bd167a38: Waiting 15:01:37 6d5129f16afc: Waiting 15:01:37 1a058d5342cc: Waiting 15:01:37 f8923a9b09ba: Layer already exists 15:01:37 2a53e864a886: Layer already exists 15:01:37 b20a7b74020a: Layer already exists 15:01:37 5ff047254246: Layer already exists 15:01:37 2c321b32b237: Layer already exists 15:01:37 79afcca44fcc: Layer already exists 15:01:37 525a8e617e28: Layer already exists 15:01:37 b883bd167a38: Layer already exists 15:01:37 6d5129f16afc: Layer already exists 15:01:37 1a058d5342cc: Layer already exists 15:01:37 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:01:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh 15:01:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:01:38 2a53e864a886: Preparing 15:01:38 5ff047254246: Preparing 15:01:38 b20a7b74020a: Preparing 15:01:38 f8923a9b09ba: Preparing 15:01:38 2c321b32b237: Preparing 15:01:38 525a8e617e28: Preparing 15:01:38 79afcca44fcc: Preparing 15:01:38 b883bd167a38: Preparing 15:01:38 6d5129f16afc: Preparing 15:01:38 1a058d5342cc: Preparing 15:01:38 b883bd167a38: Waiting 15:01:38 6d5129f16afc: Waiting 15:01:38 1a058d5342cc: Waiting 15:01:38 525a8e617e28: Waiting 15:01:38 79afcca44fcc: Waiting 15:01:38 2a53e864a886: Layer already exists 15:01:38 2c321b32b237: Layer already exists 15:01:38 f8923a9b09ba: Layer already exists 15:01:38 b20a7b74020a: Layer already exists 15:01:38 5ff047254246: Layer already exists 15:01:38 525a8e617e28: Layer already exists 15:01:38 79afcca44fcc: Layer already exists 15:01:38 b883bd167a38: Layer already exists 15:01:38 1a058d5342cc: Layer already exists 15:01:38 6d5129f16afc: Layer already exists 15:01:38 main: digest: sha256:80479a27461c2d57261011857cb23af59f215c1ca85508c337f45a2c7bf05aa9 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:38 ===================================================== [Pipeline] echo 15:01:38 taggedImages: 15:01:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:01:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.0-dev.35 15:01:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:01:38 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:01:38 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:38 latest 15:01:38 2.2.0-dev.35 15:01:38 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:38 main 15:01:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:38 Commit message: "build(snap): upgrade kuiper to 1.4.3 (#3895)" 15:01:38 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:01:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:01:39 02ce699c21b2: Preparing 15:01:39 ec6877238c45: Preparing 15:01:39 3cb14862a440: Preparing 15:01:39 c0870c46236f: Preparing 15:01:39 1a058d5342cc: Preparing 15:01:39 3cb14862a440: Layer already exists 15:01:39 1a058d5342cc: Layer already exists 15:01:39 02ce699c21b2: Pushed 15:01:39 c0870c46236f: Pushed 15:01:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:01:39 % Total % Received % Xferd Average Speed Time Time Time Current 15:01:39 Dload Upload Total Spent Left Speed 15:01:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 222k 0 --:--:-- --:--:-- --:--:-- 222k [Pipeline] sh 15:01:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:01:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:01:40 + sudo tee /etc/docker/daemon.new 15:01:40 { 15:01:40 "registry-mirrors": [ 15:01:40 "https://nexus3.edgexfoundry.org:10001" 15:01:40 ], 15:01:40 "bip": "10.250.0.254/24", 15:01:40 "hosts": [ 15:01:40 "tcp://0.0.0.0:5555", 15:01:40 "unix:///var/run/docker.sock" 15:01:40 ], 15:01:40 "mtu": 1458, 15:01:40 "selinux-enabled": true, 15:01:40 "seccomp-profile": "/etc/docker/seccomp.json" 15:01:40 } [Pipeline] sh 15:01:40 ec6877238c45: Pushed 15:01:40 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:01:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:01:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh 15:01:41 + sudo service docker restart 15:01:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:01:41 02ce699c21b2: Preparing 15:01:41 ec6877238c45: Preparing 15:01:41 3cb14862a440: Preparing 15:01:41 c0870c46236f: Preparing 15:01:41 1a058d5342cc: Preparing 15:01:41 c0870c46236f: Layer already exists 15:01:41 ec6877238c45: Layer already exists 15:01:41 1a058d5342cc: Layer already exists 15:01:41 3cb14862a440: Layer already exists 15:01:41 02ce699c21b2: Layer already exists 15:01:41 latest: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:01:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.35 15:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:01:41 02ce699c21b2: Preparing 15:01:41 ec6877238c45: Preparing 15:01:41 3cb14862a440: Preparing 15:01:41 c0870c46236f: Preparing 15:01:41 1a058d5342cc: Preparing 15:01:41 1a058d5342cc: Layer already exists 15:01:41 ec6877238c45: Layer already exists 15:01:41 3cb14862a440: Layer already exists 15:01:41 c0870c46236f: Layer already exists 15:01:41 02ce699c21b2: Layer already exists 15:01:41 2.2.0-dev.35: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:01:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:01:42 02ce699c21b2: Preparing 15:01:42 ec6877238c45: Preparing 15:01:42 3cb14862a440: Preparing 15:01:42 c0870c46236f: Preparing 15:01:42 1a058d5342cc: Preparing 15:01:42 c0870c46236f: Layer already exists 15:01:42 1a058d5342cc: Layer already exists 15:01:42 3cb14862a440: Layer already exists 15:01:42 ec6877238c45: Layer already exists 15:01:42 02ce699c21b2: Layer already exists 15:01:42 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:01:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh 15:01:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:01:43 02ce699c21b2: Preparing 15:01:43 ec6877238c45: Preparing 15:01:43 3cb14862a440: Preparing 15:01:43 c0870c46236f: Preparing 15:01:43 1a058d5342cc: Preparing 15:01:43 3cb14862a440: Layer already exists 15:01:43 1a058d5342cc: Layer already exists 15:01:43 ec6877238c45: Layer already exists 15:01:43 c0870c46236f: Layer already exists 15:01:43 02ce699c21b2: Layer already exists 15:01:43 main: digest: sha256:c78b8b64e1ed2151012a534758cbf54d52422840e9b84e268718c900a536d1e1 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:43 ===================================================== [Pipeline] echo 15:01:43 taggedImages: 15:01:43 - nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:43 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:01:43 - nexus3.edgexfoundry.org:10004/support-notifications:2.2.0-dev.35 15:01:43 - nexus3.edgexfoundry.org:10004/support-notifications:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:43 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:01:43 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:01:43 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:43 latest 15:01:43 2.2.0-dev.35 15:01:43 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:43 main 15:01:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:01:43 68cd7cec9f47: Preparing 15:01:43 6f16d89cb785: Preparing 15:01:43 3cb14862a440: Preparing 15:01:43 6649aacd3e5f: Preparing 15:01:43 1a058d5342cc: Preparing 15:01:43 6649aacd3e5f: Layer already exists 15:01:43 1a058d5342cc: Layer already exists 15:01:43 3cb14862a440: Layer already exists 15:01:43 68cd7cec9f47: Pushed 15:01:45 6f16d89cb785: Pushed 15:01:45 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:01:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh 15:01:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:01:45 68cd7cec9f47: Preparing 15:01:45 6f16d89cb785: Preparing 15:01:45 3cb14862a440: Preparing 15:01:45 6649aacd3e5f: Preparing 15:01:45 1a058d5342cc: Preparing 15:01:45 1a058d5342cc: Layer already exists 15:01:45 6649aacd3e5f: Layer already exists 15:01:45 68cd7cec9f47: Layer already exists 15:01:45 6f16d89cb785: Layer already exists 15:01:45 3cb14862a440: Layer already exists 15:01:45 latest: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:01:45 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.35 15:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:01:46 68cd7cec9f47: Preparing 15:01:46 6f16d89cb785: Preparing 15:01:46 3cb14862a440: Preparing 15:01:46 6649aacd3e5f: Preparing 15:01:46 1a058d5342cc: Preparing 15:01:46 1a058d5342cc: Layer already exists 15:01:46 3cb14862a440: Layer already exists 15:01:46 68cd7cec9f47: Layer already exists 15:01:46 6f16d89cb785: Layer already exists 15:01:46 6649aacd3e5f: Layer already exists 15:01:46 2.2.0-dev.35: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:01:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:01:46 68cd7cec9f47: Preparing 15:01:46 6f16d89cb785: Preparing 15:01:46 3cb14862a440: Preparing 15:01:46 6649aacd3e5f: Preparing 15:01:46 1a058d5342cc: Preparing 15:01:46 6649aacd3e5f: Layer already exists 15:01:46 6f16d89cb785: Layer already exists 15:01:46 68cd7cec9f47: Layer already exists 15:01:46 3cb14862a440: Layer already exists 15:01:46 1a058d5342cc: Layer already exists 15:01:46 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:01:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh 15:01:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:01:47 68cd7cec9f47: Preparing 15:01:47 6f16d89cb785: Preparing 15:01:47 3cb14862a440: Preparing 15:01:47 6649aacd3e5f: Preparing 15:01:47 1a058d5342cc: Preparing 15:01:47 68cd7cec9f47: Layer already exists 15:01:47 3cb14862a440: Layer already exists 15:01:47 6649aacd3e5f: Layer already exists 15:01:47 1a058d5342cc: Layer already exists 15:01:47 6f16d89cb785: Layer already exists 15:01:47 main: digest: sha256:b385352619ec4dbd0285558a2c3c3ba5d4e941b58fbdfb03d05f593aef326730 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:47 ===================================================== [Pipeline] echo 15:01:47 taggedImages: 15:01:47 - nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:47 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:01:47 - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.0-dev.35 15:01:47 - nexus3.edgexfoundry.org:10004/support-scheduler:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:47 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 15:01:47 [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: 15:01:47 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:47 latest 15:01:47 2.2.0-dev.35 15:01:47 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:47 main 15:01:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:47 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:01:48 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:01:48 52f234f36bcc: Preparing 15:01:48 ac96a4468e87: Preparing 15:01:48 8d09226dceea: Preparing 15:01:48 1435ef0dfd5a: Preparing 15:01:48 4b4527d9d361: Preparing 15:01:48 0419e16943bb: Preparing 15:01:48 2bc6eda7d6fe: Preparing 15:01:48 38c686747f67: Preparing 15:01:48 698317193ef4: Preparing 15:01:48 3de006b0ad1b: Preparing 15:01:48 1a058d5342cc: Preparing 15:01:48 38c686747f67: Waiting 15:01:48 3de006b0ad1b: Waiting 15:01:48 698317193ef4: Waiting 15:01:48 2bc6eda7d6fe: Waiting 15:01:48 1a058d5342cc: Waiting 15:01:48 0419e16943bb: Waiting 15:01:48 4b4527d9d361: Layer already exists 15:01:48 0419e16943bb: Layer already exists 15:01:48 2bc6eda7d6fe: Layer already exists 15:01:48 38c686747f67: Layer already exists 15:01:48 ac96a4468e87: Pushed 15:01:48 698317193ef4: Layer already exists 15:01:48 3de006b0ad1b: Layer already exists 15:01:48 1a058d5342cc: Layer already exists 15:01:48 52f234f36bcc: Pushed 15:01:49 8d09226dceea: Pushed 15:01:55 1435ef0dfd5a: Pushed 15:01:55 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh 15:01:56 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh 15:01:56 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 15:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:01:56 52f234f36bcc: Preparing 15:01:56 ac96a4468e87: Preparing 15:01:56 8d09226dceea: Preparing 15:01:56 1435ef0dfd5a: Preparing 15:01:56 4b4527d9d361: Preparing 15:01:56 0419e16943bb: Preparing 15:01:56 2bc6eda7d6fe: Preparing 15:01:56 38c686747f67: Preparing 15:01:56 698317193ef4: Preparing 15:01:56 3de006b0ad1b: Preparing 15:01:56 1a058d5342cc: Preparing 15:01:56 0419e16943bb: Waiting 15:01:56 2bc6eda7d6fe: Waiting 15:01:56 698317193ef4: Waiting 15:01:56 3de006b0ad1b: Waiting 15:01:56 1a058d5342cc: Waiting 15:01:56 ac96a4468e87: Layer already exists 15:01:56 52f234f36bcc: Layer already exists 15:01:56 1435ef0dfd5a: Layer already exists 15:01:56 4b4527d9d361: Layer already exists 15:01:56 8d09226dceea: Layer already exists 15:01:56 0419e16943bb: Layer already exists 15:01:56 38c686747f67: Layer already exists 15:01:56 698317193ef4: Layer already exists 15:01:56 2bc6eda7d6fe: Layer already exists 15:01:56 3de006b0ad1b: Layer already exists 15:01:56 1a058d5342cc: Layer already exists 15:01:56 latest: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh 15:01:56 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:57 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.35 15:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:01:57 52f234f36bcc: Preparing 15:01:57 ac96a4468e87: Preparing 15:01:57 8d09226dceea: Preparing 15:01:57 1435ef0dfd5a: Preparing 15:01:57 4b4527d9d361: Preparing 15:01:57 0419e16943bb: Preparing 15:01:57 2bc6eda7d6fe: Preparing 15:01:57 38c686747f67: Preparing 15:01:57 698317193ef4: Preparing 15:01:57 3de006b0ad1b: Preparing 15:01:57 1a058d5342cc: Preparing 15:01:57 0419e16943bb: Waiting 15:01:57 38c686747f67: Waiting 15:01:57 2bc6eda7d6fe: Waiting 15:01:57 698317193ef4: Waiting 15:01:57 1a058d5342cc: Waiting 15:01:57 3de006b0ad1b: Waiting 15:01:57 4b4527d9d361: Layer already exists 15:01:57 8d09226dceea: Layer already exists 15:01:57 ac96a4468e87: Layer already exists 15:01:57 1435ef0dfd5a: Layer already exists 15:01:57 52f234f36bcc: Layer already exists 15:01:57 698317193ef4: Layer already exists 15:01:57 0419e16943bb: Layer already exists 15:01:57 2bc6eda7d6fe: Layer already exists 15:01:57 38c686747f67: Layer already exists 15:01:57 3de006b0ad1b: Layer already exists 15:01:57 1a058d5342cc: Layer already exists 15:01:57 2.2.0-dev.35: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh 15:01:57 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:01:57 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:01:57 52f234f36bcc: Preparing 15:01:57 ac96a4468e87: Preparing 15:01:57 8d09226dceea: Preparing 15:01:57 1435ef0dfd5a: Preparing 15:01:57 4b4527d9d361: Preparing 15:01:57 0419e16943bb: Preparing 15:01:57 2bc6eda7d6fe: Preparing 15:01:57 38c686747f67: Preparing 15:01:57 698317193ef4: Preparing 15:01:57 3de006b0ad1b: Preparing 15:01:57 1a058d5342cc: Preparing 15:01:57 2bc6eda7d6fe: Waiting 15:01:57 38c686747f67: Waiting 15:01:57 698317193ef4: Waiting 15:01:57 3de006b0ad1b: Waiting 15:01:57 0419e16943bb: Waiting 15:01:57 1a058d5342cc: Waiting 15:01:57 52f234f36bcc: Layer already exists 15:01:57 ac96a4468e87: Layer already exists 15:01:57 4b4527d9d361: Layer already exists 15:01:57 8d09226dceea: Layer already exists 15:01:57 1435ef0dfd5a: Layer already exists 15:01:57 0419e16943bb: Layer already exists 15:01:57 2bc6eda7d6fe: Layer already exists 15:01:57 38c686747f67: Layer already exists 15:01:57 3de006b0ad1b: Layer already exists 15:01:57 698317193ef4: Layer already exists 15:01:57 1a058d5342cc: Layer already exists 15:01:57 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] isUnix [Pipeline] sh 15:01:57 + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh 15:01:58 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main 15:01:58 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] 15:01:58 52f234f36bcc: Preparing 15:01:58 ac96a4468e87: Preparing 15:01:58 8d09226dceea: Preparing 15:01:58 1435ef0dfd5a: Preparing 15:01:58 4b4527d9d361: Preparing 15:01:58 0419e16943bb: Preparing 15:01:58 2bc6eda7d6fe: Preparing 15:01:58 38c686747f67: Preparing 15:01:58 698317193ef4: Preparing 15:01:58 3de006b0ad1b: Preparing 15:01:58 1a058d5342cc: Preparing 15:01:58 2bc6eda7d6fe: Waiting 15:01:58 38c686747f67: Waiting 15:01:58 698317193ef4: Waiting 15:01:58 0419e16943bb: Waiting 15:01:58 1a058d5342cc: Waiting 15:01:58 ac96a4468e87: Layer already exists 15:01:58 52f234f36bcc: Layer already exists 15:01:58 1435ef0dfd5a: Layer already exists 15:01:58 8d09226dceea: Layer already exists 15:01:58 4b4527d9d361: Layer already exists 15:01:58 2bc6eda7d6fe: Layer already exists 15:01:58 698317193ef4: Layer already exists 15:01:58 3de006b0ad1b: Layer already exists 15:01:58 0419e16943bb: Layer already exists 15:01:58 38c686747f67: Layer already exists 15:01:58 1a058d5342cc: Layer already exists 15:01:58 main: digest: sha256:406fdbede8287dc5b7e797a8168bb3cffa87176e2cf97cf5592f6b050ca9a8ba size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:58 ===================================================== [Pipeline] echo 15:01:58 taggedImages: 15:01:58 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:01:58 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest 15:01:58 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.0-dev.35 15:01:58 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:01:58 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:01:59 provisioning config files... 15:01:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config128121430374071563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:02:00 ---> docker-login.sh 15:02:00 nexus3.edgexfoundry.org:10001 15:02:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:00 Configure a credential helper to remove this warning. See 15:02:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:00 15:02:00 Login Succeeded 15:02:00 nexus3.edgexfoundry.org:10002 15:02:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:01 Configure a credential helper to remove this warning. See 15:02:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:01 15:02:01 Login Succeeded 15:02:01 nexus3.edgexfoundry.org:10003 15:02:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:01 Configure a credential helper to remove this warning. See 15:02:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:01 15:02:01 Login Succeeded 15:02:01 nexus3.edgexfoundry.org:10004 15:02:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:02 Configure a credential helper to remove this warning. See 15:02:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:02 15:02:02 Login Succeeded 15:02:02 docker.io 15:02:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:02:03 Configure a credential helper to remove this warning. See 15:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:02:03 15:02:03 Login Succeeded 15:02:03 ---> docker-login.sh ends [Pipeline] } 15:02:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:02:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:02:03 ========================================================= 15:02:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 15:02:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:02:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 15:02:04 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:02:04 9b3977197b4f: Pulling fs layer 15:02:04 1a89e8eeedd5: Pulling fs layer 15:02:04 94645a83ff95: Pulling fs layer 15:02:04 3f3a8bcf1eab: Pulling fs layer 15:02:04 0c92f367c5e7: Pulling fs layer 15:02:04 f7c0051592d6: Pulling fs layer 15:02:04 a227ed2f7395: Pulling fs layer 15:02:04 7b1c46037f91: Pulling fs layer 15:02:04 3f3a8bcf1eab: Waiting 15:02:04 0c92f367c5e7: Waiting 15:02:04 f7c0051592d6: Waiting 15:02:04 a227ed2f7395: Waiting 15:02:04 7b1c46037f91: Waiting 15:02:04 94645a83ff95: Download complete 15:02:04 1a89e8eeedd5: Download complete 15:02:04 0c92f367c5e7: Verifying Checksum 15:02:04 0c92f367c5e7: Download complete 15:02:04 f7c0051592d6: Download complete 15:02:04 9b3977197b4f: Download complete 15:02:04 a227ed2f7395: Verifying Checksum 15:02:04 a227ed2f7395: Download complete 15:02:05 9b3977197b4f: Pull complete 15:02:05 1a89e8eeedd5: Pull complete 15:02:05 94645a83ff95: Pull complete 15:02:06 7b1c46037f91: Verifying Checksum 15:02:06 7b1c46037f91: Download complete 15:02:07 3f3a8bcf1eab: Verifying Checksum 15:02:07 3f3a8bcf1eab: Download complete 15:02:19 3f3a8bcf1eab: Pull complete 15:02:19 0c92f367c5e7: Pull complete 15:02:19 f7c0051592d6: Pull complete 15:02:19 a227ed2f7395: Pull complete 15:02:28 7b1c46037f91: Pull complete 15:02:28 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 15:02:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 15:02:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 15:02:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 15:02:28 WORKDIR /edgex 15:02:28 COPY go.mod . 15:02:28 RUN go mod download 15:02:28 + docker build -t ci-base-image-arm64 -f - . 15:02:31 Sending build context to Docker daemon 168.7MB 15:02:31 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 15:02:31 ---> f79e39bc4007 15:02:31 Step 2/4 : WORKDIR /edgex 15:02:31 ---> Running in 8065bfe245bd 15:02:31 Removing intermediate container 8065bfe245bd 15:02:31 ---> 159e25757454 15:02:31 Step 3/4 : COPY go.mod . 15:02:32 ---> c455df35477c 15:02:32 Step 4/4 : RUN go mod download 15:02:32 ---> Running in e31c06acb832 15:03:54 Removing intermediate container e31c06acb832 15:03:54 ---> 5a0c5b67958c 15:03:54 Successfully built 5a0c5b67958c 15:03:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:03:54 + docker inspect -f . ci-base-image-arm64 15:03:54 . [Pipeline] withDockerContainer 15:03:54 prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container 15:03:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:03:56 $ docker top 5d2fae4a2547af31b5b9d8949c63d6d461c1496d70515ba98fa08ed41a55ad7d -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:57 + go version 15:03:57 go version go1.17.6 linux/arm64 [Pipeline] } 15:03:57 $ docker stop --time=1 5d2fae4a2547af31b5b9d8949c63d6d461c1496d70515ba98fa08ed41a55ad7d 15:03:58 $ docker rm -f 5d2fae4a2547af31b5b9d8949c63d6d461c1496d70515ba98fa08ed41a55ad7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:03:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:03:59 15:03:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:03:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:04:00 latest: Pulling from edgex-devops/edgex-compose-arm64 15:04:00 29e5d40040c1: Pulling fs layer 15:04:00 1ce36da41761: Pulling fs layer 15:04:00 25b303627fd3: Pulling fs layer 15:04:00 29e5d40040c1: Verifying Checksum 15:04:00 29e5d40040c1: Download complete 15:04:00 1ce36da41761: Verifying Checksum 15:04:00 1ce36da41761: Download complete 15:04:00 29e5d40040c1: Pull complete 15:04:02 25b303627fd3: Verifying Checksum 15:04:02 1ce36da41761: Pull complete 15:04:14 25b303627fd3: Pull complete 15:04:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:04:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:04:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:04:14 prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container 15:04:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:04:17 $ docker top 3067de553c4372a8f5279d1436218d229deb1b7fef612941572e88ee05dbc2c8 -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:18 + grep parallel 15:04:18 + docker-compose build --help 15:04:22 --parallel Build images in parallel. [Pipeline] } 15:04:22 $ docker stop --time=1 3067de553c4372a8f5279d1436218d229deb1b7fef612941572e88ee05dbc2c8 15:04:24 $ docker rm -f 3067de553c4372a8f5279d1436218d229deb1b7fef612941572e88ee05dbc2c8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:04:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:04:24 . [Pipeline] withDockerContainer 15:04:24 prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container 15:04:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:04:26 $ docker top 9bb6f6fb20085570da82b433acb8e3d13dc073c7c098c1cdd79a1523f90c8575 -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:27 + docker-compose -f ./docker-compose-build.yml build --parallel 15:04:31 Building core-command ... 15:04:31 Building core-data ... 15:04:31 Building core-metadata ... 15:04:31 Building security-bootstrapper ... 15:04:31 Building security-proxy-setup ... 15:04:31 Building security-secretstore-setup ... 15:04:31 Building support-notifications ... 15:04:31 Building support-scheduler ... 15:04:31 Building sys-mgmt-agent ... 15:04:31 Building sys-mgmt-agent 15:04:31 Building support-scheduler 15:04:31 Building security-bootstrapper 15:04:31 Building core-data 15:04:31 Building support-notifications 15:05:18 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:05:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:05:18 ---> 5a0c5b67958c 15:05:18 Step 3/23 : WORKDIR /edgex-go 15:05:18 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:05:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:05:18 ---> 5a0c5b67958c 15:05:18 Step 3/31 : WORKDIR /edgex-go 15:05:18 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:05:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:05:18 ---> 5a0c5b67958c 15:05:18 Step 3/23 : WORKDIR /edgex-go 15:05:18 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:05:18 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:05:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:18 ---> 5a0c5b67958c 15:05:18 Step 3/22 : WORKDIR /edgex-go 15:05:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:18 ---> 5a0c5b67958c 15:05:18 Step 3/22 : WORKDIR /edgex-go 15:05:18 ---> Running in fa26efee24ea 15:05:18 ---> Running in 9f42eec26e10 15:05:18 ---> Running in 2fb49ce3c2e7 15:05:18 ---> Running in 7af74ccb646f 15:05:18 ---> Running in aea2dcc623ee 15:05:19 Removing intermediate container 7af74ccb646f 15:05:19 ---> d1dd2086c88e 15:05:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:19 ---> Running in bc73f01b8aca 15:05:19 Removing intermediate container fa26efee24ea 15:05:19 ---> 1c9751e1f3f3 15:05:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:19 Removing intermediate container aea2dcc623ee 15:05:19 ---> d19215abf2d0 15:05:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:19 Removing intermediate container 9f42eec26e10 15:05:19 ---> 7621301968ca 15:05:19 Removing intermediate container 2fb49ce3c2e7 15:05:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:19 ---> 66fd9b198252 15:05:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:19 ---> Running in f05eefd760da 15:05:20 ---> Running in 63579163743d 15:05:20 ---> Running in a41aab33b6d1 15:05:20 ---> Running in 1e6bcdfb916b 15:05:23 Removing intermediate container bc73f01b8aca 15:05:23 ---> 9785540211fb 15:05:23 Step 5/23 : RUN apk add --update --no-cache make bash git 15:05:23 ---> Running in 010ded802242 15:05:23 Removing intermediate container f05eefd760da 15:05:23 ---> a9c5b4a65c0b 15:05:23 Step 5/22 : RUN apk add --update --no-cache make git 15:05:23 ---> Running in 8b9bf51db0a7 15:05:23 Removing intermediate container 63579163743d 15:05:23 ---> d20032aeea2d 15:05:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:05:24 ---> Running in e21e95a5b8be 15:05:24 Removing intermediate container a41aab33b6d1 15:05:24 ---> 63dfa07ee648 15:05:24 Step 5/31 : RUN apk add --update --no-cache make git 15:05:24 Removing intermediate container 1e6bcdfb916b 15:05:24 ---> 2b5962517a5a 15:05:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:05:24 ---> Running in 765691d968ff 15:05:24 ---> Running in 645b5e8e37fa 15:05:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:05:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:05:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:05:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:05:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:05:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:05:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:05:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:05:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:05:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:05:27 OK: 220 MiB in 52 packages 15:05:27 OK: 220 MiB in 52 packages 15:05:28 OK: 220 MiB in 52 packages 15:05:29 OK: 220 MiB in 52 packages 15:05:29 OK: 220 MiB in 52 packages 15:05:29 Removing intermediate container 8b9bf51db0a7 15:05:29 ---> 9debbbaa7f96 15:05:29 Step 6/22 : COPY go.mod vendor* ./ 15:05:30 Removing intermediate container 010ded802242 15:05:30 ---> 38ac83f3ace4 15:05:30 Step 6/23 : COPY go.mod vendor* ./ 15:05:30 Removing intermediate container e21e95a5b8be 15:05:30 ---> 6a017bc2dd6c 15:05:30 Step 6/23 : COPY go.mod vendor* ./ 15:05:30 Removing intermediate container 645b5e8e37fa 15:05:30 ---> 6705d32cfe23 15:05:30 Step 6/22 : COPY go.mod vendor* ./ 15:05:30 Removing intermediate container 765691d968ff 15:05:30 ---> 51d328aedf76 15:05:30 Step 6/31 : COPY go.mod vendor* ./ 15:05:31 ---> e43b52822a1c 15:05:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:31 ---> dd09dddd6808 15:05:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:31 ---> Running in 03375fc0a777 15:05:31 ---> 028d24d1ff33 15:05:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:31 ---> Running in e9d2c27e73b0 15:05:31 ---> Running in 23ad204ba16f 15:05:32 ---> 306e0f20f4ef 15:05:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:32 ---> Running in 86bee960a290 15:05:32 ---> 83ace953c96e 15:05:32 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:32 ---> Running in 3f0c1ae8b6d5 15:05:38 Removing intermediate container 03375fc0a777 15:05:38 ---> 93cfed1d75f0 15:05:38 Step 8/22 : COPY . . 15:05:38 Removing intermediate container 23ad204ba16f 15:05:38 ---> 97c5e9fcc66d 15:05:38 Step 8/23 : COPY . . 15:05:38 Removing intermediate container 86bee960a290 15:05:38 ---> a1ac51fed9d6 15:05:38 Step 8/22 : COPY . . 15:05:38 Removing intermediate container e9d2c27e73b0 15:05:38 ---> 048a53173cad 15:05:38 Step 8/23 : COPY . . 15:05:38 Removing intermediate container 3f0c1ae8b6d5 15:05:38 ---> 0cabe7c2f865 15:05:38 Step 8/31 : COPY . . 15:05:57 ---> 982a198f7e62 15:05:57 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:05:57 ---> 52d516d8dde5 15:05:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:05:57 ---> 68177589e3b3 15:05:57 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:05:57 ---> Running in acf3e87d1390 15:05:57 ---> Running in 39aeb946bd0d 15:05:57 ---> Running in ea555c73e84c 15:05:57 ---> cfb747f83ed8 15:05:57 Step 9/23 : RUN make cmd/core-data/core-data 15:05:57 ---> Running in 5f1575096d4a 15:05:57 ---> 510c9ee10c85 15:05:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:05:57 ---> Running in 135d7b386e28 15:05:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:05:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:05:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:05:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:05:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data 15:08:20 Removing intermediate container ea555c73e84c 15:08:20 ---> 28131f78fb38 15:08:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:08:20 ---> Running in 671e23cdf962 15:08:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:08:20 Removing intermediate container 39aeb946bd0d 15:08:20 ---> ec55ca165286 15:08:20 15:08:20 Step 10/31 : FROM alpine:3.14 15:08:20 3.14: Pulling from library/alpine 15:08:20 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 15:08:20 Status: Downloaded newer image for alpine:3.14 15:08:20 ---> 5b8b7b635229 15:08:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:08:20 ---> Running in 0c9370d2a93f 15:08:20 Removing intermediate container 0c9370d2a93f 15:08:20 ---> b6bbfe116c76 15:08:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:08:20 ---> Running in f96cc40372f8 15:08:21 Removing intermediate container 671e23cdf962 15:08:21 ---> 3990694c5110 15:08:21 15:08:21 Step 11/23 : FROM docker:20.10.10 15:08:21 20.10.10: Pulling from library/docker 15:08:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:08:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:08:23 (1/2) Installing dumb-init (1.2.5-r1) 15:08:23 (2/2) Installing su-exec (0.2-r1) 15:08:23 Executing busybox-1.33.1-r6.trigger 15:08:23 OK: 6 MiB in 16 packages 15:08:25 Removing intermediate container f96cc40372f8 15:08:25 ---> 2d277a7a750c 15:08:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:08:25 ---> Running in 74d119ae9ac6 15:08:26 Removing intermediate container 74d119ae9ac6 15:08:26 ---> d263a393eb82 15:08:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:08:26 ---> Running in f861efc29a79 15:08:27 Removing intermediate container f861efc29a79 15:08:27 ---> a85167104f5a 15:08:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:08:27 ---> Running in 9885a7240974 15:08:32 Removing intermediate container 9885a7240974 15:08:32 ---> 36882794b882 15:08:32 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:08:32 ---> Running in c3e85b2aa23a 15:08:33 Removing intermediate container c3e85b2aa23a 15:08:33 ---> f956a5fc6d1d 15:08:33 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:08:35 ---> d07776a28c30 15:08:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:08:35 ---> Running in 02bf4f8972cb 15:08:35 Removing intermediate container acf3e87d1390 15:08:35 ---> 5faa87d0a4e5 15:08:35 15:08:35 Step 10/22 : FROM alpine:3.14 15:08:35 ---> 5b8b7b635229 15:08:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:08:36 ---> Running in c78ab6904098 15:08:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:08:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:08:38 Removing intermediate container 135d7b386e28 15:08:38 ---> 2bb61ad40065 15:08:38 15:08:38 Step 10/22 : FROM alpine:3.14 15:08:38 ---> 5b8b7b635229 15:08:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:08:38 Removing intermediate container 02bf4f8972cb 15:08:38 ---> 5edd768f26d0 15:08:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:38 ---> Running in 0d5be7640c86 15:08:39 (1/1) Installing dumb-init (1.2.5-r1) 15:08:39 Executing busybox-1.33.1-r6.trigger 15:08:39 OK: 6 MiB in 15 packages 15:08:40 ---> 9b2c1f2bcd00 15:08:40 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:08:41 Removing intermediate container c78ab6904098 15:08:41 ---> 40786cc49e67 15:08:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:08:41 ---> Running in 36f308e0a59c 15:08:41 (1/2) Installing ca-certificates (20211220-r0) 15:08:41 (2/2) Installing dumb-init (1.2.5-r1) 15:08:41 Executing busybox-1.33.1-r6.trigger 15:08:41 Executing ca-certificates-20211220-r0.trigger 15:08:42 OK: 6 MiB in 16 packages 15:08:42 Removing intermediate container 36f308e0a59c 15:08:42 ---> 9316414d172a 15:08:42 Step 13/22 : ENV APP_PORT=59861 15:08:42 ---> Running in a6fb93dd2e73 15:08:43 Removing intermediate container a6fb93dd2e73 15:08:43 ---> 88a5b1c96c9c 15:08:43 Step 14/22 : EXPOSE $APP_PORT 15:08:43 ---> Running in d52284e644de 15:08:43 ---> 28be5ed4e75f 15:08:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:08:44 Removing intermediate container d52284e644de 15:08:44 ---> fc9cc507cb9e 15:08:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:44 Removing intermediate container 0d5be7640c86 15:08:44 ---> 7421fc257d84 15:08:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:08:44 ---> Running in 44de42106cc2 15:08:44 ---> decc615c38ea 15:08:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:08:45 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 15:08:45 Status: Downloaded newer image for docker:20.10.10 15:08:45 ---> 520e9a0a30f7 15:08:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 15:08:45 Removing intermediate container 44de42106cc2 15:08:45 ---> 5cf252af2505 15:08:45 Step 13/22 : ENV APP_PORT=59860 15:08:45 ---> Running in b49f301128e5 15:08:45 ---> Running in 6d35ad8e4048 15:08:45 ---> e56d4fac3e8d 15:08:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:08:45 Removing intermediate container 6d35ad8e4048 15:08:45 ---> db844c6bf7b6 15:08:45 Step 14/22 : EXPOSE $APP_PORT 15:08:45 Removing intermediate container b49f301128e5 15:08:45 ---> 21b80dbcf372 15:08:45 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 15:08:45 ---> 1e5e2452ba5c 15:08:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:08:46 ---> Running in 5de535b23e07 15:08:46 ---> Running in 0ac43c0a81fb 15:08:46 Removing intermediate container 5de535b23e07 15:08:46 ---> 46f6a8919c14 15:08:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:47 Removing intermediate container 5f1575096d4a 15:08:47 ---> bf68126a244f 15:08:47 15:08:47 Step 10/23 : FROM alpine:3.14 15:08:47 ---> 5b8b7b635229 15:08:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:08:47 ---> 04e59f13ed10 15:08:47 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:08:47 ---> Running in a283b67b4dd9 15:08:47 ---> af69c5e5e350 15:08:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:08:47 ---> Running in 431978688e5f 15:08:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:08:48 Removing intermediate container a283b67b4dd9 15:08:48 ---> d1d8aa8581e8 15:08:48 Step 12/23 : ENV APP_PORT=59880 15:08:48 ---> 9dd0bd07e347 15:08:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:08:48 ---> Running in 7d01923d0bdc 15:08:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:08:48 Removing intermediate container 431978688e5f 15:08:48 ---> 9b7d8c144a97 15:08:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:08:48 Removing intermediate container 7d01923d0bdc 15:08:48 ---> ea55eb9b2d7b 15:08:48 Step 13/23 : EXPOSE $APP_PORT 15:08:48 ---> Running in 69e0d4506dea 15:08:48 ---> a514f882b1de 15:08:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:08:49 ---> Running in c8903bc32a15 15:08:49 (1/42) Installing readline (8.1.0-r0) 15:08:49 (2/42) Installing bash (5.1.4-r0) 15:08:49 Executing bash-5.1.4-r0.post-install 15:08:49 (3/42) Installing brotli-libs (1.0.9-r5) 15:08:49 (4/42) Installing nghttp2-libs (1.43.0-r0) 15:08:49 (5/42) Installing libcurl (7.79.1-r0) 15:08:49 (6/42) Installing curl (7.79.1-r0) 15:08:49 (7/42) Installing dumb-init (1.2.5-r1) 15:08:49 (8/42) Installing libbz2 (1.0.8-r1) 15:08:49 (9/42) Installing expat (2.4.7-r0) 15:08:49 (10/42) Installing libffi (3.3-r2) 15:08:49 (11/42) Installing gdbm (1.19-r0) 15:08:49 (12/42) Installing xz-libs (5.2.5-r0) 15:08:49 (13/42) Installing libgcc (10.3.1_git20210424-r2) 15:08:49 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 15:08:49 (15/42) Installing mpdecimal (2.5.1-r1) 15:08:49 (16/42) Installing sqlite-libs (3.35.5-r0) 15:08:49 (17/42) Installing python3 (3.9.5-r2) 15:08:49 Removing intermediate container c8903bc32a15 15:08:49 ---> f0716ea3d529 15:08:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:49 Removing intermediate container 69e0d4506dea 15:08:49 ---> 76aff5b67b48 15:08:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:08:49 ---> 083403a774eb 15:08:49 Step 26/31 : RUN chmod +x /entrypoint.sh 15:08:49 ---> Running in c4da1dea46a9 15:08:49 ---> Running in 35721ff20f57 15:08:50 ---> Running in ba51129807fa 15:08:50 Removing intermediate container c4da1dea46a9 15:08:50 ---> c3fb3eb94c0b 15:08:50 Step 20/22 : LABEL arch=arm64 15:08:50 ---> bf2c717df7a4 15:08:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:08:51 ---> Running in e41613a295dc 15:08:52 Removing intermediate container e41613a295dc 15:08:52 ---> e6c8c0065be4 15:08:52 Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:08:52 (18/42) Installing py3-appdirs (1.4.4-r2) 15:08:52 (19/42) Installing py3-chardet (4.0.0-r2) 15:08:52 ---> e88c121ee940 15:08:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:08:52 (20/42) Installing py3-idna (3.2-r0) 15:08:52 (21/42) Installing py3-urllib3 (1.26.5-r0) 15:08:52 ---> Running in c4fd2e1488d6 15:08:52 (22/42) Installing py3-certifi (2020.12.5-r1) 15:08:52 ---> Running in 1c729c50ca90 15:08:52 (23/42) Installing py3-requests (2.25.1-r4) 15:08:52 (24/42) Installing py3-msgpack (1.0.2-r1) 15:08:52 (25/42) Installing py3-lockfile (0.12.2-r4) 15:08:52 (26/42) Installing py3-cachecontrol (0.12.6-r1) 15:08:52 (27/42) Installing py3-colorama (0.4.4-r1) 15:08:52 (28/42) Installing py3-contextlib2 (0.6.0-r1) 15:08:52 (29/42) Installing py3-distlib (0.3.1-r3) 15:08:52 (30/42) Installing py3-distro (1.5.0-r3) 15:08:52 (31/42) Installing py3-six (1.15.0-r1) 15:08:52 (32/42) Installing py3-webencodings (0.5.1-r4) 15:08:52 (33/42) Installing py3-html5lib (1.1-r1) 15:08:52 (34/42) Installing py3-parsing (2.4.7-r2) 15:08:53 (35/42) Installing py3-packaging (20.9-r1) 15:08:53 (36/42) Installing py3-toml (0.10.2-r2) 15:08:53 (37/42) Installing py3-pep517 (0.10.0-r2) 15:08:53 (38/42) Installing py3-progress (1.5-r2) 15:08:53 (39/42) Installing py3-retrying (1.3.3-r1) 15:08:53 (40/42) Installing py3-ordered-set (4.0.2-r1) 15:08:53 (41/42) Installing py3-setuptools (52.0.0-r3) 15:08:53 (42/42) Installing py3-pip (20.3.4-r1) 15:08:53 Removing intermediate container 1c729c50ca90 15:08:53 ---> 4840a3a724a3 15:08:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:53 Removing intermediate container c4fd2e1488d6 15:08:53 ---> 4fda60196d51 15:08:53 Step 22/22 : LABEL version=2.2.0-dev.35 15:08:53 Removing intermediate container 35721ff20f57 15:08:53 ---> 373dc8f1dd3f 15:08:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:08:53 ---> Running in ba2e5f4b0004 15:08:53 ---> Running in 71412665b99a 15:08:53 ---> Running in b45c4f5c77c9 15:08:53 Executing busybox-1.33.1-r6.trigger 15:08:54 OK: 84 MiB in 64 packages 15:08:54 Removing intermediate container ba51129807fa 15:08:54 ---> 0eacb127c0bd 15:08:54 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:08:54 Removing intermediate container 71412665b99a 15:08:54 ---> 9767cf4fd436 15:08:54 15:08:54 Removing intermediate container ba2e5f4b0004 15:08:54 ---> d9cc196bee6d 15:08:54 Step 20/22 : LABEL arch=arm64 15:08:54 ---> Running in c512fbb5ab25 15:08:54 ---> Running in 296c02383f78 15:08:55 Successfully built 9767cf4fd436 15:08:55 Successfully tagged support-scheduler-arm64:latest 15:08:55  Building support-scheduler ... done Building security-secretstore-setup 15:08:55 Removing intermediate container 296c02383f78 15:08:55 ---> f5486c0d5f5f 15:08:55 Step 21/22 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:08:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:08:55 Removing intermediate container c512fbb5ab25 15:08:55 ---> 503126ffe00e 15:08:55 Step 28/31 : CMD ["gate"] 15:08:55 ---> Running in df297255cb7d 15:08:55 ---> Running in 70bcf840f5b6 15:08:56 Removing intermediate container df297255cb7d 15:08:56 ---> 47099149b5d5 15:08:56 Step 22/22 : LABEL version=2.2.0-dev.35 15:08:56 ---> Running in b4c090ab511b 15:08:56 Removing intermediate container 70bcf840f5b6 15:08:56 ---> 7a1108a6353d 15:08:56 Step 29/31 : LABEL arch=arm64 15:08:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:08:56 ---> Running in e81f0ad17a04 15:08:56 Removing intermediate container b4c090ab511b 15:08:56 ---> c13840fffd58 15:08:56 15:08:57 Successfully built c13840fffd58 15:08:57 (1/6) Installing dumb-init (1.2.5-r1) 15:08:57 Successfully tagged support-notifications-arm64:latest 15:08:57  Building support-notifications ... done Building core-metadata 15:08:57 Removing intermediate container e81f0ad17a04 15:08:57 ---> c8798c095147 15:08:57 Step 30/31 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:08:57 (2/6) Installing libgcc (10.3.1_git20210424-r2) 15:08:57 (3/6) Installing libsodium (1.0.18-r0) 15:08:57 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 15:08:57 ---> Running in ce5a84ac5208 15:08:57 (5/6) Installing libzmq (4.3.4-r0) 15:08:57 (6/6) Installing zeromq (4.3.4-r0) 15:08:58 Executing busybox-1.33.1-r6.trigger 15:08:58 OK: 8 MiB in 20 packages 15:08:58 Removing intermediate container ce5a84ac5208 15:08:58 ---> 600b09748e35 15:08:58 Step 31/31 : LABEL version=2.2.0-dev.35 15:08:58 ---> Running in 5707f68c5f6f 15:08:59 Collecting docker-compose==1.23.2 15:08:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:08:59 Removing intermediate container 5707f68c5f6f 15:08:59 ---> 66744ac7f511 15:08:59 15:08:59 Removing intermediate container b45c4f5c77c9 15:08:59 ---> f52507a17b04 15:08:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:59 Successfully built 66744ac7f511 15:08:59 Successfully tagged security-bootstrapper-arm64:latest 15:08:59  Building security-bootstrapper ... done Building security-proxy-setup 15:08:59 Collecting websocket-client<1.0,>=0.32.0 15:08:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 15:09:00 Collecting dockerpty<0.5,>=0.4.1 15:09:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:09:00 ---> 86d294276b15 15:09:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:09:01 ---> 8b5cacfa0080 15:09:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:09:02 ---> 270e992174bd 15:09:02 Step 19/23 : ENTRYPOINT ["/core-data"] 15:09:02 ---> Running in 65b10497dacb 15:09:02 Removing intermediate container 65b10497dacb 15:09:02 ---> 636ec46eb97d 15:09:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:09:03 ---> Running in ce12eecb456c 15:09:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:09:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:09:03 Removing intermediate container ce12eecb456c 15:09:03 ---> dc2dc14596a2 15:09:03 Step 21/23 : LABEL arch=arm64 15:09:03 ---> Running in f99c00001118 15:09:03 Collecting cached-property<2,>=1.2.0 15:09:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:09:04 Removing intermediate container f99c00001118 15:09:04 ---> 91a24f9e714e 15:09:04 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:09:04 ---> Running in 6188983bf86d 15:09:04 Collecting docker<4.0,>=3.6.0 15:09:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:09:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 15:09:04 Collecting docopt<0.7,>=0.6.1 15:09:04 Downloading docopt-0.6.2.tar.gz (25 kB) 15:09:04 Removing intermediate container 6188983bf86d 15:09:04 ---> bd49bca2fc53 15:09:04 Step 23/23 : LABEL version=2.2.0-dev.35 15:09:04 ---> Running in be7e6f733bf5 15:09:05 Removing intermediate container be7e6f733bf5 15:09:05 ---> 614ea00ad117 15:09:05 15:09:05 Successfully built 614ea00ad117 15:09:05 Successfully tagged core-data-arm64:latest 15:09:05 Building core-command 15:09:07  Building core-data ... done Collecting PyYAML<4,>=3.10 15:09:07 Downloading PyYAML-3.13.tar.gz (270 kB) 15:09:11 Collecting jsonschema<3,>=2.5.1 15:09:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:09:11 Collecting texttable<0.10,>=0.9.0 15:09:11 Downloading texttable-0.9.1.tar.gz (11 kB) 15:09:14 Collecting docker-pycreds>=0.4.0 15:09:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:09:14 Collecting idna<2.8,>=2.5 15:09:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:09:14 Collecting urllib3<1.25,>=1.21.1 15:09:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:09:14 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) 15:09:15 Collecting chardet<3.1.0,>=3.0.2 15:09:15 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 15:09:15 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 15:09:15 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 15:09:15 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 15:09:15 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 15:09:16 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 15:09:16 Attempting uninstall: urllib3 15:09:16 Found existing installation: urllib3 1.26.5 15:09:16 Uninstalling urllib3-1.26.5: 15:09:16 Successfully uninstalled urllib3-1.26.5 15:09:17 Attempting uninstall: idna 15:09:17 Found existing installation: idna 3.2 15:09:17 Uninstalling idna-3.2: 15:09:17 Successfully uninstalled idna-3.2 15:09:18 Attempting uninstall: chardet 15:09:18 Found existing installation: chardet 4.0.0 15:09:18 Uninstalling chardet-4.0.0: 15:09:18 Successfully uninstalled chardet-4.0.0 15:09:20 Attempting uninstall: requests 15:09:20 Found existing installation: requests 2.25.1 15:09:20 Uninstalling requests-2.25.1: 15:09:20 Successfully uninstalled requests-2.25.1 15:09:20 Running setup.py install for texttable: started 15:09:22 Running setup.py install for texttable: finished with status 'done' 15:09:22 Running setup.py install for PyYAML: started 15:09:25 Running setup.py install for PyYAML: finished with status 'done' 15:09:25 Running setup.py install for docopt: started 15:09:27 Running setup.py install for docopt: finished with status 'done' 15:09:27 Running setup.py install for dockerpty: started 15:09:28 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:09:28 Step 2/25 : FROM ${BUILDER_BASE} AS builder 15:09:28 ---> 5a0c5b67958c 15:09:28 Step 3/25 : WORKDIR /edgex-go 15:09:28 ---> Using cache 15:09:28 ---> 7621301968ca 15:09:28 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:28 ---> Using cache 15:09:28 ---> 63dfa07ee648 15:09:28 Step 5/25 : RUN apk add --update --no-cache make git 15:09:28 ---> Using cache 15:09:28 ---> 51d328aedf76 15:09:28 Step 6/25 : COPY go.mod vendor* ./ 15:09:28 ---> Using cache 15:09:28 ---> 83ace953c96e 15:09:28 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:28 ---> Using cache 15:09:28 ---> 0cabe7c2f865 15:09:28 Step 8/25 : COPY . . 15:09:28 ---> Using cache 15:09:28 ---> 982a198f7e62 15:09:28 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:09:30 Running setup.py install for dockerpty: finished with status 'done' 15:09:30 ---> Running in 50d89a43e616 15:09:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:09:32 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 15:09:32 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:09:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:09:32 ---> 5a0c5b67958c 15:09:32 Step 3/23 : WORKDIR /edgex-go 15:09:32 ---> Using cache 15:09:32 ---> 7621301968ca 15:09:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:32 ---> Using cache 15:09:32 ---> 63dfa07ee648 15:09:32 Step 5/23 : RUN apk add --update --no-cache make git 15:09:32 ---> Using cache 15:09:32 ---> 51d328aedf76 15:09:32 Step 6/23 : COPY go.mod vendor* ./ 15:09:32 ---> Using cache 15:09:32 ---> 83ace953c96e 15:09:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:32 ---> Using cache 15:09:32 ---> 0cabe7c2f865 15:09:32 Step 8/23 : COPY . . 15:09:32 ---> Using cache 15:09:32 ---> 982a198f7e62 15:09:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:09:32 ---> Running in fadf6dccac63 15:09:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:09:34 Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:09:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:09:34 ---> 5a0c5b67958c 15:09:34 Step 3/21 : WORKDIR /edgex-go 15:09:34 ---> Using cache 15:09:34 ---> 7621301968ca 15:09:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:34 ---> Using cache 15:09:34 ---> 63dfa07ee648 15:09:34 Step 5/21 : RUN apk add --update --no-cache make git 15:09:34 ---> Using cache 15:09:34 ---> 51d328aedf76 15:09:34 Step 6/21 : COPY go.mod vendor* ./ 15:09:34 ---> Using cache 15:09:34 ---> 83ace953c96e 15:09:34 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:34 ---> Using cache 15:09:34 ---> 0cabe7c2f865 15:09:34 Step 8/21 : COPY . . 15:09:35 ---> Using cache 15:09:35 ---> 982a198f7e62 15:09:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:09:35 ---> Running in ad93dacef8c3 15:09:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:09:40 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 15:09:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:09:40 ---> 5a0c5b67958c 15:09:40 Step 3/23 : WORKDIR /edgex-go 15:09:40 ---> Using cache 15:09:40 ---> 7621301968ca 15:09:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:40 ---> Using cache 15:09:40 ---> 63dfa07ee648 15:09:40 Step 5/23 : RUN apk add --update --no-cache make git 15:09:40 ---> Using cache 15:09:40 ---> 51d328aedf76 15:09:40 Step 6/23 : COPY go.mod vendor* ./ 15:09:40 ---> Using cache 15:09:40 ---> 83ace953c96e 15:09:40 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:09:40 ---> Using cache 15:09:40 ---> 0cabe7c2f865 15:09:40 Step 8/23 : COPY . . 15:09:40 ---> Using cache 15:09:40 ---> 982a198f7e62 15:09:40 Step 9/23 : RUN make cmd/core-command/core-command 15:09:41 ---> Running in 452929cd6d65 15:09:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command 15:09:50 Removing intermediate container 0ac43c0a81fb 15:09:50 ---> d3d1d06eddf2 15:09:50 Step 14/23 : ENV APP_PORT=58890 15:09:50 ---> Running in 35129cf21691 15:09:50 Removing intermediate container 35129cf21691 15:09:50 ---> af2f47261529 15:09:50 Step 15/23 : EXPOSE $APP_PORT 15:09:50 ---> Running in 7fe468b6dcef 15:09:51 Removing intermediate container 7fe468b6dcef 15:09:51 ---> 012f25968c2c 15:09:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:09:52 ---> c209b352906c 15:09:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:09:53 ---> d2bc2ac83eae 15:09:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:09:54 ---> b77422af369d 15:09:54 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 15:09:54 ---> Running in ee357be6d003 15:09:55 Removing intermediate container ee357be6d003 15:09:55 ---> a772fc44c93d 15:09:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:09:55 ---> Running in e19914ca990b 15:09:55 Removing intermediate container e19914ca990b 15:09:55 ---> fccf1782414d 15:09:55 Step 21/23 : LABEL arch=arm64 15:09:55 ---> Running in f208137e1350 15:09:56 Removing intermediate container f208137e1350 15:09:56 ---> b79bf8aa12cb 15:09:56 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:09:56 ---> Running in 3248183bfeb9 15:09:57 Removing intermediate container 3248183bfeb9 15:09:57 ---> 3bd57a86e651 15:09:57 Step 23/23 : LABEL version=2.2.0-dev.35 15:09:57 ---> Running in f87030d72982 15:09:57 Removing intermediate container f87030d72982 15:09:57 ---> 4f9f04d3bf8b 15:09:57 15:09:58 Successfully built 4f9f04d3bf8b 15:09:58 Successfully tagged sys-mgmt-agent-arm64:latest 15:11:19  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:11:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config 15:11:34 Removing intermediate container 50d89a43e616 15:11:34 ---> a9586ded652b 15:11:34 15:11:34 Step 10/25 : FROM alpine:3.14 15:11:34 ---> 5b8b7b635229 15:11:34 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:11:34 ---> Running in 7f886c345702 15:11:34 Removing intermediate container 452929cd6d65 15:11:34 ---> b93f342bc3a7 15:11:34 15:11:34 Step 10/23 : FROM alpine:3.14 15:11:34 ---> 5b8b7b635229 15:11:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:11:34 ---> Using cache 15:11:34 ---> 40786cc49e67 15:11:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:11:34 ---> Using cache 15:11:34 ---> 9316414d172a 15:11:34 Step 13/23 : ENV APP_PORT=59882 15:11:34 ---> Running in ed984e47f5dc 15:11:35 Removing intermediate container ed984e47f5dc 15:11:35 ---> 4523432be3c6 15:11:35 Step 14/23 : EXPOSE $APP_PORT 15:11:35 ---> Running in 00d3f1fc1b96 15:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:11:36 Removing intermediate container 00d3f1fc1b96 15:11:36 ---> c940ae26efa7 15:11:36 Step 15/23 : WORKDIR / 15:11:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:11:36 ---> Running in 715e106d6cbe 15:11:37 Removing intermediate container 715e106d6cbe 15:11:37 ---> 32845c2427e1 15:11:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:37 (1/3) Installing ca-certificates (20211220-r0) 15:11:37 (2/3) Installing dumb-init (1.2.5-r1) 15:11:37 (3/3) Installing su-exec (0.2-r1) 15:11:37 Executing busybox-1.33.1-r6.trigger 15:11:37 Executing ca-certificates-20211220-r0.trigger 15:11:37 OK: 6 MiB in 17 packages 15:11:38 ---> ddddf2b7c535 15:11:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:11:38 Removing intermediate container ad93dacef8c3 15:11:38 ---> 031749d00d23 15:11:38 15:11:38 Step 10/21 : FROM alpine:3.14 15:11:38 ---> 5b8b7b635229 15:11:38 Step 11/21 : RUN apk add --update --no-cache curl 15:11:38 ---> Running in 7ce31825f164 15:11:39 Removing intermediate container 7f886c345702 15:11:39 ---> 2367c2d226bb 15:11:39 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:11:39 Removing intermediate container fadf6dccac63 15:11:39 ---> 7b047e86a72d 15:11:39 15:11:39 Step 10/23 : FROM alpine:3.14 15:11:39 ---> 5b8b7b635229 15:11:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:11:39 ---> Using cache 15:11:39 ---> 40786cc49e67 15:11:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:11:39 ---> Running in 336fd32e8861 15:11:39 ---> Using cache 15:11:39 ---> 9316414d172a 15:11:39 Step 13/23 : ENV APP_PORT=59881 15:11:40 ---> Running in 62fadda5eeee 15:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:11:40 ---> cb339d025571 15:11:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:11:40 Removing intermediate container 336fd32e8861 15:11:40 ---> 0b832cd190d4 15:11:40 Step 13/25 : WORKDIR / 15:11:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:11:40 ---> Running in a3a09581b408 15:11:40 Removing intermediate container 62fadda5eeee 15:11:40 ---> 25c27da541c6 15:11:40 Step 14/23 : EXPOSE $APP_PORT 15:11:40 ---> Running in 45fa4180f5c1 15:11:41 Removing intermediate container a3a09581b408 15:11:41 ---> 448fe265cb97 15:11:41 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:11:41 ---> 3612555dd2e9 15:11:41 Step 19/23 : ENTRYPOINT ["/core-command"] 15:11:41 ---> Running in 57c324b87b08 15:11:41 (1/5) Installing ca-certificates (20211220-r0) 15:11:41 Removing intermediate container 45fa4180f5c1 15:11:41 ---> b568618e860b 15:11:41 Step 15/23 : WORKDIR / 15:11:41 ---> Running in 2d0c9b4f112d 15:11:41 (2/5) Installing brotli-libs (1.0.9-r5) 15:11:41 (3/5) Installing nghttp2-libs (1.43.0-r0) 15:11:41 (4/5) Installing libcurl (7.79.1-r0) 15:11:41 (5/5) Installing curl (7.79.1-r0) 15:11:41 Executing busybox-1.33.1-r6.trigger 15:11:41 Executing ca-certificates-20211220-r0.trigger 15:11:42 OK: 8 MiB in 19 packages 15:11:42 ---> e1dbb225a050 15:11:42 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:11:42 Removing intermediate container 57c324b87b08 15:11:42 ---> 819fa0541264 15:11:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:11:42 Removing intermediate container 2d0c9b4f112d 15:11:42 ---> 34763083d319 15:11:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:42 ---> Running in 77ca7a17fffa 15:11:43 Removing intermediate container 77ca7a17fffa 15:11:43 ---> 624590a8b86d 15:11:43 Step 21/23 : LABEL arch=arm64 15:11:43 ---> b72f7dcb78aa 15:11:43 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:11:43 ---> Running in 6a84cc6920c9 15:11:43 ---> 4a2aa45d2ca3 15:11:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:11:43 Removing intermediate container 6a84cc6920c9 15:11:43 ---> ed1090ab5955 15:11:43 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:11:43 Removing intermediate container 7ce31825f164 15:11:43 ---> 81bd96f4a6e1 15:11:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:11:44 ---> Running in 4c96f6334707 15:11:44 ---> Running in fedb9adf7ab9 15:11:44 ---> 40d02873d4e7 15:11:44 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:11:44 Removing intermediate container 4c96f6334707 15:11:44 ---> c432d0553099 15:11:44 Step 23/23 : LABEL version=2.2.0-dev.35 15:11:44 Removing intermediate container fedb9adf7ab9 15:11:44 ---> 521be481fac9 15:11:44 Step 13/21 : WORKDIR /edgex 15:11:44 ---> Running in defc71aadc28 15:11:45 ---> Running in cea306d01da4 15:11:45 Removing intermediate container defc71aadc28 15:11:45 ---> 47c85aa9fe2a 15:11:45 15:11:45 ---> 66c53752a9a4 15:11:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:11:45 ---> 92d6ba190799 15:11:45 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:11:45 Removing intermediate container cea306d01da4 15:11:45 ---> 0cdc967fb987 15:11:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:11:45 Successfully built 47c85aa9fe2a 15:11:45 Successfully tagged core-command-arm64:latest 15:11:46  Building core-command ... done  ---> 2066ae817bee 15:11:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:11:46 ---> fe3520a42220 15:11:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:11:46 ---> Running in fe668d1ae24e 15:11:46 ---> 469b6ac8754b 15:11:46 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:11:47 Removing intermediate container fe668d1ae24e 15:11:47 ---> cca7e9cf41c4 15:11:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:11:47 ---> Running in 657a77fc7e3b 15:11:47 Removing intermediate container 657a77fc7e3b 15:11:47 ---> 91a22caf4ff5 15:11:47 Step 21/23 : LABEL arch=arm64 15:11:47 ---> 33550ee4cc84 15:11:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:11:47 ---> Running in ac464abffb40 15:11:48 ---> 8449538a8cb3 15:11:48 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:11:48 Removing intermediate container ac464abffb40 15:11:48 ---> 7be1c2e4b2d8 15:11:48 Step 22/23 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:11:48 ---> Running in b592ead6a579 15:11:48 ---> 4b6a3e550801 15:11:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:11:48 Removing intermediate container b592ead6a579 15:11:48 ---> 0159a63b1dc6 15:11:48 Step 23/23 : LABEL version=2.2.0-dev.35 15:11:49 ---> Running in c22c27facbd1 15:11:49 ---> Running in 0084af054e74 15:11:49 ---> 7be0be826c2a 15:11:49 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/ 15:11:49 ---> Running in 5b486314e0ee 15:11:49 Removing intermediate container c22c27facbd1 15:11:49 ---> 70c452ba6693 15:11:49 Step 18/21 : CMD ["--init=true"] 15:11:49 ---> Running in e5583a64ca69 15:11:49 Removing intermediate container 0084af054e74 15:11:49 ---> 4027d4a423cc 15:11:49 15:11:50 Successfully built 4027d4a423cc 15:11:50 Successfully tagged core-metadata-arm64:latest 15:11:50  Building core-metadata ... done Removing intermediate container e5583a64ca69 15:11:50 ---> bb83dff61f0d 15:11:50 Step 19/21 : LABEL arch=arm64 15:11:50 ---> Running in 8fc2fc477759 15:11:50 Removing intermediate container 8fc2fc477759 15:11:50 ---> acb32fde1ed5 15:11:50 Step 20/21 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:11:50 ---> Running in ac97af5e5cbe 15:11:51 Removing intermediate container ac97af5e5cbe 15:11:51 ---> 544be027c27d 15:11:51 Step 21/21 : LABEL version=2.2.0-dev.35 15:11:51 ---> Running in 0be508f4d4fc 15:11:51 Removing intermediate container 5b486314e0ee 15:11:51 ---> 783e0599a744 15:11:51 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 15:11:51 ---> Running in 519a965bbbae 15:11:51 Removing intermediate container 0be508f4d4fc 15:11:51 ---> b82b727cce0b 15:11:51 15:11:51 Removing intermediate container 519a965bbbae 15:11:51 ---> 8b852c87af32 15:11:51 Step 23/25 : LABEL arch=arm64 15:11:51 ---> Running in 51d5d6dbac57 15:11:51 Successfully built b82b727cce0b 15:11:51 Successfully tagged security-proxy-setup-arm64:latest 15:11:52  Building security-proxy-setup ... done Removing intermediate container 51d5d6dbac57 15:11:52 ---> 8e50a754d4d7 15:11:52 Step 24/25 : LABEL git_sha=fbf009a3584204b1f7152455677e8e4d1b9535fc 15:11:52 ---> Running in 08a6e1ca670e 15:11:52 Removing intermediate container 08a6e1ca670e 15:11:52 ---> 090ad7b9c813 15:11:52 Step 25/25 : LABEL version=2.2.0-dev.35 15:11:52 ---> Running in c155a2a71233 15:11:53 Removing intermediate container c155a2a71233 15:11:53 ---> 2e29ee3d7e7f 15:11:53 15:11:53 Successfully built 2e29ee3d7e7f 15:11:53 Successfully tagged security-secretstore-setup-arm64:latest 15:11:53  Building security-secretstore-setup ... done  [Pipeline] } 15:11:53 $ docker stop --time=1 9bb6f6fb20085570da82b433acb8e3d13dc073c7c098c1cdd79a1523f90c8575 15:11:55 $ docker rm -f 9bb6f6fb20085570da82b433acb8e3d13dc073c7c098c1cdd79a1523f90c8575 [Pipeline] // withDockerContainer [Pipeline] sh 15:11:55 + docker images 15:11:56 REPOSITORY TAG IMAGE ID CREATED SIZE 15:11:56 security-secretstore-setup-arm64 latest 2e29ee3d7e7f 3 seconds ago 27MB 15:11:56 security-proxy-setup-arm64 latest b82b727cce0b 4 seconds ago 25.5MB 15:11:56 core-metadata-arm64 latest 4027d4a423cc 6 seconds ago 16MB 15:11:56 core-command-arm64 latest 47c85aa9fe2a 10 seconds ago 15.3MB 15:11:56 7b047e86a72d 16 seconds ago 1.48GB 15:11:56 031749d00d23 17 seconds ago 1.48GB 15:11:56 b93f342bc3a7 21 seconds ago 1.48GB 15:11:56 a9586ded652b 22 seconds ago 1.49GB 15:11:56 sys-mgmt-agent-arm64 latest 4f9f04d3bf8b About a minute ago 280MB 15:11:56 core-data-arm64 latest 614ea00ad117 2 minutes ago 19.2MB 15:11:56 security-bootstrapper-arm64 latest 66744ac7f511 2 minutes ago 18MB 15:11:56 support-notifications-arm64 latest c13840fffd58 2 minutes ago 16.1MB 15:11:56 support-scheduler-arm64 latest 9767cf4fd436 3 minutes ago 15.4MB 15:11:56 bf68126a244f 3 minutes ago 1.49GB 15:11:56 2bb61ad40065 3 minutes ago 1.48GB 15:11:56 5faa87d0a4e5 3 minutes ago 1.48GB 15:11:56 3990694c5110 3 minutes ago 1.48GB 15:11:56 ec55ca165286 3 minutes ago 1.48GB 15:11:56 ci-base-image-arm64 latest 5a0c5b67958c 8 minutes ago 1.26GB 15:11:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 5 weeks ago 551MB 15:11:56 docker 20.10.10 520e9a0a30f7 4 months ago 200MB 15:11:56 alpine 3.14 5b8b7b635229 4 months ago 5.35MB 15:11:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 20 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:11:56 provisioning config files... 15:11:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/152@tmp/config5968238498518977706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:11:56 ---> docker-login.sh 15:11:56 nexus3.edgexfoundry.org:10001 15:11:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:56 Configure a credential helper to remove this warning. See 15:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:56 15:11:56 Login Succeeded 15:11:56 nexus3.edgexfoundry.org:10002 15:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:57 Configure a credential helper to remove this warning. See 15:11:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:57 15:11:57 Login Succeeded 15:11:57 nexus3.edgexfoundry.org:10003 15:11:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:58 Configure a credential helper to remove this warning. See 15:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:58 15:11:58 Login Succeeded 15:11:58 nexus3.edgexfoundry.org:10004 15:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:58 Configure a credential helper to remove this warning. See 15:11:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:58 15:11:58 Login Succeeded 15:11:58 docker.io 15:11:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:11:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:11:59 Configure a credential helper to remove this warning. See 15:11:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:11:59 15:11:59 Login Succeeded 15:11:59 ---> docker-login.sh ends [Pipeline] } 15:11:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:11:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:11:59 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:11:59 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:11:59 latest 15:11:59 2.2.0-dev.35 15:11:59 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:11:59 main 15:11:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:00 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:00 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:12:00 449265279811: Preparing 15:12:00 c9d069a6d868: Preparing 15:12:00 fb91c4d4a0f2: Preparing 15:12:00 6568092206d0: Preparing 15:12:00 62170e181a92: Preparing 15:12:00 62170e181a92: Layer already exists 15:12:00 449265279811: Pushed 15:12:00 6568092206d0: Pushed 15:12:00 fb91c4d4a0f2: Pushed 15:12:03 c9d069a6d868: Pushed 15:12:03 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:12:04 449265279811: Preparing 15:12:04 c9d069a6d868: Preparing 15:12:04 fb91c4d4a0f2: Preparing 15:12:04 6568092206d0: Preparing 15:12:04 62170e181a92: Preparing 15:12:04 fb91c4d4a0f2: Layer already exists 15:12:04 449265279811: Layer already exists 15:12:04 6568092206d0: Layer already exists 15:12:04 62170e181a92: Layer already exists 15:12:04 c9d069a6d868: Layer already exists 15:12:04 latest: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.35 15:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:12:04 449265279811: Preparing 15:12:04 c9d069a6d868: Preparing 15:12:04 fb91c4d4a0f2: Preparing 15:12:04 6568092206d0: Preparing 15:12:04 62170e181a92: Preparing 15:12:04 c9d069a6d868: Layer already exists 15:12:04 fb91c4d4a0f2: Layer already exists 15:12:04 6568092206d0: Layer already exists 15:12:04 62170e181a92: Layer already exists 15:12:04 449265279811: Layer already exists 15:12:05 2.2.0-dev.35: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:12:05 449265279811: Preparing 15:12:05 c9d069a6d868: Preparing 15:12:05 fb91c4d4a0f2: Preparing 15:12:05 6568092206d0: Preparing 15:12:05 62170e181a92: Preparing 15:12:05 449265279811: Layer already exists 15:12:05 62170e181a92: Layer already exists 15:12:05 6568092206d0: Layer already exists 15:12:05 c9d069a6d868: Layer already exists 15:12:05 fb91c4d4a0f2: Layer already exists 15:12:06 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:12:06 449265279811: Preparing 15:12:06 c9d069a6d868: Preparing 15:12:06 fb91c4d4a0f2: Preparing 15:12:06 6568092206d0: Preparing 15:12:06 62170e181a92: Preparing 15:12:06 fb91c4d4a0f2: Layer already exists 15:12:06 c9d069a6d868: Layer already exists 15:12:06 449265279811: Layer already exists 15:12:06 6568092206d0: Layer already exists 15:12:06 62170e181a92: Layer already exists 15:12:07 main: digest: sha256:aaf30cc65724e95420b8b82263baecbcd720e51b359b702f68c0ff43859b6402 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:07 ===================================================== [Pipeline] echo 15:12:07 taggedImages: 15:12:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:12:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.0-dev.35 15:12:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:12:07 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:12:07 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:07 latest 15:12:07 2.2.0-dev.35 15:12:07 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:07 main 15:12:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:12:07 62bb4acb0624: Preparing 15:12:07 5a7690ab673d: Preparing 15:12:07 fb91c4d4a0f2: Preparing 15:12:07 55598cdeab43: Preparing 15:12:07 59cf2d21e6eb: Preparing 15:12:07 62170e181a92: Preparing 15:12:07 62170e181a92: Waiting 15:12:08 fb91c4d4a0f2: Layer already exists 15:12:08 62170e181a92: Layer already exists 15:12:08 59cf2d21e6eb: Pushed 15:12:08 62bb4acb0624: Pushed 15:12:08 55598cdeab43: Pushed 15:12:11 5a7690ab673d: Pushed 15:12:11 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:12:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:12:12 62bb4acb0624: Preparing 15:12:12 5a7690ab673d: Preparing 15:12:12 fb91c4d4a0f2: Preparing 15:12:12 55598cdeab43: Preparing 15:12:12 59cf2d21e6eb: Preparing 15:12:12 62170e181a92: Preparing 15:12:12 62170e181a92: Waiting 15:12:12 fb91c4d4a0f2: Layer already exists 15:12:12 55598cdeab43: Layer already exists 15:12:12 62bb4acb0624: Layer already exists 15:12:12 5a7690ab673d: Layer already exists 15:12:12 59cf2d21e6eb: Layer already exists 15:12:12 62170e181a92: Layer already exists 15:12:12 latest: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:12:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.35 15:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:12:13 62bb4acb0624: Preparing 15:12:13 5a7690ab673d: Preparing 15:12:13 fb91c4d4a0f2: Preparing 15:12:13 55598cdeab43: Preparing 15:12:13 59cf2d21e6eb: Preparing 15:12:13 62170e181a92: Preparing 15:12:13 62170e181a92: Waiting 15:12:13 fb91c4d4a0f2: Layer already exists 15:12:13 59cf2d21e6eb: Layer already exists 15:12:13 62bb4acb0624: Layer already exists 15:12:13 55598cdeab43: Layer already exists 15:12:13 5a7690ab673d: Layer already exists 15:12:13 62170e181a92: Layer already exists 15:12:13 2.2.0-dev.35: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:12:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:12:14 62bb4acb0624: Preparing 15:12:14 5a7690ab673d: Preparing 15:12:14 fb91c4d4a0f2: Preparing 15:12:14 55598cdeab43: Preparing 15:12:14 59cf2d21e6eb: Preparing 15:12:14 62170e181a92: Preparing 15:12:14 62170e181a92: Waiting 15:12:14 5a7690ab673d: Layer already exists 15:12:14 fb91c4d4a0f2: Layer already exists 15:12:14 55598cdeab43: Layer already exists 15:12:14 59cf2d21e6eb: Layer already exists 15:12:14 62bb4acb0624: Layer already exists 15:12:14 62170e181a92: Layer already exists 15:12:14 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] isUnix [Pipeline] sh 15:12:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:12:15 62bb4acb0624: Preparing 15:12:15 5a7690ab673d: Preparing 15:12:15 fb91c4d4a0f2: Preparing 15:12:15 55598cdeab43: Preparing 15:12:15 59cf2d21e6eb: Preparing 15:12:15 62170e181a92: Preparing 15:12:15 62170e181a92: Waiting 15:12:15 59cf2d21e6eb: Layer already exists 15:12:15 fb91c4d4a0f2: Layer already exists 15:12:15 5a7690ab673d: Layer already exists 15:12:15 62bb4acb0624: Layer already exists 15:12:15 55598cdeab43: Layer already exists 15:12:15 62170e181a92: Layer already exists 15:12:15 main: digest: sha256:ad89f9b9b6e404486d1fff3454ae3c6cdd92e332e2427cb14647ca446094960a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:15 ===================================================== [Pipeline] echo 15:12:15 taggedImages: 15:12:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:12:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.0-dev.35 15:12:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:15 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:12:15 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:12:15 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:15 latest 15:12:15 2.2.0-dev.35 15:12:15 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:15 main 15:12:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:15 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:12:16 23e79a91cbdf: Preparing 15:12:16 7dce9f09e310: Preparing 15:12:16 fb91c4d4a0f2: Preparing 15:12:16 6568092206d0: Preparing 15:12:16 62170e181a92: Preparing 15:12:16 62170e181a92: Layer already exists 15:12:16 fb91c4d4a0f2: Layer already exists 15:12:16 6568092206d0: Layer already exists 15:12:16 23e79a91cbdf: Pushed 15:12:19 7dce9f09e310: Pushed 15:12:19 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:12:20 23e79a91cbdf: Preparing 15:12:20 7dce9f09e310: Preparing 15:12:20 fb91c4d4a0f2: Preparing 15:12:20 6568092206d0: Preparing 15:12:20 62170e181a92: Preparing 15:12:20 7dce9f09e310: Layer already exists 15:12:20 6568092206d0: Layer already exists 15:12:20 23e79a91cbdf: Layer already exists 15:12:20 fb91c4d4a0f2: Layer already exists 15:12:20 62170e181a92: Layer already exists 15:12:20 latest: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.35 15:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:12:21 23e79a91cbdf: Preparing 15:12:21 7dce9f09e310: Preparing 15:12:21 fb91c4d4a0f2: Preparing 15:12:21 6568092206d0: Preparing 15:12:21 62170e181a92: Preparing 15:12:21 23e79a91cbdf: Layer already exists 15:12:21 fb91c4d4a0f2: Layer already exists 15:12:21 7dce9f09e310: Layer already exists 15:12:21 62170e181a92: Layer already exists 15:12:21 6568092206d0: Layer already exists 15:12:21 2.2.0-dev.35: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:12:21 23e79a91cbdf: Preparing 15:12:21 7dce9f09e310: Preparing 15:12:21 fb91c4d4a0f2: Preparing 15:12:21 6568092206d0: Preparing 15:12:21 62170e181a92: Preparing 15:12:21 6568092206d0: Layer already exists 15:12:21 62170e181a92: Layer already exists 15:12:21 fb91c4d4a0f2: Layer already exists 15:12:21 23e79a91cbdf: Layer already exists 15:12:21 7dce9f09e310: Layer already exists 15:12:22 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] isUnix [Pipeline] sh 15:12:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:12:22 23e79a91cbdf: Preparing 15:12:22 7dce9f09e310: Preparing 15:12:22 fb91c4d4a0f2: Preparing 15:12:22 6568092206d0: Preparing 15:12:22 62170e181a92: Preparing 15:12:22 23e79a91cbdf: Layer already exists 15:12:22 fb91c4d4a0f2: Layer already exists 15:12:22 6568092206d0: Layer already exists 15:12:22 62170e181a92: Layer already exists 15:12:22 7dce9f09e310: Layer already exists 15:12:23 main: digest: sha256:6816354c6e47e1e257a8305003eaa3188ed6dadb81bef757c2c23aae459eeb56 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:23 ===================================================== [Pipeline] echo 15:12:23 taggedImages: 15:12:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:12:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.0-dev.35 15:12:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:23 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:12:23 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:12:23 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:23 latest 15:12:23 2.2.0-dev.35 15:12:23 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:23 main 15:12:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:12:23 aff8f211b674: Preparing 15:12:23 aff8f211b674: Preparing 15:12:23 8d4fc9172340: Preparing 15:12:23 b413f117707e: Preparing 15:12:23 2d759e9a31fa: Preparing 15:12:23 a57a1bae2319: Preparing 15:12:23 fb91c4d4a0f2: Preparing 15:12:23 7de71b5f1022: Preparing 15:12:23 0077ca39f472: Preparing 15:12:23 d016e48b2fb1: Preparing 15:12:23 2ae971223b2e: Preparing 15:12:23 62170e181a92: Preparing 15:12:23 0077ca39f472: Waiting 15:12:23 d016e48b2fb1: Waiting 15:12:23 62170e181a92: Waiting 15:12:23 2ae971223b2e: Waiting 15:12:24 2d759e9a31fa: Pushed 15:12:24 fb91c4d4a0f2: Layer already exists 15:12:24 8d4fc9172340: Pushed 15:12:24 aff8f211b674: Pushed 15:12:24 b413f117707e: Pushed 15:12:24 7de71b5f1022: Pushed 15:12:24 62170e181a92: Layer already exists 15:12:24 0077ca39f472: Pushed 15:12:24 d016e48b2fb1: Pushed 15:12:24 2ae971223b2e: Pushed 15:12:27 a57a1bae2319: Pushed 15:12:27 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:12:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:12:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:12:28 aff8f211b674: Preparing 15:12:28 aff8f211b674: Preparing 15:12:28 8d4fc9172340: Preparing 15:12:28 b413f117707e: Preparing 15:12:28 2d759e9a31fa: Preparing 15:12:28 a57a1bae2319: Preparing 15:12:28 fb91c4d4a0f2: Preparing 15:12:28 7de71b5f1022: Preparing 15:12:28 0077ca39f472: Preparing 15:12:28 d016e48b2fb1: Preparing 15:12:28 2ae971223b2e: Preparing 15:12:28 62170e181a92: Preparing 15:12:28 fb91c4d4a0f2: Waiting 15:12:28 7de71b5f1022: Waiting 15:12:28 2ae971223b2e: Waiting 15:12:28 62170e181a92: Waiting 15:12:28 0077ca39f472: Waiting 15:12:28 d016e48b2fb1: Waiting 15:12:28 8d4fc9172340: Layer already exists 15:12:28 b413f117707e: Layer already exists 15:12:28 2d759e9a31fa: Layer already exists 15:12:28 a57a1bae2319: Layer already exists 15:12:28 aff8f211b674: Layer already exists 15:12:28 0077ca39f472: Layer already exists 15:12:28 7de71b5f1022: Layer already exists 15:12:28 d016e48b2fb1: Layer already exists 15:12:28 fb91c4d4a0f2: Layer already exists 15:12:28 2ae971223b2e: Layer already exists 15:12:28 62170e181a92: Layer already exists 15:12:28 latest: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:12:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.35 15:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:12:29 aff8f211b674: Preparing 15:12:29 aff8f211b674: Preparing 15:12:29 8d4fc9172340: Preparing 15:12:29 b413f117707e: Preparing 15:12:29 2d759e9a31fa: Preparing 15:12:29 a57a1bae2319: Preparing 15:12:29 fb91c4d4a0f2: Preparing 15:12:29 7de71b5f1022: Preparing 15:12:29 0077ca39f472: Preparing 15:12:29 d016e48b2fb1: Preparing 15:12:29 2ae971223b2e: Preparing 15:12:29 62170e181a92: Preparing 15:12:29 0077ca39f472: Waiting 15:12:29 2ae971223b2e: Waiting 15:12:29 62170e181a92: Waiting 15:12:29 fb91c4d4a0f2: Waiting 15:12:29 d016e48b2fb1: Waiting 15:12:29 7de71b5f1022: Waiting 15:12:29 8d4fc9172340: Layer already exists 15:12:29 b413f117707e: Layer already exists 15:12:29 2d759e9a31fa: Layer already exists 15:12:29 a57a1bae2319: Layer already exists 15:12:29 aff8f211b674: Layer already exists 15:12:29 7de71b5f1022: Layer already exists 15:12:29 fb91c4d4a0f2: Layer already exists 15:12:29 0077ca39f472: Layer already exists 15:12:29 d016e48b2fb1: Layer already exists 15:12:29 2ae971223b2e: Layer already exists 15:12:29 62170e181a92: Layer already exists 15:12:29 2.2.0-dev.35: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:12:30 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:12:30 aff8f211b674: Preparing 15:12:30 aff8f211b674: Preparing 15:12:30 8d4fc9172340: Preparing 15:12:30 b413f117707e: Preparing 15:12:30 2d759e9a31fa: Preparing 15:12:30 a57a1bae2319: Preparing 15:12:30 fb91c4d4a0f2: Preparing 15:12:30 7de71b5f1022: Preparing 15:12:30 0077ca39f472: Preparing 15:12:30 d016e48b2fb1: Preparing 15:12:30 2ae971223b2e: Preparing 15:12:30 62170e181a92: Preparing 15:12:30 7de71b5f1022: Waiting 15:12:30 0077ca39f472: Waiting 15:12:30 d016e48b2fb1: Waiting 15:12:30 62170e181a92: Waiting 15:12:30 2ae971223b2e: Waiting 15:12:30 fb91c4d4a0f2: Waiting 15:12:30 a57a1bae2319: Layer already exists 15:12:30 2d759e9a31fa: Layer already exists 15:12:30 b413f117707e: Layer already exists 15:12:30 aff8f211b674: Layer already exists 15:12:30 8d4fc9172340: Layer already exists 15:12:30 fb91c4d4a0f2: Layer already exists 15:12:30 7de71b5f1022: Layer already exists 15:12:30 0077ca39f472: Layer already exists 15:12:30 d016e48b2fb1: Layer already exists 15:12:30 2ae971223b2e: Layer already exists 15:12:30 62170e181a92: Layer already exists 15:12:30 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] isUnix [Pipeline] sh 15:12:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:12:31 aff8f211b674: Preparing 15:12:31 aff8f211b674: Preparing 15:12:31 8d4fc9172340: Preparing 15:12:31 b413f117707e: Preparing 15:12:31 2d759e9a31fa: Preparing 15:12:31 a57a1bae2319: Preparing 15:12:31 fb91c4d4a0f2: Preparing 15:12:31 7de71b5f1022: Preparing 15:12:31 0077ca39f472: Preparing 15:12:31 d016e48b2fb1: Preparing 15:12:31 2ae971223b2e: Preparing 15:12:31 62170e181a92: Preparing 15:12:31 0077ca39f472: Waiting 15:12:31 d016e48b2fb1: Waiting 15:12:31 2ae971223b2e: Waiting 15:12:31 62170e181a92: Waiting 15:12:31 fb91c4d4a0f2: Waiting 15:12:31 7de71b5f1022: Waiting 15:12:31 a57a1bae2319: Layer already exists 15:12:31 b413f117707e: Layer already exists 15:12:31 8d4fc9172340: Layer already exists 15:12:31 2d759e9a31fa: Layer already exists 15:12:31 aff8f211b674: Layer already exists 15:12:31 2ae971223b2e: Layer already exists 15:12:31 fb91c4d4a0f2: Layer already exists 15:12:31 0077ca39f472: Layer already exists 15:12:31 d016e48b2fb1: Layer already exists 15:12:31 7de71b5f1022: Layer already exists 15:12:31 62170e181a92: Layer already exists 15:12:31 main: digest: sha256:6ef5ad2aa22a2e39b6219cd1077b475de1119737c148b1329a4eed06bf1e95d6 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:31 ===================================================== [Pipeline] echo 15:12:31 taggedImages: 15:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.0-dev.35 15:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:12:31 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:12:31 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:31 latest 15:12:31 2.2.0-dev.35 15:12:31 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:31 main 15:12:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:12:32 0f7133e734fc: Preparing 15:12:32 92c590cfdff4: Preparing 15:12:32 fb8bae731b5a: Preparing 15:12:32 187bae4e5d6c: Preparing 15:12:32 4ddd687f15c8: Preparing 15:12:32 62170e181a92: Preparing 15:12:32 62170e181a92: Waiting 15:12:33 fb8bae731b5a: Pushed 15:12:33 187bae4e5d6c: Pushed 15:12:33 62170e181a92: Layer already exists 15:12:33 4ddd687f15c8: Pushed 15:12:35 0f7133e734fc: Pushed 15:12:35 92c590cfdff4: Pushed 15:12:35 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:12:35 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:12:36 0f7133e734fc: Preparing 15:12:36 92c590cfdff4: Preparing 15:12:36 fb8bae731b5a: Preparing 15:12:36 187bae4e5d6c: Preparing 15:12:36 4ddd687f15c8: Preparing 15:12:36 62170e181a92: Preparing 15:12:36 62170e181a92: Waiting 15:12:36 0f7133e734fc: Layer already exists 15:12:36 92c590cfdff4: Layer already exists 15:12:36 187bae4e5d6c: Layer already exists 15:12:36 4ddd687f15c8: Layer already exists 15:12:36 fb8bae731b5a: Layer already exists 15:12:36 62170e181a92: Layer already exists 15:12:36 latest: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:12:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.35 15:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:12:37 0f7133e734fc: Preparing 15:12:37 92c590cfdff4: Preparing 15:12:37 fb8bae731b5a: Preparing 15:12:37 187bae4e5d6c: Preparing 15:12:37 4ddd687f15c8: Preparing 15:12:37 62170e181a92: Preparing 15:12:37 62170e181a92: Waiting 15:12:37 92c590cfdff4: Layer already exists 15:12:37 fb8bae731b5a: Layer already exists 15:12:37 187bae4e5d6c: Layer already exists 15:12:37 0f7133e734fc: Layer already exists 15:12:37 4ddd687f15c8: Layer already exists 15:12:37 62170e181a92: Layer already exists 15:12:37 2.2.0-dev.35: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:12:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:12:38 0f7133e734fc: Preparing 15:12:38 92c590cfdff4: Preparing 15:12:38 fb8bae731b5a: Preparing 15:12:38 187bae4e5d6c: Preparing 15:12:38 4ddd687f15c8: Preparing 15:12:38 62170e181a92: Preparing 15:12:38 62170e181a92: Waiting 15:12:38 fb8bae731b5a: Layer already exists 15:12:38 92c590cfdff4: Layer already exists 15:12:38 187bae4e5d6c: Layer already exists 15:12:38 0f7133e734fc: Layer already exists 15:12:38 4ddd687f15c8: Layer already exists 15:12:38 62170e181a92: Layer already exists 15:12:38 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] isUnix [Pipeline] sh 15:12:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:12:39 0f7133e734fc: Preparing 15:12:39 92c590cfdff4: Preparing 15:12:39 fb8bae731b5a: Preparing 15:12:39 187bae4e5d6c: Preparing 15:12:39 4ddd687f15c8: Preparing 15:12:39 62170e181a92: Preparing 15:12:39 62170e181a92: Waiting 15:12:39 187bae4e5d6c: Layer already exists 15:12:39 fb8bae731b5a: Layer already exists 15:12:39 0f7133e734fc: Layer already exists 15:12:39 92c590cfdff4: Layer already exists 15:12:39 4ddd687f15c8: Layer already exists 15:12:39 62170e181a92: Layer already exists 15:12:39 main: digest: sha256:970e425d80dce76ae3be0312626d6a8b748d275acbe059031d4d7af6ebdb6680 size: 1576 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:39 ===================================================== [Pipeline] echo 15:12:39 taggedImages: 15:12:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:12:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.0-dev.35 15:12:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:12:39 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:12:39 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:39 latest 15:12:39 2.2.0-dev.35 15:12:39 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:39 main 15:12:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:12:40 9a3da38d6d45: Preparing 15:12:40 28dfa2a37e13: Preparing 15:12:40 9dba8f1d7b14: Preparing 15:12:40 63948a7bca00: Preparing 15:12:40 a61c539a8e60: Preparing 15:12:40 27becc9ad806: Preparing 15:12:40 1ccf9d161dbf: Preparing 15:12:40 bda071722d4b: Preparing 15:12:40 fb619778ed45: Preparing 15:12:40 62170e181a92: Preparing 15:12:40 27becc9ad806: Waiting 15:12:40 1ccf9d161dbf: Waiting 15:12:40 bda071722d4b: Waiting 15:12:40 fb619778ed45: Waiting 15:12:40 62170e181a92: Waiting 15:12:40 28dfa2a37e13: Pushed 15:12:40 a61c539a8e60: Pushed 15:12:40 9a3da38d6d45: Pushed 15:12:40 27becc9ad806: Pushed 15:12:40 bda071722d4b: Pushed 15:12:40 1ccf9d161dbf: Pushed 15:12:40 62170e181a92: Layer already exists 15:12:41 fb619778ed45: Pushed 15:12:42 63948a7bca00: Pushed 15:12:43 9dba8f1d7b14: Pushed 15:12:43 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:12:43 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:12:44 9a3da38d6d45: Preparing 15:12:44 28dfa2a37e13: Preparing 15:12:44 9dba8f1d7b14: Preparing 15:12:44 63948a7bca00: Preparing 15:12:44 a61c539a8e60: Preparing 15:12:44 27becc9ad806: Preparing 15:12:44 1ccf9d161dbf: Preparing 15:12:44 bda071722d4b: Preparing 15:12:44 fb619778ed45: Preparing 15:12:44 62170e181a92: Preparing 15:12:44 fb619778ed45: Waiting 15:12:44 bda071722d4b: Waiting 15:12:44 62170e181a92: Waiting 15:12:44 27becc9ad806: Waiting 15:12:44 1ccf9d161dbf: Waiting 15:12:44 9dba8f1d7b14: Layer already exists 15:12:44 9a3da38d6d45: Layer already exists 15:12:44 63948a7bca00: Layer already exists 15:12:44 a61c539a8e60: Layer already exists 15:12:44 28dfa2a37e13: Layer already exists 15:12:44 27becc9ad806: Layer already exists 15:12:44 1ccf9d161dbf: Layer already exists 15:12:44 bda071722d4b: Layer already exists 15:12:44 fb619778ed45: Layer already exists 15:12:44 62170e181a92: Layer already exists 15:12:44 latest: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:12:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.35 15:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:12:45 9a3da38d6d45: Preparing 15:12:45 28dfa2a37e13: Preparing 15:12:45 9dba8f1d7b14: Preparing 15:12:45 63948a7bca00: Preparing 15:12:45 a61c539a8e60: Preparing 15:12:45 27becc9ad806: Preparing 15:12:45 1ccf9d161dbf: Preparing 15:12:45 bda071722d4b: Preparing 15:12:45 fb619778ed45: Preparing 15:12:45 62170e181a92: Preparing 15:12:45 bda071722d4b: Waiting 15:12:45 27becc9ad806: Waiting 15:12:45 fb619778ed45: Waiting 15:12:45 1ccf9d161dbf: Waiting 15:12:45 62170e181a92: Waiting 15:12:45 9dba8f1d7b14: Layer already exists 15:12:45 63948a7bca00: Layer already exists 15:12:45 28dfa2a37e13: Layer already exists 15:12:45 9a3da38d6d45: Layer already exists 15:12:45 a61c539a8e60: Layer already exists 15:12:45 27becc9ad806: Layer already exists 15:12:45 1ccf9d161dbf: Layer already exists 15:12:45 bda071722d4b: Layer already exists 15:12:45 fb619778ed45: Layer already exists 15:12:45 62170e181a92: Layer already exists 15:12:45 2.2.0-dev.35: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:12:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:12:46 9a3da38d6d45: Preparing 15:12:46 28dfa2a37e13: Preparing 15:12:46 9dba8f1d7b14: Preparing 15:12:46 63948a7bca00: Preparing 15:12:46 a61c539a8e60: Preparing 15:12:46 27becc9ad806: Preparing 15:12:46 1ccf9d161dbf: Preparing 15:12:46 bda071722d4b: Preparing 15:12:46 fb619778ed45: Preparing 15:12:46 62170e181a92: Preparing 15:12:46 bda071722d4b: Waiting 15:12:46 fb619778ed45: Waiting 15:12:46 62170e181a92: Waiting 15:12:46 1ccf9d161dbf: Waiting 15:12:46 63948a7bca00: Layer already exists 15:12:46 28dfa2a37e13: Layer already exists 15:12:46 a61c539a8e60: Layer already exists 15:12:46 9a3da38d6d45: Layer already exists 15:12:46 9dba8f1d7b14: Layer already exists 15:12:46 27becc9ad806: Layer already exists 15:12:46 1ccf9d161dbf: Layer already exists 15:12:46 62170e181a92: Layer already exists 15:12:46 bda071722d4b: Layer already exists 15:12:46 fb619778ed45: Layer already exists 15:12:46 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] isUnix [Pipeline] sh 15:12:46 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:12:46 9a3da38d6d45: Preparing 15:12:46 28dfa2a37e13: Preparing 15:12:46 9dba8f1d7b14: Preparing 15:12:46 63948a7bca00: Preparing 15:12:46 a61c539a8e60: Preparing 15:12:46 27becc9ad806: Preparing 15:12:46 1ccf9d161dbf: Preparing 15:12:46 bda071722d4b: Preparing 15:12:46 fb619778ed45: Preparing 15:12:46 62170e181a92: Preparing 15:12:46 27becc9ad806: Waiting 15:12:46 bda071722d4b: Waiting 15:12:46 1ccf9d161dbf: Waiting 15:12:46 fb619778ed45: Waiting 15:12:46 62170e181a92: Waiting 15:12:46 63948a7bca00: Layer already exists 15:12:46 a61c539a8e60: Layer already exists 15:12:46 9dba8f1d7b14: Layer already exists 15:12:46 28dfa2a37e13: Layer already exists 15:12:46 9a3da38d6d45: Layer already exists 15:12:47 1ccf9d161dbf: Layer already exists 15:12:47 27becc9ad806: Layer already exists 15:12:47 fb619778ed45: Layer already exists 15:12:47 bda071722d4b: Layer already exists 15:12:47 62170e181a92: Layer already exists 15:12:47 main: digest: sha256:d911d506c443b03903d0ab1bc2e307d7ff3ecb732d7a849366587e5ab2cf16b9 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:47 ===================================================== [Pipeline] echo 15:12:47 taggedImages: 15:12:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:12:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.0-dev.35 15:12:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:12:47 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:12:47 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:47 latest 15:12:47 2.2.0-dev.35 15:12:47 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:47 main 15:12:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:12:48 b648779f9ebb: Preparing 15:12:48 7d02a9476cb0: Preparing 15:12:48 fb91c4d4a0f2: Preparing 15:12:48 03d4b0f07aa9: Preparing 15:12:48 62170e181a92: Preparing 15:12:48 62170e181a92: Layer already exists 15:12:48 fb91c4d4a0f2: Layer already exists 15:12:48 b648779f9ebb: Pushed 15:12:48 03d4b0f07aa9: Pushed 15:12:51 7d02a9476cb0: Pushed 15:12:51 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:12:51 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:12:51 b648779f9ebb: Preparing 15:12:51 7d02a9476cb0: Preparing 15:12:51 fb91c4d4a0f2: Preparing 15:12:51 03d4b0f07aa9: Preparing 15:12:51 62170e181a92: Preparing 15:12:51 03d4b0f07aa9: Layer already exists 15:12:51 7d02a9476cb0: Layer already exists 15:12:51 62170e181a92: Layer already exists 15:12:51 fb91c4d4a0f2: Layer already exists 15:12:51 b648779f9ebb: Layer already exists 15:12:52 latest: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:12:52 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.35 15:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:12:52 b648779f9ebb: Preparing 15:12:52 7d02a9476cb0: Preparing 15:12:52 fb91c4d4a0f2: Preparing 15:12:52 03d4b0f07aa9: Preparing 15:12:52 62170e181a92: Preparing 15:12:52 7d02a9476cb0: Layer already exists 15:12:52 62170e181a92: Layer already exists 15:12:52 b648779f9ebb: Layer already exists 15:12:52 fb91c4d4a0f2: Layer already exists 15:12:52 03d4b0f07aa9: Layer already exists 15:12:53 2.2.0-dev.35: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:12:53 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:12:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:12:53 b648779f9ebb: Preparing 15:12:53 7d02a9476cb0: Preparing 15:12:53 fb91c4d4a0f2: Preparing 15:12:53 03d4b0f07aa9: Preparing 15:12:53 62170e181a92: Preparing 15:12:53 62170e181a92: Layer already exists 15:12:53 03d4b0f07aa9: Layer already exists 15:12:53 b648779f9ebb: Layer already exists 15:12:53 7d02a9476cb0: Layer already exists 15:12:53 fb91c4d4a0f2: Layer already exists 15:12:54 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] isUnix [Pipeline] sh 15:12:54 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh 15:12:54 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:12:54 b648779f9ebb: Preparing 15:12:54 7d02a9476cb0: Preparing 15:12:54 fb91c4d4a0f2: Preparing 15:12:54 03d4b0f07aa9: Preparing 15:12:54 62170e181a92: Preparing 15:12:54 62170e181a92: Layer already exists 15:12:54 b648779f9ebb: Layer already exists 15:12:54 7d02a9476cb0: Layer already exists 15:12:54 fb91c4d4a0f2: Layer already exists 15:12:54 03d4b0f07aa9: Layer already exists 15:12:54 main: digest: sha256:3b42d7943c03a3ce64abf734281ceee0fd716b404a23bd45be8bf3baf270b184 size: 1365 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:12:55 ===================================================== [Pipeline] echo 15:12:55 taggedImages: 15:12:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:12:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.0-dev.35 15:12:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:55 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:12:55 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:12:55 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:55 latest 15:12:55 2.2.0-dev.35 15:12:55 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:12:55 main 15:12:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:12:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:12:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:12:55 94f9f4cc7fc5: Preparing 15:12:55 4be563f94acf: Preparing 15:12:55 fb91c4d4a0f2: Preparing 15:12:55 6568092206d0: Preparing 15:12:55 62170e181a92: Preparing 15:12:55 fb91c4d4a0f2: Layer already exists 15:12:56 6568092206d0: Layer already exists 15:12:56 62170e181a92: Layer already exists 15:12:56 94f9f4cc7fc5: Pushed 15:12:58 4be563f94acf: Pushed 15:12:58 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:12:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:12:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:12:59 94f9f4cc7fc5: Preparing 15:12:59 4be563f94acf: Preparing 15:12:59 fb91c4d4a0f2: Preparing 15:12:59 6568092206d0: Preparing 15:12:59 62170e181a92: Preparing 15:12:59 94f9f4cc7fc5: Layer already exists 15:12:59 62170e181a92: Layer already exists 15:12:59 6568092206d0: Layer already exists 15:12:59 4be563f94acf: Layer already exists 15:12:59 fb91c4d4a0f2: Layer already exists 15:12:59 latest: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:12:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:13:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.35 15:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:13:00 94f9f4cc7fc5: Preparing 15:13:00 4be563f94acf: Preparing 15:13:00 fb91c4d4a0f2: Preparing 15:13:00 6568092206d0: Preparing 15:13:00 62170e181a92: Preparing 15:13:00 4be563f94acf: Layer already exists 15:13:00 62170e181a92: Layer already exists 15:13:00 fb91c4d4a0f2: Layer already exists 15:13:00 94f9f4cc7fc5: Layer already exists 15:13:00 6568092206d0: Layer already exists 15:13:00 2.2.0-dev.35: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:13:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:13:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:13:01 94f9f4cc7fc5: Preparing 15:13:01 4be563f94acf: Preparing 15:13:01 fb91c4d4a0f2: Preparing 15:13:01 6568092206d0: Preparing 15:13:01 62170e181a92: Preparing 15:13:01 fb91c4d4a0f2: Layer already exists 15:13:01 4be563f94acf: Layer already exists 15:13:01 6568092206d0: Layer already exists 15:13:01 62170e181a92: Layer already exists 15:13:01 94f9f4cc7fc5: Layer already exists 15:13:01 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] isUnix [Pipeline] sh 15:13:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh 15:13:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:13:02 94f9f4cc7fc5: Preparing 15:13:02 4be563f94acf: Preparing 15:13:02 fb91c4d4a0f2: Preparing 15:13:02 6568092206d0: Preparing 15:13:02 62170e181a92: Preparing 15:13:02 94f9f4cc7fc5: Layer already exists 15:13:02 6568092206d0: Layer already exists 15:13:02 62170e181a92: Layer already exists 15:13:02 4be563f94acf: Layer already exists 15:13:02 fb91c4d4a0f2: Layer already exists 15:13:02 main: digest: sha256:8558f5c5d9412511305f10cd32664d7c43aed7f0a3c3d7d11a24d8e3ca4f6b58 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:13:02 ===================================================== [Pipeline] echo 15:13:02 taggedImages: 15:13:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:13:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:13:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.0-dev.35 15:13:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:13:02 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 15:13:02 [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: 15:13:02 fbf009a3584204b1f7152455677e8e4d1b9535fc 15:13:02 latest 15:13:02 2.2.0-dev.35 15:13:02 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:13:02 main 15:13:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:13:02 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] isUnix [Pipeline] sh 15:13:03 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 15:13:03 c0bcde24c626: Preparing 15:13:03 b6251fd72f56: Preparing 15:13:03 977502e18236: Preparing 15:13:03 41f77a6851f4: Preparing 15:13:03 e25cc80ef78c: Preparing 15:13:03 f7be28c579d0: Preparing 15:13:03 5ddf987a193f: Preparing 15:13:03 05d0a213effb: Preparing 15:13:03 087270190219: Preparing 15:13:03 b49c6594ab31: Preparing 15:13:03 62170e181a92: Preparing 15:13:03 05d0a213effb: Waiting 15:13:03 087270190219: Waiting 15:13:03 b49c6594ab31: Waiting 15:13:03 f7be28c579d0: Waiting 15:13:03 5ddf987a193f: Waiting 15:13:03 62170e181a92: Waiting 15:13:03 e25cc80ef78c: Layer already exists 15:13:03 f7be28c579d0: Layer already exists 15:13:03 5ddf987a193f: Layer already exists 15:13:03 05d0a213effb: Layer already exists 15:13:03 b6251fd72f56: Pushed 15:13:03 087270190219: Layer already exists 15:13:03 b49c6594ab31: Layer already exists 15:13:03 62170e181a92: Layer already exists 15:13:04 c0bcde24c626: Pushed 15:13:06 977502e18236: Pushed 15:13:21 41f77a6851f4: Pushed 15:13:21 fbf009a3584204b1f7152455677e8e4d1b9535fc: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh 15:13:21 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:13:22 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 15:13:22 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 15:13:22 c0bcde24c626: Preparing 15:13:22 b6251fd72f56: Preparing 15:13:22 977502e18236: Preparing 15:13:22 41f77a6851f4: Preparing 15:13:22 e25cc80ef78c: Preparing 15:13:22 f7be28c579d0: Preparing 15:13:22 5ddf987a193f: Preparing 15:13:22 05d0a213effb: Preparing 15:13:22 087270190219: Preparing 15:13:22 b49c6594ab31: Preparing 15:13:22 62170e181a92: Preparing 15:13:22 5ddf987a193f: Waiting 15:13:22 05d0a213effb: Waiting 15:13:22 087270190219: Waiting 15:13:22 b49c6594ab31: Waiting 15:13:22 f7be28c579d0: Waiting 15:13:22 62170e181a92: Waiting 15:13:22 c0bcde24c626: Layer already exists 15:13:22 977502e18236: Layer already exists 15:13:22 41f77a6851f4: Layer already exists 15:13:22 b6251fd72f56: Layer already exists 15:13:22 e25cc80ef78c: Layer already exists 15:13:22 087270190219: Layer already exists 15:13:22 b49c6594ab31: Layer already exists 15:13:22 05d0a213effb: Layer already exists 15:13:22 f7be28c579d0: Layer already exists 15:13:22 5ddf987a193f: Layer already exists 15:13:22 62170e181a92: Layer already exists 15:13:22 latest: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh 15:13:22 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:13:23 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.35 15:13:23 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 15:13:23 c0bcde24c626: Preparing 15:13:23 b6251fd72f56: Preparing 15:13:23 977502e18236: Preparing 15:13:23 41f77a6851f4: Preparing 15:13:23 e25cc80ef78c: Preparing 15:13:23 f7be28c579d0: Preparing 15:13:23 5ddf987a193f: Preparing 15:13:23 05d0a213effb: Preparing 15:13:23 087270190219: Preparing 15:13:23 b49c6594ab31: Preparing 15:13:23 62170e181a92: Preparing 15:13:23 05d0a213effb: Waiting 15:13:23 087270190219: Waiting 15:13:23 f7be28c579d0: Waiting 15:13:23 b49c6594ab31: Waiting 15:13:23 62170e181a92: Waiting 15:13:23 5ddf987a193f: Waiting 15:13:23 41f77a6851f4: Layer already exists 15:13:23 e25cc80ef78c: Layer already exists 15:13:23 977502e18236: Layer already exists 15:13:23 b6251fd72f56: Layer already exists 15:13:23 c0bcde24c626: Layer already exists 15:13:23 f7be28c579d0: Layer already exists 15:13:23 b49c6594ab31: Layer already exists 15:13:23 05d0a213effb: Layer already exists 15:13:23 5ddf987a193f: Layer already exists 15:13:23 087270190219: Layer already exists 15:13:23 62170e181a92: Layer already exists 15:13:23 2.2.0-dev.35: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh 15:13:23 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 [Pipeline] isUnix [Pipeline] sh 15:13:24 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 15:13:24 c0bcde24c626: Preparing 15:13:24 b6251fd72f56: Preparing 15:13:24 977502e18236: Preparing 15:13:24 41f77a6851f4: Preparing 15:13:24 e25cc80ef78c: Preparing 15:13:24 f7be28c579d0: Preparing 15:13:24 5ddf987a193f: Preparing 15:13:24 05d0a213effb: Preparing 15:13:24 087270190219: Preparing 15:13:24 b49c6594ab31: Preparing 15:13:24 62170e181a92: Preparing 15:13:24 f7be28c579d0: Waiting 15:13:24 05d0a213effb: Waiting 15:13:24 087270190219: Waiting 15:13:24 5ddf987a193f: Waiting 15:13:24 b49c6594ab31: Waiting 15:13:24 62170e181a92: Waiting 15:13:24 c0bcde24c626: Layer already exists 15:13:24 e25cc80ef78c: Layer already exists 15:13:24 977502e18236: Layer already exists 15:13:24 41f77a6851f4: Layer already exists 15:13:24 b6251fd72f56: Layer already exists 15:13:24 087270190219: Layer already exists 15:13:24 05d0a213effb: Layer already exists 15:13:24 f7be28c579d0: Layer already exists 15:13:24 b49c6594ab31: Layer already exists 15:13:24 5ddf987a193f: Layer already exists 15:13:24 62170e181a92: Layer already exists 15:13:24 fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] isUnix [Pipeline] sh 15:13:24 + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh 15:13:25 + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main 15:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] 15:13:25 c0bcde24c626: Preparing 15:13:25 b6251fd72f56: Preparing 15:13:25 977502e18236: Preparing 15:13:25 41f77a6851f4: Preparing 15:13:25 e25cc80ef78c: Preparing 15:13:25 f7be28c579d0: Preparing 15:13:25 5ddf987a193f: Preparing 15:13:25 05d0a213effb: Preparing 15:13:25 087270190219: Preparing 15:13:25 b49c6594ab31: Preparing 15:13:25 62170e181a92: Preparing 15:13:25 f7be28c579d0: Waiting 15:13:25 5ddf987a193f: Waiting 15:13:25 05d0a213effb: Waiting 15:13:25 087270190219: Waiting 15:13:25 b49c6594ab31: Waiting 15:13:25 62170e181a92: Waiting 15:13:25 c0bcde24c626: Layer already exists 15:13:25 b6251fd72f56: Layer already exists 15:13:25 977502e18236: Layer already exists 15:13:25 41f77a6851f4: Layer already exists 15:13:25 e25cc80ef78c: Layer already exists 15:13:25 5ddf987a193f: Layer already exists 15:13:25 05d0a213effb: Layer already exists 15:13:25 f7be28c579d0: Layer already exists 15:13:25 087270190219: Layer already exists 15:13:25 b49c6594ab31: Layer already exists 15:13:25 62170e181a92: Layer already exists 15:13:25 main: digest: sha256:e00f0f2cd3b6f9fb664aff424b6575293b4fdda054d59308d9aabbc1bb3bac48 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:13:25 ===================================================== [Pipeline] echo 15:13:25 taggedImages: 15:13:25 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc 15:13:25 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest 15:13:25 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.0-dev.35 15:13:25 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:fbf009a3584204b1f7152455677e8e4d1b9535fc-2.2.0-dev.35 15:13:25 - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:13:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:13:25 15:13:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 15:13:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:13:26 arm64: Pulling from edgex-lftools-log-publisher 15:13:26 8998bd30e6a1: Pulling fs layer 15:13:26 04944245beec: Pulling fs layer 15:13:26 699f458cf7ca: Pulling fs layer 15:13:26 765212b225bb: Pulling fs layer 15:13:26 f23df028b6ca: Pulling fs layer 15:13:26 d65c8cfc05b1: Pulling fs layer 15:13:26 2437ff75d9bd: Pulling fs layer 15:13:26 f23df028b6ca: Waiting 15:13:26 d65c8cfc05b1: Waiting 15:13:26 765212b225bb: Waiting 15:13:26 2437ff75d9bd: Waiting 15:13:26 04944245beec: Download complete 15:13:26 765212b225bb: Download complete 15:13:26 f23df028b6ca: Download complete 15:13:26 d65c8cfc05b1: Download complete 15:13:26 699f458cf7ca: Verifying Checksum 15:13:26 699f458cf7ca: Download complete 15:13:26 8998bd30e6a1: Verifying Checksum 15:13:26 8998bd30e6a1: Download complete 15:13:29 2437ff75d9bd: Verifying Checksum 15:13:29 2437ff75d9bd: Download complete 15:13:31 8998bd30e6a1: Pull complete 15:13:31 04944245beec: Pull complete 15:13:33 699f458cf7ca: Pull complete 15:13:33 765212b225bb: Pull complete 15:13:34 f23df028b6ca: Pull complete 15:13:34 d65c8cfc05b1: Pull complete 15:13:52 2437ff75d9bd: Pull complete 15:13:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:13:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:13:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 15:13:52 prd-ubuntu20.04-docker-arm64-4c-16g-7050 does not seem to be running inside a container 15:13:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:13:55 $ docker top b15034d1380cc4fb1930aeb27fa0fafd1462c969aa3bc80f2132ff1c451ce13b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:13:56 ---> job-cost.sh 15:13:56 lf-activate-venv: SKIPPING 15:13:56 INFO: No Stack... 15:13:57 INFO: Retrieving Pricing Info for: v3-standard-4 15:13:58 INFO: Archiving Costs [Pipeline] sh 15:13:58 + cat /w/workspace/edgex-go/152/archives/cost.csv 15:13:58 + cut -d, -f6 [Pipeline] lock 15:13:58 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] 15:13:58 Resource [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] did not exist. Created. 15:13:58 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:13:59 + echo total: 0.10999999940395355 [Pipeline] stash 15:14:00 Stashed 1 file(s) [Pipeline] } 15:14:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-152-stack-cost] [Pipeline] // lock [Pipeline] } 15:14:00 $ docker stop --time=1 b15034d1380cc4fb1930aeb27fa0fafd1462c969aa3bc80f2132ff1c451ce13b 15:14:01 $ docker rm -f b15034d1380cc4fb1930aeb27fa0fafd1462c969aa3bc80f2132ff1c451ce13b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:14:02 provisioning config files... 15:14:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/152@tmp/config530359273145570922tmp [Pipeline] { [Pipeline] sh 15:14:02 + set +x 15:14:02 + curl -s https://codecov.io/bash 15:14:02 + bash -s -- 15:14:02 15:14:02 _____ _ 15:14:02 / ____| | | 15:14:02 | | ___ __| | ___ ___ _____ __ 15:14:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:14:02 | |___| (_) | (_| | __/ (_| (_) \ V / 15:14:02 \_____\___/ \__,_|\___|\___\___/ \_/ 15:14:02 Bash-1.0.6 15:14:02 15:14:02 15:14:02 ==> git version 2.25.1 found 15:14:02 ==> 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 15:14:02 Release-Date: 2020-01-08 15:14:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:14:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:14:02 ==> Jenkins CI detected. 15:14:02 current dir:  /w/workspace/edgex-go/152 15:14:02 project root: . 15:14:02 --> token set from env 15:14:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:14:02 ==> Running gcov in . (disable via -X gcov) 15:14:02 ==> Python coveragepy not found 15:14:02 ==> Searching for coverage reports in: 15:14:02 + . 15:14:02 -> Found 1 reports 15:14:02 ==> Detecting git/mercurial file structure 15:14:02 ==> Reading reports 15:14:02 + ./coverage.out bytes=428383 15:14:02 ==> Appending adjustments 15:14:02 https://docs.codecov.io/docs/fixing-reports 15:14:03 + Found adjustments 15:14:03 ==> Gzipping contents 15:14:03 60K /tmp/codecov.AneCoi.gz 15:14:03 ==> Uploading reports 15:14:03 url: https://codecov.io 15:14:03 query: branch=main&commit=fbf009a3584204b1f7152455677e8e4d1b9535fc&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F152%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:14:03 -> Pinging Codecov 15:14:03 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=fbf009a3584204b1f7152455677e8e4d1b9535fc&build=152&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F152%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:14:04 -> Uploading to 15:14:04 https://storage.googleapis.com/codecov/v4/raw/2022-03-14/00271124DB129430A58F1EEE437C3FCB/fbf009a3584204b1f7152455677e8e4d1b9535fc/15488563-c14f-4081-91b7-f366a541f20c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220314T151404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=17d41f390f021d47fc3b755f5d813311bef41cf0d1d2c443347620d9a185f033 15:14:04 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:04 Dload Upload Total Spent Left Speed 15:14:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57991 0 0 100 57991 0 232k --:--:-- --:--:-- --:--:-- 232k 15:14:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fbf009a3584204b1f7152455677e8e4d1b9535fc [Pipeline] } 15:14:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:14:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:14:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:14:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:14:04 15:14:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:14:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:14:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:14:05 188c0c94c7c5: Pulling fs layer 15:14:05 0ef7d3d256c8: Pulling fs layer 15:14:05 de9db76c5a1d: Pulling fs layer 15:14:05 0eba1c9be4d2: Pulling fs layer 15:14:05 0d57e429df01: Pulling fs layer 15:14:05 4e4be7b47b0d: Pulling fs layer 15:14:05 e1f770b5df2f: Pulling fs layer 15:14:05 85a0685a4137: Pulling fs layer 15:14:05 0d57e429df01: Waiting 15:14:05 4e4be7b47b0d: Waiting 15:14:05 85a0685a4137: Waiting 15:14:05 0eba1c9be4d2: Waiting 15:14:05 e1f770b5df2f: Waiting 15:14:05 de9db76c5a1d: Verifying Checksum 15:14:05 de9db76c5a1d: Download complete 15:14:05 0ef7d3d256c8: Verifying Checksum 15:14:05 0ef7d3d256c8: Download complete 15:14:05 0d57e429df01: Verifying Checksum 15:14:05 0d57e429df01: Download complete 15:14:05 4e4be7b47b0d: Verifying Checksum 15:14:05 4e4be7b47b0d: Download complete 15:14:05 188c0c94c7c5: Verifying Checksum 15:14:05 188c0c94c7c5: Download complete 15:14:05 e1f770b5df2f: Verifying Checksum 15:14:05 e1f770b5df2f: Download complete 15:14:05 188c0c94c7c5: Pull complete 15:14:05 0ef7d3d256c8: Pull complete 15:14:05 de9db76c5a1d: Pull complete 15:14:05 0eba1c9be4d2: Verifying Checksum 15:14:05 0eba1c9be4d2: Download complete 15:14:05 85a0685a4137: Verifying Checksum 15:14:05 85a0685a4137: Download complete 15:14:09 0eba1c9be4d2: Pull complete 15:14:09 0d57e429df01: Pull complete 15:14:09 4e4be7b47b0d: Pull complete 15:14:09 e1f770b5df2f: Pull complete 15:14:12 85a0685a4137: Pull complete 15:14:12 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:14:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:14:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:14:12 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 15:14:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:14:15 $ docker top e0e67a5b95e23714b18ea25cb53b13d9812b100e48accc7ecb9c7085dafd4b8a -eo pid,comm [Pipeline] { [Pipeline] echo 15:14:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:14:15 + set -o pipefail 15:14:15 + snyk monitor '--org=edgex-jenkins' 15:14:19 15:14:19 Monitoring /w/workspace/edgex-go/152 (github.com/edgexfoundry/edgex-go)... 15:14:19 15:14:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/82d82603-222b-475b-ace7-56e4ab332cf8 15:14:19 15:14:19 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:14:19 15:14:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:14:19 15:14:19 [Pipeline] } 15:14:19 $ docker stop --time=1 e0e67a5b95e23714b18ea25cb53b13d9812b100e48accc7ecb9c7085dafd4b8a 15:14:21 $ docker rm -f e0e67a5b95e23714b18ea25cb53b13d9812b100e48accc7ecb9c7085dafd4b8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:14:21 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:14:21 provisioning config files... 15:14:21 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/152@tmp/config7978393270789320931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:14:22 --> edgex-publish-swagger.sh 15:14:22 === Publish openapi/v2 API === 15:14:22 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:14:22 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/152/openapi/v2/core-command.yaml] 15:14:22 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:22 Dload Upload Total Spent Left Speed 15:14:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 29833 0:00:01 0:00:01 --:--:-- 29807 100 33831 0 0 100 33831 0 29833 0:00:01 0:00:01 --:--:-- 29807 15:14:23 15:14:23 15:14:23 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/152/openapi/v2/core-data.yaml] 15:14:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:23 Dload Upload Total Spent Left Speed 15:14:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 65631 0:00:01 0:00:01 --:--:-- 65691 100 71604 0 0 100 71604 0 65631 0:00:01 0:00:01 --:--:-- 65631 15:14:24 15:14:24 15:14:24 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/152/openapi/v2/core-metadata.yaml] 15:14:24 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:24 Dload Upload Total Spent Left Speed 15:14:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 121k --:--:-- --:--:-- --:--:-- 121k 100 119k 0 0 100 119k 0 121k --:--:-- --:--:-- --:--:-- 121k 15:14:25 15:14:25 15:14:25 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/152/openapi/v2/support-notifications.yaml] 15:14:25 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:25 Dload Upload Total Spent Left Speed 15:14:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 84581 0:00:01 0:00:01 --:--:-- 84581 100 89318 0 0 100 89318 0 84581 0:00:01 0:00:01 --:--:-- 84581 15:14:26 15:14:26 15:14:26 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/152/openapi/v2/support-scheduler.yaml] 15:14:26 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:26 Dload Upload Total Spent Left Speed 15:14:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 44746 --:--:-- --:--:-- --:--:-- 44696 100 39556 0 0 100 39556 0 44746 --:--:-- --:--:-- --:--:-- 44696 15:14:27 15:14:27 15:14:27 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/152/openapi/v2/system-agent.yaml] 15:14:27 % Total % Received % Xferd Average Speed Time Time Time Current 15:14:27 Dload Upload Total Spent Left Speed 15:14:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 19600 0:00:01 0:00:01 --:--:-- 19600 100 20091 0 0 100 20091 0 19581 0:00:01 0:00:01 --:--:-- 19581 15:14:28 15:14:28 [Pipeline] } 15:14:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 15:14:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:14:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:14:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:29 . [Pipeline] withDockerContainer 15:14:29 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 15:14:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:14:29 $ docker top 5dfb92fc6060d73fb757b4009dc063a04d28cf2a668dc48823a79210932d9756 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:14:29 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.2.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:14:29 + git semver [Pipeline] } 15:14:29 $ docker stop --time=1 5dfb92fc6060d73fb757b4009dc063a04d28cf2a668dc48823a79210932d9756 15:14:31 $ docker rm -f 5dfb92fc6060d73fb757b4009dc063a04d28cf2a668dc48823a79210932d9756 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:14:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:14:31 15:14:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:14:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:14:31 0.23.1-centos7: Pulling from edgex-lftools 15:14:31 ab5ef0e58194: Pulling fs layer 15:14:31 9712f1f96733: Pulling fs layer 15:14:31 63f879dbbcfc: Pulling fs layer 15:14:31 0d9ebad4ef96: Pulling fs layer 15:14:31 e9a5061849ea: Pulling fs layer 15:14:31 d747dcd14b5f: Pulling fs layer 15:14:31 2de7ff778b66: Pulling fs layer 15:14:31 e9a5061849ea: Waiting 15:14:31 d747dcd14b5f: Waiting 15:14:31 2de7ff778b66: Waiting 15:14:31 0d9ebad4ef96: Waiting 15:14:31 9712f1f96733: Verifying Checksum 15:14:31 9712f1f96733: Download complete 15:14:32 63f879dbbcfc: Verifying Checksum 15:14:32 63f879dbbcfc: Download complete 15:14:32 e9a5061849ea: Verifying Checksum 15:14:32 e9a5061849ea: Download complete 15:14:32 d747dcd14b5f: Verifying Checksum 15:14:32 d747dcd14b5f: Download complete 15:14:32 0d9ebad4ef96: Verifying Checksum 15:14:32 2de7ff778b66: Verifying Checksum 15:14:32 2de7ff778b66: Download complete 15:14:32 ab5ef0e58194: Verifying Checksum 15:14:32 ab5ef0e58194: Download complete 15:14:35 ab5ef0e58194: Pull complete 15:14:35 9712f1f96733: Pull complete 15:14:35 63f879dbbcfc: Pull complete 15:14:40 0d9ebad4ef96: Pull complete 15:14:40 e9a5061849ea: Pull complete 15:14:40 d747dcd14b5f: Pull complete 15:14:40 2de7ff778b66: Pull complete 15:14:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:14:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:14:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:14:41 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 15:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:14:43 $ docker top e40fedbd2202b9434eaa2d383a4c4e7c889c6a2ac24c500c9099190d1e65c7a9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:14:43 provisioning config files... 15:14:43 copy managed file [sigul-config] to file:/w/workspace/edgex-go/152@tmp/config8200301657484966960tmp 15:14:43 copy managed file [sigul-password] to file:/w/workspace/edgex-go/152@tmp/config172231258573123905tmp 15:14:43 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/152@tmp/config4393133723457699719tmp [Pipeline] { [Pipeline] echo 15:14:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:14:43 ---> sigul-configuration.sh 15:14:43 gpg: directory `/root/.gnupg' created 15:14:43 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:14:43 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:14:43 gpg: keyring `/root/.gnupg/secring.gpg' created 15:14:43 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:14:43 gpg: CAST5 encrypted data 15:14:43 gpg: encrypted with 1 passphrase 15:14:43 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:14:44 + mkdir /home/jenkins 15:14:44 + mkdir /home/jenkins/sigul [Pipeline] sh 15:14:44 + 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 15:14:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:14:44 ---> sigul-install.sh 15:14:44 Sigul already installed; skipping installation. [Pipeline] sh 15:14:44 + git tag --list 15:14:44 0.6.0 15:14:44 0.6.1 15:14:44 0.7.0 15:14:44 0.7.1 15:14:44 v1.0.0 15:14:44 v1.0.1 15:14:44 v1.1.0 15:14:44 v1.2.0 15:14:44 v1.2.1 15:14:44 v1.3.0 15:14:44 v1.3.1 15:14:44 v2.0.0 15:14:44 v2.0.1-dev.1 15:14:44 v2.0.1-dev.10 15:14:44 v2.0.1-dev.11 15:14:44 v2.0.1-dev.12 15:14:44 v2.0.1-dev.13 15:14:44 v2.0.1-dev.14 15:14:44 v2.0.1-dev.15 15:14:44 v2.0.1-dev.16 15:14:44 v2.0.1-dev.17 15:14:44 v2.0.1-dev.18 15:14:44 v2.0.1-dev.19 15:14:44 v2.0.1-dev.2 15:14:44 v2.0.1-dev.20 15:14:44 v2.0.1-dev.21 15:14:44 v2.0.1-dev.22 15:14:44 v2.0.1-dev.23 15:14:44 v2.0.1-dev.24 15:14:44 v2.0.1-dev.25 15:14:44 v2.0.1-dev.26 15:14:44 v2.0.1-dev.27 15:14:44 v2.0.1-dev.28 15:14:44 v2.0.1-dev.29 15:14:44 v2.0.1-dev.3 15:14:44 v2.0.1-dev.30 15:14:44 v2.0.1-dev.31 15:14:44 v2.0.1-dev.32 15:14:44 v2.0.1-dev.33 15:14:44 v2.0.1-dev.34 15:14:44 v2.0.1-dev.35 15:14:44 v2.0.1-dev.36 15:14:44 v2.0.1-dev.37 15:14:44 v2.0.1-dev.38 15:14:44 v2.0.1-dev.39 15:14:44 v2.0.1-dev.4 15:14:44 v2.0.1-dev.40 15:14:44 v2.0.1-dev.41 15:14:44 v2.0.1-dev.42 15:14:44 v2.0.1-dev.43 15:14:44 v2.0.1-dev.44 15:14:44 v2.0.1-dev.45 15:14:44 v2.0.1-dev.46 15:14:44 v2.0.1-dev.47 15:14:44 v2.0.1-dev.48 15:14:44 v2.0.1-dev.49 15:14:44 v2.0.1-dev.5 15:14:44 v2.0.1-dev.50 15:14:44 v2.0.1-dev.51 15:14:44 v2.0.1-dev.52 15:14:44 v2.0.1-dev.53 15:14:44 v2.0.1-dev.54 15:14:44 v2.0.1-dev.55 15:14:44 v2.0.1-dev.56 15:14:44 v2.0.1-dev.57 15:14:44 v2.0.1-dev.58 15:14:44 v2.0.1-dev.59 15:14:44 v2.0.1-dev.6 15:14:44 v2.0.1-dev.60 15:14:44 v2.0.1-dev.61 15:14:44 v2.0.1-dev.62 15:14:44 v2.0.1-dev.63 15:14:44 v2.0.1-dev.64 15:14:44 v2.0.1-dev.65 15:14:44 v2.0.1-dev.66 15:14:44 v2.0.1-dev.67 15:14:44 v2.0.1-dev.68 15:14:44 v2.0.1-dev.69 15:14:44 v2.0.1-dev.7 15:14:44 v2.0.1-dev.70 15:14:44 v2.0.1-dev.71 15:14:44 v2.0.1-dev.72 15:14:44 v2.0.1-dev.73 15:14:44 v2.0.1-dev.74 15:14:44 v2.0.1-dev.75 15:14:44 v2.0.1-dev.76 15:14:44 v2.0.1-dev.77 15:14:44 v2.0.1-dev.78 15:14:44 v2.0.1-dev.79 15:14:44 v2.0.1-dev.8 15:14:44 v2.0.1-dev.80 15:14:44 v2.0.1-dev.81 15:14:44 v2.0.1-dev.82 15:14:44 v2.0.1-dev.83 15:14:44 v2.0.1-dev.84 15:14:44 v2.0.1-dev.85 15:14:44 v2.0.1-dev.86 15:14:44 v2.0.1-dev.87 15:14:44 v2.0.1-dev.88 15:14:44 v2.0.1-dev.89 15:14:44 v2.0.1-dev.9 15:14:44 v2.0.1-dev.90 15:14:44 v2.0.1-dev.91 15:14:44 v2.0.1-dev.92 15:14:44 v2.0.1-dev.93 15:14:44 v2.0.1-dev.94 15:14:44 v2.0.1-dev.95 15:14:44 v2.0.1-dev.96 15:14:44 v2.0.1-dev.97 15:14:44 v2.0.1-dev.98 15:14:44 v2.0.1-dev.99 15:14:44 v2.1.0 15:14:44 v2.2.0-dev.1 15:14:44 v2.2.0-dev.10 15:14:44 v2.2.0-dev.11 15:14:44 v2.2.0-dev.12 15:14:44 v2.2.0-dev.13 15:14:44 v2.2.0-dev.14 15:14:44 v2.2.0-dev.15 15:14:44 v2.2.0-dev.16 15:14:44 v2.2.0-dev.17 15:14:44 v2.2.0-dev.18 15:14:44 v2.2.0-dev.19 15:14:44 v2.2.0-dev.2 15:14:44 v2.2.0-dev.20 15:14:44 v2.2.0-dev.21 15:14:44 v2.2.0-dev.22 15:14:44 v2.2.0-dev.23 15:14:44 v2.2.0-dev.24 15:14:44 v2.2.0-dev.25 15:14:44 v2.2.0-dev.26 15:14:44 v2.2.0-dev.27 15:14:44 v2.2.0-dev.28 15:14:44 v2.2.0-dev.29 15:14:44 v2.2.0-dev.3 15:14:44 v2.2.0-dev.30 15:14:44 v2.2.0-dev.31 15:14:44 v2.2.0-dev.32 15:14:44 v2.2.0-dev.33 15:14:44 v2.2.0-dev.34 15:14:44 v2.2.0-dev.4 15:14:44 v2.2.0-dev.5 15:14:44 v2.2.0-dev.6 15:14:44 v2.2.0-dev.7 15:14:44 v2.2.0-dev.8 15:14:44 v2.2.0-dev.9 [Pipeline] sh 15:14:45 + lftools sign git-tag v2.2.0-dev.35 15:14:45 Signing Git tag with Sigul... 15:14:45 Signing v2.2.0-dev.35 15:14:45 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.2.0-dev.35'], return code 1, stdout , stderr [Pipeline] echo 15:14:45 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:14:46 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:14:46 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:14:46 $ docker stop --time=1 e40fedbd2202b9434eaa2d383a4c4e7c889c6a2ac24c500c9099190d1e65c7a9 15:14:47 $ docker rm -f e40fedbd2202b9434eaa2d383a4c4e7c889c6a2ac24c500c9099190d1e65c7a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:14:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:14:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:14:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:48 . [Pipeline] withDockerContainer 15:14:48 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 15:14:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:14:48 $ docker top b4e2f3cfbf2db44060b7ae5cd3217a0abee04759e58d08e18417114584bad66f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:14:48 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.2.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:14:49 + git semver [Pipeline] } 15:14:49 $ docker stop --time=1 b4e2f3cfbf2db44060b7ae5cd3217a0abee04759e58d08e18417114584bad66f 15:14:50 $ docker rm -f b4e2f3cfbf2db44060b7ae5cd3217a0abee04759e58d08e18417114584bad66f [Pipeline] // withDockerContainer [Pipeline] sh 15:14:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:14:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:51 . [Pipeline] withDockerContainer 15:14:51 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 15:14:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:14:51 $ docker top 8e296b17c8c76d42597be9aa18a6c11630e34125e8fb9cc512c39f33845d5538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:14:51 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.2.0-dev.34' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:14:51 + git semver [Pipeline] } 15:14:51 $ docker stop --time=1 8e296b17c8c76d42597be9aa18a6c11630e34125e8fb9cc512c39f33845d5538 15:14:53 $ docker rm -f 8e296b17c8c76d42597be9aa18a6c11630e34125e8fb9cc512c39f33845d5538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:14:53 + [ -d /w/workspace/edgex-go/152/archives ] [Pipeline] libraryResource [Pipeline] sh 15:14:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:14:54 ---> package-listing.sh 15:14:54 ++ facter osfamily 15:14:54 ++ tr '[:upper:]' '[:lower:]' 15:14:55 + OS_FAMILY=debian 15:14:55 + workspace=/w/workspace/edgex-go/152 15:14:55 + START_PACKAGES=/tmp/packages_start.txt 15:14:55 + END_PACKAGES=/tmp/packages_end.txt 15:14:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:14:55 + PACKAGES=/tmp/packages_start.txt 15:14:55 + '[' /w/workspace/edgex-go/152 ']' 15:14:55 + PACKAGES=/tmp/packages_end.txt 15:14:55 + case "${OS_FAMILY}" in 15:14:55 + dpkg -l 15:14:55 + grep '^ii' 15:14:55 + '[' -f /tmp/packages_start.txt ']' 15:14:55 + '[' -f /tmp/packages_end.txt ']' 15:14:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:14:55 + '[' /w/workspace/edgex-go/152 ']' 15:14:55 + mkdir -p /w/workspace/edgex-go/152/archives/ 15:14:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/152/archives/ [Pipeline] echo 15:14:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/152/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:14:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:14:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:14:55 15:14:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:14:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:14:56 latest: Pulling from edgex-lftools-log-publisher 15:14:56 5eb5b503b376: Pulling fs layer 15:14:56 5c69ac0246d0: Pulling fs layer 15:14:56 ec43610c2a17: Pulling fs layer 15:14:56 3a2ae6a8a46f: Pulling fs layer 15:14:56 33b1e0a273af: Pulling fs layer 15:14:56 5d3b04190fa2: Pulling fs layer 15:14:56 2f39f015ded8: Pulling fs layer 15:14:56 2f39f015ded8: Waiting 15:14:56 5d3b04190fa2: Waiting 15:14:56 3a2ae6a8a46f: Waiting 15:14:56 33b1e0a273af: Waiting 15:14:56 5c69ac0246d0: Verifying Checksum 15:14:56 5c69ac0246d0: Download complete 15:14:56 3a2ae6a8a46f: Download complete 15:14:56 33b1e0a273af: Verifying Checksum 15:14:56 33b1e0a273af: Download complete 15:14:56 5d3b04190fa2: Download complete 15:14:56 ec43610c2a17: Verifying Checksum 15:14:56 ec43610c2a17: Download complete 15:14:56 5eb5b503b376: Download complete 15:14:57 2f39f015ded8: Download complete 15:14:57 5eb5b503b376: Pull complete 15:14:57 5c69ac0246d0: Pull complete 15:14:58 ec43610c2a17: Pull complete 15:14:58 3a2ae6a8a46f: Pull complete 15:14:58 33b1e0a273af: Pull complete 15:14:58 5d3b04190fa2: Pull complete 15:15:02 2f39f015ded8: Pull complete 15:15:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:15:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:15:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:15:02 prd-ubuntu20.04-docker-8c-8g-7049 does not seem to be running inside a container 15:15:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/152/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/152 -v /w/workspace/edgex-go/152:/w/workspace/edgex-go/152:rw,z -v /w/workspace/edgex-go/152@tmp:/w/workspace/edgex-go/152@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:15:04 $ docker top 48c70cb591e1d451685f5c665981ecaebdb0297630ca37f8d7a8a4edc3596d57 -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:05 + touch /tmp/pre-build-complete [Pipeline] sh 15:15:05 + mkdir -p /var/log/sysstat [Pipeline] sh 15:15:05 + ls /var/log/sa-host 15:15:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:15:05 provisioning config files... 15:15:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/152@tmp/config7211285445467660057tmp [Pipeline] { [Pipeline] echo 15:15:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:15:06 ---> create-netrc.sh [Pipeline] } 15:15:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:15:06 ---> python-tools-install.sh [Pipeline] echo 15:15:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:15:06 ---> sudo-logs.sh 15:15:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:15:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:15:07 ---> job-cost.sh 15:15:07 lf-activate-venv: SKIPPING 15:15:07 DEBUG: total: 0.10999999940395355 15:15:07 INFO: Retrieving Stack Cost... 15:15:07 INFO: Retrieving Pricing Info for: v3-standard-8 15:15:08 INFO: Archiving Costs [Pipeline] echo 15:15:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:15:08 ---> logs-deploy.sh 15:15:08 lf-activate-venv: SKIPPING 15:15:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/152 15:15:08 INFO: archiving workspace using pattern(s): 15:15:09 Archives upload complete. 15:15:09 INFO: archiving logs to Nexus