[INFO] cloning repository https://github.com/tyrchen/cue-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tyrchen/cue-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyrchen%2Fcue-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyrchen%2Fcue-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1d43fab2807c128024d5b1c950d8ed24c20d4bf9
[INFO] testing tyrchen/cue-rust against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyrchen%2Fcue-rust" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tyrchen/cue-rust
[INFO] finished tweaking git repo https://github.com/tyrchen/cue-rust
[INFO] tweaked toml for git repo https://github.com/tyrchen/cue-rust written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tyrchen/cue-rust 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 git repo https://github.com/tyrchen/cue-rust 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]  Downloading crates ...
[INFO] [stderr]   Downloaded typed-builder-macro v0.23.2
[INFO] [stderr]   Downloaded serde_ignored v0.1.14
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.50
[INFO] [stderr]   Downloaded typed-builder v0.23.2
[INFO] [stderr]   Downloaded cc v1.2.63
[INFO] [stderr]   Downloaded miette v7.6.0
[INFO] [stderr]   Downloaded bigdecimal v0.4.10
[INFO] [stderr]   Downloaded zerocopy v0.8.50
[INFO] [stderr]   Downloaded noyalib v0.0.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8
[INFO] running `Command { std: "docker" "start" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", 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" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8" "/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" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", 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" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling noyalib v0.0.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_ignored v0.1.14
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling cue-rust-source v0.2.0 (/opt/rustwide/workdir/crates/source)
[INFO] [stderr]    Compiling cue-rust-adt v0.2.0 (/opt/rustwide/workdir/crates/adt)
[INFO] [stderr]    Compiling cue-rust-syntax v0.2.0 (/opt/rustwide/workdir/crates/syntax)
[INFO] [stderr]    Compiling cue-rust-eval v0.2.0 (/opt/rustwide/workdir/crates/eval)
[INFO] [stderr]    Compiling cue-rust-loader v0.2.0 (/opt/rustwide/workdir/crates/loader)
[INFO] [stderr]    Compiling cue-rust-compiler v0.2.0 (/opt/rustwide/workdir/crates/compiler)
[INFO] [stderr]    Compiling cue-rust-encoding v0.2.0 (/opt/rustwide/workdir/crates/encoding)
[INFO] [stderr]    Compiling cue-rust v0.2.0 (/opt/rustwide/workdir/crates/sdk)
[INFO] [stderr]    Compiling cue-rust-cli v0.2.0 (/opt/rustwide/workdir/apps/cue)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.61s
[INFO] running `Command { std: "docker" "inspect" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", 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" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8" "/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 num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling futures-timer v3.0.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling cue-rust-source v0.2.0 (/opt/rustwide/workdir/crates/source)
[INFO] [stderr]    Compiling cue-rust-adt v0.2.0 (/opt/rustwide/workdir/crates/adt)
[INFO] [stderr]    Compiling cue-rust-syntax v0.2.0 (/opt/rustwide/workdir/crates/syntax)
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling cue-rust-eval v0.2.0 (/opt/rustwide/workdir/crates/eval)
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling noyalib v0.0.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling cue-rust-loader v0.2.0 (/opt/rustwide/workdir/crates/loader)
[INFO] [stderr]    Compiling cue-rust-compiler v0.2.0 (/opt/rustwide/workdir/crates/compiler)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling cue-rust-encoding v0.2.0 (/opt/rustwide/workdir/crates/encoding)
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling cue-rust v0.2.0 (/opt/rustwide/workdir/crates/sdk)
[INFO] [stderr]    Compiling cue-rust-cli v0.2.0 (/opt/rustwide/workdir/apps/cue)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 56.09s
[INFO] running `Command { std: "docker" "inspect" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", 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" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8" "/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.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cue_rust-3b5f5b0cf81c1336)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test tests::test_should_allow_fields_to_shadow_predeclared_builtins ... ok
[INFO] [stdout] test tests::test_should_allow_present_optional_field_when_unifying_closed_schema ... ok
[INFO] [stdout] test tests::test_should_apply_context_config ... ok
[INFO] [stdout] test tests::test_should_compile_source_and_lookup_value ... ok
[INFO] [stdout] test tests::test_should_apply_optional_constraint_when_data_field_is_present ... ok
[INFO] [stdout] test tests::test_should_encode_value_with_facade_json_helpers ... ok
[INFO] [stdout] test tests::test_should_evaluate_list_index_expression ... ok
[INFO] [stdout] test tests::test_should_evaluate_len_builtin ... ok
[INFO] [stdout] test tests::test_should_evaluate_numeric_builtin_kind_constraints ... ok
[INFO] [stdout] test tests::test_should_evaluate_list_slice_expression ... ok
[INFO] [stdout] test tests::test_should_evaluate_integer_arithmetic_builtins ... ok
[INFO] [stdout] test tests::test_should_evaluate_struct_string_index_expression ... ok
[INFO] [stdout] test tests::test_should_evaluate_numeric_binary_expressions ... ok
[INFO] [stdout] test tests::test_should_evaluate_recursive_equality ... ok
[INFO] [stdout] test tests::test_should_export_regular_fields_without_definitions_hidden_or_optional_constraints ... ok
[INFO] [stdout] test tests::test_should_export_required_field_when_regular_field_satisfies_it ... ok
[INFO] [stdout] test tests::test_should_evaluate_string_and_bytes_operators ... ok
[INFO] [stdout] test tests::test_should_keep_required_constraint_when_optional_constraint_shares_label ... ok
[INFO] [stdout] test tests::test_should_apply_closedness_to_definitions_and_patterns ... ok
[INFO] [stdout] test tests::test_should_preserve_external_data_keys_that_look_like_cue_metadata ... ok
[INFO] [stdout] test tests::test_should_lookup_structured_definition_hidden_and_index_path ... ok
[INFO] [stdout] test tests::test_should_evaluate_open_list_ellipsis_constraints ... ok
[INFO] [stdout] test tests::test_should_reexport_diagnostic_inspection_types_from_facade ... ok
[INFO] [stdout] test tests::test_should_reject_extra_fields_for_closed_struct ... ok
[INFO] [stdout] test tests::test_should_evaluate_interpolation_dynamic_labels_and_comprehensions ... ok
[INFO] [stdout] test tests::test_should_reject_abstract_arithmetic_operands ... ok
[INFO] [stdout] test tests::test_should_preserve_defaulted_disjunction_on_direct_field_selection ... ok
[INFO] [stdout] test tests::test_should_omit_unset_optional_fields_from_concrete_export ... ok
[INFO] [stdout] test tests::test_should_reject_optional_field_reference ... ok
[INFO] [stdout] test tests::test_should_report_len_builtin_arity ... ok
[INFO] [stdout] test tests::test_should_report_invalid_unary_plus_operand ... ok
[INFO] [stdout] test tests::test_should_report_integer_arithmetic_builtin_errors ... ok
[INFO] [stdout] test tests::test_should_report_missing_struct_string_index ... ok
[INFO] [stdout] test tests::test_should_report_numeric_division_by_zero ... ok
[INFO] [stdout] test tests::test_should_report_required_constraint_missing_from_export ... ok
[INFO] [stdout] test tests::test_should_report_unsupported_import_as_compile_diagnostic ... ok
[INFO] [stdout] test tests::test_should_evaluate_disjunction_defaults_bounds_and_aggregate_builtins ... ok
[INFO] [stdout] test tests::test_should_resolve_acyclic_defaults_while_solving_cycles ... ok
[INFO] [stdout] test tests::test_should_reject_invalid_literal_escape ... ok
[INFO] [stdout] test tests::test_should_resolve_let_binding ... ok
[INFO] [stdout] test tests::test_should_resolve_nested_field_before_outer_field ... ok
[INFO] [stdout] test tests::test_should_resolve_field_alias_labels ... ok
[INFO] [stdout] test tests::test_should_apply_context_parse_depth_config ... ok
[INFO] [stdout] test tests::test_should_evaluate_list_sort_constants_and_detect_cycles ... ok
[INFO] [stdout] test tests::test_should_select_field_through_default_struct ... ok
[INFO] [stdout] test tests::test_should_unify_decoded_json_with_defaulted_disjunction_schema ... ok
[INFO] [stdout] test tests::test_should_unify_equivalent_numeric_literals ... ok
[INFO] [stdout] test tests::test_should_unescape_string_and_bytes_literals ... ok
[INFO] [stdout] test tests::test_should_evaluate_default_disjunction_operands ... ok
[INFO] [stdout] test tests::test_should_evaluate_supported_standard_library_imports ... ok
[INFO] [stdout] test tests::test_should_validate_builtin_kind_schema ... ok
[INFO] [stdout] test tests::test_should_unify_defaulted_disjunction_with_non_default_member ... ok
[INFO] [stdout] test tests::test_should_evaluate_regex_match_and_constraints ... ok
[INFO] [stdout] test tests::test_should_recompute_default_expressions_after_struct_unification ... ok
[INFO] [stdout] test tests::test_should_resolve_structural_cycles_to_fixpoint ... ok
[INFO] [stdout] test tests::test_should_resolve_local_list_self_index_cycles ... ok
[INFO] [stdout] test tests::test_should_resolve_in_progress_selector_cycles ... ok
[INFO] [stdout] test tests::test_should_evaluate_broad_list_standard_library_surface ... ok
[INFO] [stdout] test tests::test_should_evaluate_broad_strings_standard_library_surface ... ok
[INFO] [stdout] test tests::test_should_resolve_top_level_vertex_cycles ... ok
[INFO] [stdout] test tests::test_should_resolve_disjunction_cycle_fixpoints ... ok
[INFO] [stdout] test tests::test_should_limit_disjunction_cartesian_expansion ... ok
[INFO] [stdout] test tests::test_should_evaluate_exact_math_standard_library_surface ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compatibility.rs (/opt/rustwide/target/debug/deps/compatibility-0e9b64f0480b91a6)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_should_generate_compatibility_report ... ignored, generated by `make compat-report`
[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]      Running tests/vendor_corpus.rs (/opt/rustwide/target/debug/deps/vendor_corpus-bcad86779467c71b)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_should_export_borrowed_vendor_fixture_values ... FAILED
[INFO] [stdout] test test_should_inventory_all_upstream_vendor_integration_corpus ... FAILED
[INFO] [stdout] test test_should_run_supported_upstream_core_eval_fixtures ... FAILED
[INFO] [stdout] test test_should_run_supported_upstream_cli_script_fixtures ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_should_export_borrowed_vendor_fixture_values stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- test_should_inventory_all_upstream_vendor_integration_corpus stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- test_should_run_supported_upstream_core_eval_fixtures stdout ----
[INFO] [stdout] Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] 
[INFO] [stdout] ---- test_should_run_supported_upstream_cli_script_fixtures 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_should_export_borrowed_vendor_fixture_values
[INFO] [stdout]     test_should_inventory_all_upstream_vendor_integration_corpus
[INFO] [stdout]     test_should_run_supported_upstream_cli_script_fixtures
[INFO] [stdout]     test_should_run_supported_upstream_core_eval_fixtures
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p cue-rust --test vendor_corpus`
[INFO] running `Command { std: "docker" "inspect" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8", kill_on_drop: false }`
[INFO] [stdout] 28802576b60a46dcdc631a025e8a249df2d34edb75aed5a10cf88275d57888c8
