[INFO] fetching crate jsony 0.1.7... [INFO] testing jsony-0.1.7 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate jsony 0.1.7 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate jsony 0.1.7 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 254440042d020a158b52a99f3cec66be2cbbd39b5d845a0c37942309785315a6 [INFO] running `Command { std: "docker" "start" "-a" "254440042d020a158b52a99f3cec66be2cbbd39b5d845a0c37942309785315a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "254440042d020a158b52a99f3cec66be2cbbd39b5d845a0c37942309785315a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "254440042d020a158b52a99f3cec66be2cbbd39b5d845a0c37942309785315a6", kill_on_drop: false }` [INFO] [stdout] 254440042d020a158b52a99f3cec66be2cbbd39b5d845a0c37942309785315a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6983f1f9d1dc2b4f9eb378aada6bbd0723cdbcd58f1c308a024631bfa054b21b [INFO] running `Command { std: "docker" "start" "-a" "6983f1f9d1dc2b4f9eb378aada6bbd0723cdbcd58f1c308a024631bfa054b21b", 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.16s [INFO] running `Command { std: "docker" "inspect" "6983f1f9d1dc2b4f9eb378aada6bbd0723cdbcd58f1c308a024631bfa054b21b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6983f1f9d1dc2b4f9eb378aada6bbd0723cdbcd58f1c308a024631bfa054b21b", kill_on_drop: false }` [INFO] [stdout] 6983f1f9d1dc2b4f9eb378aada6bbd0723cdbcd58f1c308a024631bfa054b21b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fa85bf412d3f779a916bf4b0656ed997a0c3ee45b8db528a41b41a9f1ebf08e [INFO] running `Command { std: "docker" "start" "-a" "7fa85bf412d3f779a916bf4b0656ed997a0c3ee45b8db528a41b41a9f1ebf08e", 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 3.89s [INFO] running `Command { std: "docker" "inspect" "7fa85bf412d3f779a916bf4b0656ed997a0c3ee45b8db528a41b41a9f1ebf08e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fa85bf412d3f779a916bf4b0656ed997a0c3ee45b8db528a41b41a9f1ebf08e", kill_on_drop: false }` [INFO] [stdout] 7fa85bf412d3f779a916bf4b0656ed997a0c3ee45b8db528a41b41a9f1ebf08e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a116fdea32a71ebc3d0df7eb13eae7bf1ec50b6e88d90366fec3fac5954307f7 [INFO] running `Command { std: "docker" "start" "-a" "a116fdea32a71ebc3d0df7eb13eae7bf1ec50b6e88d90366fec3fac5954307f7", 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.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jsony-62eb4d8f6a620198) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test binary::test::byte_arrays ... ok [INFO] [stdout] test binary::test::char ... ok [INFO] [stdout] test binary::test::complex_arrays ... ok [INFO] [stdout] test binary::test::duration ... ok [INFO] [stdout] test binary::test::nested_pod_arrays ... ok [INFO] [stdout] test binary::test::numbers ... ok [INFO] [stdout] test binary::test::pod_arrays ... ok [INFO] [stdout] test lazy_parser::test::arrays ... ok [INFO] [stdout] test binary::test::strings ... ok [INFO] [stdout] test lazy_parser::test::keys_with_escapes ... ok [INFO] [stdout] test lazy_parser::test::errors ... ok [INFO] [stdout] test strings::test::json_skipping ... ok [INFO] [stdout] test strings::test::escapes ... 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-903f1792033f468f) [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test binary_version ... ok [INFO] [stdout] test binary_version_range ... ok [INFO] [stdout] test binary_pod ... ok [INFO] [stdout] test enum_variations ... ok [INFO] [stdout] test maps_with_numeric_keys ... ok [INFO] [stdout] test field_validate ... ok [INFO] [stdout] test flattenable ... ok [INFO] [stdout] test other_variant ... ok [INFO] [stdout] test with_attribute_enum ... ok [INFO] [stdout] test object_as_vec_of_tuple_helper ... ok [INFO] [stdout] test with_attribute_struct ... ok [INFO] [stdout] test struct_field_alias ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test with_owned_cow_helper ... ok [INFO] [stdout] test with_json_string_helper ... ok [INFO] [stdout] test ignore_tag_adjacent_fields ... 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-3f43a35c878f755d) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test comments ... ok [INFO] [stdout] test defaults ... ok [INFO] [stdout] test enum_default_tagging ... ok [INFO] [stderr] Running tests/objects.rs (/opt/rustwide/target/debug/deps/objects-4243d55f511b9748) [INFO] [stdout] test escapes ... ok [INFO] [stdout] test flattening_in_enum ... ok [INFO] [stdout] test from_vec_zst ... ok [INFO] [stdout] test simple_struct ... ok [INFO] [stdout] test to_from_str ... ok [INFO] [stdout] test to_from_str_with_json ... ok [INFO] [stdout] test from_vec ... ok [INFO] [stdout] test recursion_limits ... ok [INFO] [stdout] test trailing_commas ... ok [INFO] [stdout] test unquoted_keys ... 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] [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] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test to_vec ... ok [INFO] [stderr] Running tests/to_json.rs (/opt/rustwide/target/debug/deps/to_json-2adc94f9031c522c) [INFO] [stdout] test flatten ... ok [INFO] [stdout] test flatten_via_iterator ... ok [INFO] [stdout] test tuples ... 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 - require (line 722) ... 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/lib.rs - (line 11) ... ok [INFO] [stdout] test src/lib.rs - MaybeJson (line 321) ... ok [INFO] [stdout] test src/lib.rs - to_json (line 630) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 661) ... 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 679) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 669) ... ok [INFO] [stdout] test src/lib.rs - MaybeJson (line 336) ... 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 1.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a116fdea32a71ebc3d0df7eb13eae7bf1ec50b6e88d90366fec3fac5954307f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a116fdea32a71ebc3d0df7eb13eae7bf1ec50b6e88d90366fec3fac5954307f7", kill_on_drop: false }` [INFO] [stdout] a116fdea32a71ebc3d0df7eb13eae7bf1ec50b6e88d90366fec3fac5954307f7