Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b27816a51706f4d2629b60fbe79448e995a7d7ab 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-ssh522615825011098959.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh4150079414620470286.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/egp-unit-test/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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/ci-build-images/branches/egp-unit-test/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8292146003330713044.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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-ssh14972693337905950612.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/egp-unit-test/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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/ci-build-images/branches/egp-unit-test/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9076848732154612058.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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 ========================================================= [edgeXBuildDocker] RAW Config: [project:egp-unit-test, arch:[amd64], mavenSettings:ci-build-images-settings, dockerImageName:egp-unit-test, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[gradle], releaseBranchOverride:egp-unit-test] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: egp-unit-test USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: egp-unit-test DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: egp-unit-test-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: egp-unit-test DOCKER_CUSTOM_TAGS: gradle [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9655 in /w/workspace/ry_ci-build-images_egp-unit-test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/ry_ci-build-images_egp-unit-test # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.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/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b27816a51706f4d2629b60fbe79448e995a7d7ab (egp-unit-test) Commit message: "Merge pull request #200 from cjoyv/upgrade-gradle" > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.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 b27816a51706f4d2629b60fbe79448e995a7d7ab # timeout=10 > git rev-list --no-walk b27816a51706f4d2629b60fbe79448e995a7d7ab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:49:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:49:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:49:41 ========================================================= 18:49:41 EdgeX Global Pipelines Version Info 18:49:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:49:42 ------------------- 18:49:42 stable info: 18:49:42 ------------------- 18:49:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:49:42 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:49:42 Message: update stable to v1.0.244 18:49:42 ------------------- 18:49:42 experimental info: 18:49:42 ------------------- 18:49:42 Commited By: **** collab-it+edgex@linuxfoundation.org 18:49:42 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:49:42 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar PROJECT = egp-unit-test [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = egp-unit-test [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = egp-unit-test-archive.tar.gz [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = egp-unit-test [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = gradle [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = egp-unit-test [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = egp-unit-test [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = egp-unit-test [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b27816a51706f4d2629b60fbe79448e995a7d7ab [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b27816a [Pipeline] echo 18:49:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:49:43 provisioning config files... 18:49:43 copy managed file [ci-build-images-settings] to file:/w/workspace/ry_ci-build-images_egp-unit-test@tmp/config16950209347175845292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:49:43 ---> docker-login.sh 18:49:43 nexus3.edgexfoundry.org:10001 18:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:43 Configure a credential helper to remove this warning. See 18:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:43 18:49:43 Login Succeeded 18:49:43 nexus3.edgexfoundry.org:10002 18:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:43 Configure a credential helper to remove this warning. See 18:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:43 18:49:43 Login Succeeded 18:49:43 nexus3.edgexfoundry.org:10003 18:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:43 Configure a credential helper to remove this warning. See 18:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:43 18:49:43 Login Succeeded 18:49:43 nexus3.edgexfoundry.org:10004 18:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:43 Configure a credential helper to remove this warning. See 18:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:43 18:49:43 Login Succeeded 18:49:43 docker.io 18:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:44 Configure a credential helper to remove this warning. See 18:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:44 18:49:44 Login Succeeded 18:49:44 ---> docker-login.sh ends [Pipeline] } 18:49:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:49:44 provisioning config files... [Pipeline] // stage [Pipeline] } 18:49:44 copy managed file [ci-build-images-settings] to file:/w/workspace/ry_ci-build-images_egp-unit-test@tmp/config5088681527107950797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:49:44 ---> docker-login.sh 18:49:44 nexus3.edgexfoundry.org:10001 18:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:44 Configure a credential helper to remove this warning. See 18:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:44 18:49:44 Login Succeeded 18:49:44 nexus3.edgexfoundry.org:10002 18:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:44 Configure a credential helper to remove this warning. See 18:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:44 18:49:44 Login Succeeded 18:49:44 nexus3.edgexfoundry.org:10003 18:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:44 Configure a credential helper to remove this warning. See 18:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:44 18:49:44 Login Succeeded 18:49:44 nexus3.edgexfoundry.org:10004 18:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:44 Configure a credential helper to remove this warning. See 18:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:44 18:49:44 Login Succeeded 18:49:44 docker.io 18:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:49:45 Configure a credential helper to remove this warning. See 18:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:49:45 18:49:45 Login Succeeded 18:49:45 ---> docker-login.sh ends [Pipeline] } 18:49:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:49:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:49:46 + ls -al . 18:49:46 total 20 18:49:46 drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 18:49 . 18:49:46 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:49 .. 18:49:46 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 18:49 .git 18:49:46 -rw-rw-r-- 1 jenkins jenkins 955 Mar 10 18:49 Dockerfile 18:49:46 -rw-rw-r-- 1 jenkins jenkins 904 Mar 10 18:49 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:49:46 + docker build -t edgex-devops/egp-unit-test -f Dockerfile --build-arg ARCH=amd64 --label git_sha=b27816a51706f4d2629b60fbe79448e995a7d7ab --label arch=amd64 . 18:49:46 Sending build context to Docker daemon 443.4kB 18:49:46 Step 1/13 : FROM gradle:7.5.1-jdk8 as builder 18:49:46 7.5.1-jdk8: Pulling from library/gradle 18:49:46 e96e057aae67: Pulling fs layer 18:49:46 4ced2591451d: Pulling fs layer 18:49:46 22cd2b580a64: Pulling fs layer 18:49:46 191e5a2019b6: Pulling fs layer 18:49:46 a220e8697772: Pulling fs layer 18:49:46 a8c31a0327fe: Pulling fs layer 18:49:46 35ee11b8a32a: Pulling fs layer 18:49:46 a220e8697772: Waiting 18:49:46 a8c31a0327fe: Waiting 18:49:46 35ee11b8a32a: Waiting 18:49:46 191e5a2019b6: Waiting 18:49:47 4ced2591451d: Verifying Checksum 18:49:47 4ced2591451d: Download complete 18:49:47 191e5a2019b6: Verifying Checksum 18:49:47 191e5a2019b6: Download complete 18:49:47 e96e057aae67: Verifying Checksum 18:49:47 e96e057aae67: Download complete 18:49:47 a220e8697772: Verifying Checksum 18:49:47 a220e8697772: Download complete 18:49:48 e96e057aae67: Pull complete 18:49:48 a8c31a0327fe: Verifying Checksum 18:49:48 a8c31a0327fe: Download complete 18:49:49 22cd2b580a64: Verifying Checksum 18:49:49 22cd2b580a64: Download complete 18:49:49 4ced2591451d: Pull complete 18:49:49 35ee11b8a32a: Verifying Checksum 18:49:50 22cd2b580a64: Pull complete 18:49:50 191e5a2019b6: Pull complete 18:49:50 a220e8697772: Pull complete 18:49:53 a8c31a0327fe: Pull complete 18:49:54 35ee11b8a32a: Pull complete 18:49:54 Digest: sha256:e36e80100620d3344ff15dbb485b526f4bfc08275e38d1a30191e6524133917d 18:49:54 Status: Downloaded newer image for gradle:7.5.1-jdk8 18:49:54 ---> 787840feef8a 18:49:54 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:50:02 ---> Running in 6f411cec0dce 18:50:02 Removing intermediate container 6f411cec0dce 18:50:02 ---> dd20ea8339a5 18:50:02 Step 3/13 : WORKDIR /code 18:50:02 ---> Running in 3ee9e746c1a4 18:50:02 Removing intermediate container 3ee9e746c1a4 18:50:02 ---> e2e617b94d0f 18:50:02 Step 4/13 : ENV USER_GRADLE_HOME=/gradleCache 18:50:03 ---> Running in 7d657e176e29 18:50:03 Removing intermediate container 7d657e176e29 18:50:03 ---> cfa1bebf11d9 18:50:03 Step 5/13 : ARG EGP_VERSION=stable 18:50:03 ---> Running in 05bf5dcb807e 18:50:03 Removing intermediate container 05bf5dcb807e 18:50:03 ---> e43637cb73e5 18:50:03 Step 6/13 : ADD https://github.com/edgexfoundry/edgex-global-pipelines/archive/${EGP_VERSION}.tar.gz . 18:50:04 18:50:04 18:50:04 ---> 24f8e6fad69c 18:50:04 Step 7/13 : RUN tar -xzf ${EGP_VERSION}.tar.gz && mv edgex-global-pipelines-${EGP_VERSION}/* . && rm -rf edgex-global-pipelines-${EGP_VERSION} && rm -rf ${EGP_VERSION}.tar.gz 18:50:04 ---> Running in 6845a405263e 18:50:06 Removing intermediate container 6845a405263e 18:50:06 ---> 1bd91a10a546 18:50:06 Step 8/13 : RUN gradle -Dgradle.user.home=${USER_GRADLE_HOME} testClasses 18:50:06 ---> Running in d5b44331638e 18:50:07 18:50:07 Welcome to Gradle 7.5.1! 18:50:07 18:50:07 Here are the highlights of this release: 18:50:07 - Support for Java 18 18:50:07 - Support for building with Groovy 4 18:50:07 - Much more responsive continuous builds 18:50:07 - Improved diagnostics for dependency resolution 18:50:07 18:50:07 For more details see https://docs.gradle.org/7.5.1/release-notes.html 18:50:07 18:50:07 Starting a Gradle Daemon (subsequent builds will be faster) 18:50:12 > Task :compileJava NO-SOURCE 18:50:16 > Task :compileGroovy 18:50:16 > Task :processResources NO-SOURCE 18:50:16 > Task :classes 18:50:16 > Task :compileTestJava NO-SOURCE 18:50:16 > Task :copyGlobalLibVars 18:50:26 > Task :compileTestGroovy 18:50:26 > Task :processTestResources 18:50:26 > Task :testClasses 18:50:26 18:50:26 BUILD SUCCESSFUL in 20s 18:50:26 4 actionable tasks: 4 executed 18:50:29 Removing intermediate container d5b44331638e 18:50:29 ---> 7d0c50e6c029 18:50:29 Step 9/13 : FROM gradle:7.5.1-jdk8 18:50:29 ---> 787840feef8a 18:50:29 Step 10/13 : ENV USER_GRADLE_HOME=/gradleCache 18:50:29 ---> Running in 96c9ee470db3 18:50:29 Removing intermediate container 96c9ee470db3 18:50:29 ---> 5f56afad2f7d 18:50:29 Step 11/13 : COPY --from=builder ${USER_GRADLE_HOME} ${USER_GRADLE_HOME} 18:50:32 ---> 2afe75e48825 18:50:32 Step 12/13 : LABEL arch=amd64 18:50:32 ---> Running in a6851e8b4427 18:50:32 Removing intermediate container a6851e8b4427 18:50:32 ---> 6dd5f1a87862 18:50:32 Step 13/13 : LABEL git_sha=b27816a51706f4d2629b60fbe79448e995a7d7ab 18:50:32 ---> Running in be9572617e37 18:50:32 Removing intermediate container be9572617e37 18:50:32 ---> c5ca7bf13a0e 18:50:32 [Warning] One or more build-args [ARCH] were not consumed 18:50:32 Successfully built c5ca7bf13a0e 18:50:32 Successfully tagged edgex-devops/egp-unit-test:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 18:50:32 [edgeXDocker.push] Tagging docker image egp-unit-test with the following tags: 18:50:32 b27816a51706f4d2629b60fbe79448e995a7d7ab 18:50:32 latest 18:50:32 egp-unit-test 18:50:32 gradle 18:50:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:33 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:b27816a51706f4d2629b60fbe79448e995a7d7ab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:33 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:b27816a51706f4d2629b60fbe79448e995a7d7ab 18:50:33 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 18:50:33 f7ff1898371b: Preparing 18:50:33 fd7df38277c8: Preparing 18:50:33 c4efe1a684b4: Preparing 18:50:33 5578c56ed086: Preparing 18:50:33 e8f11c94ceb7: Preparing 18:50:33 fba35c94ab1e: Preparing 18:50:33 aa2e51f5ab8a: Preparing 18:50:33 f4a670ac65b6: Preparing 18:50:33 fba35c94ab1e: Waiting 18:50:33 aa2e51f5ab8a: Waiting 18:50:33 f4a670ac65b6: Waiting 18:50:33 e8f11c94ceb7: Pushed 18:50:33 5578c56ed086: Pushed 18:50:38 aa2e51f5ab8a: Pushed 18:50:50 c4efe1a684b4: Pushed 18:50:50 f4a670ac65b6: Pushed 18:50:53 fd7df38277c8: Pushed 18:50:54 fba35c94ab1e: Pushed 18:50:54 f7ff1898371b: Pushed 18:50:54 b27816a51706f4d2629b60fbe79448e995a7d7ab: digest: sha256:ca87805938e18239eee4d2027003f243b90c369f4190bffeb0e518d18a938210 size: 2006 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:55 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:55 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:latest 18:50:55 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 18:50:55 f7ff1898371b: Preparing 18:50:55 fd7df38277c8: Preparing 18:50:55 c4efe1a684b4: Preparing 18:50:55 5578c56ed086: Preparing 18:50:55 e8f11c94ceb7: Preparing 18:50:55 fba35c94ab1e: Preparing 18:50:55 aa2e51f5ab8a: Preparing 18:50:55 f4a670ac65b6: Preparing 18:50:55 fba35c94ab1e: Waiting 18:50:55 aa2e51f5ab8a: Waiting 18:50:55 f4a670ac65b6: Waiting 18:50:55 fd7df38277c8: Layer already exists 18:50:55 5578c56ed086: Layer already exists 18:50:55 f7ff1898371b: Layer already exists 18:50:55 e8f11c94ceb7: Layer already exists 18:50:55 c4efe1a684b4: Layer already exists 18:50:55 fba35c94ab1e: Layer already exists 18:50:55 aa2e51f5ab8a: Layer already exists 18:50:55 f4a670ac65b6: Layer already exists 18:50:55 latest: digest: sha256:ca87805938e18239eee4d2027003f243b90c369f4190bffeb0e518d18a938210 size: 2006 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:55 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:egp-unit-test [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:56 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:egp-unit-test 18:50:56 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 18:50:56 f7ff1898371b: Preparing 18:50:56 fd7df38277c8: Preparing 18:50:56 c4efe1a684b4: Preparing 18:50:56 5578c56ed086: Preparing 18:50:56 e8f11c94ceb7: Preparing 18:50:56 fba35c94ab1e: Preparing 18:50:56 aa2e51f5ab8a: Preparing 18:50:56 f4a670ac65b6: Preparing 18:50:56 aa2e51f5ab8a: Waiting 18:50:56 fba35c94ab1e: Waiting 18:50:56 f4a670ac65b6: Waiting 18:50:56 c4efe1a684b4: Layer already exists 18:50:56 fd7df38277c8: Layer already exists 18:50:56 f7ff1898371b: Layer already exists 18:50:56 e8f11c94ceb7: Layer already exists 18:50:56 5578c56ed086: Layer already exists 18:50:56 fba35c94ab1e: Layer already exists 18:50:56 aa2e51f5ab8a: Layer already exists 18:50:56 f4a670ac65b6: Layer already exists 18:50:56 egp-unit-test: digest: sha256:ca87805938e18239eee4d2027003f243b90c369f4190bffeb0e518d18a938210 size: 2006 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:56 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:gradle [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:56 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:gradle 18:50:56 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 18:50:56 f7ff1898371b: Preparing 18:50:56 fd7df38277c8: Preparing 18:50:56 c4efe1a684b4: Preparing 18:50:56 5578c56ed086: Preparing 18:50:56 e8f11c94ceb7: Preparing 18:50:56 fba35c94ab1e: Preparing 18:50:56 aa2e51f5ab8a: Preparing 18:50:56 f4a670ac65b6: Preparing 18:50:56 fba35c94ab1e: Waiting 18:50:56 f4a670ac65b6: Waiting 18:50:56 aa2e51f5ab8a: Waiting 18:50:56 f7ff1898371b: Layer already exists 18:50:56 fd7df38277c8: Layer already exists 18:50:56 c4efe1a684b4: Layer already exists 18:50:56 5578c56ed086: Layer already exists 18:50:56 e8f11c94ceb7: Layer already exists 18:50:56 fba35c94ab1e: Layer already exists 18:50:56 f4a670ac65b6: Layer already exists 18:50:56 aa2e51f5ab8a: Layer already exists 18:50:56 gradle: digest: sha256:ca87805938e18239eee4d2027003f243b90c369f4190bffeb0e518d18a938210 size: 2006 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:50:56 ===================================================== [Pipeline] echo 18:50:56 taggedImages: 18:50:56 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:b27816a51706f4d2629b60fbe79448e995a7d7ab 18:50:56 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:latest 18:50:56 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:egp-unit-test 18:50:56 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:gradle [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:50:57 18:50:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:50:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:50:57 latest: Pulling from edgex-lftools-log-publisher 18:50:57 5eb5b503b376: Pulling fs layer 18:50:57 5c69ac0246d0: Pulling fs layer 18:50:57 ec43610c2a17: Pulling fs layer 18:50:57 3a2ae6a8a46f: Pulling fs layer 18:50:57 33b1e0a273af: Pulling fs layer 18:50:57 5d3b04190fa2: Pulling fs layer 18:50:57 2f39f015ded8: Pulling fs layer 18:50:57 33b1e0a273af: Waiting 18:50:57 2f39f015ded8: Waiting 18:50:57 3a2ae6a8a46f: Waiting 18:50:57 5d3b04190fa2: Waiting 18:50:57 5c69ac0246d0: Download complete 18:50:57 3a2ae6a8a46f: Download complete 18:50:57 33b1e0a273af: Verifying Checksum 18:50:57 33b1e0a273af: Download complete 18:50:57 5d3b04190fa2: Verifying Checksum 18:50:57 5d3b04190fa2: Download complete 18:50:57 ec43610c2a17: Verifying Checksum 18:50:57 ec43610c2a17: Download complete 18:50:57 5eb5b503b376: Verifying Checksum 18:50:57 5eb5b503b376: Download complete 18:50:58 2f39f015ded8: Download complete 18:50:58 5eb5b503b376: Pull complete 18:50:59 5c69ac0246d0: Pull complete 18:50:59 ec43610c2a17: Pull complete 18:50:59 3a2ae6a8a46f: Pull complete 18:50:59 33b1e0a273af: Pull complete 18:50:59 5d3b04190fa2: Pull complete 18:51:04 2f39f015ded8: Pull complete 18:51:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:51:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:51:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:51:04 prd-ubuntu20.04-docker-8c-8g-9655 does not seem to be running inside a container 18:51:04 $ 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/ry_ci-build-images_egp-unit-test -v /w/workspace/ry_ci-build-images_egp-unit-test:/w/workspace/ry_ci-build-images_egp-unit-test:rw,z -v /w/workspace/ry_ci-build-images_egp-unit-test@tmp:/w/workspace/ry_ci-build-images_egp-unit-test@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:51:07 $ docker top 452f79c33602489f6437dcdb388fa192e1d62638d8e13649191e59c3d9fcf6f4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:51:08 ---> job-cost.sh 18:51:08 lf-activate-venv: SKIPPING 18:51:08 INFO: No Stack... 18:51:08 INFO: Retrieving Pricing Info for: v3-standard-8 18:51:08 INFO: Archiving Costs [Pipeline] sh 18:51:09 + cat /w/workspace/ry_ci-build-images_egp-unit-test/archives/cost.csv 18:51:09 + cut -d, -f6 [Pipeline] lock 18:51:09 Trying to acquire lock on [jenkins-edgexfoundry-ci-build-images-egp-unit-test-8-stack-cost] 18:51:09 Resource [jenkins-edgexfoundry-ci-build-images-egp-unit-test-8-stack-cost] did not exist. Created. 18:51:09 Lock acquired on [jenkins-edgexfoundry-ci-build-images-egp-unit-test-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:51:09 + echo total: 0.2199999988079071 [Pipeline] stash 18:51:09 Stashed 1 file(s) [Pipeline] } 18:51:09 Lock released on resource [jenkins-edgexfoundry-ci-build-images-egp-unit-test-8-stack-cost] [Pipeline] // lock [Pipeline] } 18:51:09 $ docker stop --time=1 452f79c33602489f6437dcdb388fa192e1d62638d8e13649191e59c3d9fcf6f4 18:51:11 $ docker rm -f --volumes 452f79c33602489f6437dcdb388fa192e1d62638d8e13649191e59c3d9fcf6f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:51:11 + [ -d /w/workspace/ry_ci-build-images_egp-unit-test/archives ] 18:51:11 + ls -al /w/workspace/ry_ci-build-images_egp-unit-test/archives 18:51:11 total 16 18:51:11 drwxr-xr-x 3 root root 4096 Mar 10 18:51 . 18:51:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:51 .. 18:51:11 drwxr-xr-x 2 root root 4096 Mar 10 18:51 cost 18:51:11 -rw-r--r-- 1 root root 94 Mar 10 18:51 cost.csv 18:51:11 + sudo chown -R jenkins:jenkins /w/workspace/ry_ci-build-images_egp-unit-test/archives 18:51:11 + ls -al /w/workspace/ry_ci-build-images_egp-unit-test/archives 18:51:11 total 16 18:51:11 drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 18:51 . 18:51:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 18:51 .. 18:51:11 drwxr-xr-x 2 jenkins jenkins 4096 Mar 10 18:51 cost 18:51:11 -rw-r--r-- 1 jenkins jenkins 94 Mar 10 18:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:51:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:51:12 ---> package-listing.sh 18:51:12 ++ facter osfamily 18:51:12 ++ tr '[:upper:]' '[:lower:]' 18:51:12 + OS_FAMILY=debian 18:51:12 + workspace=/w/workspace/ry_ci-build-images_egp-unit-test 18:51:12 + START_PACKAGES=/tmp/packages_start.txt 18:51:12 + END_PACKAGES=/tmp/packages_end.txt 18:51:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:51:12 + PACKAGES=/tmp/packages_start.txt 18:51:12 + '[' /w/workspace/ry_ci-build-images_egp-unit-test ']' 18:51:12 + PACKAGES=/tmp/packages_end.txt 18:51:12 + case "${OS_FAMILY}" in 18:51:12 + dpkg -l 18:51:12 + grep '^ii' 18:51:12 + '[' -f /tmp/packages_start.txt ']' 18:51:12 + '[' -f /tmp/packages_end.txt ']' 18:51:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:51:12 + '[' /w/workspace/ry_ci-build-images_egp-unit-test ']' 18:51:12 + mkdir -p /w/workspace/ry_ci-build-images_egp-unit-test/archives/ 18:51:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_ci-build-images_egp-unit-test/archives/ [Pipeline] echo 18:51:13 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/ry_ci-build-images_egp-unit-test/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:51:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:51:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:51:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:51:13 prd-ubuntu20.04-docker-8c-8g-9655 does not seem to be running inside a container 18:51:13 $ 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/ry_ci-build-images_egp-unit-test/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_ci-build-images_egp-unit-test -v /w/workspace/ry_ci-build-images_egp-unit-test:/w/workspace/ry_ci-build-images_egp-unit-test:rw,z -v /w/workspace/ry_ci-build-images_egp-unit-test@tmp:/w/workspace/ry_ci-build-images_egp-unit-test@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:51:14 $ docker top b4f1f5943ca8639bea3cb2aab49b38dff9e52829f32f279e5bbd52d1c5a15b54 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:14 + touch /tmp/pre-build-complete [Pipeline] sh 18:51:14 + mkdir -p /var/log/sysstat [Pipeline] sh 18:51:15 + ls /var/log/sa-host 18:51:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:51:15 provisioning config files... 18:51:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_egp-unit-test@tmp/config15536305195564531380tmp [Pipeline] { [Pipeline] echo 18:51:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:51:15 ---> create-netrc.sh [Pipeline] } 18:51:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:51:15 ---> python-tools-install.sh [Pipeline] echo 18:51:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:51:16 ---> sudo-logs.sh 18:51:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:51:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:51:16 ---> job-cost.sh 18:51:16 lf-activate-venv: SKIPPING 18:51:16 DEBUG: total: 0.2199999988079071 18:51:16 INFO: Retrieving Stack Cost... 18:51:16 INFO: Retrieving Pricing Info for: v3-standard-8 18:51:16 INFO: Archiving Costs [Pipeline] echo 18:51:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:51:17 ---> logs-deploy.sh 18:51:17 lf-activate-venv: SKIPPING 18:51:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/egp-unit-test/8 18:51:17 INFO: archiving workspace using pattern(s): 18:51:18 Archives upload complete. 18:51:18 INFO: archiving logs to Nexus