You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2020/01/27 20:46:42 UTC

[CRON] Errored: apache/flink#42289 (master - 391dd4c)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[master](https://github.com/apache/flink/tree/master)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #42289 errored](https://travis-ci.org/apache/flink/builds/642369528)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)34 hrs, 59
mins, 58 secs  
  
---  
  
![Aljoscha Krettek
avatar](https://secure.gravatar.com/avatar/b642944676e8f44f41abd3529a90a265.jpg)Aljoscha
Krettek

[391dd4c CHANGESET
->](https://github.com/apache/flink/compare/53f956fb57dd5601d2e3ca9289207d21796cdc4d...391dd4c02642a2a2a0fc4ae5be1720de09c056b5)  
  
[FLINK-15739] Fix TypeSerializerUpgradeTestBase on Java 12  
  
The problem was that some of the relocated classes in  
PojoSerializerUpgradeTest have enums in them. Java 12 introduced the  
EnumDesc class and enums will have an inner subclass of this defined  
that does not have a ClassLoader. We now filter out classes that don't  
have a classloader in the ClassRelocator because these classes don't  
have bytecode that we could relocate.