[INFO] fetching crate bmbp_report_calc 0.0.1...
[INFO] checking bmbp_report_calc-0.0.1 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate bmbp_report_calc 0.0.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate bmbp_report_calc 0.0.1 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cfeab41526a9fa5d34e0fec156fea0a58e277e8590b1da23224c878020cd258e
[INFO] running `Command { std: "docker" "start" "-a" "cfeab41526a9fa5d34e0fec156fea0a58e277e8590b1da23224c878020cd258e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cfeab41526a9fa5d34e0fec156fea0a58e277e8590b1da23224c878020cd258e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfeab41526a9fa5d34e0fec156fea0a58e277e8590b1da23224c878020cd258e", kill_on_drop: false }`
[INFO] [stdout] cfeab41526a9fa5d34e0fec156fea0a58e277e8590b1da23224c878020cd258e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f92f5ba585b2b8837dd15bfb4cb71ad802437b5a97d83006ac96920af76ba77e
[INFO] running `Command { std: "docker" "start" "-a" "f92f5ba585b2b8837dd15bfb4cb71ad802437b5a97d83006ac96920af76ba77e", 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] error: aborting due to 14 previous errors
[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 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "f92f5ba585b2b8837dd15bfb4cb71ad802437b5a97d83006ac96920af76ba77e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f92f5ba585b2b8837dd15bfb4cb71ad802437b5a97d83006ac96920af76ba77e", kill_on_drop: false }`
[INFO] [stdout] f92f5ba585b2b8837dd15bfb4cb71ad802437b5a97d83006ac96920af76ba77e
