test └─ tests_summary └─ run test fx_platform_test 1/47 passed, 46 failed error: 'fx_platform_test.test.fx platform effectful functions' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:155:5: 0x103995c in test.fx platform effectful functions (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform with dotdot starting path' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:207:5: 0x116d8ac in test.fx platform with dotdot starting path (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform stdin to stdout' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:116:5: 0x11706c0 in runRocWithStdin (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:261:20: 0x11712bb in test.fx platform stdin to stdout (fx_platform_test.zig) const result = try runRocWithStdin(allocator, "test/fx/stdin_to_stdout.roc", "test input\n"); ^ error: 'fx_platform_test.test.fx platform stdin echo' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:116:5: 0x11706c0 in runRocWithStdin (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:277:20: 0x117547b in test.fx platform stdin echo (fx_platform_test.zig) const result = try runRocWithStdin(allocator, "test/fx/stdin_echo.roc", "hello world\n"); ^ error: 'fx_platform_test.test.fx platform stdin test with output' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:116:5: 0x11706c0 in runRocWithStdin (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:293:20: 0x1175c9b in test.fx platform stdin test with output (fx_platform_test.zig) const result = try runRocWithStdin(allocator, "test/fx/stdin_test.roc", "user input\n"); ^ error: 'fx_platform_test.test.fx platform stdin simple' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:116:5: 0x11706c0 in runRocWithStdin (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:310:20: 0x117674b in test.fx platform stdin simple (fx_platform_test.zig) const result = try runRocWithStdin(allocator, "test/fx/stdin_simple.roc", "simple test\n"); ^ error: 'fx_platform_test.test.fx platform expect with main' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:329:24: 0x11785c0 in test.fx platform expect with main (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/expect_with_main.roc", .{ .extra_args = &[_][]const u8{"test"} }); ^ error: 'fx_platform_test.test.fx platform expect with numeric literal' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:345:24: 0x117ee20 in test.fx platform expect with numeric literal (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/expect_with_literal.roc", .{ .extra_args = &[_][]const u8{"test"} }); ^ error: 'fx_platform_test.test.fx platform match returning string' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:361:24: 0x117f6d0 in test.fx platform match returning string (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/match_str_return.roc", .{}); ^ error: 'fx_platform_test.test.fx platform match with wildcard' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:378:24: 0x117ff80 in test.fx platform match with wildcard (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/match_with_wildcard.roc", .{}); ^ error: 'fx_platform_test.test.fx platform dbg missing return value' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:391:24: 0x1180370 in test.fx platform dbg missing return value (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/dbg_missing_return.roc", .{}); ^ error: 'fx_platform_test.test.fx platform check unused state var reports correct errors' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:404:5: 0x11809dc in test.fx platform check unused state var reports correct errors (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform opaque type with method' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:531:24: 0x11837e0 in test.fx platform opaque type with method (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/opaque_with_method.roc", .{}); ^ error: 'fx_platform_test.test.fx platform string interpolation type mismatch' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:544:5: 0x1183ebc in test.fx platform string interpolation type mismatch (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform run from different cwd' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:590:5: 0x11858ec in test.fx platform run from different cwd (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.question mark operator' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:633:24: 0x1187620 in test.question mark operator (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/question_mark_operator.roc", .{}); ^ error: 'fx_platform_test.test.numeric fold' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:646:24: 0x1187ca0 in test.numeric fold (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/numeric_fold.roc", .{}); ^ error: 'fx_platform_test.test.List.for_each! with effectful callback' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:659:24: 0x1188320 in test.List.for_each! with effectful callback (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/list_for_each.roc", .{}); ^ error: 'fx_platform_test.test.string literal pattern matching' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:675:24: 0x1188eb0 in test.string literal pattern matching (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/string_pattern_matching.roc", .{}); ^ error: 'fx_platform_test.test.drop_prefix segfault regression' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:691:24: 0x11897c0 in test.drop_prefix segfault regression (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/drop_prefix_segfault.roc", .{}); ^ error: 'fx_platform_test.test.drop_prefix match use-after-free regression' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:703:24: 0x1189bb0 in test.drop_prefix match use-after-free regression (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/drop_prefix_match_uaf.roc", .{}); ^ error: 'fx_platform_test.test.multiline string split_on' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:725:24: 0x118a7e0 in test.multiline string split_on (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/multiline_split_leak.roc", .{}); ^ error: 'fx_platform_test.test.big string equality regression' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:744:24: 0x118b600 in test.big string equality regression (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/big_string_equality.roc", .{ .extra_args = &[_][]const u8{"test"} }); ^ error: 'fx_platform_test.test.fx platform hello world' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:763:24: 0x118be10 in test.fx platform hello world (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/hello_world.roc", .{}); ^ error: 'fx_platform_test.test.fx platform function wrapper stdout' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:774:24: 0x118c490 in test.fx platform function wrapper stdout (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/function_wrapper_stdout.roc", .{}); ^ error: 'fx_platform_test.test.fx platform function wrapper multiline' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:785:24: 0x118cb10 in test.fx platform function wrapper multiline (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/function_wrapper_multiline.roc", .{}); ^ error: 'fx_platform_test.test.fx platform multiline stdout' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:797:24: 0x118d420 in test.fx platform multiline stdout (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/multiline_stdout.roc", .{}); ^ error: 'fx_platform_test.test.fx platform empty_list_get' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:809:24: 0x118dd30 in test.fx platform empty_list_get (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/empty_list_get.roc", .{}); ^ error: 'fx_platform_test.test.fx platform str_interp_valid' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:820:24: 0x118e3b0 in test.fx platform str_interp_valid (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/str_interp_valid.roc", .{}); ^ error: 'fx_platform_test.test.fx platform expect with toplevel numeric' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:831:5: 0x118ea1c in test.fx platform expect with toplevel numeric (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform numeric_lookup_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1004:5: 0x11908cc in test.fx platform numeric_lookup_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform string_lookup_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1039:5: 0x119144c in test.fx platform string_lookup_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform test_direct_string' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1074:5: 0x1191fcc in test.fx platform test_direct_string (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform test_one_call' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1109:5: 0x1192b4c in test.fx platform test_one_call (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform test_type_mismatch' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1144:5: 0x11936cc in test.fx platform test_type_mismatch (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform test_with_wrapper' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1180:5: 0x119431c in test.fx platform test_with_wrapper (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform inspect_compare_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1215:5: 0x1194e9c in test.fx platform inspect_compare_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform inspect_custom_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1252:5: 0x1195f3c in test.fx platform inspect_custom_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform inspect_nested_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1288:5: 0x1196d4c in test.fx platform inspect_nested_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform inspect_no_method_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1324:5: 0x1197b5c in test.fx platform inspect_no_method_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform inspect_record_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1360:5: 0x119896c in test.fx platform inspect_record_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform inspect_wrong_sig_test' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1395:5: 0x11994ec in test.fx platform inspect_wrong_sig_test (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.fx platform issue8433' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1430:5: 0x119a06c in test.fx platform issue8433 (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.run aborts on errors by default' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1466:5: 0x119ab9c in test.run aborts on errors by default (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.run with --allow-errors attempts execution despite errors' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1489:5: 0x119b47c in test.run with --allow-errors attempts execution despite errors (fx_platform_test.zig) try ensureRocBinary(allocator); ^ error: 'fx_platform_test.test.run allows warnings without blocking execution' failed: /home/personal/.zig/lib/std/process/Child.zig:450:17: 0x1042489 in run (std.zig) .term = try child.wait(), ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:18:26: 0x1039216 in ensureRocBinary (fx_platform_test.zig) const build_result = try std.process.Child.run(.{ ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:42:5: 0x1176f74 in runRoc (fx_platform_test.zig) try ensureRocBinary(allocator); ^ /home/personal/Documents/Dev/roc/src/cli/test/fx_platform_test.zig:1513:24: 0x119b980 in test.run allows warnings without blocking execution (fx_platform_test.zig) const run_result = try runRoc(allocator, "test/fx/run_warning_only.roc", .{}); ^ error: while executing test 'fx_platform_test.test.run allows warnings without blocking execution', the following test command failed: ./.zig-cache/o/b020f767b60abb81215950ed4958249f/fx_platform_test --cache-dir=./.zig-cache --seed=0x6d5383e4 --listen=- Build Summary: 54/57 steps succeeded; 1 failed; 1798/1845 tests passed; 1 skipped; 46 failed test transitive failure ├─ check-type-checker-patterns success └─ tests_summary transitive failure ├─ run test collections 37 passed 94ms MaxRSS:7M │ └─ compile test collections Debug native-native-musl cached 16ms MaxRSS:39M ├─ run test base 48 passed 30ms MaxRSS:7M │ └─ compile test base Debug native-native-musl cached 36ms MaxRSS:39M ├─ run test types 22 passed 30ms MaxRSS:7M │ └─ compile test types Debug native-native-musl cached 31ms MaxRSS:39M ├─ run test builtins 316 passed 73ms MaxRSS:9M │ └─ compile test builtins Debug native-native-musl cached 43ms MaxRSS:39M ├─ run test compile 4 passed 34ms MaxRSS:10M │ └─ compile test compile Debug native-native-musl cached 17ms MaxRSS:39M │ ├─ options cached │ └─ WriteFile Builtin.bin cached ├─ run test reporting 33 passed 9ms MaxRSS:7M │ └─ compile test reporting Debug native-native-musl cached 24ms MaxRSS:39M ├─ run test parse 11 passed 42ms MaxRSS:10M │ └─ compile test parse Debug native-native-musl cached 20ms MaxRSS:39M │ └─ options (reused) ├─ run test can 123 passed 903ms MaxRSS:10M │ └─ compile test can Debug native-native-musl cached 35ms MaxRSS:39M │ └─ options (reused) ├─ run test check 294 passed 6s MaxRSS:11M │ └─ compile test check Debug native-native-musl cached 30ms MaxRSS:40M │ ├─ WriteFile Builtin.bin (reused) │ ├─ WriteFile Builtin.bin (reused) │ └─ options (reused) ├─ run test fs success 1ms MaxRSS:6M │ └─ compile test fs Debug native-native-musl cached 21ms MaxRSS:39M ├─ run test layout 22 passed 81ms MaxRSS:9M │ └─ compile test layout Debug native-native-musl cached 45ms MaxRSS:39M │ └─ options (reused) ├─ run test eval 713 passed 1 skipped 30s MaxRSS:15M │ └─ compile test eval Debug native-native-musl cached 18ms MaxRSS:39M │ ├─ WriteFile Builtin.bin (reused) │ ├─ options (reused) │ └─ WriteFile Builtin.bin (reused) ├─ run test ipc 4 passed 9ms MaxRSS:6M │ └─ compile test ipc Debug native-native-musl cached 24ms MaxRSS:39M ├─ run test repl 26 passed 2s MaxRSS:13M │ └─ compile test repl Debug native-native-musl cached 14ms MaxRSS:39M │ ├─ WriteFile Builtin.bin (reused) │ ├─ WriteFile Builtin.bin (reused) │ └─ options (reused) ├─ run test fmt 1 passed 482us MaxRSS:10M │ └─ compile test fmt Debug native-native-musl cached 15ms MaxRSS:39M │ └─ options (reused) ├─ run test watch 11 passed 107ms MaxRSS:10M │ └─ compile test watch Debug native-native-musl cached 14ms MaxRSS:39M │ └─ options (reused) ├─ run test bundle 30 passed 98ms MaxRSS:14M │ └─ compile test bundle Debug native-native-musl cached 21ms MaxRSS:39M │ ├─ WriteFile zstd.h cached │ ├─ compile lib zstd Debug native-native-musl cached 14ms MaxRSS:39M │ └─ compile lib zstd Debug native-native-musl (reused) ├─ run test unbundle 18 passed 4ms MaxRSS:9M │ └─ compile test unbundle Debug native-native-musl cached 27ms MaxRSS:39M ├─ run test base58 25 passed 5ms MaxRSS:6M │ └─ compile test base58 Debug native-native-musl cached 28ms MaxRSS:39M ├─ run test lsp 12 passed 35ms MaxRSS:8M │ └─ compile test lsp Debug native-native-musl cached 34ms MaxRSS:39M ├─ run test snapshot_tool_test 16 passed 35s MaxRSS:19M │ └─ compile test snapshot_tool_test Debug native-native-musl cached 18ms MaxRSS:40M │ ├─ WriteFile Builtin.bin (reused) │ ├─ options (reused) │ ├─ WriteFile zstd.h (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ └─ WriteFile Builtin.bin (reused) ├─ run test cli_test 20 passed 102ms MaxRSS:13M │ └─ compile test cli_test Debug native-native-musl cached 39ms MaxRSS:40M │ ├─ WriteFile Builtin.bin (reused) │ ├─ WriteFile zstd.h (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ ├─ options (reused) │ ├─ WriteFile zstd.h (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ └─ WriteFile Builtin.bin (reused) ├─ run test watch_test 11 passed 86ms MaxRSS:10M │ └─ compile test watch_test Debug native-native-musl cached 26ms MaxRSS:40M │ ├─ options (reused) │ ├─ WriteFile zstd.h (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ ├─ compile lib zstd Debug native-native-musl (reused) │ └─ WriteFile Builtin.bin (reused) └─ run test fx_platform_test 1/47 passed, 46 failed ├─ compile test fx_platform_test Debug native-native-musl cached 32ms MaxRSS:39M └─ UpdateSourceFiles cached ├─ compile lib test_platform_fx_host Debug x86_64-linux-musl cached 15ms MaxRSS:40M │ └─ options (reused) └─ compile lib test_platform_fx_host Debug x86_64-linux-musl (+1 more reused dependencies) error: the following build command failed with exit code 1: .zig-cache/o/d9d16c1099fe679e867f0f1a0b415354/build /home/personal/.zig/zig /home/personal/.zig/lib /home/personal/Documents/Dev/roc .zig-cache /home/personal/.cache/zig --seed 0x6d5383e4 -Zacc51cefb250c63c test --summary all