Errors building latest master

The files involved haven't been updated recently, so there must be
something wrong on my end. Using Java 1.6.0_22 and Maven 3.0.5

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataService.java:[138,26]
type parameters of IFD cannot be determined; no unique maximal
instance exists for type variable IFD with upper bounds
IFD,org.elasticsearch.index.fielddata.IndexFieldData
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4103,28]
<K,V,U>reduce(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<?
super K,? super V,? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<? super
U,? super U,? extends U>) in jsr166e.ConcurrentHashMapV8.ForkJoinTasks
cannot be applied to
(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<capture#815
of ? super K,capture#189 of ? super V,capture#970 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#183 of ? super U,capture#900
of ? super U,capture#615 of ? extends U>)
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4240,28]
cannot find symbol
symbol : method
reduceKeys(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#237
of ? super K,capture#656 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#522 of ? super U,capture#742
of ? super U,capture#299 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4375,28]
cannot find symbol
symbol : method
reduceValues(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#415
of ? super V,capture#107 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#454 of ? super U,capture#702
of ? super U,capture#449 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4511,28]
cannot find symbol
symbol : method
reduceEntries(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<java.util.Map.Entry<K,V>,capture#201
of ? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#330 of ? super
U,capture#102 of ? super U,capture#805 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Works fine on Windows using Java 1.6.0_27 and 1.7 (Maven 3.0.4). I noticed
that the pom was just changed, so I will try later on with the original
machine running Java 1.6.0_22 on OSX.

On Sun, Apr 7, 2013 at 4:44 PM, Ivan Brusic ivan@brusic.com wrote:

The files involved haven't been updated recently, so there must be
something wrong on my end. Using Java 1.6.0_22 and Maven 3.0.5

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataService.java:[138,26]
type parameters of IFD cannot be determined; no unique maximal
instance exists for type variable IFD with upper bounds
IFD,org.elasticsearch.index.fielddata.IndexFieldData
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4103,28]
<K,V,U>reduce(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<?
super K,? super V,? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<? super
U,? super U,? extends U>) in jsr166e.ConcurrentHashMapV8.ForkJoinTasks
cannot be applied to
(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<capture#815
of ? super K,capture#189 of ? super V,capture#970 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#183 of ? super U,capture#900
of ? super U,capture#615 of ? extends U>)
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4240,28]
cannot find symbol
symbol : method
reduceKeys(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#237
of ? super K,capture#656 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#522 of ? super U,capture#742
of ? super U,capture#299 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4375,28]
cannot find symbol
symbol : method
reduceValues(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#415
of ? super V,capture#107 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#454 of ? super U,capture#702
of ? super U,capture#449 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4511,28]
cannot find symbol
symbol : method
reduceEntries(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<java.util.Map.Entry<K,V>,capture#201
of ? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#330 of ? super
U,capture#102 of ? super U,capture#805 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No luck building master with Java 1.6.0_22. The issue might be within jsr166e.
Does anyone know how to view jsr166e's dependencies?

--
Ivan

On Mon, Apr 8, 2013 at 12:21 PM, Ivan Brusic ivan@brusic.com wrote:

Works fine on Windows using Java 1.6.0_27 and 1.7 (Maven 3.0.4). I
noticed that the pom was just changed, so I will try later on with the
original machine running Java 1.6.0_22 on OSX.

On Sun, Apr 7, 2013 at 4:44 PM, Ivan Brusic ivan@brusic.com wrote:

The files involved haven't been updated recently, so there must be
something wrong on my end. Using Java 1.6.0_22 and Maven 3.0.5

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataService.java:[138,26]
type parameters of IFD cannot be determined; no unique maximal
instance exists for type variable IFD with upper bounds
IFD,org.elasticsearch.index.fielddata.IndexFieldData
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4103,28]
<K,V,U>reduce(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<?
super K,? super V,? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<? super
U,? super U,? extends U>) in jsr166e.ConcurrentHashMapV8.ForkJoinTasks
cannot be applied to
(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<capture#815
of ? super K,capture#189 of ? super V,capture#970 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#183 of ? super U,capture#900
of ? super U,capture#615 of ? extends U>)
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4240,28]
cannot find symbol
symbol : method
reduceKeys(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#237
of ? super K,capture#656 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#522 of ? super U,capture#742
of ? super U,capture#299 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4375,28]
cannot find symbol
symbol : method
reduceValues(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#415
of ? super V,capture#107 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#454 of ? super U,capture#702
of ? super U,capture#449 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4511,28]
cannot find symbol
symbol : method
reduceEntries(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<java.util.Map.Entry<K,V>,capture#201
of ? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#330 of ? super
U,capture#102 of ? super U,capture#805 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I have no idea, this is really odd though.
as a side note 022 is considered a no-go and super buggy so I recommend you
to not use it

simon

On Tuesday, April 9, 2013 7:35:40 AM UTC+2, Ivan Brusic wrote:

No luck building master with Java 1.6.0_22. The issue might be within jsr166e.
Does anyone know how to view jsr166e's dependencies?

--
Ivan

On Mon, Apr 8, 2013 at 12:21 PM, Ivan Brusic <iv...@brusic.com<javascript:>

wrote:

Works fine on Windows using Java 1.6.0_27 and 1.7 (Maven 3.0.4). I
noticed that the pom was just changed, so I will try later on with the
original machine running Java 1.6.0_22 on OSX.

On Sun, Apr 7, 2013 at 4:44 PM, Ivan Brusic <iv...@brusic.com<javascript:>

wrote:

The files involved haven't been updated recently, so there must be
something wrong on my end. Using Java 1.6.0_22 and Maven 3.0.5

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataService.java:[138,26]
type parameters of IFD cannot be determined; no unique maximal
instance exists for type variable IFD with upper bounds
IFD,org.elasticsearch.index.fielddata.IndexFieldData
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4103,28]
<K,V,U>reduce(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<?
super K,? super V,? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<? super
U,? super U,? extends U>) in jsr166e.ConcurrentHashMapV8.ForkJoinTasks
cannot be applied to
(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.BiFun<capture#815
of ? super K,capture#189 of ? super V,capture#970 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#183 of ? super U,capture#900
of ? super U,capture#615 of ? extends U>)
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4240,28]
cannot find symbol
symbol : method
reduceKeys(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#237
of ? super K,capture#656 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#522 of ? super U,capture#742
of ? super U,capture#299 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4375,28]
cannot find symbol
symbol : method
reduceValues(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<capture#415
of ? super V,capture#107 of ? extends
U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#454 of ? super U,capture#702
of ? super U,capture#449 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks
[ERROR]
/development/workspaces/elasticsearch/elasticsearch/src/main/java/jsr166e/ConcurrentHashMapV8.java:[4511,28]
cannot find symbol
symbol : method
reduceEntries(jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.ConcurrentHashMapV8.Fun<java.util.Map.Entry<K,V>,capture#201
of ? extends U>,jsr166e.ConcurrentHashMapV8.BiFun<capture#330 of ? super
U,capture#102 of ? super U,capture#805 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.ForkJoinTasks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Simon. I am stuck on 022 since it is impossible to update Java on
OSX. Haven't built Elasticsearch on this machine in a long time, probably
since the Gradle days.

--
Ivan

On Mon, Apr 8, 2013 at 11:27 PM, simonw
simon.willnauer@elasticsearch.comwrote:

I have no idea, this is really odd though.
as a side note 022 is considered a no-go and super buggy so I recommend
you to not use it

simon

On Tuesday, April 9, 2013 7:35:40 AM UTC+2, Ivan Brusic wrote:

No luck building master with Java 1.6.0_22. The issue might be within jsr166e.
Does anyone know how to view jsr166e's dependencies?

--
Ivan

On Mon, Apr 8, 2013 at 12:21 PM, Ivan Brusic iv...@brusic.com wrote:

Works fine on Windows using Java 1.6.0_27 and 1.7 (Maven 3.0.4). I
noticed that the pom was just changed, so I will try later on with the
original machine running Java 1.6.0_22 on OSX.

On Sun, Apr 7, 2013 at 4:44 PM, Ivan Brusic iv...@brusic.com wrote:

The files involved haven't been updated recently, so there must be
something wrong on my end. Using Java 1.6.0_22 and Maven 3.0.5

[ERROR] COMPILATION ERROR :
[INFO] ------------------------------------------------------------

[ERROR] /development/workspaces/elasticsearch/elasticsearch/
src/main/java/org/elasticsearch/index/fielddata/
IndexFieldDataService.java:[138,26] type parameters of IFD
cannot be determined; no unique maximal instance exists for type variable
IFD with upper bounds IFD,org.elasticsearch.index.

fielddata.IndexFieldData
[ERROR] /development/workspaces/elasticsearch/elasticsearch/
src/main/java/jsr166e/**ConcurrentHashMapV8.java:[**4103,28]
<K,V,U>reduce(jsr166e.ConcurrentHashMapV8<K,V>,
jsr166e.ConcurrentHashMapV8.**BiFun<? super K,? super V,? extends
U>,jsr166e.**ConcurrentHashMapV8.BiFun<? super U,? super U,? extends
U>) in jsr166e.ConcurrentHashMapV8.**ForkJoinTasks cannot be applied
to (jsr166e.ConcurrentHashMapV8<K,V>,jsr166e.
ConcurrentHashMapV8.BiFun<capture#815 of ? super K,capture#189 of ?
super V,capture#970 of ? extends U>,jsr166e.

ConcurrentHashMapV8.BiFun<**capture#183 of ? super U,capture#900 of ?
super U,capture#615 of ? extends U>)
[ERROR] /development/workspaces/elasticsearch/elasticsearch/
src/main/java/jsr166e/**ConcurrentHashMapV8.java:[**4240,28] cannot
find symbol
symbol : method reduceKeys(jsr166e.ConcurrentHashMapV8<K,V>,
jsr166e.ConcurrentHashMapV8.**Fun<capture#237 of ? super K,capture#656
of ? extends U>,jsr166e.**ConcurrentHashMapV8.BiFun<**capture#522 of ?
super U,capture#742 of ? super U,capture#299 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.**ForkJoinTasks
[ERROR] /development/workspaces/elasticsearch/elasticsearch/
src/main/java/jsr166e/**ConcurrentHashMapV8.java:[**4375,28] cannot
find symbol
symbol : method reduceValues(jsr166e.ConcurrentHashMapV8<K,V>,
jsr166e.ConcurrentHashMapV8.**Fun<capture#415 of ? super V,capture#107
of ? extends U>,jsr166e.**ConcurrentHashMapV8.BiFun<**capture#454 of ?
super U,capture#702 of ? super U,capture#449 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.**ForkJoinTasks
[ERROR] /development/workspaces/elasticsearch/elasticsearch/
src/main/java/jsr166e/**ConcurrentHashMapV8.java:[**4511,28] cannot
find symbol
symbol : method reduceEntries(jsr166e.ConcurrentHashMapV8<K,V>,
jsr166e.ConcurrentHashMapV8.**Fun<java.util.Map.Entry<K,V>,**capture#201
of ? extends U>,jsr166e.**ConcurrentHashMapV8.BiFun<**capture#330 of ?
super U,capture#102 of ? super U,capture#805 of ? extends U>)
location: class jsr166e.ConcurrentHashMapV8.**ForkJoinTasks

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.