Build failed in Jenkins: oxygen-tei-stable #25
20 Sep
2016
20 Sep
'16
9:52 p.m.
See <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/25/changes>
Changes:
[martindholmes] Updating build file so that bleeding-edge build pulls from dev branch
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/TEIC/oxygen-tei.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/oxygen-tei.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/TEIC/oxygen-tei.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 f37488ad5e9fca313c84dab3e997874b79cd6646 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f37488ad5e9fca313c84dab3e997874b79cd6646
> git rev-list 20ebf0f242be8e4c8acee1cc3cb04923ce500dde # timeout=10
[workspace] $ /bin/bash -xe /tmp/hudson8840535355091120961.sh
+ cd oxygen-tei
+ ant stable
Buildfile: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>
init:
[echo] ***********************************************************
[echo] Running on host teijenkins1204.hcmc.uvic.ca...
getStableVersionNums:
[echo] ***********************************************************
[echo] Retrieving version numbers of current stable releases...
[get] Getting: http://www.tei-c.org/Vault/P5/current/xml/tei/odd/VERSION
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/p5version>
[get] Not modified - so not downloaded
[echo] P5 stable release version is: 3.0.0
[echo] Stylesheets stable release version is: 7.41.0
[echo] ***********************************************************
getStableVersions:
[echo] ***********************************************************
[echo] Retrieving http://downloads.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip
[get] Getting: http://downloads.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip>
[get] http://downloads.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip moved to http://pilotfiber.dl.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip
[get] Not modified - so not downloaded
[echo] ***********************************************************
[echo] Retrieving http://downloads.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip
[get] Getting: http://downloads.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip>
[get] http://downloads.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip moved to http://pilotfiber.dl.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip
clean:
[echo] ***********************************************************
[echo] Cleaning up from any previous build...
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/custom/odd>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/custom/schema>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/odd>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/schema>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/stylesheet>
[echo] ***********************************************************
unpackZips:
[echo] ***********************************************************
[echo] Unpacking zip files of P5 and Stylesheets...
[unzip] Expanding: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip> into <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei>
[unzip] Expanding: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip> into <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei>
BUILD FAILED
<http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>:120: Error while expanding <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip>
java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:771)
at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:707)
at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:452)
at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:214)
at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:168)
at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:132)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
at org.apache.tools.ant.Main.runBuild(Main.java:851)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 2 minutes 27 seconds
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
20 Sep
20 Sep
10:31 p.m.
New subject: [tei-council] Build failed in Jenkins: oxygen-tei-stable #26
See <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/26/>
------------------------------------------
Started by user Martin Holmes
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/TEIC/oxygen-tei.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/oxygen-tei.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/TEIC/oxygen-tei.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 f37488ad5e9fca313c84dab3e997874b79cd6646 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f37488ad5e9fca313c84dab3e997874b79cd6646
> git rev-list f37488ad5e9fca313c84dab3e997874b79cd6646 # timeout=10
[workspace] $ /bin/bash -xe /tmp/hudson8449963232972160334.sh
+ cd oxygen-tei
+ ant stable
Buildfile: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>
init:
[echo] ***********************************************************
[echo] Running on host teijenkins1204.hcmc.uvic.ca...
getStableVersionNums:
[echo] ***********************************************************
[echo] Retrieving version numbers of current stable releases...
[get] Getting: http://www.tei-c.org/Vault/P5/current/xml/tei/odd/VERSION
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/p5version>
[get] Not modified - so not downloaded
[echo] P5 stable release version is: 3.0.0
[echo] Stylesheets stable release version is: 7.41.0
[echo] ***********************************************************
getStableVersions:
[echo] ***********************************************************
[echo] Retrieving http://downloads.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip
[get] Getting: http://downloads.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip>
[get] http://downloads.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip moved to http://pilotfiber.dl.sourceforge.net/project/tei/TEI-P5-all/tei-3.0.0.zip
[get] Not modified - so not downloaded
[echo] ***********************************************************
[echo] Retrieving http://downloads.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip
[get] Getting: http://downloads.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip>
[get] http://downloads.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip moved to http://heanet.dl.sourceforge.net/project/tei/Stylesheets/tei-xsl-7.41.0.zip
[get] Not modified - so not downloaded
clean:
[echo] ***********************************************************
[echo] Cleaning up from any previous build...
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/Test>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/custom/odd>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/custom/schema>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/odd>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/schema>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/xquery>
[echo] ***********************************************************
unpackZips:
[echo] ***********************************************************
[echo] Unpacking zip files of P5 and Stylesheets...
[unzip] Expanding: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip> into <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei>
[unzip] Expanding: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip> into <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei>
BUILD FAILED
<http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>:120: Error while expanding <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip>
java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:771)
at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:707)
at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:452)
at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:214)
at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:168)
at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:132)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
at org.apache.tools.ant.Main.runBuild(Main.java:851)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 1 minute 54 seconds
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
10:44 p.m.
New subject: [tei-council] Build failed in Jenkins: oxygen-tei-stable #27
See <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/27/changes>
Changes:
[martindholmes] Updating build file so that stable build process points at releases on
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/TEIC/oxygen-tei.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/oxygen-tei.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/TEIC/oxygen-tei.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 165f5e19366156b86b2ad393476ac6284e13356f (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 165f5e19366156b86b2ad393476ac6284e13356f
> git rev-list f37488ad5e9fca313c84dab3e997874b79cd6646 # timeout=10
[workspace] $ /bin/bash -xe /tmp/hudson7562164581703611420.sh
+ cd oxygen-tei
+ ant stable
Buildfile: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>
init:
[echo] ***********************************************************
[echo] Running on host teijenkins1204.hcmc.uvic.ca...
getStableVersionNums:
[echo] ***********************************************************
[echo] Retrieving version numbers of current stable releases...
[get] Getting: http://www.tei-c.org/Vault/P5/current/xml/tei/odd/VERSION
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/p5version>
[get] Not modified - so not downloaded
[echo] P5 stable release version is: 3.0.0
[echo] Stylesheets stable release version is: 7.41.0
[echo] ***********************************************************
getStableVersions:
[echo] ***********************************************************
[echo] Retrieving https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip
[get] Getting: https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip>
[get] Error opening connection java.io.FileNotFoundException: https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip
[get] Error opening connection java.io.FileNotFoundException: https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip
[get] Error opening connection java.io.FileNotFoundException: https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip
[get] Can't get https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip to <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip>
BUILD FAILED
<http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>:101: Can't get https://github.com/TEIC/TEI/releases/tag/P5_Release_3.0.0.zip to <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip>
Total time: 3 seconds
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
10:54 p.m.
New subject: [tei-council] Build failed in Jenkins: oxygen-tei-stable #28
See <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/28/changes>
Changes:
[martindholmes] Correcting GitHub URLs for stable build.
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/TEIC/oxygen-tei.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/oxygen-tei.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/TEIC/oxygen-tei.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 3bfa4c6082fde2a0c1f8d9a87f858fce215e5d06 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3bfa4c6082fde2a0c1f8d9a87f858fce215e5d06
> git rev-list 165f5e19366156b86b2ad393476ac6284e13356f # timeout=10
[workspace] $ /bin/bash -xe /tmp/hudson5971907685457789156.sh
+ cd oxygen-tei
+ ant stable
Buildfile: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>
init:
[echo] ***********************************************************
[echo] Running on host teijenkins1204.hcmc.uvic.ca...
getStableVersionNums:
[echo] ***********************************************************
[echo] Retrieving version numbers of current stable releases...
[get] Getting: http://www.tei-c.org/Vault/P5/current/xml/tei/odd/VERSION
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/p5version>
[get] Not modified - so not downloaded
[echo] P5 stable release version is: 3.0.0
[echo] Stylesheets stable release version is: 7.41.0
[echo] ***********************************************************
getStableVersions:
[echo] ***********************************************************
[echo] Retrieving https://github.com/TEIC/TEI/releases/download/P5_Release_3.0.0/tei-3.0.0.zip
[get] Getting: https://github.com/TEIC/TEI/releases/download/P5_Release_3.0.0/tei-3.0.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip>
[get] https://github.com/TEIC/TEI/releases/download/P5_Release_3.0.0/tei-3.0.0.zip moved to https://github-cloud.s3.amazonaws.com/releases/41421765/271115bc-f60e-11e5-9624-4997f21a1879.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160920%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160920T205421Z&X-Amz-Expires=300&X-Amz-Signature=1efe571b33e96918a7137175e54392fc90e97d462fb6c8d3adc6c253e4317826&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dtei-3.0.0.zip&response-content-type=application%2Foctet-stream
[echo] ***********************************************************
[echo] Retrieving https://github.com/TEIC/Stylesheets/releases/download/v7.41.0/tei-xsl-7.41.0.zip
[get] Getting: https://github.com/TEIC/Stylesheets/releases/download/v7.41.0/tei-xsl-7.41.0.zip
[get] To: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip>
[get] https://github.com/TEIC/Stylesheets/releases/download/v7.41.0/tei-xsl-7.41.0.zip moved to https://github-cloud.s3.amazonaws.com/releases/11607110/11f6e41a-f611-11e5-95d2-e645f00a3133.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160920%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160920T205444Z&X-Amz-Expires=300&X-Amz-Signature=3e5800985dca3ca1357a717d5730c6fd378d1121ac567b815a04cad76610076a&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dtei-xsl-7.41.0.zip&response-content-type=application%2Foctet-stream
[get] Not modified - so not downloaded
clean:
[echo] ***********************************************************
[echo] Cleaning up from any previous build...
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/Test>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/custom/odd>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/custom/schema>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/odd>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/schema>
[delete] Deleting directory <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei/xml/tei/xquery>
[echo] ***********************************************************
unpackZips:
[echo] ***********************************************************
[echo] Unpacking zip files of P5 and Stylesheets...
[unzip] Expanding: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/tei.zip> into <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei>
[unzip] Expanding: <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip> into <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/frameworks/tei>
BUILD FAILED
<http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/build.xml>:127: Error while expanding <http://teijenkins.hcmc.uvic.ca/job/oxygen-tei-stable/ws/oxygen-tei/xsl.zip>
java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:771)
at org.apache.tools.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:707)
at org.apache.tools.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:452)
at org.apache.tools.zip.ZipFile.<init>(ZipFile.java:214)
at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:168)
at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:132)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
at org.apache.tools.ant.Main.runBuild(Main.java:851)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Total time: 38 seconds
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
10:59 p.m.
New subject: [tei-council] Jenkins build is back to normal : oxygen-tei-stable #29
3337
Age (days ago)
3337
Last active (days ago)
4 comments
1 participants
participants (1)
-
Victoria TEI Jenkins