Page MenuHomePhabricator
Paste P6679

Warnings shown when building docs for pywikibot
ActivePublic

Authored by Dvorapa on Feb 11 2018, 11:32 PM.
Referenced Files
F31460197: raw.txt
Dec 6 2019, 8:05 AM
F29284768: raw.txt
May 31 2019, 2:48 PM
F26765337: Warnings shown when building docs for pywikibot
Oct 24 2018, 9:28 AM
F26220190: Warnings shown when building docs for pywikibot
Sep 27 2018, 2:09 PM
F25689897: Warnings shown when building docs for pywikibot
Sep 7 2018, 2:31 PM
F18545769: Warnings shown when building docs for pywikibot
May 26 2018, 1:56 PM
F17174942: Warnings shown when building docs for pywikibot
Apr 20 2018, 7:16 AM
F17169381: Warnings shown when building docs for pywikibot
Apr 20 2018, 4:23 AM
Subscribers
Started by user unknown or anonymous
Running as SYSTEM
Building remotely on integration-agent-docker-1006 (Docker blubber m4executor) in workspace /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish
[pywikibot-core-tox-publish] $ /bin/bash -xe /tmp/jenkins4342030299653575027.sh
+ mkdir -m 2777 -p cache
[pywikibot-core-tox-publish] $ /bin/bash /tmp/jenkins8922525460394673364.sh
++ pwd
+ exec docker run --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/cache:/cache --init --rm --label jenkins.job=pywikibot-core-tox-publish --label jenkins.build=1655 --env-file /dev/fd/63 docker-registry.wikimedia.org/releng/castor:0.2.4 load
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
++ /usr/bin/env
Defined: CASTOR_NAMESPACE="pywikibot-core/master/pywikibot-core-tox-publish"
Syncing...
rsync: mkdir "/nonexistent" failed: Permission denied (13)
rsync error: error in file IO (code 11) at main.c(675) [Receiver=3.1.2]
Done
[pywikibot-core-tox-publish] $ /bin/bash -xe /tmp/jenkins6786716717971115655.sh
+ set -eux
+ mkdir -m 2777 -p log
[pywikibot-core-tox-publish] $ /bin/bash /tmp/jenkins2705839118900497532.sh
+ exec docker run --user=nobody --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish:/workspace --entrypoint=/usr/bin/find --init --rm --label jenkins.job=pywikibot-core-tox-publish --label jenkins.build=1655 --env-file /dev/fd/63 docker-registry.wikimedia.org/wikimedia-stretch:latest /workspace/log -mindepth 1 -delete
++ /usr/bin/env
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
[pywikibot-core-tox-publish] $ /bin/bash -xe /tmp/jenkins9055368772413028482.sh
+ set -eux
+ mkdir -m 2777 -p src
[pywikibot-core-tox-publish] $ /bin/bash /tmp/jenkins2368926957584650079.sh
+ exec docker run --user=nobody --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish:/workspace --entrypoint=/usr/bin/find --init --rm --label jenkins.job=pywikibot-core-tox-publish --label jenkins.build=1655 --env-file /dev/fd/63 docker-registry.wikimedia.org/wikimedia-stretch:latest /workspace/src -mindepth 1 -delete
++ /usr/bin/env
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
[pywikibot-core-tox-publish] $ /bin/bash -eu /tmp/jenkins8371958688208938986.sh
+ chmod 2777 src
[pywikibot-core-tox-publish] $ /bin/bash /tmp/jenkins6774194379946427304.sh
++ pwd
++ pwd
++ pwd
+ exec docker run --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/src:/src --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/cache:/cache --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/log:/log --init --rm --label jenkins.job=pywikibot-core-tox-publish --label jenkins.build=1655 --env-file /dev/fd/63 docker-registry.wikimedia.org/releng/tox:0.4.0 -e doc
++ /usr/bin/env
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
+ umask 002
+ LOG_DIR=/log
+ export LOG_DIR
+ cd /src
+ git init
Initialized empty Git repository in /src/.git/
+ git fetch --depth 2 --quiet git://contint2001.wikimedia.org/pywikibot/core refs/zuul/master/Z22dc808e0ba64b0fac912995c9d489a0
+ git checkout --quiet FETCH_HEAD
+ git submodule --quiet update --init --recursive
+ trap capture_tox_logs EXIT
+ tox_pid=89
+ relay_signals SIGINT SIGTERM
+ for signal in "$@"
+ TOX_TESTENV_PASSENV='*'
+ PY_COLORS=1
+ tox -v -e doc
+ trap 'kill -$signal $tox_pid; wait $tox_pid' SIGINT
+ for signal in "$@"
+ trap 'kill -$signal $tox_pid; wait $tox_pid' SIGTERM
+ wait 89
using tox.ini: /src/tox.ini (pid 89)
using tox-3.10.0 from /usr/local/lib/python3.5/dist-packages/tox/__init__.py (pid 89)
doc cannot reuse: no previous config /src/.tox/doc/.tox-config1
doc create: /src/.tox/doc
[99] /src/.tox$ /usr/bin/python3 -m virtualenv --no-download --python /usr/bin/python3 doc >doc/log/doc-0.log
doc installdeps: -rrequirements.txt, -rdocs/requirements-py3.txt, rstcheck >= 3.3.1
[107] /src$ /src/.tox/doc/bin/python -m pip install -rrequirements.txt -rdocs/requirements-py3.txt 'rstcheck >= 3.3.1' >.tox/doc/log/doc-1.log
doc develop-inst: /src
write config to /src/.tox/doc/.tox-config1 as '3d5f1192f2260a73414496ba8bcc52c5 /usr/bin/python3\n3.10.0 0 1 0\n00000000000000000000000000000000 -rrequirements.txt\n00000000000000000000000000000000 -rdocs/requirements-py3.txt\n00000000000000000000000000000000 rstcheck >= 3.3.1'
[170] /src$ /src/.tox/doc/bin/python -m pip install --exists-action w -e . >.tox/doc/log/doc-2.log
[190] /src$ /src/.tox/doc/bin/python -m pip freeze >.tox/doc/log/doc-3.log
doc installed: alabaster==0.7.12,Babel==2.7.0,beautifulsoup4==4.8.1,certifi==2019.11.28,chardet==3.0.4,docutils==0.15.2,flickrapi==2.4.0,google==2.0.3,idna==2.8,imagesize==1.1.0,Jinja2==2.10.3,MarkupSafe==1.1.1,memento-client==0.6.1,mwoauth==0.3.7,mwparserfromhell==0.5.4,oauthlib==3.1.0,packaging==19.2,Pillow==6.2.1,pycountry==19.8.18,pycparser==2.19,pydot==1.4.1,Pygments==2.5.2,PyJWT==1.7.1,PyMySQL==0.9.3,pyparsing==2.4.5,python-stdnum==1.12,pytz==2019.3,# Editable Git install with no remote (pywikibot==3.0.20191205.dev0),-e /src,requests==2.22.0,requests-oauthlib==1.3.0,requests-toolbelt==0.9.1,rstcheck==3.3.1,six==1.13.0,snowballstemmer==2.0.0,soupsieve==1.9.5,Sphinx==2.2.2,sphinx-epytext==0.0.4,sphinxcontrib-applehelp==1.0.1,sphinxcontrib-devhelp==1.0.1,sphinxcontrib-htmlhelp==1.0.2,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.2,sphinxcontrib-serializinghtml==1.1.3,sseclient==0.0.22,urllib3==1.25.7
doc run-test-pre: PYTHONHASHSEED='48113785'
doc run-test: commands[0] | pip install -e '.[security]'
[192] /src$ /src/.tox/doc/bin/pip install -e '.[security]'
Obtaining file:///src
Requirement already satisfied: requests>=2.20.0 in ./.tox/doc/lib/python3.5/site-packages (from pywikibot==3.0.20191205.dev0) (2.22.0)
Requirement already satisfied: pycparser!=2.14 in ./.tox/doc/lib/python3.5/site-packages (from pywikibot==3.0.20191205.dev0) (2.19)
Requirement already satisfied: idna<2.9,>=2.5 in ./.tox/doc/lib/python3.5/site-packages (from requests>=2.20.0->pywikibot==3.0.20191205.dev0) (2.8)
Requirement already satisfied: certifi>=2017.4.17 in ./.tox/doc/lib/python3.5/site-packages (from requests>=2.20.0->pywikibot==3.0.20191205.dev0) (2019.11.28)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in ./.tox/doc/lib/python3.5/site-packages (from requests>=2.20.0->pywikibot==3.0.20191205.dev0) (3.0.4)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./.tox/doc/lib/python3.5/site-packages (from requests>=2.20.0->pywikibot==3.0.20191205.dev0) (1.25.7)
Installing collected packages: pywikibot
Found existing installation: pywikibot 3.0.20191205.dev0
Uninstalling pywikibot-3.0.20191205.dev0:
Successfully uninstalled pywikibot-3.0.20191205.dev0
Running setup.py develop for pywikibot
Successfully installed pywikibot
WARNING: You are using pip version 19.1, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
doc run-test: commands[1] | make html -C ./docs
WARNING: test command found but not installed in testenv
cmd: /usr/bin/make
env: /src/.tox/doc
Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
DEPRECATION WARNING: this will be an error in tox 4 and above!
[205] /src$ /usr/bin/make html -C ./docs
make: Entering directory '/src/docs'
Running Sphinx v2.2.2
making output directory... done
building [mo]: all of 0 po files
building [html]: all source files
updating environment: [new config] 19 added, 0 changed, 0 removed
reading sources... [ 5%] api_ref/index
reading sources... [ 10%] api_ref/pywikibot
Skipping loading of user-config.py.
family and mylang are not set.
Defaulting to family='test' and mylang='test'.
reading sources... [ 15%] api_ref/pywikibot.comms
reading sources... [ 21%] api_ref/pywikibot.data
reading sources... [ 26%] api_ref/pywikibot.families
reading sources... [ 31%] api_ref/pywikibot.tools
reading sources... [ 36%] api_ref/pywikibot.userinterfaces
reading sources... [ 42%] credits
reading sources... [ 47%] getting_help
reading sources... [ 52%] index
reading sources... [ 57%] installation
reading sources... [ 63%] library_usage
reading sources... [ 68%] licenses
reading sources... [ 73%] scripts/index
reading sources... [ 78%] scripts/scripts
reading sources... [ 84%] scripts/scripts.archive
reading sources... [ 89%] scripts/scripts.i18n
reading sources... [ 94%] scripts/scripts.maintenance
reading sources... [100%] scripts/scripts.userscripts
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/inspect.py:230: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
return getattr(obj, name, *defargs)
/src/.tox/doc/lib/python3.5/importlib/__init__.py:126: FutureWarning: weblib is deprecated for 4 years and 3 months; use memento_client package instead.
return _bootstrap._gcd_import(name[level:], package, level)
/src/.tox/doc/lib/python3.5/site-packages/sphinx/util/__init__.py:325: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
value = getattr(value, attr)
/src/scripts/archive/script_wui.py:121: FutureWarning: pywikibot.botirc.IRCBot is deprecated for 7 months and 1 day; use irc.bot.SingleServerIRCBot from irc library or EventStreams instead.
class ScriptWUIBot(pywikibot.botirc.IRCBot):
WARNING: autodoc: failed to import module 'gui' from module 'pywikibot.userinterfaces'; the following exception was raised:
No module named '_tkinter', please install the python3-tk package
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 5%] api_ref/index
writing output... [ 10%] api_ref/pywikibot
writing output... [ 15%] api_ref/pywikibot.comms
writing output... [ 21%] api_ref/pywikibot.data
writing output... [ 26%] api_ref/pywikibot.families
writing output... [ 31%] api_ref/pywikibot.tools
writing output... [ 36%] api_ref/pywikibot.userinterfaces
writing output... [ 42%] credits
writing output... [ 47%] getting_help
writing output... [ 52%] index
writing output... [ 57%] installation
writing output... [ 63%] library_usage
writing output... [ 68%] licenses
writing output... [ 73%] scripts/index
writing output... [ 78%] scripts/scripts
writing output... [ 84%] scripts/scripts.archive
writing output... [ 89%] scripts/scripts.i18n
writing output... [ 94%] scripts/scripts.maintenance
writing output... [100%] scripts/scripts.userscripts
generating indices... genindex py-modindexdone
highlighting module code... [ 0%] namedtuple_ArgSpec
highlighting module code... [ 1%] namedtuple_FullHistEntry
highlighting module code... [ 1%] namedtuple_HistEntry
highlighting module code... [ 2%] namedtuple_OnErrorExc
highlighting module code... [ 3%] pywikibot
highlighting module code... [ 3%] pywikibot.bot
highlighting module code... [ 4%] pywikibot.bot_choice
highlighting module code... [ 4%] pywikibot.botirc
highlighting module code... [ 5%] pywikibot.comms.eventstreams
highlighting module code... [ 6%] pywikibot.comms.http
highlighting module code... [ 6%] pywikibot.comms.threadedhttp
highlighting module code... [ 7%] pywikibot.config2
highlighting module code... [ 7%] pywikibot.cosmetic_changes
highlighting module code... [ 8%] pywikibot.daemonize
highlighting module code... [ 9%] pywikibot.data.api
highlighting module code... [ 9%] pywikibot.data.mysql
highlighting module code... [ 10%] pywikibot.data.sparql
highlighting module code... [ 10%] pywikibot.data.wikistats
highlighting module code... [ 11%] pywikibot.date
highlighting module code... [ 12%] pywikibot.diff
highlighting module code... [ 12%] pywikibot.echo
highlighting module code... [ 13%] pywikibot.editor
highlighting module code... [ 13%] pywikibot.exceptions
highlighting module code... [ 14%] pywikibot.families.commons_family
highlighting module code... [ 15%] pywikibot.families.i18n_family
highlighting module code... [ 15%] pywikibot.families.incubator_family
highlighting module code... [ 16%] pywikibot.families.lyricwiki_family
highlighting module code... [ 16%] pywikibot.families.mediawiki_family
highlighting module code... [ 17%] pywikibot.families.meta_family
highlighting module code... [ 18%] pywikibot.families.omegawiki_family
highlighting module code... [ 18%] pywikibot.families.osm_family
highlighting module code... [ 19%] pywikibot.families.outreach_family
highlighting module code... [ 20%] pywikibot.families.species_family
highlighting module code... [ 20%] pywikibot.families.test_family
highlighting module code... [ 21%] pywikibot.families.vikidia_family
highlighting module code... [ 21%] pywikibot.families.wikibooks_family
highlighting module code... [ 22%] pywikibot.families.wikidata_family
highlighting module code... [ 23%] pywikibot.families.wikimania_family
highlighting module code... [ 23%] pywikibot.families.wikimediachapter_family
highlighting module code... [ 24%] pywikibot.families.wikinews_family
highlighting module code... [ 24%] pywikibot.families.wikipedia_family
highlighting module code... [ 25%] pywikibot.families.wikiquote_family
highlighting module code... [ 26%] pywikibot.families.wikisource_family
highlighting module code... [ 26%] pywikibot.families.wikitech_family
highlighting module code... [ 27%] pywikibot.families.wikiversity_family
highlighting module code... [ 27%] pywikibot.families.wikivoyage_family
highlighting module code... [ 28%] pywikibot.families.wiktionary_family
highlighting module code... [ 29%] pywikibot.families.wowwiki_family
highlighting module code... [ 29%] pywikibot.family
highlighting module code... [ 30%] pywikibot.flow
highlighting module code... [ 30%] pywikibot.i18n
highlighting module code... [ 31%] pywikibot.interwiki_graph
highlighting module code... [ 32%] pywikibot.logentries
highlighting module code... [ 32%] pywikibot.logging
highlighting module code... [ 33%] pywikibot.login
highlighting module code... [ 33%] pywikibot.page
highlighting module code... [ 34%] pywikibot.pagegenerators
highlighting module code... [ 35%] pywikibot.site
highlighting module code... [ 35%] pywikibot.site_detect
highlighting module code... [ 36%] pywikibot.specialbots
highlighting module code... [ 36%] pywikibot.textlib
highlighting module code... [ 37%] pywikibot.throttle
highlighting module code... [ 38%] pywikibot.titletranslate
highlighting module code... [ 38%] pywikibot.tools
highlighting module code... [ 39%] pywikibot.tools._logging
highlighting module code... [ 40%] pywikibot.tools.chars
highlighting module code... [ 40%] pywikibot.tools.djvu
highlighting module code... [ 41%] pywikibot.tools.formatter
highlighting module code... [ 41%] pywikibot.tools.ip
highlighting module code... [ 42%] pywikibot.userinterfaces.cgi_interface
highlighting module code... [ 43%] pywikibot.userinterfaces.terminal_interface_base
highlighting module code... [ 43%] pywikibot.userinterfaces.terminal_interface_unix
highlighting module code... [ 44%] pywikibot.userinterfaces.terminal_interface_win32
highlighting module code... [ 44%] pywikibot.userinterfaces.transliteration
highlighting module code... [ 45%] pywikibot.userinterfaces.win32_unicode
highlighting module code... [ 46%] pywikibot.version
highlighting module code... [ 46%] pywikibot.weblib
highlighting module code... [ 47%] pywikibot.xmlreader
highlighting module code... [ 47%] scripts.add_text
highlighting module code... [ 48%] scripts.archive.featured
highlighting module code... [ 49%] scripts.archive.script_wui
highlighting module code... [ 49%] scripts.archivebot
highlighting module code... [ 50%] scripts.basic
highlighting module code... [ 50%] scripts.blockpageschecker
highlighting module code... [ 51%] scripts.capitalize_redirects
highlighting module code... [ 52%] scripts.casechecker
highlighting module code... [ 52%] scripts.catall
highlighting module code... [ 53%] scripts.category
highlighting module code... [ 53%] scripts.category_redirect
highlighting module code... [ 54%] scripts.cfd
highlighting module code... [ 55%] scripts.checkimages
highlighting module code... [ 55%] scripts.claimit
highlighting module code... [ 56%] scripts.clean_sandbox
highlighting module code... [ 56%] scripts.commons_link
highlighting module code... [ 57%] scripts.commonscat
highlighting module code... [ 58%] scripts.coordinate_import
highlighting module code... [ 58%] scripts.cosmetic_changes
highlighting module code... [ 59%] scripts.create_categories
highlighting module code... [ 60%] scripts.data_ingestion
highlighting module code... [ 60%] scripts.delete
highlighting module code... [ 61%] scripts.disambredir
highlighting module code... [ 61%] scripts.djvutext
highlighting module code... [ 62%] scripts.editarticle
highlighting module code... [ 63%] scripts.fixing_redirects
highlighting module code... [ 63%] scripts.flickrripper
highlighting module code... [ 64%] scripts.followlive
highlighting module code... [ 64%] scripts.freebasemappingupload
highlighting module code... [ 65%] scripts.harvest_template
highlighting module code... [ 66%] scripts.illustrate_wikidata
highlighting module code... [ 66%] scripts.image
highlighting module code... [ 67%] scripts.imagecopy
highlighting module code... [ 67%] scripts.imagecopy_self
highlighting module code... [ 68%] scripts.imageharvest
highlighting module code... [ 69%] scripts.imagerecat
highlighting module code... [ 69%] scripts.imagetransfer
highlighting module code... [ 70%] scripts.imageuncat
highlighting module code... [ 70%] scripts.interwiki
highlighting module code... [ 71%] scripts.interwikidata
highlighting module code... [ 72%] scripts.isbn
highlighting module code... [ 72%] scripts.listpages
highlighting module code... [ 73%] scripts.login
highlighting module code... [ 73%] scripts.lonelypages
highlighting module code... [ 74%] scripts.maintenance.cache
highlighting module code... [ 75%] scripts.maintenance.colors
highlighting module code... [ 75%] scripts.maintenance.compat2core
highlighting module code... [ 76%] scripts.maintenance.download_dump
highlighting module code... [ 76%] scripts.maintenance.make_i18n_dict
highlighting module code... [ 77%] scripts.maintenance.wikimedia_sites
highlighting module code... [ 78%] scripts.makecat
highlighting module code... [ 78%] scripts.match_images
highlighting module code... [ 79%] scripts.misspelling
highlighting module code... [ 80%] scripts.movepages
highlighting module code... [ 80%] scripts.ndashredir
highlighting module code... [ 81%] scripts.newitem
highlighting module code... [ 81%] scripts.noreferences
highlighting module code... [ 82%] scripts.nowcommons
highlighting module code... [ 83%] scripts.pagefromfile
highlighting module code... [ 83%] scripts.patrol
highlighting module code... [ 84%] scripts.piper
highlighting module code... [ 84%] scripts.protect
highlighting module code... [ 85%] scripts.redirect
highlighting module code... [ 86%] scripts.reflinks
highlighting module code... [ 86%] scripts.replace
highlighting module code... [ 87%] scripts.replicate_wiki
highlighting module code... [ 87%] scripts.revertbot
highlighting module code... [ 88%] scripts.selflink
highlighting module code... [ 89%] scripts.shell
highlighting module code... [ 89%] scripts.solve_disambiguation
highlighting module code... [ 90%] scripts.spamremove
highlighting module code... [ 90%] scripts.standardize_interwiki
highlighting module code... [ 91%] scripts.states_redirect
highlighting module code... [ 92%] scripts.surnames_redirects
highlighting module code... [ 92%] scripts.table2wiki
highlighting module code... [ 93%] scripts.template
highlighting module code... [ 93%] scripts.templatecount
highlighting module code... [ 94%] scripts.touch
highlighting module code... [ 95%] scripts.transferbot
highlighting module code... [ 95%] scripts.unlink
highlighting module code... [ 96%] scripts.unusedfiles
highlighting module code... [ 96%] scripts.upload
highlighting module code... [ 97%] scripts.version
highlighting module code... [ 98%] scripts.watchlist
highlighting module code... [ 98%] scripts.weblinkchecker
highlighting module code... [ 99%] scripts.welcome
highlighting module code... [100%] scripts.wikisourcetext
writing additional pages... searchdone
copying static files... ... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 1 warning.
The HTML pages are in _build/html.
make: Leaving directory '/src/docs'
doc run-test: commands[2] | rstcheck --recursive --report warning --ignore-directives automodule,autoclass,autofunction .
[211] /src$ /src/.tox/doc/bin/rstcheck --recursive --report warning --ignore-directives automodule,autoclass,autofunction .
___________________________________ summary ____________________________________
 doc: commands succeeded
 congratulations :)
+ capture_tox_logs
+ cp --recursive /src/.tox/doc/log/doc-0.log /src/.tox/doc/log/doc-1.log /src/.tox/doc/log/doc-2.log /src/.tox/doc/log/doc-3.log /log
+ cp --recursive /src/.tox/log /log
Waiting for the completion of publish-to-doc1001
publish-to-doc1001 #43556 completed. Result was SUCCESS
Build step 'Trigger/call builds on other projects' changed build result to SUCCESS
[PostBuildScript] - [INFO] Executing post build scripts.
Waiting for the completion of castor-save-workspace-cache
castor-save-workspace-cache #905534 completed. Result was SUCCESS
[PostBuildScript] - [INFO] Executing post build scripts.
[pywikibot-core-tox-publish] $ /bin/bash -xe /tmp/jenkins4332411935425483608.sh
+ echo 'Clearing /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/cache'
Clearing /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/cache
[pywikibot-core-tox-publish] $ /bin/bash /tmp/jenkins3889624426354889773.sh
++ pwd
+ exec docker run --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish/cache:/cache --init --rm --label jenkins.job=pywikibot-core-tox-publish --label jenkins.build=1655 --env-file /dev/fd/63 docker-registry.wikimedia.org/releng/castor:0.2.1 clear
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
++ /usr/bin/env
Archiving artifacts
[PostBuildScript] - [INFO] Executing post build scripts.
[pywikibot-core-tox-publish] $ /bin/bash -xe /tmp/jenkins4229102336285817975.sh
+ set -euxo pipefail
+ docker ps -q --filter label=jenkins.job=pywikibot-core-tox-publish --filter label=jenkins.build=1655
+ xargs --no-run-if-empty docker stop
[PostBuildScript] - [INFO] Executing post build scripts.
[pywikibot-core-tox-publish] $ /bin/bash /tmp/jenkins7433037948718652819.sh
+ exec docker run --user=root --volume /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish:/workspace --entrypoint=/usr/bin/find --init --rm --label jenkins.job=pywikibot-core-tox-publish --label jenkins.build=1655 --env-file /dev/fd/63 docker-registry.wikimedia.org/wikimedia-stretch:latest /workspace -mindepth 1 -delete
++ /usr/bin/env
++ egrep -v '^(HOME|SHELL|PATH|LOGNAME|MAIL)='
[pywikibot-core-tox-publish] $ /bin/bash -xe /tmp/jenkins530483983349020109.sh
+ set -u
+ rmdir /srv/jenkins/workspace/workspace/pywikibot-core-tox-publish
Finished: SUCCESS

Event Timeline

Dvorapa changed the title of this paste from Warnings and errors shown when building docs for pywikibot without nonexisting and unknown resources to Warnings shown when building docs for pywikibot.Apr 17 2018, 5:57 PM
Dvorapa edited the content of this paste. (Show Details)
Dvorapa added a subscriber: Xqt.