Master compilation error

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Master compilation error

Nikolay Izhikov-2
Hello. Igniters.

Master build fails:

https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead

[13:37:02][Step 3/4] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ignite-core: Compilation failure: Compilation failure:
[13:37:02][Step 3/4] [ERROR] /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1] cannot find symbol
[13:37:02][Step 3/4] [ERROR]   symbol:   static IGNITE_BASELINE_AUTO_ADJUST_ENABLED
[13:37:02][Step 3/4] [ERROR]   location: class
[13:37:02][Step 3/4] [ERROR] /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28] cannot find symbol
[13:37:02][Step 3/4] [ERROR]   symbol:   variable IGNITE_BASELINE_AUTO_ADJUST_ENABLED
[13:37:02][Step 3/4] [ERROR]   location: class org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
[13:37:02][Step 3/4] [ERROR] /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28] cannot find symbol
[13:37:02][Step 3/4] [ERROR]   symbol:   variable IGNITE_BASELINE_AUTO_ADJUST_ENABLED
[13:37:02][Step 3/4] [ERROR]   location: class org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
[13:37:02][Step 3/4] [ERROR] /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30] cannot find symbol
[13:37:02][Step 3/4] [ERROR]   symbol:   variable IGNITE_BASELINE_AUTO_ADJUST_ENABLED
[13:37:02][Step 3/4] [ERROR]   location: class org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest

Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Anton Vinogradov-2
It seems, this because of IGNITE-12227 fix [1].
Main question is "how this may happen in case fix got the Visa [2] ?".

[1]
https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
[2]
https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135

On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]> wrote:

> Hello. Igniters.
>
> Master build fails:
>
>
> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
>
> [13:37:02][Step 3/4] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> (default-testCompile) on project ignite-core: Compilation failure:
> Compilation failure:
> [13:37:02][Step 3/4] [ERROR]
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
> cannot find symbol
> [13:37:02][Step 3/4] [ERROR]   symbol:   static
> IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> [13:37:02][Step 3/4] [ERROR]   location: class
> [13:37:02][Step 3/4] [ERROR]
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
> cannot find symbol
> [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> [13:37:02][Step 3/4] [ERROR]   location: class
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
> [13:37:02][Step 3/4] [ERROR]
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
> cannot find symbol
> [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> [13:37:02][Step 3/4] [ERROR]   location: class
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> [13:37:02][Step 3/4] [ERROR]
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
> cannot find symbol
> [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> [13:37:02][Step 3/4] [ERROR]   location: class
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Pavel Tupitsyn
> Main question is "how this may happen in case fix got the Visa [2] ?".
This can happen because of other changes in master.
"Visa" truly works only when master is in the same state during the merge
as it was during TC run.

On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]> wrote:

> It seems, this because of IGNITE-12227 fix [1].
> Main question is "how this may happen in case fix got the Visa [2] ?".
>
> [1]
>
> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
> [2]
>
> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
>
> On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]>
> wrote:
>
> > Hello. Igniters.
> >
> > Master build fails:
> >
> >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
> >
> > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> > (default-testCompile) on project ignite-core: Compilation failure:
> > Compilation failure:
> > [13:37:02][Step 3/4] [ERROR]
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
> > cannot find symbol
> > [13:37:02][Step 3/4] [ERROR]   symbol:   static
> > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > [13:37:02][Step 3/4] [ERROR]   location: class
> > [13:37:02][Step 3/4] [ERROR]
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
> > cannot find symbol
> > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > [13:37:02][Step 3/4] [ERROR]   location: class
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
> > [13:37:02][Step 3/4] [ERROR]
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
> > cannot find symbol
> > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > [13:37:02][Step 3/4] [ERROR]   location: class
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> > [13:37:02][Step 3/4] [ERROR]
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
> > cannot find symbol
> > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > [13:37:02][Step 3/4] [ERROR]   location: class
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Anton Vinogradov-2
Should we perform an additional compilation attempt on pull/xxx/merge at
each visa request?

On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <[hidden email]> wrote:

> > Main question is "how this may happen in case fix got the Visa [2] ?".
> This can happen because of other changes in master.
> "Visa" truly works only when master is in the same state during the merge
> as it was during TC run.
>
> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]> wrote:
>
> > It seems, this because of IGNITE-12227 fix [1].
> > Main question is "how this may happen in case fix got the Visa [2] ?".
> >
> > [1]
> >
> >
> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
> > [2]
> >
> >
> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
> >
> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]>
> > wrote:
> >
> > > Hello. Igniters.
> > >
> > > Master build fails:
> > >
> > >
> > >
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
> > >
> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> > > (default-testCompile) on project ignite-core: Compilation failure:
> > > Compilation failure:
> > > [13:37:02][Step 3/4] [ERROR]
> > >
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
> > > cannot find symbol
> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > > [13:37:02][Step 3/4] [ERROR]
> > >
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
> > > cannot find symbol
> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
> > > [13:37:02][Step 3/4] [ERROR]
> > >
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
> > > cannot find symbol
> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> > > [13:37:02][Step 3/4] [ERROR]
> > >
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
> > > cannot find symbol
> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Anton Vinogradov-2
Also, is it possible to perform the same check on the merge attempt?

Each PR can be merged from GitHub page, can we append check to the "megre
button" flow?
Can we restrict merges bypassing this button?

On Mon, Jan 20, 2020 at 2:17 PM Anton Vinogradov <[hidden email]> wrote:

> Should we perform an additional compilation attempt on pull/xxx/merge at
> each visa request?
>
> On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <[hidden email]>
> wrote:
>
>> > Main question is "how this may happen in case fix got the Visa [2] ?".
>> This can happen because of other changes in master.
>> "Visa" truly works only when master is in the same state during the merge
>> as it was during TC run.
>>
>> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]> wrote:
>>
>> > It seems, this because of IGNITE-12227 fix [1].
>> > Main question is "how this may happen in case fix got the Visa [2] ?".
>> >
>> > [1]
>> >
>> >
>> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
>> > [2]
>> >
>> >
>> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
>> >
>> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]>
>> > wrote:
>> >
>> > > Hello. Igniters.
>> > >
>> > > Master build fails:
>> > >
>> > >
>> > >
>> >
>> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
>> > >
>> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
>> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
>> > > (default-testCompile) on project ignite-core: Compilation failure:
>> > > Compilation failure:
>> > > [13:37:02][Step 3/4] [ERROR]
>> > >
>> >
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
>> > > cannot find symbol
>> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
>> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> > > [13:37:02][Step 3/4] [ERROR]
>> > >
>> >
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
>> > > cannot find symbol
>> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> > >
>> >
>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
>> > > [13:37:02][Step 3/4] [ERROR]
>> > >
>> >
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
>> > > cannot find symbol
>> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> > >
>> >
>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>> > > [13:37:02][Step 3/4] [ERROR]
>> > >
>> >
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
>> > > cannot find symbol
>> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> > >
>> >
>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>> > >
>> > >
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Alexey Goncharuk
Will fix the compilation shortly, apologies for not checking locally.

An additional compilation attempt is a good idea, but: first, I believe,
there is still an option to merge a PR directly to apache git, second -
when running a check, we need to make sure that master gets fast-forwarded
exactly to the revision that was checked (though, it will help to avoid a
lot of concurrent merge failures). I have no enough experience with Github,
so I am not sure if this is possible.

пн, 20 янв. 2020 г. в 14:40, Anton Vinogradov <[hidden email]>:

> Also, is it possible to perform the same check on the merge attempt?
>
> Each PR can be merged from GitHub page, can we append check to the "megre
> button" flow?
> Can we restrict merges bypassing this button?
>
> On Mon, Jan 20, 2020 at 2:17 PM Anton Vinogradov <[hidden email]> wrote:
>
> > Should we perform an additional compilation attempt on pull/xxx/merge at
> > each visa request?
> >
> > On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <[hidden email]>
> > wrote:
> >
> >> > Main question is "how this may happen in case fix got the Visa [2] ?".
> >> This can happen because of other changes in master.
> >> "Visa" truly works only when master is in the same state during the
> merge
> >> as it was during TC run.
> >>
> >> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]> wrote:
> >>
> >> > It seems, this because of IGNITE-12227 fix [1].
> >> > Main question is "how this may happen in case fix got the Visa [2] ?".
> >> >
> >> > [1]
> >> >
> >> >
> >>
> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
> >> > [2]
> >> >
> >> >
> >>
> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
> >> >
> >> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]>
> >> > wrote:
> >> >
> >> > > Hello. Igniters.
> >> > >
> >> > > Master build fails:
> >> > >
> >> > >
> >> > >
> >> >
> >>
> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
> >> > >
> >> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
> >> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> >> > > (default-testCompile) on project ignite-core: Compilation failure:
> >> > > Compilation failure:
> >> > > [13:37:02][Step 3/4] [ERROR]
> >> > >
> >> >
> >>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
> >> > > cannot find symbol
> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >> > > [13:37:02][Step 3/4] [ERROR]
> >> > >
> >> >
> >>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
> >> > > cannot find symbol
> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >> > >
> >> >
> >>
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
> >> > > [13:37:02][Step 3/4] [ERROR]
> >> > >
> >> >
> >>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
> >> > > cannot find symbol
> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >> > >
> >> >
> >>
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> >> > > [13:37:02][Step 3/4] [ERROR]
> >> > >
> >> >
> >>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
> >> > > cannot find symbol
> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >> > >
> >> >
> >>
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> >> > >
> >> > >
> >> >
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Alexey Goncharuk
Master is fixed.

пн, 20 янв. 2020 г. в 15:08, Alexey Goncharuk <[hidden email]>:

> Will fix the compilation shortly, apologies for not checking locally.
>
> An additional compilation attempt is a good idea, but: first, I believe,
> there is still an option to merge a PR directly to apache git, second -
> when running a check, we need to make sure that master gets fast-forwarded
> exactly to the revision that was checked (though, it will help to avoid a
> lot of concurrent merge failures). I have no enough experience with Github,
> so I am not sure if this is possible.
>
> пн, 20 янв. 2020 г. в 14:40, Anton Vinogradov <[hidden email]>:
>
>> Also, is it possible to perform the same check on the merge attempt?
>>
>> Each PR can be merged from GitHub page, can we append check to the "megre
>> button" flow?
>> Can we restrict merges bypassing this button?
>>
>> On Mon, Jan 20, 2020 at 2:17 PM Anton Vinogradov <[hidden email]> wrote:
>>
>> > Should we perform an additional compilation attempt on pull/xxx/merge at
>> > each visa request?
>> >
>> > On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <[hidden email]>
>> > wrote:
>> >
>> >> > Main question is "how this may happen in case fix got the Visa [2]
>> ?".
>> >> This can happen because of other changes in master.
>> >> "Visa" truly works only when master is in the same state during the
>> merge
>> >> as it was during TC run.
>> >>
>> >> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]>
>> wrote:
>> >>
>> >> > It seems, this because of IGNITE-12227 fix [1].
>> >> > Main question is "how this may happen in case fix got the Visa [2]
>> ?".
>> >> >
>> >> > [1]
>> >> >
>> >> >
>> >>
>> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
>> >> > [2]
>> >> >
>> >> >
>> >>
>> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
>> >> >
>> >> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]>
>> >> > wrote:
>> >> >
>> >> > > Hello. Igniters.
>> >> > >
>> >> > > Master build fails:
>> >> > >
>> >> > >
>> >> > >
>> >> >
>> >>
>> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
>> >> > >
>> >> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
>> >> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
>> >> > > (default-testCompile) on project ignite-core: Compilation failure:
>> >> > > Compilation failure:
>> >> > > [13:37:02][Step 3/4] [ERROR]
>> >> > >
>> >> >
>> >>
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
>> >> > > cannot find symbol
>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> >> > > [13:37:02][Step 3/4] [ERROR]
>> >> > >
>> >> >
>> >>
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
>> >> > > cannot find symbol
>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> >> > >
>> >> >
>> >>
>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
>> >> > > [13:37:02][Step 3/4] [ERROR]
>> >> > >
>> >> >
>> >>
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
>> >> > > cannot find symbol
>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> >> > >
>> >> >
>> >>
>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>> >> > > [13:37:02][Step 3/4] [ERROR]
>> >> > >
>> >> >
>> >>
>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
>> >> > > cannot find symbol
>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>> >> > >
>> >> >
>> >>
>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>> >> > >
>> >> > >
>> >> >
>> >>
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Alexey Goncharuk
Ok, now I'm confused: what is a kosher command to check the build locally?

пн, 20 янв. 2020 г. в 15:38, Alexey Goncharuk <[hidden email]>:

> Master is fixed.
>
> пн, 20 янв. 2020 г. в 15:08, Alexey Goncharuk <[hidden email]
> >:
>
>> Will fix the compilation shortly, apologies for not checking locally.
>>
>> An additional compilation attempt is a good idea, but: first, I believe,
>> there is still an option to merge a PR directly to apache git, second -
>> when running a check, we need to make sure that master gets fast-forwarded
>> exactly to the revision that was checked (though, it will help to avoid a
>> lot of concurrent merge failures). I have no enough experience with Github,
>> so I am not sure if this is possible.
>>
>> пн, 20 янв. 2020 г. в 14:40, Anton Vinogradov <[hidden email]>:
>>
>>> Also, is it possible to perform the same check on the merge attempt?
>>>
>>> Each PR can be merged from GitHub page, can we append check to the "megre
>>> button" flow?
>>> Can we restrict merges bypassing this button?
>>>
>>> On Mon, Jan 20, 2020 at 2:17 PM Anton Vinogradov <[hidden email]> wrote:
>>>
>>> > Should we perform an additional compilation attempt on pull/xxx/merge
>>> at
>>> > each visa request?
>>> >
>>> > On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <[hidden email]>
>>> > wrote:
>>> >
>>> >> > Main question is "how this may happen in case fix got the Visa [2]
>>> ?".
>>> >> This can happen because of other changes in master.
>>> >> "Visa" truly works only when master is in the same state during the
>>> merge
>>> >> as it was during TC run.
>>> >>
>>> >> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]>
>>> wrote:
>>> >>
>>> >> > It seems, this because of IGNITE-12227 fix [1].
>>> >> > Main question is "how this may happen in case fix got the Visa [2]
>>> ?".
>>> >> >
>>> >> > [1]
>>> >> >
>>> >> >
>>> >>
>>> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
>>> >> > [2]
>>> >> >
>>> >> >
>>> >>
>>> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
>>> >> >
>>> >> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <[hidden email]
>>> >
>>> >> > wrote:
>>> >> >
>>> >> > > Hello. Igniters.
>>> >> > >
>>> >> > > Master build fails:
>>> >> > >
>>> >> > >
>>> >> > >
>>> >> >
>>> >>
>>> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
>>> >> > >
>>> >> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
>>> >> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
>>> >> > > (default-testCompile) on project ignite-core: Compilation failure:
>>> >> > > Compilation failure:
>>> >> > > [13:37:02][Step 3/4] [ERROR]
>>> >> > >
>>> >> >
>>> >>
>>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
>>> >> > > cannot find symbol
>>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
>>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>>> >> > > [13:37:02][Step 3/4] [ERROR]
>>> >> > >
>>> >> >
>>> >>
>>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
>>> >> > > cannot find symbol
>>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>>> >> > >
>>> >> >
>>> >>
>>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
>>> >> > > [13:37:02][Step 3/4] [ERROR]
>>> >> > >
>>> >> >
>>> >>
>>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
>>> >> > > cannot find symbol
>>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>>> >> > >
>>> >> >
>>> >>
>>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>>> >> > > [13:37:02][Step 3/4] [ERROR]
>>> >> > >
>>> >> >
>>> >>
>>> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
>>> >> > > cannot find symbol
>>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
>>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
>>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
>>> >> > >
>>> >> >
>>> >>
>>> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
>>> >> > >
>>> >> > >
>>> >> >
>>> >>
>>> >
>>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Ilya Kasnacheev
Hello!

I do the following:

mvn clean install -DskipTests -Dmaven.javadoc.skip=true
-Dmaven.scaladoc.skip=true -Plgpl

Maybe -Pall-java is needed actually, though, it will not check C++ and .Net
anyway :-/

Regards,
--
Ilya Kasnacheev


пн, 20 янв. 2020 г. в 16:35, Alexey Goncharuk <[hidden email]>:

> Ok, now I'm confused: what is a kosher command to check the build locally?
>
> пн, 20 янв. 2020 г. в 15:38, Alexey Goncharuk <[hidden email]
> >:
>
> > Master is fixed.
> >
> > пн, 20 янв. 2020 г. в 15:08, Alexey Goncharuk <
> [hidden email]
> > >:
> >
> >> Will fix the compilation shortly, apologies for not checking locally.
> >>
> >> An additional compilation attempt is a good idea, but: first, I believe,
> >> there is still an option to merge a PR directly to apache git, second -
> >> when running a check, we need to make sure that master gets
> fast-forwarded
> >> exactly to the revision that was checked (though, it will help to avoid
> a
> >> lot of concurrent merge failures). I have no enough experience with
> Github,
> >> so I am not sure if this is possible.
> >>
> >> пн, 20 янв. 2020 г. в 14:40, Anton Vinogradov <[hidden email]>:
> >>
> >>> Also, is it possible to perform the same check on the merge attempt?
> >>>
> >>> Each PR can be merged from GitHub page, can we append check to the
> "megre
> >>> button" flow?
> >>> Can we restrict merges bypassing this button?
> >>>
> >>> On Mon, Jan 20, 2020 at 2:17 PM Anton Vinogradov <[hidden email]>
> wrote:
> >>>
> >>> > Should we perform an additional compilation attempt on pull/xxx/merge
> >>> at
> >>> > each visa request?
> >>> >
> >>> > On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <[hidden email]
> >
> >>> > wrote:
> >>> >
> >>> >> > Main question is "how this may happen in case fix got the Visa [2]
> >>> ?".
> >>> >> This can happen because of other changes in master.
> >>> >> "Visa" truly works only when master is in the same state during the
> >>> merge
> >>> >> as it was during TC run.
> >>> >>
> >>> >> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]>
> >>> wrote:
> >>> >>
> >>> >> > It seems, this because of IGNITE-12227 fix [1].
> >>> >> > Main question is "how this may happen in case fix got the Visa [2]
> >>> ?".
> >>> >> >
> >>> >> > [1]
> >>> >> >
> >>> >> >
> >>> >>
> >>>
> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
> >>> >> > [2]
> >>> >> >
> >>> >> >
> >>> >>
> >>>
> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
> >>> >> >
> >>> >> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <
> [hidden email]
> >>> >
> >>> >> > wrote:
> >>> >> >
> >>> >> > > Hello. Igniters.
> >>> >> > >
> >>> >> > > Master build fails:
> >>> >> > >
> >>> >> > >
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
> >>> >> > >
> >>> >> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
> >>> >> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> >>> >> > > (default-testCompile) on project ignite-core: Compilation
> failure:
> >>> >> > > Compilation failure:
> >>> >> > > [13:37:02][Step 3/4] [ERROR]
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
> >>> >> > > cannot find symbol
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
> >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >>> >> > > [13:37:02][Step 3/4] [ERROR]
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
> >>> >> > > cannot find symbol
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
> >>> >> > > [13:37:02][Step 3/4] [ERROR]
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
> >>> >> > > cannot find symbol
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> >>> >> > > [13:37:02][Step 3/4] [ERROR]
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
> >>> >> > > cannot find symbol
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> >>> >> > >
> >>> >> >
> >>> >>
> >>>
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> >>> >> > >
> >>> >> > >
> >>> >> >
> >>> >>
> >>> >
> >>>
> >>
>
Reply | Threaded
Open this post in threaded view
|

Re: Master compilation error

Alexey Goncharuk
That's what I was using, it did not compile ignite-compatibility for me.
Thanks for Petr, the following command worked:
mvn clean package -U
-Pall-java,all-scala,scala,licenses,lgpl,examples,tensorflow,checkstyle
-DskipTests -Dmaven.javadoc.skip=true

пн, 20 янв. 2020 г. в 18:59, Ilya Kasnacheev <[hidden email]>:

> Hello!
>
> I do the following:
>
> mvn clean install -DskipTests -Dmaven.javadoc.skip=true
> -Dmaven.scaladoc.skip=true -Plgpl
>
> Maybe -Pall-java is needed actually, though, it will not check C++ and .Net
> anyway :-/
>
> Regards,
> --
> Ilya Kasnacheev
>
>
> пн, 20 янв. 2020 г. в 16:35, Alexey Goncharuk <[hidden email]
> >:
>
> > Ok, now I'm confused: what is a kosher command to check the build
> locally?
> >
> > пн, 20 янв. 2020 г. в 15:38, Alexey Goncharuk <
> [hidden email]
> > >:
> >
> > > Master is fixed.
> > >
> > > пн, 20 янв. 2020 г. в 15:08, Alexey Goncharuk <
> > [hidden email]
> > > >:
> > >
> > >> Will fix the compilation shortly, apologies for not checking locally.
> > >>
> > >> An additional compilation attempt is a good idea, but: first, I
> believe,
> > >> there is still an option to merge a PR directly to apache git, second
> -
> > >> when running a check, we need to make sure that master gets
> > fast-forwarded
> > >> exactly to the revision that was checked (though, it will help to
> avoid
> > a
> > >> lot of concurrent merge failures). I have no enough experience with
> > Github,
> > >> so I am not sure if this is possible.
> > >>
> > >> пн, 20 янв. 2020 г. в 14:40, Anton Vinogradov <[hidden email]>:
> > >>
> > >>> Also, is it possible to perform the same check on the merge attempt?
> > >>>
> > >>> Each PR can be merged from GitHub page, can we append check to the
> > "megre
> > >>> button" flow?
> > >>> Can we restrict merges bypassing this button?
> > >>>
> > >>> On Mon, Jan 20, 2020 at 2:17 PM Anton Vinogradov <[hidden email]>
> > wrote:
> > >>>
> > >>> > Should we perform an additional compilation attempt on
> pull/xxx/merge
> > >>> at
> > >>> > each visa request?
> > >>> >
> > >>> > On Mon, Jan 20, 2020 at 1:56 PM Pavel Tupitsyn <
> [hidden email]
> > >
> > >>> > wrote:
> > >>> >
> > >>> >> > Main question is "how this may happen in case fix got the Visa
> [2]
> > >>> ?".
> > >>> >> This can happen because of other changes in master.
> > >>> >> "Visa" truly works only when master is in the same state during
> the
> > >>> merge
> > >>> >> as it was during TC run.
> > >>> >>
> > >>> >> On Mon, Jan 20, 2020 at 1:50 PM Anton Vinogradov <[hidden email]>
> > >>> wrote:
> > >>> >>
> > >>> >> > It seems, this because of IGNITE-12227 fix [1].
> > >>> >> > Main question is "how this may happen in case fix got the Visa
> [2]
> > >>> ?".
> > >>> >> >
> > >>> >> > [1]
> > >>> >> >
> > >>> >> >
> > >>> >>
> > >>>
> >
> https://ci.ignite.apache.org/viewModification.html?modId=895719&personal=false&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=vcsModificationFiles
> > >>> >> > [2]
> > >>> >> >
> > >>> >> >
> > >>> >>
> > >>>
> >
> https://issues.apache.org/jira/browse/IGNITE-12227?focusedCommentId=17018135&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17018135
> > >>> >> >
> > >>> >> > On Mon, Jan 20, 2020 at 1:43 PM Николай Ижиков <
> > [hidden email]
> > >>> >
> > >>> >> > wrote:
> > >>> >> >
> > >>> >> > > Hello. Igniters.
> > >>> >> > >
> > >>> >> > > Master build fails:
> > >>> >> > >
> > >>> >> > >
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> https://ci.ignite.apache.org/viewLog.html?buildId=4944107&buildTypeId=IgniteTests24Java8_BuildApacheIgnite&tab=buildLog&branch_IgniteTests24Java8=pull%2F7269%2Fhead
> > >>> >> > >
> > >>> >> > > [13:37:02][Step 3/4] [ERROR] Failed to execute goal
> > >>> >> > > org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile
> > >>> >> > > (default-testCompile) on project ignite-core: Compilation
> > failure:
> > >>> >> > > Compilation failure:
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[25,1]
> > >>> >> > > cannot find symbol
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   static
> > >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateAbstractTest.java:[162,28]
> > >>> >> > > cannot find symbol
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateAbstractTest
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[40,28]
> > >>> >> > > cannot find symbol
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> /opt/buildagent/work/7bc1c54bc719b67c/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyVolatileRebalanceTest.java:[47,30]
> > >>> >> > > cannot find symbol
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   symbol:   variable
> > >>> >> > > IGNITE_BASELINE_AUTO_ADJUST_ENABLED
> > >>> >> > > [13:37:02][Step 3/4] [ERROR]   location: class
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>>
> >
> org.apache.ignite.internal.processors.cache.transactions.TxPartitionCounterStateConsistencyVolatileRebalanceTest
> > >>> >> > >
> > >>> >> > >
> > >>> >> >
> > >>> >>
> > >>> >
> > >>>
> > >>
> >
>