[INFO] fetching crate bevy-contrib-inspector-derive 0.5.0... [INFO] checking bevy-contrib-inspector-derive-0.5.0 against try#23ffd2897cbb44320ca18dfe4d05dbacb37d55e0 for pr-115950 [INFO] extracting crate bevy-contrib-inspector-derive 0.5.0 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate bevy-contrib-inspector-derive 0.5.0 on toolchain 23ffd2897cbb44320ca18dfe4d05dbacb37d55e0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bevy-contrib-inspector-derive 0.5.0 [INFO] finished tweaking crates.io crate bevy-contrib-inspector-derive 0.5.0 [INFO] tweaked toml for crates.io crate bevy-contrib-inspector-derive 0.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d232fbdf83716634224d967bd4044e58ae5067116dc0b7f270986c63776e6ac [INFO] running `Command { std: "docker" "start" "-a" "5d232fbdf83716634224d967bd4044e58ae5067116dc0b7f270986c63776e6ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d232fbdf83716634224d967bd4044e58ae5067116dc0b7f270986c63776e6ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d232fbdf83716634224d967bd4044e58ae5067116dc0b7f270986c63776e6ac", kill_on_drop: false }` [INFO] [stdout] 5d232fbdf83716634224d967bd4044e58ae5067116dc0b7f270986c63776e6ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+23ffd2897cbb44320ca18dfe4d05dbacb37d55e0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b8ba0b2e3de6dd1d64e147de9cffcc22798615ba9a8b1b0d461e05ff310f5cd [INFO] running `Command { std: "docker" "start" "-a" "9b8ba0b2e3de6dd1d64e147de9cffcc22798615ba9a8b1b0d461e05ff310f5cd", kill_on_drop: false }` [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking proc-macro2 v1.0.67 [INFO] [stderr] Checking quote v1.0.33 [INFO] [stderr] Checking bevy-contrib-inspector-derive v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other [INFO] [stdout] | [INFO] [stdout] = note: expected trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] found trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] note: the lifetime requirement is introduced here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:224:31 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn parse_args_with(&self, parser: F) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other [INFO] [stdout] | [INFO] [stdout] = note: expected trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] found trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] note: the lifetime requirement is introduced here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/attr.rs:224:31 [INFO] [stdout] | [INFO] [stdout] 224 | pub fn parse_args_with(&self, parser: F) -> Result { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other [INFO] [stdout] | [INFO] [stdout] = note: expected trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] found trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other [INFO] [stdout] | [INFO] [stdout] = note: expected trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] found trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: higher-ranked lifetime error [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: could not prove `Result< fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as Parser>::Output, syn::Error> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: higher-ranked lifetime error [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: could not prove `Result< fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as Parser>::Output, syn::Error> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other [INFO] [stdout] | [INFO] [stdout] = note: expected trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] found trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/attrs.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | .flat_map(|attr| attr.parse_args_with(parse_inspectable_attributes).unwrap()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ one type is more general than the other [INFO] [stdout] | [INFO] [stdout] = note: expected trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] found trait `for<'a> fn(&'a ParseBuffer<'a>) -> Result, syn::Error> {parse_inspectable_attributes} as FnOnce<(&'a ParseBuffer<'a>,)>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy-contrib-inspector-derive` (lib test) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bevy-contrib-inspector-derive` (lib) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "9b8ba0b2e3de6dd1d64e147de9cffcc22798615ba9a8b1b0d461e05ff310f5cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b8ba0b2e3de6dd1d64e147de9cffcc22798615ba9a8b1b0d461e05ff310f5cd", kill_on_drop: false }` [INFO] [stdout] 9b8ba0b2e3de6dd1d64e147de9cffcc22798615ba9a8b1b0d461e05ff310f5cd