Add rusty_v8 to the list of spurious failures#583
Merged
Conversation
Here's an example failure: https://crater-reports.s3.amazonaws.com/pr-87050/try%23ddfd70ee3c3748e597b32f416b0d15a4f6e37685/gh/DiscoreMe.mydeno/log.txt ``` [INFO] [stderr] Compiling rusty_v8 v0.16.0 [INFO] [stderr] error: failed to run custom build command for `rusty_v8 v0.16.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rusty_v8-9f24d36fc8d2f58d/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] download lockfile: "/opt/rustwide/target/debug/build/lib_download.fslock" [INFO] [stderr] static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.16.0/librusty_v8_debug_x86_64-unknown-linux-gnu.a [INFO] [stderr] cargo:rustc-link-search=/opt/rustwide/target/debug/gn_out/obj [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.16.0/librusty_v8_debug_x86_64-unknown-linux-gnu.a [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.16.0/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] <urlopen error [Errno -3] Temporary failure in name resolution> [INFO] [stderr] Retrying in 5 s ... [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.16.0/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] <urlopen error [Errno -3] Temporary failure in name resolution> [INFO] [stderr] Retrying in 10 s ... [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.16.0/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] <urlopen error [Errno -3] Temporary failure in name resolution> [INFO] [stderr] Retrying in 20 s ... [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.16.0/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] <urlopen error [Errno -3] Temporary failure in name resolution> [INFO] [stderr] Python downloader failed, trying with curl. [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "./tools/download_file.py", line 64, in <module> [INFO] [stderr] sys.exit(main()) [INFO] [stderr] File "./tools/download_file.py", line 59, in main [INFO] [stderr] DownloadUrl(args.url, f) [INFO] [stderr] File "./tools/download_file.py", line 45, in DownloadUrl [INFO] [stderr] raise e [INFO] [stderr] urllib2.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> [INFO] [stderr] thread 'main' panicked at 'assertion failed: status.success()', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.16.0/build.rs:276:3 ```
Member
|
@bors r+ |
Contributor
|
📌 Commit 43ef9c6 has been approved by |
Contributor
Contributor
|
☀️ Test successful - checks-actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's an example failure: https://crater-reports.s3.amazonaws.com/pr-87050/try%23ddfd70ee3c3748e597b32f416b0d15a4f6e37685/gh/DiscoreMe.mydeno/log.txt