Skip to content

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

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

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

Triggered via pull request January 25, 2025 18:01
Status Failure
Total duration 55s
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/parser.go#L204
impossible type assertion: opt(m).(*machine)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L204
cannot use m (variable of type *machine) as syslog.Parser value in argument to opt: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L218
cannot use m (variable of type *machine) as syslog.Parser value in return statement: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L227
impossible type assertion: opt(m).(*machine)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L227
cannot use m (variable of type *machine) as syslog.Parser value in argument to opt: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L241
cannot use m (variable of type *machine) as syslog.Parser value in return statement: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L256
impossible type assertion: m.(*machine)
test (ubuntu-latest, 1.21): nontransparent/parser.go#L257
impossible type assertion: m.(*machine)
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.22)
The job was canceled because "ubuntu-latest_1_21" failed.
test (ubuntu-latest, 1.22): nontransparent/parser.go#L204
impossible type assertion: opt(m).(*machine)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L204
cannot use m (variable of type *machine) as syslog.Parser value in argument to opt: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L218
cannot use m (variable of type *machine) as syslog.Parser value in return statement: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L227
impossible type assertion: opt(m).(*machine)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L227
cannot use m (variable of type *machine) as syslog.Parser value in argument to opt: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L241
cannot use m (variable of type *machine) as syslog.Parser value in return statement: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L256
impossible type assertion: m.(*machine)
test (ubuntu-latest, 1.22): nontransparent/parser.go#L257
impossible type assertion: m.(*machine)
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.20)
The job was canceled because "ubuntu-latest_1_21" failed.
test (ubuntu-latest, 1.20): nontransparent/parser.go#L204
impossible type assertion: opt(m).(*machine)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L204
cannot use m (variable of type *machine) as syslog.Parser value in argument to opt: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L218
cannot use m (variable of type *machine) as syslog.Parser value in return statement: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L227
impossible type assertion: opt(m).(*machine)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L227
cannot use m (variable of type *machine) as syslog.Parser value in argument to opt: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L241
cannot use m (variable of type *machine) as syslog.Parser value in return statement: *machine does not implement syslog.Parser (missing method WithMachineOptions)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L256
impossible type assertion: m.(*machine)
test (ubuntu-latest, 1.20): nontransparent/parser.go#L257
impossible type assertion: m.(*machine)
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.21)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636