[INFO] cloning repository https://github.com/james9909/MapleJuice [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/james9909/MapleJuice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames9909%2FMapleJuice", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames9909%2FMapleJuice'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9ae9827dca63488f76ebec4febe2481289c89239 [INFO] testing james9909/MapleJuice against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjames9909%2FMapleJuice" "/workspace/builds/worker-34/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-34/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/james9909/MapleJuice on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/james9909/MapleJuice [INFO] finished tweaking git repo https://github.com/james9909/MapleJuice [INFO] tweaked toml for git repo https://github.com/james9909/MapleJuice written to /workspace/builds/worker-34/source/Cargo.toml [INFO] crate git repo https://github.com/james9909/MapleJuice already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67a8132ed12a04331da010442affaedbd1d251de0fdf98bf42c6cdaa5252b292 [INFO] running `Command { std: "docker" "start" "-a" "67a8132ed12a04331da010442affaedbd1d251de0fdf98bf42c6cdaa5252b292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67a8132ed12a04331da010442affaedbd1d251de0fdf98bf42c6cdaa5252b292", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67a8132ed12a04331da010442affaedbd1d251de0fdf98bf42c6cdaa5252b292", kill_on_drop: false }` [INFO] [stdout] 67a8132ed12a04331da010442affaedbd1d251de0fdf98bf42c6cdaa5252b292 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af62f92b863e9c0ffdb199054d1316e49d1977dd63768af481fe351e1ebc2bf0 [INFO] running `Command { std: "docker" "start" "-a" "af62f92b863e9c0ffdb199054d1316e49d1977dd63768af481fe351e1ebc2bf0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling smallvec v1.5.0 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling bytes v0.6.0 [INFO] [stderr] Compiling pin-project-lite v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v0.3.4 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling socket2 v0.3.16 [INFO] [stderr] Compiling signal-hook-registry v1.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling dns-lookup v1.0.5 [INFO] [stderr] Compiling term v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling simplelog v0.8.0 [INFO] [stderr] Compiling slog-term v2.6.0 [INFO] [stderr] Compiling tokio-macros v0.3.1 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling libutils v0.1.0 (/opt/rustwide/workdir/libutils) [INFO] [stderr] Compiling libheartbeat v0.1.0 (/opt/rustwide/workdir/libheartbeat) [INFO] [stderr] Compiling libsdfs v0.1.0 (/opt/rustwide/workdir/libsdfs) [INFO] [stderr] Compiling libmj v0.1.0 (/opt/rustwide/workdir/libmj) [INFO] [stderr] Compiling mj-client v0.1.0 (/opt/rustwide/workdir/mj-client) [INFO] [stderr] Compiling mj-server v0.1.0 (/opt/rustwide/workdir/mj-server) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.62s [INFO] running `Command { std: "docker" "inspect" "af62f92b863e9c0ffdb199054d1316e49d1977dd63768af481fe351e1ebc2bf0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af62f92b863e9c0ffdb199054d1316e49d1977dd63768af481fe351e1ebc2bf0", kill_on_drop: false }` [INFO] [stdout] af62f92b863e9c0ffdb199054d1316e49d1977dd63768af481fe351e1ebc2bf0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82c2f10da53b0f6e926159e0f53307209ae038d05ba91fdd73399035a4e290b2 [INFO] running `Command { std: "docker" "start" "-a" "82c2f10da53b0f6e926159e0f53307209ae038d05ba91fdd73399035a4e290b2", kill_on_drop: false }` [INFO] [stderr] Compiling libutils v0.1.0 (/opt/rustwide/workdir/libutils) [INFO] [stderr] Compiling libheartbeat v0.1.0 (/opt/rustwide/workdir/libheartbeat) [INFO] [stderr] Compiling libsdfs v0.1.0 (/opt/rustwide/workdir/libsdfs) [INFO] [stderr] Compiling libmj v0.1.0 (/opt/rustwide/workdir/libmj) [INFO] [stderr] Compiling mj-server v0.1.0 (/opt/rustwide/workdir/mj-server) [INFO] [stderr] Compiling mj-client v0.1.0 (/opt/rustwide/workdir/mj-client) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.82s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libheartbeat-d091595bb4816395) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libmj-0f72f81c57f79f6a) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libsdfs-bb21fd2c960acab4) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libutils-4960cfbc4704866e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/mj_client-9450ef6c74193338) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/mj_server-7dc2b5fae25811af) [INFO] running `Command { std: "docker" "inspect" "82c2f10da53b0f6e926159e0f53307209ae038d05ba91fdd73399035a4e290b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82c2f10da53b0f6e926159e0f53307209ae038d05ba91fdd73399035a4e290b2", kill_on_drop: false }` [INFO] [stdout] 82c2f10da53b0f6e926159e0f53307209ae038d05ba91fdd73399035a4e290b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-34/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1d047c0b4bf2410018045cd098a9289db77a9e553f61efb19d8118c6cc983786 [INFO] running `Command { std: "docker" "start" "-a" "1d047c0b4bf2410018045cd098a9289db77a9e553f61efb19d8118c6cc983786", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libheartbeat-d091595bb4816395) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libmj-0f72f81c57f79f6a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libsdfs-bb21fd2c960acab4) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test index::tests::can_put_and_delete_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libutils-4960cfbc4704866e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test partition::tests::test_partition ... ok [INFO] [stdout] test partition::tests::test_range ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mj_client-9450ef6c74193338) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mj_server-7dc2b5fae25811af) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libheartbeat [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libmj [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libsdfs [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libutils [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1d047c0b4bf2410018045cd098a9289db77a9e553f61efb19d8118c6cc983786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d047c0b4bf2410018045cd098a9289db77a9e553f61efb19d8118c6cc983786", kill_on_drop: false }` [INFO] [stdout] 1d047c0b4bf2410018045cd098a9289db77a9e553f61efb19d8118c6cc983786