[INFO] crate izanami-http 0.1.0-preview.1 is already in cache [INFO] extracting crate izanami-http 0.1.0-preview.1 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/izanami-http/0.1.0-preview.1 [INFO] extracting crate izanami-http 0.1.0-preview.1 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/izanami-http/0.1.0-preview.1 [INFO] validating manifest of izanami-http-0.1.0-preview.1 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of izanami-http-0.1.0-preview.1 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing izanami-http-0.1.0-preview.1 [INFO] finished frobbing izanami-http-0.1.0-preview.1 [INFO] frobbed toml for izanami-http-0.1.0-preview.1 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/izanami-http/0.1.0-preview.1/Cargo.toml [INFO] started frobbing izanami-http-0.1.0-preview.1 [INFO] finished frobbing izanami-http-0.1.0-preview.1 [INFO] frobbed toml for izanami-http-0.1.0-preview.1 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/izanami-http/0.1.0-preview.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking izanami-http-0.1.0-preview.1 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-7/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/izanami-http/0.1.0-preview.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] def3b81b4a7cc0907e9ce1573e9a070ab3f027c3206c37de5f6ad7ef1885a163 [INFO] running `"docker" "start" "-a" "def3b81b4a7cc0907e9ce1573e9a070ab3f027c3206c37de5f6ad7ef1885a163"` [INFO] [stderr] Checking version-sync v0.7.0 [INFO] [stderr] Checking izanami-util v0.1.0-preview.2 [INFO] [stderr] Checking izanami-service v0.1.0-preview.2 [INFO] [stderr] Checking izanami-http v0.1.0-preview.1 (/opt/crater/workdir) [INFO] [stderr] error: ambiguous associated item [INFO] [stderr] --> src/upgrade.rs:128:44 [INFO] [stderr] | [INFO] [stderr] 128 | fn poll_data(&mut self) -> Poll, Self::Error> { [INFO] [stderr] | ^^^^^^^^^^ help: use fully-qualified syntax: ` as HttpBody>::Data` [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(ambiguous_associated_items)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Data` could refer to variant defined here [INFO] [stderr] --> src/upgrade.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | Data(T), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: `Data` could also refer to associated type defined here [INFO] [stderr] --> src/body.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | type Data: Buf; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `izanami-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: ambiguous associated item [INFO] [stderr] --> src/upgrade.rs:128:44 [INFO] [stderr] | [INFO] [stderr] 128 | fn poll_data(&mut self) -> Poll, Self::Error> { [INFO] [stderr] | ^^^^^^^^^^ help: use fully-qualified syntax: ` as HttpBody>::Data` [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(ambiguous_associated_items)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Data` could refer to variant defined here [INFO] [stderr] --> src/upgrade.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | Data(T), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: `Data` could also refer to associated type defined here [INFO] [stderr] --> src/body.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | type Data: Buf; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `izanami-http`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "def3b81b4a7cc0907e9ce1573e9a070ab3f027c3206c37de5f6ad7ef1885a163"` [INFO] running `"docker" "rm" "-f" "def3b81b4a7cc0907e9ce1573e9a070ab3f027c3206c37de5f6ad7ef1885a163"` [INFO] [stdout] def3b81b4a7cc0907e9ce1573e9a070ab3f027c3206c37de5f6ad7ef1885a163