[INFO] fetching crate dmoj 0.1.5...
[INFO] testing dmoj-0.1.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dmoj 0.1.5 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate dmoj 0.1.5
[INFO] finished tweaking crates.io crate dmoj 0.1.5
[INFO] tweaked toml for crates.io crate dmoj 0.1.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dmoj 0.1.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 56bedc982a473ca1b09072b5a18cd7b4603b83020c5e18740e84624d9f0f1f95
[INFO] running `Command { std: "docker" "start" "-a" "56bedc982a473ca1b09072b5a18cd7b4603b83020c5e18740e84624d9f0f1f95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56bedc982a473ca1b09072b5a18cd7b4603b83020c5e18740e84624d9f0f1f95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56bedc982a473ca1b09072b5a18cd7b4603b83020c5e18740e84624d9f0f1f95", kill_on_drop: false }`
[INFO] [stdout] 56bedc982a473ca1b09072b5a18cd7b4603b83020c5e18740e84624d9f0f1f95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 017d4ee24b822ac1a006c879b1cb1648eb914d76e4e573d9e943d9d60094e593
[INFO] running `Command { std: "docker" "start" "-a" "017d4ee24b822ac1a006c879b1cb1648eb914d76e4e573d9e943d9d60094e593", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling dmoj v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/io/stdin.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout]  8 | |     static ref STDIN: NotThreadSafe<CopyingBufReader<Stdin>> = {
[INFO] [stdout]  9 | |         NotThreadSafe::new(CopyingBufReader::new(Stdin::new()))
[INFO] [stdout] 10 | |     };
[INFO] [stdout] 11 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/io/stdout.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / lazy_static! {
[INFO] [stdout]  6 | |     static ref STDOUT: NotThreadSafe<BufWriter<Stdout>> = {
[INFO] [stdout]  7 | |         extern "C" fn flush_stdout_at_exit() {
[INFO] [stdout]  8 | |             flush();
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     };
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
[INFO] running `Command { std: "docker" "inspect" "017d4ee24b822ac1a006c879b1cb1648eb914d76e4e573d9e943d9d60094e593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "017d4ee24b822ac1a006c879b1cb1648eb914d76e4e573d9e943d9d60094e593", kill_on_drop: false }`
[INFO] [stdout] 017d4ee24b822ac1a006c879b1cb1648eb914d76e4e573d9e943d9d60094e593
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ecd8c40bb21a4f345e2c614cbe397b6978df3f802a7e5573b75037116859534
[INFO] running `Command { std: "docker" "start" "-a" "4ecd8c40bb21a4f345e2c614cbe397b6978df3f802a7e5573b75037116859534", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling dmoj v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/io/stdin.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout]  8 | |     static ref STDIN: NotThreadSafe<CopyingBufReader<Stdin>> = {
[INFO] [stdout]  9 | |         NotThreadSafe::new(CopyingBufReader::new(Stdin::new()))
[INFO] [stdout] 10 | |     };
[INFO] [stdout] 11 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/io/stdout.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / lazy_static! {
[INFO] [stdout]  6 | |     static ref STDOUT: NotThreadSafe<BufWriter<Stdout>> = {
[INFO] [stdout]  7 | |         extern "C" fn flush_stdout_at_exit() {
[INFO] [stdout]  8 | |             flush();
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     };
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/io/stdin.rs:7:1
[INFO] [stdout]    |
[INFO] [stdout]  7 | / lazy_static! {
[INFO] [stdout]  8 | |     static ref STDIN: NotThreadSafe<CopyingBufReader<Stdin>> = {
[INFO] [stdout]  9 | |         NotThreadSafe::new(CopyingBufReader::new(Stdin::new()))
[INFO] [stdout] 10 | |     };
[INFO] [stdout] 11 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/io/stdout.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / lazy_static! {
[INFO] [stdout]  6 | |     static ref STDOUT: NotThreadSafe<BufWriter<Stdout>> = {
[INFO] [stdout]  7 | |         extern "C" fn flush_stdout_at_exit() {
[INFO] [stdout]  8 | |             flush();
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     };
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "4ecd8c40bb21a4f345e2c614cbe397b6978df3f802a7e5573b75037116859534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ecd8c40bb21a4f345e2c614cbe397b6978df3f802a7e5573b75037116859534", kill_on_drop: false }`
[INFO] [stdout] 4ecd8c40bb21a4f345e2c614cbe397b6978df3f802a7e5573b75037116859534
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 84342795b0de7aee3dca9edecf7af436323911729ae6f14a49ace423b04a9db5
[INFO] running `Command { std: "docker" "start" "-a" "84342795b0de7aee3dca9edecf7af436323911729ae6f14a49ace423b04a9db5", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/io/stdin.rs:7:1
[INFO] [stderr]    |
[INFO] [stderr]  7 | / lazy_static! {
[INFO] [stderr]  8 | |     static ref STDIN: NotThreadSafe<CopyingBufReader<Stdin>> = {
[INFO] [stderr]  9 | |         NotThreadSafe::new(CopyingBufReader::new(Stdin::new()))
[INFO] [stderr] 10 | |     };
[INFO] [stderr] 11 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/io/stdout.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr]  5 | / lazy_static! {
[INFO] [stderr]  6 | |     static ref STDOUT: NotThreadSafe<BufWriter<Stdout>> = {
[INFO] [stderr]  7 | |         extern "C" fn flush_stdout_at_exit() {
[INFO] [stderr]  8 | |             flush();
[INFO] [stderr] ...  |
[INFO] [stderr] 16 | |     };
[INFO] [stderr] 17 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `dmoj` (lib) generated 2 warnings
[INFO] [stderr] warning: `dmoj` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dmoj-3f5a007eee55b99b)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test buf::tests::it_works ... ok
[INFO] [stdout] test scan::tests::scanning_chars_works_correctly ... ok
[INFO] [stdout] test scan::tests::scanning_signed_integers_works_correctly ... ok
[INFO] [stdout] test scan::tests::scanning_unsigned_integers_works_correctly ... ok
[INFO] [stdout] test scan::tests::scanning_signed_integers_panics_correctly_2 - should panic ... ok
[INFO] [stdout] test scan::tests::scanning_signed_integers_panics_correctly_1 - should panic ... ok
[INFO] [stdout] test scan::tests::scanning_signed_integers_panics_correctly_3 - should panic ... ok
[INFO] [stdout] test scan::tests::scanning_signed_integers_panics_correctly_4 - should panic ... ok
[INFO] [stdout] test scan::tests::scanning_unsigned_integers_panics_correctly_1 - should panic ... ok
[INFO] [stdout] test scan::tests::scanning_unsigned_integers_panics_correctly_3 - should panic ... ok
[INFO] [stdout] test scan::tests::scanning_unsigned_integers_panics_correctly_2 - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dmoj
[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" "84342795b0de7aee3dca9edecf7af436323911729ae6f14a49ace423b04a9db5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84342795b0de7aee3dca9edecf7af436323911729ae6f14a49ace423b04a9db5", kill_on_drop: false }`
[INFO] [stdout] 84342795b0de7aee3dca9edecf7af436323911729ae6f14a49ace423b04a9db5
