Skip to content

Merge branch 'master' of github.com:anchal00/optimus #54

Merge branch 'master' of github.com:anchal00/optimus

Merge branch 'master' of github.com:anchal00/optimus #54

Triggered via push August 21, 2024 20:09
Status Failure
Total duration 49s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Build: optimus/dns/dns_parser.py#L254
Argument 1 to "append" of "list" has incompatible type "Union[Record, OptPseudoRR]"; expected "Record" [arg-type]
Build: optimus/dns/dns_parser.py#L262
Argument 1 to "append" of "list" has incompatible type "Union[Record, OptPseudoRR]"; expected "Union[A, AAAA, NS]" [arg-type]
Build: optimus/dns/dns_parser.py#L268
Argument 1 to "append" of "list" has incompatible type "Union[Record, OptPseudoRR]"; expected "Record" [arg-type]
Build: optimus/dns/dns_parser.py#L269
Incompatible return value type (got "list[Record]", expected "list[NS]") [return-value]
Build: optimus/dns/handlers.py#L73
Item "NS" of "Union[A, AAAA, NS]" has no attribute "address" [union-attr]
Build: optimus/dns/handlers.py#L96
"Record" has no attribute "address" [attr-defined]
Build
Process completed with exit code 1.