question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Travis CI build failing

See original GitHub issue

Last two travis builds are failing.

Build #5411 Build #5410

ERROR: /home/travis/build/google/[secure]/BUILD.bazel:202:1: Compiling 13 JavaScript files to compiler-j2cl_dev.js failed: Worker process returned an unparseable WorkResponse!
Did you try to print something to stdout? Workers aren't allowed to do this, as it breaks the protocol between Bazel and the worker process.
---8<---8<--- Exception details ---8<---8<---
com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field.  This could mean either that the input has been truncated or that an embedded message misreported its own length.
...

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lauraharkercommented, Aug 31, 2020

From https://github.com/google/closure-compiler/issues/3667, these warnings are possibly significant:

WARNING: Download from http://bazel-mirror.storage.googleapis.com/repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
WARNING: Download from http://bazel-mirror.storage.googleapis.com/repo1.maven.org/maven2/com/squareup/javapoet/1.13.0/javapoet-1.13.0.jar failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
0reactions
rishipalcommented, Sep 13, 2020

Closing as obsolete since we decided to move to using GitHub actions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Github - Failure: The Travis CI build failed - Stack Overflow
Your build is failing, so something is wrong (unit tests?) as @osowskit said. Please paste your logs from travis (yes, it probably will...
Read more >
I don't know how to tackle "The Travis CI build failed"
@nkumar The failure is in one of the Cypress tests which you can see in the Travis build log (to get to the...
Read more >
Build icon shows 'failing' but all builds seem succesful #8389
https://travis-ci.org/AqoviaElements/properties-from-ancestor-behavior.svg?branch=master. I see here: icon. But the project doesn't have any failing builds.
Read more >
Mark a build "passed with warning" when "allow_failures" jobs ...
Basically, I think that “allow_failures” does not mean “should fail”, so I believe there should be a third state “passed with warning” to ......
Read more >
An Explorative Analysis of Travis CI with GitHub - Moritz Beller
The use of multiple integration environments leads to 10% more failures being caught at build time. However, testing on TRAVIS CI does not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found