You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/07/12 15:10:52 UTC

Build failed in Jenkins: Ant-Build-Matrix-master-Linux » xenial,JDK 1.9 (latest) #1534

See <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/1534/display/redirect?page=changes>

Changes:

[jkf] Bugzilla 63252 FTP prevent No Transfer Timeout during long listings by

[jkf] Add Ftp ant task wakeUpTransferInterval documentation also updated

------------------------------------------
Started by upstream project "Ant-Build-Matrix-master-Linux" build number 1534
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H14 (Hadoop xenial) in workspace <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.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 https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 4ea4918b7097a4d222f122a98d906607e5b07e21 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ea4918b7097a4d222f122a98d906607e5b07e21
Commit message: "Add Ftp ant task wakeUpTransferInterval documentation also updated"
 > git rev-list --no-walk 1702b68043aa3d60562e6b54903ad377fc9ca591 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.9 (latest)] $ /home/jenkins/tools/ant/latest/bin/ant -file launch-build.xml "-Djdk=JDK 1.9 (latest)" -DOS=xenial -Djenkins=t
/home/jenkins/tools/java/latest1.9/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Jenkins build is back to normal : Ant-Build-Matrix-master-Linux » xenial,JDK 1.9 (latest) #1539

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/1539/display/redirect?page=changes>


Build failed in Jenkins: Ant-Build-Matrix-master-Linux » xenial,JDK 1.9 (latest) #1538

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/1538/display/redirect?page=changes>

Changes:

[bodewig] use Files API rather than FileWriter

------------------------------------------
Started by upstream project "Ant-Build-Matrix-master-Linux" build number 1538
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu xenial) in workspace <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/ant.git
 > git init <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
No valid HEAD. Skipping the resetting
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/ant.git
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e3eb039ab638735390b3eff361ae06654f95b03c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3eb039ab638735390b3eff361ae06654f95b03c
Commit message: "use Files API rather than FileWriter"
 > git rev-list --no-walk ee3ef7a0c37ec95491c19bbe0d3b5e281f3ea19f # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.9 (latest)] $ /home/jenkins/tools/ant/latest/bin/ant -file launch-build.xml "-Djdk=JDK 1.9 (latest)" -DOS=xenial -Djenkins=t
/home/jenkins/tools/java/latest1.9/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

Build failed in Jenkins: Ant-Build-Matrix-master-Linux » xenial,JDK 1.9 (latest) #1537

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/1537/display/redirect?page=changes>

Changes:

[jkf] Add Ftp ant task timeout documentation also updated

[jkf] FTP checkstyle fixed + removed spurious part from ftp.html

[jkf] 1.10.7

------------------------------------------
Started by upstream project "Ant-Build-Matrix-master-Linux" build number 1537
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H40 (ubuntu xenial) in workspace <https://builds.apache.org/job/Ant-Build-Matrix-master-Linux/OS=xenial,jdk=JDK%201.9%20(latest)/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/ant.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 https://gitbox.apache.org/repos/asf/ant.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/ant.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision ee3ef7a0c37ec95491c19bbe0d3b5e281f3ea19f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee3ef7a0c37ec95491c19bbe0d3b5e281f3ea19f
Commit message: "1.10.7"
 > git rev-list --no-walk 4ea4918b7097a4d222f122a98d906607e5b07e21 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.utf8

[EnvInject] - Variables injected successfully.
[JDK 1.9 (latest)] $ /home/jenkins/tools/ant/latest/bin/ant -file launch-build.xml "-Djdk=JDK 1.9 (latest)" -DOS=xenial -Djenkins=t
/home/jenkins/tools/java/latest1.9/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?