[INFO] fetching crate stager 0.3.4... [INFO] testing stager-0.3.4 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate stager 0.3.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate stager 0.3.4 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 581be6318154fd34d99be14d387e88ed2835cd43eda784a7cc9b1dd664840c1f [INFO] running `Command { std: "docker" "start" "-a" "581be6318154fd34d99be14d387e88ed2835cd43eda784a7cc9b1dd664840c1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "581be6318154fd34d99be14d387e88ed2835cd43eda784a7cc9b1dd664840c1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "581be6318154fd34d99be14d387e88ed2835cd43eda784a7cc9b1dd664840c1f", kill_on_drop: false }` [INFO] [stdout] 581be6318154fd34d99be14d387e88ed2835cd43eda784a7cc9b1dd664840c1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bda90f27dffcb1050fcb27ba3c80a0e9609a65738f13ea24822c2947cc263c5e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bda90f27dffcb1050fcb27ba3c80a0e9609a65738f13ea24822c2947cc263c5e", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling globwalk v0.3.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling liquid v0.14.3 [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] running `Command { std: "docker" "inspect" "bda90f27dffcb1050fcb27ba3c80a0e9609a65738f13ea24822c2947cc263c5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bda90f27dffcb1050fcb27ba3c80a0e9609a65738f13ea24822c2947cc263c5e", kill_on_drop: false }` [INFO] [stdout] bda90f27dffcb1050fcb27ba3c80a0e9609a65738f13ea24822c2947cc263c5e