[INFO] cloning repository https://github.com/corysabol/HyperFlo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/corysabol/HyperFlo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorysabol%2FHyperFlo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorysabol%2FHyperFlo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb68cc080eacf87a0f0737ece7c195dae1dd98ce [INFO] checking corysabol/HyperFlo against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorysabol%2FHyperFlo" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/corysabol/HyperFlo on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/corysabol/HyperFlo [INFO] finished tweaking git repo https://github.com/corysabol/HyperFlo [INFO] tweaked toml for git repo https://github.com/corysabol/HyperFlo written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/corysabol/HyperFlo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72b8b5af21c9dac483907ee862671718a7d4e822fc6836e87e7247c471a88c9c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "72b8b5af21c9dac483907ee862671718a7d4e822fc6836e87e7247c471a88c9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72b8b5af21c9dac483907ee862671718a7d4e822fc6836e87e7247c471a88c9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b8b5af21c9dac483907ee862671718a7d4e822fc6836e87e7247c471a88c9c", kill_on_drop: false }` [INFO] [stdout] 72b8b5af21c9dac483907ee862671718a7d4e822fc6836e87e7247c471a88c9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cebc0e95bab2693b0307495055aa55fb4b1fb7be1d46de45584d5d0a91cba134 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cebc0e95bab2693b0307495055aa55fb4b1fb7be1d46de45584d5d0a91cba134", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking once_cell v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling cargo_gn v0.0.15 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking urlencoding v1.0.0 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Checking pin-project-lite v0.1.5 [INFO] [stderr] Checking boxfnonce v0.1.1 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling soup-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling webkit2gtk-sys v0.10.0 [INFO] [stderr] Checking javascriptcore-rs-sys v0.2.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling webview-sys v0.5.0 [INFO] [stderr] Compiling tinyfiledialogs v3.3.9 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling rusty_v8 v0.4.2 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Compiling derive_deref v1.1.0 [INFO] [stderr] Checking web-view v0.6.2 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Checking pin-project v0.4.17 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] error: failed to run custom build command for `rusty_v8 v0.4.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rusty_v8-2589ba09e72da1d4/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.4.2/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.4.2/librusty_v8_debug_x86_64-unknown-linux-gnu.a [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.4.2/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] [INFO] [stderr] Retrying in 5 s ... [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.4.2/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] [INFO] [stderr] Retrying in 10 s ... [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.4.2/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] [INFO] [stderr] Retrying in 20 s ... [INFO] [stderr] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.4.2/librusty_v8_debug_x86_64-unknown-linux-gnu.a... [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "./tools/download_file.py", line 63, in [INFO] [stderr] sys.exit(main()) [INFO] [stderr] File "./tools/download_file.py", line 58, in main [INFO] [stderr] DownloadUrl(args.url, f) [INFO] [stderr] File "./tools/download_file.py", line 44, in DownloadUrl [INFO] [stderr] raise e [INFO] [stderr] urllib2.URLError: [INFO] [stderr] thread 'main' panicked at 'assertion failed: status.success()', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.4.2/build.rs:229:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x556e382f6850 - std::backtrace_rs::backtrace::libunwind::trace::h9d49145f95eb5894 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x556e382f6850 - std::backtrace_rs::backtrace::trace_unsynchronized::hab1d020365bb6864 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x556e382f6850 - std::sys_common::backtrace::_print_fmt::h7659588431e304bd [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x556e382f6850 - ::fmt::h09f4a9e3befae3c7 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x556e3831261c - core::fmt::write::hf3fdfde304b9a088 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/core/src/fmt/mod.rs:1092:17 [INFO] [stderr] 5: 0x556e382f2f52 - std::io::Write::write_fmt::h1cb850689c7116f0 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/io/mod.rs:1568:15 [INFO] [stderr] 6: 0x556e382f89a5 - std::sys_common::backtrace::_print::hdbccd5aa093ba544 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x556e382f89a5 - std::sys_common::backtrace::print::hc639c4f320222558 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x556e382f89a5 - std::panicking::default_hook::{{closure}}::hdb012dd7a485bb5d [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x556e382f8453 - std::panicking::default_hook::h75facbce77b6ba91 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x556e382f9141 - std::panicking::rust_panic_with_hook::hbcaa5de2cb5e22d5 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x556e382f8c57 - std::panicking::begin_panic_handler::{{closure}}::h4ee6cde415c8f62d [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:495:13 [INFO] [stderr] 12: 0x556e382f6d0c - std::sys_common::backtrace::__rust_end_short_backtrace::h895319f2d3f611c0 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x556e382f8be9 - rust_begin_unwind [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x556e38311861 - core::panicking::panic_fmt::h0123abb763a6e96f [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x556e383117ad - core::panicking::panic::hdf1b6c818ad7c6ad [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x556e3829a20e - build_script_build::download_static_lib_binaries::h22d7490d465217a2 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.4.2/build.rs:229:5 [INFO] [stderr] 17: 0x556e38297356 - build_script_build::main::h70fef55c1e25d463 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusty_v8-0.4.2/build.rs:29:7 [INFO] [stderr] 18: 0x556e3829c7ab - core::ops::function::FnOnce::call_once::hc1325b3ebb744b07 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 19: 0x556e382a27fe - std::sys_common::backtrace::__rust_begin_short_backtrace::hc1825f96cca76db3 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 20: 0x556e382a0761 - std::rt::lang_start::{{closure}}::hfb98b11b0690bf74 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/rt.rs:66:18 [INFO] [stderr] 21: 0x556e382f955a - core::ops::function::impls:: for &F>::call_once::h31ee16c075ae2d62 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 22: 0x556e382f955a - std::panicking::try::do_call::h3993344bf97066b6 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:379:40 [INFO] [stderr] 23: 0x556e382f955a - std::panicking::try::h09e523df7c9c2d28 [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panicking.rs:343:19 [INFO] [stderr] 24: 0x556e382f955a - std::panic::catch_unwind::h9d4ddb10ebb815ff [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/panic.rs:431:14 [INFO] [stderr] 25: 0x556e382f955a - std::rt::lang_start_internal::hc92e27a69d75de2a [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/rt.rs:51:25 [INFO] [stderr] 26: 0x556e382a0737 - std::rt::lang_start::h74bb9c752c05672e [INFO] [stderr] at /rustc/9fa580b1175018b0a276b0bc68f9827a106f7260/library/std/src/rt.rs:65:5 [INFO] [stderr] 27: 0x556e3829b2ba - main [INFO] [stderr] 28: 0x7f0a85dcf0b3 - __libc_start_main [INFO] [stderr] 29: 0x556e382970be - _start [INFO] [stderr] 30: 0x0 - [INFO] running `Command { std: "docker" "inspect" "cebc0e95bab2693b0307495055aa55fb4b1fb7be1d46de45584d5d0a91cba134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cebc0e95bab2693b0307495055aa55fb4b1fb7be1d46de45584d5d0a91cba134", kill_on_drop: false }` [INFO] [stdout] cebc0e95bab2693b0307495055aa55fb4b1fb7be1d46de45584d5d0a91cba134