[INFO] cloning repository https://github.com/jwilger/event_modeler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jwilger/event_modeler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwilger%2Fevent_modeler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwilger%2Fevent_modeler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ab91266971fd7ed98ee2dedd1f8def485c409840
[INFO] testing jwilger/event_modeler against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjwilger%2Fevent_modeler" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jwilger/event_modeler
[INFO] finished tweaking git repo https://github.com/jwilger/event_modeler
[INFO] tweaked toml for git repo https://github.com/jwilger/event_modeler written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jwilger/event_modeler on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jwilger/event_modeler 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f63bf6cf37f173910e961f019959975ee105adfd51c93008121a1ba24858d310
[INFO] running `Command { std: "docker" "start" "-a" "f63bf6cf37f173910e961f019959975ee105adfd51c93008121a1ba24858d310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f63bf6cf37f173910e961f019959975ee105adfd51c93008121a1ba24858d310", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f63bf6cf37f173910e961f019959975ee105adfd51c93008121a1ba24858d310", kill_on_drop: false }`
[INFO] [stdout] f63bf6cf37f173910e961f019959975ee105adfd51c93008121a1ba24858d310
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25953578bc4a2022b0804ce7fa84ab7cd69c1db23c65af76c995aee38b0c1576
[INFO] running `Command { std: "docker" "start" "-a" "25953578bc4a2022b0804ce7fa84ab7cd69c1db23c65af76c995aee38b0c1576", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling link-cplusplus v1.0.10
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.160
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cxx v1.0.160
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling autocxx-bindgen v0.71.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling codespan-reporting v0.12.0
[INFO] [stderr]    Compiling aquamarine v0.1.12
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling cxx-gen v0.7.160
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling indoc v1.0.9
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling autocxx v0.27.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling kinded_macros v0.3.0
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.160
[INFO] [stderr]    Compiling kinded v0.3.0
[INFO] [stderr]    Compiling nutype_macros v0.4.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling moveit v0.6.0
[INFO] [stderr]    Compiling nutype v0.4.3
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling autocxx-parser v0.27.1
[INFO] [stderr]    Compiling autocxx-engine v0.27.1
[INFO] [stderr]    Compiling autocxx-macro v0.27.1
[INFO] [stderr]    Compiling autocxx-build v0.27.1
[INFO] [stderr]    Compiling event_modeler v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
[INFO] running `Command { std: "docker" "inspect" "25953578bc4a2022b0804ce7fa84ab7cd69c1db23c65af76c995aee38b0c1576", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25953578bc4a2022b0804ce7fa84ab7cd69c1db23c65af76c995aee38b0c1576", kill_on_drop: false }`
[INFO] [stdout] 25953578bc4a2022b0804ce7fa84ab7cd69c1db23c65af76c995aee38b0c1576
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b85b95338b725d62d3f7690e402e21592a77cd19155e3157ab097fcb098f02ef
[INFO] running `Command { std: "docker" "start" "-a" "b85b95338b725d62d3f7690e402e21592a77cd19155e3157ab097fcb098f02ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling autocxx-parser v0.27.1
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling autocxx-macro v0.27.1
[INFO] [stderr]    Compiling autocxx v0.27.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling autocxx-bindgen v0.71.1
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling nutype_macros v0.4.3
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling insta v1.43.1
[INFO] [stderr]    Compiling nutype v0.4.3
[INFO] [stderr]    Compiling autocxx-engine v0.27.1
[INFO] [stderr]    Compiling autocxx-build v0.27.1
[INFO] [stderr]    Compiling event_modeler v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 58.75s
[INFO] running `Command { std: "docker" "inspect" "b85b95338b725d62d3f7690e402e21592a77cd19155e3157ab097fcb098f02ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b85b95338b725d62d3f7690e402e21592a77cd19155e3157ab097fcb098f02ef", kill_on_drop: false }`
[INFO] [stdout] b85b95338b725d62d3f7690e402e21592a77cd19155e3157ab097fcb098f02ef
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 466e149ddf349fd177711f34c497ba4acf75942e99c695a4463f713b8ecbe669
[INFO] running `Command { std: "docker" "start" "-a" "466e149ddf349fd177711f34c497ba4acf75942e99c695a4463f713b8ecbe669", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/event_modeler-d588d66015b52246)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test diagram::routing_types::tests::test_point_manhattan_distance ... ok
[INFO] [stdout] test diagram::routing_types::tests::test_rectangle_center ... ok
[INFO] [stdout] test diagram::routing_types::tests::test_rectangle_contains ... ok
[INFO] [stdout] test diagram::routing_types::tests::test_route_path_to_svg ... ok
[INFO] [stdout] test event_model::converter::tests::counts_entities_correctly ... ok
[INFO] [stdout] test event_model::yaml_to_diagram_converter::tests::converts_minimal_yaml_model_to_diagram ... ok
[INFO] [stdout] test event_model::yaml_to_diagram_converter::tests::converts_yaml_with_commands ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_handles_connector_syntax ... ok
[INFO] [stdout] test event_model::converter::tests::errors_on_unknown_entity_in_connector ... ok
[INFO] [stdout] test diagram::routing_types::tests::test_rectangle_intersects ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_skips_comment_lines ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_tokenizes_swimlane_definition ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_tokenizes_title_section ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_tracks_line_and_column_numbers ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_enforces_unique_entity_names ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_handles_connectors ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_handles_empty_swimlanes ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_parses_complete_model ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_provides_line_numbers_in_errors ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_preserves_entity_order ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_validates_connector_references ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_parses_minimal_valid_model ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::converts_events_with_validation ... ok
[INFO] [stdout] test event_model::converter::tests::errors_on_empty_swimlanes ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_handles_indented_content ... ok
[INFO] [stdout] test infrastructure::parsing::simple_parser::tests::parser_requires_title_section_first ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::converts_commands_with_tests ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::converts_minimal_event_model ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::converts_slices_with_connections ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::converts_query_with_one_of_outputs ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::is_version_compatible_accepts_any_version_pre_1_0 ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::converts_view_components ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::parse_yaml_adds_default_version ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::rejects_empty_collections ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::parse_yaml_extracts_error_location ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::parse_yaml_handles_syntax_errors ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::parse_yaml_location_with_duplicate_key ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::yaml_event_model_deserializes_minimal_file ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::yaml_field_deserializes_complex_type ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::yaml_field_deserializes_simple_type ... ok
[INFO] [stdout] test infrastructure::types::tests::non_empty_first_returns_head ... ok
[INFO] [stdout] test infrastructure::types::tests::non_empty_get_returns_element_at_index ... ok
[INFO] [stdout] test infrastructure::types::tests::non_empty_last_returns_last_element ... ok
[INFO] [stdout] test routing::libavoid_wrapper::tests::test_router_creation ... ok
[INFO] [stdout] test routing::libavoid_wrapper::tests::test_routing_config_default ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::yaml_event_model_deserializes_with_version ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::rejects_empty_strings ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_converter::tests::rejects_unknown_swimlane ... ok
[INFO] [stdout] test infrastructure::parsing::yaml_parser::tests::parse_yaml_preserves_explicit_version ... ok
[INFO] [stdout] test event_model::converter::tests::converts_minimal_parsed_model ... ok
[INFO] [stdout] test event_model::yaml_to_diagram_converter::tests::converts_command_with_data_schema_and_tests ... ok
[INFO] [stdout] test infrastructure::parsing::simple_lexer::tests::lexer_handles_all_entity_types ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/event_modeler-ad2b859bb9ce5293)
[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/bin/horizontal_slice_test.rs (/opt/rustwide/target/debug/deps/horizontal_slice_test-6c912d6d461c9737)
[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/e2e.rs (/opt/rustwide/target/debug/deps/e2e-450583e4585b6894)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_basic_event_model_to_svg_conversion ... ignored
[INFO] [stdout] test test_event_model_with_multiple_entity_types ... ignored
[INFO] [stdout] test test_simple_event_model_with_minimal_structure ... ignored
[INFO] [stdout] test test_invalid_eventmodel_file_shows_error ... ok
[INFO] [stdout] test test_nonexistent_file_shows_error ... ok
[INFO] [stdout] test test_cli_shows_usage_without_args ... ok
[INFO] [stderr]      Running tests/yaml_acceptance.rs (/opt/rustwide/target/debug/deps/yaml_acceptance-f385f15d3190f12f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_all_entity_types_are_supported ... ignored
[INFO] [stdout] test test_yaml_format_acceptance ... ignored
[INFO] [stdout] test test_yaml_parsing_errors_are_helpful ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_yaml_parsing_errors_are_helpful stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_yaml_parsing_errors_are_helpful' (110) panicked at tests/yaml_acceptance.rs:131:53:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5818f3941772 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5818f3941772 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5818f3941772 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5818f3941772 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5818f395896a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5818f395896a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x5818f3946896 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5818f3946896 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5818f391d8ff - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5818f391d8ff - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5818f3938c59 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5818f38d27ae - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5818f38d27ae - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5818f3938e12 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5818f3938e12 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5818f391d9b8 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5818f3912809 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5818f391e8ad - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5818f39590ac - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5818f3958e22 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5818f379f968 - <core[585f66e14d78f9ba]::result::Result<(), std[3f03f8b59f91bef1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5818f379f968 - yaml_acceptance[a1b5e2039dc317c9]::test_yaml_parsing_errors_are_helpful
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/yaml_acceptance.rs:131:53
[INFO] [stdout]   22:     0x5818f379d6a7 - yaml_acceptance[a1b5e2039dc317c9]::test_yaml_parsing_errors_are_helpful::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/yaml_acceptance.rs:119:42
[INFO] [stdout]   23:     0x5818f37a2156 - <yaml_acceptance[a1b5e2039dc317c9]::test_yaml_parsing_errors_are_helpful::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5818f38c6b5b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5818f38c6b5b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5818f38d33ba - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5818f38d33ba - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5818f38d33ba - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5818f38d33ba - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5818f38d33ba - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5818f38d33ba - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5818f38d33ba - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5818f38cd884 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5818f38cd884 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5818f38d5eb2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5818f38d5eb2 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5818f38d5eb2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5818f38d5eb2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5818f38d5eb2 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5818f38d5eb2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5818f38d5eb2 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5818f394074f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5818f394074f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x748342de0aa4 - <unknown>
[INFO] [stdout]   45:     0x748342e6da64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_yaml_parsing_errors_are_helpful
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test yaml_acceptance`
[INFO] running `Command { std: "docker" "inspect" "466e149ddf349fd177711f34c497ba4acf75942e99c695a4463f713b8ecbe669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "466e149ddf349fd177711f34c497ba4acf75942e99c695a4463f713b8ecbe669", kill_on_drop: false }`
[INFO] [stdout] 466e149ddf349fd177711f34c497ba4acf75942e99c695a4463f713b8ecbe669
