[INFO] cloning repository https://github.com/johnbchron/columbo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnbchron/columbo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnbchron%2Fcolumbo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnbchron%2Fcolumbo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b0870847ba110d5ca352ce05e555b1f1687a33dd [INFO] testing johnbchron/columbo against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnbchron%2Fcolumbo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/johnbchron/columbo [INFO] finished tweaking git repo https://github.com/johnbchron/columbo [INFO] tweaked toml for git repo https://github.com/johnbchron/columbo written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/johnbchron/columbo on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/johnbchron/columbo 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8179153a37d6c79b5900f578f45d44ad39f2b7680c9246dc2d1b2a975540c57 [INFO] running `Command { std: "docker" "start" "-a" "d8179153a37d6c79b5900f578f45d44ad39f2b7680c9246dc2d1b2a975540c57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8179153a37d6c79b5900f578f45d44ad39f2b7680c9246dc2d1b2a975540c57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8179153a37d6c79b5900f578f45d44ad39f2b7680c9246dc2d1b2a975540c57", kill_on_drop: false }` [INFO] [stdout] d8179153a37d6c79b5900f578f45d44ad39f2b7680c9246dc2d1b2a975540c57 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 27f15e9e9c5f2ee1693f15efda9e516d7955fb18dcfd5c8bc4296732f2227c67 [INFO] running `Command { std: "docker" "start" "-a" "27f15e9e9c5f2ee1693f15efda9e516d7955fb18dcfd5c8bc4296732f2227c67", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling maud_macros v0.27.0 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling maud v0.27.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling columbo v0.2.3 (/opt/rustwide/workdir/crates/columbo) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.51s [INFO] running `Command { std: "docker" "inspect" "27f15e9e9c5f2ee1693f15efda9e516d7955fb18dcfd5c8bc4296732f2227c67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27f15e9e9c5f2ee1693f15efda9e516d7955fb18dcfd5c8bc4296732f2227c67", kill_on_drop: false }` [INFO] [stdout] 27f15e9e9c5f2ee1693f15efda9e516d7955fb18dcfd5c8bc4296732f2227c67 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00e27d9ad8e4c893e3da3ad1e7e109906dbe19b98ce0b4945d645d3f12a9afbe [INFO] running `Command { std: "docker" "start" "-a" "00e27d9ad8e4c893e3da3ad1e7e109906dbe19b98ce0b4945d645d3f12a9afbe", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling dtoa v1.0.11 [INFO] [stderr] Compiling zmij v1.0.19 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling servo_arc v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling match_token v0.1.0 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling selectors v0.26.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling ego-tree v0.10.0 [INFO] [stderr] Compiling nanorand v0.8.0 [INFO] [stderr] Compiling markup5ever v0.14.1 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling cssparser v0.34.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling html5ever v0.29.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling scraper v0.22.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling columbo v0.2.3 (/opt/rustwide/workdir/crates/columbo) [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 37.08s [INFO] running `Command { std: "docker" "inspect" "00e27d9ad8e4c893e3da3ad1e7e109906dbe19b98ce0b4945d645d3f12a9afbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00e27d9ad8e4c893e3da3ad1e7e109906dbe19b98ce0b4945d645d3f12a9afbe", kill_on_drop: false }` [INFO] [stdout] 00e27d9ad8e4c893e3da3ad1e7e109906dbe19b98ce0b4945d645d3f12a9afbe [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4eb06da387f9cc9670b42d4da97819a62ebe7fbe925c1b1c4a774b5f3bd9eb7c [INFO] running `Command { std: "docker" "start" "-a" "4eb06da387f9cc9670b42d4da97819a62ebe7fbe925c1b1c4a774b5f3bd9eb7c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/columbo-f03e7b585804707a) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test tests::edge_cases::no_suspensions ... ok [INFO] [stdout] test tests::maud_integration::maud_render_impl_on_suspense ... ok [INFO] [stdout] test tests::placeholders::ids_match_between_placeholder_and_replacement ... ok [INFO] [stdout] test tests::maud_integration::basic_suspend_and_stream ... ok [INFO] [stdout] test tests::maud_integration::first_chunk_is_document ... ok [INFO] [stdout] test tests::maud_integration::nested_suspense ... ok [INFO] [stdout] test tests::placeholders::global_script_injected_once ... ok [INFO] [stdout] test tests::string_based::display_impl_renders_placeholder ... ok [INFO] [stdout] test tests::string_based::render_to_html_method ... ok [INFO] [stdout] test tests::string_based::suspend_and_stream ... ok [INFO] [stdout] test tests::string_based::nested_suspense ... ok [INFO] [stdout] test tests::string_based::many_concurrent_suspensions ... ok [INFO] [stdout] test tests::maud_integration::custom_panic_renderer ... ok [INFO] [stdout] test tests::cancellation::manual_cancellation_via_cancelled_method ... ok [INFO] [stdout] test tests::panic_handling::default_panic_renderer ... ok [INFO] [stdout] test tests::panic_handling::non_string_panic_payload ... ok [INFO] [stdout] test tests::maud_integration::streaming_completion_order ... ok [INFO] [stdout] test tests::cancellation::auto_cancel_option ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Doc-tests columbo [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test crates/columbo/src/../README.md - (line 180) ... ok [INFO] [stdout] test crates/columbo/src/../README.md - (line 147) ... ok [INFO] [stdout] test crates/columbo/src/../README.md - (line 88) ... ok [INFO] [stdout] test crates/columbo/src/../README.md - (line 48) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] all doctests ran in 1.08s; merged doctests compilation took 0.97s [INFO] running `Command { std: "docker" "inspect" "4eb06da387f9cc9670b42d4da97819a62ebe7fbe925c1b1c4a774b5f3bd9eb7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4eb06da387f9cc9670b42d4da97819a62ebe7fbe925c1b1c4a774b5f3bd9eb7c", kill_on_drop: false }` [INFO] [stdout] 4eb06da387f9cc9670b42d4da97819a62ebe7fbe925c1b1c4a774b5f3bd9eb7c