[INFO] fetching crate ament_rs 0.2.1... [INFO] checking ament_rs-0.2.1 against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056-3 [INFO] extracting crate ament_rs 0.2.1 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate ament_rs 0.2.1 on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ament_rs 0.2.1 [INFO] finished tweaking crates.io crate ament_rs 0.2.1 [INFO] tweaked toml for crates.io crate ament_rs 0.2.1 written to /workspace/builds/worker-32/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "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-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0882d647458feb02f1792a64c1ed990a3dd30322e7bd6b712271d9e9ebf3feb2 [INFO] running `Command { std: "docker" "start" "-a" "0882d647458feb02f1792a64c1ed990a3dd30322e7bd6b712271d9e9ebf3feb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0882d647458feb02f1792a64c1ed990a3dd30322e7bd6b712271d9e9ebf3feb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0882d647458feb02f1792a64c1ed990a3dd30322e7bd6b712271d9e9ebf3feb2", kill_on_drop: false }` [INFO] [stdout] 0882d647458feb02f1792a64c1ed990a3dd30322e7bd6b712271d9e9ebf3feb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87c1588bbe233612ceb1f463c89dea77ba2f9c36fb6bacc8556679407cd3acb2 [INFO] running `Command { std: "docker" "start" "-a" "87c1588bbe233612ceb1f463c89dea77ba2f9c36fb6bacc8556679407cd3acb2", kill_on_drop: false }` [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking ament_rs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0310]: the parameter type `impl AsRef + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | list_all_prefixes(resource_type, prefixes).flat_map(|(prefix, path)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl AsRef + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl IntoIterator + 'a> + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | list_all_prefixes(resource_type, prefixes).flat_map(|(prefix, path)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl IntoIterator + 'a> + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl AsRef + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl AsRef + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl IntoIterator + 'a> + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl IntoIterator + 'a> + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl AsRef + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl AsRef + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl IntoIterator + 'a> + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl IntoIterator + 'a> + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ament_rs` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0310]: the parameter type `impl AsRef + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | list_all_prefixes(resource_type, prefixes).flat_map(|(prefix, path)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl AsRef + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl IntoIterator + 'a> + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | list_all_prefixes(resource_type, prefixes).flat_map(|(prefix, path)| { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl IntoIterator + 'a> + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl AsRef + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl AsRef + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl IntoIterator + 'a> + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl IntoIterator + 'a> + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl AsRef + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl AsRef + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `impl IntoIterator + 'a> + 'a` may not live long enough [INFO] [stdout] --> src/resources.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | list_all_prefixes_of_resources_disjointly(resource_type, prefixes) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `impl IntoIterator + 'a> + 'a: 'static`... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "87c1588bbe233612ceb1f463c89dea77ba2f9c36fb6bacc8556679407cd3acb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87c1588bbe233612ceb1f463c89dea77ba2f9c36fb6bacc8556679407cd3acb2", kill_on_drop: false }` [INFO] [stdout] 87c1588bbe233612ceb1f463c89dea77ba2f9c36fb6bacc8556679407cd3acb2