[INFO] cloning repository https://github.com/Xavier-Maruff/polaris
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Xavier-Maruff/polaris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXavier-Maruff%2Fpolaris", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXavier-Maruff%2Fpolaris'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b1abf9221a6333aaeee5018baac540aaeed6fab
[INFO] testing Xavier-Maruff/polaris against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXavier-Maruff%2Fpolaris" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Xavier-Maruff/polaris
[INFO] finished tweaking git repo https://github.com/Xavier-Maruff/polaris
[INFO] tweaked toml for git repo https://github.com/Xavier-Maruff/polaris written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Xavier-Maruff/polaris on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Xavier-Maruff/polaris 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a143e6d7657a320ba82848e2a7eba75f65e96b49fc8ce8cf735c4330e262967e
[INFO] running `Command { std: "docker" "start" "-a" "a143e6d7657a320ba82848e2a7eba75f65e96b49fc8ce8cf735c4330e262967e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a143e6d7657a320ba82848e2a7eba75f65e96b49fc8ce8cf735c4330e262967e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a143e6d7657a320ba82848e2a7eba75f65e96b49fc8ce8cf735c4330e262967e", kill_on_drop: false }`
[INFO] [stdout] a143e6d7657a320ba82848e2a7eba75f65e96b49fc8ce8cf735c4330e262967e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 495a75da12d344392b158bcbf94a66eb0b8aa88456400f5d78375388b1b9b3f1
[INFO] running `Command { std: "docker" "start" "-a" "495a75da12d344392b158bcbf94a66eb0b8aa88456400f5d78375388b1b9b3f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling lexpr-macros v0.2.2
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling clap_builder v4.5.42
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling edit-distance v2.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling lexpr v0.2.7
[INFO] [stderr]    Compiling codespan-reporting v0.12.0
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling petgraph v0.8.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling clap v4.5.42
[INFO] [stderr]    Compiling serde-lexpr v0.1.3
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling polaris-core v0.1.0 (/opt/rustwide/workdir/polaris-core)
[INFO] [stdout] warning: unused import: `ExprKind::*`
[INFO] [stdout]   --> polaris-core/src/lowering_pmir.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         use ExprKind::*;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> polaris-core/src/lowering_pmir.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |             ConstDecl { expr, .. } => {
[INFO] [stdout]    |                         ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling polaris v0.1.0 (/opt/rustwide/workdir/polaris-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.40s
[INFO] running `Command { std: "docker" "inspect" "495a75da12d344392b158bcbf94a66eb0b8aa88456400f5d78375388b1b9b3f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "495a75da12d344392b158bcbf94a66eb0b8aa88456400f5d78375388b1b9b3f1", kill_on_drop: false }`
[INFO] [stdout] 495a75da12d344392b158bcbf94a66eb0b8aa88456400f5d78375388b1b9b3f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a85953087aa6cb6c1536052dc1cd85f3dd9ac7e8252d52ea515b847f504312fe
[INFO] running `Command { std: "docker" "start" "-a" "a85953087aa6cb6c1536052dc1cd85f3dd9ac7e8252d52ea515b847f504312fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling polaris-core v0.1.0 (/opt/rustwide/workdir/polaris-core)
[INFO] [stderr]    Compiling polaris v0.1.0 (/opt/rustwide/workdir/polaris-cli)
[INFO] [stdout] warning: unused import: `ExprKind::*`
[INFO] [stdout]   --> polaris-core/src/lowering_pmir.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         use ExprKind::*;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> polaris-core/src/lowering_pmir.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |             ConstDecl { expr, .. } => {
[INFO] [stdout]    |                         ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExprKind::*`
[INFO] [stdout]   --> polaris-core/src/lowering_pmir.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         use ExprKind::*;
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> polaris-core/src/lowering_pmir.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |             ConstDecl { expr, .. } => {
[INFO] [stdout]    |                         ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.55s
[INFO] running `Command { std: "docker" "inspect" "a85953087aa6cb6c1536052dc1cd85f3dd9ac7e8252d52ea515b847f504312fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a85953087aa6cb6c1536052dc1cd85f3dd9ac7e8252d52ea515b847f504312fe", kill_on_drop: false }`
[INFO] [stdout] a85953087aa6cb6c1536052dc1cd85f3dd9ac7e8252d52ea515b847f504312fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 506e2c1ba21ba697a0137fdfe0d0bc0fee6955763391498e6c80dc059cc3bfa4
[INFO] running `Command { std: "docker" "start" "-a" "506e2c1ba21ba697a0137fdfe0d0bc0fee6955763391498e6c80dc059cc3bfa4", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `ExprKind::*`
[INFO] [stderr]   --> polaris-core/src/lowering_pmir.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |         use ExprKind::*;
[INFO] [stderr]    |             ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `expr`
[INFO] [stderr]   --> polaris-core/src/lowering_pmir.rs:50:25
[INFO] [stderr]    |
[INFO] [stderr] 50 |             ConstDecl { expr, .. } => {
[INFO] [stderr]    |                         ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `polaris-core` (lib) generated 2 warnings (run `cargo fix --lib -p polaris-core` to apply 2 suggestions)
[INFO] [stderr] warning: `polaris-core` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/polaris-961ad1e1d6c2190a)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout]      Ingesting Package: const_valid, Module: const_valid/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/const_valid/src/main.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]      Ingesting Package: other, Module: other/second
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/imports/packages/other/second.pol
[INFO] [stdout]      Ingesting Package: other, Module: other/test
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/imports/packages/other/test.pol
[INFO] [stdout]      Ingesting Package: sanity, Module: sanity/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/imports/src/main.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]      Ingesting Package: array_sizing, Module: array_sizing/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/array_sizing/src/main.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]      Ingesting Package: lifetime_analysis, Module: lifetime_analysis/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/lifetime_analysis/src/main.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]   error: Failed to load config: No such file or directory (os error 2)
[INFO] [stdout]        Ingesting Package: pattern_validation, Module: pattern_validation/main
[INFO] [stdout]     info: Parsing file: /opt/rustwide/workdir/test/pattern_validation/src/main.pol
[INFO] [stdout]         Pass Effects
[INFO] [stdout]      Ingesting Package: string_literal_padding, Module: string_literal_padding/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/string_literal_padding/src/main.pol
[INFO] [stdout]                Pass    Pattern analysis 
[INFO] [stdout]  Pass Desugaring
[INFO] [stdout]           Pass Closure capture 
[INFO] [stdout]          Pass Symbol resolution
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass   Dependencies 
[INFO] [stdout]           Pass  Lifetime analysis
[INFO] [stdout]       Pass Typechecking
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout]      Ingesting Package: pattern_validation, Module: pattern_validation/exhaustive_patterns
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/pattern_validation/src/exhaustive_patterns.pol
[INFO] [stdout]      Ingesting Package: pattern_validation, Module: pattern_validation/non_exhaustive_patterns
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/pattern_validation/src/non_exhaustive_patterns.pol
[INFO] [stdout]          Pass Dependencies
[INFO] [stdout]      Ingesting Package: closure_test, Module: closure_test/main
[INFO] [stdout]    info: Applying substitutions for module 'other/second': {33: {"cyclic": 43}, 32: {"TestInt": 35}}
[INFO] [stdout]    info: Substituting expr symbol 'cyclic' (id 33) with imported symbol id 43
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Effects
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/closure/src/main.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout]      Ingesting Package: monomorphisation_test, Module: monomorphisation_test/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/monomorphisation/src/main.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]    info: Applying substitutions for module 'sanity/main': {42: {"run_second_func": 34}, 41: {"run_test": 38}}
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]    info: Substituting expr symbol 'run_test' (id 41) with imported symbol id 38
[INFO] [stdout]    info: Substituting expr symbol 'run_second_func' (id 42) with imported symbol id 34
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout] test tests::array_sizing ... ok
[INFO] [stdout]      Ingesting Package: size_polymorphism, Module: size_polymorphism/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/size_polymorphism/src/main.pol
[INFO] [stdout]      Ingesting Package: size_polymorphism, Module: size_polymorphism/test_monomorphisation
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/size_polymorphism/src/test_monomorphisation.pol
[INFO] [stdout]      Ingesting Package: wildcard_types, Module: wildcard_types/second
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/wildcard_types/src/second.pol
[INFO] [stdout]      Ingesting Package: wildcard_types, Module: wildcard_types/advanced
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/wildcard_types/src/advanced.pol
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]      Ingesting Package: type, Module: type/main
[INFO] [stdout]    info: Parsing file: /opt/rustwide/workdir/test/type/src/main.pol
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout] test tests::closures ... ok
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout] test tests::lifetime_analysis ... ok
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout] test tests::string_lit_padding ...  ok  
[INFO] [stdout]      Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout] test tests::const_effect ... ok
[INFO] [stdout]           Pass Desugaring
[INFO] [stdout]           Pass Symbol resolution
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout] test tests::imports ... ok
[INFO] [stdout]           Pass Dependencies
[INFO] [stdout]           Pass Typechecking
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout] test tests::pattern_validation ... ok
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout]       Finished Compiled successfully
[INFO] [stdout] test tests::size_polymorphism ... ok
[INFO] [stdout] test tests::monomorphisation ... ok
[INFO] [stdout] test tests::wildcard_types ... ok
[INFO] [stdout] test tests::literal_coercion ... FAILED
[INFO] [stdout]           Pass Effects
[INFO] [stdout]           Pass Pattern analysis
[INFO] [stdout]           Pass Closure capture
[INFO] [stdout]           Pass Monomorphisation
[INFO] [stdout]           Pass Lifetime analysis
[INFO] [stdout]           Pass Lowering to PMIR
[INFO] [stdout]         Passes All passes completed successfully
[INFO] [stdout] warning[WW0002]: Value 'alias_result' is shared across branches and used 6 times, preventing move optimization.
[INFO] [stdout]    ┌─ /opt/rustwide/workdir/test/type/src/main.pol:71:9
[INFO] [stdout]    │
[INFO] [stdout] 71 │     let alias_result: AliasResult(Int) = Ok(alias_val)
[INFO] [stdout]    │         ^^^^^^^^^^^^
[INFO] [stdout]    │
[INFO] [stdout]    = 💡 Hint: Consider restructuring branches to enable move semantics, which avoids expensive copies in FHE.
[INFO] [stdout] 
[INFO] [stdout] warning[WW0002]: Value 'b' is shared across branches and used 18 times, preventing move optimization.
[INFO] [stdout]    ┌─ /opt/rustwide/workdir/test/type/src/main.pol:44:9
[INFO] [stdout]    │
[INFO] [stdout] 44 │     let b = 12
[INFO] [stdout]    │         ^
[INFO] [stdout]    │
[INFO] [stdout]    = 💡 Hint: Consider restructuring branches to enable move semantics, which avoids expensive copies in FHE.
[INFO] [stdout] 
[INFO] [stdout] warning[WW0002]: Value 'alias_val' is shared across branches and used 9 times, preventing move optimization.
[INFO] [stdout]    ┌─ /opt/rustwide/workdir/test/type/src/main.pol:69:9
[INFO] [stdout]    │
[INFO] [stdout] 69 │     let alias_val: AliasInt = 24
[INFO] [stdout]    │         ^^^^^^^^^
[INFO] [stdout]    │
[INFO] [stdout]    = 💡 Hint: Consider restructuring branches to enable move semantics, which avoids expensive copies in FHE.
[INFO] [stdout] 
[INFO] [stdout] warning[WW0002]: Value 'a' is shared across branches and used 27 times, preventing move optimization.
[INFO] [stdout]    ┌─ /opt/rustwide/workdir/test/type/src/main.pol:37:9
[INFO] [stdout]    │
[INFO] [stdout] 37 │     let a: String(_) = b
[INFO] [stdout]    │         ^
[INFO] [stdout]    │
[INFO] [stdout]    = 💡 Hint: Consider restructuring branches to enable move semantics, which avoids expensive copies in FHE.
[INFO] [stdout] 
[INFO] [stdout]       Finished Compiled with warnings
[INFO] [stdout] test tests::types ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::literal_coercion stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::literal_coercion' (32) panicked at polaris-cli/src/main.rs:48:5:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x605f0dec0ce2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x605f0dec0ce2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x605f0dec0ce2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x605f0dec0ce2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x605f0ded294f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x605f0ded294f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x605f0de8c063 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x605f0de8c063 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x605f0de98382 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x605f0de9e02f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x605f0de9dec1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x605f0dba9cde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x605f0dba9cde - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x605f0de9e63f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x605f0de9e63f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x605f0de9e466 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x605f0de984b9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x605f0de8002d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x605f0dedc9a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x605f0dedc97c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x605f0db7e9d2 - polaris::tests::literal_coercion::{{closure}}::hc577a349c6d12e3a
[INFO] [stdout]                                at /opt/rustwide/workdir/polaris-cli/src/main.rs:38:17
[INFO] [stdout]   21:     0x605f0db52aa2 - <core::pin::Pin<P> as core::future::future::Future>::poll::hfaca1b2779770be3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x605f0db52a5d - <core::pin::Pin<P> as core::future::future::Future>::poll::hf94ade3a4af57e94
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x605f0db7489d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h15a472a2d722658a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   24:     0x605f0db747eb - tokio::task::coop::with_budget::h98490964c64eff86
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x605f0db747eb - tokio::task::coop::budget::ha2f0bd46742380be
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x605f0db747eb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::he4f3680e4fb2dea2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   27:     0x605f0db71c80 - tokio::runtime::scheduler::current_thread::Context::enter::hf5e6d87b2ad36a19
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   28:     0x605f0db7327d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h0f7313b5d8f21f12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   29:     0x605f0db72f24 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h62290cd4905cca0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   30:     0x605f0db6b90b - tokio::runtime::context::scoped::Scoped<T>::set::h9f7fd30bedbfd5cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x605f0db7a4f9 - tokio::runtime::context::set_scheduler::{{closure}}::h7749922293d383ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x605f0db44072 - std::thread::local::LocalKey<T>::try_with::hda677e5fb6c926da
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x605f0db42ffe - std::thread::local::LocalKey<T>::with::h1e1d67e5a29f5bea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x605f0db7a4ad - tokio::runtime::context::set_scheduler::h9ffdcd0dd16c8890
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x605f0db728b0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h46293abf54a07a19
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   36:     0x605f0db72fc3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hf3293fe61173564d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   37:     0x605f0db70f00 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h1430b4a7dac26a9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   38:     0x605f0db6bd20 - tokio::runtime::context::runtime::enter_runtime::he009b8b73947041f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x605f0db70cc1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hfbbb2a2378f4131b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   40:     0x605f0db7d4d4 - tokio::runtime::runtime::Runtime::block_on_inner::hce39874a0a9d29d6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   41:     0x605f0db7d69c - tokio::runtime::runtime::Runtime::block_on::hbb69d4c4dc44a74f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   42:     0x605f0db7e681 - polaris::tests::literal_coercion::h3aada02cb8489926
[INFO] [stdout]                                at /opt/rustwide/workdir/polaris-cli/src/main.rs:38:40
[INFO] [stdout]   43:     0x605f0db7e717 - polaris::tests::literal_coercion::{{closure}}::h0ea0680a290735d5
[INFO] [stdout]                                at /opt/rustwide/workdir/polaris-cli/src/main.rs:29:29
[INFO] [stdout]   44:     0x605f0db5c636 - core::ops::function::FnOnce::call_once::he911a50ec792d218
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x605f0dba9adb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x605f0dba9adb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x605f0dbbdb3d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x605f0dbbdb3d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x605f0dbbdb3d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x605f0dbbdb3d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x605f0dbbdb3d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x605f0dbbdb3d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x605f0dbbdb3d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x605f0db97084 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x605f0db97084 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x605f0db9a8da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   57:     0x605f0db9a8da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x605f0db9a8da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x605f0db9a8da - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x605f0db9a8da - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x605f0db9a8da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   62:     0x605f0db9a8da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x605f0de938bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   64:     0x605f0de938bf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   65:     0x7db0e038faa4 - <unknown>
[INFO] [stdout]   66:     0x7db0e041ca64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::literal_coercion
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p polaris --bin polaris`
[INFO] running `Command { std: "docker" "inspect" "506e2c1ba21ba697a0137fdfe0d0bc0fee6955763391498e6c80dc059cc3bfa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "506e2c1ba21ba697a0137fdfe0d0bc0fee6955763391498e6c80dc059cc3bfa4", kill_on_drop: false }`
[INFO] [stdout] 506e2c1ba21ba697a0137fdfe0d0bc0fee6955763391498e6c80dc059cc3bfa4
