[INFO] crate clint 0.2.1 is already in cache [INFO] testing clint-0.2.1 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate clint 0.2.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate clint 0.2.1 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate clint 0.2.1 [INFO] finished tweaking crates.io crate clint 0.2.1 [INFO] tweaked toml for crates.io crate clint 0.2.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate clint 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b06296d15ca37434f6dfadcd801e47db6249253c06abc158c4b7c8d5157e8b58 [INFO] running `"docker" "start" "-a" "b06296d15ca37434f6dfadcd801e47db6249253c06abc158c4b7c8d5157e8b58"` [INFO] [stderr] Compiling clint v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0495]: cannot infer an appropriate lifetime for lifetime parameter `'a` due to conflicting requirements [INFO] [stderr] --> src/handler.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | h: &Self::default_handler, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 90:6... [INFO] [stderr] --> src/handler.rs:90:6 [INFO] [stderr] | [INFO] [stderr] 90 | impl<'a> Handler<'a> { [INFO] [stderr] | ^^ [INFO] [stderr] note: ...so that the types are compatible [INFO] [stderr] --> src/handler.rs:95:17 [INFO] [stderr] | [INFO] [stderr] 95 | h: &Self::default_handler, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `handler::Handler<'_>` [INFO] [stderr] found `handler::Handler<'a>` [INFO] [stderr] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stderr] note: ...so that the expression is assignable [INFO] [stderr] --> src/handler.rs:95:16 [INFO] [stderr] | [INFO] [stderr] 95 | h: &Self::default_handler, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: expected `*const (dyn core::ops::FnMut() + 'static)` [INFO] [stderr] found `*const dyn core::ops::FnMut()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0495`. [INFO] [stderr] error: could not compile `clint`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b06296d15ca37434f6dfadcd801e47db6249253c06abc158c4b7c8d5157e8b58"` [INFO] running `"docker" "rm" "-f" "b06296d15ca37434f6dfadcd801e47db6249253c06abc158c4b7c8d5157e8b58"` [INFO] [stdout] b06296d15ca37434f6dfadcd801e47db6249253c06abc158c4b7c8d5157e8b58