[INFO] fetching crate sdl-parser 0.21.2...
[INFO] testing sdl-parser-0.21.2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate sdl-parser 0.21.2 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate sdl-parser 0.21.2
[INFO] finished tweaking crates.io crate sdl-parser 0.21.2
[INFO] tweaked toml for crates.io crate sdl-parser 0.21.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sdl-parser 0.21.2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 103 packages to latest compatible versions
[INFO] [stderr]       Adding bytesize v1.3.3 (available: v2.3.1)
[INFO] [stderr]       Adding duration-str v0.7.1 (available: v0.21.0)
[INFO] [stderr]       Adding ipnetwork v0.20.0 (available: v0.21.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde-aux v4.7.0
[INFO] [stderr]   Downloaded ipnetwork v0.20.0
[INFO] [stderr]   Downloaded depper v0.4.0
[INFO] [stderr]   Downloaded duration-str v0.7.1
[INFO] [stderr]   Downloaded rust_decimal v1.41.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3da1c1dc1b7376dc3de51131c158a78557d99b5fe9b0a250c8da0a79c5986882
[INFO] running `Command { std: "docker" "start" "-a" "3da1c1dc1b7376dc3de51131c158a78557d99b5fe9b0a250c8da0a79c5986882", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3da1c1dc1b7376dc3de51131c158a78557d99b5fe9b0a250c8da0a79c5986882", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3da1c1dc1b7376dc3de51131c158a78557d99b5fe9b0a250c8da0a79c5986882", kill_on_drop: false }`
[INFO] [stdout] 3da1c1dc1b7376dc3de51131c158a78557d99b5fe9b0a250c8da0a79c5986882
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1e6b0bb142b7c74e14f315a6e10c1a1310d34406bbf849cabc58fbba0374654
[INFO] running `Command { std: "docker" "start" "-a" "b1e6b0bb142b7c74e14f315a6e10c1a1310d34406bbf849cabc58fbba0374654", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling rust_decimal v1.41.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling serde-aux v4.7.0
[INFO] [stderr]    Compiling bytesize v1.3.3
[INFO] [stderr]    Compiling ipnetwork v0.20.0
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling duration-str v0.7.1
[INFO] [stderr]    Compiling depper v0.4.0
[INFO] [stderr]    Compiling sdl-parser v0.21.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.22s
[INFO] running `Command { std: "docker" "inspect" "b1e6b0bb142b7c74e14f315a6e10c1a1310d34406bbf849cabc58fbba0374654", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1e6b0bb142b7c74e14f315a6e10c1a1310d34406bbf849cabc58fbba0374654", kill_on_drop: false }`
[INFO] [stdout] b1e6b0bb142b7c74e14f315a6e10c1a1310d34406bbf849cabc58fbba0374654
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0c1eb57bc9a3fafed3a89e0eef5597fa33d29bd0ae2ca5a41f6d667b3310431
[INFO] running `Command { std: "docker" "start" "-a" "c0c1eb57bc9a3fafed3a89e0eef5597fa33d29bd0ae2ca5a41f6d667b3310431", kill_on_drop: false }`
[INFO] [stderr]    Compiling sdl-parser v0.21.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.82s
[INFO] running `Command { std: "docker" "inspect" "c0c1eb57bc9a3fafed3a89e0eef5597fa33d29bd0ae2ca5a41f6d667b3310431", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0c1eb57bc9a3fafed3a89e0eef5597fa33d29bd0ae2ca5a41f6d667b3310431", kill_on_drop: false }`
[INFO] [stdout] c0c1eb57bc9a3fafed3a89e0eef5597fa33d29bd0ae2ca5a41f6d667b3310431
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d19d516af6a55281337bcc3fb5735bb4acd62da47c301f589fc58f86db47b522
[INFO] running `Command { std: "docker" "start" "-a" "d19d516af6a55281337bcc3fb5735bb4acd62da47c301f589fc58f86db47b522", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stdout] 
[INFO] [stdout] running 130 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sdl_parser-b1d778aac2cf8347)
[INFO] [stdout] test condition::tests::command_condition_is_parsed ... ok
[INFO] [stdout] test condition::tests::handles_metrics_with_conditions_correctly ... ok
[INFO] [stdout] test condition::tests::library_condition_is_parsed ... ok
[INFO] [stdout] test condition::tests::conditions_are_mapped_correctly ... ok
[INFO] [stdout] test entity::tests::parses_entity_with_events ... ok
[INFO] [stdout] test entity::tests::parses_nested_entity ... ok
[INFO] [stdout] test entity::tests::parses_sdl_with_entities ... ok
[INFO] [stdout] test entity::tests::parses_single_entity ... ok
[INFO] [stdout] test entity::tests::fails_parsing_child_entity_with_nonexisting_event - should panic ... ok
[INFO] [stdout] test condition::tests::identifies_missing_condition - should panic ... ok
[INFO] [stdout] test entity::tests::fails_parsing_child_entity_with_nonexisting_tlo - should panic ... ok
[INFO] [stdout] test entity::tests::fails_parsing_entity_with_no_events_defined - should panic ... ok
[INFO] [stdout] test entity::tests::fails_parsing_entity_with_nonexisting_event - should panic ... ok
[INFO] [stdout] test evaluation::tests::fails_to_parse_evaluation_too_small_min_score - should panic ... ok
[INFO] [stdout] test evaluation::tests::parses_longhand_evaluation ... ok
[INFO] [stdout] test evaluation::tests::parses_shorthand_evaluation ... ok
[INFO] [stdout] test entity::tests::fails_parsing_entity_with_nonexisting_tlo - should panic ... ok
[INFO] [stdout] test evaluation::tests::fails_to_parse_evaluation_with_both_scores ... ok
[INFO] [stdout] test evaluation::tests::parses_sdl_with_evaluation ... ok
[INFO] [stdout] test evaluation::tests::fails_to_parse_too_high_min_score ... ok
[INFO] [stdout] test entity::tests::fails_parsing_child_entity_with_nonexisting_vulnerability - should panic ... ok
[INFO] [stdout] test event::tests::parses_single_event ... ok
[INFO] [stdout] test feature::tests::can_parse_destination_environment ... ok
[INFO] [stdout] test event::tests::fails_on_missing_inject - should panic ... ok
[INFO] [stdout] test event::tests::parses_sdl_with_events ... ok
[INFO] [stdout] test feature::tests::feature_includes_dependencies ... ok
[INFO] [stdout] test feature::tests::feature_source_fields_are_mapped_correctly ... ok
[INFO] [stdout] test feature::tests::feature_source_longhand_is_parsed ... ok
[INFO] [stdout] test feature::tests::feature_source_shorthand_is_parsed ... ok
[INFO] [stdout] test event::tests::fails_no_injects_under_scenario - should panic ... ok
[INFO] [stdout] test event::tests::fails_on_missing_conditions - should panic ... ok
[INFO] [stdout] test event::tests::fails_on_missing_scenario_condition - should panic ... ok
[INFO] [stdout] test goal::tests::parses_single_goal ... ok
[INFO] [stdout] test feature::tests::cyclic_feature_dependency_is_detected ... ok
[INFO] [stdout] test goal::tests::fails_with_empty_tlo_list - should panic ... ok
[INFO] [stdout] test feature::tests::feature_cyclic_self_dependency_is_detected ... ok
[INFO] [stdout] test infrastructure::tests::empty_count_is_allowed ... ok
[INFO] [stdout] test goal::tests::fails_without_tlos - should panic ... ok
[INFO] [stdout] test infrastructure::tests::infranode_count_longhand_is_parsed ... ok
[INFO] [stdout] test infrastructure::tests::infranode_count_shorthand_is_parsed ... ok
[INFO] [stdout] test infrastructure::tests::bigger_infrastructure_is_parsed ... ok
[INFO] [stdout] test infrastructure::tests::infranode_with_links_and_dependencies_is_parsed ... ok
[INFO] [stdout] test infrastructure::tests::infranode_with_default_count_is_parsed ... ok
[INFO] [stdout] test infrastructure::tests::error_on_missing_infrastructure_dependency - should panic ... ok
[INFO] [stdout] test infrastructure::tests::error_on_wrong_ip_in_infranode_properties - should panic ... ok
[INFO] [stdout] test infrastructure::tests::error_on_missing_infrastructure_link - should panic ... ok
[INFO] [stdout] test infrastructure::tests::simple_infrastructure_is_parsed ... ok
[INFO] [stdout] test infrastructure::tests::sdl_keys_are_valid_in_lowercase_uppercase_capitalized ... ok
[INFO] [stdout] test infrastructure::tests::infrastructure_with_links_and_properties ... ok
[INFO] [stdout] test infrastructure::tests::simple_infrastructure_with_shorthand_is_parsed ... ok
[INFO] [stdout] test goal::tests::parses_sdl_with_goals ... ok
[INFO] [stdout] test infrastructure::tests::infranode_with_negative_count_is_rejected - should panic ... ok
[INFO] [stdout] test inject::tests::fails_on_missing_entity_for_inject - should panic ... ok
[INFO] [stdout] test inject::tests::fails_on_tlo_not_defined - should panic ... ok
[INFO] [stdout] test inject::tests::fails_on_missing_tlo_for_inject - should panic ... ok
[INFO] [stdout] test inject::tests::fails_from_entities_declared_but_to_entities_not_declared - should panic ... ok
[INFO] [stdout] test infrastructure::tests::infranode_with_unknown_name_is_rejected - should panic ... ok
[INFO] [stdout] test inject::tests::parses_single_inject ... ok
[INFO] [stdout] test inject::tests::fails_on_entity_not_defined_for_inject - should panic ... ok
[INFO] [stdout] test evaluation::tests::fails_with_missing_metric - should panic ... ok
[INFO] [stdout] test metric::tests::fails_conditional_metric_without_artifact ... ok
[INFO] [stdout] test inject::tests::fails_to_entities_declared_but_from_entities_not_declared - should panic ... ok
[INFO] [stdout] test inject::tests::inject_supports_nested_entities ... ok
[INFO] [stdout] test metric::tests::fails_manual_metric_with_condition ... ok
[INFO] [stdout] test library_item::tests::generate_package_list_based_on_sdl ... ok
[INFO] [stdout] test metric::tests::parses_conditional_metric ... ok
[INFO] [stdout] test metric::tests::parses_manual_metric ... ok
[INFO] [stdout] test metric::tests::parses_sdl_with_metrics ... ok
[INFO] [stdout] test node::tests::entities_missing_while_node_has_role_entity - should panic ... ok
[INFO] [stdout] test node::tests::entity_missing_for_node_role_entity - should panic ... ok
[INFO] [stdout] test node::tests::can_parse_shorthand_node_roles ... ok
[INFO] [stdout] test node::tests::includes_nodes_with_defined_features ... ok
[INFO] [stdout] test node::tests::includes_node_requirements_with_switch_type ... ok
[INFO] [stdout] test node::tests::node_injects_are_parsed ... ok
[INFO] [stdout] test node::tests::nested_node_role_entity_found_under_entities ... ok
[INFO] [stdout] test node::tests::node_type_is_case_insensitive ... ok
[INFO] [stdout] test node::tests::node_conditions_are_parsed ... ok
[INFO] [stdout] test node::tests::includes_nodes_with_defined_injects ... ok
[INFO] [stdout] test node::tests::roles_missing_when_features_exist - should panic ... ok
[INFO] [stdout] test node::tests::same_name_for_role_only_saves_one_role ... ok
[INFO] [stdout] test node::tests::can_parse_longhand_node_roles ... ok
[INFO] [stdout] test node::tests::switch_source_is_not_required ... ok
[INFO] [stdout] test node::tests::can_parse_mixed_short_and_longhand_node_roles ... ok
[INFO] [stdout] test node::tests::source_defined_for_switch_node - should panic ... ok
[INFO] [stdout] test node::tests::resources_missing_for_vm_node - should panic ... ok
[INFO] [stdout] test node::tests::role_under_feature_missing_from_node - should panic ... ok
[INFO] [stdout] test metric::tests::fails_conditional_metric_with_artifact ... ok
[INFO] [stdout] test node::tests::resources_defined_for_switch_node - should panic ... ok
[INFO] [stdout] test inject::tests::parses_sdl_with_injects ... ok
[INFO] [stdout] test script::tests::fails_end_time_larger_than_start_time - should panic ... ok
[INFO] [stdout] test script::tests::fails_on_event_not_defined_for_script - should panic ... ok
[INFO] [stdout] test script::tests::fails_on_missing_event_for_script - should panic ... ok
[INFO] [stdout] test node::tests::vm_source_fields_are_mapped_correctly ... ok
[INFO] [stdout] test script::tests::fails_on_negative_speed_value - should panic ... ok
[INFO] [stdout] test node::tests::vm_source_longhand_is_parsed ... ok
[INFO] [stdout] test node::tests::vm_source_shorthand_is_parsed ... ok
[INFO] [stdout] test script::tests::parses_single_script ... ok
[INFO] [stdout] test script::tests::parses_zero_without_unit ... ok
[INFO] [stdout] test script::tests::parses_underscore_formatted_numbers ... ok
[INFO] [stdout] test story::tests::adds_default_speed ... ok
[INFO] [stdout] test story::tests::fails_on_script_not_defined_for_story - should panic ... ok
[INFO] [stdout] test story::tests::fails_speed_is_zero - should panic ... ok
[INFO] [stdout] test script::tests::parses_sdl_with_scripts ... ok
[INFO] [stdout] test tests::can_parse_minimal_sdl ... ok
[INFO] [stdout] test story::tests::fails_when_no_scripts_field - should panic ... ok
[INFO] [stdout] test story::tests::parses_single_story ... ok
[INFO] [stdout] test story::tests::fails_when_scripts_is_empty - should panic ... ok
[INFO] [stdout] test tests::condition_used_by_multiple_metrics - should panic ... ok
[INFO] [stdout] test tests::feature_role_missing_from_node - should panic ... ok
[INFO] [stdout] test tests::condition_role_missing_from_node - should panic ... ok
[INFO] [stdout] test story::tests::fails_on_missing_script_for_story - should panic ... ok
[INFO] [stdout] test tests::condition_doesnt_exist - should panic ... ok
[INFO] [stdout] test tests::includes_infrastructure ... ok
[INFO] [stdout] test tests::includes_nodes ... ok
[INFO] [stdout] test tests::condition_vm_count_in_infrastructure_over_1 - should panic ... ok
[INFO] [stdout] test story::tests::parses_sdl_with_stories ... ok
[INFO] [stdout] test tests::includes_features ... ok
[INFO] [stdout] test tests::too_long_node_name_is_disallowed - should panic ... ok
[INFO] [stdout] test training_learning_objective::tests::parses_training_learning_objective ... ok
[INFO] [stdout] test vulnerability::tests::default_technical_field_is_false ... ok
[INFO] [stdout] test tests::feature_missing_from_scenario - should panic ... ok
[INFO] [stdout] test vulnerability::tests::parses_vulnerability_for_feature ... ok
[INFO] [stdout] test vulnerability::tests::parses_scenario_with_vulnerability_in_node ... ok
[INFO] [stdout] test tests::parent_features_dependencies_are_built_correctly ... ok
[INFO] [stdout] test vulnerability::tests::vulnerability_is_parsed ... ok
[INFO] [stdout] test training_learning_objective::tests::parses_sdl_with_tlos ... ok
[INFO] [stdout] test vulnerability::tests::missing_vulnerability_for_feature - should panic ... ok
[INFO] [stdout] test vulnerability::tests::vulnerability_is_parsed_in_scenario ... ok
[INFO] [stdout] test tests::includes_conditions_nodes_and_infrastructure ... ok
[INFO] [stdout] test vulnerability::tests::missing_vulnerability_for_node - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sdl_parser
[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] running `Command { std: "docker" "inspect" "d19d516af6a55281337bcc3fb5735bb4acd62da47c301f589fc58f86db47b522", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d19d516af6a55281337bcc3fb5735bb4acd62da47c301f589fc58f86db47b522", kill_on_drop: false }`
[INFO] [stdout] d19d516af6a55281337bcc3fb5735bb4acd62da47c301f589fc58f86db47b522
