Skip to content

dnsx/alg: preserve domains, ips mapping for 24h #1808

dnsx/alg: preserve domains, ips mapping for 24h

dnsx/alg: preserve domains, ips mapping for 24h #1808

Triggered via push June 30, 2026 19:52
Status Failure
Total duration 4m 26s
Artifacts 4

go.yml

on: push
Matrix: 🪪 Artifact attestations / 🔏 Build attestation
Waiting for pending jobs
Matrix: 🪪 Artifact attestations / 📦 SBOM attestation
Waiting for pending jobs
🚚 Publish  /  🚚 Publish
🚚 Publish / 🚚 Publish
🚚 Publish  /  🔥 Firebase Symbols
🚚 Publish / 🔥 Firebase Symbols
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 3 warnings, and 4 notices
🧭 Lint
Process completed with exit code 1.
🧭 Lint: intra/ipn/multihost/map.go#L53
unnecessary assignment to the blank identifier (S1005)
🧭 Lint: intra/ipn/multihost/map.go#L49
unnecessary assignment to the blank identifier (S1005)
🧭 Lint: intra/core/ping.go#L115
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"icmp: err reply type: '%T' '%v'\", pkt, pkt)" (err113)
🧭 Lint: intra/core/ping.go#L105
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"icmp: insufficient reply data; %d != %d\", len(reply.Data), len(data))" (err113)
🧭 Lint: intra/core/ip.go#L104
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ip2cidr2: errs: cidr %v / ipp %v / ip %v\", err, err1, err2)" (err113)
🧭 Lint: intra/core/ip.go#L82
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ip2cidr: errs: cidr %v / ipp %v / ip %v\", err, err1, err2)" (err113)
🧭 Lint: intra/core/ip.go#L65
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to generate random IP from CIDR: %s\", cidr)" (err113)
🧭 Lint: intra/core/ip.go#L36
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid cidr: %s\", cidr)" (err113)
🧭 Lint: intra/core/ip.go#L31
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"mapped v4 addresses not supported\")" (err113)
🧭 Lint: intra/core/connpool.go#L482
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"pool: poll: sz: %d (must be 0), errno: %v\",\n\tn, fds[0].Revents)" (err113)
🧭 Lint: intra/core/connpool.go#L479
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"pool: poll: err: %v\", err)" (err113)
🧭 Lint: intra/core/connpool.go#L465
do not compare errors directly "err == syscall.EAGAIN", use "errors.Is(err, syscall.EAGAIN)" instead (err113)
🌈 ORT
Process completed with exit code 1.
🧬 Build
Process completed with exit code 1.
🧭 Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🧩 CodeQL & Zizmor
User-specified `matrix` input is not an object.
🧬 Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: advanced-security/spdx-dependency-submission-action@v0.2.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🧬 Build
Snapshot successfully created at 2026-06-30T19:54:41.025Z
🧬 Build
{ "manifests": { "celzero/firestack 1.0.0": { "resolved": { "pkg:golang/github.com/coder/websocket@v1.8.14": { "package_url": "pkg:golang/github.com/coder/websocket@v1.8.14", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/miekg/dns@v1.1.72": { "package_url": "pkg:golang/github.com/miekg/dns@v1.1.72", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/cloudflare/odoh-go@v1.0.0": { "package_url": "pkg:golang/github.com/cloudflare/odoh-go@v1.0.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/golang.org/x/sync@v0.20.0": { "package_url": "pkg:golang/golang.org/x/sync@v0.20.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/golang.org/x/time@v0.12.0": { "package_url": "pkg:golang/golang.org/x/time@v0.12.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/golang.org/x/tools@v0.45.0": { "package_url": "pkg:golang/golang.org/x/tools@v0.45.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/google/btree@v1.1.2": { "package_url": "pkg:golang/github.com/google/btree@v1.1.2", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/jedisct1/xsecretbox@v0.0.0-20190909160646-b731c21297f9": { "package_url": "pkg:golang/github.com/jedisct1/xsecretbox@v0.0.0-20190909160646-b731c21297f9", "relationship": "direct", "dependencies": [] }, "pkg:golang/golang.org/x/sys@v0.45.0": { "package_url": "pkg:golang/golang.org/x/sys@v0.45.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/txthinking/runnergroup@v0.0.0-20210608031112-152c7c4432bf": { "package_url": "pkg:golang/github.com/txthinking/runnergroup@v0.0.0-20210608031112-152c7c4432bf", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/showwin/speedtest-go@v1.7.10": { "package_url": "pkg:golang/github.com/showwin/speedtest-go@v1.7.10", "relationship": "direct", "dependencies": [] }, "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20231121144256-b99613f794b6": { "package_url": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20231121144256-b99613f794b6", "relationship": "direct", "dependencies": [] }, "pkg:golang/golang.org/x/net@v0.55.0": { "package_url": "pkg:golang/golang.org/x/net@v0.55.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/golang.org/x/text@v0.37.0": { "package_url": "pkg:golang/golang.org/x/text@v0.37.0", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/patrickmn/go-cache@v2.1.0+incompatible": { "package_url": "pkg:golang/github.com/patrickmn/go-cache@v2.1.0+incompatible", "relationship": "direct", "dependencies": [] }, "pkg:golang/github.com/aead/poly1305@v0.0.0-2018071714583
🧬 Build
Submitting snapshot...
🧬 Build
success

Artifacts

Produced during runtime
Name Size Digest
debug-artifacts Expired
7.18 MB
sha256:4ce77f7aaf6a3b0c9e3fcaf87238422c632e2177ff4a62fa9cdec51c9988b56c
firestack-aar-47e8d3005a0cd5a2a0c2cca52e69616569a62b56
50.7 MB
sha256:3e0de45b9d6a781f43ece8724d6ba567b560fb4b6fe6839cbd9f3708b7a1a5ce
firestack-sbom-47e8d3005a0cd5a2a0c2cca52e69616569a62b56 Expired
41 KB
sha256:b05941a0d593d48cec898361e8f891668875119e72a091bd5b551b8ab80976ce
osv-scanner-results-47e8d3005a0cd5a2a0c2cca52e69616569a62b56
611 Bytes
sha256:d70ea2f69fe534dc1a7ba427d747ea8ceffd758fbc3bddf1bcd6b3861a9b6727