[INFO] fetching crate bmbp_report_calc 0.0.1...
[INFO] checking bmbp_report_calc-0.0.1 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate bmbp_report_calc 0.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate bmbp_report_calc 0.0.1 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bmbp_report_calc 0.0.1
[INFO] finished tweaking crates.io crate bmbp_report_calc 0.0.1
[INFO] tweaked toml for crates.io crate bmbp_report_calc 0.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e65422785626ae7ca890362131da7b21ef9780305e02ffe22920dd84ec41f74
[INFO] running `Command { std: "docker" "start" "-a" "0e65422785626ae7ca890362131da7b21ef9780305e02ffe22920dd84ec41f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e65422785626ae7ca890362131da7b21ef9780305e02ffe22920dd84ec41f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e65422785626ae7ca890362131da7b21ef9780305e02ffe22920dd84ec41f74", kill_on_drop: false }`
[INFO] [stdout] 0e65422785626ae7ca890362131da7b21ef9780305e02ffe22920dd84ec41f74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f1ce3d451dd152a1cf8169eb5508ddeee3107965b980c9c6bb6c35369cfbb75
[INFO] running `Command { std: "docker" "start" "-a" "0f1ce3d451dd152a1cf8169eb5508ddeee3107965b980c9c6bb6c35369cfbb75", kill_on_drop: false }`
[INFO] [stderr]     Checking bmbp_report_calc v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> tests/test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> tests/test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::Serialize;
[INFO] [stdout]   |     ^^^^^ use of undeclared crate or module `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bmbp_macro`
[INFO] [stdout]  --> tests/test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use bmbp_macro::{Orm, PoVo};
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `bmbp_macro`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/test.rs:13:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/test.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[serde(default)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/test.rs:39:3
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/test.rs:40:3
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[serde(default)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> tests/test.rs:49:7
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[serde(flatten)]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `orm_fields` found for struct `A` in the current scope
[INFO] [stdout]   --> tests/test.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct A {
[INFO] [stdout]    | ------------ function or associated item `orm_fields` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     let c = A::orm_fields();
[INFO] [stdout]    |                ^^^^^^^^^^ function or associated item not found in `A`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `set_name` found for struct `A` in the current scope
[INFO] [stdout]   --> tests/test.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct A {
[INFO] [stdout]    | ------------ method `set_name` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 63 |     na.set_name("X1".to_string()).set_old("GG".to_string());
[INFO] [stdout]    |        ^^^^^^^^ method not found in `A`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_name` found for struct `A` in the current scope
[INFO] [stdout]   --> tests/test.rs:64:38
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct A {
[INFO] [stdout]    | ------------ method `get_name` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 64 |     assert_eq!(&"X1".to_string(), na.get_name());
[INFO] [stdout]    |                                      ^^^^^^^^ method not found in `A`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_mut_name` found for struct `A` in the current scope
[INFO] [stdout]   --> tests/test.rs:66:32
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct A {
[INFO] [stdout]    | ------------ method `get_mut_name` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 66 |     let name: &mut String = na.get_mut_name();
[INFO] [stdout]    |                                ^^^^^^^^^^^^ method not found in `A`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_name` found for struct `A` in the current scope
[INFO] [stdout]   --> tests/test.rs:68:41
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct A {
[INFO] [stdout]    | ------------ method `get_name` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 68 |     assert_eq!(&"X1ABC".to_string(), na.get_name());
[INFO] [stdout]    |                                         ^^^^^^^^ method not found in `A`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `orm_fields` found for struct `BmbpOrganVo` in the current scope
[INFO] [stdout]   --> tests/test.rs:74:38
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct BmbpOrganVo {
[INFO] [stdout]    | ---------------------- function or associated item `orm_fields` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     let organ_columns = BmbpOrganVo::orm_fields();
[INFO] [stdout]    |                                      ^^^^^^^^^^ function or associated item not found in `BmbpOrganVo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bmbp_report_calc` (test "test") due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "0f1ce3d451dd152a1cf8169eb5508ddeee3107965b980c9c6bb6c35369cfbb75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f1ce3d451dd152a1cf8169eb5508ddeee3107965b980c9c6bb6c35369cfbb75", kill_on_drop: false }`
[INFO] [stdout] 0f1ce3d451dd152a1cf8169eb5508ddeee3107965b980c9c6bb6c35369cfbb75
