[INFO] fetching crate bmbp_report_calc 0.0.1...
[INFO] checking bmbp_report_calc-0.0.1 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate bmbp_report_calc 0.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate bmbp_report_calc 0.0.1 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "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-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d0d235e1a423bc48c361fc12e1fd118d55958cb24e62b99c32073b91e844285
[INFO] running `Command { std: "docker" "start" "-a" "1d0d235e1a423bc48c361fc12e1fd118d55958cb24e62b99c32073b91e844285", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d0d235e1a423bc48c361fc12e1fd118d55958cb24e62b99c32073b91e844285", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d0d235e1a423bc48c361fc12e1fd118d55958cb24e62b99c32073b91e844285", kill_on_drop: false }`
[INFO] [stdout] 1d0d235e1a423bc48c361fc12e1fd118d55958cb24e62b99c32073b91e844285
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f220312b5f25adcd6001f02f05b5f973de5635a37659b07992493c547c2e3a6
[INFO] running `Command { std: "docker" "start" "-a" "2f220312b5f25adcd6001f02f05b5f973de5635a37659b07992493c547c2e3a6", 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" "2f220312b5f25adcd6001f02f05b5f973de5635a37659b07992493c547c2e3a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f220312b5f25adcd6001f02f05b5f973de5635a37659b07992493c547c2e3a6", kill_on_drop: false }`
[INFO] [stdout] 2f220312b5f25adcd6001f02f05b5f973de5635a37659b07992493c547c2e3a6
