[INFO] fetching crate configurs 0.1.1...
[INFO] checking configurs-0.1.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate configurs 0.1.1 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate configurs 0.1.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate configurs 0.1.1
[INFO] finished tweaking crates.io crate configurs 0.1.1
[INFO] tweaked toml for crates.io crate configurs 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test v0.4.0
[INFO] [stderr]   Downloaded serial_test_derive v0.4.0
[INFO] [stderr]   Downloaded parking_lot_core v0.7.3
[INFO] [stderr]   Downloaded parking_lot v0.10.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c9fc8ceadc66a7bd926be78da85cf5764158f4db5ebd70ae2dad9fe8f8541236
[INFO] running `Command { std: "docker" "start" "-a" "c9fc8ceadc66a7bd926be78da85cf5764158f4db5ebd70ae2dad9fe8f8541236", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9fc8ceadc66a7bd926be78da85cf5764158f4db5ebd70ae2dad9fe8f8541236", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9fc8ceadc66a7bd926be78da85cf5764158f4db5ebd70ae2dad9fe8f8541236", kill_on_drop: false }`
[INFO] [stdout] c9fc8ceadc66a7bd926be78da85cf5764158f4db5ebd70ae2dad9fe8f8541236
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c360481a43c8c1e79e4eb7c43405e11f2790f8698a44cdbb352d2744e28e860d
[INFO] running `Command { std: "docker" "start" "-a" "c360481a43c8c1e79e4eb7c43405e11f2790f8698a44cdbb352d2744e28e860d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking configurs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking parking_lot_core v0.7.3
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]    Compiling serial_test_derive v0.4.0
[INFO] [stderr]     Checking serial_test v0.4.0
[INFO] [stdout] error[E0432]: unresolved import `configurs_derive`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     use configurs_derive::{Configuration};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ use of undeclared crate or module `configurs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Configuration`
[INFO] [stdout]   --> src/lib.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Configuration, Debug, Deserialize)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 |         #[env="CI"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[default="bla"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Configuration`
[INFO] [stdout]   --> src/lib.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Configuration, Debug, Deserialize)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         #[env="PORT"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 |         #[default="8088"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 |         #[env="CONFIGURATION_ITEM"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |         #[default="configuration_item"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 |         #[env="CONFIGURATION_ITEM_OTHER"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |         #[default="configuration_item_other"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:46:11
[INFO] [stdout]    |
[INFO] [stdout] 46 |         #[default]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Config: Default` is not satisfied
[INFO] [stdout]   --> src/lib.rs:31:36
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Configuration, Debug, Deserialize)]
[INFO] [stdout]    |                                    ^^^^^^^^^^^ the trait `Default` is not implemented for `Config`
[INFO] [stdout]    |
[INFO] [stdout]    = help: see issue #48214
[INFO] [stdout]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `configurs` (lib test) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "c360481a43c8c1e79e4eb7c43405e11f2790f8698a44cdbb352d2744e28e860d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c360481a43c8c1e79e4eb7c43405e11f2790f8698a44cdbb352d2744e28e860d", kill_on_drop: false }`
[INFO] [stdout] c360481a43c8c1e79e4eb7c43405e11f2790f8698a44cdbb352d2744e28e860d
[INFO] checking configurs-0.1.1 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate configurs 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate configurs 0.1.1 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate configurs 0.1.1
[INFO] finished tweaking crates.io crate configurs 0.1.1
[INFO] tweaked toml for crates.io crate configurs 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee4a515b27ac438c38476716afe2d5d1daf151b4cc7488239f4e421551cced35
[INFO] running `Command { std: "docker" "start" "-a" "ee4a515b27ac438c38476716afe2d5d1daf151b4cc7488239f4e421551cced35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee4a515b27ac438c38476716afe2d5d1daf151b4cc7488239f4e421551cced35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee4a515b27ac438c38476716afe2d5d1daf151b4cc7488239f4e421551cced35", kill_on_drop: false }`
[INFO] [stdout] ee4a515b27ac438c38476716afe2d5d1daf151b4cc7488239f4e421551cced35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88aafd14c95ec24297cb611897e6466d8e48b73d3bac67853e89f634d12874f2
[INFO] running `Command { std: "docker" "start" "-a" "88aafd14c95ec24297cb611897e6466d8e48b73d3bac67853e89f634d12874f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking configurs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking parking_lot_core v0.7.3
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]    Compiling serial_test_derive v0.4.0
[INFO] [stderr]     Checking serial_test v0.4.0
[INFO] [stdout] error[E0432]: unresolved import `configurs_derive`
[INFO] [stdout]   --> src/lib.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     use configurs_derive::{Configuration};
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ use of undeclared crate or module `configurs_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Configuration`
[INFO] [stdout]   --> src/lib.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[derive(Configuration, Debug, Deserialize)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 |         #[env="CI"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |         #[default="bla"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the derive macro `Configuration`
[INFO] [stdout]   --> src/lib.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Configuration, Debug, Deserialize)]
[INFO] [stdout]    |              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         #[env="PORT"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 |         #[default="8088"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 |         #[env="CONFIGURATION_ITEM"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |         #[default="configuration_item"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `env` in this scope
[INFO] [stdout]   --> src/lib.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 |         #[env="CONFIGURATION_ITEM_OTHER"]
[INFO] [stdout]    |           ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `env` is in scope, but it is a function-like macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |         #[default="configuration_item_other"]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `default` in this scope
[INFO] [stdout]   --> src/lib.rs:46:11
[INFO] [stdout]    |
[INFO] [stdout] 46 |         #[default]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Config: Default` is not satisfied
[INFO] [stdout]   --> src/lib.rs:31:36
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Configuration, Debug, Deserialize)]
[INFO] [stdout]    |                                    ^^^^^^^^^^^ the trait `Default` is not implemented for `Config`
[INFO] [stdout]    |
[INFO] [stdout]    = help: see issue #48214
[INFO] [stdout]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `configurs` (lib test) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "88aafd14c95ec24297cb611897e6466d8e48b73d3bac67853e89f634d12874f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88aafd14c95ec24297cb611897e6466d8e48b73d3bac67853e89f634d12874f2", kill_on_drop: false }`
[INFO] [stdout] 88aafd14c95ec24297cb611897e6466d8e48b73d3bac67853e89f634d12874f2
