[INFO] cloning repository https://github.com/frxstrem/frx-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frxstrem/frx-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrxstrem%2Ffrx-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrxstrem%2Ffrx-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c684a2740b0a005269fea2f949d88ccab860129
[INFO] testing frxstrem/frx-rs against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrxstrem%2Ffrx-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/frxstrem/frx-rs
[INFO] finished tweaking git repo https://github.com/frxstrem/frx-rs
[INFO] tweaked toml for git repo https://github.com/frxstrem/frx-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/frxstrem/frx-rs on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/frxstrem/frx-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typeid v1.0.3
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5fa80a66e237fe27babe608df9dbaeed8c6e0290c4bd76f12a32213eb7b83c0f
[INFO] running `Command { std: "docker" "start" "-a" "5fa80a66e237fe27babe608df9dbaeed8c6e0290c4bd76f12a32213eb7b83c0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fa80a66e237fe27babe608df9dbaeed8c6e0290c4bd76f12a32213eb7b83c0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fa80a66e237fe27babe608df9dbaeed8c6e0290c4bd76f12a32213eb7b83c0f", kill_on_drop: false }`
[INFO] [stdout] 5fa80a66e237fe27babe608df9dbaeed8c6e0290c4bd76f12a32213eb7b83c0f
[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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dcfaaf8b38e44fa29011ad78a7f8a7316fce1fc9696d5c734c6285940bdbd498
[INFO] running `Command { std: "docker" "start" "-a" "dcfaaf8b38e44fa29011ad78a7f8a7316fce1fc9696d5c734c6285940bdbd498", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling comparator v0.0.2 (/opt/rustwide/workdir/crates/comparator)
[INFO] [stderr]    Compiling manual-ref v0.0.2 (/opt/rustwide/workdir/crates/manual-ref)
[INFO] [stderr]    Compiling drop-guard v0.0.2 (/opt/rustwide/workdir/crates/drop-guard)
[INFO] [stderr]    Compiling type-eq v0.0.2 (/opt/rustwide/workdir/crates/type-eq)
[INFO] [stderr]    Compiling sorted-slice v0.0.2 (/opt/rustwide/workdir/crates/sorted-slice)
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling scoped-cell v0.0.2 (/opt/rustwide/workdir/crates/scoped-cell)
[INFO] [stderr]    Compiling provide v0.0.2 (/opt/rustwide/workdir/crates/provide)
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling macro-helpers v0.0.2 (/opt/rustwide/workdir/macros/macro-helpers)
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling specialize-macro v0.0.2 (/opt/rustwide/workdir/macros/specialize-macro)
[INFO] [stderr]    Compiling boxed v0.0.2 (/opt/rustwide/workdir/macros/boxed)
[INFO] [stderr]    Compiling cfg-const v0.0.2 (/opt/rustwide/workdir/macros/cfg-const)
[INFO] [stderr]    Compiling export-macro v0.0.2 (/opt/rustwide/workdir/macros/export-macro)
[INFO] [stderr]    Compiling specialize v0.0.2 (/opt/rustwide/workdir/crates/specialize)
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling async-coroutine v0.0.2 (/opt/rustwide/workdir/crates/async-coroutine)
[INFO] [stderr]    Compiling state-machine v0.0.2 (/opt/rustwide/workdir/crates/state-machine)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
[INFO] running `Command { std: "docker" "inspect" "dcfaaf8b38e44fa29011ad78a7f8a7316fce1fc9696d5c734c6285940bdbd498", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcfaaf8b38e44fa29011ad78a7f8a7316fce1fc9696d5c734c6285940bdbd498", kill_on_drop: false }`
[INFO] [stdout] dcfaaf8b38e44fa29011ad78a7f8a7316fce1fc9696d5c734c6285940bdbd498
[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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42e830b749eafc2330666b5286a28dfce7c0774ecb684cdff9ecd3857a9e099e
[INFO] running `Command { std: "docker" "start" "-a" "42e830b749eafc2330666b5286a28dfce7c0774ecb684cdff9ecd3857a9e099e", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling specialize-macro v0.0.2 (/opt/rustwide/workdir/macros/specialize-macro)
[INFO] [stderr]    Compiling cfg-const v0.0.2 (/opt/rustwide/workdir/macros/cfg-const)
[INFO] [stderr]    Compiling export-macro v0.0.2 (/opt/rustwide/workdir/macros/export-macro)
[INFO] [stderr]    Compiling boxed v0.0.2 (/opt/rustwide/workdir/macros/boxed)
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling scoped-cell v0.0.2 (/opt/rustwide/workdir/crates/scoped-cell)
[INFO] [stderr]    Compiling provide v0.0.2 (/opt/rustwide/workdir/crates/provide)
[INFO] [stderr]    Compiling sorted-slice v0.0.2 (/opt/rustwide/workdir/crates/sorted-slice)
[INFO] [stderr]    Compiling macro-helpers v0.0.2 (/opt/rustwide/workdir/macros/macro-helpers)
[INFO] [stderr]    Compiling manual-ref v0.0.2 (/opt/rustwide/workdir/crates/manual-ref)
[INFO] [stderr]    Compiling specialize v0.0.2 (/opt/rustwide/workdir/crates/specialize)
[INFO] [stderr]    Compiling comparator v0.0.2 (/opt/rustwide/workdir/crates/comparator)
[INFO] [stderr]    Compiling type-eq v0.0.2 (/opt/rustwide/workdir/crates/type-eq)
[INFO] [stderr]    Compiling drop-guard v0.0.2 (/opt/rustwide/workdir/crates/drop-guard)
[INFO] [stderr]    Compiling tokio v1.47.1
[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-coroutine v0.0.2 (/opt/rustwide/workdir/crates/async-coroutine)
[INFO] [stderr]    Compiling state-machine v0.0.2 (/opt/rustwide/workdir/crates/state-machine)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.28s
[INFO] running `Command { std: "docker" "inspect" "42e830b749eafc2330666b5286a28dfce7c0774ecb684cdff9ecd3857a9e099e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42e830b749eafc2330666b5286a28dfce7c0774ecb684cdff9ecd3857a9e099e", kill_on_drop: false }`
[INFO] [stdout] 42e830b749eafc2330666b5286a28dfce7c0774ecb684cdff9ecd3857a9e099e
[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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 77bcf8b520c9359bb84bcec8949d617b9bcfeb94ee6d537f114c955a3fbc5ca4
[INFO] running `Command { std: "docker" "start" "-a" "77bcf8b520c9359bb84bcec8949d617b9bcfeb94ee6d537f114c955a3fbc5ca4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/async_coroutine-97bf75371c26a43c)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/boxed-6d6c81b6f6028fe7)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cfg_const-8f37c64ef7177b36)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/comparator-f2007d525e71445b)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/drop_guard-80a13c212d42a476)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_guard ... ok
[INFO] [stdout] test tests::test_guard_panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/export_macro-86449da86f4a20c3)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/macro_helpers-d94ea9b303111496)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/manual_ref-a4de1863324de38b)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/provide-33a90a202afdb02d)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scoped_cell-660d8863fb8b8802)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sorted_slice-44caf5802dc4048b)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/specialize-671194ee2a5a654d)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/specialize_macro-3dec8e2b310ca23f)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/state_machine-0c8ce3c24106b040)
[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]      Running tests/state_machine.rs (/opt/rustwide/target/debug/deps/state_machine-79d603874d0f278e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_state_machine ... ok
[INFO] [stdout] test test_state_machine_stream ... ok
[INFO] [stdout] test test_state_machine_future ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/type_eq-e456fe498fa82012)
[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 async_coroutine
[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 boxed
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test macros/boxed/src/lib.rs - boxed (line 33) ... ignored
[INFO] [stdout] test macros/boxed/src/lib.rs - boxed (line 57) ... ignored
[INFO] [stdout] test macros/boxed/src/lib.rs - boxed (line 78) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cfg_const
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test macros/cfg-const/src/lib.rs - cfg_const (line 18) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests comparator
[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 drop_guard
[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 export_macro
[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 macro_helpers
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test macros/macro-helpers/src/error.rs - error::fail (line 142) ... ignored
[INFO] [stdout] test macros/macro-helpers/src/error.rs - error::try_or_fail (line 177) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests manual_ref
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/manual-ref/src/lib.rs - StaticRef<T>::cast (line 308) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests provide
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test crates/provide/src/macros.rs - macros::provide_match (line 10) ... ignored
[INFO] [stdout] test crates/provide/src/macros.rs - macros::provide_match (line 21) ... ignored
[INFO] [stdout] test crates/provide/src/request.rs - request::Request<'a>::provide_mut (line 69) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests scoped_cell
[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 sorted_slice
[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 specialize
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/specialize/src/lib.rs - specialize (line 14) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/specialize/src/lib.rs - specialize (line 14) stdout ----
[INFO] [stdout] {
[INFO] [stdout]     use :: specialize :: macro_internals :: InferFallback as _; struct
[INFO] [stdout]     __Specialization0; struct __Default0; #[allow(unused)] const _ : () =
[INFO] [stdout]     {
[INFO] [stdout]         impl :: specialize :: macro_internals :: MatchResult for
[INFO] [stdout]         __Specialization0 { const SINGLETON : Option < Self > = Some(Self); }
[INFO] [stdout]         impl :: specialize :: macro_internals :: Specialization < & 'static
[INFO] [stdout]         str > for __Specialization0 {} impl __Specialization0
[INFO] [stdout]         {
[INFO] [stdout]             const fn cast(& self, value : & 'static str) -> & 'static str
[INFO] [stdout]             { value }
[INFO] [stdout]         } impl :: specialize :: macro_internals :: MatchResult for __Default0
[INFO] [stdout]         { const SINGLETON : Option < Self > = None; } impl __Default0
[INFO] [stdout]         { const fn cast < T > (& self, _value : T) -> ! { unreachable! () } }
[INFO] [stdout]     }; struct __Specialization1; struct __Default1; #[allow(unused)] const _ :
[INFO] [stdout]     () =
[INFO] [stdout]     {
[INFO] [stdout]         impl :: specialize :: macro_internals :: MatchResult for
[INFO] [stdout]         __Specialization1 { const SINGLETON : Option < Self > = Some(Self); }
[INFO] [stdout]         impl :: specialize :: macro_internals :: Specialization < i32 > for
[INFO] [stdout]         __Specialization1 {} impl __Specialization1
[INFO] [stdout]         { const fn cast(& self, value : i32) -> i32 { value } } impl ::
[INFO] [stdout]         specialize :: macro_internals :: MatchResult for __Default1
[INFO] [stdout]         { const SINGLETON : Option < Self > = None; } impl __Default1
[INFO] [stdout]         { const fn cast < T > (& self, _value : T) -> ! { unreachable! () } }
[INFO] [stdout]     }; struct __Specialization2; struct __Default2; #[allow(unused)] const _ :
[INFO] [stdout]     () =
[INFO] [stdout]     {
[INFO] [stdout]         impl :: specialize :: macro_internals :: MatchResult for
[INFO] [stdout]         __Specialization2 { const SINGLETON : Option < Self > = Some(Self); }
[INFO] [stdout]         impl < __T : Debug > :: specialize :: macro_internals ::
[INFO] [stdout]         Specialization < __T > for __Specialization2 {} impl __Specialization2
[INFO] [stdout]         {
[INFO] [stdout]             const fn cast < __T : Debug > (& self, value : __T) -> impl Debug
[INFO] [stdout]             { value }
[INFO] [stdout]         } impl :: specialize :: macro_internals :: MatchResult for __Default2
[INFO] [stdout]         { const SINGLETON : Option < Self > = None; } impl __Default2
[INFO] [stdout]         { const fn cast < T > (& self, _value : T) -> ! { unreachable! () } }
[INFO] [stdout]     }; struct __Specialization3; struct __Default3; #[allow(unused)] const _ :
[INFO] [stdout]     () =
[INFO] [stdout]     {
[INFO] [stdout]         impl :: specialize :: macro_internals :: MatchResult for
[INFO] [stdout]         __Specialization3 { const SINGLETON : Option < Self > = Some(Self); }
[INFO] [stdout]         impl < T > :: specialize :: macro_internals :: Specialization < Option
[INFO] [stdout]         < T > > for __Specialization3 {} impl __Specialization3
[INFO] [stdout]         {
[INFO] [stdout]             const fn cast < T > (& self, value : Option < T >) -> Option < T >
[INFO] [stdout]             { value }
[INFO] [stdout]         } impl :: specialize :: macro_internals :: MatchResult for __Default3
[INFO] [stdout]         { const SINGLETON : Option < Self > = None; } impl __Default3
[INFO] [stdout]         { const fn cast < T > (& self, _value : T) -> ! { unreachable! () } }
[INFO] [stdout]     }; struct __Specialization4; struct __Default4; #[allow(unused)] const _ :
[INFO] [stdout]     () =
[INFO] [stdout]     {
[INFO] [stdout]         impl :: specialize :: macro_internals :: MatchResult for
[INFO] [stdout]         __Specialization4 { const SINGLETON : Option < Self > = Some(Self); }
[INFO] [stdout]         impl < __T : MyTrait > :: specialize :: macro_internals ::
[INFO] [stdout]         Specialization < __T > for __Specialization4 {} impl __Specialization4
[INFO] [stdout]         {
[INFO] [stdout]             const fn cast < __T : MyTrait > (& self, value : __T) -> impl
[INFO] [stdout]             MyTrait { value }
[INFO] [stdout]         } impl :: specialize :: macro_internals :: MatchResult for __Default4
[INFO] [stdout]         { const SINGLETON : Option < Self > = None; } impl __Default4
[INFO] [stdout]         {
[INFO] [stdout]             const fn cast < T > (& self, _value : T) -> MyDefaultImpl
[INFO] [stdout]             { unreachable! () }
[INFO] [stdout]         }
[INFO] [stdout]     }; if let Some(m) = :: specialize :: macro_internals ::
[INFO] [stdout]     match_specialization_of :: < __Specialization0, __Default0, _, _, >
[INFO] [stdout]     (& input, | i | i.infer_match(),)
[INFO] [stdout]     {
[INFO] [stdout]         const fn assert_ty(value : & 'static str) -> & 'static str { value }
[INFO] [stdout]         #[allow(unused_variables, clippy :: diverging_sub_expression)] let
[INFO] [stdout]         input = m.cast(input); #[allow(unused_variables, unreachable_code)]
[INFO] [stdout]         let input = assert_ty(input); "str".to_string()
[INFO] [stdout]     } else if let Some(m) = :: specialize :: macro_internals ::
[INFO] [stdout]     match_specialization_of :: < __Specialization1, __Default1, _, _, >
[INFO] [stdout]     (& input, | i | i.infer_match(),)
[INFO] [stdout]     {
[INFO] [stdout]         const fn assert_ty(value : i32) -> i32 { value }
[INFO] [stdout]         #[allow(unused_variables, clippy :: diverging_sub_expression)] let
[INFO] [stdout]         input = m.cast(input); #[allow(unused_variables, unreachable_code)]
[INFO] [stdout]         let input = assert_ty(input); format! ("{}", input * input)
[INFO] [stdout]     } else if let Some(m) = :: specialize :: macro_internals ::
[INFO] [stdout]     match_specialization_of :: < __Specialization2, __Default2, _, _, >
[INFO] [stdout]     (& input, | i | i.infer_match(),)
[INFO] [stdout]     {
[INFO] [stdout]         const fn assert_ty(value : impl Debug) -> impl Debug { value }
[INFO] [stdout]         #[allow(unused_variables, clippy :: diverging_sub_expression)] let
[INFO] [stdout]         input = m.cast(input); #[allow(unused_variables, unreachable_code)]
[INFO] [stdout]         let input = assert_ty(input); format! ("debug: {input:?}")
[INFO] [stdout]     } else if let Some(m) = :: specialize :: macro_internals ::
[INFO] [stdout]     match_specialization_of :: < __Specialization3, __Default3, _, _, >
[INFO] [stdout]     (& input, | i | i.infer_match(),)
[INFO] [stdout]     {
[INFO] [stdout]         const fn assert_ty < T > (value : Option < T >) -> Option < T >
[INFO] [stdout]         { value }
[INFO] [stdout]         #[allow(unused_variables, clippy :: diverging_sub_expression)] let
[INFO] [stdout]         input = m.cast(input); #[allow(unused_variables, unreachable_code)]
[INFO] [stdout]         let input = assert_ty(input); "option".to_string()
[INFO] [stdout]     } else if let Some(m) = :: specialize :: macro_internals ::
[INFO] [stdout]     match_specialization_of :: < __Specialization4, __Default4, _, _, >
[INFO] [stdout]     (& input, | i | i.infer_match(),)
[INFO] [stdout]     {
[INFO] [stdout]         const fn assert_ty(value : impl MyTrait) -> impl MyTrait { value }
[INFO] [stdout]         #[allow(unused_variables, clippy :: diverging_sub_expression)] let
[INFO] [stdout]         input = m.cast(input); #[allow(unused_variables, unreachable_code)]
[INFO] [stdout]         let input = assert_ty(input); "my_trait".to_string()
[INFO] [stdout]     } else { "(fallback)".to_string() }
[INFO] [stdout] }
[INFO] [stdout] {
[INFO] [stdout]     use :: specialize :: macro_internals :: InferFallback as _; struct
[INFO] [stdout]     __Specialization0; struct __Default0; #[allow(unused)] const _ : () =
[INFO] [stdout]     {
[INFO] [stdout]         impl :: specialize :: macro_internals :: MatchResult for
[INFO] [stdout]         __Specialization0 { const SINGLETON : Option < Self > = Some(Self); }
[INFO] [stdout]         impl < __T : Send > :: specialize :: macro_internals :: Specialization
[INFO] [stdout]         < __T > for __Specialization0 {} impl __Specialization0
[INFO] [stdout]         {
[INFO] [stdout]             const fn cast < __T : Send > (& self, value : __T) -> impl Send
[INFO] [stdout]             { value }
[INFO] [stdout]         } impl :: specialize :: macro_internals :: MatchResult for __Default0
[INFO] [stdout]         { const SINGLETON : Option < Self > = None; } impl __Default0
[INFO] [stdout]         { const fn cast < T > (& self, _value : T) -> ! { unreachable! () } }
[INFO] [stdout]     }; if :: specialize :: macro_internals :: match_specialization :: <
[INFO] [stdout]     __Specialization0, __Default0, T, _ > (| i | i.infer_match(),).is_some()
[INFO] [stdout]     { true } else { false }
[INFO] [stdout] }
[INFO] [stdout] error[E0282]: type annotations needed for `Option<_>`
[INFO] [stdout]   --> crates/specialize/src/lib.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |     match input {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `input` an explicit type, where the type for type parameter `T` is specified
[INFO] [stdout]    |
[INFO] [stdout] 15 |     match input: Option<T> {
[INFO] [stdout]    |                +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     crates/specialize/src/lib.rs - specialize (line 14)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.32s; merged doctests compilation took 0.18s
[INFO] [stderr] error: doctest failed, to rerun pass `-p specialize --doc`
[INFO] running `Command { std: "docker" "inspect" "77bcf8b520c9359bb84bcec8949d617b9bcfeb94ee6d537f114c955a3fbc5ca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77bcf8b520c9359bb84bcec8949d617b9bcfeb94ee6d537f114c955a3fbc5ca4", kill_on_drop: false }`
[INFO] [stdout] 77bcf8b520c9359bb84bcec8949d617b9bcfeb94ee6d537f114c955a3fbc5ca4
