[INFO] cloning repository https://github.com/bhamrick/rust_splay
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bhamrick/rust_splay" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbhamrick%2Frust_splay", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbhamrick%2Frust_splay'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 90b77d8f7206999f6caedf03ffcc5c5b95bbde9d
[INFO] testing bhamrick/rust_splay against beta-2023-10-04 for beta-1.74-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbhamrick%2Frust_splay" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bhamrick/rust_splay on toolchain beta-2023-10-04
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/bhamrick/rust_splay
[INFO] finished tweaking git repo https://github.com/bhamrick/rust_splay
[INFO] tweaked toml for git repo https://github.com/bhamrick/rust_splay written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/bhamrick/rust_splay already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e70fc6b6712dd4a04a3a55f9c578e7c55c20221e28880a26d8864984bba18330
[INFO] running `Command { std: "docker" "start" "-a" "e70fc6b6712dd4a04a3a55f9c578e7c55c20221e28880a26d8864984bba18330", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e70fc6b6712dd4a04a3a55f9c578e7c55c20221e28880a26d8864984bba18330", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e70fc6b6712dd4a04a3a55f9c578e7c55c20221e28880a26d8864984bba18330", kill_on_drop: false }`
[INFO] [stdout] e70fc6b6712dd4a04a3a55f9c578e7c55c20221e28880a26d8864984bba18330
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1933aaaa007ba47d29fed17a3c559d19567443895a4936defffc029c04320f6
[INFO] running `Command { std: "docker" "start" "-a" "c1933aaaa007ba47d29fed17a3c559d19567443895a4936defffc029c04320f6", kill_on_drop: false }`
[INFO] [stderr] Compiling rust_splay v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:14:16
[INFO] [stdout] |
[INFO] [stdout] 14 | fn combine(TreeF) -> Self;
[INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: TreeF`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:18:17
[INFO] [stdout] |
[INFO] [stdout] 18 | fn separate(Self) -> TreeF;
[INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:19:18
[INFO] [stdout] |
[INFO] [stdout] 19 | fn is_branch(&Self) -> bool;
[INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:497:26
[INFO] [stdout] |
[INFO] [stdout] 497 | fn insert(&mut self, A);
[INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: A`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:498:28
[INFO] [stdout] |
[INFO] [stdout] 498 | fn contains(&mut self, A) -> bool;
[INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: A`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:499:33
[INFO] [stdout] |
[INFO] [stdout] 499 | fn splay_to_root(&mut self, A);
[INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: A`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout] --> src/main.rs:552:17
[INFO] [stdout] |
[INFO] [stdout] 552 | fn reversed(Self) -> Self;
[INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self`
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout] = note: for more information, see issue #41686
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:788:65
[INFO] [stdout] |
[INFO] [stdout] 788 | Err(why) => panic!("Could not open input file: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:793:66
[INFO] [stdout] |
[INFO] [stdout] 793 | Err(why) => panic!("Could not open output file: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:800:58
[INFO] [stdout] |
[INFO] [stdout] 800 | Err(why) => panic!("Error reading data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end`
[INFO] [stdout] --> src/main.rs:803:42
[INFO] [stdout] |
[INFO] [stdout] 803 | let line1_tokens : Vec<&str> = line1.trim_right().split(' ').collect();
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout] |
[INFO] [stdout] 803 | let line1_tokens : Vec<&str> = line1.trim_end().split(' ').collect();
[INFO] [stdout] | ~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:805:58
[INFO] [stdout] |
[INFO] [stdout] 805 | Err(why) => panic!("Error parsing data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:809:58
[INFO] [stdout] |
[INFO] [stdout] 809 | Err(why) => panic!("Error parsing data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:816:62
[INFO] [stdout] |
[INFO] [stdout] 816 | Err(why) => panic!("Error reading data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end`
[INFO] [stdout] --> src/main.rs:819:39
[INFO] [stdout] |
[INFO] [stdout] 819 | let tokens : Vec<&str> = line.trim_right().split(' ').collect();
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout] |
[INFO] [stdout] 819 | let tokens : Vec<&str> = line.trim_end().split(' ').collect();
[INFO] [stdout] | ~~~~~~~~
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:822:66
[INFO] [stdout] |
[INFO] [stdout] 822 | Err(why) => panic!("Error parsing data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:829:66
[INFO] [stdout] |
[INFO] [stdout] 829 | Err(why) => panic!("Error parsing data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:839:66
[INFO] [stdout] |
[INFO] [stdout] 839 | Err(why) => panic!("Error parsing data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout] --> src/main.rs:843:66
[INFO] [stdout] |
[INFO] [stdout] 843 | Err(why) => panic!("Error parsing data: {}", why.description()),
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout] |
[INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustccD5A2I/symbols.o" "/opt/rustwide/target/debug/deps/rust_splay-2601883e482cccaa.rust_splay.b4a7b2fc0a48a686-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_splay-2601883e482cccaa.rust_splay.b4a7b2fc0a48a686-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_splay-2601883e482cccaa.rust_splay.b4a7b2fc0a48a686-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_splay-2601883e482cccaa.2j9dzbcb9l4bhnih.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-eca148d40c27828a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-f79ce8642007e855.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1fe9bd67498fbf18.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-3788e49522b852a5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-293157cb6c33dac0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-abbb9acf47228326.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-8eb538eb14475afc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-096c75e791c517e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-70d829e242cc2600.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0f72c91344bcfa94.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1615daa34e109985.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd25f392b75bcc2b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-6927c286ef5bc991.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c1e84b1d0c9e0ae0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6e9717f33e8b3ab4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5f3ff2b3bef25937.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bc0a01f2fc69c61c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3bdfb762c845e8a5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-24e1c84d0c94c858.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_splay-2601883e482cccaa" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device
[INFO] [stdout] collect2: error: ld returned 1 exit status
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error; 19 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `rust_splay` (bin "rust_splay") due to 2 previous errors; 19 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c1933aaaa007ba47d29fed17a3c559d19567443895a4936defffc029c04320f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1933aaaa007ba47d29fed17a3c559d19567443895a4936defffc029c04320f6", kill_on_drop: false }`
[INFO] [stdout] c1933aaaa007ba47d29fed17a3c559d19567443895a4936defffc029c04320f6