Re: I'm completely baffled by these documentation build errors on Apache Jenkins

2017-06-12 Thread Bryan Pendleton
On Mon, Jun 12, 2017 at 9:28 PM, Kristian Waagan 
wrote:


> I see the ant plugin was changed / updated from 1.4 to 1.5 on the 25th of
> May, but I don't know if that is a problem since the build is running so
> seldom these days.
>

Thanks Kristian, that is a really interesting data point.

Perhaps we were breaking the ant plugin's rules in some subtle way, but
with the older plugin we were getting lucky and it worked.

I'll continue to keep an eye on this build and see if it misbehaves in the
future.

bryan


I think I fixed the docs build (?)

2017-06-12 Thread Bryan Pendleton
In my latest attempt, I did two things:

1) Change the configuration of ant from "ant (latest)" to "ant 1.9.4"
2) Explicitly specified "-f $WORKSPACE/trunk/build.xml" in the ant arguments

My guess is that the latest version of Ant on the Apache Jenkins machines
is broken in some subtle way, but ant 1.9.4 is more tolerant of the
particular build we're trying to run for the Derby documentation.

At any rate, the docs build seems back in operation.

If anybody who knows more about Jenkins and/or about our docs build could
look at what I did and see what sense they can make of it, I'd appreciate
it.

thanks,

bryan


Re: I'm completely baffled by these documentation build errors on Apache Jenkins

2017-06-12 Thread Kristian Waagan
Hi Bryan,

I see the ant plugin was changed / updated from 1.4 to 1.5 on the 25th of
May, but I don't know if that is a problem since the build is running so
seldom these days.
Could it be that one of the targets specified is being passed directly to
the underlying JVM due to a change in how they are processed by the plugin?


Regards,
-- 
Kristian

tir. 13. jun. 2017 kl. 06:06 skrev Bryan Pendleton <
bpendleton.de...@gmail.com>:

> From staring at it for several hours, I've learned basically nothing.
>
> The build goes to run 'ant clean all' in the docs/trunk, and the only
> output is a Java usage message:
>
> [trunk] $ /home/jenkins/tools/ant/latest/bin/ant -verbose -lib 
> /home/jenkins/jenkins-slave/workspace/Derby-docs/trunk/lib clean all
> Usage: java [-options] class [args...]
>(to execute a class)
>or  java [-options] -jar jarfile [args...]
>(to execute a jar file)
>
> ...
>
> What I've tried so far:
> 1) Changing the JDK used by the build from JDK 1.7 to JDK 1.8
> 2) Adding '-verbose' to the ant command
> 3) Removing '-l antoutput.log' from the ant command
>
> None of these has provided me with any more clues.
>
> It seems like the 'ant' shell script isn't successfully able to invoke the
> underlying Java executor.
>
> But we haven't changed anything about this part of our docs build in at
> least a year.
>
> So I'm stumped.
>
> bryan
>
>


Jenkins build is back to normal : Derby-docs #275

2017-06-12 Thread Apache Jenkins Server
See 



Build failed in Jenkins: Derby-docs #274

2017-06-12 Thread Apache Jenkins Server
See 

--
Started by user bpendleton
[EnvInject] - Loading node environment variables.
Building remotely on H14 (ubuntu xenial) in workspace 

Updating https://svn.apache.org/repos/asf/db/derby/docs/trunk at revision 
'2017-06-13T04:12:52.922 +'
At revision 1798557

No changes for https://svn.apache.org/repos/asf/db/derby/docs/trunk since the 
previous build
[Derby-docs] $ /bin/bash -xe /tmp/hudson2586032368048775453.sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
+ export LC_ALL=en_US.utf8
+ LC_ALL=en_US.utf8
+ WGET=wget
++ which wget
++ grep 'no wget'
+ '[' -n '' ']'
+ '[' '!' -e 

 ']'
+ '[' '!' -e 

 ']'
+ echo 'Ant output is written to file for output processing.'
Ant output is written to file for output processing.
+ echo 'See 
https://builds.apache.org/job/Derby-docs/274//artifact/antoutput.log.gz'
See https://builds.apache.org/job/Derby-docs/274//artifact/antoutput.log.gz
+ echo 'Ant targets should be restored to '\'' -lib 
 -l 
 clean 
all'\'' once build errors are resolved'
Ant targets should be restored to ' -lib 
 -l 
 clean 
all' once build errors are resolved
+ ls -l 
-rw-r--r-- 1 jenkins jenkins 14489 Jun 12 04:44 

[trunk] $ /home/jenkins/tools/ant/apache-ant-1.9.4/bin/ant -file build.xml -f 

Buildfile: 

usage:
 [echo] For pdf output, run "ant pdf"
 [echo] For html output with frames, run "ant html"
 [echo] For output in all formats in all idioms, run "ant all"
 [echo] For Brazilian Portuguese output, run "ant pt_BR.usage"

BUILD SUCCESSFUL
Total time: 0 seconds
[Derby-docs] $ /bin/bash -xe /tmp/hudson7522372351624717562.sh
+ echo 'Tarring/zipping the output directory...'
Tarring/zipping the output directory...
+ MD5=md5sum
++ which md5sum
++ grep 'no md5sum'
+ '[' -n '' ']'
+ cd 
+ tar -cf docs-out.tar out
tar: out: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
Build step 'Execute shell' marked build as failure
Archiving artifacts


Build failed in Jenkins: Derby-docs #273

2017-06-12 Thread Apache Jenkins Server
See 

--
Started by user bpendleton
[EnvInject] - Loading node environment variables.
Building remotely on H14 (ubuntu xenial) in workspace 

Updating https://svn.apache.org/repos/asf/db/derby/docs/trunk at revision 
'2017-06-13T04:10:34.981 +'
At revision 1798557

No changes for https://svn.apache.org/repos/asf/db/derby/docs/trunk since the 
previous build
[Derby-docs] $ /bin/bash -xe /tmp/hudson1074088139832244777.sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
+ export LC_ALL=en_US.utf8
+ LC_ALL=en_US.utf8
+ WGET=wget
++ grep 'no wget'
++ which wget
+ '[' -n '' ']'
+ '[' '!' -e 

 ']'
+ '[' '!' -e 

 ']'
+ echo 'Ant output is written to file for output processing.'
Ant output is written to file for output processing.
+ echo 'See 
https://builds.apache.org/job/Derby-docs/273//artifact/antoutput.log.gz'
See https://builds.apache.org/job/Derby-docs/273//artifact/antoutput.log.gz
+ echo 'Ant targets should be restored to '\'' -lib 
 -l 
 clean 
all'\'' once build errors are resolved'
Ant targets should be restored to ' -lib 
 -l 
 clean 
all' once build errors are resolved
+ ls -l 
-rw-r--r-- 1 jenkins jenkins 14489 Jun 12 04:44 

[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml -version
Usage: java [-options] class [args...]
   (to execute a class)
   or  java [-options] -jar jarfile [args...]
   (to execute a jar file)
where options include:
-d32  use a 32-bit data model if available
-d64  use a 64-bit data model if available
-server   to select the "server" VM
  The default VM is server,
  because you are running on a server-class machine.


-cp 
-classpath 
  A : separated list of directories, JAR archives,
  and ZIP archives to search for class files.
-D=
  set a system property
-verbose:[class|gc|jni]
  enable verbose output
-version  print product version and exit
-version:
  Warning: this feature is deprecated and will be removed
  in a future release.
  require the specified version to run
-showversion  print product version and continue
-jre-restrict-search | -no-jre-restrict-search
  Warning: this feature is deprecated and will be removed
  in a future release.
  include/exclude user private JREs in the version search
-? -help  print this help message
-Xprint help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
  enable assertions with specified granularity
-da[:...|:]
-disableassertions[:...|:]
  disable assertions with specified granularity
-esa | -enablesystemassertions
  enable system assertions
-dsa | -disablesystemassertions
  disable system assertions
-agentlib:[=]
  load native agent library , e.g. -agentlib:hprof
  see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:[=]
  load native agent library by full pathname
-javaagent:[=]
  load Java programming language agent, see java.lang.instrument
-splash:
  show splash screen with specified image
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for 
more details.
Build step 'Invoke Ant' marked build as failure
Archiving artifacts


Build failed in Jenkins: Derby-docs #272

2017-06-12 Thread Apache Jenkins Server
See 

--
Started by user bpendleton
[EnvInject] - Loading node environment variables.
Building remotely on H14 (ubuntu xenial) in workspace 

Updating https://svn.apache.org/repos/asf/db/derby/docs/trunk at revision 
'2017-06-13T04:08:16.831 +'
At revision 1798556

No changes for https://svn.apache.org/repos/asf/db/derby/docs/trunk since the 
previous build
[Derby-docs] $ /bin/bash -xe /tmp/hudson7039853065422205980.sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
+ export LC_ALL=en_US.utf8
+ LC_ALL=en_US.utf8
+ WGET=wget
++ which wget
++ grep 'no wget'
+ '[' -n '' ']'
+ '[' '!' -e 

 ']'
+ '[' '!' -e 

 ']'
+ echo 'Ant output is written to file for output processing.'
Ant output is written to file for output processing.
+ echo 'See 
https://builds.apache.org/job/Derby-docs/272//artifact/antoutput.log.gz'
See https://builds.apache.org/job/Derby-docs/272//artifact/antoutput.log.gz
+ echo 'Ant targets should be restored to '\'' -lib 
 -l 
 clean 
all'\'' once build errors are resolved'
Ant targets should be restored to ' -lib 
 -l 
 clean 
all' once build errors are resolved
+ ls -l 
ls: cannot access ': No 
such file or directory
Build step 'Execute shell' marked build as failure
Archiving artifacts


I'm completely baffled by these documentation build errors on Apache Jenkins

2017-06-12 Thread Bryan Pendleton
>From staring at it for several hours, I've learned basically nothing.

The build goes to run 'ant clean all' in the docs/trunk, and the only
output is a Java usage message:

[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -verbose -lib
/home/jenkins/jenkins-slave/workspace/Derby-docs/trunk/lib clean all
Usage: java [-options] class [args...]
   (to execute a class)
   or  java [-options] -jar jarfile [args...]
   (to execute a jar file)

...

What I've tried so far:
1) Changing the JDK used by the build from JDK 1.7 to JDK 1.8
2) Adding '-verbose' to the ant command
3) Removing '-l antoutput.log' from the ant command

None of these has provided me with any more clues.

It seems like the 'ant' shell script isn't successfully able to invoke the
underlying Java executor.

But we haven't changed anything about this part of our docs build in at
least a year.

So I'm stumped.

bryan


Build failed in Jenkins: Derby-docs #271

2017-06-12 Thread Apache Jenkins Server
See 

--
[...truncated 95.21 KB...]
AUsrc/security/csecpref29520.dita
AUsrc/security/cseccsecure24366.dita
AUsrc/security/csecembeddedperms.dita
AUsrc/security/rseccsecure622.dita
AUsrc/security/csecauthorfine.dita
AUsrc/security/csecintrodefenses.dita
AUsrc/security/rseccsecure557.dita
AUsrc/security/csecjavasecurity.dita
AUsrc/security/csecputtogether.dita
AUsrc/security/rseccsecure379.dita
AUsrc/security/csecnativeotherprops.dita
AUsrc/security/rseccsecuresqlauthexceptions.dita
AUsrc/security/csecapps49914.dita
A src/security/security_os.eps
AUsrc/security/rseccopyright.dita
AUsrc/security/csecnativeconvert.dita
AUsrc/security/csecjavadb.dita
AUsrc/security/cseccsecure21561.dita
AUsrc/security/cseccsecure865580.dita
AUsrc/security/cseccsecuredecryptdb.dita
AUsrc/security/cseccsecure12392.dita
AUsrc/security/cseccsecure37241.dita
AUsrc/security/security2_os.jpg
AUsrc/security/tsecnetservrun.dita
AUsrc/security/csecpref24290.dita
A src/security/authentic_os.eps
AUsrc/security/security_os.gif
AUsrc/security/csecintroderbydefenses.dita
AUsrc/security/csecauthorcoarse.dita
AUsrc/security/csecsslclient.dita
AUsrc/security/rseccsecure190.dita
AUsrc/security/appauth_os.jpg
AUsrc/security/cseccsecure97760.dita
AUsrc/security/csecintromapping.dita
AUsrc/security/cseccsecure79358.dita
AUsrc/security/cseccsecuredbowner.dita
AUsrc/security/csecintrootherdefenses.dita
AUsrc/security/csecssladmin.dita
AUsrc/security/authentic_os.gif
AUsrc/security/csecputstop.dita
AUsrc/security/csecnetservauthent.dita
AUsrc/security/tseccsecure81850.dita
AUsrc/security/cseccsecure864242.dita
AUsrc/security/csecsslserver.dita
AUsrc/security/csecnativecreddb.dita
AUsrc/security/cseccsecure60146.dita
AUsrc/security/cseccsecure41285.dita
AUsrc/security/cseccsecure42374.dita
AUsrc/security/rseccsecurenativeauthex.dita
AUsrc/security/cseccsecure876908.dita
AUsrc/security/secderby.ditamap
AUsrc/security/rseccsecure305.dita
AUsrc/security/csecauthorization.dita
AUsrc/security/csecssl.dita
AUCOPYRIGHT
AUbuild.xml
A templates
AUtemplates/concept_template.dita
AUtemplates/reference_template.dita
AUtemplates/task_template.dita
AUNOTICE
AULICENSE
AUdocs.properties
A lib
AUlib/xml-apis-1.3.02.jar
AUlib/avalon-framework-4.2.0.jar
AUlib/serializer-2.7.0.jar
AUlib/commons-io-1.1.jar
AUlib/xercesImpl-2.7.1.jar
AUlib/fop.jar
AUlib/dita2fo-titles.xsl
AUlib/topic2fo-shell.xsl
A lib/dita2fo-elems.xsl
AUlib/dita2fo-shell.xsl
AUlib/xmlgraphics-commons-1.1.jar
AUlib/topicmerge.xsl
AUlib/apache-license-html.html
AUlib/domains2fo.xsl
AUlib/commons-logging-1.0.4.jar
AUlib/index.html
AUlib/dita2fo-links.xsl
AUlib/topic2foImpl.xsl
AUlib/batik-all-1.6.jar
AUlib/dita2fo-subroutines.xsl
AUlib/dita2htmlImpl.xsl
AUlib/xalan-2.7.0.jar
AUlib/map2htmtoc.xsl
 U.
At revision 1798556

No changes for https://svn.apache.org/repos/asf/db/derby/docs/trunk since the 
previous build
[Derby-docs] $ /bin/bash -xe /tmp/hudson9181243094863110765.sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
+ export LC_ALL=en_US.utf8
+ LC_ALL=en_US.utf8
+ WGET=wget
++ which wget
++ grep 'no wget'
+ '[' -n '' ']'
+ '[' '!' -e 

 ']'
+ wget --no-check-certificate 
http://people.apache.org/~kristwaa/derby-docs/DITA-OT1.1.2.1_bin-ASL.zip
--2017-06-13 04:00:32--  
http://people.apache.org/~kristwaa/derby-docs/DITA-OT1.1.2.1_bin-ASL.zip
Resolving people.apache.org (people.apache.org)... 163.172.16.173, 
2001:bc8:2142:100::
Connecting to people.apache.org (people.apache.org)|163.172.16.173|:80... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: 2563572 (2.4M) [application/zip]
Saving to: ‘DITA-OT1.1.2.1_bin-ASL.zip’

 0K .. .. .. .. ..  1%  180K 14s
50K .. .. .. .. ..  3%  360K 10s
   100K .. .. .. .. ..  5%  124M 7s
   150K .. .. .. .. ..  7%  361K 6s
   200K .. .. .. .. ..  9%  104M 5s
   250K .. .. .. .. .. 11%  144M 4s
   300K .. .. .. ...

Build failed in Jenkins: Derby-docs #270

2017-06-12 Thread Apache Jenkins Server
See 

--
Started by user bpendleton
[EnvInject] - Loading node environment variables.
Building remotely on H14 (ubuntu xenial) in workspace 

Updating https://svn.apache.org/repos/asf/db/derby/docs/trunk at revision 
'2017-06-13T03:40:49.821 +'
At revision 1798556

No changes for https://svn.apache.org/repos/asf/db/derby/docs/trunk since the 
previous build
[Derby-docs] $ /bin/bash -xe /tmp/hudson6488156094083874677.sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
+ export LC_ALL=en_US.utf8
+ LC_ALL=en_US.utf8
+ WGET=wget
++ which wget
++ grep 'no wget'
+ '[' -n '' ']'
+ '[' '!' -e 

 ']'
+ '[' '!' -e 

 ']'
+ echo 'Ant output is written to file for output processing.'
Ant output is written to file for output processing.
+ echo 'See 
https://builds.apache.org/job/Derby-docs/270//artifact/antoutput.log.gz'
See https://builds.apache.org/job/Derby-docs/270//artifact/antoutput.log.gz
+ echo 'Ant targets should be restored to '\'' -lib 
 -l 
 clean 
all'\'' once build errors are resolved'
Ant targets should be restored to ' -lib 
 -l 
 clean 
all' once build errors are resolved
[trunk] $ /home/jenkins/tools/ant/latest/bin/ant -verbose -lib 
 clean all
Usage: java [-options] class [args...]
   (to execute a class)
   or  java [-options] -jar jarfile [args...]
   (to execute a jar file)
where options include:
-d32  use a 32-bit data model if available
-d64  use a 64-bit data model if available
-server   to select the "server" VM
  The default VM is server,
  because you are running on a server-class machine.


-cp 
-classpath 
  A : separated list of directories, JAR archives,
  and ZIP archives to search for class files.
-D=
  set a system property
-verbose:[class|gc|jni]
  enable verbose output
-version  print product version and exit
-version:
  require the specified version to run
-showversion  print product version and continue
-jre-restrict-search | -no-jre-restrict-search
  include/exclude user private JREs in the version search
-? -help  print this help message
-Xprint help on non-standard options
-ea[:...|:]
-enableassertions[:...|:]
  enable assertions with specified granularity
-da[:...|:]
-disableassertions[:...|:]
  disable assertions with specified granularity
-esa | -enablesystemassertions
  enable system assertions
-dsa | -disablesystemassertions
  disable system assertions
-agentlib:[=]
  load native agent library , e.g. -agentlib:hprof
  see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:[=]
  load native agent library by full pathname
-javaagent:[=]
  load Java programming language agent, see java.lang.instrument
-splash:
  show splash screen with specified image
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for 
more details.
Build step 'Invoke Ant' marked build as failure
Archiving artifacts


Build failed in Jenkins: Derby-docs #269

2017-06-12 Thread Apache Jenkins Server
See 

--
[...truncated 94.47 KB...]
AUsrc/ja_JP/ref/crefjavbclobnot.dita
AUsrc/ja_JP/ref/crefsqlj21305.dita
AUsrc/ja_JP/ref/rrefsqlj98067.dita
AUsrc/ja_JP/ref/crefsqlj35312.dita
AUsrc/ja_JP/ref/rreffuncceil.dita
AUsrc/ja_JP/ref/rrefexportselectionproclobs.dita
AUsrc/ja_JP/ref/rrefsqljrenametablestatement.dita
AUsrc/ja_JP/ref/rrefdropfunctionstatement.dita
AUsrc/ja_JP/ref/rrefnewtablename.dita
AUsrc/ja_JP/ref/rrefsistabs13420.dita
AUsrc/ja_JP/ref/rrefso2.dita
AUsrc/ja_JP/ref/rrefsetstatstimingproc.dita
AUsrc/ja_JP/ref/rrefsqlj42324.dita
AUsrc/ja_JP/ref/rrefsqlj35034.dita
AUsrc/ja_JP/ref/rrefjdbc40794.dita
AUsrc/ja_JP/ref/rrefsqlj42049.dita
AUsrc/ja_JP/ref/rrefsynonymname.dita
AUsrc/ja_JP/ref/rrefsqlj73147.dita
AUsrc/ja_JP/ref/rrefsistabs26665.dita
AUsrc/ja_JP/ref/rrefjdbc88908.dita
AUsrc/ja_JP/ref/rrefattrib24612.dita
AUsrc/ja_JP/ref/rrefcallprocedure.dita
AUsrc/ja_JP/ref/rrefsqlj89752.dita
AUsrc/ja_JP/ref/rrefjdbc12124.dita
AUsrc/ja_JP/ref/rreffunclog.dita
AUsrc/ja_JP/ref/rrefattrib72457.dita
AUsrc/ja_JP/ref/rrefattrib42686.dita
AUsrc/ja_JP/ref/crefsqlj34834.dita
AUsrc/ja_JP/ref/rrefexcept16677.dita
AUsrc/ja_JP/ref/rrefsqljrenamecolumnstatement.dita
AUsrc/ja_JP/ref/rreffuncsin.dita
AUsrc/ja_JP/ref/rrefjdbc37352.dita
AUsrc/ja_JP/ref/rrefsqlj32613.dita
AUsrc/ja_JP/ref/rrefsqlj24513.dita
AUsrc/ja_JP/ref/rrefsqlj13590.dita
AUsrc/ja_JP/ref/rrefsetuseraccess.dita
AUsrc/ja_JP/ref/rrefjdbcjavasqlsavepoint.dita
AUsrc/ja_JP/ref/rrefminutefunc.dita
AUsrc/ja_JP/ref/rrefjavsaverestrict.dita
AUsrc/ja_JP/ref/rrefsqlj38831.dita
AUsrc/ja_JP/ref/rrefsqlj32693.dita
AUsrc/ja_JP/ref/rrefsqlj29840.dita
AUsrc/ja_JP/ref/rrefjdbc29874.dita
AUsrc/ja_JP/ref/rrefjdbc4_0dataSource.dita
AUsrc/ja_JP/ref/rrefsqlj28468.dita
AUsrc/ja_JP/ref/rrefsqlj1080779.dita
AUsrc/ja_JP/ref/rrefattribcollation.dita
AUsrc/ja_JP/ref/rrefsqljcreatesynonym.dita
A src/ja_JP/getstart
AUsrc/ja_JP/getstart/cgsusingsysinfo.dita
AUsrc/ja_JP/getstart/cgsintdo.dita
AUsrc/ja_JP/getstart/cgs7.dita
AUsrc/ja_JP/getstart/rgsdocs18277.dita
AUsrc/ja_JP/getstart/tgsrunningij.dita
AUsrc/ja_JP/getstart/rgsquck30197.dita
AUsrc/ja_JP/getstart/rgsdocs37966.dita
AUsrc/ja_JP/getstart/tgssetupjavaenvir.dita
AUsrc/ja_JP/getstart/rgscopyright.dita
AUsrc/ja_JP/getstart/cgsusingtoolsutils.dita
AUsrc/ja_JP/getstart/rgslib27507.dita
AUsrc/ja_JP/getstart/cgs28881.dita
AUsrc/ja_JP/getstart/rgsdocs10012.dita
AUsrc/ja_JP/getstart/cgsdocs14707.dita
AUsrc/ja_JP/getstart/cgsintro.dita
AUsrc/ja_JP/getstart/gsconrefs.dita
AUsrc/ja_JP/getstart/cgsnsexample.dita
AUsrc/ja_JP/getstart/rgslib56653.dita
AUsrc/ja_JP/getstart/cgsquck13780.dita
AUsrc/ja_JP/getstart/cgsquck35643.dita
AUsrc/ja_JP/getstart/cgsquck19524.dita
AUsrc/ja_JP/getstart/rgsdocs17307.dita
AUsrc/ja_JP/getstart/cgsquck70629.dita
AUsrc/ja_JP/getstart/cgschoos.dita
AUsrc/ja_JP/getstart/cgslib19524.dita
AUsrc/ja_JP/getstart/cgsinsta.dita
AUsrc/ja_JP/getstart/rgstrademderby.dita
AUsrc/ja_JP/getstart/getstartderby.ditamap
AUsrc/ja_JP/getstart/cgs80725.dita
AUsrc/ja_JP/getstart/rgslib46043.dita
AUsrc/ja_JP/getstart/cgsinstallingderby.dita
AUsrc/ja_JP/getstart/rgsquck35368.dita
AUsrc/ja_JP/getstart/rgsdocs99397.dita
AUsrc/ja_JP/getstart/cgsstartprogrammingwiththeexamples.dita
AUsrc/ja_JP/getstart/cgsintsr.dita
AUsrc/ja_JP/getstart/tgs26250.dita
AUsrc/ja_JP/build.xml
AUsrc/ja_JP/conrefs.dita
AUCOPYRIGHT
AUbuild.xml
A templates
AUtemplates/concept_template.dita
AUtemplates/reference_template.dita
AUtemplates/task_template.dita
 U.
At revision 1798556

No changes for https://svn.apache.org/repos/asf/db/derby/docs/trunk since the 
previous build
[Derby-docs] $ /bin/bash -xe /tmp/hudson8351560539121472278.sh
+ export LANG=en_US.utf8
+ LANG=en_US.utf8
+ export LC_ALL=en_US.utf8
+ LC_ALL=en_US.utf8
+ WGET=wget
++ which wget
++ grep 'no wget'
+ '[' -n '' ']'
+ '[' '!' -e 

 ']'
+ wget --no-check-certificate 
http://people.apache.org/~kristwaa/derby-docs/DITA-OT1.1.2.1_bin-ASL.zip
--2017-06-13 01:51:40--  
http://people.apache.org/~kristwaa/derby-docs/DITA-OT1.1.2.1_bin-ASL.zip
Resolving people.apache.org (people.apache.org)... 

Re: Documentation build failure

2017-06-12 Thread Bryan Pendleton
Well, nothing much occurred to me about why the build failed, so I tried to
edit the Jenkins build configuration to specify 'ant -verbose', and to make
an attempt to preserve the build artifact 'antoutput.log', and I submitted
a new build.

Hopefully we'll get more clues out of this build.

thanks,

bryan


On Mon, Jun 12, 2017 at 6:38 AM, Bryan Pendleton  wrote:

> The Derby Jenkins documentation job failed after my recent documentation
> commit to Subversion:
>
> https://builds.apache.org/job/Derby-docs/268/
>
> It looks like an environmental thing to me, like we got the wrong version
> of Ant or the wrong version of Java or something like that.
>
> Does anybody know how to get more information about the build
> configuration and whether it changed recently?
>
> thanks,
>
> bryan
>
>


Documentation build failure

2017-06-12 Thread Bryan Pendleton
The Derby Jenkins documentation job failed after my recent documentation
commit to Subversion:

https://builds.apache.org/job/Derby-docs/268/

It looks like an environmental thing to me, like we got the wrong version
of Ant or the wrong version of Java or something like that.

Does anybody know how to get more information about the build configuration
and whether it changed recently?

thanks,

bryan


[Java DB - testing] Error nightly trunk (rev 1798340)

2017-06-12 Thread ingemar . aberg
Java DB testing and reporting infrastructure.

Error nightly trunk (rev 1798340)

There were execution errors and/or timeouts.
There were at least 32 failures.



[Java DB - testing] Failure nightly trunk (rev 1798290)

2017-06-12 Thread ingemar . aberg
Java DB testing and reporting infrastructure.

Failure nightly trunk (rev 1798290)

There were 33 failures.