[INFO] fetching crate emergent-client 0.13.1...
[INFO] testing emergent-client-0.13.1 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate emergent-client 0.13.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate emergent-client 0.13.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate emergent-client 0.13.1
[INFO] tweaked toml for crates.io crate emergent-client 0.13.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate emergent-client 0.13.1 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate emergent-client 0.13.1 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded directories v6.0.0
[INFO] [stderr]   Downloaded typeid_prefix v1.2.1
[INFO] [stderr]   Downloaded mti v1.1.1
[INFO] [stderr]   Downloaded typeid_suffix v1.3.0
[INFO] [stderr]   Downloaded xdg v2.5.2
[INFO] [stderr]   Downloaded acton-macro v8.1.1
[INFO] [stderr]   Downloaded tracing-appender v0.2.4
[INFO] [stderr]   Downloaded acton-ern v2.0.0
[INFO] [stderr]   Downloaded acton-reactive v8.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f
[INFO] running `Command { std: "docker" "start" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling atomic v0.6.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling typeid_prefix v1.2.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rmp-serde v1.3.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling acton-macro v8.1.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling typeid_suffix v1.3.0
[INFO] [stderr]    Compiling mti v1.1.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling acton-ern v2.0.0
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling acton-reactive v8.1.1
[INFO] [stderr]    Compiling emergent-client v0.13.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.36s
[INFO] running `Command { std: "docker" "inspect" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling emergent-client v0.13.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.09s
[INFO] running `Command { std: "docker" "inspect" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/emergent_client-b1335ec6c9c457ed)
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test helpers::tests::resolve_name_explicit_overrides_env ... ok
[INFO] [stdout] test helpers::tests::resolve_name_from_env ... ok
[INFO] [stdout] test message::tests::test_message_creation ... ok
[INFO] [stdout] test message::tests::test_message_tracing ... ok
[INFO] [stdout] test message::tests::test_message_serialization ... ok
[INFO] [stdout] test message::tests::test_payload_extraction ... ok
[INFO] [stdout] test helpers::tests::resolve_name_with_default ... ok
[INFO] [stdout] test message::tests::test_new_with_id_and_timestamp_is_pure ... ok
[INFO] [stdout] test message::tests::test_unwrap_stdout_no_stdout_field ... ok
[INFO] [stdout] test message::tests::test_unwrap_stdout_plain_text ... ok
[INFO] [stdout] test subscribe::tests::test_string_into_subscription ... ok
[INFO] [stdout] test subscribe::tests::test_array_into_subscription ... ok
[INFO] [stdout] test types::causation_id::tests::from_message_id ... ok
[INFO] [stdout] test stream::tests::test_message_stream ... ok
[INFO] [stdout] test subscribe::tests::test_slice_into_subscription ... ok
[INFO] [stdout] test subscribe::tests::test_str_into_subscription ... ok
[INFO] [stdout] test subscribe::tests::test_vec_into_subscription ... ok
[INFO] [stdout] test types::causation_id::tests::from_message_id_ref ... ok
[INFO] [stdout] test types::causation_id::tests::parse_wrong_prefix_fails ... ok
[INFO] [stdout] test types::causation_id::tests::new_creates_valid_causation_id ... ok
[INFO] [stdout] test types::causation_id::tests::serde_roundtrip ... ok
[INFO] [stdout] test types::causation_id::tests::causation_ids_are_unique ... ok
[INFO] [stdout] test types::correlation_id::tests::display_format ... ok
[INFO] [stdout] test types::correlation_id::tests::new_creates_valid_correlation_id ... ok
[INFO] [stdout] test types::correlation_id::tests::correlation_ids_are_unique ... ok
[INFO] [stdout] test types::causation_id::tests::parse_accepts_msg_prefix ... ok
[INFO] [stdout] test types::correlation_id::tests::parse_valid_correlation_id ... ok
[INFO] [stdout] test types::correlation_id::tests::parse_wrong_prefix_fails ... ok
[INFO] [stdout] test types::correlation_id::tests::serde_roundtrip ... ok
[INFO] [stdout] test types::message_id::tests::display_format ... ok
[INFO] [stdout] test types::message_id::tests::from_str_works ... ok
[INFO] [stdout] test types::message_id::tests::message_ids_are_unique ... ok
[INFO] [stdout] test types::message_id::tests::parse_valid_message_id ... ok
[INFO] [stdout] test types::message_id::tests::serde_roundtrip ... ok
[INFO] [stdout] test types::message_type::tests::category_extraction ... ok
[INFO] [stdout] test types::message_id::tests::parse_wrong_prefix_fails ... ok
[INFO] [stdout] test types::message_type::tests::consecutive_dots_invalid ... ok
[INFO] [stdout] test types::message_id::tests::new_creates_valid_message_id ... ok
[INFO] [stdout] test types::message_type::tests::empty_is_invalid ... ok
[INFO] [stdout] test types::message_type::tests::matches_pattern_exact ... ok
[INFO] [stdout] test types::message_type::tests::matches_pattern_wildcard ... ok
[INFO] [stdout] test types::message_type::tests::starting_with_dot_is_invalid ... ok
[INFO] [stdout] test types::message_type::tests::serde_roundtrip ... ok
[INFO] [stdout] test types::message_type::tests::parts_extraction ... ok
[INFO] [stdout] test types::message_id::tests::parse_invalid_format_fails ... ok
[INFO] [stdout] test types::message_type::tests::from_str_works ... ok
[INFO] [stdout] test types::message_type::tests::ending_with_dot_is_invalid ... ok
[INFO] [stdout] test types::message_type::tests::uppercase_is_invalid ... ok
[INFO] [stdout] test message::tests::test_unwrap_stdout_json ... ok
[INFO] [stdout] test types::primitive_name::tests::empty_is_invalid ... ok
[INFO] [stdout] test types::primitive_name::tests::from_str_works ... ok
[INFO] [stdout] test types::primitive_name::tests::max_length_is_valid ... ok
[INFO] [stdout] test types::primitive_name::tests::serde_roundtrip ... ok
[INFO] [stdout] test types::primitive_name::tests::special_characters_invalid ... ok
[INFO] [stdout] test types::primitive_name::tests::starting_with_digit_is_invalid ... ok
[INFO] [stdout] test helpers::tests::helper_error_display ... ok
[INFO] [stdout] test types::primitive_name::tests::too_long_is_invalid ... ok
[INFO] [stdout] test types::primitive_name::tests::starting_with_uppercase_is_invalid ... ok
[INFO] [stdout] test types::message_type::tests::valid_message_types ... ok
[INFO] [stdout] test types::primitive_name::tests::uppercase_in_middle_is_invalid ... ok
[INFO] [stdout] test types::primitive_name::tests::valid_primitive_names ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_minimal_payload ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_started_handler ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_sink_shutdown ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_started_sink ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_started_source ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_stopped_without_pid ... ok
[INFO] [stdout] test types::system_events::tests::display_format_with_error ... ok
[INFO] [stdout] test types::system_events::tests::display_format_basic ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_handler_shutdown ... ok
[INFO] [stderr]      Running tests/publish_stream.rs (/opt/rustwide/target/debug/deps/publish_stream-d31d864c63abb073)
[INFO] [stdout] test types::system_events::tests::display_format_without_pid ... ok
[INFO] [stdout] test types::system_events::tests::deserialize_error_event ... ok
[INFO] [stdout] test types::system_events::tests::payload_is_clone ... ok
[INFO] [stdout] test types::system_events::tests::serialize_roundtrip ... ok
[INFO] [stdout] test types::system_events::tests::shutdown_is_clone ... ok
[INFO] [stdout] test types::system_events::tests::shutdown_serialize_roundtrip ... ok
[INFO] [stdout] test types::timestamp::tests::add_millis ... ok
[INFO] [stdout] test types::timestamp::tests::as_secs_truncates ... ok
[INFO] [stdout] test types::timestamp::tests::conversion_from_u64 ... ok
[INFO] [stdout] test types::timestamp::tests::conversion_to_u64 ... ok
[INFO] [stdout] test types::system_events::tests::shutdown_display_format ... ok
[INFO] [stdout] test types::timestamp::tests::duration_since ... ok
[INFO] [stdout] test types::timestamp::tests::from_millis_creates_timestamp ... ok
[INFO] [stdout] test types::timestamp::tests::now_creates_current_timestamp ... ok
[INFO] [stdout] test types::timestamp::tests::serde_is_transparent ... ok
[INFO] [stdout] test types::timestamp::tests::serde_roundtrip ... ok
[INFO] [stdout] test types::timestamp::tests::sub_millis ... ok
[INFO] [stdout] test types::timestamp::tests::sub_millis_saturates ... ok
[INFO] [stdout] test types::timestamp::tests::timestamps_are_ordered ... ok
[INFO] [stdout] test types::causation_id::tests::parse_valid_causation_id ... ok
[INFO] [stdout] test message::tests::test_unwrap_stdout_system_event_passthrough ... ok
[INFO] [stdout] test helpers::tests::resolve_name_with_explicit_name ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_publish_all_empty_iterator ... FAILED
[INFO] [stdout] test test_publish_all_received_by_subscriber ... FAILED
[INFO] [stdout] test test_publish_stream_received_by_subscriber ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_publish_all_empty_iterator stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- test_publish_all_received_by_subscriber stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- test_publish_stream_received_by_subscriber stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_publish_all_empty_iterator
[INFO] [stdout]     test_publish_all_received_by_subscriber
[INFO] [stderr] error: test failed, to rerun pass `--test publish_stream`
[INFO] [stdout]     test_publish_stream_received_by_subscriber
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f", kill_on_drop: false }`
[INFO] [stdout] fe27b2738e1a8c5e5e2c643c355bbf85c5c50e7901e0e183f7839467ece56b1f
