[INFO] fetching crate bian-proc 0.2.0...
[INFO] checking bian-proc-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate bian-proc 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bian-proc 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bian-proc 0.2.0
[INFO] finished tweaking crates.io crate bian-proc 0.2.0
[INFO] tweaked toml for crates.io crate bian-proc 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a82ffd49b476d19a171d55056e64689ee23a7292880d20eccc2ce14f510f4fc4
[INFO] running `Command { std: "docker" "start" "-a" "a82ffd49b476d19a171d55056e64689ee23a7292880d20eccc2ce14f510f4fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a82ffd49b476d19a171d55056e64689ee23a7292880d20eccc2ce14f510f4fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a82ffd49b476d19a171d55056e64689ee23a7292880d20eccc2ce14f510f4fc4", kill_on_drop: false }`
[INFO] [stdout] a82ffd49b476d19a171d55056e64689ee23a7292880d20eccc2ce14f510f4fc4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c2ccdcde6f205802a91bfc7d0721b395845c0e6f4475729842e4dc015f0c2401
[INFO] running `Command { std: "docker" "start" "-a" "c2ccdcde6f205802a91bfc7d0721b395845c0e6f4475729842e4dc015f0c2401", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v1.0.109
[INFO] [stderr]     Checking bian-proc v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::Pat`
[INFO] [stdout]    --> src/lib.rs:3:30
[INFO] [stdout]     |
[INFO] [stdout] 3   | use syn::{parse_macro_input, FnArg, Pat};
[INFO] [stdout]     |                              ^^^^^  ^^^
[INFO] [stdout]     |                              |      |
[INFO] [stdout]     |                              |      no `Pat` in the root
[INFO] [stdout]     |                              |      help: a similar name exists in the module: `Path`
[INFO] [stdout]     |                              no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::Pat`
[INFO] [stdout]    --> src/lib.rs:3:30
[INFO] [stdout]     |
[INFO] [stdout] 3   | use syn::{parse_macro_input, FnArg, Pat};
[INFO] [stdout]     |                              ^^^^^  ^^^
[INFO] [stdout]     |                              |      |
[INFO] [stdout]     |                              |      no `Pat` in the root
[INFO] [stdout]     |                              |      help: a similar name exists in the module: `Path`
[INFO] [stdout]     |                              no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:21:54
[INFO] [stdout]     |
[INFO] [stdout] 21  |     let mut api_fn = parse_macro_input!(item as syn::ItemFn);
[INFO] [stdout]     |                                                      ^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:365:32
[INFO] [stdout]     |
[INFO] [stdout] 365 |     ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMacro2, ItemMod,
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:21:54
[INFO] [stdout]     |
[INFO] [stdout] 21  |     let mut api_fn = parse_macro_input!(item as syn::ItemFn);
[INFO] [stdout]     |                                                      ^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:365:32
[INFO] [stdout]     |
[INFO] [stdout] 365 |     ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMacro2, ItemMod,
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bian-proc` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bian-proc` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "c2ccdcde6f205802a91bfc7d0721b395845c0e6f4475729842e4dc015f0c2401", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2ccdcde6f205802a91bfc7d0721b395845c0e6f4475729842e4dc015f0c2401", kill_on_drop: false }`
[INFO] [stdout] c2ccdcde6f205802a91bfc7d0721b395845c0e6f4475729842e4dc015f0c2401
[INFO] checking bian-proc-0.2.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate bian-proc 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate bian-proc 0.2.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bian-proc 0.2.0
[INFO] finished tweaking crates.io crate bian-proc 0.2.0
[INFO] tweaked toml for crates.io crate bian-proc 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b764bfd51a98ea8a97fa8859e42c529409a139409e74bb0da6066411f5fc23ff
[INFO] running `Command { std: "docker" "start" "-a" "b764bfd51a98ea8a97fa8859e42c529409a139409e74bb0da6066411f5fc23ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b764bfd51a98ea8a97fa8859e42c529409a139409e74bb0da6066411f5fc23ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b764bfd51a98ea8a97fa8859e42c529409a139409e74bb0da6066411f5fc23ff", kill_on_drop: false }`
[INFO] [stdout] b764bfd51a98ea8a97fa8859e42c529409a139409e74bb0da6066411f5fc23ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81fc912cb96e75a165beae6127f894ff064db56cab6256dae4def8ddda6dc3e4
[INFO] running `Command { std: "docker" "start" "-a" "81fc912cb96e75a165beae6127f894ff064db56cab6256dae4def8ddda6dc3e4", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v1.0.109
[INFO] [stderr]     Checking bian-proc v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::Pat`
[INFO] [stdout]    --> src/lib.rs:3:30
[INFO] [stdout]     |
[INFO] [stdout] 3   | use syn::{parse_macro_input, FnArg, Pat};
[INFO] [stdout]     |                              ^^^^^  ^^^
[INFO] [stdout]     |                              |      |
[INFO] [stdout]     |                              |      no `Pat` in the root
[INFO] [stdout]     |                              |      help: a similar name exists in the module: `Path`
[INFO] [stdout]     |                              no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::Pat`
[INFO] [stdout]    --> src/lib.rs:3:30
[INFO] [stdout]     |
[INFO] [stdout] 3   | use syn::{parse_macro_input, FnArg, Pat};
[INFO] [stdout]     |                              ^^^^^  ^^^
[INFO] [stdout]     |                              |      |
[INFO] [stdout]     |                              |      no `Pat` in the root
[INFO] [stdout]     |                              |      help: a similar name exists in the module: `Path`
[INFO] [stdout]     |                              no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:21:54
[INFO] [stdout]     |
[INFO] [stdout] 21  |     let mut api_fn = parse_macro_input!(item as syn::ItemFn);
[INFO] [stdout]     |                                                      ^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:365:32
[INFO] [stdout]     |
[INFO] [stdout] 365 |     ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMacro2, ItemMod,
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemFn` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:21:54
[INFO] [stdout]     |
[INFO] [stdout] 21  |     let mut api_fn = parse_macro_input!(item as syn::ItemFn);
[INFO] [stdout]     |                                                      ^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:365:32
[INFO] [stdout]     |
[INFO] [stdout] 365 |     ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMacro2, ItemMod,
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bian-proc` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bian-proc` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "81fc912cb96e75a165beae6127f894ff064db56cab6256dae4def8ddda6dc3e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81fc912cb96e75a165beae6127f894ff064db56cab6256dae4def8ddda6dc3e4", kill_on_drop: false }`
[INFO] [stdout] 81fc912cb96e75a165beae6127f894ff064db56cab6256dae4def8ddda6dc3e4
