[INFO] fetching crate simple_parse 0.2.1... [INFO] checking simple_parse-0.2.1 against master#430feb24a46993e5073c1bb1b39da190d83fa2bf for pr-78363 [INFO] extracting crate simple_parse 0.2.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate simple_parse 0.2.1 on toolchain 430feb24a46993e5073c1bb1b39da190d83fa2bf [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate simple_parse 0.2.1 [INFO] finished tweaking crates.io crate simple_parse 0.2.1 [INFO] tweaked toml for crates.io crate simple_parse 0.2.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate simple_parse 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76177321aeab522072144b3a2b60dd4c293a98e6008059b509eb7b6c3f1be9b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "76177321aeab522072144b3a2b60dd4c293a98e6008059b509eb7b6c3f1be9b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76177321aeab522072144b3a2b60dd4c293a98e6008059b509eb7b6c3f1be9b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76177321aeab522072144b3a2b60dd4c293a98e6008059b509eb7b6c3f1be9b6", kill_on_drop: false }` [INFO] [stdout] 76177321aeab522072144b3a2b60dd4c293a98e6008059b509eb7b6c3f1be9b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+430feb24a46993e5073c1bb1b39da190d83fa2bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bd51b1dc0c9fc737988260fb93ddf5c0c4c2e18b5499246788db2543fe737a4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2bd51b1dc0c9fc737988260fb93ddf5c0c4c2e18b5499246788db2543fe737a4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling simple_parse_derive v0.1.0 [INFO] [stderr] Checking simple_parse v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> examples/custom.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> examples/enum.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0759]: `input` has an anonymous lifetime `'_` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> examples/enum.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this data with an anonymous lifetime `'_`... [INFO] [stdout] | ...is captured and required to live as long as `'static` here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0759]: `input` has an anonymous lifetime `'_` but it needs to satisfy a `'static` lifetime requirement [INFO] [stdout] --> examples/custom.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(SpRead, SpWrite, Debug)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this data with an anonymous lifetime `'_`... [INFO] [stdout] | ...is captured and required to live as long as `'static` here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0759`. [INFO] [stdout] [INFO] [stderr] error: could not compile `simple_parse` [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0759`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'b` due to conflicting requirements [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the lifetime `'b` as defined on the impl at 4:23... [INFO] [stdout] --> examples/struct.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct SomeStruct<'b> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that the type `SomeStruct<'b>` will meet its required lifetime bounds [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: but, the lifetime must be valid for the anonymous lifetime #1 defined on the method body at 3:17... [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...so that the expression is assignable [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: expected `std::result::Result<(&[u8], SomeStruct<'_>), _>` [INFO] [stdout] found `std::result::Result<(&[u8], SomeStruct<'_>), _>` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime for autoref due to conflicting requirements [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the anonymous lifetime #1 defined on the method body at 3:17... [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...so that reference does not outlive borrowed content [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: but, the lifetime must be valid for the lifetime `'b` as defined on the impl at 4:23... [INFO] [stdout] --> examples/struct.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct SomeStruct<'b> { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that the types are compatible [INFO] [stdout] --> examples/struct.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, SpRead, SpWrite)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: expected `SpRead<'_>` [INFO] [stdout] found `SpRead<'_>` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0495`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2bd51b1dc0c9fc737988260fb93ddf5c0c4c2e18b5499246788db2543fe737a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bd51b1dc0c9fc737988260fb93ddf5c0c4c2e18b5499246788db2543fe737a4", kill_on_drop: false }` [INFO] [stdout] 2bd51b1dc0c9fc737988260fb93ddf5c0c4c2e18b5499246788db2543fe737a4