Skip to content

feat!: allow passing down machine options from nontransparent/octetcounting parsers #28

feat!: allow passing down machine options from nontransparent/octetcounting parsers

feat!: allow passing down machine options from nontransparent/octetcounting parsers #28

Triggered via pull request January 25, 2025 18:05
Status Failure
Total duration 58s
Artifacts

tests.yml

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

Annotations

32 errors and 1 warning
test (ubuntu-latest, 1.21): nontransparent/example_test.go#L38
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21): nontransparent/example_test.go#L69
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21): nontransparent/example_test.go#L140
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21): octetcounting/parser.go#L33
impossible type assertion: opt(p).(*parser)
test (ubuntu-latest, 1.21): octetcounting/parser.go#L33
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): octetcounting/parser.go#L43
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): octetcounting/parser.go#L53
impossible type assertion: opt(p).(*parser)
test (ubuntu-latest, 1.21): octetcounting/parser.go#L53
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): octetcounting/parser.go#L63
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): octetcounting/example_test.go#L24
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20)
The job was canceled because "ubuntu-latest_1_21" failed.
test (ubuntu-latest, 1.20): nontransparent/example_test.go#L38
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20): nontransparent/example_test.go#L69
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20): nontransparent/example_test.go#L140
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20): octetcounting/parser.go#L33
impossible type assertion: opt(p).(*parser)
test (ubuntu-latest, 1.20): octetcounting/parser.go#L33
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): octetcounting/parser.go#L43
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): octetcounting/parser.go#L53
impossible type assertion: opt(p).(*parser)
test (ubuntu-latest, 1.20): octetcounting/parser.go#L53
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): octetcounting/parser.go#L63
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): octetcounting/example_test.go#L24
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22)
The job was canceled because "ubuntu-latest_1_21" failed.
test (ubuntu-latest, 1.22): nontransparent/example_test.go#L38
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22): nontransparent/example_test.go#L69
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22): nontransparent/example_test.go#L140
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22): octetcounting/parser.go#L33
impossible type assertion: opt(p).(*parser)
test (ubuntu-latest, 1.22): octetcounting/parser.go#L33
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): octetcounting/parser.go#L43
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): octetcounting/parser.go#L53
impossible type assertion: opt(p).(*parser)
test (ubuntu-latest, 1.22): octetcounting/parser.go#L53
cannot use p (variable of type *parser) as syslog.Parser value in argument to opt: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): octetcounting/parser.go#L63
cannot use p (variable of type *parser) as syslog.Parser value in return statement: *parser does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): octetcounting/example_test.go#L24
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636