[INFO] fetching crate rsubst 0.1.4... [INFO] checking rsubst-0.1.4 against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] extracting crate rsubst 0.1.4 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate rsubst 0.1.4 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate rsubst 0.1.4 [INFO] tweaked toml for crates.io crate rsubst 0.1.4 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rsubst 0.1.4 on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rsubst 0.1.4 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" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d55ce561bf3aac67012e7988013ecc3d0bad6a2056c1408b9103b2a9a0b72c31 [INFO] running `Command { std: "docker" "start" "-a" "d55ce561bf3aac67012e7988013ecc3d0bad6a2056c1408b9103b2a9a0b72c31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d55ce561bf3aac67012e7988013ecc3d0bad6a2056c1408b9103b2a9a0b72c31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d55ce561bf3aac67012e7988013ecc3d0bad6a2056c1408b9103b2a9a0b72c31", kill_on_drop: false }` [INFO] [stdout] d55ce561bf3aac67012e7988013ecc3d0bad6a2056c1408b9103b2a9a0b72c31 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bffe540635f5e227d72e8ae423378892138a6ab520b300a5f6575edf0ad9acbf [INFO] running `Command { std: "docker" "start" "-a" "bffe540635f5e227d72e8ae423378892138a6ab520b300a5f6575edf0ad9acbf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking linux-raw-sys v0.9.3 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Checking minijinja v2.9.0 [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/environment.rs:708:42 [INFO] [stdout] | [INFO] [stdout] 708 | self.filters.insert(name.into(), Value::from_function(f)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ - type must be known at this point [INFO] [stdout] | | [INFO] [stdout] | cannot infer type of the type parameter `Args` declared on the associated function `from_function` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `F: Function` [INFO] [stdout] = help: the following types implement trait `Function`: [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] note: required by a bound in `value::Value::from_function` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/value/mod.rs:1060:12 [INFO] [stdout] | [INFO] [stdout] 1057 | pub fn from_function(f: F) -> Value [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 1060 | F: functions::Function [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Value::from_function` [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 708 | self.filters.insert(name.into(), Value::from_function::(f)); [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/environment.rs:730:40 [INFO] [stdout] | [INFO] [stdout] 730 | self.tests.insert(name.into(), Value::from_function(f)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ - type must be known at this point [INFO] [stdout] | | [INFO] [stdout] | cannot infer type of the type parameter `Args` declared on the associated function `from_function` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `F: Function` [INFO] [stdout] = help: the following types implement trait `Function`: [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] note: required by a bound in `value::Value::from_function` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/value/mod.rs:1060:12 [INFO] [stdout] | [INFO] [stdout] 1057 | pub fn from_function(f: F) -> Value [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 1060 | F: functions::Function [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Value::from_function` [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 730 | self.tests.insert(name.into(), Value::from_function::(f)); [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/environment.rs:756:38 [INFO] [stdout] | [INFO] [stdout] 756 | self.add_global(name.into(), Value::from_function(f)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ - type must be known at this point [INFO] [stdout] | | [INFO] [stdout] | cannot infer type of the type parameter `Args` declared on the associated function `from_function` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `F: Function` [INFO] [stdout] = help: the following types implement trait `Function`: [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] note: required by a bound in `value::Value::from_function` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/value/mod.rs:1060:12 [INFO] [stdout] | [INFO] [stdout] 1057 | pub fn from_function(f: F) -> Value [INFO] [stdout] | ------------- required by a bound in this associated function [INFO] [stdout] ... [INFO] [stdout] 1060 | F: functions::Function [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Value::from_function` [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 756 | self.add_global(name.into(), Value::from_function::(f)) [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/value/mod.rs:1065:9 [INFO] [stdout] | [INFO] [stdout] 1065 | functions::BoxedFunction::new(f).to_value() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - type must be known at this point [INFO] [stdout] | | [INFO] [stdout] | cannot infer type of the type parameter `Args` declared on the associated function `new` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `F: Function` [INFO] [stdout] = help: the following types implement trait `Function`: [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] `Func` implements `Function` [INFO] [stdout] note: required by a bound in `BoxedFunction::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.9.0/src/functions.rs:234:12 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn new(f: F) -> BoxedFunction [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] 233 | where [INFO] [stdout] 234 | F: Function + for<'a> Function>::Output>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ required by this bound in `BoxedFunction::new` [INFO] [stdout] help: consider specifying the generic arguments [INFO] [stdout] | [INFO] [stdout] 1065 | functions::BoxedFunction::new::(f).to_value() [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `minijinja` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "bffe540635f5e227d72e8ae423378892138a6ab520b300a5f6575edf0ad9acbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bffe540635f5e227d72e8ae423378892138a6ab520b300a5f6575edf0ad9acbf", kill_on_drop: false }` [INFO] [stdout] bffe540635f5e227d72e8ae423378892138a6ab520b300a5f6575edf0ad9acbf