[INFO] fetching crate cargo-tarball 0.0.1...
[INFO] checking cargo-tarball-0.0.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cargo-tarball 0.0.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate cargo-tarball 0.0.1 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cargo-tarball 0.0.1
[INFO] finished tweaking crates.io crate cargo-tarball 0.0.1
[INFO] tweaked toml for crates.io crate cargo-tarball 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded podio v0.1.7
[INFO] [stderr]   Downloaded serde_yaml v0.7.5
[INFO] [stderr]   Downloaded exitcode v1.1.2
[INFO] [stderr]   Downloaded msdos_time v0.1.6
[INFO] [stderr]   Downloaded zip v0.3.3
[INFO] [stderr]   Downloaded globwalk v0.3.1
[INFO] [stderr]   Downloaded env_logger v0.5.13
[INFO] [stderr]   Downloaded liquid v0.14.3
[INFO] [stderr]   Downloaded stager v0.3.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 96f6045e5583e02f6d6d1a5e1f8b194a116e663315b01da678b94c2477ab856e
[INFO] running `Command { std: "docker" "start" "-a" "96f6045e5583e02f6d6d1a5e1f8b194a116e663315b01da678b94c2477ab856e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96f6045e5583e02f6d6d1a5e1f8b194a116e663315b01da678b94c2477ab856e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96f6045e5583e02f6d6d1a5e1f8b194a116e663315b01da678b94c2477ab856e", kill_on_drop: false }`
[INFO] [stdout] 96f6045e5583e02f6d6d1a5e1f8b194a116e663315b01da678b94c2477ab856e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c35c21a507753927654042fc5b3831564474bd40fa9b74daef247ad6e126b1ce
[INFO] running `Command { std: "docker" "start" "-a" "c35c21a507753927654042fc5b3831564474bd40fa9b74daef247ad6e126b1ce", kill_on_drop: false }`
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking ucd-util v0.1.10
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking utf8-ranges v1.0.5
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking msdos_time v0.1.6
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking podio v0.1.7
[INFO] [stderr]     Checking exitcode v1.1.2
[INFO] [stderr]     Checking zip v0.3.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustix v0.38.32
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]     Checking liquid v0.14.3
[INFO] [stderr]     Checking serde_yaml v0.7.5
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]     Checking env_logger v0.5.13
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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]    |                                                              ^^^^^^^^^^^^^^^   ------ type must be known at this point
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              cannot infer type of the type parameter `S` declared on the associated function `with_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`:
[INFO] [stdout]            - impl AsRef<OsStr> for std::string::String;
[INFO] [stdout]            - impl AsRef<Path> for std::string::String;
[INFO] [stdout]            - impl AsRef<[u8]> for std::string::String;
[INFO] [stdout]            - impl AsRef<str> for std::string::String;
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 88 |                     Token::Identifier(ref x) => indexes.push(Index::with_key::<&T>(x.as_ref())),
[INFO] [stdout]    |                                                                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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]    |                                                    ^^^^^^^^^^^^^^^   ------ type must be known at this point
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    cannot infer type of the type parameter `S` declared on the associated function `with_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`:
[INFO] [stdout]            - impl AsRef<OsStr> for std::string::String;
[INFO] [stdout]            - impl AsRef<Path> for std::string::String;
[INFO] [stdout]            - impl AsRef<[u8]> for std::string::String;
[INFO] [stdout]            - impl AsRef<str> for std::string::String;
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     Token::StringLiteral(ref x) => Index::with_key::<&T>(x.as_ref()),
[INFO] [stdout]    |                                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking backtrace v0.3.71
[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` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c35c21a507753927654042fc5b3831564474bd40fa9b74daef247ad6e126b1ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c35c21a507753927654042fc5b3831564474bd40fa9b74daef247ad6e126b1ce", kill_on_drop: false }`
[INFO] [stdout] c35c21a507753927654042fc5b3831564474bd40fa9b74daef247ad6e126b1ce
[INFO] checking cargo-tarball-0.0.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate cargo-tarball 0.0.1 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate cargo-tarball 0.0.1 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cargo-tarball 0.0.1
[INFO] finished tweaking crates.io crate cargo-tarball 0.0.1
[INFO] tweaked toml for crates.io crate cargo-tarball 0.0.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2d23fa2247a963aef212bd5440c2fd871371c5492f29843b4ffe89ec46e95375
[INFO] running `Command { std: "docker" "start" "-a" "2d23fa2247a963aef212bd5440c2fd871371c5492f29843b4ffe89ec46e95375", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d23fa2247a963aef212bd5440c2fd871371c5492f29843b4ffe89ec46e95375", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d23fa2247a963aef212bd5440c2fd871371c5492f29843b4ffe89ec46e95375", kill_on_drop: false }`
[INFO] [stdout] 2d23fa2247a963aef212bd5440c2fd871371c5492f29843b4ffe89ec46e95375
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b668a3704943cf03078216c19bb90fc4c3bf644cda714504cd1f103e847a0dda
[INFO] running `Command { std: "docker" "start" "-a" "b668a3704943cf03078216c19bb90fc4c3bf644cda714504cd1f103e847a0dda", kill_on_drop: false }`
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]     Checking ucd-util v0.1.10
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking utf8-ranges v1.0.5
[INFO] [stderr]     Checking itertools v0.7.11
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking msdos_time v0.1.6
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]     Checking podio v0.1.7
[INFO] [stderr]     Checking exitcode v1.1.2
[INFO] [stderr]     Checking zip v0.3.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking rustix v0.38.32
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]     Checking liquid v0.14.3
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking serde_yaml v0.7.5
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking globset v0.4.14
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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]    |                                                              ^^^^^^^^^^^^^^^   ------ type must be known at this point
[INFO] [stdout]    |                                                              |
[INFO] [stdout]    |                                                              cannot infer type of the type parameter `S` declared on the associated function `with_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`:
[INFO] [stdout]            - impl AsRef<OsStr> for std::string::String;
[INFO] [stdout]            - impl AsRef<Path> for std::string::String;
[INFO] [stdout]            - impl AsRef<[u8]> for std::string::String;
[INFO] [stdout]            - impl AsRef<str> for std::string::String;
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 88 |                     Token::Identifier(ref x) => indexes.push(Index::with_key::<&T>(x.as_ref())),
[INFO] [stdout]    |                                                                             ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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]    |                                                    ^^^^^^^^^^^^^^^   ------ type must be known at this point
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    cannot infer type of the type parameter `S` declared on the associated function `with_key`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `std::string::String: AsRef<_>` found in the following crates: `alloc`, `std`:
[INFO] [stdout]            - impl AsRef<OsStr> for std::string::String;
[INFO] [stdout]            - impl AsRef<Path> for std::string::String;
[INFO] [stdout]            - impl AsRef<[u8]> for std::string::String;
[INFO] [stdout]            - impl AsRef<str> for std::string::String;
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 97 |                     Token::StringLiteral(ref x) => Index::with_key::<&T>(x.as_ref()),
[INFO] [stdout]    |                                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ignore v0.4.22
[INFO] [stderr]     Checking backtrace v0.3.71
[INFO] [stderr]     Checking env_logger v0.5.13
[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` (lib) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b668a3704943cf03078216c19bb90fc4c3bf644cda714504cd1f103e847a0dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b668a3704943cf03078216c19bb90fc4c3bf644cda714504cd1f103e847a0dda", kill_on_drop: false }`
[INFO] [stdout] b668a3704943cf03078216c19bb90fc4c3bf644cda714504cd1f103e847a0dda
