lint: force use keepalive fd unused var #1822
go.yml
on: push
🧬 Build
4m 30s
🛡️ OSV scanner
1m 58s
🌈 ORT
3m 6s
🗳️ Security checker
1m 38s
🧭 Lint
1m 11s
🧩 CodeQL & Zizmor
2m 34s
Matrix: 🪪 Artifact attestations / 🔏 Build attestation
Waiting for pending jobs
Matrix: 🪪 Artifact attestations / 📦 SBOM attestation
Waiting for pending jobs
🚚 Publish
/
🔥 Firebase Symbols
Annotations
11 errors, 4 warnings, and 4 notices
|
🧭 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)
|
|
🧬 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.
|
|
🌈 ORT
No files were found with the provided path: /home/runner/.ort/ort-results/evaluation-result.json. No artifacts will be uploaded.
|
|
🧬 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-07-05T00:50:57.141Z
|
|
🧬 Build
{
"manifests": {
"celzero/firestack 1.0.0": {
"resolved": {
"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/git.schwanenlied.me/yawning/x448.git@v0.0.0-20170617130356-01b048fb03d6": {
"package_url": "pkg:golang/git.schwanenlied.me/yawning/x448.git@v0.0.0-20170617130356-01b048fb03d6",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/aead/chacha20@v0.0.0-20180709150244-8b13a72661da": {
"package_url": "pkg:golang/github.com/aead/chacha20@v0.0.0-20180709150244-8b13a72661da",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.zx2c4.com/wintun@v0.0.0-20230126152724-0fa3db229ce2": {
"package_url": "pkg:golang/golang.zx2c4.com/wintun@v0.0.0-20230126152724-0fa3db229ce2",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/mobile@v0.0.0-20260508232728-bebd421c7fa8": {
"package_url": "pkg:golang/golang.org/x/mobile@v0.0.0-20260508232728-bebd421c7fa8",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/exp@v0.0.0-20241004190924-225e2abe05e6": {
"package_url": "pkg:golang/golang.org/x/exp@v0.0.0-20241004190924-225e2abe05e6",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/elazarl/goproxy@v0.0.0-20230808193330-2592e75ae04a": {
"package_url": "pkg:golang/github.com/elazarl/goproxy@v0.0.0-20230808193330-2592e75ae04a",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/cisco/go-tls-syntax@v0.0.0-20200617162716-46b0cfb76b9b": {
"package_url": "pkg:golang/github.com/cisco/go-tls-syntax@v0.0.0-20200617162716-46b0cfb76b9b",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/github.com/cloudflare/circl@v1.6.3": {
"package_url": "pkg:golang/github.com/cloudflare/circl@v1.6.3",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/mod@v0.36.0": {
"package_url": "pkg:golang/golang.org/x/mod@v0.36.0",
"relationship": "direct",
"dependencies": []
},
"pkg:golang/golang.org/x/crypto@v0.52.0": {
"package_url": "pkg:golang/golang.org/x/crypto@v0.52.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": []
|
|
🧬 Build
Submitting snapshot...
|
|
🧬 Build
success
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
debug-artifacts
|
7.16 MB |
sha256:c15f75d835566453339492cbc4dd37833141ced6f9a0f161157549f26f45ac9e
|
|
|
firestack-aar-f37d7f11dc2062881ea977b3d98a51ad904ace4f
|
50.8 MB |
sha256:fb955138afe6f8b0bbf5daa8b17ad2bc44d2e023f146096de239a99317219735
|
|
|
firestack-sbom-f37d7f11dc2062881ea977b3d98a51ad904ace4f
Expired
|
41.3 KB |
sha256:eccc280345b68cc2951720d4542b73e07da7c079f47b83055b059a00b0c306a0
|
|
|
ort-results-firestack-f37d7f1
|
569 KB |
sha256:ca8d72098f65849e914b75db945caa8dfb7b3ccb4892e814cf03be34ef3fe2cc
|
|
|
osv-scanner-results-f37d7f11dc2062881ea977b3d98a51ad904ace4f
|
611 Bytes |
sha256:b26a6e70cf3c2fdf6707b01a0fa48ef97d1d1e154941c0667a7cfb9f59193b9a
|
|