[INFO] fetching crate stager 0.3.4... [INFO] testing stager-0.3.4 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate stager 0.3.4 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate stager 0.3.4 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stager 0.3.4 [INFO] finished tweaking crates.io crate stager 0.3.4 [INFO] tweaked toml for crates.io crate stager 0.3.4 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5de741ca05b6b6ca84f3f8576edffc2995180a7c966f7c6c69f944117151a70b [INFO] running `Command { std: "docker" "start" "-a" "5de741ca05b6b6ca84f3f8576edffc2995180a7c966f7c6c69f944117151a70b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5de741ca05b6b6ca84f3f8576edffc2995180a7c966f7c6c69f944117151a70b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5de741ca05b6b6ca84f3f8576edffc2995180a7c966f7c6c69f944117151a70b", kill_on_drop: false }` [INFO] [stdout] 5de741ca05b6b6ca84f3f8576edffc2995180a7c966f7c6c69f944117151a70b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8994d11b596db304af1da7cb130af0abf1dff55a836d73c902a5eac82ff43081 [INFO] running `Command { std: "docker" "start" "-a" "8994d11b596db304af1da7cb130af0abf1dff55a836d73c902a5eac82ff43081", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling liquid v0.14.3 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-0.14.3/src/compiler/parser.rs:88:80 [INFO] [stdout] | [INFO] [stdout] 88 | Token::Identifier(ref x) => indexes.push(Index::with_key(x.as_ref())), [INFO] [stdout] | --^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef<[u8]> for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] help: use the fully qualified path for the potential candidates [INFO] [stdout] | [INFO] [stdout] 88 | Token::Identifier(ref x) => indexes.push(Index::with_key(>::as_ref(x))), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 88 | Token::Identifier(ref x) => indexes.push(Index::with_key(>::as_ref(x))), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 88 | Token::Identifier(ref x) => indexes.push(Index::with_key(>::as_ref(x))), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 88 | Token::Identifier(ref x) => indexes.push(Index::with_key(>::as_ref(x))), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-0.14.3/src/compiler/parser.rs:97:70 [INFO] [stdout] | [INFO] [stdout] 97 | Token::StringLiteral(ref x) => Index::with_key(x.as_ref()), [INFO] [stdout] | --^^^^^^-- [INFO] [stdout] | | | [INFO] [stdout] | | cannot infer type for type parameter `T` declared on the trait `AsRef` [INFO] [stdout] | this method call resolves to `&T` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`: [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] - impl AsRef<[u8]> for std::string::String; [INFO] [stdout] - impl AsRef for std::string::String; [INFO] [stdout] help: use the fully qualified path for the potential candidates [INFO] [stdout] | [INFO] [stdout] 97 | Token::StringLiteral(ref x) => Index::with_key(>::as_ref(x)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 97 | Token::StringLiteral(ref x) => Index::with_key(>::as_ref(x)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 97 | Token::StringLiteral(ref x) => Index::with_key(>::as_ref(x)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 97 | Token::StringLiteral(ref x) => Index::with_key(>::as_ref(x)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] and 4 other candidates [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 E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `liquid` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "8994d11b596db304af1da7cb130af0abf1dff55a836d73c902a5eac82ff43081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8994d11b596db304af1da7cb130af0abf1dff55a836d73c902a5eac82ff43081", kill_on_drop: false }` [INFO] [stdout] 8994d11b596db304af1da7cb130af0abf1dff55a836d73c902a5eac82ff43081