[INFO] fetching crate scylla-macros 1.3.1... [INFO] testing scylla-macros-1.3.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate scylla-macros 1.3.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate scylla-macros 1.3.1 [INFO] finished tweaking crates.io crate scylla-macros 1.3.1 [INFO] tweaked toml for crates.io crate scylla-macros 1.3.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate scylla-macros 1.3.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate scylla-macros 1.3.1 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0cccaba4399c02787fa5047eb51ea6f218bfdc40a60f66997d12d3e6c9e5f17 [INFO] running `Command { std: "docker" "start" "-a" "a0cccaba4399c02787fa5047eb51ea6f218bfdc40a60f66997d12d3e6c9e5f17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0cccaba4399c02787fa5047eb51ea6f218bfdc40a60f66997d12d3e6c9e5f17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0cccaba4399c02787fa5047eb51ea6f218bfdc40a60f66997d12d3e6c9e5f17", kill_on_drop: false }` [INFO] [stdout] a0cccaba4399c02787fa5047eb51ea6f218bfdc40a60f66997d12d3e6c9e5f17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa80e49c264e740d40c2a3e3786f184e9db92920a423d8740799b0b84f0c2d8d [INFO] running `Command { std: "docker" "start" "-a" "aa80e49c264e740d40c2a3e3786f184e9db92920a423d8740799b0b84f0c2d8d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling scylla-macros v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/deserialize/row.rs:569:26 [INFO] [stdout] | [INFO] [stdout] 569 | .filter(|&f| (!f.skip)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 569 - .filter(|&f| (!f.skip)) [INFO] [stdout] 569 + .filter(|&f| !f.skip ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s [INFO] running `Command { std: "docker" "inspect" "aa80e49c264e740d40c2a3e3786f184e9db92920a423d8740799b0b84f0c2d8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa80e49c264e740d40c2a3e3786f184e9db92920a423d8740799b0b84f0c2d8d", kill_on_drop: false }` [INFO] [stdout] aa80e49c264e740d40c2a3e3786f184e9db92920a423d8740799b0b84f0c2d8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfc639c55c43c29db820f5412a6b18025196cd0cb325132299e72ca6fc19e262 [INFO] running `Command { std: "docker" "start" "-a" "bfc639c55c43c29db820f5412a6b18025196cd0cb325132299e72ca6fc19e262", kill_on_drop: false }` [INFO] [stderr] Compiling scylla-macros v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/deserialize/row.rs:569:26 [INFO] [stdout] | [INFO] [stdout] 569 | .filter(|&f| (!f.skip)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 569 - .filter(|&f| (!f.skip)) [INFO] [stdout] 569 + .filter(|&f| !f.skip ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/deserialize/row.rs:569:26 [INFO] [stdout] | [INFO] [stdout] 569 | .filter(|&f| (!f.skip)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 569 - .filter(|&f| (!f.skip)) [INFO] [stdout] 569 + .filter(|&f| !f.skip ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "bfc639c55c43c29db820f5412a6b18025196cd0cb325132299e72ca6fc19e262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfc639c55c43c29db820f5412a6b18025196cd0cb325132299e72ca6fc19e262", kill_on_drop: false }` [INFO] [stdout] bfc639c55c43c29db820f5412a6b18025196cd0cb325132299e72ca6fc19e262 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 18c600920cab49e0851382db7371e7f29e506efd4cb0824e50643d02adbb39ea [INFO] running `Command { std: "docker" "start" "-a" "18c600920cab49e0851382db7371e7f29e506efd4cb0824e50643d02adbb39ea", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stdout] [INFO] [stderr] --> src/deserialize/row.rs:569:26 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 569 | .filter(|&f| (!f.skip)) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^ ^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 569 - .filter(|&f| (!f.skip)) [INFO] [stderr] 569 + .filter(|&f| !f.skip ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `scylla-macros` (lib) generated 1 warning (run `cargo fix --lib -p scylla-macros` to apply 1 suggestion) [INFO] [stderr] warning: `scylla-macros` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scylla_macros-568faadd6f007771) [INFO] [stderr] Doc-tests scylla_macros [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/deserialize/row.rs:569:26 [INFO] [stderr] | [INFO] [stderr] 569 | .filter(|&f| (!f.skip)) [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 569 - .filter(|&f| (!f.skip)) [INFO] [stderr] 569 + .filter(|&f| !f.skip ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - serialize_row_derive (line 189) ... FAILED [INFO] [stdout] test src/lib.rs - deserialize_value_derive (line 446) ... FAILED [INFO] [stdout] test src/lib.rs - deserialize_row_derive (line 339) ... FAILED [INFO] [stdout] test src/lib.rs - serialize_value_derive (line 115) ... FAILED [INFO] [stdout] test src/lib.rs - deserialize_value_derive (line 420) ... FAILED [INFO] [stdout] test src/lib.rs - serialize_value_derive (line 81) ... FAILED [INFO] [stdout] test src/lib.rs - serialize_row_derive (line 223) ... FAILED [INFO] [stdout] test src/lib.rs - deserialize_row_derive (line 315) ... FAILED [INFO] [stdout] test src/lib.rs - deserialize_row_derive (line 300) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - serialize_row_derive (line 189) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `scylla` [INFO] [stdout] --> src/lib.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 3 | use scylla::SerializeRow; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `scylla` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `scylla`, use `cargo add scylla` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - deserialize_value_derive (line 446) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `scylla` in the list of imported crates [INFO] [stdout] --> src/lib.rs:447:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::scylla::_macro_internal::DeserializeValue; [INFO] [stdout] | ^^^^^^ could not find `scylla` in the list of imported crates [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - deserialize_row_derive (line 339) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `scylla` in the list of imported crates [INFO] [stdout] --> src/lib.rs:340:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::scylla::_macro_internal::DeserializeValue; [INFO] [stdout] | ^^^^^^ could not find `scylla` in the list of imported crates [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - serialize_value_derive (line 115) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `scylla` in the list of imported crates [INFO] [stdout] --> src/lib.rs:116:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::scylla::_macro_internal::SerializeValue; [INFO] [stdout] | ^^^^^^ could not find `scylla` in the list of imported crates [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - deserialize_value_derive (line 420) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `scylla` [INFO] [stdout] --> src/lib.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 3 | use scylla::DeserializeValue; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `scylla` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `scylla`, use `cargo add scylla` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `scylla` in this scope [INFO] [stdout] --> src/lib.rs:423:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[scylla(crate = "scylla_cql")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `scylla` is an attribute that can be used by the derive macros `DeserializeRow`, `DeserializeValue`, `SerializeRow` and `SerializeValue`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - serialize_value_derive (line 81) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `scylla` [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 3 | use scylla::SerializeValue; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `scylla` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `scylla`, use `cargo add scylla` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - serialize_row_derive (line 223) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `scylla` in the list of imported crates [INFO] [stdout] --> src/lib.rs:224:7 [INFO] [stdout] | [INFO] [stdout] 3 | use ::scylla::_macro_internal::SerializeRow; [INFO] [stdout] | ^^^^^^ could not find `scylla` in the list of imported crates [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - deserialize_row_derive (line 315) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `scylla` [INFO] [stdout] --> src/lib.rs:316:5 [INFO] [stdout] | [INFO] [stdout] 3 | use scylla::DeserializeRow; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `scylla` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `scylla`, use `cargo add scylla` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `scylla` in this scope [INFO] [stdout] --> src/lib.rs:318:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[scylla(crate = "scylla_cql")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `scylla` is an attribute that can be used by the derive macros `DeserializeRow`, `DeserializeValue`, `SerializeRow` and `SerializeValue`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - deserialize_row_derive (line 300) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `scylla` [INFO] [stdout] --> src/lib.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 3 | use scylla::DeserializeRow; [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `scylla` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `scylla`, use `cargo add scylla` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `scylla` in this scope [INFO] [stdout] --> src/lib.rs:303:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[scylla(crate = "scylla_cql")] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `scylla` is an attribute that can be used by the derive macros `DeserializeRow`, `DeserializeValue`, `SerializeRow` and `SerializeValue`, you might be missing a `derive` attribute [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - deserialize_row_derive (line 300) [INFO] [stdout] src/lib.rs - deserialize_row_derive (line 315) [INFO] [stdout] src/lib.rs - deserialize_row_derive (line 339) [INFO] [stdout] src/lib.rs - deserialize_value_derive (line 420) [INFO] [stdout] src/lib.rs - deserialize_value_derive (line 446) [INFO] [stdout] src/lib.rs - serialize_row_derive (line 189) [INFO] [stdout] src/lib.rs - serialize_row_derive (line 223) [INFO] [stdout] src/lib.rs - serialize_value_derive (line 115) [INFO] [stdout] src/lib.rs - serialize_value_derive (line 81) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "18c600920cab49e0851382db7371e7f29e506efd4cb0824e50643d02adbb39ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18c600920cab49e0851382db7371e7f29e506efd4cb0824e50643d02adbb39ea", kill_on_drop: false }` [INFO] [stdout] 18c600920cab49e0851382db7371e7f29e506efd4cb0824e50643d02adbb39ea