Help needed - travis-ci : cannot find symbol: method cbfCode()

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

Help needed - travis-ci : cannot find symbol: method cbfCode()

Feng LI
Hello guys,

Just wondering if someone can help me out with this very first pull request
- the travis-ci failed during Tests phase :
https://travis-ci.org/apache/flink/builds/494787984

The error seems unrelevant to my change though, do I need some trick to fix
it here?

10:42:12.053 [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
(default-compile) on project flink-scala_2.11: Compilation failure:
Compilation failure:
10:42:12.053 [ERROR]
/home/travis/build/apache/flink/flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/TraversableSerializerSnapshot.java:[55,50]
cannot find symbol
10:42:12.053 [ERROR] symbol:   method cbfCode()
10:42:12.053 [ERROR] location: variable serializerInstance of type
org.apache.flink.api.scala.typeutils.TraversableSerializer<T,E>
10:42:12.053 [ERROR]
/home/travis/build/apache/flink/flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/TraversableSerializerSnapshot.java:[84,24]
org.apache.flink.api.scala.typeutils.TraversableSerializer is
abstract; cannot be instantiated
10:42:12.053 [ERROR]
/home/travis/build/apache/flink/flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/TraversableSerializerSnapshot.java:[102,52]
cannot find symbol
10:42:12.053 [ERROR] symbol:   method cbfCode()
10:42:12.053 [ERROR] location: variable newSerializer of type
org.apache.flink.api.scala.typeutils.TraversableSerializer<T,E>


Cheers,
Feng
Reply | Threaded
Open this post in threaded view
|

Re: Help needed - travis-ci : cannot find symbol: method cbfCode()

Tzu-Li (Gordon) Tai
Hi,

Thanks for reporting this.

I'm not entirely sure what happened with the build here - the master branch
is building without the error at the moment.
Also, your latest Travis run on the PR is passing:
https://travis-ci.org/apache/flink/builds/494952794
So, I would say, considering your PR it is ok to ignore that previous
failing build.

Nevertheless, I've pulled in Aljoscha (in CC) to keep an eye on this in
case it is some kind of instability with the TraversableSerializer.

Cheers,
Gordon

On Tue, Feb 19, 2019 at 9:49 PM Feng LI <[hidden email]> wrote:

> Hello guys,
>
> Just wondering if someone can help me out with this very first pull request
> - the travis-ci failed during Tests phase :
> https://travis-ci.org/apache/flink/builds/494787984
>
> The error seems unrelevant to my change though, do I need some trick to fix
> it here?
>
> 10:42:12.053 [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project flink-scala_2.11: Compilation failure:
> Compilation failure:
> 10:42:12.053 [ERROR]
>
> /home/travis/build/apache/flink/flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/TraversableSerializerSnapshot.java:[55,50]
> cannot find symbol
> 10:42:12.053 [ERROR] symbol:   method cbfCode()
> 10:42:12.053 [ERROR] location: variable serializerInstance of type
> org.apache.flink.api.scala.typeutils.TraversableSerializer<T,E>
> 10:42:12.053 [ERROR]
>
> /home/travis/build/apache/flink/flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/TraversableSerializerSnapshot.java:[84,24]
> org.apache.flink.api.scala.typeutils.TraversableSerializer is
> abstract; cannot be instantiated
> 10:42:12.053 [ERROR]
>
> /home/travis/build/apache/flink/flink-scala/src/main/java/org/apache/flink/api/scala/typeutils/TraversableSerializerSnapshot.java:[102,52]
> cannot find symbol
> 10:42:12.053 [ERROR] symbol:   method cbfCode()
> 10:42:12.053 [ERROR] location: variable newSerializer of type
> org.apache.flink.api.scala.typeutils.TraversableSerializer<T,E>
>
>
> Cheers,
> Feng
>