Skip to content

faile: test "request: fuzz" #99

Open
@rofrol

Description

@rofrol

aarch64 macOS 15.2 (24C101)

$ zig version
0.14.0-dev.3036+7ac110ac2
$ git log -1
commit a691d731047e9a5a79d71ac594cb8f5fad1d0705 (HEAD -> master, origin/master, origin/HEAD)
Author: trilowy <49493635+trilowy@users.noreply.github.com>
Date:   Mon Feb 3 02:00:14 2025 +0100

    fix: zig master 0.14.0-dev.3026+c225b780e (#96)

    https://github.com/ziglang/zig/pull/22627
Log
$ zig build test
/Users/rofrol/.zvm/master/lib/std/debug.zig:518:14: 0x100c74f8b in assert (test)
    if (!ok) unreachable; // assertion failure
             ^
/Users/rofrol/.cache/zig/p/1220cb75f778354bc894ceb824542c942b6f5f41d56052b2e146812cd323c3bb6b89/src/server/server.zig:1457:21: 0x100d97a67 in handleClientData__anon_44409 (test)
    std.debug.assert(hc.handshake == null);
                    ^
/Users/rofrol/.cache/zig/p/1220cb75f778354bc894ceb824542c942b6f5f41d56052b2e146812cd323c3bb6b89/src/server/server.zig:742:40: 0x100d9792f in _dataAvailable (test)
            const ok = handleClientData(H, hc, self.allocator, &fba);
                                       ^
/Users/rofrol/.cache/zig/p/1220cb75f778354bc894ceb824542c942b6f5f41d56052b2e146812cd323c3bb6b89/src/server/server.zig:728:39: 0x100d8e55b in dataAvailable (test)
            return self._dataAvailable(hc, thread_buf) catch |err| {
                                      ^
/Users/rofrol/personal_projects/zig/vendor/http.zig/src/worker.zig:815:64: 0x100d8143f in processWebsocketData (test)
            const success = self.websocket.worker.dataAvailable(hc, thread_buf);
                                                               ^
/Users/rofrol/personal_projects/zig/vendor/http.zig/src/worker.zig:773:61: 0x100d6df43 in processData (test)
                .websocket => |hc| self.processWebsocketData(conn, thread_buf, hc),
                                                            ^
/Users/rofrol/personal_projects/zig/vendor/http.zig/src/thread_pool.zig:244:17: 0x100d4d157 in run (test)
                @call(.auto, F, full_args);
                ^
/Users/rofrol/.zvm/master/lib/std/Thread.zig:488:13: 0x100d34867 in callFn__anon_36278 (test)
            @call(.auto, f, args);
            ^
/Users/rofrol/.zvm/master/lib/std/Thread.zig:757:30: 0x100d09b23 in entryFn (test)
                return callFn(f, args_ptr.*);
                             ^
???:?:?: 0x19e1902e3 in ??? (libsystem_pthread.dylib)
???:?:?: 0x19e18b0fb in ??? (libsystem_pthread.dylib)
test
└─ run test failure
error: the following command terminated unexpectedly:
/Users/rofrol/personal_projects/zig/vendor/http.zig/.zig-cache/o/a409d3790cbaef77025a5cb37be31e29/test
Build Summary: 3/5 steps succeeded; 1 failed
test transitive failure
└─ run test failure
error: the following build command failed with exit code 1:
/Users/rofrol/personal_projects/zig/vendor/http.zig/.zig-cache/o/9df47bc7fddbdb49d75d792aee676fe0/build /Users/rofrol/.zvm/master/zig /Users/rofrol/.zvm/master/lib /Users/rofrol/personal_projects/zig/vendor/http.zig /Users/rofrol/personal_projects/zig/vendor/http.zig/.zig-cache /Users/rofrol/.cache/zig --seed 0x34a3d0f2 -Zaf4cd8980bf02552 test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions