[INFO] cloning repository https://github.com/alexiwalker/gltr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexiwalker/gltr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexiwalker%2Fgltr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexiwalker%2Fgltr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98489621f496a96f5022005894b220326cd0b10b
[INFO] testing alexiwalker/gltr against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexiwalker%2Fgltr" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alexiwalker/gltr
[INFO] finished tweaking git repo https://github.com/alexiwalker/gltr
[INFO] tweaked toml for git repo https://github.com/alexiwalker/gltr written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alexiwalker/gltr on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alexiwalker/gltr 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801
[INFO] running `Command { std: "docker" "start" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling gltr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
[INFO] running `Command { std: "docker" "inspect" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling gltr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `new`
[INFO] [stdout]    --> src/tests/mod.rs:120:6
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let new = object.unwrap().extract_node(1, GltrExtractFlags::empty().center_objects().recalculate_buffers());
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_new`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 25.41s
[INFO] running `Command { std: "docker" "inspect" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `new`
[INFO] [stdout] 
[INFO] [stderr]    --> src/tests/mod.rs:120:6
[INFO] [stdout] running 5 tests
[INFO] [stderr]     |
[INFO] [stderr] 120 |     let new = object.unwrap().extract_node(1, GltrExtractFlags::empty().center_objects().recalculate_buffers());
[INFO] [stderr]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_new`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gltr` (lib test) generated 1 warning (run `cargo fix --lib -p gltr --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [optimized] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gltr-af26063e105d9ee0)
[INFO] [stdout] test tests::extract_single_object ... FAILED
[INFO] [stdout] test tests::deserialize_full_file ... FAILED
[INFO] [stdout] test tests::test_views ... ok
[INFO] [stdout] test tests::test_decode ... ok
[INFO] [stdout] test tests::test_views_2 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::extract_single_object stdout ----
[INFO] [stdout] 0 to parse original file
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::extract_single_object' (921) panicked at src/tests/mod.rs:117:5:
[INFO] [stdout] assertion failed: object.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a322527a141 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5a322528eb1a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    2:     0x5a322527e5fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5a3225258546 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5a3225271ff9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]    5:     0x5a322520bf60 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5a32252721b2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5a3225258624 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5a322524fdc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5a32252591ed - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]   10:     0x5a322528f24c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5a322528f212 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]   12:     0x5a32251f541c - <gltr[3baea16ef5723e46]::tests::extract_single_object::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x5a32251ff29b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]   14:     0x5a322520c8e5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]   15:     0x5a3225207394 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x5a322520fa32 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x5a322527965f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x71a228741aa4 - <unknown>
[INFO] [stdout]   19:     0x71a2287cea64 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::deserialize_full_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::deserialize_full_file' (920) panicked at src/tests/mod.rs:102:5:
[INFO] [stdout] assertion failed: object.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a322527a141 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5a322528eb1a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    2:     0x5a322527e5fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5a3225258546 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5a3225271ff9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]    5:     0x5a322520bf60 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5a32252721b2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5a3225258624 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5a322524fdc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5a32252591ed - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]   10:     0x5a322528f24c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5a322528f212 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]   12:     0x5a32251f5136 - <gltr[3baea16ef5723e46]::tests::deserialize_full_file::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x5a32251ff29b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]   14:     0x5a322520c8e5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]   15:     0x5a3225207394 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x5a322520fa32 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x5a322527965f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x71a228741aa4 - <unknown>
[INFO] [stdout]   19:     0x71a2287cea64 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::deserialize_full_file
[INFO] [stdout]     tests::extract_single_object
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801", kill_on_drop: false }`
[INFO] [stdout] c4bbe17c855bd7ab2094a340767cbfad11e49c89c416c930a635dc6b439db801
