PR #207 hit an interop setup failure before M30 started:
- job: M30 - EVPN Type 2 reflection (FRR 10.3.1, kernel VXLAN)
- run: 26176766449 / job 77008773819
- failure:
dpkg-deb: error: '/tmp/clab.deb' is not a Debian format archive
- command in log:
curl -sL https://github.com/srl-labs/containerlab/releases/download/v0.74.3/containerlab_0.74.3_linux_amd64.deb -o /tmp/clab.deb && sudo dpkg -i /tmp/clab.deb
This appears to be an infra/download validation problem, not a branch-code failure. Follow-up: make the interop setup fail with a clearer diagnostic and/or retry/fallback before invoking dpkg on the downloaded file.
PR #207 hit an interop setup failure before M30 started:
dpkg-deb: error: '/tmp/clab.deb' is not a Debian format archivecurl -sL https://github.com/srl-labs/containerlab/releases/download/v0.74.3/containerlab_0.74.3_linux_amd64.deb -o /tmp/clab.deb && sudo dpkg -i /tmp/clab.debThis appears to be an infra/download validation problem, not a branch-code failure. Follow-up: make the interop setup fail with a clearer diagnostic and/or retry/fallback before invoking
dpkgon the downloaded file.