[INFO] fetching crate futures-race 1.2.0...
[INFO] testing futures-race-1.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate futures-race 1.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate futures-race 1.2.0
[INFO] finished tweaking crates.io crate futures-race 1.2.0
[INFO] tweaked toml for crates.io crate futures-race 1.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate futures-race 1.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding pin-project-lite v0.1.12 (available: v0.2.16)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2cf15857e6884e6db1a189ea9c6c8c13666985fd790b5d1422f1074e1fe99a25
[INFO] running `Command { std: "docker" "start" "-a" "2cf15857e6884e6db1a189ea9c6c8c13666985fd790b5d1422f1074e1fe99a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2cf15857e6884e6db1a189ea9c6c8c13666985fd790b5d1422f1074e1fe99a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cf15857e6884e6db1a189ea9c6c8c13666985fd790b5d1422f1074e1fe99a25", kill_on_drop: false }`
[INFO] [stdout] 2cf15857e6884e6db1a189ea9c6c8c13666985fd790b5d1422f1074e1fe99a25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5110d4bdf8239f26640e0f30135a87dae01e2936030cc50ecdf6cdd84885dc19
[INFO] running `Command { std: "docker" "start" "-a" "5110d4bdf8239f26640e0f30135a87dae01e2936030cc50ecdf6cdd84885dc19", kill_on_drop: false }`
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling futures-race v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub struct Race<Left, Right>
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `RaceExt`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<Fut: Future> RaceExt for Fut {}
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:69:30
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl<Left, Right> Future for Race<Left, Right>
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:53:40
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn race<With>(self, with: With) -> Race<Self, With>
[INFO] [stdout]    |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Race {
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             left: self,
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |             right: with,
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "5110d4bdf8239f26640e0f30135a87dae01e2936030cc50ecdf6cdd84885dc19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5110d4bdf8239f26640e0f30135a87dae01e2936030cc50ecdf6cdd84885dc19", kill_on_drop: false }`
[INFO] [stdout] 5110d4bdf8239f26640e0f30135a87dae01e2936030cc50ecdf6cdd84885dc19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1587f8a91fbd1a389ed31495134d1a79dbbfff60b977e7cf9ef16300a00d3c5f
[INFO] running `Command { std: "docker" "start" "-a" "1587f8a91fbd1a389ed31495134d1a79dbbfff60b977e7cf9ef16300a00d3c5f", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub struct Race<Left, Right>
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `RaceExt`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<Fut: Future> RaceExt for Fut {}
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:69:30
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl<Left, Right> Future for Race<Left, Right>
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:53:40
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn race<With>(self, with: With) -> Race<Self, With>
[INFO] [stdout]    |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Race {
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             left: self,
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |             right: with,
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-race v1.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub struct Race<Left, Right>
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `RaceExt`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<Fut: Future> RaceExt for Fut {}
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:69:30
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl<Left, Right> Future for Race<Left, Right>
[INFO] [stdout]    |                              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:53:40
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn race<With>(self, with: With) -> Race<Self, With>
[INFO] [stdout]    |                                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Race {
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pin_project! {
[INFO] [stdout] 28 | |     #[derive(Debug)]
[INFO] [stdout] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stdout] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             left: self,
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stdout]   --> src/lib.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |             right: with,
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "1587f8a91fbd1a389ed31495134d1a79dbbfff60b977e7cf9ef16300a00d3c5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1587f8a91fbd1a389ed31495134d1a79dbbfff60b977e7cf9ef16300a00d3c5f", kill_on_drop: false }`
[INFO] [stdout] 1587f8a91fbd1a389ed31495134d1a79dbbfff60b977e7cf9ef16300a00d3c5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b62738780b48bb1b9488c72d09ad0d2c8b790ec71d8176235542646fe5d06494
[INFO] running `Command { std: "docker" "start" "-a" "b62738780b48bb1b9488c72d09ad0d2c8b790ec71d8176235542646fe5d06494", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:32:16
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub struct Race<Left, Right>
[INFO] [stderr]    |                ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated trait `RaceExt`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:65:19
[INFO] [stderr]    |
[INFO] [stderr] 65 | impl<Fut: Future> RaceExt for Fut {}
[INFO] [stderr]    |                   ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:69:30
[INFO] [stderr]    |
[INFO] [stderr] 69 | impl<Left, Right> Future for Race<Left, Right>
[INFO] [stderr]    |                              ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:53:40
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn race<With>(self, with: With) -> Race<Self, With>
[INFO] [stderr]    |                                        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `Race`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |         Race {
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | / pin_project! {
[INFO] [stderr] 28 | |     #[derive(Debug)]
[INFO] [stderr] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stderr] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stderr] ...  |
[INFO] [stderr] 42 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | / pin_project! {
[INFO] [stderr] 28 | |     #[derive(Debug)]
[INFO] [stderr] 29 | |     #[deprecated(since = "1.2.0", note = "please use `futures-micro` or `futures-lite` instead")]
[INFO] [stderr] 30 | |     /// Deprecated in favor of [`futures-micro`](https://github.com/irrustible/futures-micro) and
[INFO] [stderr] ...  |
[INFO] [stderr] 42 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__pin_project_internal` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `Race::left`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:59:13
[INFO] [stderr]    |
[INFO] [stderr] 59 |             left: self,
[INFO] [stderr]    |             ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `Race::right`: please use `futures-micro` or `futures-lite` instead
[INFO] [stderr]   --> src/lib.rs:60:13
[INFO] [stderr]    |
[INFO] [stderr] 60 |             right: with,
[INFO] [stderr]    |             ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `futures-race` (lib) generated 13 warnings (4 duplicates)
[INFO] [stderr] warning: `futures-race` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/futures_race-d48eaa5b3ffc0e54)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests futures_race
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b62738780b48bb1b9488c72d09ad0d2c8b790ec71d8176235542646fe5d06494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b62738780b48bb1b9488c72d09ad0d2c8b790ec71d8176235542646fe5d06494", kill_on_drop: false }`
[INFO] [stdout] b62738780b48bb1b9488c72d09ad0d2c8b790ec71d8176235542646fe5d06494
