Re: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build # 17849 - Failure!

2016-09-20 Thread Rory O'Donnell

Point taken Uwe!

Rgds,Rory


On 19/09/2016 23:13, Uwe Schindler wrote:


Thanks Rory,

the build was already fixed a minute ago. FYI, the issue Mandy posted 
is not public! The main problem was, that it was not clear from the 
release notes that you changed this, so I missed this change, 
especially as the JBS issue is not public!


Uwe

-

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

http://www.thetaphi.de <http://www.thetaphi.de/>

eMail: u...@thetaphi.de

*From:*Rory O'Donnell [mailto:rory.odonn...@oracle.com]
*Sent:* Monday, September 19, 2016 7:15 PM
*To:* Uwe Schindler 
*Cc:* dev@lucene.apache.org; rory.odonn...@oracle.com
*Subject:* Re: [JENKINS-EA] Lucene-Solr-master-Linux 
(64bit/jdk-9-ea+136) - Build # 17849 - Failure!


Hi Uwe,

Mandy replied see below.

Rgds, Rory

The -release option was removed in jdk-9+135 [1]:
https://bugs.openjdk.java.net/browse/JDK-8160851
Mandy
[1] http://hg.openjdk.java.net/jdk9/dev/langtools/rev/047d4d42b466

On 19/09/2016 15:15, Uwe Schindler wrote:

I received this:

Hi Uwe,

Most options of javac now use the GNU style,

so it's --release instead of -release.

cheers,

Rémi

It looks like options that were added recently to Java 9's command line tools now use the more 
standard GNU style options (double slash). I will update build.xml later (reopen issue about 
"-release" switch), once I tested everything. It looks like this only affects new 
options, I just hope that other command line options like "-classpath" did not change in 
Java 9 (or they have some backwards layer implemented)!

Uwe

-

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

http://www.thetaphi.de

eMail:u...@thetaphi.de <mailto:u...@thetaphi.de>

-Original Message-

From: Uwe Schindler [mailto:u...@thetaphi.de]

Sent: Monday, September 19, 2016 3:17 PM

To:dev@lucene.apache.org <mailto:dev@lucene.apache.org>

Cc:rory.odonn...@oracle.com <mailto:rory.odonn...@oracle.com>

    Subject: RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) 
-

Build # 17849 - Failure!

Hi,

I contacted the compiler group and Rory O'Donnell about this. Looks 
strange,

maybe option parsing broke in build 136.

Uwe

-

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

http://www.thetaphi.de

eMail:u...@thetaphi.de <mailto:u...@thetaphi.de>

-Original Message-

From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de]

Sent: Monday, September 19, 2016 11:31 AM

To:dev@lucene.apache.org <mailto:dev@lucene.apache.org>

Subject: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) 
- Build

#

17849 - Failure!

Importance: Low

Build:http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17849/

Java: 64bit/jdk-9-ea+136 -XX:-UseCompressedOops -XX:+UseG1GC

No tests ran.

Build Log:

[...truncated 81 lines...]

BUILD FAILED

/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The

following error occurred while executing this line:

/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The

following error occurred while executing this line:

/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The

following error occurred while executing this line:


/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50:

The following error occurred while executing this line:

/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-

build.xml:501: The following error occurred while executing this 
line:

/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-

build.xml:1955: Compile failed; see the compiler error output for 
details.

Total time: 1 second

Build step 'Invoke Ant' marked build as failure

Archiving artifacts

[WARNINGS] Skipping publisher since build result is FAILURE

Recording test results

ERROR: Step ‘Publish JUnit test result report’ failed: No test 
report files

were

found. Configuration error?

Email was triggered for: Failure - Any

Sending email for trigger: Failure - Any

-

To unsubscribe, e-mail:dev-unsubscr...@lucene.apache.org
<mailto:dev-unsubscr...@lucene.apache.org>

For additional commands, e-mail:dev-h...@lucene.apache.org 
<mailto:dev-h...@lucene.apache.org>

---

RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build # 17849 - Failure!

2016-09-19 Thread Uwe Schindler
Thanks Rory,

 

the build was already fixed a minute ago. FYI, the issue Mandy posted is not 
public! The main problem was, that it was not clear from the release notes that 
you changed this, so I missed this change, especially as the JBS issue is not 
public!

 

Uwe

 

-

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

 <http://www.thetaphi.de/> http://www.thetaphi.de

eMail: u...@thetaphi.de

 

From: Rory O'Donnell [mailto:rory.odonn...@oracle.com] 
Sent: Monday, September 19, 2016 7:15 PM
To: Uwe Schindler 
Cc: dev@lucene.apache.org; rory.odonn...@oracle.com
Subject: Re: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build 
# 17849 - Failure!

 

Hi Uwe,

Mandy replied see below.

Rgds, Rory

 

The -release option was removed in jdk-9+135 [1]:
   https://bugs.openjdk.java.net/browse/JDK-8160851
 
Mandy
[1] http://hg.openjdk.java.net/jdk9/dev/langtools/rev/047d4d42b466
 

 

On 19/09/2016 15:15, Uwe Schindler wrote:

I received this:
 

Hi Uwe,
Most options of javac now use the GNU style,
so it's --release instead of -release.
 
cheers,
Rémi

 
It looks like options that were added recently to Java 9's command line tools 
now use the more standard GNU style options (double slash). I will update 
build.xml later (reopen issue about "-release" switch), once I tested 
everything. It looks like this only affects new options, I just hope that other 
command line options like "-classpath" did not change in Java 9 (or they have 
some backwards layer implemented)!
 
Uwe
 
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de <mailto:u...@thetaphi.de> 
 

-Original Message-
From: Uwe Schindler [mailto:u...@thetaphi.de]
Sent: Monday, September 19, 2016 3:17 PM
To: dev@lucene.apache.org <mailto:dev@lucene.apache.org> 
Cc: rory.odonn...@oracle.com <mailto:rory.odonn...@oracle.com> 
Subject: RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) -
Build # 17849 - Failure!
 
Hi,
 
I contacted the compiler group and Rory O'Donnell about this. Looks strange,
maybe option parsing broke in build 136.
 
Uwe
 
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de <mailto:u...@thetaphi.de> 
 

-Original Message-
From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de]
Sent: Monday, September 19, 2016 11:31 AM
To: dev@lucene.apache.org <mailto:dev@lucene.apache.org> 
Subject: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build

#

17849 - Failure!
Importance: Low
 
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17849/
Java: 64bit/jdk-9-ea+136 -XX:-UseCompressedOops -XX:+UseG1GC
 
No tests ran.
 
Build Log:
[...truncated 81 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
build.xml:501: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
build.xml:1955: Compile failed; see the compiler error output for details.
 
Total time: 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files

were

found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
 

 
 
 
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org 
<mailto:dev-unsubscr...@lucene.apache.org> 
For additional commands, e-mail: dev-h...@lucene.apache.org 
<mailto:dev-h...@lucene.apache.org> 

 
 
-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org 
<mailto:dev-unsubscr...@lucene.apache.org> 
For additional commands, e-mail: dev-h...@lucene.apache.org 
<mailto:dev-h...@lucene.apache.org> 
 





-- 
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland 


Re: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build # 17849 - Failure!

2016-09-19 Thread Rory O'Donnell

Hi Uwe,

Mandy replied see below.

Rgds, Rory


The -release option was removed in jdk-9+135 [1]: 
https://bugs.openjdk.java.net/browse/JDK-8160851 Mandy [1] 
http://hg.openjdk.java.net/jdk9/dev/langtools/rev/047d4d42b466




On 19/09/2016 15:15, Uwe Schindler wrote:

I received this:


Hi Uwe,
Most options of javac now use the GNU style,
so it's --release instead of -release.

cheers,
Rémi

It looks like options that were added recently to Java 9's command line tools now use the more 
standard GNU style options (double slash). I will update build.xml later (reopen issue about 
"-release" switch), once I tested everything. It looks like this only affects new 
options, I just hope that other command line options like "-classpath" did not change in 
Java 9 (or they have some backwards layer implemented)!

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


-Original Message-
From: Uwe Schindler [mailto:u...@thetaphi.de]
Sent: Monday, September 19, 2016 3:17 PM
To: dev@lucene.apache.org
Cc: rory.odonn...@oracle.com
Subject: RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) -
Build # 17849 - Failure!

Hi,

I contacted the compiler group and Rory O'Donnell about this. Looks strange,
maybe option parsing broke in build 136.

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


-Original Message-
From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de]
Sent: Monday, September 19, 2016 11:31 AM
To: dev@lucene.apache.org
Subject: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build

#

17849 - Failure!
Importance: Low

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17849/
Java: 64bit/jdk-9-ea+136 -XX:-UseCompressedOops -XX:+UseG1GC

No tests ran.

Build Log:
[...truncated 81 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
build.xml:501: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
build.xml:1955: Compile failed; see the compiler error output for details.

Total time: 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files

were

found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any




-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland



RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build # 17849 - Failure!

2016-09-19 Thread Uwe Schindler
I received this:

> Hi Uwe,
> Most options of javac now use the GNU style,
> so it's --release instead of -release.
> 
> cheers,
> Rémi

It looks like options that were added recently to Java 9's command line tools 
now use the more standard GNU style options (double slash). I will update 
build.xml later (reopen issue about "-release" switch), once I tested 
everything. It looks like this only affects new options, I just hope that other 
command line options like "-classpath" did not change in Java 9 (or they have 
some backwards layer implemented)!

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Uwe Schindler [mailto:u...@thetaphi.de]
> Sent: Monday, September 19, 2016 3:17 PM
> To: dev@lucene.apache.org
> Cc: rory.odonn...@oracle.com
> Subject: RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) -
> Build # 17849 - Failure!
> 
> Hi,
> 
> I contacted the compiler group and Rory O'Donnell about this. Looks strange,
> maybe option parsing broke in build 136.
> 
> Uwe
> 
> -
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
> 
> > -Original Message-
> > From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de]
> > Sent: Monday, September 19, 2016 11:31 AM
> > To: dev@lucene.apache.org
> > Subject: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build
> #
> > 17849 - Failure!
> > Importance: Low
> >
> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17849/
> > Java: 64bit/jdk-9-ea+136 -XX:-UseCompressedOops -XX:+UseG1GC
> >
> > No tests ran.
> >
> > Build Log:
> > [...truncated 81 lines...]
> > BUILD FAILED
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The
> > following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The
> > following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
> > following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50:
> > The following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
> > build.xml:501: The following error occurred while executing this line:
> > /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
> > build.xml:1955: Compile failed; see the compiler error output for details.
> >
> > Total time: 1 second
> > Build step 'Invoke Ant' marked build as failure
> > Archiving artifacts
> > [WARNINGS] Skipping publisher since build result is FAILURE
> > Recording test results
> > ERROR: Step ‘Publish JUnit test result report’ failed: No test report files
> were
> > found. Configuration error?
> > Email was triggered for: Failure - Any
> > Sending email for trigger: Failure - Any
> >
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build # 17849 - Failure!

2016-09-19 Thread Uwe Schindler
Hi,

I contacted the compiler group and Rory O'Donnell about this. Looks strange, 
maybe option parsing broke in build 136.

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Policeman Jenkins Server [mailto:jenk...@thetaphi.de]
> Sent: Monday, September 19, 2016 11:31 AM
> To: dev@lucene.apache.org
> Subject: [JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+136) - Build #
> 17849 - Failure!
> Importance: Low
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17849/
> Java: 64bit/jdk-9-ea+136 -XX:-UseCompressedOops -XX:+UseG1GC
> 
> No tests ran.
> 
> Build Log:
> [...truncated 81 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:763: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:707: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:50:
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
> build.xml:501: The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-
> build.xml:1955: Compile failed; see the compiler error output for details.
> 
> Total time: 1 second
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> ERROR: Step ‘Publish JUnit test result report’ failed: No test report files 
> were
> found. Configuration error?
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org