[INFO] fetching crate async-session-types 0.1.2...
[INFO] testing async-session-types-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate async-session-types 0.1.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate async-session-types 0.1.2
[INFO] finished tweaking crates.io crate async-session-types 0.1.2
[INFO] tweaked toml for crates.io crate async-session-types 0.1.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate async-session-types 0.1.2 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 19 packages to latest compatible versions
[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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 528ce623760c28f1593c184725836e507ab993248f4707f628add69369480b1f
[INFO] running `Command { std: "docker" "start" "-a" "528ce623760c28f1593c184725836e507ab993248f4707f628add69369480b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "528ce623760c28f1593c184725836e507ab993248f4707f628add69369480b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "528ce623760c28f1593c184725836e507ab993248f4707f628add69369480b1f", kill_on_drop: false }`
[INFO] [stdout] 528ce623760c28f1593c184725836e507ab993248f4707f628add69369480b1f
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ac3970c9757ef6272014f7458966b02fa2e8d21177f06c462546c847bacd915
[INFO] running `Command { std: "docker" "start" "-a" "1ac3970c9757ef6272014f7458966b02fa2e8d21177f06c462546c847bacd915", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling async-session-types v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
[INFO] running `Command { std: "docker" "inspect" "1ac3970c9757ef6272014f7458966b02fa2e8d21177f06c462546c847bacd915", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ac3970c9757ef6272014f7458966b02fa2e8d21177f06c462546c847bacd915", kill_on_drop: false }`
[INFO] [stdout] 1ac3970c9757ef6272014f7458966b02fa2e8d21177f06c462546c847bacd915
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b9ccfaf157d79ae90f34af666ebb5db44ae6606b51a72e98caa55a2ad4d4967f
[INFO] running `Command { std: "docker" "start" "-a" "b9ccfaf157d79ae90f34af666ebb5db44ae6606b51a72e98caa55a2ad4d4967f", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling async-session-types v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_closure` has been stable since 1.85.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(async_closure)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `srv` does not live long enough
[INFO] [stdout]    --> src/test.rs:57:30
[INFO] [stdout]     |
[INFO] [stdout]  44 |     let srv = async move |c: Chan<Server, (), DynMessage>| {
[INFO] [stdout]     |         --- binding `srv` declared here
[INFO] [stdout] ...
[INFO] [stdout]  57 |     let srv_t = tokio::spawn(srv(server_chan));
[INFO] [stdout]     |                 -------------^^^--------------
[INFO] [stdout]     |                 |            |
[INFO] [stdout]     |                 |            borrowed value does not live long enough
[INFO] [stdout]     |                 argument requires that `srv` is borrowed for `'static`
[INFO] [stdout] ...
[INFO] [stdout]  62 | }
[INFO] [stdout]     | - `srv` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/spawn.rs:171:28
[INFO] [stdout]     |
[INFO] [stdout] 171 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `cli` does not live long enough
[INFO] [stdout]    --> src/test.rs:58:30
[INFO] [stdout]     |
[INFO] [stdout]  49 |     let cli = async move |c: Chan<Client, (), DynMessage>| {
[INFO] [stdout]     |         --- binding `cli` declared here
[INFO] [stdout] ...
[INFO] [stdout]  58 |     let cli_t = tokio::spawn(cli(client_chan));
[INFO] [stdout]     |                 -------------^^^--------------
[INFO] [stdout]     |                 |            |
[INFO] [stdout]     |                 |            borrowed value does not live long enough
[INFO] [stdout]     |                 argument requires that `cli` is borrowed for `'static`
[INFO] [stdout] ...
[INFO] [stdout]  62 | }
[INFO] [stdout]     | - `cli` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/spawn.rs:171:28
[INFO] [stdout]     |
[INFO] [stdout] 171 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `srv` does not live long enough
[INFO] [stdout]    --> src/test.rs:85:30
[INFO] [stdout]     |
[INFO] [stdout]  71 |     let srv = async move |c: Chan<Server, (), DynMessage>| {
[INFO] [stdout]     |         --- binding `srv` declared here
[INFO] [stdout] ...
[INFO] [stdout]  85 |     let srv_t = tokio::spawn(srv(server_chan));
[INFO] [stdout]     |                 -------------^^^--------------
[INFO] [stdout]     |                 |            |
[INFO] [stdout]     |                 |            borrowed value does not live long enough
[INFO] [stdout]     |                 argument requires that `srv` is borrowed for `'static`
[INFO] [stdout] ...
[INFO] [stdout]  93 | }
[INFO] [stdout]     | - `srv` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/spawn.rs:171:28
[INFO] [stdout]     |
[INFO] [stdout] 171 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0597]: `cli` does not live long enough
[INFO] [stdout]    --> src/test.rs:86:30
[INFO] [stdout]     |
[INFO] [stdout]  76 |     let cli = async move |c: Chan<WrongClient, (), DynMessage>| {
[INFO] [stdout]     |         --- binding `cli` declared here
[INFO] [stdout] ...
[INFO] [stdout]  86 |     let cli_t = tokio::spawn(cli(wrong_client_chan));
[INFO] [stdout]     |                 -------------^^^--------------------
[INFO] [stdout]     |                 |            |
[INFO] [stdout]     |                 |            borrowed value does not live long enough
[INFO] [stdout]     |                 argument requires that `cli` is borrowed for `'static`
[INFO] [stdout] ...
[INFO] [stdout]  93 | }
[INFO] [stdout]     | - `cli` dropped here while still borrowed
[INFO] [stdout]     |
[INFO] [stdout] note: requirement that the value outlives `'static` introduced here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/spawn.rs:171:28
[INFO] [stdout]     |
[INFO] [stdout] 171 |         F: Future + Send + 'static,
[INFO] [stdout]     |                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0597`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `async-session-types` (lib test) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "b9ccfaf157d79ae90f34af666ebb5db44ae6606b51a72e98caa55a2ad4d4967f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9ccfaf157d79ae90f34af666ebb5db44ae6606b51a72e98caa55a2ad4d4967f", kill_on_drop: false }`
[INFO] [stdout] b9ccfaf157d79ae90f34af666ebb5db44ae6606b51a72e98caa55a2ad4d4967f
