Skip to content

WIP/DRAFT: Introducing tracers and adding trace hooks/callbacks for events #1215

WIP/DRAFT: Introducing tracers and adding trace hooks/callbacks for events

WIP/DRAFT: Introducing tracers and adding trace hooks/callbacks for events #1215

Triggered via pull request September 4, 2024 20:00
Status Failure
Total duration 47s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
test (ubuntu-latest)
cannot use func(q dnsmessage.Question, err error) {…} (value of type func(q "golang.org/x/net/dns/dnsmessage".Question, err error)) as func(err error) value in struct literal
test (ubuntu-latest)
cannot use func(q dnsmessage.Question, err error) {…} (value of type func(q "golang.org/x/net/dns/dnsmessage".Question, err error)) as func(err error) value in struct literal
test (ubuntu-latest)
Process completed with exit code 1.
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
test (macos-latest)
cannot use func(q dnsmessage.Question, err error) {…} (value of type func(q "golang.org/x/net/dns/dnsmessage".Question, err error)) as func(err error) value in struct literal
test (macos-latest)
cannot use func(q dnsmessage.Question, err error) {…} (value of type func(q "golang.org/x/net/dns/dnsmessage".Question, err error)) as func(err error) value in struct literal
test (macos-latest)
Process completed with exit code 1.
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
test (windows-latest)
The operation was canceled.
test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/