[INFO] fetching crate stager 0.3.4... [INFO] testing stager-0.3.4 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded exitcode v1.1.2 [INFO] [stderr] Downloaded globwalk v0.3.1 [INFO] [stderr] Downloaded liquid v0.14.3 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 264ef43b339d455d24d19d42f23afa5e0673b783a70f9d3761e59df3a4511b4f [INFO] running `Command { std: "docker" "start" "-a" "264ef43b339d455d24d19d42f23afa5e0673b783a70f9d3761e59df3a4511b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "264ef43b339d455d24d19d42f23afa5e0673b783a70f9d3761e59df3a4511b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "264ef43b339d455d24d19d42f23afa5e0673b783a70f9d3761e59df3a4511b4f", kill_on_drop: false }` [INFO] [stdout] 264ef43b339d455d24d19d42f23afa5e0673b783a70f9d3761e59df3a4511b4f [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 514106c59b6d588fc443b1e0a6ce526bf0040a28206e8feddfa52ea686711011 [INFO] running `Command { std: "docker" "start" "-a" "514106c59b6d588fc443b1e0a6ce526bf0040a28206e8feddfa52ea686711011", kill_on_drop: false }` [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:88:62 [INFO] [stdout] | [INFO] [stdout] 88 | Token::Identifier(ref x) => indexes.push(Index::with_key(x.as_ref())), [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot infer type for reference `&_` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: ~const From<&_>` found in the `alloc` crate: [INFO] [stdout] - impl<> From<&std::string::String> for std::string::String; [INFO] [stdout] - impl<> From<&str> for std::string::String; [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `&_` [INFO] [stdout] note: required by a bound in `index::Index::with_key` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-0.14.3/src/value/index.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn with_key>(key: S) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `index::Index::with_key` [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[E0283]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-0.14.3/src/compiler/parser.rs:97:52 [INFO] [stdout] | [INFO] [stdout] 97 | Token::StringLiteral(ref x) => Index::with_key(x.as_ref()), [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot infer type for reference `&_` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::string::String: ~const From<&_>` found in the `alloc` crate: [INFO] [stdout] - impl<> From<&std::string::String> for std::string::String; [INFO] [stdout] - impl<> From<&str> for std::string::String; [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `&_` [INFO] [stdout] note: required by a bound in `index::Index::with_key` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-0.14.3/src/value/index.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn with_key>(key: S) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `index::Index::with_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 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 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "514106c59b6d588fc443b1e0a6ce526bf0040a28206e8feddfa52ea686711011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "514106c59b6d588fc443b1e0a6ce526bf0040a28206e8feddfa52ea686711011", kill_on_drop: false }` [INFO] [stdout] 514106c59b6d588fc443b1e0a6ce526bf0040a28206e8feddfa52ea686711011