>>> mmar: Building testing/mmar 0.2.5-r0 (using abuild 3.15.0_rc3-r1) started Sun, 27 Apr 2025 13:33:27 +0000 >>> mmar: Validating /home/buildozer/aports/testing/mmar/APKBUILD... >>> mmar: Analyzing dependencies... >>> mmar: Installing for build: build-base go (1/2) Installing go (1.24.2-r1) (2/2) Installing .makedepends-mmar (20250427.133328) Executing busybox-1.37.0-r16.trigger OK: 443 MiB in 106 packages >>> mmar: Cleaning up srcdir >>> mmar: Cleaning up pkgdir >>> mmar: Cleaning up tmpdir >>> mmar: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mmar-0.2.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> mmar: Fetching https://github.com/yusuf-musleh/mmar/archive/v0.2.5/mmar-0.2.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1154k 0 1154k 0 0 1976k 0 --:--:-- --:--:-- --:--:-- 1976k >>> mmar: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mmar-0.2.5.tar.gz >>> mmar: Checking sha512sums... mmar-0.2.5.tar.gz: OK >>> mmar: Unpacking /var/cache/distfiles/mmar-0.2.5.tar.gz... ? github.com/yusuf-musleh/mmar/cmd/mmar [no test files] ? github.com/yusuf-musleh/mmar/constants [no test files] ? github.com/yusuf-musleh/mmar/internal/client [no test files] ? github.com/yusuf-musleh/mmar/internal/logger [no test files] ? github.com/yusuf-musleh/mmar/internal/protocol [no test files] ? github.com/yusuf-musleh/mmar/internal/server [no test files] ? github.com/yusuf-musleh/mmar/internal/utils [no test files] === RUN TestSimulation 2025/04/27 13:33:34 Started local dev server on: http://localhost:44521 2025/04/27 13:33:34 Starting mmar server... Starting HTTP Server on port: 3376 Starting TCP Sever on port: 6673 2025/04/27 13:33:34 HTTP Server started successfully! Listening for HTTP Requests on 3376... 2025/04/27 13:33:34 TCP Server started successfully! Listening for TCP Connections on port 6673... 2025/04/27 13:33:36 Starting mmar client... Creating tunnel: Tunnel Host: localhost Local Port: 44521 2025/04/27 13:33:36 [w9fa83] Tunnel created: [::1]:54944 2025/04/27 13:33:36 Tunnel created successfully! A mmar tunnel is now open on: >>> http://w9fa83.localhost:3376 -> http://localhost:44521 2025/04/27 13:33:36 [w9fa83] "GET /get?first=query+param&second=param+%26+last HTTP/1.1" 200 245 2025/04/27 13:33:36 [w9fa83] "GET /bad-resp HTTP/1.1" 500 89 2025/04/27 13:33:36 [w9fa83] "GET /get-fail HTTP/1.1" 400 181 2025/04/27 13:33:36 [w9fa83] "POST /post HTTP/1.1" 200 270 2025/04/27 13:33:36 [w9fa83] "POST /redirect HTTP/1.1" 302 0 2025/04/27 13:33:36 [w9fa83] "INVALID_METHOD /get HTTP/1.1" 200 194 2025/04/27 13:33:36 [w9fa83] "POST /post HTTP/1.1" 413 17 2025/04/27 13:33:39 [w9fa83] "POST /post HTTP/1.1" 408 28 2025/04/27 13:33:39 [w9fa83] "POST /post HTTP/1.1" 408 28 2025/04/27 13:34:06 [w9fa83] "GET /long-running HTTP/1.1" 200 43 2025/04/27 13:34:06 http: panic serving 127.0.0.1:60890: crashing devserver goroutine 61 [running]: net/http.(*conn).serve.func1() net/http/server.go:1947 +0xb4 panic({0x5555587f46a0?, 0x5555588774e0?}) runtime/panic.go:792 +0xfc github.com/yusuf-musleh/mmar/simulations/devserver.handleCrashingReq({0xc00649a1e0?, 0x5555584270fc?}, 0x10?) github.com/yusuf-musleh/mmar/simulations/devserver/main.go:224 +0x2c net/http.HandlerFunc.ServeHTTP(0xc000196000?, {0x55555887ba38?, 0xc00ef64000?}, 0x55555869f5f4?) net/http/server.go:2294 +0x38 net/http.(*ServeMux).ServeHTTP(0x0?, {0x55555887ba38, 0xc00ef64000}, 0xc000298500) net/http/server.go:2822 +0x1b4 net/http.serverHandler.ServeHTTP({0xc0000d3b00?}, {0x55555887ba38?, 0xc00ef64000?}, 0x1?) net/http/server.go:3301 +0xd4 net/http.(*conn).serve(0xc000232000, {0x55555887bca8, 0xc000114120}) net/http/server.go:2102 +0x538 created by net/http.(*Server).Serve in goroutine 8 net/http/server.go:3454 +0x400 2025/04/27 13:34:06 [w9fa83] "GET /crash HTTP/1.1" 200 59 2025/04/27 13:34:06 [w9fa83] "POST /post-fail HTTP/1.1" 400 276 2025/04/27 13:34:06 [w9fa83] "GET /get HTTP/1.1" 200 240 2025/04/27 13:34:06 [w9fa83] "POST /post HTTP/1.1" 200 1333573 cancelled, server cancelled, client 2025/04/27 13:34:06 [w9fa83] Client disconnected: [::1]:54944, closing tunnel... 2025/04/27 13:34:09 [w9fa83] Tunnel connection closed: [::1]:54944 2025/04/27 13:34:10 Gracefully shutting down server... --- PASS: TestSimulation (42.05s) PASS ok github.com/yusuf-musleh/mmar/simulations 42.053s ? github.com/yusuf-musleh/mmar/simulations/devserver [no test files] ? github.com/yusuf-musleh/mmar/simulations/dnsserver [no test files] >>> mmar: Entering fakeroot... >>> mmar*: Running postcheck for mmar >>> mmar*: Preparing package mmar... >>> mmar*: Stripping binaries >>> mmar*: Scanning shared objects >>> mmar*: Tracing dependencies... go so:libc.musl-loongarch64.so.1 >>> mmar*: Package size: 6.5 MB >>> mmar*: Compressing data... >>> mmar*: Create checksum... >>> mmar*: Create mmar-0.2.5-r0.apk >>> mmar: Build complete at Sun, 27 Apr 2025 13:34:16 +0000 elapsed time 0h 0m 49s >>> mmar: Cleaning up srcdir >>> mmar: Cleaning up pkgdir >>> mmar: Uninstalling dependencies... (1/2) Purging .makedepends-mmar (20250427.133328) (2/2) Purging go (1.24.2-r1) Executing busybox-1.37.0-r16.trigger OK: 252 MiB in 104 packages >>> mmar: Updating the testing/loongarch64 repository index... >>> mmar: Signing the index...