[INFO] fetching crate bmbp_report_model 0.0.1... [INFO] checking bmbp_report_model-0.0.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate bmbp_report_model 0.0.1 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate bmbp_report_model 0.0.1 [INFO] finished tweaking crates.io crate bmbp_report_model 0.0.1 [INFO] tweaked toml for crates.io crate bmbp_report_model 0.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate bmbp_report_model 0.0.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c89c93f96ee08f244458918b44c0b3ea1e5fb233ffeaa48a58ef24957fd22009 [INFO] running `Command { std: "docker" "start" "-a" "c89c93f96ee08f244458918b44c0b3ea1e5fb233ffeaa48a58ef24957fd22009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c89c93f96ee08f244458918b44c0b3ea1e5fb233ffeaa48a58ef24957fd22009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c89c93f96ee08f244458918b44c0b3ea1e5fb233ffeaa48a58ef24957fd22009", kill_on_drop: false }` [INFO] [stdout] c89c93f96ee08f244458918b44c0b3ea1e5fb233ffeaa48a58ef24957fd22009 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc02cb38cd8732908d93e68db4ddcca8bbf0adeb99f6978eb8c67a86f2b2c5df [INFO] running `Command { std: "docker" "start" "-a" "bc02cb38cd8732908d93e68db4ddcca8bbf0adeb99f6978eb8c67a86f2b2c5df", kill_on_drop: false }` [INFO] [stderr] Checking bmbp_report_model 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 unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `bmbp_macro` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `bmbp_macro`, use `cargo add bmbp_macro` to add it to your `Cargo.toml` [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_model` (test "test") due to 14 previous errors [INFO] running `Command { std: "docker" "inspect" "bc02cb38cd8732908d93e68db4ddcca8bbf0adeb99f6978eb8c67a86f2b2c5df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc02cb38cd8732908d93e68db4ddcca8bbf0adeb99f6978eb8c67a86f2b2c5df", kill_on_drop: false }` [INFO] [stdout] bc02cb38cd8732908d93e68db4ddcca8bbf0adeb99f6978eb8c67a86f2b2c5df