[INFO] cloning repository https://github.com/Triston0130/Aurora
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Triston0130/Aurora" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTriston0130%2FAurora", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTriston0130%2FAurora'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93163554dd354b5d271ce69a7f0037a55a3ec53d
[INFO] testing Triston0130/Aurora 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%2FTriston0130%2FAurora" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Triston0130/Aurora
[INFO] finished tweaking git repo https://github.com/Triston0130/Aurora
[INFO] tweaked toml for git repo https://github.com/Triston0130/Aurora written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Triston0130/Aurora 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/Triston0130/Aurora 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 insta v1.43.2
[INFO] [stderr]   Downloaded tempfile v3.22.0
[INFO] [stderr]   Downloaded diffy v0.3.0
[INFO] [stderr]   Downloaded proptest v1.8.0
[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] 1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121
[INFO] running `Command { std: "docker" "start" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", 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" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121" "/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" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", 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" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling diffy v0.3.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling aurora-runtime-memory v0.1.0 (/opt/rustwide/workdir/runtime/memory)
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rustyline v14.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling aurora-effect-solver v0.1.0 (/opt/rustwide/workdir/compiler/effect-solver)
[INFO] [stderr]    Compiling aurora-runtime-scheduler v0.1.0 (/opt/rustwide/workdir/runtime/scheduler)
[INFO] [stderr]    Compiling aurora-compiler-prototypes v0.1.0 (/opt/rustwide/workdir/compiler/prototypes)
[INFO] [stderr]    Compiling aurorarepl v0.1.0 (/opt/rustwide/workdir/tools/aurorarepl)
[INFO] [stderr]    Compiling aurora-zone-manager v0.1.0 (/opt/rustwide/workdir/runtime/zone_manager)
[INFO] [stderr]    Compiling aurora-runtime-io v0.1.0 (/opt/rustwide/workdir/runtime/io)
[INFO] [stderr]    Compiling aurora-runtime-ffi v0.1.0 (/opt/rustwide/workdir/runtime/ffi)
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling aurorafmt v0.1.0 (/opt/rustwide/workdir/tools/aurorafmt)
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling aurora-stdlib v0.1.0 (/opt/rustwide/workdir/stdlib/core)
[INFO] [stderr]    Compiling auroralint v0.1.0 (/opt/rustwide/workdir/tools/auroralint)
[INFO] [stderr]    Compiling aurorals v0.1.0 (/opt/rustwide/workdir/tools/aurorals)
[INFO] [stderr]    Compiling auroradebug v0.1.0 (/opt/rustwide/workdir/tools/auroradebug)
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling aurora-integration-tests v0.1.0 (/opt/rustwide/workdir/tests/integration)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling aurora-benchmarks v0.1.0 (/opt/rustwide/workdir/research/benchmarks)
[INFO] [stderr]    Compiling aurorapm v0.1.0 (/opt/rustwide/workdir/tools/aurorapm)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
[INFO] running `Command { std: "docker" "inspect" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", 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" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121" "/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 getrandom v0.3.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling aurora-benchmarks v0.1.0 (/opt/rustwide/workdir/research/benchmarks)
[INFO] [stderr]    Compiling aurora-integration-tests v0.1.0 (/opt/rustwide/workdir/tests/integration)
[INFO] [stderr]    Compiling aurorarepl v0.1.0 (/opt/rustwide/workdir/tools/aurorarepl)
[INFO] [stderr]    Compiling aurora-stdlib v0.1.0 (/opt/rustwide/workdir/stdlib/core)
[INFO] [stderr]    Compiling aurora-runtime-io v0.1.0 (/opt/rustwide/workdir/runtime/io)
[INFO] [stderr]    Compiling aurora-runtime-ffi v0.1.0 (/opt/rustwide/workdir/runtime/ffi)
[INFO] [stderr]    Compiling aurora-zone-manager v0.1.0 (/opt/rustwide/workdir/runtime/zone_manager)
[INFO] [stderr]    Compiling aurora-runtime-scheduler v0.1.0 (/opt/rustwide/workdir/runtime/scheduler)
[INFO] [stderr]    Compiling auroradebug v0.1.0 (/opt/rustwide/workdir/tools/auroradebug)
[INFO] [stderr]    Compiling aurorals v0.1.0 (/opt/rustwide/workdir/tools/aurorals)
[INFO] [stderr]    Compiling aurora-runtime-memory v0.1.0 (/opt/rustwide/workdir/runtime/memory)
[INFO] [stdout] warning: never type fallback affects this call to an `unsafe` method
[INFO] [stdout]   --> runtime/ffi/src/tests.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let result = unsafe { func.call(|_| panic!("simulate FFI panic")) };
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: specify the type explicitly
[INFO] [stdout]    = warning: this changes meaning in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = note: `#[warn(never_type_fallback_flowing_into_unsafe)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let result = unsafe { func.call::<()>(|_| panic!("simulate FFI panic")) };
[INFO] [stdout]    |                                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling aurorapm v0.1.0 (/opt/rustwide/workdir/tools/aurorapm)
[INFO] [stderr]    Compiling auroralint v0.1.0 (/opt/rustwide/workdir/tools/auroralint)
[INFO] [stderr]    Compiling aurorafmt v0.1.0 (/opt/rustwide/workdir/tools/aurorafmt)
[INFO] [stderr]    Compiling proptest v1.8.0
[INFO] [stderr]    Compiling aurora-compiler-prototypes v0.1.0 (/opt/rustwide/workdir/compiler/prototypes)
[INFO] [stderr]    Compiling aurora-effect-solver v0.1.0 (/opt/rustwide/workdir/compiler/effect-solver)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.73s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: aurora-runtime-ffi v0.1.0 (/opt/rustwide/workdir/runtime/ffi)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", 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" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: never type fallback affects this call to an `unsafe` method
[INFO] [stderr]   --> runtime/ffi/src/tests.rs:54:27
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let result = unsafe { func.call(|_| panic!("simulate FFI panic")) };
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: specify the type explicitly
[INFO] [stderr]    = warning: this changes meaning in Rust 2024 and in a future release in all editions!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stderr]    = note: `#[warn(never_type_fallback_flowing_into_unsafe)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `()` annotations to avoid fallback changes
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let result = unsafe { func.call::<()>(|_| panic!("simulate FFI panic")) };
[INFO] [stderr]    |                                    ++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `aurora-runtime-ffi` (lib test) generated 1 warning (run `cargo fix --lib -p aurora-runtime-ffi --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: aurora-runtime-ffi v0.1.0 (/opt/rustwide/workdir/runtime/ffi)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aurora_benchmarks-ffe49ef45dfa80a1)
[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/collate.rs (/opt/rustwide/target/debug/deps/collate-4fedfafe90be34e5)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aurora_compiler_prototypes-5e63670e6cfcc200)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 59 tests
[INFO] [stdout] test backend::llvm::tests::records_realtime_metadata ... ok
[INFO] [stdout] test backend::llvm::tests::emits_cpu_ir_for_simple_function ... ok
[INFO] [stdout] test backend::llvm::tests::emits_gpu_stub_for_gpu_zone ... ok
[INFO] [stdout] test const_eval::tests::evaluates_block_tail ... ok
[INFO] [stdout] test borrow::tests::detects_use_after_move_in_simple_let ... ok
[INFO] [stdout] test const_eval::tests::evaluates_string_literal ... ok
[INFO] [stdout] test constraints::tests::async_expression_adds_async_effect ... ok
[INFO] [stdout] test ctfe::tests::evaluates_tuple_and_array_literals ... ok
[INFO] [stdout] test ctfe::tests::reports_recursive_const_function ... ok
[INFO] [stdout] test ctfe::tests::reports_unsupported_expr ... ok
[INFO] [stdout] test driver::tests::compile_module_propagates_parse_errors ... ok
[INFO] [stdout] test constraints::tests::generate_function_adds_constraint ... ok
[INFO] [stdout] test constraints::tests::handler_expression_removes_handled_effect ... ok
[INFO] [stdout] test ctfe::tests::evaluates_simple_const_function ... ok
[INFO] [stdout] test hir::tests::builder_captures_zone_and_effects ... ok
[INFO] [stdout] test incremental::tests::caches_failures ... ok
[INFO] [stdout] test hir::tests::builder_reports_borrow_diagnostics ... ok
[INFO] [stdout] test lexer::tests::lex_effect_annotation_signature ... ok
[INFO] [stdout] test macro_expander::tests::reports_macro_recursion ... ok
[INFO] [stdout] test lexer::tests::lex_literals_and_operators ... ok
[INFO] [stdout] test incremental::tests::recompiles_when_source_changes ... ok
[INFO] [stdout] test macro_expander::tests::zero_or_more_collects_arguments ... ok
[INFO] [stdout] test incremental::tests::reuses_result_when_source_unchanged ... ok
[INFO] [stdout] test lexer::tests::lex_string_and_char_literals ... ok
[INFO] [stdout] test incremental::tests::changing_dependencies_forces_rebuild ... ok
[INFO] [stdout] test mir::tests::lower_if_expression_assigns_result ... ok
[INFO] [stdout] test mir::tests::lower_hir_to_mir ... ok
[INFO] [stdout] test hir::tests::builder_records_trait_obligations ... ok
[INFO] [stdout] test macro_expander::tests::expands_macro_arguments_into_block ... ok
[INFO] [stdout] test macro_expander::tests::nested_group_collects_pairs ... ok
[INFO] [stdout] test macro_expander::tests::one_or_more_requires_argument ... ok
[INFO] [stdout] test mir::tests::optimizer_marks_zone_drop_actions ... ok
[INFO] [stdout] test macro_expander::tests::reports_unknown_macro_invocation ... ok
[INFO] [stdout] test mir::tests::refcount_elision_removes_temp_drops ... ok
[INFO] [stdout] test mir::tests::lower_if_statement_produces_branching_blocks ... ok
[INFO] [stdout] test mir::tests::optimizer_eliminates_dead_assignments ... ok
[INFO] [stdout] test const_eval::tests::evaluates_integer_expression ... ok
[INFO] [stdout] test macro_expander::tests::optional_param_defaults_to_unit ... ok
[INFO] [stdout] test resolver::tests::detects_duplicate_symbols ... ok
[INFO] [stdout] test resolver::tests::reports_unresolved_use ... ok
[INFO] [stdout] test resolver::tests::collects_function_symbol ... ok
[INFO] [stdout] test parser::tests::parses_slice_binding_pattern ... ok
[INFO] [stdout] test resolver::tests::resolves_use_alias ... ok
[INFO] [stdout] test lexer::tests::lex_simple_function ... ok
[INFO] [stdout] test trait_solver::tests::zone_capability_impl_is_visible_to_trait_solver ... ok
[INFO] [stdout] test types::tests::type_env_scoping ... ok
[INFO] [stdout] test zone::tests::non_zone_attribute_returns_none ... ok
[INFO] [stdout] test zone::tests::zone_attribute_constant_folding ... ok
[INFO] [stdout] test zone::tests::descriptor_from_zone_attribute ... ok
[INFO] [stdout] test solver::tests::unifies_effect_rows ... ok
[INFO] [stdout] test solver::tests::solves_simple_primitive_equality ... ok
[INFO] [stdout] test types::tests::generalize_and_instantiate_produces_fresh_vars ... ok
[INFO] [stdout] test macro_expander::tests::reports_argument_mismatch ... ok
[INFO] [stdout] test solver::tests::binds_type_variables ... ok
[INFO] [stdout] test trait_solver::tests::trait_solver_reports_missing_impls ... ok
[INFO] [stdout] test driver::tests::compile_module_reports_zone_violation ... ok
[INFO] [stdout] test types::tests::function_type_holds_effect_row ... ok
[INFO] [stdout] test types::tests::fresh_variable_generators_increment ... ok
[INFO] [stdout] test resolver::tests::resolves_use_group ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/aurora_cli.rs (/opt/rustwide/target/debug/deps/aurora_cli-e0b99b790d79140f)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/grammar_snapshots.rs (/opt/rustwide/target/debug/deps/grammar_snapshots-e62fb46c94716c41)
[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] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test parse_gpu_zone ... ok
[INFO] [stdout] test parse_effect_handler ... ok
[INFO] [stdout] test parse_types_features ... ok
[INFO] [stdout] test parse_actor_pipeline ... ok
[INFO] [stdout] test parse_zone_decl ... ok
[INFO] [stdout] test parse_effectful_trait ... ok
[INFO] [stdout] test parse_use_groups ... ok
[INFO] [stdout] test parse_patterns ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aurora_effect_solver-758f6b72e96a2c7f)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::tail_aliasing_produces_substitution ... ok
[INFO] [stdout] test tests::unify_with_tail_variable ... ok
[INFO] [stdout] test tests::unify_pure_rows ... ok
[INFO] [stdout] test tests::duplicate_effects_eliminated ... ok
[INFO] [stdout] test tests::union_contains_all_unique_effects ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aurora_integration_tests-ea6d40f0e4574353)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::timer_future_and_zone_transfer_work_together ... ok
[INFO] [stdout] test tests::ffi_manager_integration_with_stdlib_errors ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `-p aurora-integration-tests --lib`
[INFO] [stdout] test tests::actor_pipeline_uses_stdlib_primitives ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::ffi_manager_integration_with_stdlib_errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::ffi_manager_integration_with_stdlib_errors' (2261) panicked at tests/integration/src/tests.rs:74:10:
[INFO] [stdout] load system libc: LoadFailure { path: "libc.so", message: "/lib/x86_64-linux-gnu/libc.so: invalid ELF header" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d03878c2338 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d03878c2338 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d03878c2338 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d03878c2338 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d03878d641a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d03878d641a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5d03878c6b72 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5d03878c6b72 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5d03878a1146 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d03878a1146 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d03878ba4d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d03877ddcec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5d03877ddcec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5d03878ba692 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5d03878ba692 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d03878a1202 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d0387896409 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d03878a1f1d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d03878d6bdc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d03878d6952 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5d03877c2387 - <core[8fb95b77d25ab6c8]::result::Result<aurora_runtime_ffi[f7be688640491d84]::library::ForeignLibrary, aurora_runtime_ffi[f7be688640491d84]::error::FfiError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5d03877cf4a0 - aurora_integration_tests[9d7ca46e49a76484]::tests::ffi_manager_integration_with_stdlib_errors
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/src/tests.rs:74:10
[INFO] [stdout]   22:     0x5d03877cd9b7 - aurora_integration_tests[9d7ca46e49a76484]::tests::ffi_manager_integration_with_stdlib_errors::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/src/tests.rs:65:48
[INFO] [stdout]   23:     0x5d03877c4416 - <aurora_integration_tests[9d7ca46e49a76484]::tests::ffi_manager_integration_with_stdlib_errors::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d03877d0dcb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5d03877d0dcb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5d03877de645 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5d03877de645 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5d03877de645 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5d03877de645 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5d03877de645 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d03877de645 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5d03877de645 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5d03877d7f54 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5d03877d7f54 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5d03877e16c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5d03877e16c2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5d03877e16c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5d03877e16c2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5d03877e16c2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d03877e16c2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5d03877e16c2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5d03878c1c6f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5d03878c1c6f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x70afc3adaaa4 - <unknown>
[INFO] [stdout]   45:     0x70afc3b67a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::ffi_manager_integration_with_stdlib_errors
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121", kill_on_drop: false }`
[INFO] [stdout] 1ab4b1e5ad23902038194bf12d659cc7a02be3453cdf886024c1cfbcf0cd8121
