Jenkins.io website build failing

28 views
Skip to first unread message

Arshad Khan

unread,
Mar 23, 2016, 9:03:58 AM3/23/16
to jenkin...@googlegroups.com
Build is failing when I run "./gradlew assemble" command. Why is this happening and how do I troubleshoot it?
I have attached the log file.
log

Arshad Khan

unread,
Mar 23, 2016, 9:36:16 AM3/23/16
to Jenkins Developers
log.txt

Robert Sandell

unread,
Mar 23, 2016, 9:58:33 AM3/23/16
to jenkin...@googlegroups.com
I'm not an expert, but...

Please see .awestruct/error.log for more information
asciidoctor: WARNING: skipping reference to missing attribute: err
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28: section title out of sequence: expected level 1, got level 2
asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57: section title out of sequence: expected level 1, got level 2

--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/cd2607c1-801f-40f8-a1d9-23213878dd07%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Robert Sandell
Software Engineer
CloudBees Inc.

R. Tyler Croy

unread,
Mar 23, 2016, 12:14:44 PM3/23/16
to jenkin...@googlegroups.com
(replies inline)

On Wed, 23 Mar 2016, Robert Sandell wrote:

> I'm not an expert, but...
>
> Please see .awestruct/error.log for more information
> asciidoctor: WARNING: skipping reference to missing attribute: err
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 28:
> section title out of sequence: expected level 1, got level 2
> asciidoctor: WARNING: 2016-02-06-scale14x-conference-report.adoc: line 57:
> section title out of sequence: expected level 1, got level 2

These asciidoctor warnings are not errors that are failing the build of the
site, the real issue was a few lines above:


An error during rendering /blogs.html.haml occurred.
While processing file /home/arshad/jenkins.io/content/blogs.html.haml
An error occurred: undefined method `message' for #<String:0x27a9b92e>
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/util/exception_helper.rb:14:in `log_error'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/extensions/partial.rb:40:in `partial'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-ibeams-0.2.1/lib/awestruct/ibeams/debuggable_partial.rb:14:in `partial'
/home/arshad/jenkins.io/content/blogs.html.haml:11:in `block in singleton class'
org/jruby/RubyBasicObject.java:1633:in `instance_eval'
/home/arshad/jenkins.io/content/blogs.html.haml:1:in `singleton class'
/home/arshad/jenkins.io/content/blogs.html.haml:1:in `__tilt_5502'
org/jruby/RubyMethod.java:115:in `call'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/tilt-2.0.2/lib/tilt/template.rb:164:in `evaluate'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/tilt-2.0.2/lib/tilt/haml.rb:19:in `evaluate'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/tilt-2.0.2/lib/tilt/template.rb:99:in `render'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/handlers/base_tilt_handler.rb:134:in `rendered_content'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/handlers/layout_handler.rb:47:in `rendered_content'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/page.rb:143:in `rendered_content'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/engine.rb:427:in `generate_page'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/engine.rb:403:in `block in generate_output'
org/jruby/RubyProc.java:318:in `call'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/parallel-1.6.2/lib/parallel.rb:408:in `call_with_index'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/parallel-1.6.2/lib/parallel.rb:270:in `block in work_direct'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/parallel-1.6.2/lib/parallel.rb:419:in `with_instrumentation'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/parallel-1.6.2/lib/parallel.rb:269:in `work_direct'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/parallel-1.6.2/lib/parallel.rb:228:in `map'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/engine.rb:401:in `generate_output'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/engine.rb:121:in `run'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/cli/generate.rb:22:in `run'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/cli/invoker.rb:150:in `invoke_generate'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/lib/awestruct/cli/invoker.rb:74:in `invoke!'
/home/arshad/jenkins.io/build/tmp/asciidoctor/gems/awestruct-0.5.7/bin/awestruct:9:in `<top>'
org/jruby/RubyKernel.java:955:in `load'
/home/arshad/jenkins.io/build/tmp/asciidoctor/bin/awestruct:23:in `<top>'
Please see .awestruct/error.log for more information



If you were currently working on the blogs.html.haml template, there may be a
Ruby syntax error hiding on line 11.


> On Wed, Mar 23, 2016 at 2:36 PM, Arshad Khan <arsh...@gmail.com> wrote:
>
> >
> >
> > On Wednesday, March 23, 2016 at 6:33:58 PM UTC+5:30, Arshad Khan wrote:
> >>
> >> Build is failing when I run "./gradlew assemble" command. Why is this
> >> happening and how do I troubleshoot it?
> >> I have attached the log file.
> >>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Jenkins Developers" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to jenkinsci-de...@googlegroups.com.
> > To view this discussion on the web visit
> > https://groups.google.com/d/msgid/jenkinsci-dev/cd2607c1-801f-40f8-a1d9-23213878dd07%40googlegroups.com
> > <https://groups.google.com/d/msgid/jenkinsci-dev/cd2607c1-801f-40f8-a1d9-23213878dd07%40googlegroups.com?utm_medium=email&utm_source=footer>
> > .
> >
> > For more options, visit https://groups.google.com/d/optout.
> >
>
>
>
> --
> Robert Sandell
> *Software Engineer*
> *CloudBees Inc.*
>
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CALzHZS1ZseCe1Di0b64otAkP-joJsNnM_cJdeRbB7gCqrJvbfQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

- R. Tyler Croy

------------------------------------------------------
Code: <https://github.com/rtyler>
Chatter: <https://twitter.com/agentdero>

% gpg --keyserver keys.gnupg.net --recv-key 3F51E16F
------------------------------------------------------
signature.asc
Reply all
Reply to author
Forward
0 new messages