Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rusty_v8 to the list of spurious failures #583

Merged
merged 1 commit into from
Jul 26, 2021
Merged

Commits on Jul 25, 2021

  1. Add rusty_v8 to the list of spurious failures

    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/git.luolix.top-1ecc6299db9ec823/rusty_v8-0.16.0/build.rs:276:3
    ```
    jyn514 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    43ef9c6 View commit details
    Browse the repository at this point in the history