Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/edgex-docs Obtained Jenkinsfile from 7fa6b662d81fe7649220ae5119a865bc97e5d7e4+9c07a28bb6c0eb22dc06c30367c9e14e991e792d (11e5478e182571772985db3def6c18cf4360c401) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-930’ Running on prd-centos7-docker-4c-2g-932 in /w/workspace/edgexfoundry_edgex-docs_PR-186 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-docs.git > git init /w/workspace/edgexfoundry_edgex-docs_PR-186 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/186/head:refs/remotes/origin/PR-186 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-docs.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-docs.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-docs.git +refs/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9c07a28bb6c0eb22dc06c30367c9e14e991e792d into PR head commit 7fa6b662d81fe7649220ae5119a865bc97e5d7e4 > git config core.sparsecheckout # timeout=10 > git checkout -f 7fa6b662d81fe7649220ae5119a865bc97e5d7e4 # timeout=10 Merge succeeded, producing 346937caa6adfa73ee3fbf95129de9e10a59f419 Checking out Revision 346937caa6adfa73ee3fbf95129de9e10a59f419 (PR-186) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9c07a28bb6c0eb22dc06c30367c9e14e991e792d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 346937caa6adfa73ee3fbf95129de9e10a59f419 # timeout=10 Commit message: "Merge commit '9c07a28bb6c0eb22dc06c30367c9e14e991e792d' into HEAD" > git rev-list --no-walk 7fa6b662d81fe7649220ae5119a865bc97e5d7e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Build Docs) [Pipeline] getContext [Pipeline] isUnix [Pipeline] sh [2020-07-16T13:49:55.899Z] + docker inspect -f . python:3-slim [2020-07-16T13:49:55.899Z] [2020-07-16T13:49:55.900Z] Error: No such object: python:3-slim [Pipeline] isUnix [Pipeline] sh [2020-07-16T13:49:56.315Z] + docker pull python:3-slim [2020-07-16T13:49:56.579Z] 3-slim: Pulling from library/python [2020-07-16T13:49:56.580Z] 8559a31e96f4: Pulling fs layer [2020-07-16T13:49:56.580Z] 62e60f3ef11e: Pulling fs layer [2020-07-16T13:49:56.580Z] 9fdbefb714f0: Pulling fs layer [2020-07-16T13:49:56.580Z] dfec9a593ccf: Pulling fs layer [2020-07-16T13:49:56.580Z] 3a480d72194a: Pulling fs layer [2020-07-16T13:49:56.580Z] dfec9a593ccf: Waiting [2020-07-16T13:49:56.580Z] 3a480d72194a: Waiting [2020-07-16T13:49:57.180Z] 62e60f3ef11e: Verifying Checksum [2020-07-16T13:49:57.180Z] 62e60f3ef11e: Download complete [2020-07-16T13:49:57.180Z] dfec9a593ccf: Verifying Checksum [2020-07-16T13:49:57.180Z] dfec9a593ccf: Download complete [2020-07-16T13:49:57.453Z] 9fdbefb714f0: Verifying Checksum [2020-07-16T13:49:57.453Z] 9fdbefb714f0: Download complete [2020-07-16T13:49:57.453Z] 8559a31e96f4: Download complete [2020-07-16T13:49:57.453Z] 3a480d72194a: Verifying Checksum [2020-07-16T13:49:57.453Z] 3a480d72194a: Download complete [2020-07-16T13:49:59.409Z] 8559a31e96f4: Pull complete [2020-07-16T13:49:59.409Z] 62e60f3ef11e: Pull complete [2020-07-16T13:50:01.349Z] 9fdbefb714f0: Pull complete [2020-07-16T13:50:01.639Z] dfec9a593ccf: Pull complete [2020-07-16T13:50:02.214Z] 3a480d72194a: Pull complete [2020-07-16T13:50:02.214Z] Digest: sha256:9a827faf80ac75c692525c67bc6cff0e6e4a4093e73ad2674d17584b0c645af8 [2020-07-16T13:50:02.214Z] Status: Downloaded newer image for python:3-slim [2020-07-16T13:50:02.214Z] docker.io/library/python:3-slim [Pipeline] withDockerContainer [2020-07-16T13:50:02.495Z] prd-centos7-docker-4c-2g-932 does not seem to be running inside a container [2020-07-16T13:50:02.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/edgexfoundry_edgex-docs_PR-186 -v /w/workspace/edgexfoundry_edgex-docs_PR-186:/w/workspace/edgexfoundry_edgex-docs_PR-186:rw,z -v /w/workspace/edgexfoundry_edgex-docs_PR-186@tmp:/w/workspace/edgexfoundry_edgex-docs_PR-186@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 ******** python:3-slim cat [2020-07-16T13:50:05.370Z] $ docker top 70bc533a0b94d9f94019429333921566ef0c917408c86961ccb3ec3e7f12a35a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-16T13:50:06.098Z] + pip install mkdocs [2020-07-16T13:50:08.681Z] Collecting mkdocs [2020-07-16T13:50:08.681Z] Downloading mkdocs-1.1.2-py3-none-any.whl (6.4 MB) [2020-07-16T13:50:08.944Z] Collecting Markdown>=3.2.1 [2020-07-16T13:50:08.944Z] Downloading Markdown-3.2.2-py3-none-any.whl (88 kB) [2020-07-16T13:50:09.207Z] Collecting PyYAML>=3.10 [2020-07-16T13:50:09.207Z] Downloading PyYAML-5.3.1.tar.gz (269 kB) [2020-07-16T13:50:10.158Z] Collecting click>=3.3 [2020-07-16T13:50:10.158Z] Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) [2020-07-16T13:50:10.158Z] Collecting tornado>=5.0 [2020-07-16T13:50:10.158Z] Downloading tornado-6.0.4.tar.gz (496 kB) [2020-07-16T13:50:11.109Z] Collecting livereload>=2.5.1 [2020-07-16T13:50:11.109Z] Downloading livereload-2.6.2.tar.gz (25 kB) [2020-07-16T13:50:11.371Z] Collecting Jinja2>=2.10.1 [2020-07-16T13:50:11.371Z] Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) [2020-07-16T13:50:11.371Z] Collecting lunr[languages]==0.5.8 [2020-07-16T13:50:11.633Z] Downloading lunr-0.5.8-py2.py3-none-any.whl (2.3 MB) [2020-07-16T13:50:11.901Z] Collecting six [2020-07-16T13:50:11.901Z] Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) [2020-07-16T13:50:11.901Z] Collecting MarkupSafe>=0.23 [2020-07-16T13:50:11.901Z] Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB) [2020-07-16T13:50:11.901Z] Collecting future>=0.16.0 [2020-07-16T13:50:11.901Z] Downloading future-0.18.2.tar.gz (829 kB) [2020-07-16T13:50:12.871Z] Collecting nltk>=3.2.5; python_version > "2.7" and extra == "languages" [2020-07-16T13:50:12.871Z] Downloading nltk-3.5.zip (1.4 MB) [2020-07-16T13:50:13.840Z] Collecting joblib [2020-07-16T13:50:13.840Z] Downloading joblib-0.16.0-py3-none-any.whl (300 kB) [2020-07-16T13:50:14.803Z] Collecting regex [2020-07-16T13:50:15.081Z] Downloading regex-2020.7.14-cp38-cp38-manylinux2010_x86_64.whl (672 kB) [2020-07-16T13:50:15.365Z] Collecting tqdm [2020-07-16T13:50:15.365Z] Downloading tqdm-4.47.0-py2.py3-none-any.whl (66 kB) [2020-07-16T13:50:15.365Z] Building wheels for collected packages: PyYAML, tornado, livereload, future, nltk [2020-07-16T13:50:15.365Z] Building wheel for PyYAML (setup.py): started [2020-07-16T13:50:15.949Z] Building wheel for PyYAML (setup.py): finished with status 'done' [2020-07-16T13:50:15.949Z] Created wheel for PyYAML: filename=PyYAML-5.3.1-cp38-cp38-linux_x86_64.whl size=44617 sha256=a80d66697f57a12c47e54377121825cc7ff643bc90169eb0cbf30118263bcc38 [2020-07-16T13:50:15.949Z] Stored in directory: /root/.cache/pip/wheels/13/90/db/290ab3a34f2ef0b5a0f89235dc2d40fea83e77de84ed2dc05c [2020-07-16T13:50:15.949Z] Building wheel for tornado (setup.py): started [2020-07-16T13:50:16.535Z] Building wheel for tornado (setup.py): finished with status 'done' [2020-07-16T13:50:16.535Z] Created wheel for tornado: filename=tornado-6.0.4-cp38-cp38-linux_x86_64.whl size=415149 sha256=ca1f24ec0c2d2f312c09e7544982c8e69042dc4ee6cbd19eee0864f97a8efc92 [2020-07-16T13:50:16.535Z] Stored in directory: /root/.cache/pip/wheels/88/79/e5/598ba17e85eccf2626eab62e4ee8452895636cd542650d450d [2020-07-16T13:50:16.535Z] Building wheel for livereload (setup.py): started [2020-07-16T13:50:17.120Z] Building wheel for livereload (setup.py): finished with status 'done' [2020-07-16T13:50:17.120Z] Created wheel for livereload: filename=livereload-2.6.2-py2.py3-none-any.whl size=24608 sha256=fb341da2bb45839ff2d60f67d855dc674256ce8ac50a5a2a8a59154897c87ae4 [2020-07-16T13:50:17.120Z] Stored in directory: /root/.cache/pip/wheels/27/9e/9b/1509419d1fc2dc8f84375252a765019a46d45c63f83b33a020 [2020-07-16T13:50:17.120Z] Building wheel for future (setup.py): started [2020-07-16T13:50:18.090Z] Building wheel for future (setup.py): finished with status 'done' [2020-07-16T13:50:18.090Z] Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491058 sha256=38c68c02fb6ec994359209c62b745e466cfe22f0e07bb8dd370404d9c004ad9a [2020-07-16T13:50:18.090Z] Stored in directory: /root/.cache/pip/wheels/8e/70/28/3d6ccd6e315f65f245da085482a2e1c7d14b90b30f239e2cf4 [2020-07-16T13:50:18.090Z] Building wheel for nltk (setup.py): started [2020-07-16T13:50:19.483Z] Building wheel for nltk (setup.py): finished with status 'done' [2020-07-16T13:50:19.483Z] Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434675 sha256=2c4a2798693eec2758788a93e49f4532c633d46d133a741aa85a5097542584d4 [2020-07-16T13:50:19.483Z] Stored in directory: /root/.cache/pip/wheels/ff/d5/7b/f1fb4e1e1603b2f01c2424dd60fbcc50c12ef918bafc44b155 [2020-07-16T13:50:19.483Z] Successfully built PyYAML tornado livereload future nltk [2020-07-16T13:50:19.483Z] Installing collected packages: Markdown, PyYAML, click, tornado, six, livereload, MarkupSafe, Jinja2, future, joblib, regex, tqdm, nltk, lunr, mkdocs [2020-07-16T13:50:27.678Z] Successfully installed Jinja2-2.11.2 Markdown-3.2.2 MarkupSafe-1.1.1 PyYAML-5.3.1 click-7.1.2 future-0.18.2 joblib-0.16.0 livereload-2.6.2 lunr-0.5.8 mkdocs-1.1.2 nltk-3.5 regex-2020.7.14 six-1.15.0 tornado-6.0.4 tqdm-4.47.0 [Pipeline] sh [2020-07-16T13:50:28.591Z] + pip install mkdocs-material==5.1.0 [2020-07-16T13:50:29.998Z] Collecting mkdocs-material==5.1.0 [2020-07-16T13:50:29.998Z] Downloading mkdocs_material-5.1.0-py2.py3-none-any.whl (3.1 MB) [2020-07-16T13:50:40.037Z] Collecting pymdown-extensions>=7.0 [2020-07-16T13:50:40.037Z] Downloading pymdown_extensions-7.1-py2.py3-none-any.whl (205 kB) [2020-07-16T13:50:40.037Z] Requirement already satisfied: mkdocs>=1.1 in /usr/local/lib/python3.8/site-packages (from mkdocs-material==5.1.0) (1.1.2) [2020-07-16T13:50:40.037Z] Collecting mkdocs-material-extensions>=1.0b1 [2020-07-16T13:50:40.037Z] Downloading mkdocs_material_extensions-1.0-py3-none-any.whl (7.9 kB) [2020-07-16T13:50:40.037Z] Requirement already satisfied: markdown>=3.2 in /usr/local/lib/python3.8/site-packages (from mkdocs-material==5.1.0) (3.2.2) [2020-07-16T13:50:40.037Z] Collecting Pygments>=2.4 [2020-07-16T13:50:40.037Z] Downloading Pygments-2.6.1-py3-none-any.whl (914 kB) [2020-07-16T13:50:41.444Z] Requirement already satisfied: click>=3.3 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (7.1.2) [2020-07-16T13:50:41.444Z] Requirement already satisfied: lunr[languages]==0.5.8 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (0.5.8) [2020-07-16T13:50:41.444Z] Requirement already satisfied: livereload>=2.5.1 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (2.6.2) [2020-07-16T13:50:41.444Z] Requirement already satisfied: PyYAML>=3.10 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (5.3.1) [2020-07-16T13:50:41.444Z] Requirement already satisfied: tornado>=5.0 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (6.0.4) [2020-07-16T13:50:41.444Z] Requirement already satisfied: Jinja2>=2.10.1 in /usr/local/lib/python3.8/site-packages (from mkdocs>=1.1->mkdocs-material==5.1.0) (2.11.2) [2020-07-16T13:50:41.444Z] Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (1.15.0) [2020-07-16T13:50:41.444Z] Requirement already satisfied: future>=0.16.0 in /usr/local/lib/python3.8/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (0.18.2) [2020-07-16T13:50:41.444Z] Requirement already satisfied: nltk>=3.2.5; python_version > "2.7" and extra == "languages" in /usr/local/lib/python3.8/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (3.5) [2020-07-16T13:50:41.444Z] Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.8/site-packages (from Jinja2>=2.10.1->mkdocs>=1.1->mkdocs-material==5.1.0) (1.1.1) [2020-07-16T13:50:41.444Z] Requirement already satisfied: regex in /usr/local/lib/python3.8/site-packages (from nltk>=3.2.5; python_version > "2.7" and extra == "languages"->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (2020.7.14) [2020-07-16T13:50:41.444Z] Requirement already satisfied: joblib in /usr/local/lib/python3.8/site-packages (from nltk>=3.2.5; python_version > "2.7" and extra == "languages"->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (0.16.0) [2020-07-16T13:50:41.444Z] Requirement already satisfied: tqdm in /usr/local/lib/python3.8/site-packages (from nltk>=3.2.5; python_version > "2.7" and extra == "languages"->lunr[languages]==0.5.8->mkdocs>=1.1->mkdocs-material==5.1.0) (4.47.0) [2020-07-16T13:50:41.711Z] Installing collected packages: pymdown-extensions, mkdocs-material-extensions, Pygments, mkdocs-material [2020-07-16T13:50:48.351Z] Successfully installed Pygments-2.6.1 mkdocs-material-5.1.0 mkdocs-material-extensions-1.0 pymdown-extensions-7.1 [Pipeline] sh [2020-07-16T13:50:48.669Z] + mkdocs build [2020-07-16T13:50:49.618Z] INFO - Cleaning site directory [2020-07-16T13:50:49.618Z] INFO - Building documentation to directory: /w/workspace/edgexfoundry_edgex-docs_PR-186/docs/1.2 [2020-07-16T13:50:49.900Z] INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration: [2020-07-16T13:50:49.900Z] - design/adr/0001-Registy-Refactor.md [2020-07-16T13:50:49.900Z] - design/adr/0004-Feature-Flags.md [2020-07-16T13:50:49.900Z] - design/adr/0005-Service-Self-Config.md [2020-07-16T13:50:49.900Z] - design/adr/core/0003-V2-API-Principles.md [2020-07-16T13:50:49.900Z] - design/adr/device-service/0002-Array-Datatypes.md [2020-07-16T13:50:49.900Z] - design/adr/device-service/0011-DeviceService-Rest-API.md [2020-07-16T13:50:49.900Z] - design/adr/devops/0007-Release-Automation.md [2020-07-16T13:50:49.900Z] - design/legacy-design/device-service/discovery.md [2020-07-16T13:50:49.900Z] - microservices/device/profile/Ch-DeviceProfileRef.md [2020-07-16T13:50:49.900Z] - microservices/security/security-file-token-provider.1.md [2020-07-16T13:50:49.900Z] - microservices/security/security-secrets-setup.1.md [2020-07-16T13:50:59.955Z] INFO - Documentation built in 9.00 seconds [Pipeline] stash [2020-07-16T13:51:17.833Z] Stashed 408 file(s) [Pipeline] } [2020-07-16T13:51:17.841Z] $ docker stop --time=1 70bc533a0b94d9f94019429333921566ef0c917408c86961ccb3ec3e7f12a35a [2020-07-16T13:51:19.822Z] $ docker rm -f 70bc533a0b94d9f94019429333921566ef0c917408c86961ccb3ec3e7f12a35a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push Changes) Stage "Push Changes" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-16T13:51:21.781Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T13:51:22.341Z] ---> package-listing.sh [2020-07-16T13:51:22.341Z] ++ facter osfamily [2020-07-16T13:51:22.341Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-16T13:51:22.341Z] + OS_FAMILY=redhat [2020-07-16T13:51:22.341Z] + workspace=/w/workspace/edgexfoundry_edgex-docs_PR-186 [2020-07-16T13:51:22.341Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-16T13:51:22.341Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-16T13:51:22.341Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-16T13:51:22.341Z] + PACKAGES=/tmp/packages_start.txt [2020-07-16T13:51:22.341Z] + '[' /w/workspace/edgexfoundry_edgex-docs_PR-186 ']' [2020-07-16T13:51:22.341Z] + PACKAGES=/tmp/packages_end.txt [2020-07-16T13:51:22.341Z] + case "${OS_FAMILY}" in [2020-07-16T13:51:22.341Z] + rpm -qa [2020-07-16T13:51:22.341Z] + sort [2020-07-16T13:51:26.559Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-16T13:51:26.559Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-16T13:51:26.559Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-16T13:51:26.559Z] + '[' /w/workspace/edgexfoundry_edgex-docs_PR-186 ']' [2020-07-16T13:51:26.559Z] + mkdir -p /w/workspace/edgexfoundry_edgex-docs_PR-186/archives/ [2020-07-16T13:51:26.559Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-docs_PR-186/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-16T13:51:27.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T13:51:27.370Z] [2020-07-16T13:51:27.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-16T13:51:27.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T13:51:27.705Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-16T13:51:27.705Z] c9b1b535fdd9: Pulling fs layer [2020-07-16T13:51:27.705Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-16T13:51:27.705Z] 756a868c4378: Pulling fs layer [2020-07-16T13:51:27.705Z] 444b2fc9a129: Pulling fs layer [2020-07-16T13:51:27.705Z] ea15f1150254: Pulling fs layer [2020-07-16T13:51:27.705Z] 41b27a9f41bf: Pulling fs layer [2020-07-16T13:51:27.705Z] 28c525ee5125: Pulling fs layer [2020-07-16T13:51:27.705Z] 094b1ea09ed8: Pulling fs layer [2020-07-16T13:51:27.705Z] 138eaada9080: Pulling fs layer [2020-07-16T13:51:27.705Z] 0622d0fa9048: Pulling fs layer [2020-07-16T13:51:27.705Z] 41b27a9f41bf: Waiting [2020-07-16T13:51:27.705Z] 28c525ee5125: Waiting [2020-07-16T13:51:27.705Z] 444b2fc9a129: Waiting [2020-07-16T13:51:27.705Z] 094b1ea09ed8: Waiting [2020-07-16T13:51:27.705Z] ea15f1150254: Waiting [2020-07-16T13:51:27.705Z] 138eaada9080: Waiting [2020-07-16T13:51:27.705Z] 0622d0fa9048: Waiting [2020-07-16T13:51:27.705Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-16T13:51:27.705Z] 2cc5ad85d9ab: Download complete [2020-07-16T13:51:27.705Z] 444b2fc9a129: Verifying Checksum [2020-07-16T13:51:27.705Z] 444b2fc9a129: Download complete [2020-07-16T13:51:27.705Z] c9b1b535fdd9: Verifying Checksum [2020-07-16T13:51:27.705Z] c9b1b535fdd9: Download complete [2020-07-16T13:51:27.980Z] ea15f1150254: Verifying Checksum [2020-07-16T13:51:27.980Z] ea15f1150254: Download complete [2020-07-16T13:51:27.980Z] 28c525ee5125: Verifying Checksum [2020-07-16T13:51:27.980Z] 28c525ee5125: Download complete [2020-07-16T13:51:28.257Z] 756a868c4378: Verifying Checksum [2020-07-16T13:51:28.257Z] 756a868c4378: Download complete [2020-07-16T13:51:28.526Z] c9b1b535fdd9: Pull complete [2020-07-16T13:51:28.526Z] 138eaada9080: Verifying Checksum [2020-07-16T13:51:28.526Z] 138eaada9080: Download complete [2020-07-16T13:51:28.526Z] 0622d0fa9048: Verifying Checksum [2020-07-16T13:51:28.526Z] 0622d0fa9048: Download complete [2020-07-16T13:51:28.807Z] 094b1ea09ed8: Verifying Checksum [2020-07-16T13:51:28.807Z] 094b1ea09ed8: Download complete [2020-07-16T13:51:29.069Z] 41b27a9f41bf: Verifying Checksum [2020-07-16T13:51:29.069Z] 41b27a9f41bf: Download complete [2020-07-16T13:51:29.331Z] 2cc5ad85d9ab: Pull complete [2020-07-16T13:51:31.261Z] 756a868c4378: Pull complete [2020-07-16T13:51:31.261Z] 444b2fc9a129: Pull complete [2020-07-16T13:51:31.261Z] ea15f1150254: Pull complete [2020-07-16T13:51:36.597Z] 41b27a9f41bf: Pull complete [2020-07-16T13:51:36.597Z] 28c525ee5125: Pull complete [2020-07-16T13:51:39.199Z] 094b1ea09ed8: Pull complete [2020-07-16T13:51:39.199Z] 138eaada9080: Pull complete [2020-07-16T13:51:39.463Z] 0622d0fa9048: Pull complete [2020-07-16T13:51:39.463Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-16T13:51:39.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-16T13:51:39.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-16T13:51:39.699Z] prd-centos7-docker-4c-2g-932 does not seem to be running inside a container [2020-07-16T13:51:39.753Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgexfoundry_edgex-docs_PR-186 -v /w/workspace/edgexfoundry_edgex-docs_PR-186:/w/workspace/edgexfoundry_edgex-docs_PR-186:rw,z -v /w/workspace/edgexfoundry_edgex-docs_PR-186@tmp:/w/workspace/edgexfoundry_edgex-docs_PR-186@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-16T13:51:42.474Z] $ docker top 9798e931ab49ed1e69f5056170ffb80abffc3e9ede922d7c22feefa9680d37c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-16T13:51:42.714Z] provisioning config files... [2020-07-16T13:51:42.732Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-docs_PR-186@tmp/config180444397849472667tmp [Pipeline] { [Pipeline] echo [2020-07-16T13:51:42.775Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T13:51:43.066Z] ---> create-netrc.sh [Pipeline] echo [2020-07-16T13:51:43.076Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-16T13:51:43.371Z] ---> logs-deploy.sh [2020-07-16T13:51:43.371Z] + ARCHIVE_ARTIFACTS= [2020-07-16T13:51:43.371Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-16T13:51:43.371Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-16T13:51:43.371Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-16T13:51:43.371Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/PR-186/2 [2020-07-16T13:51:43.371Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-docs/job/PR-186/2/ [2020-07-16T13:51:43.371Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/PR-186/2 /w/workspace/edgexfoundry_edgex-docs_PR-186 [2020-07-16T13:51:44.763Z] Archives upload complete. [2020-07-16T13:51:45.028Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-docs/PR-186/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-docs/job/PR-186/2/