[INFO] fetching crate jsony 0.1.7... [INFO] testing jsony-0.1.7 against 1.90.0 for beta-1.91-3 [INFO] extracting crate jsony 0.1.7 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate jsony 0.1.7 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jsony_macros v0.1.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ece7a51b32f3dd75c9d1d521d9510961e3d630d7a371450eac028e6c7596a5f2 [INFO] running `Command { std: "docker" "start" "-a" "ece7a51b32f3dd75c9d1d521d9510961e3d630d7a371450eac028e6c7596a5f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ece7a51b32f3dd75c9d1d521d9510961e3d630d7a371450eac028e6c7596a5f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece7a51b32f3dd75c9d1d521d9510961e3d630d7a371450eac028e6c7596a5f2", kill_on_drop: false }` [INFO] [stdout] ece7a51b32f3dd75c9d1d521d9510961e3d630d7a371450eac028e6c7596a5f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c849a5067f8e75f1073974d71ae68bff7c7c462075a41d71c23e73ea13ae8e72 [INFO] running `Command { std: "docker" "start" "-a" "c849a5067f8e75f1073974d71ae68bff7c7c462075a41d71c23e73ea13ae8e72", 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 2.09s [INFO] running `Command { std: "docker" "inspect" "c849a5067f8e75f1073974d71ae68bff7c7c462075a41d71c23e73ea13ae8e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c849a5067f8e75f1073974d71ae68bff7c7c462075a41d71c23e73ea13ae8e72", kill_on_drop: false }` [INFO] [stdout] c849a5067f8e75f1073974d71ae68bff7c7c462075a41d71c23e73ea13ae8e72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d4b68615f52a02cf0cbbfefef5cac3510dce389c18436678260d23712185276 [INFO] running `Command { std: "docker" "start" "-a" "3d4b68615f52a02cf0cbbfefef5cac3510dce389c18436678260d23712185276", kill_on_drop: false }` [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] Compiling jsony v0.1.7 (/opt/rustwide/workdir) [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)]` 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 2.10s [INFO] running `Command { std: "docker" "inspect" "3d4b68615f52a02cf0cbbfefef5cac3510dce389c18436678260d23712185276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d4b68615f52a02cf0cbbfefef5cac3510dce389c18436678260d23712185276", kill_on_drop: false }` [INFO] [stdout] 3d4b68615f52a02cf0cbbfefef5cac3510dce389c18436678260d23712185276 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6b473a12beb06c21db1e6347db28730ede01d62afa8b5276b602b31374a501c [INFO] running `Command { std: "docker" "start" "-a" "b6b473a12beb06c21db1e6347db28730ede01d62afa8b5276b602b31374a501c", 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)]` 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsony-b97b488ccd63a7ea) [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::byte_arrays ... ok [INFO] [stdout] test binary::test::nested_pod_arrays ... ok [INFO] [stdout] test binary::test::complex_arrays ... ok [INFO] [stdout] test binary::test::numbers ... ok [INFO] [stdout] test lazy_parser::test::arrays ... ok [INFO] [stdout] test lazy_parser::test::errors ... ok [INFO] [stdout] test strings::test::escapes ... ok [INFO] [stdout] test lazy_parser::test::keys_with_escapes ... ok [INFO] [stdout] test strings::test::json_skipping ... ok [INFO] [stdout] test binary::test::pod_arrays ... ok [INFO] [stdout] test binary::test::strings ... ok [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] [stderr] Running tests/attributes.rs (/opt/rustwide/target/debug/deps/attributes-dd06679a46e8846c) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stderr] Running tests/from_json.rs (/opt/rustwide/target/debug/deps/from_json-317bf078917fe78d) [INFO] [stdout] test binary_pod ... ok [INFO] [stdout] test binary_version_range ... ok [INFO] [stdout] test binary_version ... ok [INFO] [stdout] test enum_variations ... ok [INFO] [stdout] test flattenable ... ok [INFO] [stdout] test ignore_tag_adjacent_fields ... ok [INFO] [stdout] test maps_with_numeric_keys ... ok [INFO] [stdout] test field_validate ... ok [INFO] [stdout] test object_as_vec_of_tuple_helper ... ok [INFO] [stdout] test other_variant ... ok [INFO] [stdout] test struct_field_alias ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test with_attribute_struct ... ok [INFO] [stdout] test with_attribute_enum ... ok [INFO] [stdout] test with_json_string_helper ... ok [INFO] [stdout] test with_owned_cow_helper ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test comments ... ok [INFO] [stdout] test enum_default_tagging ... ok [INFO] [stdout] test escapes ... ok [INFO] [stdout] test flattening_in_enum ... ok [INFO] [stdout] test defaults ... ok [INFO] [stdout] test from_vec ... ok [INFO] [stdout] test to_from_str ... ok [INFO] [stdout] test trailing_commas ... ok [INFO] [stdout] test simple_struct ... ok [INFO] [stdout] test unquoted_keys ... ok [INFO] [stdout] test to_from_str_with_json ... ok [INFO] [stdout] test recursion_limits ... ok [INFO] [stdout] test from_vec_zst ... ok [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] [stderr] Running tests/objects.rs (/opt/rustwide/target/debug/deps/objects-13d6222a687b67f2) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test array ... ok [INFO] [stdout] test array_match_pattern ... ok [INFO] [stdout] test basic_control_flow ... ok [INFO] [stdout] test empty_flattens ... ok [INFO] [stdout] test empty_object ... ok [INFO] [stdout] test expression_values ... ok [INFO] [stdout] test for_match ... ok [INFO] [stdout] test if_guard ... ok [INFO] [stdout] test simple_match ... ok [INFO] [stdout] test simple_objects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/to_json.rs (/opt/rustwide/target/debug/deps/to_json-2d13b6e5a7bb265c) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test flatten ... ok [INFO] [stdout] test flatten_via_iterator ... ok [INFO] [stdout] test tuples ... ok [INFO] [stdout] test to_vec ... 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 - MaybeJson (line 321) ... ok [INFO] [stdout] test src/lib.rs - MaybeJson (line 336) ... ok [INFO] [stdout] test src/text.rs - text::Ctx<'a>::try_extend_lifetime (line 55) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 661) ... ok [INFO] [stdout] test src/lib.rs - require (line 722) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 669) ... ok [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] test src/lib.rs - to_json (line 630) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 679) ... ok [INFO] [stdout] test src/lib.rs - drill (line 360) ... ok [INFO] [stdout] test src/lib.rs - from_json (line 532) ... ok [INFO] [stdout] test src/json.rs - json (line 4) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6b473a12beb06c21db1e6347db28730ede01d62afa8b5276b602b31374a501c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6b473a12beb06c21db1e6347db28730ede01d62afa8b5276b602b31374a501c", kill_on_drop: false }` [INFO] [stdout] b6b473a12beb06c21db1e6347db28730ede01d62afa8b5276b602b31374a501c