Skip to content

Adjust permissions of publish workflow (#10) #28

Adjust permissions of publish workflow (#10)

Adjust permissions of publish workflow (#10) #28

Triggered via push October 16, 2023 10:15
Status Failure
Total duration 1m 13s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: push
spellcheck
6s
spellcheck
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 1 warning
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L14
test_announce_adds_bgp_network[ipv4_example_network] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L25
test_denounce_removes_bgp_network[ipv4_example_network] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest2196-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 192.0.2.0/24
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L40
test_announcement_state_reported_correctly[ipv4_example_network-True] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest2196-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 192.0.2.0/24
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L42
test_announcement_state_reported_correctly[ipv4_example_network-False] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L14
test_announce_adds_bgp_network[ipv6_example_network] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L25
test_denounce_removes_bgp_network[ipv6_example_network] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest2196-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 2001:db8::/32
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L40
test_announcement_state_reported_correctly[ipv6_example_network-True] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest2196-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 2001:db8::/32
lint (3.11, pytest): tests/prefix/frrouting/test_basic_functionality.py#L42
test_announcement_state_reported_correctly[ipv6_example_network-False] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.11, pytest)
Process completed with exit code 1.
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L14
test_announce_adds_bgp_network[ipv4_example_network] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L25
test_denounce_removes_bgp_network[ipv4_example_network] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest1993-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 192.0.2.0/24
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L40
test_announcement_state_reported_correctly[ipv4_example_network-True] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest1993-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 192.0.2.0/24
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L42
test_announcement_state_reported_correctly[ipv4_example_network-False] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L14
test_announce_adds_bgp_network[ipv6_example_network] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L25
test_denounce_removes_bgp_network[ipv6_example_network] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest1993-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 2001:db8::/32
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L40
test_announcement_state_reported_correctly[ipv6_example_network-True] RuntimeError: Failed to run command in Vtysh(docker=PosixPath('/usr/bin/docker'), container='pytest1993-frrouting-1', configure_terminal=False, context=[]): stdout: % Unknown command: network 2001:db8::/32
lint (3.10, pytest): tests/prefix/frrouting/test_basic_functionality.py#L42
test_announcement_state_reported_correctly[ipv6_example_network-False] FileNotFoundError: [Errno 2] No such file or directory: PosixPath('/usr/bin/vtysh')
lint (3.10, pytest)
Process completed with exit code 1.
spellcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: codespell-project/codespell-problem-matcher@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/