[INFO] fetching crate jsony 0.1.7... [INFO] testing jsony-0.1.7 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate jsony 0.1.7 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate jsony 0.1.7 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e929f1fab9207904dfe12e2771f7464fdfd63c69208896401f449764d9c615f6 [INFO] running `Command { std: "docker" "start" "-a" "e929f1fab9207904dfe12e2771f7464fdfd63c69208896401f449764d9c615f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e929f1fab9207904dfe12e2771f7464fdfd63c69208896401f449764d9c615f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e929f1fab9207904dfe12e2771f7464fdfd63c69208896401f449764d9c615f6", kill_on_drop: false }` [INFO] [stdout] e929f1fab9207904dfe12e2771f7464fdfd63c69208896401f449764d9c615f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f4926ea53c8a2d4e5a0bab8fd2eec01f0fc7fdaeec581d58def2ddddcde6dcd [INFO] running `Command { std: "docker" "start" "-a" "4f4926ea53c8a2d4e5a0bab8fd2eec01f0fc7fdaeec581d58def2ddddcde6dcd", 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.33s [INFO] running `Command { std: "docker" "inspect" "4f4926ea53c8a2d4e5a0bab8fd2eec01f0fc7fdaeec581d58def2ddddcde6dcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f4926ea53c8a2d4e5a0bab8fd2eec01f0fc7fdaeec581d58def2ddddcde6dcd", kill_on_drop: false }` [INFO] [stdout] 4f4926ea53c8a2d4e5a0bab8fd2eec01f0fc7fdaeec581d58def2ddddcde6dcd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7382e684480e7780887743b0bdc573d2558e903b8ca6db047f5d237b8e00e5e9 [INFO] running `Command { std: "docker" "start" "-a" "7382e684480e7780887743b0bdc573d2558e903b8ca6db047f5d237b8e00e5e9", 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] [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: `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.04s [INFO] running `Command { std: "docker" "inspect" "7382e684480e7780887743b0bdc573d2558e903b8ca6db047f5d237b8e00e5e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7382e684480e7780887743b0bdc573d2558e903b8ca6db047f5d237b8e00e5e9", kill_on_drop: false }` [INFO] [stdout] 7382e684480e7780887743b0bdc573d2558e903b8ca6db047f5d237b8e00e5e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 640711d2038f3cb2bc50ae4ca1a066d64d0353619fa1962e2acb4e481d7f8fc8 [INFO] running `Command { std: "docker" "start" "-a" "640711d2038f3cb2bc50ae4ca1a066d64d0353619fa1962e2acb4e481d7f8fc8", 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.19s [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 lazy_parser::test::arrays ... ok [INFO] [stdout] test binary::test::numbers ... ok [INFO] [stdout] test binary::test::pod_arrays ... ok [INFO] [stdout] test strings::test::escapes ... ok [INFO] [stdout] test lazy_parser::test::errors ... ok [INFO] [stdout] test strings::test::json_skipping ... ok [INFO] [stdout] test binary::test::strings ... ok [INFO] [stdout] test lazy_parser::test::keys_with_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 field_validate ... ok [INFO] [stdout] test enum_variations ... ok [INFO] [stdout] test binary_version_range ... ok [INFO] [stdout] test ignore_tag_adjacent_fields ... ok [INFO] [stdout] test maps_with_numeric_keys ... ok [INFO] [stdout] test object_as_vec_of_tuple_helper ... ok [INFO] [stdout] test other_variant ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test with_owned_cow_helper ... ok [INFO] [stdout] test struct_field_alias ... ok [INFO] [stdout] test flattenable ... 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 binary_pod ... 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] [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] [stdout] test escapes ... ok [INFO] [stdout] test from_vec_zst ... ok [INFO] [stdout] test simple_struct ... ok [INFO] [stdout] test to_from_str ... ok [INFO] [stdout] test unquoted_keys ... ok [INFO] [stdout] test trailing_commas ... ok [INFO] [stdout] test to_from_str_with_json ... ok [INFO] [stdout] test recursion_limits ... ok [INFO] [stdout] test flattening_in_enum ... ok [INFO] [stderr] Running tests/objects.rs (/opt/rustwide/target/debug/deps/objects-4243d55f511b9748) [INFO] [stdout] test from_vec ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test array ... 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 array_match_pattern ... ok [INFO] [stdout] test basic_control_flow ... ok [INFO] [stdout] test empty_flattens ... 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.00s [INFO] [stdout] [INFO] [stderr] Running tests/to_json.rs (/opt/rustwide/target/debug/deps/to_json-2adc94f9031c522c) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test to_vec ... ok [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.01s [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 - require (line 722) ... ok [INFO] [stdout] test src/json.rs - json (line 4) ... ok [INFO] [stdout] test src/lib.rs - from_json (line 532) ... ok [INFO] [stdout] test src/lib.rs - drill (line 360) ... ok [INFO] [stdout] test src/lib.rs - to_json (line 630) ... ok [INFO] [stdout] test src/lib.rs - MaybeJson (line 336) ... ok [INFO] [stdout] test src/lib.rs - (line 11) ... 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 669) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 661) ... ok [INFO] [stdout] test src/lib.rs - to_json_into (line 679) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "640711d2038f3cb2bc50ae4ca1a066d64d0353619fa1962e2acb4e481d7f8fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "640711d2038f3cb2bc50ae4ca1a066d64d0353619fa1962e2acb4e481d7f8fc8", kill_on_drop: false }` [INFO] [stdout] 640711d2038f3cb2bc50ae4ca1a066d64d0353619fa1962e2acb4e481d7f8fc8