[INFO] fetching crate redb_model 0.11.3... [INFO] checking redb_model-0.11.3 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate redb_model 0.11.3 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate redb_model 0.11.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate redb_model 0.11.3 [INFO] tweaked toml for crates.io crate redb_model 0.11.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate redb_model 0.11.3 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate redb_model 0.11.3 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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redb_model_trait v0.8.0 [INFO] [stderr] Downloaded redb_model_derive v0.12.1 [INFO] [stderr] Downloaded redb v2.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0a18770b40c94c106bba24def43f60ee6f04fbc4943510b4e54aa4b8fd3898b [INFO] running `Command { std: "docker" "start" "-a" "d0a18770b40c94c106bba24def43f60ee6f04fbc4943510b4e54aa4b8fd3898b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0a18770b40c94c106bba24def43f60ee6f04fbc4943510b4e54aa4b8fd3898b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0a18770b40c94c106bba24def43f60ee6f04fbc4943510b4e54aa4b8fd3898b", kill_on_drop: false }` [INFO] [stdout] d0a18770b40c94c106bba24def43f60ee6f04fbc4943510b4e54aa4b8fd3898b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95889dacc554ec41e599494497bc84091e5e621093607b21eee842a0b1ac6b9f [INFO] running `Command { std: "docker" "start" "-a" "95889dacc554ec41e599494497bc84091e5e621093607b21eee842a0b1ac6b9f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling redb v2.4.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking uuid v1.11.0 [INFO] [stderr] Checking secrecy v0.10.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking redb_model_trait v0.8.0 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling redb_model_derive v0.12.1 [INFO] [stderr] Checking redb_model v0.11.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> tests/attr.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Model)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/attr.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Model)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/attr.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Model)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/attr.rs:29:18 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Model)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/attr.rs:39:18 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Model)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:164:14 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:189:14 [INFO] [stdout] | [INFO] [stdout] 189 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:218:14 [INFO] [stdout] | [INFO] [stdout] 218 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:243:14 [INFO] [stdout] | [INFO] [stdout] 243 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:273:14 [INFO] [stdout] | [INFO] [stdout] 273 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:306:14 [INFO] [stdout] | [INFO] [stdout] 306 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:368:14 [INFO] [stdout] | [INFO] [stdout] 368 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (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] --> tests/types.rs:391:14 [INFO] [stdout] | [INFO] [stdout] 391 | #[derive(Model, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ expected lifetime parameter [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0726`. [INFO] [stdout] [INFO] [stderr] error: could not compile `redb_model` (test "attr") due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0726`. [INFO] [stdout] [INFO] [stderr] error: could not compile `redb_model` (test "types") due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "95889dacc554ec41e599494497bc84091e5e621093607b21eee842a0b1ac6b9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95889dacc554ec41e599494497bc84091e5e621093607b21eee842a0b1ac6b9f", kill_on_drop: false }` [INFO] [stdout] 95889dacc554ec41e599494497bc84091e5e621093607b21eee842a0b1ac6b9f