You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rotonda --config rotonda.toml
no roto scripts path to load filters from
Listening for HTTP connections on 127.0.0.1:8080
Starting target 'null'
Starting unit 'rib'
Starting unit 'mrt-in'
All components are ready.
All components are running.
processing ../bview/latest-bview-rrc00
mrt-in: done processing ../bview/latest-bview-rrc00, emitted 51050483 routes in 103s
ca^CCTRL-C (SIGINT) received, shutting down.
Stopping unit 'rib'
Stopping unit 'mrt-in'
terminating unit, processed ["../bview/latest-bview-rrc00"]
Stopping target 'null'
^C^C^C
Exiting with exit code 0
context
$ rustup update
info: syncing channel updates for 'stable-aarch64-apple-darwin'
stable-aarch64-apple-darwin unchanged - rustc 1.82.0 (f6e511eec 2024-10-15)
info: cleaning up downloads & tmp directories
info: self-update is disabled for this build of rustup
info: any updates to rustup will need to be fetched with your system package manager
$ cargo --version
cargo 1.82.0 (8f40fc59f 2024-08-21)
~/src/ripe/ris/example_apps/using_rotonda main*
$ cargo install rotonda
Updating crates.io index
Ignored package `rotonda v0.2.0` is already installed, use --force to override
$ rotonda --version
rotonda 0.2.0
The text was updated successfully, but these errors were encountered:
I am trying to load a bview into rotonda. On some runs, it succeeds. On others, it crashes:
Failure case
Successful case
context
The text was updated successfully, but these errors were encountered: