[INFO] fetching crate jsony 0.1.7... [INFO] testing jsony-0.1.7 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate jsony 0.1.7 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate jsony 0.1.7 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate jsony 0.1.7 [INFO] tweaked toml for crates.io crate jsony 0.1.7 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate jsony 0.1.7 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate jsony 0.1.7 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-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c8bc5e43897f35d58e9ec969c26aa6500197f0c9ef09dc42f6f2e024226a41c [INFO] running `Command { std: "docker" "start" "-a" "5c8bc5e43897f35d58e9ec969c26aa6500197f0c9ef09dc42f6f2e024226a41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c8bc5e43897f35d58e9ec969c26aa6500197f0c9ef09dc42f6f2e024226a41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c8bc5e43897f35d58e9ec969c26aa6500197f0c9ef09dc42f6f2e024226a41c", kill_on_drop: false }` [INFO] [stdout] 5c8bc5e43897f35d58e9ec969c26aa6500197f0c9ef09dc42f6f2e024226a41c [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5caadd61fc1171d3f9cb1ac35846e34d06124e3a0e713d5dc32d7d3a694ac298 [INFO] running `Command { std: "docker" "start" "-a" "5caadd61fc1171d3f9cb1ac35846e34d06124e3a0e713d5dc32d7d3a694ac298", kill_on_drop: false }` [INFO] [stderr] Compiling jsony_macros v0.1.6 [INFO] [stderr] Compiling jsony v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (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 1.90s [INFO] running `Command { std: "docker" "inspect" "5caadd61fc1171d3f9cb1ac35846e34d06124e3a0e713d5dc32d7d3a694ac298", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5caadd61fc1171d3f9cb1ac35846e34d06124e3a0e713d5dc32d7d3a694ac298", kill_on_drop: false }` [INFO] [stdout] 5caadd61fc1171d3f9cb1ac35846e34d06124e3a0e713d5dc32d7d3a694ac298 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7125a9ceb1002446a55ef0f2e1b41dcafdccbe9fede2f4d88ad4ed68db5275e2 [INFO] running `Command { std: "docker" "start" "-a" "7125a9ceb1002446a55ef0f2e1b41dcafdccbe9fede2f4d88ad4ed68db5275e2", kill_on_drop: false }` [INFO] [stderr] Compiling jsony v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `V4` is never constructed [INFO] [stdout] --> tests/attributes.rs:1055:12 [INFO] [stdout] | [INFO] [stdout] 1055 | struct V4(i32); // breaking version change. release [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `V5` is never constructed [INFO] [stdout] --> tests/attributes.rs:1059:12 [INFO] [stdout] | [INFO] [stdout] 1059 | struct V5(i32, #[jsony(version = 5)] bool); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `V6` is never constructed [INFO] [stdout] --> tests/attributes.rs:1063:12 [INFO] [stdout] | [INFO] [stdout] 1063 | struct V6(i32, #[jsony(version = 5)] bool); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/binary.rs:372:25 [INFO] [stdout] | [INFO] [stdout] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stdout] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 387 | / impl_bincode_via_transmute! { [INFO] [stdout] 388 | | f32 as u32, [INFO] [stdout] 389 | | f64 as u64, [INFO] [stdout] 390 | | i8 as u8, [INFO] [stdout] ... | [INFO] [stdout] 394 | | i128 as u128, [INFO] [stdout] 395 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_bincode_via_transmute` (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 1.99s [INFO] running `Command { std: "docker" "inspect" "7125a9ceb1002446a55ef0f2e1b41dcafdccbe9fede2f4d88ad4ed68db5275e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7125a9ceb1002446a55ef0f2e1b41dcafdccbe9fede2f4d88ad4ed68db5275e2", kill_on_drop: false }` [INFO] [stdout] 7125a9ceb1002446a55ef0f2e1b41dcafdccbe9fede2f4d88ad4ed68db5275e2 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db37eef580d2d280158f8b9b0fe74f00eb65b28d140e36dc621b41e24006cb7b [INFO] running `Command { std: "docker" "start" "-a" "db37eef580d2d280158f8b9b0fe74f00eb65b28d140e36dc621b41e24006cb7b", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f32::from_bits` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `f64::from_bits` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `u8::cast_signed` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `u16::cast_signed` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `u32::cast_signed` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `u64::cast_signed` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary transmute [INFO] [stderr] --> src/binary.rs:372:25 [INFO] [stderr] | [INFO] [stderr] 372 | std::mem::transmute::<$reuse, $src>(<$reuse>::decode_binary(decoder)) [INFO] [stderr] | -----------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: replace this with: `u128::cast_signed` [INFO] [stderr] ... [INFO] [stderr] 387 | / impl_bincode_via_transmute! { [INFO] [stderr] 388 | | f32 as u32, [INFO] [stderr] 389 | | f64 as u64, [INFO] [stderr] 390 | | i8 as u8, [INFO] [stderr] ... | [INFO] [stderr] 394 | | i128 as u128, [INFO] [stderr] 395 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_bincode_via_transmute` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `jsony` (lib) generated 7 warnings (run `cargo fix --lib -p jsony` to apply 7 suggestions) [INFO] [stderr] warning: struct `V4` is never constructed [INFO] [stderr] --> tests/attributes.rs:1055:12 [INFO] [stderr] | [INFO] [stderr] 1055 | struct V4(i32); // breaking version change. release [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: struct `V5` is never constructed [INFO] [stderr] --> tests/attributes.rs:1059:12 [INFO] [stderr] | [INFO] [stderr] 1059 | struct V5(i32, #[jsony(version = 5)] bool); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: struct `V6` is never constructed [INFO] [stderr] --> tests/attributes.rs:1063:12 [INFO] [stderr] | [INFO] [stderr] 1063 | struct V6(i32, #[jsony(version = 5)] bool); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: `jsony` (test "attributes") generated 3 warnings [INFO] [stderr] warning: `jsony` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsony-585202f1bcdcd6c9) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test binary::test::char ... ok [INFO] [stdout] test binary::test::duration ... ok [INFO] [stdout] test binary::test::complex_arrays ... ok [INFO] [stdout] test binary::test::numbers ... ok [INFO] [stdout] test binary::test::strings ... ok [INFO] [stdout] test lazy_parser::test::errors ... ok [INFO] [stdout] test lazy_parser::test::arrays ... ok [INFO] [stdout] test lazy_parser::test::keys_with_escapes ... ok [INFO] [stdout] test strings::test::escapes ... ok [INFO] [stdout] test binary::test::nested_pod_arrays ... ok [INFO] [stdout] test strings::test::json_skipping ... ok [INFO] [stdout] test binary::test::pod_arrays ... ok [INFO] [stdout] test binary::test::byte_arrays ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/attributes.rs (/opt/rustwide/target/debug/deps/attributes-add420e2ee465f63) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test binary_version_range ... ok [INFO] [stdout] test binary_pod ... ok [INFO] [stdout] test flattenable ... ok [INFO] [stdout] test enum_variations ... ok [INFO] [stdout] test field_validate ... ok [INFO] [stdout] test maps_with_numeric_keys ... ok [INFO] [stdout] test ignore_tag_adjacent_fields ... ok [INFO] [stdout] test binary_version ... ok [INFO] [stdout] test other_variant ... ok [INFO] [stdout] test object_as_vec_of_tuple_helper ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test with_attribute_struct ... ok [INFO] [stdout] test with_owned_cow_helper ... ok [INFO] [stdout] test struct_field_alias ... ok [INFO] [stdout] test with_attribute_enum ... ok [INFO] [stdout] test with_json_string_helper ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/from_json.rs (/opt/rustwide/target/debug/deps/from_json-d5a941a0e7cd6bcf) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test defaults ... ok [INFO] [stdout] test escapes ... ok [INFO] [stdout] test flattening_in_enum ... ok [INFO] [stdout] test enum_default_tagging ... ok [INFO] [stdout] test comments ... ok [INFO] [stdout] test to_from_str_with_json ... ok [INFO] [stdout] test trailing_commas ... ok [INFO] [stdout] test from_vec ... ok [INFO] [stdout] test from_vec_zst ... ok [INFO] [stdout] test unquoted_keys ... ok [INFO] [stdout] test simple_struct ... ok [INFO] [stdout] test to_from_str ... ok [INFO] [stdout] test recursion_limits ... ok [INFO] [stderr] Running tests/objects.rs (/opt/rustwide/target/debug/deps/objects-e97535d47c9fcbb4) [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test array ... ok [INFO] [stdout] test array_match_pattern ... ok [INFO] [stdout] test empty_flattens ... ok [INFO] [stdout] test empty_object ... ok [INFO] [stdout] test if_guard ... ok [INFO] [stdout] test for_match ... ok [INFO] [stdout] test expression_values ... ok [INFO] [stdout] test basic_control_flow ... ok [INFO] [stdout] test simple_objects ... ok [INFO] [stdout] test simple_match ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/to_json.rs (/opt/rustwide/target/debug/deps/to_json-dee04b9bde27bb23) [INFO] [stdout] running 4 tests [INFO] [stdout] test to_vec ... ok [INFO] [stdout] test flatten_via_iterator ... ok [INFO] [stdout] test tuples ... ok [INFO] [stdout] test flatten ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests jsony [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 679) ... ok [INFO] [stdout] test src/lib.rs - to_json (line 630) ... ok [INFO] [stdout] test src/json.rs - json (line 4) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 661) ... ok [INFO] [stdout] test src/lib.rs - drill (line 360) ... ok [INFO] [stdout] test src/lib.rs - MaybeJson (line 321) ... ok [INFO] [stdout] test src/text.rs - text::Ctx<'a>::try_extend_lifetime (line 55) ... ok [INFO] [stdout] test src/lib.rs - require (line 722) ... ok [INFO] [stdout] test src/lib.rs - MaybeJson (line 336) ... ok [INFO] [stdout] test src/lib.rs - from_json (line 532) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 669) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.74s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "db37eef580d2d280158f8b9b0fe74f00eb65b28d140e36dc621b41e24006cb7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db37eef580d2d280158f8b9b0fe74f00eb65b28d140e36dc621b41e24006cb7b", kill_on_drop: false }` [INFO] [stdout] db37eef580d2d280158f8b9b0fe74f00eb65b28d140e36dc621b41e24006cb7b