Skip to content

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

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

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

Triggered via pull request January 25, 2025 18:06
Status Failure
Total duration 56s
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.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.22): octetcounting/example_test.go#L108
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22): octetcounting/example_test.go#L200
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22): octetcounting/parser_test.go#L629
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20)
The job was canceled because "ubuntu-latest_1_22" failed.
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.20): octetcounting/example_test.go#L108
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20): octetcounting/example_test.go#L200
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.20): octetcounting/parser_test.go#L629
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21)
The job was canceled because "ubuntu-latest_1_22" failed.
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.21): octetcounting/example_test.go#L108
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21): octetcounting/example_test.go#L200
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.21): octetcounting/parser_test.go#L629
undefined: syslog.WithBestEffort
test (ubuntu-latest, 1.22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636