[INFO] cloning repository https://github.com/dpsi9/custom-macros
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dpsi9/custom-macros" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpsi9%2Fcustom-macros", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpsi9%2Fcustom-macros'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2bb692467b0178fe5058094151831de22e2e39a6
[INFO] checking dpsi9/custom-macros against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdpsi9%2Fcustom-macros" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dpsi9/custom-macros
[INFO] finished tweaking git repo https://github.com/dpsi9/custom-macros
[INFO] tweaked toml for git repo https://github.com/dpsi9/custom-macros written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dpsi9/custom-macros on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dpsi9/custom-macros already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8
[INFO] running `Command { std: "docker" "start" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking macro_traits v0.1.0 (/opt/rustwide/workdir/macro_traits)
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking define_macros v0.1.0 (/opt/rustwide/workdir/define_macros)
[INFO] [stderr]     Checking app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stdout] error[E0432]: unresolved imports `define_macros::SumFieldsSkip`, `define_macros::MathOps`
[INFO] [stdout]  --> app/src/main.rs:1:80
[INFO] [stdout]   |
[INFO] [stdout] 1 | use define_macros::{DeserializeNumberStruct, SerializeNumberStruct, SumFields, SumFieldsSkip, MathOps};
[INFO] [stdout]   |                                                                                ^^^^^^^^^^^^^  ^^^^^^^ no `MathOps` in the root
[INFO] [stdout]   |                                                                                |
[INFO] [stdout]   |                                                                                no `SumFieldsSkip` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 1 - use define_macros::{DeserializeNumberStruct, SerializeNumberStruct, SumFields, SumFieldsSkip, MathOps};
[INFO] [stdout] 1 + use define_macros::{DeserializeNumberStruct, SerializeNumberStruct, SumFields, SumFields, MathOps};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `macro_traits::SumFieldsAndSkipSomeFields`, `macro_traits::MathOps`
[INFO] [stdout]  --> app/src/main.rs:2:55
[INFO] [stdout]   |
[INFO] [stdout] 2 | use macro_traits::{AddFields, Deserialize, Serialize, SumFieldsAndSkipSomeFields, MathOps};
[INFO] [stdout]   |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^ no `MathOps` in the root
[INFO] [stdout]   |                                                       |
[INFO] [stdout]   |                                                       no `SumFieldsAndSkipSomeFields` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `skip_sum` in this scope
[INFO] [stdout]   --> app/src/main.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[skip_sum]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `add_fields` found for struct `Stats` in the current scope
[INFO] [stdout]   --> app/src/main.rs:61:27
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct Stats {
[INFO] [stdout]    | ------------ method `add_fields` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     let stats_sum = stats.add_fields();
[INFO] [stdout]    |                           ^^^^^^^^^^ method not found in `Stats`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `add_fields`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `AddFields`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `Numbers` is not an iterator
[INFO] [stdout]   --> app/src/main.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct Numbers {
[INFO] [stdout]    | -------------- method `sum` not found for this struct because it doesn't satisfy `Numbers: Iterator`
[INFO] [stdout] ...
[INFO] [stdout] 73 |     println!("Sum: {}", numbers.sum());
[INFO] [stdout]    |                                 ^^^ `Numbers` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Numbers: Iterator`
[INFO] [stdout]            which is required by `&mut Numbers: Iterator`
[INFO] [stdout] note: the trait `Iterator` must be implemented
[INFO] [stdout]   --> /rustc/49a6044d37d694890450f52ceaceb66277a36b1e/library/core/src/iter/traits/iterator.rs:42:0
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `sum`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Iterator`
[INFO] [stdout]            candidate #2: `Sum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `define_macros::SumFieldsSkip`, `define_macros::MathOps`
[INFO] [stdout]  --> app/src/main.rs:1:80
[INFO] [stdout]   |
[INFO] [stdout] 1 | use define_macros::{DeserializeNumberStruct, SerializeNumberStruct, SumFields, SumFieldsSkip, MathOps};
[INFO] [stdout]   |                                                                                ^^^^^^^^^^^^^  ^^^^^^^ no `MathOps` in the root
[INFO] [stdout]   |                                                                                |
[INFO] [stdout]   |                                                                                no `SumFieldsSkip` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 1 - use define_macros::{DeserializeNumberStruct, SerializeNumberStruct, SumFields, SumFieldsSkip, MathOps};
[INFO] [stdout] 1 + use define_macros::{DeserializeNumberStruct, SerializeNumberStruct, SumFields, SumFields, MathOps};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `macro_traits::SumFieldsAndSkipSomeFields`, `macro_traits::MathOps`
[INFO] [stdout]  --> app/src/main.rs:2:55
[INFO] [stdout]   |
[INFO] [stdout] 2 | use macro_traits::{AddFields, Deserialize, Serialize, SumFieldsAndSkipSomeFields, MathOps};
[INFO] [stdout]   |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^ no `MathOps` in the root
[INFO] [stdout]   |                                                       |
[INFO] [stdout]   |                                                       no `SumFieldsAndSkipSomeFields` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `skip_sum` in this scope
[INFO] [stdout]   --> app/src/main.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[skip_sum]
[INFO] [stdout]    |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `Numbers` is not an iterator
[INFO] [stdout]   --> app/src/main.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct Numbers {
[INFO] [stdout]    | -------------- method `product` not found for this struct because it doesn't satisfy `Numbers: Iterator`
[INFO] [stdout] ...
[INFO] [stdout] 74 |     println!("Product: {}", numbers.product());
[INFO] [stdout]    |                                     ^^^^^^^ `Numbers` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Numbers: Iterator`
[INFO] [stdout]            which is required by `&mut Numbers: Iterator`
[INFO] [stdout] note: the trait `Iterator` must be implemented
[INFO] [stdout]   --> /rustc/49a6044d37d694890450f52ceaceb66277a36b1e/library/core/src/iter/traits/iterator.rs:42:0
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `product`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Iterator`
[INFO] [stdout]            candidate #2: `Product`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `add_fields` found for struct `Stats` in the current scope
[INFO] [stdout]   --> app/src/main.rs:61:27
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct Stats {
[INFO] [stdout]    | ------------ method `add_fields` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     let stats_sum = stats.add_fields();
[INFO] [stdout]    |                           ^^^^^^^^^^ method not found in `Stats`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `add_fields`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `AddFields`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `Numbers` is not an iterator
[INFO] [stdout]   --> app/src/main.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct Numbers {
[INFO] [stdout]    | -------------- method `sum` not found for this struct because it doesn't satisfy `Numbers: Iterator`
[INFO] [stdout] ...
[INFO] [stdout] 73 |     println!("Sum: {}", numbers.sum());
[INFO] [stdout]    |                                 ^^^ `Numbers` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Numbers: Iterator`
[INFO] [stdout]            which is required by `&mut Numbers: Iterator`
[INFO] [stdout] note: the trait `Iterator` must be implemented
[INFO] [stdout]   --> /rustc/49a6044d37d694890450f52ceaceb66277a36b1e/library/core/src/iter/traits/iterator.rs:42:0
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `sum`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Iterator`
[INFO] [stdout]            candidate #2: `Sum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `average` found for struct `Numbers` in the current scope
[INFO] [stdout]   --> app/src/main.rs:75:40
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct Numbers {
[INFO] [stdout]    | -------------- method `average` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     println!("Average: {:.2}", numbers.average());
[INFO] [stdout]    |                                        ^^^^^^^ method not found in `Numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `Numbers` is not an iterator
[INFO] [stdout]   --> app/src/main.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct Numbers {
[INFO] [stdout]    | -------------- method `product` not found for this struct because it doesn't satisfy `Numbers: Iterator`
[INFO] [stdout] ...
[INFO] [stdout] 74 |     println!("Product: {}", numbers.product());
[INFO] [stdout]    |                                     ^^^^^^^ `Numbers` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Numbers: Iterator`
[INFO] [stdout]            which is required by `&mut Numbers: Iterator`
[INFO] [stdout] note: the trait `Iterator` must be implemented
[INFO] [stdout]   --> /rustc/49a6044d37d694890450f52ceaceb66277a36b1e/library/core/src/iter/traits/iterator.rs:42:0
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `product`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Iterator`
[INFO] [stdout]            candidate #2: `Product`
[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] [stdout] error[E0599]: no method named `average` found for struct `Numbers` in the current scope
[INFO] [stdout]   --> app/src/main.rs:75:40
[INFO] [stdout]    |
[INFO] [stdout] 21 | struct Numbers {
[INFO] [stdout]    | -------------- method `average` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     println!("Average: {:.2}", numbers.average());
[INFO] [stdout]    |                                        ^^^^^^^ method not found in `Numbers`
[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 `app` (bin "app") due to 7 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `app` (bin "app" test) due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8", kill_on_drop: false }`
[INFO] [stdout] 0101754e176cd1464c2dd822f298a572dd9065a1300b74f9a70556f7c1c61cc8
