Skip to content

ipn/auto: impl remote Probe, Accept #1728

ipn/auto: impl remote Probe, Accept

ipn/auto: impl remote Probe, Accept #1728

Triggered via push May 22, 2026 16:59
Status Failure
Total duration 3m 44s
Artifacts 5

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

17 errors, 4 warnings, and 4 notices
🧭 Lint
Process completed with exit code 1.
🧭 Lint: intra/ipn/proxies.go#L115
var errNoAutoSupport is unused (U1000)
🧭 Lint: intra/core/brsa/pss.go#L126
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"rsa: internal error: inconsistent length\")" (err113)
🧭 Lint: intra/core/brsa/pss.go#L62
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"crypto/rsa: key size too small for PSS signature\")" (err113)
🧭 Lint: intra/core/brsa/pss.go#L56
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"crypto/rsa: input must be hashed with given hash\")" (err113)
🧭 Lint: intra/core/brsa/common.go#L106
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"rsa: internal error\")" (err113)
🧭 Lint: intra/core/async.go#L122
do not define dynamic errors, use wrapped static errors instead: "errors.New(who + \" fn panicked\")" (err113)
🧭 Lint: intra/backend/ipn_wgkeygen.go#L99
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"keys must decode to exactly 32 bytes\")" (err113)
🧭 Lint: intra/backend/ipn_wgkeygen.go#L96
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid key: %v\", err)" (err113)
🧭 Lint: intra/backend/ipn_pipkeygen.go#L375
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot decode key exponent: %v\", err)" (err113)
🧭 Lint: intra/backend/ipn_pipkeygen.go#L368
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot decode key modulus: %v\", err)" (err113)
🧭 Lint: intra/backend/ipn_pipkeygen.go#L363
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"cannot unmarshal public key: %v\", err)" (err113)
🛡️ OSV scanner
Process completed with exit code 127.
🛡️ OSV scanner: go.mod#L0
go.mod +---------------------+------------------------------+------+-----------------+---------------+ | PACKAGE | VULNERABILITY ID | CVSS | CURRENT VERSION | FIXED VERSION | +---------------------+------------------------------+------+-----------------+---------------+ | golang.org/x/crypto | https://osv.dev/GO-2026-5005 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5006 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5013 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5014 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5015 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5016 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5017 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5018 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5019 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5020 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5021 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5023 | | 0.51.0 | 0.52.0 | | golang.org/x/crypto | https://osv.dev/GO-2026-5033 | | 0.51.0 | 0.52.0 | | golang.org/x/net | https://osv.dev/GO-2026-5025 | | 0.54.0 | 0.55.0 | | golang.org/x/net | https://osv.dev/GO-2026-5026 | | 0.54.0 | 0.55.0 | | golang.org/x/net | https://osv.dev/GO-2026-5027 | | 0.54.0 | 0.55.0 | | golang.org/x/net | https://osv.dev/GO-2026-5028 | | 0.54.0 | 0.55.0 | | golang.org/x/net | https://osv.dev/GO-2026-5029 | | 0.54.0 | 0.55.0 | | golang.org/x/net | https://osv.dev/GO-2026-5030 | | 0.54.0 | 0.55.0 | +---------------------+------------------------------+------+-----------------+---------------+
🧬 Build
Process completed with exit code 3.
🧬 Build
rpn.getSession calls http.Client.Do, which eventually calls idna.ToASCII
🧬 Build
Process completed with exit code 1.
🧭 Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: advanced-security/spdx-dependency-submission-action@v0.2.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🌈 ORT
No files were found with the provided path: /home/runner/.ort/ort-results/evaluation-result.json. No artifacts will be uploaded.
🧬 Build
Snapshot successfully created at 2026-05-22T17:02:07.577Z
🧬 Build
{ "manifests": { "celzero/firestack 1.0.0": { "resolved": { "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/golang.org/x/sys@v0.44.0": { "package_url": "pkg:golang/golang.org/x/sys@v0.44.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/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/golang.org/x/crypto@v0.51.0": { "package_url": "pkg:golang/golang.org/x/crypto@v0.51.0", "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/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/k-sone/critbitgo@v1.4.0": { "package_url": "pkg:golang/github.com/k-sone/critbitgo@v1.4.0", "relationship": "direct", "dependencies": [] }, "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/cisco/go-hpke@v0.0.0-20210215210317-01c430f1f302": { "package_url": "pkg:golang/github.com/cisco/go-hpke@v0.0.0-20210215210317-01c430f1f302", "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/github.com/miekg/dns@v1.1.72": { "package_url": "pkg:golang/github.com/miekg/dns@v1.1.72", "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/github.com/cloudflare/odoh-go@v1.0.
🧬 Build
Submitting snapshot...
🧬 Build
success

Artifacts

Produced during runtime
Name Size Digest
debug-artifacts
7.4 MB
sha256:773d45957d0cec36138bd5ef3ccb967d42870799ebc93d912590b233ac583b78
firestack-aar-44a07d13c0832f09ddd9a571c0523450470f06be
49.5 MB
sha256:cceb8b7e2b9ce2caaedfcf0ffefe543d1bdc19c01ffa9a8ae8a3d68080257476
firestack-sbom-44a07d13c0832f09ddd9a571c0523450470f06be
39.9 KB
sha256:e6a1962c1ad5379b12d2b3aaf8a190863c1c2e59b469fd2a562a0700ffe82561
ort-results-firestack-44a07d1
569 KB
sha256:5820f9e43b0ad5f7416fb0ccf2ed51979f34e41c1e6018a08ea3b46a0191d67f
osv-scanner-results-44a07d13c0832f09ddd9a571c0523450470f06be
6.18 KB
sha256:4c55ce1755973847161082cc06c86bd41a3d7f59166c592b2d9ef5da62b9cb17