Github user jaoki commented on the pull request:
https://github.com/apache/flink/pull/1444#issuecomment-163438135
The travis error is in streaming-java, but my change was made in core and
optimizer
```
[INFO] flink-runtime-web .................................. SUCCESS [
16.675 s]
[INFO] flink-streaming-java ............................... FAILURE [01:57
min]
[INFO] flink-examples ..................................... SKIPPED
```
and error seems to relate to some jar file?
```
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :flink-streaming-java
Trying to KILL watchdog (2290).
./tools/travis_mvn_watchdog.sh: line 204: 2290 Terminated
watchdog
MVN exited with EXIT CODE: 1.
java.io.FileNotFoundException: build-target/lib/flink-dist-*.jar (No such
file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:220)
at java.util.zip.ZipFile.<init>(ZipFile.java:150)
at java.util.zip.ZipFile.<init>(ZipFile.java:121)
at sun.tools.jar.Main.list(Main.java:1060)
at sun.tools.jar.Main.run(Main.java:291)
at sun.tools.jar.Main.main(Main.java:1233)
find: `./flink-yarn-tests/target/flink-yarn-tests*': No such file or
directory
PRODUCED build artifacts.
1.log 2.log build_info mvn.out
The command "./tools/travis_mvn_watchdog.sh 300" exited with 1.
```
Most probably it is irrelevant from my change?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---