Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d 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-ssh898262092380110224.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-ssh7156018102832835084.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/ci-build-images/branches/egp-unit-test/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/ci-build-images/branches/egp-unit-test/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh13231704142000256888.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-ssh14933080544563954596.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/ci-build-images/branches/egp-unit-test/workspace@libs/lf-pipelines # timeout=10 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/lf-pipelines@tmp/jenkins-gitclient-ssh11230358799457384285.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 ========================================================= [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 Running on prd-ubuntu20.04-docker-8c-8g-21797 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 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d (egp-unit-test) > 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 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d # timeout=10 Commit message: "Merge pull request #145 from ernestojeda/upgrade-gradle" > git rev-list --no-walk 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:03:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:03:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:03:31 ========================================================= 16:03:31 EdgeX Global Pipelines Version Info 16:03:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:03:32 ------------------- 16:03:32 stable info: 16:03:32 ------------------- 16:03:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:03:32 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:03:32 Message: update stable to v1.0.221 16:03:33 ------------------- 16:03:33 experimental info: 16:03:33 ------------------- 16:03:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:03:33 Commit SHA: e334d830fa8e8412d6042b94a77caa8dfa54c97b 16:03:33 Message: update experimental to v1.0.223 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar PROJECT = egp-unit-test [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = egp-unit-test [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = egp-unit-test-archive.tar.gz [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = egp-unit-test [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = gradle [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = egp-unit-test [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = egp-unit-test [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = egp-unit-test [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5aa5cd6 [Pipeline] echo 16:03:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:03:33 provisioning config files... 16:03:33 copy managed file [ci-build-images-settings] to file:/w/workspace/ry_ci-build-images_egp-unit-test@tmp/config3880821501410873651tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:33 ---> docker-login.sh 16:03:33 nexus3.edgexfoundry.org:10001 16:03:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:34 Configure a credential helper to remove this warning. See 16:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:34 16:03:34 Login Succeeded 16:03:34 nexus3.edgexfoundry.org:10002 16:03:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:34 Configure a credential helper to remove this warning. See 16:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:34 16:03:34 Login Succeeded 16:03:34 nexus3.edgexfoundry.org:10003 16:03:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:34 Configure a credential helper to remove this warning. See 16:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:34 16:03:34 Login Succeeded 16:03:34 nexus3.edgexfoundry.org:10004 16:03:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:34 Configure a credential helper to remove this warning. See 16:03:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:34 16:03:34 Login Succeeded 16:03:34 docker.io 16:03:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:35 Configure a credential helper to remove this warning. See 16:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:35 16:03:35 Login Succeeded 16:03:35 ---> docker-login.sh ends [Pipeline] } 16:03:35 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 16:03:35 provisioning config files... [Pipeline] // stage [Pipeline] } 16:03:35 copy managed file [ci-build-images-settings] to file:/w/workspace/ry_ci-build-images_egp-unit-test@tmp/config8298203474665562571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:03:35 ---> docker-login.sh 16:03:35 nexus3.edgexfoundry.org:10001 16:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:35 Configure a credential helper to remove this warning. See 16:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:35 16:03:35 Login Succeeded 16:03:35 nexus3.edgexfoundry.org:10002 16:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:36 Configure a credential helper to remove this warning. See 16:03:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:36 16:03:36 Login Succeeded 16:03:36 nexus3.edgexfoundry.org:10003 16:03:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:36 Configure a credential helper to remove this warning. See 16:03:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:36 16:03:36 Login Succeeded 16:03:36 nexus3.edgexfoundry.org:10004 16:03:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:36 Configure a credential helper to remove this warning. See 16:03:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:36 16:03:36 Login Succeeded 16:03:36 docker.io 16:03:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:03:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:03:36 Configure a credential helper to remove this warning. See 16:03:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:03:36 16:03:36 Login Succeeded 16:03:36 ---> docker-login.sh ends [Pipeline] } 16:03:36 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 16:03:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:03:37 + ls -al . 16:03:37 total 20 16:03:37 drwxrwxr-x 3 jenkins jenkins 4096 Apr 22 16:03 . 16:03:37 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 16:03 .. 16:03:37 drwxrwxr-x 8 jenkins jenkins 4096 Apr 22 16:03 .git 16:03:37 -rw-rw-r-- 1 jenkins jenkins 941 Apr 22 16:03 Dockerfile 16:03:37 -rw-rw-r-- 1 jenkins jenkins 904 Apr 22 16:03 Jenkinsfile [Pipeline] isUnix [Pipeline] sh 16:03:37 + docker build -t edgex-devops/egp-unit-test -f Dockerfile --build-arg ARCH=amd64 --label git_sha=5aa5cd65e890575fed12cd4163f33c8a5bf56f4d --label arch=amd64 . 16:03:37 Sending build context to Docker daemon 411.1kB 16:03:37 Step 1/13 : FROM gradle:6.5 as builder 16:03:38 6.5: Pulling from library/gradle 16:03:38 7595c8c21622: Pulling fs layer 16:03:38 d13af8ca898f: Pulling fs layer 16:03:38 70799171ddba: Pulling fs layer 16:03:38 b6c12202c5ef: Pulling fs layer 16:03:38 c54d424eaa66: Pulling fs layer 16:03:38 b6c12202c5ef: Waiting 16:03:38 41534844af48: Pulling fs layer 16:03:38 41534844af48: Waiting 16:03:38 29d2bc40c7ae: Pulling fs layer 16:03:38 5c6e01006f25: Pulling fs layer 16:03:38 c5e32de1092d: Pulling fs layer 16:03:38 c5e32de1092d: Waiting 16:03:38 5c6e01006f25: Waiting 16:03:38 29d2bc40c7ae: Waiting 16:03:38 70799171ddba: Download complete 16:03:38 d13af8ca898f: Download complete 16:03:38 b6c12202c5ef: Verifying Checksum 16:03:38 b6c12202c5ef: Download complete 16:03:38 7595c8c21622: Verifying Checksum 16:03:38 7595c8c21622: Download complete 16:03:39 c54d424eaa66: Verifying Checksum 16:03:39 c54d424eaa66: Download complete 16:03:39 29d2bc40c7ae: Verifying Checksum 16:03:39 29d2bc40c7ae: Download complete 16:03:40 7595c8c21622: Pull complete 16:03:40 5c6e01006f25: Verifying Checksum 16:03:40 5c6e01006f25: Download complete 16:03:40 d13af8ca898f: Pull complete 16:03:40 70799171ddba: Pull complete 16:03:40 b6c12202c5ef: Pull complete 16:03:40 41534844af48: Download complete 16:03:40 c5e32de1092d: Verifying Checksum 16:03:40 c5e32de1092d: Download complete 16:03:40 c54d424eaa66: Pull complete 16:03:42 41534844af48: Pull complete 16:03:42 29d2bc40c7ae: Pull complete 16:03:45 5c6e01006f25: Pull complete 16:03:45 c5e32de1092d: Pull complete 16:03:45 Digest: sha256:099048dbae10d6c1ab0afb8b50e74848b9cef459e56e42e29c61112b29c5a108 16:03:45 Status: Downloaded newer image for gradle:6.5 16:03:45 ---> 09415af8f1c9 16:03:45 Step 2/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:04:07 ---> Running in 76c4bedaf88b 16:04:07 Removing intermediate container 76c4bedaf88b 16:04:07 ---> 7ab86db0ac47 16:04:07 Step 3/13 : WORKDIR /code 16:04:07 ---> Running in 7a3bb5adb437 16:04:07 Removing intermediate container 7a3bb5adb437 16:04:07 ---> f50e7c399a19 16:04:07 Step 4/13 : ENV USER_GRADLE_HOME=/gradleCache 16:04:07 ---> Running in 85a885641120 16:04:07 Removing intermediate container 85a885641120 16:04:07 ---> 15615c20aba2 16:04:07 Step 5/13 : ARG EGP_VERSION=stable 16:04:07 ---> Running in 7c0791453bff 16:04:07 Removing intermediate container 7c0791453bff 16:04:07 ---> 9f4f12c6b95c 16:04:07 Step 6/13 : ADD https://github.com/edgexfoundry/edgex-global-pipelines/archive/${EGP_VERSION}.tar.gz . 16:04:07 16:04:07 16:04:07 ---> 0eec48ed3d27 16:04:07 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 16:04:07 ---> Running in 5fcad38d061e 16:04:08 Removing intermediate container 5fcad38d061e 16:04:08 ---> a26f932f91fc 16:04:08 Step 8/13 : RUN gradle -Dgradle.user.home=${USER_GRADLE_HOME} testClasses 16:04:08 ---> Running in b4d1c8dfdc3b 16:04:09 16:04:09 Welcome to Gradle 6.5.1! 16:04:09 16:04:09 Here are the highlights of this release: 16:04:09 - Experimental file-system watching 16:04:09 - Improved version ordering 16:04:09 - New samples 16:04:09 16:04:09 For more details see https://docs.gradle.org/6.5.1/release-notes.html 16:04:09 16:04:09 Starting a Gradle Daemon (subsequent builds will be faster) 16:04:12 > Task :compileJava NO-SOURCE 16:04:17 > Task :compileGroovy 16:04:17 > Task :processResources NO-SOURCE 16:04:17 > Task :classes 16:04:17 > Task :compileTestJava NO-SOURCE 16:04:17 > Task :copyGlobalLibVars 16:04:29 > Task :compileTestGroovy 16:04:29 > Task :processTestResources 16:04:29 > Task :testClasses 16:04:29 16:04:29 Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. 16:04:29 Use '--warning-mode all' to show the individual deprecation warnings. 16:04:29 See https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings 16:04:29 16:04:29 BUILD SUCCESSFUL in 18s 16:04:29 4 actionable tasks: 4 executed 16:04:30 Removing intermediate container b4d1c8dfdc3b 16:04:30 ---> cfd1418cf56e 16:04:30 Step 9/13 : FROM gradle:6.5 16:04:30 ---> 09415af8f1c9 16:04:30 Step 10/13 : ENV USER_GRADLE_HOME=/gradleCache 16:04:30 ---> Running in 1fc93a7422d4 16:04:31 Removing intermediate container 1fc93a7422d4 16:04:31 ---> 4dd24d050fda 16:04:31 Step 11/13 : COPY --from=builder ${USER_GRADLE_HOME} ${USER_GRADLE_HOME} 16:04:34 ---> 80b4d353a62d 16:04:34 Step 12/13 : LABEL arch=amd64 16:04:34 ---> Running in a40aa0d21fb4 16:04:34 Removing intermediate container a40aa0d21fb4 16:04:34 ---> f2b3466ff5e3 16:04:34 Step 13/13 : LABEL git_sha=5aa5cd65e890575fed12cd4163f33c8a5bf56f4d 16:04:34 ---> Running in 3b882f033651 16:04:34 Removing intermediate container 3b882f033651 16:04:34 ---> 12c88197f830 16:04:34 [Warning] One or more build-args [ARCH] were not consumed 16:04:34 Successfully built 12c88197f830 16:04:34 Successfully tagged edgex-devops/egp-unit-test:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] echo 16:04:34 [edgeXDocker.push] Tagging docker image egp-unit-test with the following tags: 16:04:34 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d 16:04:34 latest 16:04:34 egp-unit-test 16:04:34 gradle 16:04:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:35 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:5aa5cd65e890575fed12cd4163f33c8a5bf56f4d [Pipeline] isUnix [Pipeline] sh 16:04:35 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:5aa5cd65e890575fed12cd4163f33c8a5bf56f4d 16:04:35 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 16:04:35 6cf5109d730a: Preparing 16:04:35 10a65b8783b3: Preparing 16:04:35 c78593474f47: Preparing 16:04:35 8db0402c4021: Preparing 16:04:35 23f36aae82ef: Preparing 16:04:35 60d7a9dafbc1: Preparing 16:04:35 8682f9a74649: Preparing 16:04:35 d3a6da143c91: Preparing 16:04:35 83f4287e1f04: Preparing 16:04:35 7ef368776582: Preparing 16:04:35 8682f9a74649: Waiting 16:04:35 d3a6da143c91: Waiting 16:04:35 83f4287e1f04: Waiting 16:04:35 7ef368776582: Waiting 16:04:35 60d7a9dafbc1: Waiting 16:04:35 c78593474f47: Layer already exists 16:04:35 10a65b8783b3: Layer already exists 16:04:35 8db0402c4021: Layer already exists 16:04:35 23f36aae82ef: Layer already exists 16:04:35 60d7a9dafbc1: Layer already exists 16:04:35 8682f9a74649: Layer already exists 16:04:35 d3a6da143c91: Layer already exists 16:04:35 83f4287e1f04: Layer already exists 16:04:35 7ef368776582: Layer already exists 16:04:43 6cf5109d730a: Pushed 16:04:43 5aa5cd65e890575fed12cd4163f33c8a5bf56f4d: digest: sha256:d4b5a4bf1a759132096d228eee38c4c22b67a3a9b1ac5564fd91ad310f67cb02 size: 2423 [Pipeline] isUnix [Pipeline] sh 16:04:43 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:latest [Pipeline] isUnix [Pipeline] sh 16:04:44 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:latest 16:04:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 16:04:44 6cf5109d730a: Preparing 16:04:44 10a65b8783b3: Preparing 16:04:44 c78593474f47: Preparing 16:04:44 8db0402c4021: Preparing 16:04:44 23f36aae82ef: Preparing 16:04:44 60d7a9dafbc1: Preparing 16:04:44 8682f9a74649: Preparing 16:04:44 d3a6da143c91: Preparing 16:04:44 83f4287e1f04: Preparing 16:04:44 7ef368776582: Preparing 16:04:44 d3a6da143c91: Waiting 16:04:44 83f4287e1f04: Waiting 16:04:44 8682f9a74649: Waiting 16:04:44 8db0402c4021: Layer already exists 16:04:44 6cf5109d730a: Layer already exists 16:04:44 c78593474f47: Layer already exists 16:04:44 23f36aae82ef: Layer already exists 16:04:44 10a65b8783b3: Layer already exists 16:04:44 8682f9a74649: Layer already exists 16:04:44 60d7a9dafbc1: Layer already exists 16:04:44 83f4287e1f04: Layer already exists 16:04:44 7ef368776582: Layer already exists 16:04:44 d3a6da143c91: Layer already exists 16:04:44 latest: digest: sha256:d4b5a4bf1a759132096d228eee38c4c22b67a3a9b1ac5564fd91ad310f67cb02 size: 2423 [Pipeline] isUnix [Pipeline] sh 16:04:44 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:egp-unit-test [Pipeline] isUnix [Pipeline] sh 16:04:44 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:egp-unit-test 16:04:44 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 16:04:44 6cf5109d730a: Preparing 16:04:44 10a65b8783b3: Preparing 16:04:44 c78593474f47: Preparing 16:04:44 8db0402c4021: Preparing 16:04:44 23f36aae82ef: Preparing 16:04:44 60d7a9dafbc1: Preparing 16:04:44 8682f9a74649: Preparing 16:04:44 d3a6da143c91: Preparing 16:04:44 83f4287e1f04: Preparing 16:04:44 7ef368776582: Preparing 16:04:44 60d7a9dafbc1: Waiting 16:04:44 83f4287e1f04: Waiting 16:04:44 7ef368776582: Waiting 16:04:44 8682f9a74649: Waiting 16:04:44 d3a6da143c91: Waiting 16:04:44 23f36aae82ef: Layer already exists 16:04:44 8db0402c4021: Layer already exists 16:04:44 10a65b8783b3: Layer already exists 16:04:44 6cf5109d730a: Layer already exists 16:04:44 c78593474f47: Layer already exists 16:04:44 60d7a9dafbc1: Layer already exists 16:04:44 8682f9a74649: Layer already exists 16:04:44 d3a6da143c91: Layer already exists 16:04:44 7ef368776582: Layer already exists 16:04:44 83f4287e1f04: Layer already exists 16:04:44 egp-unit-test: digest: sha256:d4b5a4bf1a759132096d228eee38c4c22b67a3a9b1ac5564fd91ad310f67cb02 size: 2423 [Pipeline] isUnix [Pipeline] sh 16:04:44 + docker tag edgex-devops/egp-unit-test nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:gradle [Pipeline] isUnix [Pipeline] sh 16:04:45 + docker push nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:gradle 16:04:45 The push refers to repository [nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test] 16:04:45 6cf5109d730a: Preparing 16:04:45 10a65b8783b3: Preparing 16:04:45 c78593474f47: Preparing 16:04:45 8db0402c4021: Preparing 16:04:45 23f36aae82ef: Preparing 16:04:45 60d7a9dafbc1: Preparing 16:04:45 8682f9a74649: Preparing 16:04:45 d3a6da143c91: Preparing 16:04:45 83f4287e1f04: Preparing 16:04:45 7ef368776582: Preparing 16:04:45 60d7a9dafbc1: Waiting 16:04:45 8682f9a74649: Waiting 16:04:45 d3a6da143c91: Waiting 16:04:45 83f4287e1f04: Waiting 16:04:45 7ef368776582: Waiting 16:04:45 8db0402c4021: Layer already exists 16:04:45 23f36aae82ef: Layer already exists 16:04:45 6cf5109d730a: Layer already exists 16:04:45 c78593474f47: Layer already exists 16:04:45 10a65b8783b3: Layer already exists 16:04:45 60d7a9dafbc1: Layer already exists 16:04:45 d3a6da143c91: Layer already exists 16:04:45 8682f9a74649: Layer already exists 16:04:45 7ef368776582: Layer already exists 16:04:45 83f4287e1f04: Layer already exists 16:04:45 gradle: digest: sha256:d4b5a4bf1a759132096d228eee38c4c22b67a3a9b1ac5564fd91ad310f67cb02 size: 2423 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:04:45 ===================================================== [Pipeline] echo 16:04:45 taggedImages: 16:04:45 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:5aa5cd65e890575fed12cd4163f33c8a5bf56f4d 16:04:45 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:latest 16:04:45 - nexus3.edgexfoundry.org:10003/edgex-devops/egp-unit-test:egp-unit-test 16:04:45 - 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] sh 16:04:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:04:45 16:04:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:04:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:04:45 latest: Pulling from edgex-lftools-log-publisher 16:04:45 5eb5b503b376: Pulling fs layer 16:04:45 5c69ac0246d0: Pulling fs layer 16:04:45 ec43610c2a17: Pulling fs layer 16:04:45 3a2ae6a8a46f: Pulling fs layer 16:04:45 33b1e0a273af: Pulling fs layer 16:04:45 5d3b04190fa2: Pulling fs layer 16:04:45 2f39f015ded8: Pulling fs layer 16:04:45 3a2ae6a8a46f: Waiting 16:04:45 33b1e0a273af: Waiting 16:04:45 5d3b04190fa2: Waiting 16:04:45 2f39f015ded8: Waiting 16:04:45 5c69ac0246d0: Download complete 16:04:45 3a2ae6a8a46f: Download complete 16:04:45 ec43610c2a17: Verifying Checksum 16:04:45 ec43610c2a17: Download complete 16:04:45 33b1e0a273af: Verifying Checksum 16:04:45 33b1e0a273af: Download complete 16:04:45 5d3b04190fa2: Verifying Checksum 16:04:45 5d3b04190fa2: Download complete 16:04:46 5eb5b503b376: Verifying Checksum 16:04:46 5eb5b503b376: Download complete 16:04:46 2f39f015ded8: Download complete 16:04:47 5eb5b503b376: Pull complete 16:04:47 5c69ac0246d0: Pull complete 16:04:47 ec43610c2a17: Pull complete 16:04:48 3a2ae6a8a46f: Pull complete 16:04:48 33b1e0a273af: Pull complete 16:04:48 5d3b04190fa2: Pull complete 16:04:52 2f39f015ded8: Pull complete 16:04:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:04:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:04:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:04:52 prd-ubuntu20.04-docker-8c-8g-21797 does not seem to be running inside a container 16:04:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:04:55 $ docker top 457f05015b2b54e6b8353389820bf897c126d673ddef569e33045e6a24fb9415 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:04:55 ---> job-cost.sh 16:04:55 lf-activate-venv: SKIPPING 16:04:55 INFO: No Stack... 16:04:55 INFO: Retrieving Pricing Info for: v3-standard-8 16:04:56 INFO: Archiving Costs [Pipeline] sh 16:04:56 + cat /w/workspace/ry_ci-build-images_egp-unit-test/archives/cost.csv 16:04:56 + cut -d, -f6 [Pipeline] lock 16:04:56 Trying to acquire lock on [jenkins-edgexfoundry-ci-build-images-egp-unit-test-5-stack-cost] 16:04:56 Resource [jenkins-edgexfoundry-ci-build-images-egp-unit-test-5-stack-cost] did not exist. Created. 16:04:56 Lock acquired on [jenkins-edgexfoundry-ci-build-images-egp-unit-test-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:04:56 + echo total: 0.2199999988079071 [Pipeline] stash 16:04:57 Stashed 1 file(s) [Pipeline] } 16:04:57 Lock released on resource [jenkins-edgexfoundry-ci-build-images-egp-unit-test-5-stack-cost] [Pipeline] // lock [Pipeline] } 16:04:57 $ docker stop --time=1 457f05015b2b54e6b8353389820bf897c126d673ddef569e33045e6a24fb9415 16:04:58 $ docker rm -f 457f05015b2b54e6b8353389820bf897c126d673ddef569e33045e6a24fb9415 [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 16:04:59 + [ -d /w/workspace/ry_ci-build-images_egp-unit-test/archives ] 16:04:59 + ls -al /w/workspace/ry_ci-build-images_egp-unit-test/archives 16:04:59 total 16 16:04:59 drwxr-xr-x 3 root root 4096 Apr 22 16:04 . 16:04:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 16:04 .. 16:04:59 drwxr-xr-x 2 root root 4096 Apr 22 16:04 cost 16:04:59 -rw-r--r-- 1 root root 93 Apr 22 16:04 cost.csv 16:04:59 + sudo chown -R jenkins:jenkins /w/workspace/ry_ci-build-images_egp-unit-test/archives 16:04:59 + ls -al /w/workspace/ry_ci-build-images_egp-unit-test/archives 16:04:59 total 16 16:04:59 drwxr-xr-x 3 jenkins jenkins 4096 Apr 22 16:04 . 16:04:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 16:04 .. 16:04:59 drwxr-xr-x 2 jenkins jenkins 4096 Apr 22 16:04 cost 16:04:59 -rw-r--r-- 1 jenkins jenkins 93 Apr 22 16:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:04:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:05:00 ---> package-listing.sh 16:05:00 ++ tr '[:upper:]' '[:lower:]' 16:05:00 ++ facter osfamily 16:05:00 + OS_FAMILY=debian 16:05:00 + workspace=/w/workspace/ry_ci-build-images_egp-unit-test 16:05:00 + START_PACKAGES=/tmp/packages_start.txt 16:05:00 + END_PACKAGES=/tmp/packages_end.txt 16:05:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:05:00 + PACKAGES=/tmp/packages_start.txt 16:05:00 + '[' /w/workspace/ry_ci-build-images_egp-unit-test ']' 16:05:00 + PACKAGES=/tmp/packages_end.txt 16:05:00 + case "${OS_FAMILY}" in 16:05:00 + dpkg -l 16:05:00 + grep '^ii' 16:05:00 + '[' -f /tmp/packages_start.txt ']' 16:05:00 + '[' -f /tmp/packages_end.txt ']' 16:05:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:05:00 + '[' /w/workspace/ry_ci-build-images_egp-unit-test ']' 16:05:00 + mkdir -p /w/workspace/ry_ci-build-images_egp-unit-test/archives/ 16:05:00 + 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 16:05:00 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 16:05:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:05:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:05:01 . [Pipeline] withDockerContainer 16:05:01 prd-ubuntu20.04-docker-8c-8g-21797 does not seem to be running inside a container 16:05:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:05:01 $ docker top 971bbcdf7797a47a5f4d91c2986226fef8c83c2c4aee22bb7f19d1d391260756 -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:02 + touch /tmp/pre-build-complete [Pipeline] sh 16:05:02 + mkdir -p /var/log/sysstat [Pipeline] sh 16:05:02 + ls /var/log/sa-host 16:05:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:02 provisioning config files... 16:05:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_ci-build-images_egp-unit-test@tmp/config6943082007821579801tmp [Pipeline] { [Pipeline] echo 16:05:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:05:03 ---> create-netrc.sh [Pipeline] } 16:05:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:05:03 ---> python-tools-install.sh [Pipeline] echo 16:05:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:05:03 ---> sudo-logs.sh 16:05:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:05:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:05:04 ---> job-cost.sh 16:05:04 lf-activate-venv: SKIPPING 16:05:04 DEBUG: total: 0.2199999988079071 16:05:04 INFO: Retrieving Stack Cost... 16:05:04 INFO: Retrieving Pricing Info for: v3-standard-8 16:05:04 INFO: Archiving Costs [Pipeline] echo 16:05:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:05:05 ---> logs-deploy.sh 16:05:05 lf-activate-venv: SKIPPING 16:05:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/egp-unit-test/5 16:05:05 INFO: archiving workspace using pattern(s): 16:05:06 Archives upload complete. 16:05:06 INFO: archiving logs to Nexus