That additional error is fine, and won't cause any build failures. I'll get around to fixing that eventually - essentially it doesn't like the way I made the section levels in that page but I've been too busy recently to fully investigate why.
On Fri, Aug 18, 2017 at 9:56 AM, Joel Bernstein <[email protected]> wrote: > Ok, thanks. I'll resolve the issue. > > I'm also seeing this error: > > ERROR: meta-docs/jekyll.adoc: line 1: only book doctypes can contain level 0 > sections > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Fri, Aug 18, 2017 at 10:34 AM, Cassandra Targett <[email protected]> > wrote: >> >> Re-reading the docs I wrote, I realize it doesn't address the unique >> section title issue directly. I'll add that so at least there's >> somewhere to point people if they also run into this issue. >> >> On Fri, Aug 18, 2017 at 9:27 AM, Cassandra Targett >> <[email protected]> wrote: >> > It's saying you're using the same section title multiple times in two >> > different files. This will cause the resulting pages to have issues >> > figuring out which one it's supposed to go to. If someone tries to >> > link to one of these sections from another page, it won't know which >> > one to go to - in HTML it's usually not so bad, but in the PDF it's >> > pretty bad. >> > >> > So, this: >> > >> > [java] ID occurs multiple times: col >> > [java] ... >> > >> > file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/stream-evaluators.html >> > [java] ... >> > >> > file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> > >> > is saying that both of those pages have a section titled "col". You >> > either need to rename one, or manually assign one of them a different >> > anchor so the resulting link ends up different. See also this section >> > of Asciidoctor docs: http://asciidoctor.org/docs/user-manual/#anchors >> > for how to assign an anchor manually. >> > >> > This is docs I wrote about this problem for more explanation: >> > >> > https://builds.apache.org/view/L/view/Lucene/job/Solr-reference-guide-master/javadoc/how-to-contribute.html#links >> > >> > On Fri, Aug 18, 2017 at 9:18 AM, Joel Bernstein <[email protected]> >> > wrote: >> >> Looks I caused this. Not sure exactly what the issue is though. >> >> Investigating... >> >> >> >> Joel Bernstein >> >> http://joelsolr.blogspot.com/ >> >> >> >> On Fri, Aug 18, 2017 at 10:04 AM, Apache Jenkins Server >> >> <[email protected]> wrote: >> >>> >> >>> Build: https://builds.apache.org/job/Solr-reference-guide-master/1263/ >> >>> >> >>> Log: >> >>> Started by timer >> >>> [EnvInject] - Loading node environment variables. >> >>> Building remotely on H19 (git-websites) in workspace >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master >> >>> > git rev-parse --is-inside-work-tree # timeout=10 >> >>> Fetching changes from the remote Git repository >> >>> > git config remote.origin.url git://git.apache.org/lucene-solr.git # >> >>> timeout=10 >> >>> Cleaning workspace >> >>> > git rev-parse --verify HEAD # timeout=10 >> >>> Resetting working tree >> >>> > git reset --hard # timeout=10 >> >>> > git clean -fdx # timeout=10 >> >>> Fetching upstream changes from git://git.apache.org/lucene-solr.git >> >>> > git --version # timeout=10 >> >>> > git fetch --tags --progress git://git.apache.org/lucene-solr.git >> >>> +refs/heads/*:refs/remotes/origin/* >> >>> > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 >> >>> > git rev-parse refs/remotes/origin/origin/master^{commit} # >> >>> timeout=10 >> >>> Checking out Revision 8ff75edd132579fa0c731993f59e224fc13db746 >> >>> (refs/remotes/origin/master) >> >>> Commit message: "SOLR-10651: fix docs ..." >> >>> > git config core.sparsecheckout # timeout=10 >> >>> > git checkout -f 8ff75edd132579fa0c731993f59e224fc13db746 >> >>> > git rev-list 8ff75edd132579fa0c731993f59e224fc13db746 # timeout=10 >> >>> No emails were triggered. >> >>> [Solr-reference-guide-master] $ /usr/bin/env bash >> >>> /tmp/jenkins7449601800330518401.sh >> >>> + set -e >> >>> + RVM_PATH=/home/jenkins/.rvm >> >>> + RUBY_VERSION=ruby-2.3.3 >> >>> + GEMSET=solr-refguide-gemset >> >>> + curl -sSL https://get.rvm.io >> >>> + bash -s -- --ignore-dotfiles stable >> >>> Turning on ignore dotfiles mode. >> >>> Downloading https://github.com/rvm/rvm/archive/1.29.2.tar.gz >> >>> Downloading >> >>> https://github.com/rvm/rvm/releases/download/1.29.2/1.29.2.tar.gz.asc >> >>> Found PGP signature at: >> >>> >> >>> 'https://github.com/rvm/rvm/releases/download/1.29.2/1.29.2.tar.gz.asc', >> >>> but no GPG software exists to validate it, skipping. >> >>> >> >>> Upgrading the RVM installation in /home/jenkins/.rvm/ >> >>> Upgrade of RVM in /home/jenkins/.rvm/ is complete. >> >>> >> >>> # jenkins, >> >>> # >> >>> # Thank you for using RVM! >> >>> # We sincerely hope that RVM helps to make your life easier and more >> >>> enjoyable!!! >> >>> # >> >>> # ~Wayne, Michal & team. >> >>> >> >>> In case of problems: https://rvm.io/help and >> >>> https://twitter.com/rvm_io >> >>> >> >>> Upgrade Notes: >> >>> >> >>> * No new notes to display. >> >>> >> >>> + set +x >> >>> Running 'source /home/jenkins/.rvm/scripts/rvm' >> >>> Running 'rvm autolibs disable' >> >>> Running 'rvm install ruby-2.3.3' >> >>> Already installed ruby-2.3.3. >> >>> To reinstall use: >> >>> >> >>> rvm reinstall ruby-2.3.3 >> >>> >> >>> Running 'rvm gemset create solr-refguide-gemset' >> >>> ruby-2.3.3 - #gemset created >> >>> /home/jenkins/.rvm/gems/ruby-2.3.3@solr-refguide-gemset >> >>> ruby-2.3.3 - #generating solr-refguide-gemset wrappers........ >> >>> Running 'rvm ruby-2.3.3@solr-refguide-gemset' >> >>> Using /home/jenkins/.rvm/gems/ruby-2.3.3 with gemset >> >>> solr-refguide-gemset >> >>> Running 'gem install --force --version 3.5.0 jekyll' >> >>> Successfully installed jekyll-3.5.0 >> >>> Parsing documentation for jekyll-3.5.0 >> >>> Done installing documentation for jekyll after 2 seconds >> >>> 1 gem installed >> >>> Running 'gem install --force --version 2.1.0 jekyll-asciidoc' >> >>> Successfully installed jekyll-asciidoc-2.1.0 >> >>> Parsing documentation for jekyll-asciidoc-2.1.0 >> >>> Done installing documentation for jekyll-asciidoc after 0 seconds >> >>> 1 gem installed >> >>> Running 'gem install --force --version 1.1.2 pygments.rb' >> >>> Successfully installed pygments.rb-1.1.2 >> >>> Parsing documentation for pygments.rb-1.1.2 >> >>> Done installing documentation for pygments.rb after 0 seconds >> >>> 1 gem installed >> >>> + ant clean build-site build-pdf >> >>> Buildfile: >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/solr-ref-guide/build.xml >> >>> >> >>> clean: >> >>> >> >>> build-init: >> >>> [mkdir] Created dir: >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content >> >>> [echo] Copying all non template files from src ... >> >>> [copy] Copying 362 files to >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content >> >>> [echo] Copy (w/prop replacement) any template files from src... >> >>> [copy] Copying 1 file to >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content >> >>> >> >>> ivy-availability-check: >> >>> >> >>> ivy-fail: >> >>> >> >>> ivy-configure: >> >>> [ivy:configure] :: Apache Ivy 2.3.0 - 20130110142753 :: >> >>> http://ant.apache.org/ivy/ :: >> >>> [ivy:configure] :: loading settings :: file = >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/lucene/top-level-ivy-settings.xml >> >>> >> >>> resolve: >> >>> [ivy:retrieve] >> >>> [ivy:retrieve] :: problems summary :: >> >>> [ivy:retrieve] :::: ERRORS >> >>> [ivy:retrieve] unknown resolver null >> >>> [ivy:retrieve] unknown resolver null >> >>> [ivy:retrieve] unknown resolver null >> >>> [ivy:retrieve] unknown resolver null >> >>> [ivy:retrieve] unknown resolver null >> >>> [ivy:retrieve] unknown resolver null >> >>> [ivy:retrieve] >> >>> [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS >> >>> >> >>> build-tools-jar: >> >>> [mkdir] Created dir: >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/classes >> >>> [javac] Compiling 3 source files to >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/classes >> >>> [jar] Building jar: >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/solr-ref-guide-tools.jar >> >>> >> >>> build-nav-data-files: >> >>> [java] Building up tree of all known pages >> >>> [java] Creating >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content/_data/pdf-main-body.adoc >> >>> [java] Creating >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content/_data/scrollnav.json >> >>> [java] Creating >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content/_data/sidebar.json >> >>> >> >>> -build-site: >> >>> [echo] Running Jekyll... >> >>> [exec] Configuration file: >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content/_config.yml >> >>> [exec] Source: >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/content >> >>> [exec] Destination: ../html-site >> >>> [exec] Incremental build: disabled. Enable with --incremental >> >>> [exec] Generating... >> >>> [exec] [31m Deprecation: The 'gems' configuration option >> >>> has >> >>> been renamed to 'plugins'. Please update your config file accordingly. >> >>> [0m >> >>> [exec] asciidoctor: ERROR: meta-docs/jekyll.adoc: line 1: only >> >>> book >> >>> doctypes can contain level 0 sections >> >>> [exec] asciidoctor: ERROR: meta-docs/jekyll.adoc: line 1: only >> >>> book >> >>> doctypes can contain level 0 sections >> >>> [exec] done in 16.119 seconds. >> >>> [exec] Auto-regeneration: disabled. Use --watch to enable. >> >>> >> >>> check-links-and-anchors: >> >>> [java] ID occurs multiple times: col >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/stream-evaluators.html >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> >>> [java] ID occurs multiple times: tuple >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/stream-sources.html >> >>> [java] ID occurs multiple times: statistical-programming >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> >>> [java] ID occurs multiple times: list >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/collections-api.html >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> >>> [java] ID occurs multiple times: distance >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/stream-evaluators.html >> >>> [java] ... >> >>> >> >>> file:/home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/build/solr-ref-guide/html-site/statistical-programming.html >> >>> [java] Total of 5 problems found >> >>> >> >>> BUILD FAILED >> >>> >> >>> >> >>> /home/jenkins/jenkins-slave/workspace/Solr-reference-guide-master/solr/solr-ref-guide/build.xml:165: >> >>> Java returned: 255 >> >>> >> >>> Total time: 28 seconds >> >>> Build step 'Execute shell' marked build as failure >> >>> Archiving artifacts >> >>> Publishing Javadoc >> >>> Email was triggered for: Failure - Any >> >>> Sending email for trigger: Failure - Any >> >>> >> >>> >> >>> --------------------------------------------------------------------- >> >>> To unsubscribe, e-mail: [email protected] >> >>> For additional commands, e-mail: [email protected] >> >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
