01KZY3MCD79ND1CMB2ATPQ24EK: test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [
        "oxidecomputer/p4",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZY3MVQ4PR75W23HR8Y14RMD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T17:46:16.272Zjob assigned to worker 01KZY3N48CCW9JBC88SX7M99PW [factory aws, i-0a69b71c77ce35f8e] (queued for 1 m 0 s)
 
22026-08-13T17:46:23.064Zstarting task 0: "setup"
32026-08-13T17:46:23.070Z++ uname -s
42026-08-13T17:46:23.074Z+ kern=SunOS
52026-08-13T17:46:23.074Z+ build_user=build
62026-08-13T17:46:23.074Z+ build_uid=12345
72026-08-13T17:46:23.074Z+ work_dir=/work
82026-08-13T17:46:23.074Z+ input_dir=/input
92026-08-13T17:46:23.074Z+ [[ 0 == 12345 ]]
102026-08-13T17:46:23.074Z+ case "$kern" in
112026-08-13T17:46:23.074Z+ groupadd -g 12345 build
122026-08-13T17:46:23.084Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T17:46:25.089Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T17:46:25.150Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T17:46:25.153Z+ home_fs=zfs
162026-08-13T17:46:25.153Z+ [[ zfs == autofs ]]
172026-08-13T17:46:25.153Z+ mkdir -p /home/build
182026-08-13T17:46:25.153Z+ chown build:build /home/build /work
192026-08-13T17:46:27.155Z+ chmod 0700 /home/build /work
202026-08-13T17:46:27.158Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-13T17:46:27.164Zstarting task 1: "rust-toolchain"
222026-08-13T17:46:27.168Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-08-13T17:46:27.168Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-13T17:46:27.168Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-13T17:46:27.168Z * rust toolchain channel = "1.90.0"
262026-08-13T17:46:27.168Z * rust toolchain profile = "default"
272026-08-13T17:46:27.168Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T17:46:27.171Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T17:46:27.171Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-08-13T17:46:27.225Zinfo: downloading installer
312026-08-13T17:46:28.670Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T17:46:28.670Zwarn: /home/build/.rustup/settings.toml
332026-08-13T17:46:28.670Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T17:46:28.670Zwarn: instead of the one inferred from the default host triple.
352026-08-13T17:46:28.683Zinfo: profile set to default
362026-08-13T17:46:28.683Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T17:46:28.686Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-08-13T17:46:28.832Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-08-13T17:46:28.835Zinfo: downloading 6 components
402026-08-13T17:46:43.568Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-08-13T17:46:43.568Z
422026-08-13T17:46:43.599Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-08-13T17:46:43.599Z
442026-08-13T17:46:43.599Z
452026-08-13T17:46:43.599ZRust is installed now. Great!
462026-08-13T17:46:43.599Z
472026-08-13T17:46:43.599ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T17:46:43.599Zenvironment variable. This has not been done automatically.
492026-08-13T17:46:43.599Z
502026-08-13T17:46:43.599ZTo configure your current shell, you need to source
512026-08-13T17:46:43.600Zthe corresponding env file under $HOME/.cargo.
522026-08-13T17:46:43.600Z
532026-08-13T17:46:43.600ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T17:46:43.600Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T17:46:43.600Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T17:46:43.600Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T17:46:43.600Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T17:46:43.600Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T17:46:43.600Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T17:46:43.603Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T17:46:43.603Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T17:46:43.691Z+ rustup --version
632026-08-13T17:46:43.714Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T17:46:43.718Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T17:46:43.723Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-08-13T17:46:43.726Z+ cargo --version
672026-08-13T17:46:43.738Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-08-13T17:46:43.741Z+ rustc --version
692026-08-13T17:46:43.761Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-08-13T17:46:43.764Zprocess exited: duration 16599 ms, exit code 0
 
712026-08-13T17:46:43.770Zstarting task 2: "authentication"
722026-08-13T17:46:43.786Zprocess exited: duration 15 ms, exit code 0
 
732026-08-13T17:46:43.792Zstarting task 3: "clone repository"
742026-08-13T17:46:43.795Z+ mkdir -p /work/oxidecomputer/dendrite
752026-08-13T17:46:43.798Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-08-13T17:46:43.827ZCloning into '/work/oxidecomputer/dendrite'...
772026-08-13T17:46:44.568Z+ cd /work/oxidecomputer/dendrite
782026-08-13T17:46:44.568Z+ git fetch origin 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065
792026-08-13T17:46:44.851ZFrom https://github.com/oxidecomputer/dendrite
802026-08-13T17:46:44.851Z * branch 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065 -> FETCH_HEAD
812026-08-13T17:46:44.858Z+ [[ -n cory/uprev-tofino-sde ]]
822026-08-13T17:46:44.862Z++ git branch --show-current
832026-08-13T17:46:44.862Z+ current=main
842026-08-13T17:46:44.862Z+ [[ main != cory/uprev-tofino-sde ]]
852026-08-13T17:46:44.862Z+ git branch -f cory/uprev-tofino-sde 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065
862026-08-13T17:46:44.867Z+ git checkout -f cory/uprev-tofino-sde
872026-08-13T17:46:44.879ZSwitched to branch 'cory/uprev-tofino-sde'
882026-08-13T17:46:44.882Z+ git reset --hard 14fddc2c0515e9a74d8b1ae69442d0d0ea2b1065
892026-08-13T17:46:44.899ZHEAD is now at 14fddc2 Use updated tofino SDE in CI tests
902026-08-13T17:46:44.902Zprocess exited: duration 1106 ms, exit code 0
 
912026-08-13T17:46:44.908Zstarting task 4: "build"
922026-08-13T17:46:44.911Z+ source .github/buildomat/common.sh
932026-08-13T17:46:44.914Z++ TOFINO_STAGES=20
942026-08-13T17:46:44.914Z++ SDE_COMMIT=dcc45061013e71ef8afeaa6d415928da15ce42b2
952026-08-13T17:46:44.914Z++ SDE_PKG_SHA256=2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083
962026-08-13T17:46:44.914Z++ SDE_DEB_SHA256=7c0a419cb8d719fe6adc35a954ebc5fe060692e712b4c1bdde3390bba99e7b14
972026-08-13T17:46:44.914Z+++ uname -s
982026-08-13T17:46:44.914Z++ '[' SunOS == SunOS ']'
992026-08-13T17:46:44.914Z++ SERIES=illumos
1002026-08-13T17:46:44.914Z+++ uname -s
1012026-08-13T17:46:44.918Z++ '[' SunOS == SunOS ']'
1022026-08-13T17:46:44.918Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/dcc45061013e71ef8afeaa6d415928da15ce42b2
1032026-08-13T17:46:44.918Z++ rustup show active-toolchain
1042026-08-13T17:46:44.920Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-08-13T17:46:44.921Z+ source .github/buildomat/illumos.sh
1062026-08-13T17:46:44.921Z++ banner 'sde setup'
1072026-08-13T17:46:44.924Z
1082026-08-13T17:46:44.924Z #### ##### ###### #### ###### ##### # # #####
1092026-08-13T17:46:44.924Z # # # # # # # # # # #
1102026-08-13T17:46:44.924Z #### # # ##### #### ##### # # # # #
1112026-08-13T17:46:44.924Z # # # # # # # # # #####
1122026-08-13T17:46:44.924Z # # # # # # # # # # # #
1132026-08-13T17:46:44.924Z #### ##### ###### #### ###### # #### #
1142026-08-13T17:46:44.924Z
1152026-08-13T17:46:44.924Z++ export PKG_SUCCESS_ON_NOP=1
1162026-08-13T17:46:44.924Z++ PKG_SUCCESS_ON_NOP=1
1172026-08-13T17:46:44.924Z++ export PKG=tofino_sde.p5p
1182026-08-13T17:46:44.924Z++ PKG=tofino_sde.p5p
1192026-08-13T17:46:44.924Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/dcc45061013e71ef8afeaa6d415928da15ce42b2/tofino_sde.p5p
1202026-08-13T17:46:44.928Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-08-13T17:46:44.931Z Dload Upload Total Spent Left Speed
1222026-08-13T17:46:48.270Z 0 0 0 0 0 0 0 0 0 22 76.02M 22 16.86M 0 0 12.44M 0 00:06 00:01 00:05 12.44M 22 76.02M 22 16.86M 0 0 7.16M 0 00:10 00:02 00:08 7.16M 100 76.02M 100 76.02M 0 0 22.75M 0 00:03 00:03 7.16M 100 76.02M 100 76.02M 0 0 22.75M 0 00:03 00:03 7.16M 100 76.02M 100 76.02M 0 0 22.75M 0 00:03 00:03 7.16M
1232026-08-13T17:46:48.274Z+++ digest -a sha256 tofino_sde.p5p
1242026-08-13T17:46:48.321Z++ SDE_CALC=2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083
1252026-08-13T17:46:48.324Z++ '[' 2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083 '!=' 2ee6f85b331cdb6e2a17ddd9a736cd1f5e169a05b2b8a165b23e709a3fd1c083 ']'
1262026-08-13T17:46:48.324Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-08-13T17:46:49.618Z Startup: Refreshing catalog 'helios' ... Done
1282026-08-13T17:46:49.934Z Startup: Caching catalogs ... Done
1292026-08-13T17:46:49.986Z Startup: Refreshing catalog 'oxide' ... Done
1302026-08-13T17:46:51.965ZPlanning: Solver setup ... Done
1312026-08-13T17:46:52.026ZPlanning: Running solver ... Done
1322026-08-13T17:46:52.069ZPlanning: Finding local manifests ... Done
1332026-08-13T17:46:52.072ZPlanning: Fetching manifests: 1/1 100% complete
1342026-08-13T17:46:52.077ZPlanning: Fetching manifests: 1/1 100% complete
1352026-08-13T17:46:52.090ZPlanning: Package planning ... Done
1362026-08-13T17:46:52.093ZPlanning: Merging actions ... Done
1372026-08-13T17:46:52.186ZPlanning: Checking for conflicting actions ... Done
1382026-08-13T17:46:52.189ZPlanning: Consolidating action changes ... Done
1392026-08-13T17:46:52.854ZPlanning: Evaluating mediators ... Done
1402026-08-13T17:46:52.857ZPlanning: Planning completed in 2.86 seconds
1412026-08-13T17:46:52.862Z Packages to install: 1
1422026-08-13T17:46:52.865Z Create boot environment: No
1432026-08-13T17:46:52.865ZCreate backup boot environment: No
1442026-08-13T17:46:52.887Z
1452026-08-13T17:46:52.887ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-08-13T17:46:53.024ZDownload: Completed 75.30 MB in 0.14 seconds (555M/s)
1472026-08-13T17:46:53.283Z Actions: 1/293 actions (Installing new actions)
1482026-08-13T17:46:54.262Z Actions: Completed 293 actions in 0.98 seconds.
1492026-08-13T17:46:54.265ZFinalize: Updating package state database ... Done
1502026-08-13T17:46:54.307ZFinalize: Updating package cache ... Done
1512026-08-13T17:46:54.386ZFinalize: Updating image state ... Done
1522026-08-13T17:46:56.884ZFinalize: Creating fast lookup database ... Done
1532026-08-13T17:46:56.958ZFinalize: Reading search index ... Done
1542026-08-13T17:46:56.961ZFinalize: Updating search index ... Done
1552026-08-13T17:46:57.495ZFinalize: Updating package cache ... Done
1562026-08-13T17:46:57.647Z++ export SDE=/opt/oxide/tofino_sde
1572026-08-13T17:46:57.647Z++ SDE=/opt/oxide/tofino_sde
1582026-08-13T17:46:57.647Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-08-13T17:46:57.647Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-08-13T17:46:57.650Z++ banner packages
1612026-08-13T17:46:57.650Z
1622026-08-13T17:46:57.650Z ##### ## #### # # ## #### ###### ####
1632026-08-13T17:46:57.650Z # # # # # # # # # # # # # #
1642026-08-13T17:46:57.650Z # # # # # #### # # # ##### ####
1652026-08-13T17:46:57.650Z ##### ###### # # # ###### # ### # #
1662026-08-13T17:46:57.650Z # # # # # # # # # # # # # #
1672026-08-13T17:46:57.650Z # # # #### # # # # #### ###### ####
1682026-08-13T17:46:57.650Z
1692026-08-13T17:46:57.650Z++ pfexec pkg install clang-15 pcap gcc14
1702026-08-13T17:46:57.913Z Startup: Refreshing catalog 'helios' ... Done
1712026-08-13T17:46:57.916Z Startup: Refreshing catalog 'oxide' ... Done
1722026-08-13T17:46:59.537ZPlanning: Solver setup ... Done
1732026-08-13T17:46:59.595ZPlanning: Running solver ... Done
1742026-08-13T17:46:59.634ZPlanning: Consolidating action changes ... Done
1752026-08-13T17:46:59.634ZPlanning: Evaluating mediators ... Done
1762026-08-13T17:46:59.640ZPlanning: Planning completed in 1.72 seconds
1772026-08-13T17:46:59.652ZNo updates necessary for this image.
1782026-08-13T17:46:59.778Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-08-13T17:46:59.991ZPlanning: Evaluating mediator changes ... Done
1802026-08-13T17:47:00.104ZPlanning: Checking for conflicting actions ... Done
1812026-08-13T17:47:00.109ZPlanning: Consolidating action changes ... Done
1822026-08-13T17:47:00.271ZPlanning: Evaluating mediators ... Done
1832026-08-13T17:47:00.274ZPlanning: Planning completed in 0.28 seconds
1842026-08-13T17:47:00.295Z Mediators to change: 2
1852026-08-13T17:47:00.295Z Create boot environment: No
1862026-08-13T17:47:00.295ZCreate backup boot environment: No
1872026-08-13T17:47:00.341ZFinalize: Updating package state database ... Done
1882026-08-13T17:47:00.342ZFinalize: Updating package cache ... Done
1892026-08-13T17:47:00.384ZFinalize: Updating image state ... Done
1902026-08-13T17:47:02.420ZFinalize: Creating fast lookup database ... Done
1912026-08-13T17:47:02.495ZFinalize: Reading search index ... Done
1922026-08-13T17:47:02.498ZFinalize: Updating search index ... Done
1932026-08-13T17:47:02.597ZFinalize: Updating package cache ... Done
1942026-08-13T17:47:02.671Z++ cargo --version
1952026-08-13T17:47:02.681Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-08-13T17:47:02.685Z++ rustc --version
1972026-08-13T17:47:02.705Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-08-13T17:47:02.707Z+ banner copyrights
1992026-08-13T17:47:02.711Z
2002026-08-13T17:47:02.711Z #### #### ##### # # ##### # #### # # ##### ####
2012026-08-13T17:47:02.711Z # # # # # # # # # # # # # # # # #
2022026-08-13T17:47:02.711Z # # # # # # # # # # ###### # ####
2032026-08-13T17:47:02.711Z # # # ##### # ##### # # ### # # # #
2042026-08-13T17:47:02.711Z # # # # # # # # # # # # # # # #
2052026-08-13T17:47:02.711Z #### #### # # # # # #### # # # ####
2062026-08-13T17:47:02.711Z
2072026-08-13T17:47:02.711Z+ ./tools/check_copyrights.sh
2082026-08-13T17:47:03.007Zcommon/src/illumos.rs: Copyright with wrong year
2092026-08-13T17:47:03.802Zdpd/p4/headers.p4: Copyright with wrong year
2102026-08-13T17:47:04.271Zpacket/src/eth.rs: Copyright with wrong year
2112026-08-13T17:47:04.363Zpcap/build.rs: Copyright with wrong year
2122026-08-13T17:47:04.537Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-08-13T17:47:04.772Z+ banner clippy
2142026-08-13T17:47:04.775Z
2152026-08-13T17:47:04.775Z #### # # ##### ##### # #
2162026-08-13T17:47:04.775Z # # # # # # # # # #
2172026-08-13T17:47:04.775Z # # # # # # # #
2182026-08-13T17:47:04.775Z # # # ##### ##### #
2192026-08-13T17:47:04.775Z # # # # # # #
2202026-08-13T17:47:04.775Z #### ###### # # # #
2212026-08-13T17:47:04.775Z
2222026-08-13T17:47:04.775Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-08-13T17:47:04.776Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-08-13T17:47:04.918Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-08-13T17:47:15.359Z Updating crates.io index
2262026-08-13T17:47:15.395Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-08-13T17:47:15.735Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-08-13T17:47:16.574Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-08-13T17:47:16.955Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-13T17:47:17.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-08-13T17:47:18.642Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-08-13T17:47:19.331Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-08-13T17:47:19.646Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-08-13T17:47:20.048Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-08-13T17:47:20.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-08-13T17:47:20.858Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-08-13T17:47:21.545Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-08-13T17:47:22.316Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-08-13T17:47:22.675Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-08-13T17:47:23.287Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-08-13T17:47:23.995Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-08-13T17:47:24.377Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-13T17:47:24.736Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-13T17:47:25.437Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-08-13T17:47:25.890Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-08-13T17:47:26.236Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-08-13T17:47:28.106Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-08-13T17:47:28.569Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-13T17:47:29.162Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-08-13T17:47:30.593Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-08-13T17:47:31.250Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-08-13T17:47:31.568Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-13T17:47:31.980Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-13T17:47:33.985Z Downloading crates ...
2552026-08-13T17:47:34.049Z Downloaded atomicwrites v0.4.4
2562026-08-13T17:47:34.055Z Downloaded atomic-waker v1.1.2
2572026-08-13T17:47:34.059Z Downloaded adler2 v2.0.1
2582026-08-13T17:47:34.059Z Downloaded convert_case v0.4.0
2592026-08-13T17:47:34.062Z Downloaded async-trait v0.1.89
2602026-08-13T17:47:34.062Z Downloaded bytecount v0.6.9
2612026-08-13T17:47:34.065Z Downloaded argon2 v0.5.3
2622026-08-13T17:47:34.068Z Downloaded defmt v0.3.100
2632026-08-13T17:47:34.069Z Downloaded bcs v0.1.6
2642026-08-13T17:47:34.072Z Downloaded blake2 v0.10.6
2652026-08-13T17:47:34.075Z Downloaded bit-set v0.8.0
2662026-08-13T17:47:34.075Z Downloaded base16ct v0.2.0
2672026-08-13T17:47:34.078Z Downloaded anstream v1.0.0
2682026-08-13T17:47:34.081Z Downloaded httpdate v1.0.3
2692026-08-13T17:47:34.081Z Downloaded dropshot_endpoint v0.16.7
2702026-08-13T17:47:34.084Z Downloaded enum-as-inner v0.6.1
2712026-08-13T17:47:34.088Z Downloaded fastrand v2.3.0
2722026-08-13T17:47:34.091Z Downloaded ff v0.13.1
2732026-08-13T17:47:34.094Z Downloaded cstr-argument v0.1.2
2742026-08-13T17:47:34.094Z Downloaded base64 v0.22.1
2752026-08-13T17:47:34.097Z Downloaded embedded-io v0.6.1
2762026-08-13T17:47:34.100Z Downloaded futures-io v0.3.32
2772026-08-13T17:47:34.100Z Downloaded errno v0.3.14
2782026-08-13T17:47:34.104Z Downloaded dunce v1.0.5
2792026-08-13T17:47:34.104Z Downloaded foreign-types-macros v0.2.3
2802026-08-13T17:47:34.107Z Downloaded foreign-types-shared v0.1.1
2812026-08-13T17:47:34.111Z Downloaded cobs v0.3.0
2822026-08-13T17:47:34.111Z Downloaded erased-serde v0.3.31
2832026-08-13T17:47:34.115Z Downloaded fixedbitset v0.4.2
2842026-08-13T17:47:34.115Z Downloaded hash32 v0.3.1
2852026-08-13T17:47:34.118Z Downloaded generic-array v0.14.7
2862026-08-13T17:47:34.121Z Downloaded git-stub v1.0.0
2872026-08-13T17:47:34.121Z Downloaded defmt-parser v1.0.0
2882026-08-13T17:47:34.124Z Downloaded darling_macro v0.21.3
2892026-08-13T17:47:34.124Z Downloaded hex v0.4.3
2902026-08-13T17:47:34.128Z Downloaded crypto-common v0.1.6
2912026-08-13T17:47:34.128Z Downloaded futures-sink v0.3.32
2922026-08-13T17:47:34.131Z Downloaded form_urlencoded v1.2.2
2932026-08-13T17:47:34.134Z Downloaded fs_extra v1.3.0
2942026-08-13T17:47:34.134Z Downloaded defmt v1.0.1
2952026-08-13T17:47:34.137Z Downloaded expectorate v1.2.0
2962026-08-13T17:47:34.140Z Downloaded colorchoice v1.0.4
2972026-08-13T17:47:34.141Z Downloaded arrayref v0.3.9
2982026-08-13T17:47:34.144Z Downloaded foreign-types-shared v0.3.1
2992026-08-13T17:47:34.144Z Downloaded http-body v1.0.1
3002026-08-13T17:47:34.147Z Downloaded heck v0.5.0
3012026-08-13T17:47:34.150Z Downloaded hostname v0.3.1
3022026-08-13T17:47:34.150Z Downloaded futures-task v0.3.32
3032026-08-13T17:47:34.154Z Downloaded curve25519-dalek-derive v0.1.1
3042026-08-13T17:47:34.154Z Downloaded clap_lex v1.1.0
3052026-08-13T17:47:34.157Z Downloaded dropshot-api-manager-types v0.7.2
3062026-08-13T17:47:34.157Z Downloaded hostname v0.4.2
3072026-08-13T17:47:34.161Z Downloaded critical-section v1.2.0
3082026-08-13T17:47:34.164Z Downloaded ciborium-ll v0.2.2
3092026-08-13T17:47:34.164Z Downloaded heck v0.4.1
3102026-08-13T17:47:34.164Z Downloaded backoff v0.4.0
3112026-08-13T17:47:34.167Z Downloaded http-body-util v0.1.3
3122026-08-13T17:47:34.170Z Downloaded derive-ex v0.1.8
3132026-08-13T17:47:34.170Z Downloaded defmt-macros v1.0.1
3142026-08-13T17:47:34.174Z Downloaded gethostname v0.5.0
3152026-08-13T17:47:34.177Z Downloaded foreign-types v0.3.2
3162026-08-13T17:47:34.177Z Downloaded async-recursion v1.1.1
3172026-08-13T17:47:34.180Z Downloaded hubpack v0.1.2
3182026-08-13T17:47:34.183Z Downloaded hubpack_derive v0.1.1
3192026-08-13T17:47:34.183Z Downloaded idna_adapter v1.2.1
3202026-08-13T17:47:34.186Z Downloaded ident_case v1.0.1
3212026-08-13T17:47:34.186Z Downloaded ciborium-io v0.2.2
3222026-08-13T17:47:34.189Z Downloaded is_ci v1.2.0
3232026-08-13T17:47:34.189Z Downloaded is-terminal v0.4.16
3242026-08-13T17:47:34.192Z Downloaded cpufeatures v0.3.0
3252026-08-13T17:47:34.192Z Downloaded is_terminal_polyfill v1.70.1
3262026-08-13T17:47:34.195Z Downloaded kstat-rs v0.2.4
3272026-08-13T17:47:34.195Z Downloaded foldhash v0.2.0
3282026-08-13T17:47:34.199Z Downloaded crypto-common v0.2.2
3292026-08-13T17:47:34.199Z Downloaded bit-vec v0.8.0
3302026-08-13T17:47:34.202Z Downloaded hyper-tls v0.6.0
3312026-08-13T17:47:34.205Z Downloaded internet-checksum v0.2.1
3322026-08-13T17:47:34.205Z Downloaded instant v0.1.13
3332026-08-13T17:47:34.208Z Downloaded cipher v0.4.4
3342026-08-13T17:47:34.208Z Downloaded constant_time_eq v0.3.1
3352026-08-13T17:47:34.211Z Downloaded byteorder v1.5.0
3362026-08-13T17:47:34.211Z Downloaded displaydoc v0.2.5
3372026-08-13T17:47:34.215Z Downloaded daft-derive v0.1.5
3382026-08-13T17:47:34.218Z Downloaded libscf-sys v1.2.0
3392026-08-13T17:47:34.221Z Downloaded linked-hash-map v0.5.6
3402026-08-13T17:47:34.221Z Downloaded csv-core v0.1.12
3412026-08-13T17:47:34.224Z Downloaded memmap v0.7.0
3422026-08-13T17:47:34.224Z Downloaded lru-cache v0.1.2
3432026-08-13T17:47:34.229Z Downloaded match_cfg v0.1.0
3442026-08-13T17:47:34.229Z Downloaded deranged v0.5.3
3452026-08-13T17:47:34.232Z Downloaded keccak v0.1.6
3462026-08-13T17:47:34.232Z Downloaded find-msvc-tools v0.1.9
3472026-08-13T17:47:34.232Z Downloaded anstyle-parse v1.0.0
3482026-08-13T17:47:34.236Z Downloaded highway v1.3.0
3492026-08-13T17:47:34.239Z Downloaded git-stub-vcs v0.1.0
3502026-08-13T17:47:34.239Z Downloaded clang-sys v1.8.1
3512026-08-13T17:47:34.242Z Downloaded managed v0.8.0
3522026-08-13T17:47:34.242Z Downloaded memoffset v0.9.1
3532026-08-13T17:47:34.246Z Downloaded newline-converter v0.3.0
3542026-08-13T17:47:34.246Z Downloaded itoa v1.0.15
3552026-08-13T17:47:34.249Z Downloaded lazy_static v1.5.0
3562026-08-13T17:47:34.249Z Downloaded ipnetwork v0.21.1
3572026-08-13T17:47:34.252Z Downloaded lru-slab v0.1.2
3582026-08-13T17:47:34.252Z Downloaded indent_write v2.2.0
3592026-08-13T17:47:34.255Z Downloaded mime v0.3.17
3602026-08-13T17:47:34.255Z Downloaded newtype_derive v0.1.6
3612026-08-13T17:47:34.258Z Downloaded compression-codecs v0.4.32
3622026-08-13T17:47:34.261Z Downloaded num_threads v0.1.7
3632026-08-13T17:47:34.262Z Downloaded num_enum_derive v0.5.11
3642026-08-13T17:47:34.265Z Downloaded omicron-workspace-hack v0.1.0
3652026-08-13T17:47:34.265Z Downloaded opaque-debug v0.3.1
3662026-08-13T17:47:34.265Z Downloaded humantime v2.3.0
3672026-08-13T17:47:34.268Z Downloaded const_format_proc_macros v0.2.34
3682026-08-13T17:47:34.271Z Downloaded num-iter v0.1.45
3692026-08-13T17:47:34.271Z Downloaded macaddr v1.0.1
3702026-08-13T17:47:34.274Z Downloaded futures v0.3.32
3712026-08-13T17:47:34.278Z Downloaded num v0.4.3
3722026-08-13T17:47:34.278Z Downloaded num-derive v0.4.2
3732026-08-13T17:47:34.281Z Downloaded num-conv v0.2.1
3742026-08-13T17:47:34.281Z Downloaded fixedbitset v0.5.7
3752026-08-13T17:47:34.307Z Downloaded newtype-uuid-macros v0.1.0
3762026-08-13T17:47:34.307Z Downloaded hmac v0.12.1
3772026-08-13T17:47:34.307Z Downloaded lock_api v0.4.14
3782026-08-13T17:47:34.307Z Downloaded linear-map v1.2.0
3792026-08-13T17:47:34.307Z Downloaded openssl-probe v0.1.6
3802026-08-13T17:47:34.307Z Downloaded libloading v0.8.9
3812026-08-13T17:47:34.307Z Downloaded darling v0.21.3
3822026-08-13T17:47:34.307Z Downloaded cancel-safe-futures v0.1.5
3832026-08-13T17:47:34.307Z Downloaded crossbeam-epoch v0.9.18
3842026-08-13T17:47:34.307Z Downloaded httparse v1.10.1
3852026-08-13T17:47:34.307Z Downloaded parse-display v0.10.0
3862026-08-13T17:47:34.311Z Downloaded elliptic-curve v0.13.8
3872026-08-13T17:47:34.311Z Downloaded flate2 v1.1.2
3882026-08-13T17:47:34.311Z Downloaded ipnet v2.11.0
3892026-08-13T17:47:34.314Z Downloaded phf_shared v0.12.1
3902026-08-13T17:47:34.314Z Downloaded ingot-types v0.1.2
3912026-08-13T17:47:34.317Z Downloaded ingot v0.1.1
3922026-08-13T17:47:34.317Z Downloaded openssl-macros v0.1.1
3932026-08-13T17:47:34.320Z Downloaded libsw-core v0.3.2
3942026-08-13T17:47:34.320Z Downloaded crc32fast v1.5.0
3952026-08-13T17:47:34.323Z Downloaded multer v3.1.0
3962026-08-13T17:47:34.323Z Downloaded native-tls v0.2.14
3972026-08-13T17:47:34.326Z Downloaded jobserver v0.1.34
3982026-08-13T17:47:34.330Z Downloaded olpc-cjson v0.1.4
3992026-08-13T17:47:34.330Z Downloaded num_enum_derive v0.7.5
4002026-08-13T17:47:34.333Z Downloaded plain v0.2.3
4012026-08-13T17:47:34.333Z Downloaded proc-macro-crate v1.3.1
4022026-08-13T17:47:34.333Z Downloaded potential_utf v0.1.3
4032026-08-13T17:47:34.338Z Downloaded pretty-hex v0.4.1
4042026-08-13T17:47:34.338Z Downloaded powerfmt v0.2.0
4052026-08-13T17:47:34.341Z Downloaded proc-macro-error-attr2 v2.0.0
4062026-08-13T17:47:34.341Z Downloaded progenitor-client v0.14.0
4072026-08-13T17:47:34.341Z Downloaded hyper-rustls v0.27.7
4082026-08-13T17:47:34.344Z Downloaded half v2.7.1
4092026-08-13T17:47:34.345Z Downloaded drift v0.2.0
4102026-08-13T17:47:34.350Z Downloaded iana-time-zone v0.1.64
4112026-08-13T17:47:34.353Z Downloaded libsw v3.5.0
4122026-08-13T17:47:34.356Z Downloaded getrandom v0.4.2
4132026-08-13T17:47:34.359Z Downloaded progenitor-client v0.11.1
4142026-08-13T17:47:34.359Z Downloaded num_enum v0.5.11
4152026-08-13T17:47:34.363Z Downloaded progenitor-macro v0.10.0
4162026-08-13T17:47:34.366Z Downloaded memmap2 v0.9.8
4172026-08-13T17:47:34.366Z Downloaded progenitor-macro v0.14.0
4182026-08-13T17:47:34.366Z Downloaded progenitor-client v0.10.0
4192026-08-13T17:47:34.372Z Downloaded getrandom v0.3.3
4202026-08-13T17:47:34.375Z Downloaded password-hash v0.5.0
4212026-08-13T17:47:34.375Z Downloaded oxnet v0.1.6
4222026-08-13T17:47:34.375Z Downloaded clap v4.6.1
4232026-08-13T17:47:34.379Z Downloaded quick-error v1.2.3
4242026-08-13T17:47:34.382Z Downloaded percent-encoding v2.3.2
4252026-08-13T17:47:34.382Z Downloaded pem v3.0.5
4262026-08-13T17:47:34.385Z Downloaded anyhow v1.0.102
4272026-08-13T17:47:34.388Z Downloaded rand_xorshift v0.4.0
4282026-08-13T17:47:34.388Z Downloaded oxide-tokio-rt v0.1.2
4292026-08-13T17:47:34.391Z Downloaded darling_core v0.21.3
4302026-08-13T17:47:34.394Z Downloaded rand_chacha v0.3.1
4312026-08-13T17:47:34.395Z Downloaded phf v0.12.1
4322026-08-13T17:47:34.398Z Downloaded pest_generator v2.8.2
4332026-08-13T17:47:34.398Z Downloaded paste v1.0.15
4342026-08-13T17:47:34.401Z Downloaded parse-display-derive v0.10.0
4352026-08-13T17:47:34.401Z Downloaded pkg-config v0.3.32
4362026-08-13T17:47:34.404Z Downloaded ref-cast-impl v1.0.25
4372026-08-13T17:47:34.404Z Downloaded ref-cast v1.0.25
4382026-08-13T17:47:34.408Z Downloaded proc-macro-error2 v2.0.1
4392026-08-13T17:47:34.408Z Downloaded rustc_version v0.4.1
4402026-08-13T17:47:34.411Z Downloaded rustc_version v0.1.7
4412026-08-13T17:47:34.411Z Downloaded rustc-hash v2.1.1
4422026-08-13T17:47:34.411Z Downloaded proc-macro-error-attr v1.0.4
4432026-08-13T17:47:34.414Z Downloaded ppv-lite86 v0.2.21
4442026-08-13T17:47:34.414Z Downloaded heapless v0.8.0
4452026-08-13T17:47:34.417Z Downloaded proc-macro-error v1.0.4
4462026-08-13T17:47:34.420Z Downloaded hybrid-array v0.4.12
4472026-08-13T17:47:34.420Z Downloaded progenitor v0.14.0
4482026-08-13T17:47:34.424Z Downloaded progenitor v0.11.1
4492026-08-13T17:47:34.424Z Downloaded pin-project-lite v0.2.16
4502026-08-13T17:47:34.427Z Downloaded scopeguard v1.2.0
4512026-08-13T17:47:34.430Z Downloaded scroll_derive v0.12.1
4522026-08-13T17:47:34.430Z Downloaded same-file v1.0.6
4532026-08-13T17:47:34.433Z Downloaded icu_provider v2.0.0
4542026-08-13T17:47:34.433Z Downloaded once_cell v1.21.3
4552026-08-13T17:47:34.436Z Downloaded num-rational v0.4.2
4562026-08-13T17:47:34.436Z Downloaded progenitor v0.10.0
4572026-08-13T17:47:34.440Z Downloaded parking_lot_core v0.9.12
4582026-08-13T17:47:34.440Z Downloaded scroll_derive v0.13.1
4592026-08-13T17:47:34.443Z Downloaded parking_lot v0.12.5
4602026-08-13T17:47:34.443Z Downloaded serde-big-array v0.5.1
4612026-08-13T17:47:34.446Z Downloaded log v0.4.29
4622026-08-13T17:47:34.449Z Downloaded icu_normalizer v2.0.0
4632026-08-13T17:47:34.449Z Downloaded owo-colors v4.3.0
4642026-08-13T17:47:34.452Z Downloaded litemap v0.8.0
4652026-08-13T17:47:34.452Z Downloaded search_path v0.1.4
4662026-08-13T17:47:34.458Z Downloaded serde_spanned v1.1.1
4672026-08-13T17:47:34.458Z Downloaded indexmap v1.9.3
4682026-08-13T17:47:34.462Z Downloaded serde_plain v1.0.2
4692026-08-13T17:47:34.462Z Downloaded serde_spanned v0.6.9
4702026-08-13T17:47:34.462Z Downloaded serde_repr v0.1.20
4712026-08-13T17:47:34.462Z Downloaded const_format v0.2.34
4722026-08-13T17:47:34.465Z Downloaded secrecy v0.10.3
4732026-08-13T17:47:34.468Z Downloaded jiff-static v0.2.15
4742026-08-13T17:47:34.468Z Downloaded postcard v1.1.3
4752026-08-13T17:47:34.471Z Downloaded omicron-zone-package v0.12.2
4762026-08-13T17:47:34.474Z Downloaded serde_urlencoded v0.7.1
4772026-08-13T17:47:34.474Z Downloaded semver v0.1.20
4782026-08-13T17:47:34.477Z Downloaded sha1 v0.11.0
4792026-08-13T17:47:34.477Z Downloaded pin-project-internal v1.1.10
4802026-08-13T17:47:34.481Z Downloaded pest_meta v2.8.2
4812026-08-13T17:47:34.481Z Downloaded rand_chacha v0.9.0
4822026-08-13T17:47:34.484Z Downloaded rand_core v0.9.3
4832026-08-13T17:47:34.484Z Downloaded rand_core v0.6.4
4842026-08-13T17:47:34.484Z Downloaded resolv-conf v0.7.5
4852026-08-13T17:47:34.488Z Downloaded icu_properties v2.0.1
4862026-08-13T17:47:34.491Z Downloaded sigpipe v0.1.3
4872026-08-13T17:47:34.491Z Downloaded hickory-resolver v0.25.2
4882026-08-13T17:47:34.491Z Downloaded signal-hook-tokio v0.4.0
4892026-08-13T17:47:34.494Z Downloaded schemars_derive v0.8.22
4902026-08-13T17:47:34.494Z Downloaded poly1305 v0.8.0
4912026-08-13T17:47:34.498Z Downloaded progenitor-macro v0.11.1
4922026-08-13T17:47:34.498Z Downloaded siphasher v1.0.1
4932026-08-13T17:47:34.498Z Downloaded smawk v0.3.2
4942026-08-13T17:47:34.501Z Downloaded allocator-api2 v0.2.21
4952026-08-13T17:47:34.501Z Downloaded rusty-fork v0.3.0
4962026-08-13T17:47:34.504Z Downloaded ingot-macros v0.1.1
4972026-08-13T17:47:34.504Z Downloaded camino v1.2.3
4982026-08-13T17:47:34.507Z Downloaded icu_locale_core v2.0.0
4992026-08-13T17:47:34.512Z Downloaded papergrid v0.11.0
5002026-08-13T17:47:34.516Z Downloaded scroll v0.12.0
5012026-08-13T17:47:34.516Z Downloaded num-traits v0.2.19
5022026-08-13T17:47:34.516Z Downloaded papergrid v0.18.0
5032026-08-13T17:47:34.519Z Downloaded rustversion v1.0.22
5042026-08-13T17:47:34.522Z Downloaded quote v1.0.45
5052026-08-13T17:47:34.522Z Downloaded quinn-udp v0.5.14
5062026-08-13T17:47:34.525Z Downloaded slog-bunyan v2.5.0
5072026-08-13T17:47:34.525Z Downloaded rustls-pemfile v2.2.0
5082026-08-13T17:47:34.528Z Downloaded newtype-uuid v1.3.2
5092026-08-13T17:47:34.529Z Downloaded stable_deref_trait v1.2.0
5102026-08-13T17:47:34.532Z Downloaded serde_path_to_error v0.1.20
5112026-08-13T17:47:34.532Z Downloaded getrandom v0.2.16
5122026-08-13T17:47:34.535Z Downloaded strum v0.26.3
5132026-08-13T17:47:34.535Z Downloaded async-compression v0.4.33
5142026-08-13T17:47:34.539Z Downloaded cookie v0.18.1
5152026-08-13T17:47:34.542Z Downloaded bytes v1.12.0
5162026-08-13T17:47:34.542Z Downloaded dropshot-api-manager v0.7.2
5172026-08-13T17:47:34.545Z Downloaded curl v0.4.50
5182026-08-13T17:47:34.548Z Downloaded sync_wrapper v1.0.2
5192026-08-13T17:47:34.551Z Downloaded sha1 v0.10.6
5202026-08-13T17:47:34.551Z Downloaded structmeta v0.3.0
5212026-08-13T17:47:34.551Z Downloaded strsim v0.11.1
5222026-08-13T17:47:34.555Z Downloaded cc v1.2.64
5232026-08-13T17:47:34.555Z Downloaded shlex v2.0.1
5242026-08-13T17:47:34.558Z Downloaded shlex v1.3.0
5252026-08-13T17:47:34.558Z Downloaded derive_more v0.99.20
5262026-08-13T17:47:34.561Z Downloaded swrite v0.1.0
5272026-08-13T17:47:34.561Z Downloaded signal-hook-registry v1.4.6
5282026-08-13T17:47:34.564Z Downloaded openssl-sys v0.9.117
5292026-08-13T17:47:34.567Z Downloaded take_mut v0.2.2
5302026-08-13T17:47:34.567Z Downloaded pest_derive v2.8.2
5312026-08-13T17:47:34.571Z Downloaded termtree v0.5.1
5322026-08-13T17:47:34.571Z Downloaded tagptr v0.2.0
5332026-08-13T17:47:34.571Z Downloaded serde_tokenstream v0.2.3
5342026-08-13T17:47:34.574Z Downloaded tabled_derive v0.7.0
5352026-08-13T17:47:34.574Z Downloaded supports-color v3.0.2
5362026-08-13T17:47:34.575Z Downloaded tabwriter v1.4.1
5372026-08-13T17:47:34.578Z Downloaded hickory-resolver v0.24.4
5382026-08-13T17:47:34.578Z Downloaded terminal_size v0.4.3
5392026-08-13T17:47:34.581Z Downloaded http v1.4.2
5402026-08-13T17:47:34.581Z Downloaded smf v0.2.3
5412026-08-13T17:47:34.584Z Downloaded testing_table v0.3.0
5422026-08-13T17:47:34.584Z Downloaded snafu-derive v0.8.9
5432026-08-13T17:47:34.584Z Downloaded memchr v2.7.5
5442026-08-13T17:47:34.587Z Downloaded slog-json v2.6.1
5452026-08-13T17:47:34.590Z Downloaded crossbeam-channel v0.5.15
5462026-08-13T17:47:34.593Z Downloaded slog-term v2.9.2
5472026-08-13T17:47:34.593Z Downloaded miniz_oxide v0.8.9
5482026-08-13T17:47:34.597Z Downloaded icu_normalizer_data v2.0.0
5492026-08-13T17:47:34.597Z Downloaded structmeta-derive v0.3.0
5502026-08-13T17:47:34.600Z Downloaded proc-macro2 v1.0.106
5512026-08-13T17:47:34.600Z Downloaded strum_macros v0.27.2
5522026-08-13T17:47:34.603Z Downloaded strum_macros v0.26.4
5532026-08-13T17:47:34.603Z Downloaded tinyvec_macros v0.1.1
5542026-08-13T17:47:34.606Z Downloaded thread-id v4.2.2
5552026-08-13T17:47:34.606Z Downloaded strum_macros v0.28.0
5562026-08-13T17:47:34.606Z Downloaded slog-dtrace v0.3.0
5572026-08-13T17:47:34.610Z Downloaded slog-async v2.8.0
5582026-08-13T17:47:34.610Z Downloaded prettyplease v0.2.37
5592026-08-13T17:47:34.613Z Downloaded thiserror-impl-no-std v2.0.2
5602026-08-13T17:47:34.613Z Downloaded slab v0.4.11
5612026-08-13T17:47:34.613Z Downloaded icu_collections v2.0.0
5622026-08-13T17:47:34.616Z Downloaded synstructure v0.13.2
5632026-08-13T17:47:34.619Z Downloaded crypto-bigint v0.5.5
5642026-08-13T17:47:34.624Z Downloaded pin-project v1.1.10
5652026-08-13T17:47:34.627Z Downloaded static_assertions v1.1.0
5662026-08-13T17:47:34.630Z Downloaded progenitor-impl v0.10.0
5672026-08-13T17:47:34.630Z Downloaded tokio-macros v2.7.0
5682026-08-13T17:47:34.633Z Downloaded toml_datetime v0.6.11
5692026-08-13T17:47:34.633Z Downloaded progenitor-impl v0.14.0
5702026-08-13T17:47:34.637Z Downloaded semver v1.0.28
5712026-08-13T17:47:34.637Z Downloaded hashbrown v0.12.3
5722026-08-13T17:47:34.640Z Downloaded thiserror v1.0.69
5732026-08-13T17:47:34.643Z Downloaded strum v0.27.2
5742026-08-13T17:47:34.643Z Downloaded ryu v1.0.20
5752026-08-13T17:47:34.647Z Downloaded subtle v2.6.1
5762026-08-13T17:47:34.647Z Downloaded schemars v0.8.22
5772026-08-13T17:47:34.651Z Downloaded thiserror-impl v2.0.18
5782026-08-13T17:47:34.654Z Downloaded sha2 v0.10.9
5792026-08-13T17:47:34.654Z Downloaded serde_with_macros v3.14.1
5802026-08-13T17:47:34.657Z Downloaded strum v0.28.0
5812026-08-13T17:47:34.657Z Downloaded tower-service v0.3.3
5822026-08-13T17:47:34.657Z Downloaded rayon-core v1.13.0
5832026-08-13T17:47:34.662Z Downloaded tower-layer v0.3.3
5842026-08-13T17:47:34.662Z Downloaded topological-sort v0.2.2
5852026-08-13T17:47:34.666Z Downloaded toml_write v0.1.2
5862026-08-13T17:47:34.666Z Downloaded serde_core v1.0.228
5872026-08-13T17:47:34.666Z Downloaded minimal-lexical v0.2.1
5882026-08-13T17:47:34.669Z Downloaded tinystr v0.8.1
5892026-08-13T17:47:34.669Z Downloaded time-macros v0.2.27
5902026-08-13T17:47:34.669Z Downloaded time-core v0.1.8
5912026-08-13T17:47:34.672Z Downloaded unarray v0.1.4
5922026-08-13T17:47:34.672Z Downloaded typify-macro v0.4.3
5932026-08-13T17:47:34.672Z Downloaded serde_derive_internals v0.29.1
5942026-08-13T17:47:34.676Z Downloaded typify-macro v0.6.2
5952026-08-13T17:47:34.676Z Downloaded smallvec v1.15.1
5962026-08-13T17:47:34.676Z Downloaded unicode-linebreak v0.1.5
5972026-08-13T17:47:34.679Z Downloaded thread-id v5.0.0
5982026-08-13T17:47:34.679Z Downloaded thiserror-no-std v2.0.2
5992026-08-13T17:47:34.684Z Downloaded thiserror-impl v1.0.69
6002026-08-13T17:47:34.684Z Downloaded thiserror v2.0.18
6012026-08-13T17:47:34.688Z Downloaded scroll v0.13.0
6022026-08-13T17:47:34.688Z Downloaded hyper-util v0.1.20
6032026-08-13T17:47:34.691Z Downloaded thread_local v1.1.9
6042026-08-13T17:47:34.691Z Downloaded tokio-rustls v0.25.0
6052026-08-13T17:47:34.691Z Downloaded tokio-dtrace v0.1.1
6062026-08-13T17:47:34.694Z Downloaded spin v0.9.8
6072026-08-13T17:47:34.694Z Downloaded progenitor-impl v0.11.1
6082026-08-13T17:47:34.697Z Downloaded untrusted v0.9.0
6092026-08-13T17:47:34.697Z Downloaded derive-where v1.6.0
6102026-08-13T17:47:34.700Z Downloaded crossbeam-utils v0.8.21
6112026-08-13T17:47:34.700Z Downloaded cmake v0.1.54
6122026-08-13T17:47:34.700Z Downloaded usdt v0.6.0
6132026-08-13T17:47:34.705Z Downloaded num_enum v0.7.5
6142026-08-13T17:47:34.705Z Downloaded num-integer v0.1.46
6152026-08-13T17:47:34.709Z Downloaded num-complex v0.4.6
6162026-08-13T17:47:34.709Z Downloaded const-oid v0.10.2
6172026-08-13T17:47:34.709Z Downloaded tokio-native-tls v0.3.1
6182026-08-13T17:47:34.712Z Downloaded unicode-xid v0.2.6
6192026-08-13T17:47:34.712Z Downloaded signal-hook v0.4.4
6202026-08-13T17:47:34.712Z Downloaded usdt-macro v0.5.0
6212026-08-13T17:47:34.712Z Downloaded usdt-attr-macro v0.6.0
6222026-08-13T17:47:34.715Z Downloaded utf8parse v0.2.2
6232026-08-13T17:47:34.715Z Downloaded usdt-macro v0.6.0
6242026-08-13T17:47:34.715Z Downloaded usdt-attr-macro v0.5.0
6252026-08-13T17:47:34.715Z Downloaded wait-timeout v0.2.1
6262026-08-13T17:47:34.718Z Downloaded version_check v0.9.5
6272026-08-13T17:47:34.719Z Downloaded term v1.2.0
6282026-08-13T17:47:34.722Z Downloaded schemars v0.9.0
6292026-08-13T17:47:34.725Z Downloaded socket2 v0.6.4
6302026-08-13T17:47:34.729Z Downloaded serde_yaml v0.9.34+deprecated
6312026-08-13T17:47:34.729Z Downloaded quinn v0.11.9
6322026-08-13T17:47:34.732Z Downloaded tempfile v3.27.0
6332026-08-13T17:47:34.735Z Downloaded want v0.3.1
6342026-08-13T17:47:34.735Z Downloaded waitgroup v0.1.2
6352026-08-13T17:47:34.735Z Downloaded usdt v0.5.0
6362026-08-13T17:47:34.735Z Downloaded universal-hash v0.5.1
6372026-08-13T17:47:34.738Z Downloaded colored v3.1.1
6382026-08-13T17:47:34.738Z Downloaded toml_writer v1.1.1+spec-1.1.0
6392026-08-13T17:47:34.738Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6402026-08-13T17:47:34.742Z Downloaded scuffle v0.1.0
6412026-08-13T17:47:34.742Z Downloaded serde_derive v1.0.228
6422026-08-13T17:47:34.745Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6432026-08-13T17:47:34.745Z Downloaded chacha20poly1305 v0.10.1
6442026-08-13T17:47:34.745Z Downloaded clap_derive v4.6.1
6452026-08-13T17:47:34.748Z Downloaded ciborium v0.2.2
6462026-08-13T17:47:34.748Z Downloaded futures-channel v0.3.32
6472026-08-13T17:47:34.751Z Downloaded similar v2.7.0
6482026-08-13T17:47:34.754Z Downloaded xattr v1.6.1
6492026-08-13T17:47:34.755Z Downloaded try-lock v0.2.5
6502026-08-13T17:47:34.755Z Downloaded rustls-pki-types v1.12.0
6512026-08-13T17:47:34.758Z Downloaded bitflags v2.11.1
6522026-08-13T17:47:34.761Z Downloaded yoke-derive v0.8.0
6532026-08-13T17:47:34.761Z Downloaded globset v0.4.16
6542026-08-13T17:47:34.761Z Downloaded foldhash v0.1.5
6552026-08-13T17:47:34.761Z Downloaded camino-tempfile v1.4.1
6562026-08-13T17:47:34.764Z Downloaded digest v0.11.3
6572026-08-13T17:47:34.764Z Downloaded daft v0.1.5
6582026-08-13T17:47:34.768Z Downloaded arrayvec v0.7.6
6592026-08-13T17:47:34.768Z Downloaded inout v0.1.4
6602026-08-13T17:47:34.768Z Downloaded glob v0.3.3
6612026-08-13T17:47:34.771Z Downloaded futures-executor v0.3.32
6622026-08-13T17:47:34.771Z Downloaded aead v0.5.2
6632026-08-13T17:47:34.771Z Downloaded group v0.13.0
6642026-08-13T17:47:34.771Z Downloaded futures-macro v0.3.32
6652026-08-13T17:47:34.775Z Downloaded untrusted v0.7.1
6662026-08-13T17:47:34.775Z Downloaded fs-err v3.1.2
6672026-08-13T17:47:34.775Z Downloaded digest v0.10.7
6682026-08-13T17:47:34.775Z Downloaded crossbeam-deque v0.8.6
6692026-08-13T17:47:34.778Z Downloaded zerofrom-derive v0.1.6
6702026-08-13T17:47:34.778Z Downloaded console v0.15.11
6712026-08-13T17:47:34.781Z Downloaded zerofrom v0.1.6
6722026-08-13T17:47:34.781Z Downloaded dof v0.3.0
6732026-08-13T17:47:34.781Z Downloaded compression-core v0.4.32
6742026-08-13T17:47:34.781Z Downloaded zeroize_derive v1.4.3
6752026-08-13T17:47:34.781Z Downloaded chacha20 v0.9.1
6762026-08-13T17:47:34.785Z Downloaded cexpr v0.6.0
6772026-08-13T17:47:34.785Z Downloaded zone v0.3.1
6782026-08-13T17:47:34.785Z Downloaded anstyle-query v1.1.4
6792026-08-13T17:47:34.788Z Downloaded utf8_iter v1.0.4
6802026-08-13T17:47:34.788Z Downloaded tokio-stream v0.1.17
6812026-08-13T17:47:34.788Z Downloaded toml_parser v1.1.2+spec-1.1.0
6822026-08-13T17:47:34.792Z Downloaded float-ord v0.3.2
6832026-08-13T17:47:34.792Z Downloaded zone_cfg_derive v0.3.1
6842026-08-13T17:47:34.792Z Downloaded usdt-impl v0.5.0
6852026-08-13T17:47:34.795Z Downloaded usdt-impl v0.6.0
6862026-08-13T17:47:34.795Z Downloaded filetime v0.2.26
6872026-08-13T17:47:34.796Z Downloaded data-encoding v2.9.0
6882026-08-13T17:47:34.796Z Downloaded either v1.15.0
6892026-08-13T17:47:34.802Z Downloaded cpufeatures v0.2.17
6902026-08-13T17:47:34.802Z Downloaded foreign-types v0.5.0
6912026-08-13T17:47:34.803Z Downloaded textwrap v0.16.2
6922026-08-13T17:47:34.803Z Downloaded vsss-rs v3.3.4
6932026-08-13T17:47:34.806Z Downloaded toml v0.8.23
6942026-08-13T17:47:34.806Z Downloaded test-strategy v0.4.3
6952026-08-13T17:47:34.806Z Downloaded socket2 v0.5.10
6962026-08-13T17:47:34.806Z Downloaded serde v1.0.228
6972026-08-13T17:47:34.809Z Downloaded dof v0.4.0
6982026-08-13T17:47:34.809Z Downloaded futures-core v0.3.32
6992026-08-13T17:47:34.809Z Downloaded fnv v1.0.7
7002026-08-13T17:47:34.812Z Downloaded async-stream v0.3.6
7012026-08-13T17:47:34.813Z Downloaded ucd-trie v0.1.7
7022026-08-13T17:47:34.813Z Downloaded aho-corasick v1.1.3
7032026-08-13T17:47:34.816Z Downloaded tracing-attributes v0.1.30
7042026-08-13T17:47:34.819Z Downloaded crucible-workspace-hack v0.1.0
7052026-08-13T17:47:34.819Z Downloaded block-buffer v0.12.0
7062026-08-13T17:47:34.819Z Downloaded whoami v1.6.1
7072026-08-13T17:47:34.819Z Downloaded autocfg v1.5.0
7082026-08-13T17:47:34.824Z Downloaded nom v7.1.3
7092026-08-13T17:47:34.827Z Downloaded slog v2.8.2
7102026-08-13T17:47:34.827Z Downloaded mio v1.2.1
7112026-08-13T17:47:34.830Z Downloaded itertools v0.12.1
7122026-08-13T17:47:34.833Z Downloaded writeable v0.6.1
7132026-08-13T17:47:34.833Z Downloaded zerovec-derive v0.11.1
7142026-08-13T17:47:34.837Z Downloaded yoke v0.8.0
7152026-08-13T17:47:34.837Z Downloaded iri-string v0.7.8
7162026-08-13T17:47:34.840Z Downloaded zmij v1.0.17
7172026-08-13T17:47:34.840Z Downloaded toml v1.1.2+spec-1.1.0
7182026-08-13T17:47:34.843Z Downloaded rustls-webpki v0.103.6
7192026-08-13T17:47:34.846Z Downloaded snafu v0.8.9
7202026-08-13T17:47:34.850Z Downloaded qorb v0.4.1
7212026-08-13T17:47:34.853Z Downloaded indexmap v2.14.0
7222026-08-13T17:47:34.853Z Downloaded zeroize v1.8.1
7232026-08-13T17:47:34.853Z Downloaded tokio-rustls v0.26.4
7242026-08-13T17:47:34.856Z Downloaded tinyvec v1.10.0
7252026-08-13T17:47:34.856Z Downloaded rand v0.9.3
7262026-08-13T17:47:34.860Z Downloaded rand v0.8.5
7272026-08-13T17:47:34.860Z Downloaded steno v0.4.1
7282026-08-13T17:47:34.863Z Downloaded walkdir v2.5.0
7292026-08-13T17:47:34.863Z Downloaded schemars v1.2.0
7302026-08-13T17:47:34.870Z Downloaded zerocopy-derive v0.7.35
7312026-08-13T17:47:34.874Z Downloaded icu_properties_data v2.0.1
7322026-08-13T17:47:34.877Z Downloaded hashbrown v0.16.1
7332026-08-13T17:47:34.882Z Downloaded unsafe-libyaml v0.2.11
7342026-08-13T17:47:34.886Z Downloaded iddqd v0.3.18
7352026-08-13T17:47:34.886Z Downloaded unicode-ident v1.0.24
7362026-08-13T17:47:34.889Z Downloaded typify v0.4.3
7372026-08-13T17:47:34.892Z Downloaded h2 v0.4.14
7382026-08-13T17:47:34.895Z Downloaded tracing-core v0.1.34
7392026-08-13T17:47:34.895Z Downloaded futures-util v0.3.32
7402026-08-13T17:47:34.900Z Downloaded pest v2.8.2
7412026-08-13T17:47:34.903Z Downloaded toml v0.7.8
7422026-08-13T17:47:34.907Z Downloaded hashbrown v0.17.1
7432026-08-13T17:47:34.910Z Downloaded hashbrown v0.15.5
7442026-08-13T17:47:34.914Z Downloaded toml v0.9.12+spec-1.1.0
7452026-08-13T17:47:34.914Z Downloaded clap_builder v4.6.0
7462026-08-13T17:47:34.917Z Downloaded idna v1.1.0
7472026-08-13T17:47:34.922Z Downloaded tar v0.4.45
7482026-08-13T17:47:34.922Z Downloaded anstyle v1.0.14
7492026-08-13T17:47:34.922Z Downloaded vergen v8.3.2
7502026-08-13T17:47:34.925Z Downloaded dropshot_endpoint v0.17.1
7512026-08-13T17:47:34.925Z Downloaded bitflags v1.3.2
7522026-08-13T17:47:34.928Z Downloaded hyper v1.10.1
7532026-08-13T17:47:34.933Z Downloaded toml_edit v0.19.15
7542026-08-13T17:47:34.938Z Downloaded uuid v1.23.3
7552026-08-13T17:47:34.941Z Downloaded goblin v0.8.2
7562026-08-13T17:47:34.944Z Downloaded typify v0.6.2
7572026-08-13T17:47:34.948Z Downloaded hkdf v0.12.4
7582026-08-13T17:47:34.948Z Downloaded async-stream-impl v0.3.6
7592026-08-13T17:47:34.948Z Downloaded tracing v0.1.41
7602026-08-13T17:47:34.952Z Downloaded debug-ignore v1.0.5
7612026-08-13T17:47:34.952Z Downloaded itertools v0.14.0
7622026-08-13T17:47:34.955Z Downloaded iddqd v0.4.5
7632026-08-13T17:47:34.959Z Downloaded crc8 v0.1.1
7642026-08-13T17:47:34.967Z Downloaded dyn-clone v1.0.20
7652026-08-13T17:47:34.967Z Downloaded dtrace-parser v0.2.0
7662026-08-13T17:47:34.967Z Downloaded toml_edit v0.22.27
7672026-08-13T17:47:34.970Z Downloaded cfg_aliases v0.2.1
7682026-08-13T17:47:34.971Z Downloaded url v2.5.7
7692026-08-13T17:47:34.971Z Downloaded block-buffer v0.10.4
7702026-08-13T17:47:34.971Z Downloaded base64ct v1.8.0
7712026-08-13T17:47:34.971Z Downloaded embedded-io v0.4.0
7722026-08-13T17:47:34.971Z Downloaded dtrace-parser v0.3.0
7732026-08-13T17:47:34.971Z Downloaded cfg-if v1.0.4
7742026-08-13T17:47:34.971Z Downloaded cargo_metadata v0.18.1
7752026-08-13T17:47:34.971Z Downloaded equivalent v1.0.2
7762026-08-13T17:47:34.974Z Downloaded cargo-platform v0.1.9
7772026-08-13T17:47:34.986Z Downloaded reqwest v0.13.2
7782026-08-13T17:47:35.000Z Downloaded regex v1.12.4
7792026-08-13T17:47:35.008Z Downloaded tower v0.5.2
7802026-08-13T17:47:35.013Z Downloaded serde_json v1.0.150
7812026-08-13T17:47:35.017Z Downloaded rayon v1.11.0
7822026-08-13T17:47:35.021Z Downloaded tokio-util v0.7.16
7832026-08-13T17:47:35.025Z Downloaded libm v0.2.15
7842026-08-13T17:47:35.030Z Downloaded blake3 v1.8.2
7852026-08-13T17:47:35.034Z Downloaded itertools v0.15.0
7862026-08-13T17:47:35.038Z Downloaded zerocopy-derive v0.8.27
7872026-08-13T17:47:35.042Z Downloaded git2 v0.19.0
7882026-08-13T17:47:35.048Z Downloaded goblin v0.10.1
7892026-08-13T17:47:35.057Z Downloaded tower-http v0.6.8
7902026-08-13T17:47:35.063Z Downloaded tough v0.20.0
7912026-08-13T17:47:35.066Z Downloaded typenum v1.20.1
7922026-08-13T17:47:35.069Z Downloaded typed-path v0.9.3
7932026-08-13T17:47:35.072Z Downloaded zerotrie v0.2.2
7942026-08-13T17:47:35.075Z Downloaded unicode-segmentation v1.12.0
7952026-08-13T17:47:35.080Z Downloaded reqwest v0.12.23
7962026-08-13T17:47:35.105Z Downloaded aws-lc-rs v1.16.2
7972026-08-13T17:47:35.110Z Downloaded unicode-normalization v0.1.24
7982026-08-13T17:47:35.116Z Downloaded moka v0.12.11
7992026-08-13T17:47:35.121Z Downloaded portable-atomic v1.11.1
8002026-08-13T17:47:35.125Z Downloaded zerocopy v0.7.35
8012026-08-13T17:47:35.133Z Downloaded serde_with v3.14.1
8022026-08-13T17:47:35.140Z Downloaded zerovec v0.11.4
8032026-08-13T17:47:35.147Z Downloaded bindgen v0.72.1
8042026-08-13T17:47:35.155Z Downloaded chrono v0.4.45
8052026-08-13T17:47:35.160Z Downloaded winnow v0.7.14
8062026-08-13T17:47:35.167Z Downloaded winnow v1.0.3
8072026-08-13T17:47:35.172Z Downloaded proptest v1.8.0
8082026-08-13T17:47:35.177Z Downloaded tabled v0.15.0
8092026-08-13T17:47:35.186Z Downloaded quinn-proto v0.11.14
8102026-08-13T17:47:35.190Z Downloaded winnow v0.5.40
8112026-08-13T17:47:35.194Z Downloaded rustls-webpki v0.102.8
8122026-08-13T17:47:35.226Z Downloaded syn v1.0.109
8132026-08-13T17:47:35.232Z Downloaded dropshot v0.17.1
8142026-08-13T17:47:35.244Z Downloaded curve25519-dalek v4.1.3
8152026-08-13T17:47:35.249Z Downloaded dropshot v0.16.7
8162026-08-13T17:47:35.261Z Downloaded zerocopy v0.8.27
8172026-08-13T17:47:35.273Z Downloaded unicode-width v0.2.1
8182026-08-13T17:47:35.276Z Downloaded rustls v0.22.4
8192026-08-13T17:47:35.284Z Downloaded regress v0.10.5
8202026-08-13T17:47:35.288Z Downloaded regex-syntax v0.8.11
8212026-08-13T17:47:35.293Z Downloaded hickory-proto v0.25.2
8222026-08-13T17:47:35.303Z Downloaded vcpkg v0.2.15
8232026-08-13T17:47:35.323Z Downloaded time v0.3.47
8242026-08-13T17:47:35.329Z Downloaded openssl v0.10.81
8252026-08-13T17:47:35.335Z Downloaded nix v0.30.1
8262026-08-13T17:47:35.341Z Downloaded bstr v1.12.0
8272026-08-13T17:47:35.346Z Downloaded hickory-proto v0.24.4
8282026-08-13T17:47:35.355Z Downloaded nix v0.31.3
8292026-08-13T17:47:35.361Z Downloaded openapiv3 v2.2.0
8302026-08-13T17:47:35.368Z Downloaded smoltcp v0.11.0
8312026-08-13T17:47:35.375Z Downloaded syn v2.0.118
8322026-08-13T17:47:35.381Z Downloaded typify-impl v0.6.2
8332026-08-13T17:47:35.390Z Downloaded typify-impl v0.4.3
8342026-08-13T17:47:35.398Z Downloaded rustls v0.23.40
8352026-08-13T17:47:35.406Z Downloaded rustix v0.38.44
8362026-08-13T17:47:35.417Z Downloaded regress v0.11.1
8372026-08-13T17:47:35.422Z Downloaded rustix v1.1.4
8382026-08-13T17:47:35.435Z Downloaded webpki-roots v1.0.2
8392026-08-13T17:47:35.437Z Downloaded unicode-width v0.1.14
8402026-08-13T17:47:35.441Z Downloaded tabled v0.21.0
8412026-08-13T17:47:35.450Z Downloaded regex-automata v0.4.13
8422026-08-13T17:47:35.459Z Downloaded jiff v0.2.15
8432026-08-13T17:47:35.486Z Downloaded libz-sys v1.1.22
8442026-08-13T17:47:35.512Z Downloaded tokio v1.52.3
8452026-08-13T17:47:35.560Z Downloaded encoding_rs v0.8.35
8462026-08-13T17:47:35.573Z Downloaded ring v0.17.14
8472026-08-13T17:47:35.604Z Downloaded petgraph v0.6.5
8482026-08-13T17:47:35.627Z Downloaded chrono-tz v0.10.4
8492026-08-13T17:47:35.642Z Downloaded petgraph v0.8.2
8502026-08-13T17:47:35.673Z Downloaded libc v0.2.186
8512026-08-13T17:47:35.700Z Downloaded sha3 v0.10.8
8522026-08-13T17:47:35.703Z Downloaded csv v1.4.0
8532026-08-13T17:47:35.879Z Downloaded libgit2-sys v0.17.0+1.8.1
8542026-08-13T17:47:35.910Z Downloaded curl-sys v0.4.89+curl-8.20.0
8552026-08-13T17:47:36.460Z Downloaded aws-lc-sys v0.39.1
8562026-08-13T17:47:36.781Z Compiling proc-macro2 v1.0.106
8572026-08-13T17:47:36.781Z Compiling quote v1.0.45
8582026-08-13T17:47:36.781Z Compiling unicode-ident v1.0.24
8592026-08-13T17:47:36.781Z Compiling serde_core v1.0.228
8602026-08-13T17:47:36.784Z Compiling serde v1.0.228
8612026-08-13T17:47:36.784Z Compiling libc v0.2.186
8622026-08-13T17:47:36.784Z Checking cfg-if v1.0.4
8632026-08-13T17:47:37.098Z Compiling zmij v1.0.17
8642026-08-13T17:47:37.114Z Compiling autocfg v1.5.0
8652026-08-13T17:47:37.393Z Compiling memchr v2.7.5
8662026-08-13T17:47:37.493Z Compiling libm v0.2.15
8672026-08-13T17:47:37.933Z Compiling getrandom v0.4.2
8682026-08-13T17:47:37.950Z Compiling thiserror v2.0.18
8692026-08-13T17:47:37.985Z Checking smallvec v1.15.1
8702026-08-13T17:47:38.043Z Compiling version_check v0.9.5
8712026-08-13T17:47:38.170Z Checking itoa v1.0.15
8722026-08-13T17:47:38.224Z Compiling jobserver v0.1.34
8732026-08-13T17:47:38.300Z Compiling shlex v2.0.1
8742026-08-13T17:47:38.316Z Compiling syn v2.0.118
8752026-08-13T17:47:38.346Z Compiling find-msvc-tools v0.1.9
8762026-08-13T17:47:38.390Z Compiling icu_normalizer_data v2.0.0
8772026-08-13T17:47:38.488Z Compiling icu_properties_data v2.0.1
8782026-08-13T17:47:38.535Z Compiling cc v1.2.64
8792026-08-13T17:47:38.590Z Compiling parking_lot_core v0.9.12
8802026-08-13T17:47:38.636Z Checking stable_deref_trait v1.2.0
8812026-08-13T17:47:38.692Z Compiling serde_json v1.0.150
8822026-08-13T17:47:38.937Z Checking writeable v0.6.1
8832026-08-13T17:47:38.954Z Checking litemap v0.8.0
8842026-08-13T17:47:39.008Z Compiling heck v0.5.0
8852026-08-13T17:47:39.123Z Compiling num-traits v0.2.19
8862026-08-13T17:47:39.138Z Checking percent-encoding v2.3.2
8872026-08-13T17:47:39.380Z Checking form_urlencoded v1.2.2
8882026-08-13T17:47:39.509Z Checking utf8_iter v1.0.4
8892026-08-13T17:47:39.541Z Compiling zerocopy v0.8.27
8902026-08-13T17:47:39.557Z Checking pin-project-lite v0.2.16
8912026-08-13T17:47:39.636Z Checking iana-time-zone v0.1.64
8922026-08-13T17:47:39.654Z Compiling log v0.4.29
8932026-08-13T17:47:39.709Z Compiling rustversion v1.0.22
8942026-08-13T17:47:39.749Z Compiling equivalent v1.0.2
8952026-08-13T17:47:39.837Z Compiling semver v1.0.28
8962026-08-13T17:47:39.853Z Checking socket2 v0.6.4
8972026-08-13T17:47:39.868Z Checking uuid v1.23.3
8982026-08-13T17:47:39.986Z Checking scopeguard v1.2.0
8992026-08-13T17:47:40.091Z Checking lock_api v0.4.14
9002026-08-13T17:47:40.165Z Checking signal-hook-registry v1.4.6
9012026-08-13T17:47:40.243Z Checking mio v1.2.1
9022026-08-13T17:47:40.296Z Checking getrandom v0.2.16
9032026-08-13T17:47:40.312Z Checking dyn-clone v1.0.20
9042026-08-13T17:47:40.326Z Compiling schemars v0.8.22
9052026-08-13T17:47:40.329Z Checking parking_lot v0.12.5
9062026-08-13T17:47:40.413Z Checking bitflags v2.11.1
9072026-08-13T17:47:40.532Z Compiling portable-atomic v1.11.1
9082026-08-13T17:47:40.578Z Checking futures-core v0.3.32
9092026-08-13T17:47:40.619Z Checking critical-section v1.2.0
9102026-08-13T17:47:40.692Z Compiling ring v0.17.14
9112026-08-13T17:47:40.739Z Compiling hashbrown v0.17.1
9122026-08-13T17:47:40.742Z Compiling httparse v1.10.1
9132026-08-13T17:47:40.867Z Compiling thiserror v1.0.69
9142026-08-13T17:47:41.022Z Compiling regex-syntax v0.8.11
9152026-08-13T17:47:41.187Z Compiling synstructure v0.13.2
9162026-08-13T17:47:41.215Z Compiling serde_derive_internals v0.29.1
9172026-08-13T17:47:41.461Z Checking once_cell v1.21.3
9182026-08-13T17:47:41.495Z Compiling indexmap v2.14.0
9192026-08-13T17:47:41.690Z Checking futures-sink v0.3.32
9202026-08-13T17:47:41.920Z Checking slab v0.4.11
9212026-08-13T17:47:41.955Z Compiling rustix v1.1.4
9222026-08-13T17:47:41.972Z Compiling aho-corasick v1.1.3
9232026-08-13T17:47:42.074Z Checking subtle v2.6.1
9242026-08-13T17:47:42.118Z Compiling ucd-trie v0.1.7
9252026-08-13T17:47:42.219Z Checking futures-channel v0.3.32
9262026-08-13T17:47:42.338Z Compiling anyhow v1.0.102
9272026-08-13T17:47:42.405Z Checking rand_core v0.6.4
9282026-08-13T17:47:42.422Z Compiling serde_derive v1.0.228
9292026-08-13T17:47:42.513Z Compiling zerofrom-derive v0.1.6
9302026-08-13T17:47:42.626Z Compiling yoke-derive v0.8.0
9312026-08-13T17:47:42.652Z Compiling zerovec-derive v0.11.1
9322026-08-13T17:47:42.673Z Compiling displaydoc v0.2.5
9332026-08-13T17:47:43.134Z Compiling thiserror-impl v2.0.18
9342026-08-13T17:47:43.410Z Compiling schemars_derive v0.8.22
9352026-08-13T17:47:43.436Z Compiling tokio-macros v2.7.0
9362026-08-13T17:47:43.637Z Compiling zerocopy-derive v0.8.27
9372026-08-13T17:47:43.722Z Checking zerofrom v0.1.6
9382026-08-13T17:47:43.737Z Compiling futures-macro v0.3.32
9392026-08-13T17:47:43.847Z Checking yoke v0.8.0
9402026-08-13T17:47:44.024Z Checking zerovec v0.11.4
9412026-08-13T17:47:44.170Z Checking zerotrie v0.2.2
9422026-08-13T17:47:44.464Z Compiling zeroize_derive v1.4.3
9432026-08-13T17:47:44.509Z Compiling thiserror-impl v1.0.69
9442026-08-13T17:47:44.530Z Compiling regex-automata v0.4.13
9452026-08-13T17:47:44.610Z Compiling pest v2.8.2
9462026-08-13T17:47:44.731Z Checking tinystr v0.8.1
9472026-08-13T17:47:44.848Z Checking potential_utf v0.1.3
9482026-08-13T17:47:44.909Z Checking icu_locale_core v2.0.0
9492026-08-13T17:47:44.983Z Checking icu_collections v2.0.0
9502026-08-13T17:47:45.274Z Checking zeroize v1.8.1
9512026-08-13T17:47:45.350Z Checking icu_provider v2.0.0
9522026-08-13T17:47:45.486Z Checking bytes v1.12.0
9532026-08-13T17:47:45.528Z Checking chrono v0.4.45
9542026-08-13T17:47:45.604Z Checking icu_normalizer v2.0.0
9552026-08-13T17:47:45.641Z Checking icu_properties v2.0.1
9562026-08-13T17:47:45.808Z Compiling serde_tokenstream v0.2.3
9572026-08-13T17:47:45.918Z Checking tokio v1.52.3
9582026-08-13T17:47:46.150Z Compiling pest_meta v2.8.2
9592026-08-13T17:47:46.389Z Compiling regex v1.12.4
9602026-08-13T17:47:46.460Z Checking idna_adapter v1.2.1
9612026-08-13T17:47:46.588Z Checking idna v1.1.0
9622026-08-13T17:47:46.748Z Checking futures-task v0.3.32
9632026-08-13T17:47:46.782Z Checking futures-io v0.3.32
9642026-08-13T17:47:46.835Z Checking url v2.5.7
9652026-08-13T17:47:46.892Z Checking typenum v1.20.1
9662026-08-13T17:47:46.908Z Checking futures-util v0.3.32
9672026-08-13T17:47:47.075Z Compiling pest_generator v2.8.2
9682026-08-13T17:47:47.194Z Compiling getrandom v0.3.3
9692026-08-13T17:47:47.474Z Compiling tracing-attributes v0.1.30
9702026-08-13T17:47:47.580Z Checking tracing-core v0.1.34
9712026-08-13T17:47:47.685Z Compiling allocator-api2 v0.2.21
9722026-08-13T17:47:47.720Z Compiling pest_derive v2.8.2
9732026-08-13T17:47:47.886Z Compiling foldhash v0.2.0
9742026-08-13T17:47:47.943Z Compiling pkg-config v0.3.32
9752026-08-13T17:47:48.030Z Compiling hashbrown v0.16.1
9762026-08-13T17:47:48.085Z Checking fnv v1.0.7
9772026-08-13T17:47:48.184Z Checking http v1.4.2
9782026-08-13T17:47:48.234Z Compiling generic-array v0.14.7
9792026-08-13T17:47:48.394Z Compiling vcpkg v0.2.15
9802026-08-13T17:47:48.616Z Compiling time-core v0.1.8
9812026-08-13T17:47:48.688Z Compiling byteorder v1.5.0
9822026-08-13T17:47:48.743Z Compiling num-conv v0.2.1
9832026-08-13T17:47:48.759Z Checking tracing v0.1.41
9842026-08-13T17:47:48.898Z Compiling time-macros v0.2.27
9852026-08-13T17:47:48.941Z Checking errno v0.3.14
9862026-08-13T17:47:48.972Z Checking base64 v0.22.1
9872026-08-13T17:47:49.069Z Checking ipnet v2.11.0
9882026-08-13T17:47:49.205Z Checking tokio-util v0.7.16
9892026-08-13T17:47:49.222Z Compiling scroll_derive v0.13.1
9902026-08-13T17:47:49.290Z Compiling camino v1.2.3
9912026-08-13T17:47:49.378Z Checking crypto-common v0.1.6
9922026-08-13T17:47:49.506Z Checking http-body v1.0.1
9932026-08-13T17:47:49.655Z Checking atomic-waker v1.1.2
9942026-08-13T17:47:49.671Z Compiling crossbeam-utils v0.8.21
9952026-08-13T17:47:49.705Z Checking ppv-lite86 v0.2.21
9962026-08-13T17:47:49.896Z Compiling slog v2.8.2
9972026-08-13T17:47:50.006Z Checking try-lock v0.2.5
9982026-08-13T17:47:50.023Z Compiling paste v1.0.15
9992026-08-13T17:47:50.047Z Checking tower-service v0.3.3
10002026-08-13T17:47:50.086Z Checking tower-layer v0.3.3
10012026-08-13T17:47:50.103Z Checking want v0.3.1
10022026-08-13T17:47:50.153Z Checking h2 v0.4.14
10032026-08-13T17:47:50.222Z Checking ipnetwork v0.21.1
10042026-08-13T17:47:50.238Z Checking erased-serde v0.3.31
10052026-08-13T17:47:50.354Z Checking rustls-pki-types v1.12.0
10062026-08-13T17:47:50.370Z Checking pretty-hex v0.4.1
10072026-08-13T17:47:50.405Z Checking ryu v1.0.20
10082026-08-13T17:47:50.432Z Checking httpdate v1.0.3
10092026-08-13T17:47:50.486Z Compiling async-trait v0.1.89
10102026-08-13T17:47:50.546Z Checking socket2 v0.5.10
10112026-08-13T17:47:50.628Z Checking untrusted v0.9.0
10122026-08-13T17:47:50.643Z Compiling scroll v0.13.0
10132026-08-13T17:47:50.780Z Compiling usdt-impl v0.6.0
10142026-08-13T17:47:50.900Z Compiling plain v0.2.3
10152026-08-13T17:47:50.994Z Checking http-body-util v0.1.3
10162026-08-13T17:47:51.012Z Compiling goblin v0.10.1
10172026-08-13T17:47:51.047Z Compiling openssl-sys v0.9.117
10182026-08-13T17:47:51.082Z Compiling cmake v0.1.54
10192026-08-13T17:47:51.204Z Compiling fs_extra v1.3.0
10202026-08-13T17:47:51.220Z Compiling strsim v0.11.1
10212026-08-13T17:47:51.423Z Compiling slog-async v2.8.0
10222026-08-13T17:47:51.584Z Compiling dunce v1.0.5
10232026-08-13T17:47:51.665Z Checking rand_core v0.9.3
10242026-08-13T17:47:51.684Z Compiling aws-lc-sys v0.39.1
10252026-08-13T17:47:51.730Z Checking serde_urlencoded v0.7.1
10262026-08-13T17:47:51.745Z Checking oxnet v0.1.6
10272026-08-13T17:47:51.760Z Checking block-buffer v0.10.4
10282026-08-13T17:47:51.834Z Compiling regress v0.10.5
10292026-08-13T17:47:51.897Z Compiling dtrace-parser v0.3.0
10302026-08-13T17:47:51.932Z Compiling openapiv3 v2.2.0
10312026-08-13T17:47:52.005Z Compiling thread-id v5.0.0
10322026-08-13T17:47:52.020Z Checking hyper v1.10.1
10332026-08-13T17:47:52.528Z Checking digest v0.10.7
10342026-08-13T17:47:52.731Z Compiling ident_case v1.0.1
10352026-08-13T17:47:52.752Z Compiling omicron-workspace-hack v0.1.0
10362026-08-13T17:47:52.856Z Compiling darling_core v0.21.3
10372026-08-13T17:47:52.982Z Checking rand_chacha v0.9.0
10382026-08-13T17:47:52.998Z Checking hyper-util v0.1.20
10392026-08-13T17:47:53.170Z Compiling daft-derive v0.1.5
10402026-08-13T17:47:53.400Z Compiling typify-impl v0.4.3
10412026-08-13T17:47:53.502Z Compiling aws-lc-rs v1.16.2
10422026-08-13T17:47:53.810Z Compiling dof v0.4.0
10432026-08-13T17:47:54.053Z Checking powerfmt v0.2.0
10442026-08-13T17:47:54.207Z Checking deranged v0.5.3
10452026-08-13T17:47:54.567Z Checking rand v0.9.3
10462026-08-13T17:47:54.729Z Compiling unsafe-libyaml v0.2.11
10472026-08-13T17:47:54.751Z Compiling syn v1.0.109
10482026-08-13T17:47:54.882Z Compiling usdt-macro v0.6.0
10492026-08-13T17:47:54.954Z Compiling darling_macro v0.21.3
10502026-08-13T17:47:55.009Z Compiling usdt-attr-macro v0.6.0
10512026-08-13T17:47:55.056Z Checking num_threads v0.1.7
10522026-08-13T17:47:55.238Z Compiling serde_yaml v0.9.34+deprecated
10532026-08-13T17:47:55.294Z Checking time v0.3.47
10542026-08-13T17:47:55.497Z Compiling darling v0.21.3
10552026-08-13T17:47:55.585Z Checking sync_wrapper v1.0.2
10562026-08-13T17:47:55.691Z Checking encoding_rs v0.8.35
10572026-08-13T17:47:55.834Z Checking cpufeatures v0.2.17
10582026-08-13T17:47:55.908Z Checking mime v0.3.17
10592026-08-13T17:47:56.082Z Checking untrusted v0.7.1
10602026-08-13T17:47:56.196Z Checking tower v0.5.2
10612026-08-13T17:47:56.483Z Checking crossbeam-channel v0.5.15
10622026-08-13T17:47:56.572Z Checking futures-executor v0.3.32
10632026-08-13T17:47:56.624Z Compiling structmeta-derive v0.3.0
10642026-08-13T17:47:56.661Z Compiling multer v3.1.0
10652026-08-13T17:47:56.716Z Compiling rustls v0.23.40
10662026-08-13T17:47:56.781Z Compiling typify-macro v0.4.3
10672026-08-13T17:47:56.797Z Compiling rustls v0.22.4
10682026-08-13T17:47:56.811Z Checking iri-string v0.7.8
10692026-08-13T17:47:56.926Z Checking futures v0.3.32
10702026-08-13T17:47:57.020Z Compiling async-stream-impl v0.3.6
10712026-08-13T17:47:57.037Z Checking thread_local v1.1.9
10722026-08-13T17:47:57.180Z Checking hex v0.4.3
10732026-08-13T17:47:57.197Z Compiling openssl v0.10.81
10742026-08-13T17:47:57.396Z Checking foreign-types-shared v0.1.1
10752026-08-13T17:47:57.459Z Checking fastrand v2.3.0
10762026-08-13T17:47:57.486Z Checking foreign-types v0.3.2
10772026-08-13T17:47:57.648Z Compiling structmeta v0.3.0
10782026-08-13T17:47:57.690Z Checking tempfile v3.27.0
10792026-08-13T17:47:57.706Z Compiling openssl-macros v0.1.1
10802026-08-13T17:47:57.844Z Compiling strum_macros v0.26.4
10812026-08-13T17:47:57.860Z Checking tower-http v0.6.8
10822026-08-13T17:47:57.882Z Checking memmap2 v0.9.8
10832026-08-13T17:47:57.886Z Checking is-terminal v0.4.16
10842026-08-13T17:47:57.987Z Checking match_cfg v0.1.0
10852026-08-13T17:47:58.060Z Checking unicode-width v0.2.1
10862026-08-13T17:47:58.128Z Compiling native-tls v0.2.14
10872026-08-13T17:47:58.156Z Checking term v1.2.0
10882026-08-13T17:47:58.245Z Checking take_mut v0.2.2
10892026-08-13T17:47:58.275Z Compiling typify v0.4.3
10902026-08-13T17:47:58.350Z Checking openssl-probe v0.1.6
10912026-08-13T17:47:58.398Z Checking slog-term v2.9.2
10922026-08-13T17:47:58.432Z Checking hostname v0.3.1
10932026-08-13T17:47:58.541Z Checking slog-json v2.6.1
10942026-08-13T17:47:58.652Z Compiling newtype-uuid-macros v0.1.0
10952026-08-13T17:47:58.696Z Compiling ref-cast v1.0.25
10962026-08-13T17:47:58.804Z Checking slog-bunyan v2.5.0
10972026-08-13T17:47:59.063Z Compiling ref-cast-impl v1.0.25
10982026-08-13T17:47:59.143Z Compiling dropshot v0.16.7
10992026-08-13T17:47:59.432Z Compiling derive-ex v0.1.8
11002026-08-13T17:47:59.450Z Checking webpki-roots v1.0.2
11012026-08-13T17:47:59.467Z Compiling dropshot_endpoint v0.16.7
11022026-08-13T17:47:59.569Z Compiling strum_macros v0.27.2
11032026-08-13T17:47:59.742Z Checking either v1.15.0
11042026-08-13T17:47:59.932Z Checking winnow v0.7.14
11052026-08-13T17:48:00.694Z Checking tokio-native-tls v0.3.1
11062026-08-13T17:48:00.932Z Checking hyper-tls v0.6.0
11072026-08-13T17:48:00.948Z Compiling test-strategy v0.4.3
11082026-08-13T17:48:01.038Z Compiling progenitor-impl v0.11.1
11092026-08-13T17:48:01.077Z Checking newtype-uuid v1.3.2
11102026-08-13T17:48:01.098Z Checking winnow v1.0.3
11112026-08-13T17:48:01.251Z Checking daft v0.1.5
11122026-08-13T17:48:01.322Z Compiling serde_with_macros v3.14.1
11132026-08-13T17:48:01.387Z Checking toml_parser v1.1.2+spec-1.1.0
11142026-08-13T17:48:01.421Z Checking usdt v0.6.0
11152026-08-13T17:48:01.464Z Checking serde_spanned v1.1.1
11162026-08-13T17:48:01.480Z Checking toml_writer v1.1.1+spec-1.1.0
11172026-08-13T17:48:01.655Z Checking debug-ignore v1.0.5
11182026-08-13T17:48:01.738Z Checking spin v0.9.8
11192026-08-13T17:48:01.756Z Compiling parse-display-derive v0.10.0
11202026-08-13T17:48:01.866Z Checking async-stream v0.3.6
11212026-08-13T17:48:02.063Z Checking rustls-webpki v0.102.8
11222026-08-13T17:48:02.079Z Checking rustls-pemfile v2.2.0
11232026-08-13T17:48:02.221Z Checking waitgroup v0.1.2
11242026-08-13T17:48:02.271Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11252026-08-13T17:48:02.324Z Checking serde_path_to_error v0.1.20
11262026-08-13T17:48:02.403Z Checking hostname v0.4.2
11272026-08-13T17:48:02.618Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11282026-08-13T17:48:02.759Z Checking strum v0.26.3
11292026-08-13T17:48:02.872Z Checking rand_chacha v0.3.1
11302026-08-13T17:48:02.933Z Compiling toml_datetime v0.6.11
11312026-08-13T17:48:03.071Z Checking macaddr v1.0.1
11322026-08-13T17:48:03.106Z Compiling progenitor-macro v0.11.1
11332026-08-13T17:48:03.180Z Checking toml_datetime v0.7.5+spec-1.1.0
11342026-08-13T17:48:03.250Z Checking wait-timeout v0.2.1
11352026-08-13T17:48:03.337Z Checking lazy_static v1.5.0
11362026-08-13T17:48:03.374Z Checking bit-vec v0.8.0
11372026-08-13T17:48:03.405Z Checking quick-error v1.2.3
11382026-08-13T17:48:03.435Z Checking toml v0.9.12+spec-1.1.0
11392026-08-13T17:48:03.506Z Checking rusty-fork v0.3.0
11402026-08-13T17:48:03.585Z Checking bit-set v0.8.0
11412026-08-13T17:48:03.675Z Checking rand v0.8.5
11422026-08-13T17:48:03.719Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11432026-08-13T17:48:03.735Z Checking tabwriter v1.4.1
11442026-08-13T17:48:03.914Z Checking tokio-rustls v0.25.0
11452026-08-13T17:48:04.004Z Checking sha1 v0.10.6
11462026-08-13T17:48:04.111Z Checking rand_xorshift v0.4.0
11472026-08-13T17:48:04.168Z Compiling clap_derive v4.6.1
11482026-08-13T17:48:04.230Z Checking unarray v0.1.4
11492026-08-13T17:48:04.246Z Checking colored v3.1.1
11502026-08-13T17:48:04.305Z Checking utf8parse v0.2.2
11512026-08-13T17:48:04.332Z Checking proptest v1.8.0
11522026-08-13T17:48:04.407Z Checking anstyle-parse v1.0.0
11532026-08-13T17:48:04.436Z Checking strum v0.27.2
11542026-08-13T17:48:04.564Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11552026-08-13T17:48:04.649Z Checking terminal_size v0.4.3
11562026-08-13T17:48:05.036Z Checking anstyle v1.0.14
11572026-08-13T17:48:05.076Z Checking anstyle-query v1.1.4
11582026-08-13T17:48:05.111Z Checking is_terminal_polyfill v1.70.1
11592026-08-13T17:48:05.173Z Checking colorchoice v1.0.4
11602026-08-13T17:48:05.274Z Checking anstream v1.0.0
11612026-08-13T17:48:05.478Z Checking clap_lex v1.1.0
11622026-08-13T17:48:05.944Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11632026-08-13T17:48:05.989Z Checking clap_builder v4.6.0
11642026-08-13T17:48:06.524Z Checking serde_with v3.14.1
11652026-08-13T17:48:06.581Z Compiling itertools v0.14.0
11662026-08-13T17:48:07.200Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11672026-08-13T17:48:07.217Z Checking clap v4.6.1
11682026-08-13T17:48:07.276Z Checking instant v0.1.13
11692026-08-13T17:48:07.295Z Checking rustc-hash v2.1.1
11702026-08-13T17:48:07.440Z Checking iddqd v0.3.18
11712026-08-13T17:48:07.509Z Checking backoff v0.4.0
11722026-08-13T17:48:07.687Z Checking parse-display v0.10.0
11732026-08-13T17:48:07.805Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11742026-08-13T17:48:07.891Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11752026-08-13T17:48:09.537Z Compiling num-derive v0.4.2
11762026-08-13T17:48:10.077Z Compiling rustls-webpki v0.103.6
11772026-08-13T17:48:10.515Z Compiling prettyplease v0.2.37
11782026-08-13T17:48:11.273Z Compiling cfg_aliases v0.2.1
11792026-08-13T17:48:12.247Z Compiling memoffset v0.9.1
11802026-08-13T17:48:12.636Z Checking serde_spanned v0.6.9
11812026-08-13T17:48:13.405Z Compiling tokio-rustls v0.26.4
11822026-08-13T17:48:14.003Z Compiling hyper-rustls v0.27.7
11832026-08-13T17:48:14.212Z Compiling reqwest v0.12.23
11842026-08-13T17:48:15.190Z Checking crossbeam-epoch v0.9.18
11852026-08-13T17:48:15.381Z Compiling progenitor-client v0.11.1
11862026-08-13T17:48:15.500Z Compiling winnow v0.5.40
11872026-08-13T17:48:16.815Z Compiling toml_edit v0.19.15
11882026-08-13T17:48:16.928Z Compiling progenitor v0.11.1
11892026-08-13T17:48:17.617Z Compiling num-integer v0.1.46
11902026-08-13T17:48:17.983Z Compiling proc-macro-crate v1.3.1
11912026-08-13T17:48:18.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11922026-08-13T17:48:18.437Z Compiling progenitor-client v0.10.0
11932026-08-13T17:48:19.162Z Compiling hubpack_derive v0.1.1
11942026-08-13T17:48:19.317Z Compiling rayon-core v1.13.0
11952026-08-13T17:48:19.551Z Checking toml_write v0.1.2
11962026-08-13T17:48:19.673Z Checking hubpack v0.1.2
11972026-08-13T17:48:19.714Z Checking toml_edit v0.22.27
11982026-08-13T17:48:19.781Z Checking num-rational v0.4.2
11992026-08-13T17:48:19.833Z Checking num-iter v0.1.45
12002026-08-13T17:48:20.182Z Compiling zerocopy-derive v0.7.35
12012026-08-13T17:48:20.211Z Compiling num-complex v0.4.6
12022026-08-13T17:48:20.453Z Checking static_assertions v1.1.0
12032026-08-13T17:48:20.615Z Checking num v0.4.3
12042026-08-13T17:48:20.768Z Checking toml v0.8.23
12052026-08-13T17:48:20.796Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12062026-08-13T17:48:21.010Z Checking crossbeam-deque v0.8.6
12072026-08-13T17:48:21.081Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12082026-08-13T17:48:21.192Z Checking float-ord v0.3.2
12092026-08-13T17:48:21.365Z Compiling proc-macro-error-attr v1.0.4
12102026-08-13T17:48:21.421Z Compiling heck v0.4.1
12112026-08-13T17:48:21.515Z Checking bytecount v0.6.9
12122026-08-13T17:48:21.597Z Compiling heapless v0.8.0
12132026-08-13T17:48:21.661Z Checking libscf-sys v1.2.0
12142026-08-13T17:48:21.677Z Compiling ingot-macros v0.1.1
12152026-08-13T17:48:21.792Z Checking hash32 v0.3.1
12162026-08-13T17:48:21.920Z Compiling proc-macro-error v1.0.4
12172026-08-13T17:48:22.128Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12182026-08-13T17:48:22.148Z Compiling smoltcp v0.11.0
12192026-08-13T17:48:22.640Z Compiling zerocopy v0.7.35
12202026-08-13T17:48:22.930Z Compiling num_enum_derive v0.7.5
12212026-08-13T17:48:22.982Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12222026-08-13T17:48:23.028Z Checking cobs v0.3.0
12232026-08-13T17:48:23.177Z Compiling scroll_derive v0.12.1
12242026-08-13T17:48:23.201Z Compiling foreign-types-macros v0.2.3
12252026-08-13T17:48:23.366Z Compiling usdt-impl v0.5.0
12262026-08-13T17:48:23.555Z Checking foreign-types-shared v0.3.1
12272026-08-13T17:48:23.627Z Checking managed v0.8.0
12282026-08-13T17:48:23.647Z Compiling crucible-workspace-hack v0.1.0
12292026-08-13T17:48:23.814Z Checking bitflags v1.3.2
12302026-08-13T17:48:23.829Z Checking foreign-types v0.5.0
12312026-08-13T17:48:23.879Z Checking scroll v0.12.0
12322026-08-13T17:48:23.910Z Checking postcard v1.1.3
12332026-08-13T17:48:23.954Z Checking num_enum v0.7.5
12342026-08-13T17:48:24.033Z Compiling dof v0.3.0
12352026-08-13T17:48:24.190Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12362026-08-13T17:48:24.360Z Compiling dtrace-parser v0.2.0
12372026-08-13T17:48:24.365Z Checking ingot-types v0.1.2
12382026-08-13T17:48:24.365Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12392026-08-13T17:48:24.385Z Checking camino-tempfile v1.4.1
12402026-08-13T17:48:24.388Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-08-13T17:48:24.546Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-08-13T17:48:24.607Z Checking cstr-argument v0.1.2
12432026-08-13T17:48:24.676Z Checking ingot v0.1.1
12442026-08-13T17:48:24.733Z Compiling thread-id v4.2.2
12452026-08-13T17:48:24.773Z Compiling minimal-lexical v0.2.1
12462026-08-13T17:48:24.837Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12472026-08-13T17:48:24.956Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12482026-08-13T17:48:24.991Z Compiling nom v7.1.3
12492026-08-13T17:48:25.013Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12502026-08-13T17:48:25.053Z Checking goblin v0.8.2
12512026-08-13T17:48:25.158Z Checking rayon v1.11.0
12522026-08-13T17:48:25.349Z Compiling num_enum_derive v0.5.11
12532026-08-13T17:48:25.687Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-08-13T17:48:25.936Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-08-13T17:48:26.195Z Compiling rustc_version v0.4.1
12562026-08-13T17:48:26.336Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-08-13T17:48:26.466Z Compiling convert_case v0.4.0
12582026-08-13T17:48:26.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12592026-08-13T17:48:26.576Z Compiling rustix v0.38.44
12602026-08-13T17:48:26.693Z Checking tinyvec_macros v0.1.1
12612026-08-13T17:48:26.746Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12622026-08-13T17:48:26.767Z Checking tinyvec v1.10.0
12632026-08-13T17:48:26.783Z Compiling derive_more v0.99.20
12642026-08-13T17:48:27.075Z Checking num_enum v0.5.11
12652026-08-13T17:48:27.132Z Compiling nix v0.31.3
12662026-08-13T17:48:27.152Z Compiling nix v0.30.1
12672026-08-13T17:48:27.271Z Compiling libz-sys v1.1.22
12682026-08-13T17:48:27.434Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12692026-08-13T17:48:27.600Z Compiling crc32fast v1.5.0
12702026-08-13T17:48:27.848Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12712026-08-13T17:48:27.867Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12722026-08-13T17:48:28.004Z Compiling usdt-macro v0.5.0
12732026-08-13T17:48:28.023Z Compiling usdt-attr-macro v0.5.0
12742026-08-13T17:48:28.553Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-08-13T17:48:28.657Z Compiling zone_cfg_derive v0.3.1
12762026-08-13T17:48:28.678Z Checking papergrid v0.18.0
12772026-08-13T17:48:28.743Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12782026-08-13T17:48:28.759Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12792026-08-13T17:48:28.936Z Checking itertools v0.12.1
12802026-08-13T17:48:29.014Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12812026-08-13T17:48:29.077Z Checking memmap v0.7.0
12822026-08-13T17:48:29.215Z Checking sigpipe v0.1.3
12832026-08-13T17:48:29.246Z Checking jiff v0.2.15
12842026-08-13T17:48:29.300Z Checking glob v0.3.3
12852026-08-13T17:48:29.320Z Checking adler2 v2.0.1
12862026-08-13T17:48:29.433Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-08-13T17:48:29.449Z Checking tabled v0.21.0
12882026-08-13T17:48:29.479Z Checking miniz_oxide v0.8.9
12892026-08-13T17:48:29.495Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
12902026-08-13T17:48:29.711Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-08-13T17:48:29.728Z Checking usdt v0.5.0
12922026-08-13T17:48:29.823Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-08-13T17:48:29.884Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-08-13T17:48:29.914Z Checking zone v0.3.1
12952026-08-13T17:48:30.249Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-08-13T17:48:30.364Z Checking itertools v0.15.0
12972026-08-13T17:48:30.465Z Checking smf v0.2.3
12982026-08-13T17:48:30.649Z Checking secrecy v0.10.3
12992026-08-13T17:48:30.689Z Checking bstr v1.12.0
13002026-08-13T17:48:30.767Z Checking whoami v1.6.1
13012026-08-13T17:48:30.939Z Checking flate2 v1.1.2
13022026-08-13T17:48:31.025Z Compiling curve25519-dalek v4.1.3
13032026-08-13T17:48:31.051Z Compiling clang-sys v1.8.1
13042026-08-13T17:48:31.068Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13052026-08-13T17:48:31.217Z Checking hmac v0.12.1
13062026-08-13T17:48:31.305Z Checking inout v0.1.4
13072026-08-13T17:48:31.357Z Checking hybrid-array v0.4.12
13082026-08-13T17:48:31.416Z Checking ff v0.13.1
13092026-08-13T17:48:31.447Z Compiling enum-as-inner v0.6.1
13102026-08-13T17:48:31.539Z Checking data-encoding v2.9.0
13112026-08-13T17:48:31.632Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13122026-08-13T17:48:31.796Z Compiling semver v0.1.20
13132026-08-13T17:48:31.809Z Checking group v0.13.0
13142026-08-13T17:48:31.812Z Checking cipher v0.4.4
13152026-08-13T17:48:31.961Z Checking hkdf v0.12.4
13162026-08-13T17:48:31.991Z Compiling rustc_version v0.1.7
13172026-08-13T17:48:32.046Z Checking atomicwrites v0.4.4
13182026-08-13T17:48:32.087Z Compiling thiserror-impl-no-std v2.0.2
13192026-08-13T17:48:32.104Z Checking universal-hash v0.5.1
13202026-08-13T17:48:32.176Z Checking crypto-bigint v0.5.5
13212026-08-13T17:48:32.191Z Compiling regress v0.11.1
13222026-08-13T17:48:32.194Z Checking half v2.7.1
13232026-08-13T17:48:32.225Z Compiling curve25519-dalek-derive v0.1.1
13242026-08-13T17:48:32.434Z Checking base16ct v0.2.0
13252026-08-13T17:48:32.451Z Checking indent_write v2.2.0
13262026-08-13T17:48:32.592Z Checking ciborium-io v0.2.2
13272026-08-13T17:48:32.627Z Checking base64ct v1.8.0
13282026-08-13T17:48:32.686Z Checking opaque-debug v0.3.1
13292026-08-13T17:48:32.825Z Checking poly1305 v0.8.0
13302026-08-13T17:48:32.865Z Checking password-hash v0.5.0
13312026-08-13T17:48:32.997Z Checking ciborium-ll v0.2.2
13322026-08-13T17:48:33.094Z Compiling newtype_derive v0.1.6
13332026-08-13T17:48:33.172Z Checking thiserror-no-std v2.0.2
13342026-08-13T17:48:33.188Z Checking chacha20 v0.9.1
13352026-08-13T17:48:33.216Z Checking elliptic-curve v0.13.8
13362026-08-13T17:48:33.261Z Checking block-buffer v0.12.0
13372026-08-13T17:48:33.325Z Checking crypto-common v0.2.2
13382026-08-13T17:48:33.372Z Checking similar v2.7.0
13392026-08-13T17:48:33.389Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-08-13T17:48:33.407Z Checking blake2 v0.10.6
13412026-08-13T17:48:33.463Z Checking aead v0.5.2
13422026-08-13T17:48:33.604Z Compiling libloading v0.8.9
13432026-08-13T17:48:33.622Z Checking keccak v0.1.6
13442026-08-13T17:48:33.626Z Checking resolv-conf v0.7.5
13452026-08-13T17:48:33.654Z Compiling owo-colors v4.3.0
13462026-08-13T17:48:33.705Z Checking compression-core v0.4.32
13472026-08-13T17:48:33.789Z Compiling typify-impl v0.6.2
13482026-08-13T17:48:33.805Z Checking linked-hash-map v0.5.6
13492026-08-13T17:48:33.808Z Compiling bindgen v0.72.1
13502026-08-13T17:48:33.837Z Checking const-oid v0.10.2
13512026-08-13T17:48:33.949Z Checking compression-codecs v0.4.32
13522026-08-13T17:48:33.971Z Checking lru-cache v0.1.2
13532026-08-13T17:48:34.004Z Checking digest v0.11.3
13542026-08-13T17:48:34.038Z Checking sha3 v0.10.8
13552026-08-13T17:48:34.124Z Checking vsss-rs v3.3.4
13562026-08-13T17:48:34.144Z Checking argon2 v0.5.3
13572026-08-13T17:48:34.159Z Checking chacha20poly1305 v0.10.1
13582026-08-13T17:48:34.282Z Checking ciborium v0.2.2
13592026-08-13T17:48:34.299Z Checking hickory-proto v0.24.4
13602026-08-13T17:48:34.444Z Checking tokio-dtrace v0.1.1
13612026-08-13T17:48:34.626Z Compiling cexpr v0.6.0
13622026-08-13T17:48:34.692Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13632026-08-13T17:48:34.993Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-08-13T17:48:35.190Z Checking serde-big-array v0.5.1
13652026-08-13T17:48:35.206Z Compiling serde_repr v0.1.20
13662026-08-13T17:48:35.227Z Compiling derive-where v1.6.0
13672026-08-13T17:48:35.328Z Checking toml_datetime v1.1.1+spec-1.1.0
13682026-08-13T17:48:35.527Z Compiling dropshot v0.17.1
13692026-08-13T17:48:35.730Z Checking same-file v1.0.6
13702026-08-13T17:48:35.766Z Compiling shlex v1.3.0
13712026-08-13T17:48:35.770Z Checking unicode-segmentation v1.12.0
13722026-08-13T17:48:35.815Z Checking siphasher v1.0.1
13732026-08-13T17:48:35.851Z Checking cpufeatures v0.3.0
13742026-08-13T17:48:35.932Z Checking sha1 v0.11.0
13752026-08-13T17:48:35.980Z Checking phf_shared v0.12.1
13762026-08-13T17:48:36.101Z Checking newline-converter v0.3.0
13772026-08-13T17:48:36.114Z Checking walkdir v2.5.0
13782026-08-13T17:48:36.129Z Checking hickory-resolver v0.24.4
13792026-08-13T17:48:36.211Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13802026-08-13T17:48:36.333Z Checking toml v1.1.2+spec-1.1.0
13812026-08-13T17:48:36.470Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13822026-08-13T17:48:36.795Z Checking oxide-tokio-rt v0.1.2
13832026-08-13T17:48:36.913Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13842026-08-13T17:48:36.975Z Checking async-compression v0.4.33
13852026-08-13T17:48:37.112Z Compiling progenitor-impl v0.10.0
13862026-08-13T17:48:37.204Z Compiling typify-macro v0.6.2
13872026-08-13T17:48:37.221Z Checking console v0.15.11
13882026-08-13T17:48:37.494Z Checking tokio-stream v0.1.17
13892026-08-13T17:48:37.637Z Compiling dropshot_endpoint v0.17.1
13902026-08-13T17:48:37.777Z Compiling pin-project-internal v1.1.10
13912026-08-13T17:48:37.937Z Compiling slog-dtrace v0.3.0
13922026-08-13T17:48:38.174Z Checking csv-core v0.1.12
13932026-08-13T17:48:38.364Z Compiling chrono-tz v0.10.4
13942026-08-13T17:48:38.440Z Checking foldhash v0.1.5
13952026-08-13T17:48:38.582Z Checking unicode-linebreak v0.1.5
13962026-08-13T17:48:38.598Z Checking swrite v0.1.0
13972026-08-13T17:48:38.698Z Checking unicode-width v0.1.14
13982026-08-13T17:48:38.781Z Compiling cancel-safe-futures v0.1.5
13992026-08-13T17:48:38.803Z Checking smawk v0.3.2
14002026-08-13T17:48:38.863Z Compiling unicode-xid v0.2.6
14012026-08-13T17:48:38.934Z Checking textwrap v0.16.2
14022026-08-13T17:48:38.953Z Checking pin-project v1.1.10
14032026-08-13T17:48:38.989Z Compiling const_format_proc_macros v0.2.34
14042026-08-13T17:48:39.065Z Checking hashbrown v0.15.5
14052026-08-13T17:48:39.083Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-08-13T17:48:39.154Z Checking csv v1.4.0
14072026-08-13T17:48:39.214Z Compiling progenitor-macro v0.10.0
14082026-08-13T17:48:39.320Z Checking qorb v0.4.1
14092026-08-13T17:48:39.514Z Checking expectorate v1.2.0
14102026-08-13T17:48:39.661Z Checking phf v0.12.1
14112026-08-13T17:48:39.775Z Checking unicode-normalization v0.1.24
14122026-08-13T17:48:39.805Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-08-13T17:48:40.176Z Compiling snafu-derive v0.8.9
14142026-08-13T17:48:40.522Z Checking libsw-core v0.3.2
14152026-08-13T17:48:40.626Z Compiling libgit2-sys v0.17.0+1.8.1
14162026-08-13T17:48:40.667Z Compiling async-recursion v1.1.1
14172026-08-13T17:48:41.050Z Compiling cookie v0.18.1
14182026-08-13T17:48:41.286Z Checking highway v1.3.0
14192026-08-13T17:48:41.343Z Checking fixedbitset v0.5.7
14202026-08-13T17:48:41.361Z Compiling moka v0.12.11
14212026-08-13T17:48:41.405Z Checking fixedbitset v0.4.2
14222026-08-13T17:48:41.549Z Checking petgraph v0.8.2
14232026-08-13T17:48:41.565Z Checking petgraph v0.6.5
14242026-08-13T17:48:41.884Z Checking snafu v0.8.9
14252026-08-13T17:48:42.118Z Checking libsw v3.5.0
14262026-08-13T17:48:42.269Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-08-13T17:48:42.457Z Checking olpc-cjson v0.1.4
14282026-08-13T17:48:42.637Z Checking const_format v0.2.34
14292026-08-13T17:48:42.785Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-08-13T17:48:43.091Z Checking papergrid v0.11.0
14312026-08-13T17:48:43.114Z Compiling typify v0.6.2
14322026-08-13T17:48:43.131Z Checking globset v0.4.16
14332026-08-13T17:48:43.182Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14342026-08-13T17:48:43.211Z Checking gethostname v0.5.0
14352026-08-13T17:48:43.335Z Checking progenitor v0.10.0
14362026-08-13T17:48:43.373Z Compiling tabled_derive v0.7.0
14372026-08-13T17:48:43.411Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-08-13T17:48:43.467Z Checking reqwest v0.13.2
14392026-08-13T17:48:43.676Z Checking bcs v0.1.6
14402026-08-13T17:48:43.705Z Checking pem v3.0.5
14412026-08-13T17:48:43.737Z Checking serde_plain v1.0.2
14422026-08-13T17:48:43.862Z Checking termtree v0.5.1
14432026-08-13T17:48:43.885Z Checking crc8 v0.1.1
14442026-08-13T17:48:43.905Z Checking linear-map v1.2.0
14452026-08-13T17:48:43.983Z Compiling signal-hook v0.4.4
14462026-08-13T17:48:44.000Z Checking humantime v2.3.0
14472026-08-13T17:48:44.016Z Checking tagptr v0.2.0
14482026-08-13T17:48:44.071Z Checking typed-path v0.9.3
14492026-08-13T17:48:44.178Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-08-13T17:48:44.222Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-08-13T17:48:44.287Z Checking tabled v0.15.0
14522026-08-13T17:48:44.760Z Compiling progenitor-impl v0.14.0
14532026-08-13T17:48:44.825Z Checking tough v0.20.0
14542026-08-13T17:48:45.394Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-08-13T17:48:45.520Z Checking steno v0.4.1
14562026-08-13T17:48:45.786Z Checking hickory-proto v0.25.2
14572026-08-13T17:48:46.317Z Compiling curl-sys v0.4.89+curl-8.20.0
14582026-08-13T17:48:46.494Z Compiling cargo-platform v0.1.9
14592026-08-13T17:48:46.711Z Compiling vergen v8.3.2
14602026-08-13T17:48:46.736Z Compiling fs-err v3.1.2
14612026-08-13T17:48:46.790Z Compiling cargo_metadata v0.18.1
14622026-08-13T17:48:46.837Z Compiling progenitor-macro v0.14.0
14632026-08-13T17:48:47.076Z Checking progenitor-client v0.14.0
14642026-08-13T17:48:47.147Z Checking dropshot-api-manager-types v0.7.2
14652026-08-13T17:48:47.294Z Checking sha2 v0.10.9
14662026-08-13T17:48:47.313Z Compiling blake3 v1.8.2
14672026-08-13T17:48:47.351Z Checking hickory-resolver v0.25.2
14682026-08-13T17:48:48.005Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-08-13T17:48:48.054Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14702026-08-13T17:48:48.235Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-08-13T17:48:48.780Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-08-13T17:48:48.859Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-08-13T17:48:49.202Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-08-13T17:48:49.316Z Checking git-stub v1.0.0
14752026-08-13T17:48:49.472Z Compiling strum_macros v0.28.0
14762026-08-13T17:48:49.629Z Checking filetime v0.2.26
14772026-08-13T17:48:49.768Z Compiling curl v0.4.50
14782026-08-13T17:48:49.905Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-08-13T17:48:49.926Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-08-13T17:48:50.014Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-08-13T17:48:50.235Z Checking xattr v1.6.1
14822026-08-13T17:48:50.252Z Checking is_ci v1.2.0
14832026-08-13T17:48:50.355Z Checking arrayvec v0.7.6
14842026-08-13T17:48:50.371Z Checking arrayref v0.3.9
14852026-08-13T17:48:50.386Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-08-13T17:48:50.402Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-08-13T17:48:50.446Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-08-13T17:48:50.540Z Checking constant_time_eq v0.3.1
14892026-08-13T17:48:50.636Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14902026-08-13T17:48:50.653Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14912026-08-13T17:48:50.864Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-08-13T17:48:50.993Z Checking progenitor v0.14.0
14932026-08-13T17:48:51.072Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14942026-08-13T17:48:51.124Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14952026-08-13T17:48:51.158Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-08-13T17:48:51.252Z Checking strum v0.28.0
14972026-08-13T17:48:51.413Z Checking tar v0.4.45
14982026-08-13T17:48:51.578Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-08-13T17:48:51.670Z Checking supports-color v3.0.2
15002026-08-13T17:48:51.717Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15012026-08-13T17:48:51.783Z Checking toml v0.7.8
15022026-08-13T17:48:51.821Z Checking git-stub-vcs v0.1.0
15032026-08-13T17:48:52.403Z Checking drift v0.2.0
15042026-08-13T17:48:52.423Z Checking kstat-rs v0.2.4
15052026-08-13T17:48:52.650Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15062026-08-13T17:48:52.773Z Checking topological-sort v0.2.2
15072026-08-13T17:48:52.917Z Checking omicron-zone-package v0.12.2
15082026-08-13T17:48:53.050Z Checking dropshot-api-manager v0.7.2
15092026-08-13T17:48:53.393Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-08-13T17:48:54.409Z Checking signal-hook-tokio v0.4.0
15112026-08-13T17:48:54.541Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15122026-08-13T17:48:54.752Z Checking scuffle v0.1.0
15132026-08-13T17:48:54.832Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15142026-08-13T17:48:55.055Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15152026-08-13T17:48:55.233Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15162026-08-13T17:48:55.464Z Checking iddqd v0.4.5
15172026-08-13T17:48:55.834Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15182026-08-13T17:48:55.920Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-08-13T17:48:56.032Z Checking internet-checksum v0.2.1
15202026-08-13T17:48:56.075Z Checking search_path v0.1.4
15212026-08-13T17:48:56.149Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15222026-08-13T17:48:56.170Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-08-13T17:48:56.210Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15242026-08-13T17:48:56.776Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15252026-08-13T17:48:57.240Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-08-13T17:48:57.374Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15272026-08-13T17:48:57.658Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-08-13T17:48:58.708Z Compiling git2 v0.19.0
15292026-08-13T17:48:59.202Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15302026-08-13T17:49:00.991Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15312026-08-13T17:49:08.555Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-08-13T17:49:09.877Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15332026-08-13T17:49:14.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
15342026-08-13T17:49:15.088Z+ for feat in tofino_stub tofino_asic softnpu chaos
15352026-08-13T17:49:15.088Z+ cargo clippy --features tofino_asic -- --deny warnings
15362026-08-13T17:49:15.578Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15372026-08-13T17:49:15.582Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15382026-08-13T17:49:15.656Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-08-13T17:49:15.659Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15402026-08-13T17:49:22.723Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15412026-08-13T17:49:22.726Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15422026-08-13T17:49:25.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
15432026-08-13T17:49:25.384Z+ for feat in tofino_stub tofino_asic softnpu chaos
15442026-08-13T17:49:25.384Z+ cargo clippy --features softnpu -- --deny warnings
15452026-08-13T17:49:25.687Z Downloading crates ...
15462026-08-13T17:49:25.832Z Downloaded typeid v1.0.3
15472026-08-13T17:49:25.835Z Downloaded bitstruct v0.1.1
15482026-08-13T17:49:25.836Z Downloaded ascii v1.1.0
15492026-08-13T17:49:25.836Z Downloaded funty v2.0.0
15502026-08-13T17:49:25.836Z Downloaded wyz v0.5.1
15512026-08-13T17:49:25.840Z Downloaded bitstruct_derive v0.1.0
15522026-08-13T17:49:25.840Z Downloaded radium v0.7.0
15532026-08-13T17:49:25.844Z Downloaded tap v1.0.1
15542026-08-13T17:49:25.847Z Downloaded serde_arrays v0.1.0
15552026-08-13T17:49:25.847Z Downloaded num-bigint v0.4.6
15562026-08-13T17:49:25.847Z Downloaded libloading v0.7.4
15572026-08-13T17:49:25.851Z Downloaded erased-serde v0.4.8
15582026-08-13T17:49:25.859Z Downloaded bitvec v1.0.1
15592026-08-13T17:49:25.985Z Checking num-integer v0.1.46
15602026-08-13T17:49:26.064Z Checking num-complex v0.4.6
15612026-08-13T17:49:26.074Z Compiling radium v0.7.0
15622026-08-13T17:49:26.081Z Checking tap v1.0.1
15632026-08-13T17:49:26.086Z Checking funty v2.0.0
15642026-08-13T17:49:26.093Z Compiling typeid v1.0.3
15652026-08-13T17:49:26.096Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15662026-08-13T17:49:26.105Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-08-13T17:49:26.165Z Checking wyz v0.5.1
15682026-08-13T17:49:26.259Z Checking num-bigint v0.4.6
15692026-08-13T17:49:26.262Z Checking num-iter v0.1.45
15702026-08-13T17:49:26.314Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-08-13T17:49:26.328Z Compiling erased-serde v0.4.8
15722026-08-13T17:49:26.378Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-08-13T17:49:26.386Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-08-13T17:49:26.411Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-08-13T17:49:26.458Z Compiling bitstruct_derive v0.1.0
15762026-08-13T17:49:26.487Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-08-13T17:49:26.502Z Checking bitvec v1.0.1
15782026-08-13T17:49:26.505Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15792026-08-13T17:49:26.519Z Checking ascii v1.1.0
15802026-08-13T17:49:26.522Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15812026-08-13T17:49:26.586Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-08-13T17:49:26.683Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-08-13T17:49:26.692Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-08-13T17:49:26.701Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-08-13T17:49:26.704Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-08-13T17:49:26.979Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15872026-08-13T17:49:26.998Z Checking serde_arrays v0.1.0
15882026-08-13T17:49:27.082Z Checking num-rational v0.4.2
15892026-08-13T17:49:27.098Z Checking libloading v0.7.4
15902026-08-13T17:49:27.102Z Checking bitstruct v0.1.1
15912026-08-13T17:49:27.132Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15922026-08-13T17:49:27.348Z Checking num v0.4.3
15932026-08-13T17:49:27.416Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-08-13T17:49:27.950Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15952026-08-13T17:49:28.243Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15962026-08-13T17:49:28.247Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15972026-08-13T17:49:28.435Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15982026-08-13T17:49:28.666Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-08-13T17:49:28.666Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-08-13T17:49:29.119Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-08-13T17:49:29.332Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16022026-08-13T17:49:29.335Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-08-13T17:49:29.335Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16042026-08-13T17:49:29.335Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16052026-08-13T17:49:29.713Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16062026-08-13T17:49:30.138Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16072026-08-13T17:49:30.961Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16082026-08-13T17:49:33.217Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16092026-08-13T17:49:33.576Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16102026-08-13T17:49:34.449Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16112026-08-13T17:49:35.128Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-08-13T17:49:35.244Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16132026-08-13T17:49:41.721Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-08-13T17:49:42.985Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16152026-08-13T17:49:43.514Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16162026-08-13T17:49:47.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.48s
16172026-08-13T17:49:48.056Z+ for feat in tofino_stub tofino_asic softnpu chaos
16182026-08-13T17:49:48.056Z+ cargo clippy --features chaos -- --deny warnings
16192026-08-13T17:49:48.534Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16202026-08-13T17:49:48.537Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-08-13T17:49:48.537Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16222026-08-13T17:49:55.704Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-08-13T17:49:55.704Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16242026-08-13T17:49:58.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
16252026-08-13T17:49:58.303Z+ banner fmt
16262026-08-13T17:49:58.307Z
16272026-08-13T17:49:58.307Z ###### # # #####
16282026-08-13T17:49:58.307Z # ## ## #
16292026-08-13T17:49:58.307Z ##### # ## # #
16302026-08-13T17:49:58.307Z # # # #
16312026-08-13T17:49:58.307Z # # # #
16322026-08-13T17:49:58.307Z # # # #
16332026-08-13T17:49:58.307Z
16342026-08-13T17:49:58.307Z+ cargo fmt -- --check
16352026-08-13T17:49:58.751Z+ banner test
16362026-08-13T17:49:58.754Z
16372026-08-13T17:49:58.754Z ##### ###### #### #####
16382026-08-13T17:49:58.754Z # # # #
16392026-08-13T17:49:58.754Z # ##### #### #
16402026-08-13T17:49:58.754Z # # # #
16412026-08-13T17:49:58.754Z # # # # #
16422026-08-13T17:49:58.754Z # ###### #### #
16432026-08-13T17:49:58.754Z
16442026-08-13T17:49:58.754Z+ for feat in tofino_stub tofino_asic softnpu chaos
16452026-08-13T17:49:58.754Z+ RUST_BACKTRACE=full
16462026-08-13T17:49:58.754Z+ cargo test --features tofino_stub --no-fail-fast
16472026-08-13T17:49:59.602Z Compiling unicode-ident v1.0.24
16482026-08-13T17:49:59.603Z Compiling cfg-if v1.0.4
16492026-08-13T17:49:59.606Z Compiling memchr v2.7.5
16502026-08-13T17:49:59.707Z Compiling serde_core v1.0.228
16512026-08-13T17:49:59.725Z Compiling itoa v1.0.15
16522026-08-13T17:49:59.731Z Compiling libc v0.2.186
16532026-08-13T17:49:59.740Z Compiling zmij v1.0.17
16542026-08-13T17:49:59.764Z Compiling libm v0.2.15
16552026-08-13T17:49:59.816Z Compiling proc-macro2 v1.0.106
16562026-08-13T17:50:00.009Z Compiling equivalent v1.0.2
16572026-08-13T17:50:00.098Z Compiling log v0.4.29
16582026-08-13T17:50:00.222Z Compiling quote v1.0.45
16592026-08-13T17:50:00.234Z Compiling heck v0.5.0
16602026-08-13T17:50:00.286Z Compiling smallvec v1.15.1
16612026-08-13T17:50:00.367Z Compiling iana-time-zone v0.1.64
16622026-08-13T17:50:00.497Z Compiling syn v2.0.118
16632026-08-13T17:50:00.510Z Compiling dyn-clone v1.0.20
16642026-08-13T17:50:00.534Z Compiling hashbrown v0.17.1
16652026-08-13T17:50:00.591Z Compiling stable_deref_trait v1.2.0
16662026-08-13T17:50:00.603Z Compiling pin-project-lite v0.2.16
16672026-08-13T17:50:00.653Z Compiling percent-encoding v2.3.2
16682026-08-13T17:50:00.672Z Compiling writeable v0.6.1
16692026-08-13T17:50:00.698Z Compiling litemap v0.8.0
16702026-08-13T17:50:00.854Z Compiling fnv v1.0.7
16712026-08-13T17:50:00.857Z Compiling icu_properties_data v2.0.1
16722026-08-13T17:50:00.914Z Compiling icu_normalizer_data v2.0.0
16732026-08-13T17:50:00.955Z Compiling regex-syntax v0.8.11
16742026-08-13T17:50:00.971Z Compiling form_urlencoded v1.2.2
16752026-08-13T17:50:00.992Z Compiling utf8_iter v1.0.4
16762026-08-13T17:50:01.006Z Compiling scopeguard v1.2.0
16772026-08-13T17:50:01.086Z Compiling lock_api v0.4.14
16782026-08-13T17:50:01.113Z Compiling num-traits v0.2.19
16792026-08-13T17:50:01.140Z Compiling getrandom v0.4.2
16802026-08-13T17:50:01.286Z Compiling aho-corasick v1.1.3
16812026-08-13T17:50:01.313Z Compiling ucd-trie v0.1.7
16822026-08-13T17:50:01.506Z Compiling semver v1.0.28
16832026-08-13T17:50:01.610Z Compiling serde_json v1.0.150
16842026-08-13T17:50:01.646Z Compiling indexmap v2.14.0
16852026-08-13T17:50:01.713Z Compiling byteorder v1.5.0
16862026-08-13T17:50:01.802Z Compiling futures-core v0.3.32
16872026-08-13T17:50:01.854Z Compiling uuid v1.23.3
16882026-08-13T17:50:01.934Z Compiling allocator-api2 v0.2.21
16892026-08-13T17:50:02.251Z Compiling num-conv v0.2.1
16902026-08-13T17:50:02.274Z Compiling foldhash v0.2.0
16912026-08-13T17:50:02.287Z Compiling time-core v0.1.8
16922026-08-13T17:50:02.408Z Compiling regex-automata v0.4.13
16932026-08-13T17:50:02.438Z Compiling time-macros v0.2.27
16942026-08-13T17:50:02.506Z Compiling hashbrown v0.16.1
16952026-08-13T17:50:02.519Z Compiling futures-sink v0.3.32
16962026-08-13T17:50:02.644Z Compiling ryu v1.0.20
16972026-08-13T17:50:02.835Z Compiling pretty-hex v0.4.1
16982026-08-13T17:50:02.980Z Compiling slab v0.4.11
16992026-08-13T17:50:03.141Z Compiling plain v0.2.3
17002026-08-13T17:50:03.168Z Compiling strsim v0.11.1
17012026-08-13T17:50:03.272Z Compiling synstructure v0.13.2
17022026-08-13T17:50:03.331Z Compiling serde_derive_internals v0.29.1
17032026-08-13T17:50:03.461Z Compiling futures-channel v0.3.32
17042026-08-13T17:50:03.567Z Compiling futures-io v0.3.32
17052026-08-13T17:50:03.609Z Compiling futures-task v0.3.32
17062026-08-13T17:50:03.645Z Compiling socket2 v0.6.4
17072026-08-13T17:50:03.727Z Compiling parking_lot_core v0.9.12
17082026-08-13T17:50:03.778Z Compiling signal-hook-registry v1.4.6
17092026-08-13T17:50:03.782Z Compiling thread-id v5.0.0
17102026-08-13T17:50:03.873Z Compiling mio v1.2.1
17112026-08-13T17:50:04.022Z Compiling parking_lot v0.12.5
17122026-08-13T17:50:04.088Z Compiling regress v0.10.5
17132026-08-13T17:50:04.105Z Compiling regex v1.12.4
17142026-08-13T17:50:04.157Z Compiling darling_core v0.21.3
17152026-08-13T17:50:04.177Z Compiling bitflags v2.11.1
17162026-08-13T17:50:04.388Z Compiling base64 v0.22.1
17172026-08-13T17:50:04.422Z Compiling getrandom v0.2.16
17182026-08-13T17:50:04.501Z Compiling serde_derive v1.0.228
17192026-08-13T17:50:04.575Z Compiling zerofrom-derive v0.1.6
17202026-08-13T17:50:04.614Z Compiling yoke-derive v0.8.0
17212026-08-13T17:50:04.692Z Compiling zerovec-derive v0.11.1
17222026-08-13T17:50:04.718Z Compiling displaydoc v0.2.5
17232026-08-13T17:50:05.015Z Compiling thiserror-impl v2.0.18
17242026-08-13T17:50:05.483Z Compiling schemars_derive v0.8.22
17252026-08-13T17:50:05.659Z Compiling tokio-macros v2.7.0
17262026-08-13T17:50:05.784Z Compiling zerocopy-derive v0.8.27
17272026-08-13T17:50:05.797Z Compiling zeroize_derive v1.4.3
17282026-08-13T17:50:06.250Z Compiling futures-macro v0.3.32
17292026-08-13T17:50:06.263Z Compiling thiserror v2.0.18
17302026-08-13T17:50:06.371Z Compiling zerofrom v0.1.6
17312026-08-13T17:50:06.417Z Compiling thiserror-impl v1.0.69
17322026-08-13T17:50:06.490Z Compiling yoke v0.8.0
17332026-08-13T17:50:06.505Z Compiling tracing-attributes v0.1.30
17342026-08-13T17:50:06.686Z Compiling zerovec v0.11.4
17352026-08-13T17:50:06.705Z Compiling zerotrie v0.2.2
17362026-08-13T17:50:07.021Z Compiling pest v2.8.2
17372026-08-13T17:50:07.045Z Compiling zerocopy v0.8.27
17382026-08-13T17:50:07.122Z Compiling scroll_derive v0.13.1
17392026-08-13T17:50:07.182Z Compiling serde v1.0.228
17402026-08-13T17:50:07.641Z Compiling tinystr v0.8.1
17412026-08-13T17:50:07.768Z Compiling bytes v1.12.0
17422026-08-13T17:50:07.836Z Compiling serde_tokenstream v0.2.3
17432026-08-13T17:50:07.851Z Compiling icu_locale_core v2.0.0
17442026-08-13T17:50:07.954Z Compiling potential_utf v0.1.3
17452026-08-13T17:50:08.021Z Compiling chrono v0.4.45
17462026-08-13T17:50:08.125Z Compiling icu_collections v2.0.0
17472026-08-13T17:50:08.136Z Compiling pest_meta v2.8.2
17482026-08-13T17:50:08.359Z Compiling icu_provider v2.0.0
17492026-08-13T17:50:08.426Z Compiling http v1.4.2
17502026-08-13T17:50:08.598Z Compiling icu_properties v2.0.1
17512026-08-13T17:50:08.651Z Compiling icu_normalizer v2.0.0
17522026-08-13T17:50:08.678Z Compiling async-trait v0.1.89
17532026-08-13T17:50:08.706Z Compiling pest_generator v2.8.2
17542026-08-13T17:50:09.257Z Compiling schemars v0.8.22
17552026-08-13T17:50:09.335Z Compiling scroll v0.13.0
17562026-08-13T17:50:09.408Z Compiling thiserror v1.0.69
17572026-08-13T17:50:09.467Z Compiling idna_adapter v1.2.1
17582026-08-13T17:50:09.514Z Compiling pest_derive v2.8.2
17592026-08-13T17:50:09.543Z Compiling tokio v1.52.3
17602026-08-13T17:50:09.601Z Compiling idna v1.1.0
17612026-08-13T17:50:09.616Z Compiling goblin v0.10.1
17622026-08-13T17:50:09.660Z Compiling openapiv3 v2.2.0
17632026-08-13T17:50:09.784Z Compiling daft-derive v0.1.5
17642026-08-13T17:50:10.083Z Compiling url v2.5.7
17652026-08-13T17:50:10.261Z Compiling dtrace-parser v0.3.0
17662026-08-13T17:50:10.365Z Compiling typify-impl v0.4.3
17672026-08-13T17:50:10.539Z Compiling darling_macro v0.21.3
17682026-08-13T17:50:10.956Z Compiling http-body v1.0.1
17692026-08-13T17:50:11.117Z Compiling ppv-lite86 v0.2.21
17702026-08-13T17:50:11.133Z Compiling darling v0.21.3
17712026-08-13T17:50:11.146Z Compiling serde_yaml v0.9.34+deprecated
17722026-08-13T17:50:11.218Z Compiling erased-serde v0.3.31
17732026-08-13T17:50:11.258Z Compiling openssl-macros v0.1.1
17742026-08-13T17:50:11.439Z Compiling atomic-waker v1.1.2
17752026-08-13T17:50:11.574Z Compiling ipnet v2.11.0
17762026-08-13T17:50:12.105Z Compiling httparse v1.10.1
17772026-08-13T17:50:12.157Z Compiling tower-layer v0.3.3
17782026-08-13T17:50:12.320Z Compiling dof v0.4.0
17792026-08-13T17:50:12.395Z Compiling untrusted v0.9.0
17802026-08-13T17:50:12.423Z Compiling tower-service v0.3.3
17812026-08-13T17:50:12.522Z Compiling anyhow v1.0.102
17822026-08-13T17:50:12.538Z Compiling try-lock v0.2.5
17832026-08-13T17:50:12.625Z Compiling syn v1.0.109
17842026-08-13T17:50:12.660Z Compiling want v0.3.1
17852026-08-13T17:50:12.842Z Compiling usdt-impl v0.6.0
17862026-08-13T17:50:12.874Z Compiling zeroize v1.8.1
17872026-08-13T17:50:12.920Z Compiling httpdate v1.0.3
17882026-08-13T17:50:13.167Z Compiling portable-atomic v1.11.1
17892026-08-13T17:50:13.718Z Compiling structmeta-derive v0.3.0
17902026-08-13T17:50:13.814Z Compiling async-stream-impl v0.3.6
17912026-08-13T17:50:14.082Z Compiling critical-section v1.2.0
17922026-08-13T17:50:14.403Z Compiling usdt-attr-macro v0.6.0
17932026-08-13T17:50:14.475Z Compiling usdt-macro v0.6.0
17942026-08-13T17:50:14.528Z Compiling once_cell v1.21.3
17952026-08-13T17:50:14.754Z Compiling newtype-uuid-macros v0.1.0
17962026-08-13T17:50:14.781Z Compiling structmeta v0.3.0
17972026-08-13T17:50:14.996Z Compiling strum_macros v0.26.4
17982026-08-13T17:50:15.599Z Compiling powerfmt v0.2.0
17992026-08-13T17:50:15.735Z Compiling num_threads v0.1.7
18002026-08-13T17:50:15.749Z Compiling deranged v0.5.3
18012026-08-13T17:50:16.203Z Compiling http-body-util v0.1.3
18022026-08-13T17:50:16.310Z Compiling omicron-workspace-hack v0.1.0
18032026-08-13T17:50:16.433Z Compiling dropshot_endpoint v0.16.7
18042026-08-13T17:50:16.446Z Compiling serde_urlencoded v0.7.1
18052026-08-13T17:50:16.537Z Compiling ref-cast-impl v1.0.25
18062026-08-13T17:50:16.575Z Compiling typify-macro v0.4.3
18072026-08-13T17:50:16.645Z Compiling derive-ex v0.1.8
18082026-08-13T17:50:16.732Z Compiling strum_macros v0.27.2
18092026-08-13T17:50:16.841Z Compiling sync_wrapper v1.0.2
18102026-08-13T17:50:16.950Z Compiling serde_with_macros v3.14.1
18112026-08-13T17:50:17.024Z Compiling subtle v2.6.1
18122026-08-13T17:50:17.193Z Compiling thread_local v1.1.9
18132026-08-13T17:50:17.462Z Compiling iri-string v0.7.8
18142026-08-13T17:50:17.524Z Compiling futures-util v0.3.32
18152026-08-13T17:50:18.126Z Compiling match_cfg v0.1.0
18162026-08-13T17:50:18.202Z Compiling rand_core v0.6.4
18172026-08-13T17:50:18.244Z Compiling take_mut v0.2.2
18182026-08-13T17:50:18.337Z Compiling test-strategy v0.4.3
18192026-08-13T17:50:18.356Z Compiling term v1.2.0
18202026-08-13T17:50:18.438Z Compiling typenum v1.20.1
18212026-08-13T17:50:18.721Z Compiling typify v0.4.3
18222026-08-13T17:50:18.818Z Compiling progenitor-impl v0.11.1
18232026-08-13T17:50:19.039Z Compiling parse-display-derive v0.10.0
18242026-08-13T17:50:19.079Z Compiling tracing-core v0.1.34
18252026-08-13T17:50:19.124Z Compiling toml_datetime v0.6.11
18262026-08-13T17:50:19.275Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-08-13T17:50:19.400Z Compiling camino v1.2.3
18282026-08-13T17:50:19.638Z Compiling tracing v0.1.41
18292026-08-13T17:50:19.758Z Compiling clap_derive v4.6.1
18302026-08-13T17:50:19.867Z Compiling encoding_rs v0.8.35
18312026-08-13T17:50:19.884Z Compiling fastrand v2.3.0
18322026-08-13T17:50:20.020Z Compiling cpufeatures v0.2.17
18332026-08-13T17:50:20.095Z Compiling mime v0.3.17
18342026-08-13T17:50:20.155Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-08-13T17:50:20.638Z Compiling unicode-width v0.2.1
18362026-08-13T17:50:21.122Z Compiling errno v0.3.14
18372026-08-13T17:50:21.180Z Compiling hex v0.4.3
18382026-08-13T17:50:21.277Z Compiling generic-array v0.14.7
18392026-08-13T17:50:21.449Z Compiling ipnetwork v0.21.1
18402026-08-13T17:50:21.471Z Compiling crossbeam-utils v0.8.21
18412026-08-13T17:50:21.558Z Compiling tokio-util v0.7.16
18422026-08-13T17:50:21.777Z Compiling slog v2.8.2
18432026-08-13T17:50:21.986Z Compiling rustix v1.1.4
18442026-08-13T17:50:22.145Z Compiling getrandom v0.3.3
18452026-08-13T17:50:22.183Z Compiling winnow v0.7.14
18462026-08-13T17:50:22.278Z Compiling progenitor-macro v0.11.1
18472026-08-13T17:50:22.292Z Compiling rand_core v0.9.3
18482026-08-13T17:50:22.324Z Compiling h2 v0.4.14
18492026-08-13T17:50:22.346Z Compiling crypto-common v0.1.6
18502026-08-13T17:50:22.481Z Compiling oxnet v0.1.6
18512026-08-13T17:50:22.507Z Compiling itertools v0.14.0
18522026-08-13T17:50:23.277Z Compiling winnow v1.0.3
18532026-08-13T17:50:23.551Z Compiling num-derive v0.4.2
18542026-08-13T17:50:23.640Z Compiling toml_parser v1.1.2+spec-1.1.0
18552026-08-13T17:50:23.735Z Compiling serde_spanned v1.1.1
18562026-08-13T17:50:23.751Z Compiling socket2 v0.5.10
18572026-08-13T17:50:23.898Z Compiling debug-ignore v1.0.5
18582026-08-13T17:50:24.011Z Compiling spin v0.9.8
18592026-08-13T17:50:24.203Z Compiling toml_writer v1.1.1+spec-1.1.0
18602026-08-13T17:50:24.356Z Compiling rand_chacha v0.9.0
18612026-08-13T17:50:24.422Z Compiling rustls-pki-types v1.12.0
18622026-08-13T17:50:24.473Z Compiling quick-error v1.2.3
18632026-08-13T17:50:24.525Z Compiling hyper v1.10.1
18642026-08-13T17:50:24.584Z Compiling rand v0.9.3
18652026-08-13T17:50:24.839Z Compiling tabwriter v1.4.1
18662026-08-13T17:50:24.903Z Compiling async-stream v0.3.6
18672026-08-13T17:50:25.080Z Compiling waitgroup v0.1.2
18682026-08-13T17:50:25.083Z Compiling serde_path_to_error v0.1.20
18692026-08-13T17:50:25.198Z Compiling lazy_static v1.5.0
18702026-08-13T17:50:25.225Z Compiling colored v3.1.1
18712026-08-13T17:50:25.237Z Compiling bit-vec v0.8.0
18722026-08-13T17:50:25.302Z Compiling time v0.3.47
18732026-08-13T17:50:25.442Z Compiling bit-set v0.8.0
18742026-08-13T17:50:25.473Z Compiling strum v0.26.3
18752026-08-13T17:50:25.544Z Compiling ring v0.17.14
18762026-08-13T17:50:25.602Z Compiling hyper-util v0.1.20
18772026-08-13T17:50:25.627Z Compiling toml_datetime v0.7.5+spec-1.1.0
18782026-08-13T17:50:25.944Z Compiling anstyle v1.0.14
18792026-08-13T17:50:26.178Z Compiling unarray v0.1.4
18802026-08-13T17:50:26.294Z Compiling toml v0.9.12+spec-1.1.0
18812026-08-13T17:50:26.392Z Compiling crossbeam-channel v0.5.15
18822026-08-13T17:50:26.863Z Compiling macaddr v1.0.1
18832026-08-13T17:50:26.879Z Compiling utf8parse v0.2.2
18842026-08-13T17:50:27.017Z Compiling anstyle-parse v1.0.0
18852026-08-13T17:50:27.075Z Compiling block-buffer v0.10.4
18862026-08-13T17:50:27.096Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18872026-08-13T17:50:27.184Z Compiling ref-cast v1.0.25
18882026-08-13T17:50:27.211Z Compiling is_terminal_polyfill v1.70.1
18892026-08-13T17:50:27.229Z Compiling colorchoice v1.0.4
18902026-08-13T17:50:27.283Z Compiling anstyle-query v1.1.4
18912026-08-13T17:50:27.297Z Compiling digest v0.10.7
18922026-08-13T17:50:27.300Z Compiling strum v0.27.2
18932026-08-13T17:50:27.320Z Compiling is-terminal v0.4.16
18942026-08-13T17:50:27.346Z Compiling clap_lex v1.1.0
18952026-08-13T17:50:27.395Z Compiling anstream v1.0.0
18962026-08-13T17:50:27.413Z Compiling slog-term v2.9.2
18972026-08-13T17:50:27.426Z Compiling slog-async v2.8.0
18982026-08-13T17:50:27.438Z Compiling slog-json v2.6.1
18992026-08-13T17:50:27.637Z Compiling hostname v0.3.1
19002026-08-13T17:50:27.771Z Compiling slog-bunyan v2.5.0
19012026-08-13T17:50:27.783Z Compiling tower v0.5.2
19022026-08-13T17:50:27.794Z Compiling futures-executor v0.3.32
19032026-08-13T17:50:27.848Z Compiling instant v0.1.13
19042026-08-13T17:50:28.074Z Compiling futures v0.3.32
19052026-08-13T17:50:28.087Z Compiling aws-lc-sys v0.39.1
19062026-08-13T17:50:28.157Z Compiling untrusted v0.7.1
19072026-08-13T17:50:28.169Z Compiling openssl-sys v0.9.117
19082026-08-13T17:50:28.267Z Compiling tower-http v0.6.8
19092026-08-13T17:50:28.674Z Compiling aws-lc-rs v1.16.2
19102026-08-13T17:50:28.695Z Compiling memmap2 v0.9.8
19112026-08-13T17:50:29.613Z Compiling rustls-webpki v0.103.6
19122026-08-13T17:50:29.748Z Compiling foreign-types-shared v0.1.1
19132026-08-13T17:50:29.818Z Compiling foreign-types v0.3.2
19142026-08-13T17:50:30.133Z Compiling rustls v0.23.40
19152026-08-13T17:50:30.158Z Compiling tempfile v3.27.0
19162026-08-13T17:50:30.598Z Compiling openssl-probe v0.1.6
19172026-08-13T17:50:30.870Z Compiling openssl v0.10.81
19182026-08-13T17:50:31.102Z Compiling either v1.15.0
19192026-08-13T17:50:31.312Z Compiling usdt v0.6.0
19202026-08-13T17:50:31.616Z Compiling webpki-roots v1.0.2
19212026-08-13T17:50:32.002Z Compiling newtype-uuid v1.3.2
19222026-08-13T17:50:32.354Z Compiling daft v0.1.5
19232026-08-13T17:50:33.206Z Compiling tokio-rustls v0.26.4
19242026-08-13T17:50:33.383Z Compiling native-tls v0.2.14
19252026-08-13T17:50:33.485Z Compiling hyper-rustls v0.27.7
19262026-08-13T17:50:33.648Z Compiling tokio-native-tls v0.3.1
19272026-08-13T17:50:33.825Z Compiling hyper-tls v0.6.0
19282026-08-13T17:50:34.015Z Compiling reqwest v0.12.23
19292026-08-13T17:50:34.741Z Compiling rustls-webpki v0.102.8
19302026-08-13T17:50:34.758Z Compiling rustls-pemfile v2.2.0
19312026-08-13T17:50:34.956Z Compiling multer v3.1.0
19322026-08-13T17:50:35.472Z Compiling hostname v0.4.2
19332026-08-13T17:50:35.643Z Compiling rustls v0.22.4
19342026-08-13T17:50:35.760Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-08-13T17:50:36.334Z Compiling terminal_size v0.4.3
19362026-08-13T17:50:36.409Z Compiling rand_chacha v0.3.1
19372026-08-13T17:50:36.652Z Compiling wait-timeout v0.2.1
19382026-08-13T17:50:37.364Z Compiling rusty-fork v0.3.0
19392026-08-13T17:50:37.410Z Compiling rand v0.8.5
19402026-08-13T17:50:37.514Z Compiling tokio-rustls v0.25.0
19412026-08-13T17:50:38.637Z Compiling sha1 v0.10.6
19422026-08-13T17:50:38.673Z Compiling rand_xorshift v0.4.0
19432026-08-13T17:50:39.252Z Compiling hubpack_derive v0.1.1
19442026-08-13T17:50:39.878Z Compiling dropshot v0.16.7
19452026-08-13T17:50:39.923Z Compiling proptest v1.8.0
19462026-08-13T17:50:40.045Z Compiling clap_builder v4.6.0
19472026-08-13T17:50:41.208Z Compiling serde_spanned v0.6.9
19482026-08-13T17:50:41.915Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19492026-08-13T17:50:41.927Z Compiling clap v4.6.1
19502026-08-13T17:50:42.073Z Compiling prettyplease v0.2.37
19512026-08-13T17:50:43.468Z Compiling progenitor-client v0.10.0
19522026-08-13T17:50:43.531Z Compiling progenitor-client v0.11.1
19532026-08-13T17:50:43.778Z Compiling serde_with v3.14.1
19542026-08-13T17:50:44.599Z Compiling progenitor v0.11.1
19552026-08-13T17:50:45.292Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19562026-08-13T17:50:45.427Z Compiling rustc-hash v2.1.1
19572026-08-13T17:50:45.675Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19582026-08-13T17:50:45.718Z Compiling iddqd v0.3.18
19592026-08-13T17:50:46.797Z Compiling backoff v0.4.0
19602026-08-13T17:50:46.858Z Compiling parse-display v0.10.0
19612026-08-13T17:50:46.880Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622026-08-13T17:50:47.001Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19632026-08-13T17:50:47.099Z Compiling toml_write v0.1.2
19642026-08-13T17:50:47.187Z Compiling winnow v0.5.40
19652026-08-13T17:50:47.296Z Compiling toml_edit v0.22.27
19662026-08-13T17:50:48.585Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-08-13T17:50:49.000Z Compiling num-integer v0.1.46
19682026-08-13T17:50:49.454Z Compiling float-ord v0.3.2
19692026-08-13T17:50:50.110Z Compiling toml v0.8.23
19702026-08-13T17:50:53.376Z Compiling num-rational v0.4.2
19712026-08-13T17:50:53.505Z Compiling num-iter v0.1.45
19722026-08-13T17:50:53.632Z Compiling num-complex v0.4.6
19732026-08-13T17:50:54.011Z Compiling num v0.4.3
19742026-08-13T17:50:54.606Z Compiling toml_edit v0.19.15
19752026-08-13T17:50:56.016Z Compiling proc-macro-crate v1.3.1
19762026-08-13T17:50:57.663Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-08-13T17:50:58.237Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19782026-08-13T17:50:58.704Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19792026-08-13T17:50:59.345Z Compiling memoffset v0.9.1
19802026-08-13T17:50:59.389Z Compiling zerocopy-derive v0.7.35
19812026-08-13T17:51:00.261Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19822026-08-13T17:51:00.460Z Compiling libscf-sys v1.2.0
19832026-08-13T17:51:00.492Z Compiling ingot-macros v0.1.1
19842026-08-13T17:51:01.723Z Compiling scroll_derive v0.12.1
19852026-08-13T17:51:01.937Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-08-13T17:51:02.850Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19872026-08-13T17:51:04.988Z Compiling zerocopy v0.7.35
19882026-08-13T17:51:05.337Z Compiling num_enum_derive v0.7.5
19892026-08-13T17:51:05.572Z Compiling hubpack v0.1.2
19902026-08-13T17:51:05.721Z Compiling foreign-types-macros v0.2.3
19912026-08-13T17:51:05.962Z Compiling static_assertions v1.1.0
19922026-08-13T17:51:06.474Z Compiling glob v0.3.3
19932026-08-13T17:51:06.541Z Compiling proc-macro-error-attr v1.0.4
19942026-08-13T17:51:06.707Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19952026-08-13T17:51:06.916Z Compiling dtrace-parser v0.2.0
19962026-08-13T17:51:06.976Z Compiling bytecount v0.6.9
19972026-08-13T17:51:07.228Z Compiling proc-macro-error v1.0.4
19982026-08-13T17:51:07.273Z Compiling dof v0.3.0
19992026-08-13T17:51:07.856Z Compiling num_enum_derive v0.5.11
20002026-08-13T17:51:09.403Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20012026-08-13T17:51:09.535Z Compiling thread-id v4.2.2
20022026-08-13T17:51:09.641Z Compiling usdt-impl v0.5.0
20032026-08-13T17:51:10.195Z Compiling derive_more v0.99.20
20042026-08-13T17:51:10.444Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20052026-08-13T17:51:10.619Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-08-13T17:51:11.550Z Compiling minimal-lexical v0.2.1
20072026-08-13T17:51:11.564Z Compiling usdt-macro v0.5.0
20082026-08-13T17:51:11.823Z Compiling nom v7.1.3
20092026-08-13T17:51:11.985Z Compiling usdt-attr-macro v0.5.0
20102026-08-13T17:51:12.093Z Compiling zone_cfg_derive v0.3.1
20112026-08-13T17:51:12.344Z Compiling papergrid v0.18.0
20122026-08-13T17:51:12.452Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20132026-08-13T17:51:12.836Z Compiling rustc_version v0.4.1
20142026-08-13T17:51:12.883Z Compiling nix v0.31.3
20152026-08-13T17:51:13.126Z Compiling itertools v0.15.0
20162026-08-13T17:51:13.129Z Compiling crossbeam-epoch v0.9.18
20172026-08-13T17:51:13.289Z Compiling dropshot_endpoint v0.17.1
20182026-08-13T17:51:13.482Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20192026-08-13T17:51:13.560Z Compiling tabled v0.21.0
20202026-08-13T17:51:13.726Z Compiling adler2 v2.0.1
20212026-08-13T17:51:13.874Z Compiling miniz_oxide v0.8.9
20222026-08-13T17:51:13.993Z Compiling crc32fast v1.5.0
20232026-08-13T17:51:14.290Z Compiling enum-as-inner v0.6.1
20242026-08-13T17:51:14.460Z Compiling regress v0.11.1
20252026-08-13T17:51:14.473Z Compiling flate2 v1.1.2
20262026-08-13T17:51:14.567Z Compiling curve25519-dalek v4.1.3
20272026-08-13T17:51:14.866Z Compiling hybrid-array v0.4.12
20282026-08-13T17:51:14.904Z Compiling crossbeam-deque v0.8.6
20292026-08-13T17:51:14.969Z Compiling thiserror-impl-no-std v2.0.2
20302026-08-13T17:51:14.983Z Compiling curve25519-dalek-derive v0.1.1
20312026-08-13T17:51:15.094Z Compiling rayon-core v1.13.0
20322026-08-13T17:51:15.107Z Compiling clang-sys v1.8.1
20332026-08-13T17:51:15.345Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
20342026-08-13T17:51:15.491Z Compiling crypto-common v0.2.2
20352026-08-13T17:51:15.690Z Compiling block-buffer v0.12.0
20362026-08-13T17:51:15.838Z Compiling compression-core v0.4.32
20372026-08-13T17:51:15.858Z Compiling const-oid v0.10.2
20382026-08-13T17:51:16.009Z Compiling typify-impl v0.6.2
20392026-08-13T17:51:16.074Z Compiling compression-codecs v0.4.32
20402026-08-13T17:51:16.103Z Compiling scroll v0.12.0
20412026-08-13T17:51:16.351Z Compiling digest v0.11.3
20422026-08-13T17:51:16.528Z Compiling hash32 v0.3.1
20432026-08-13T17:51:16.575Z Compiling toml_datetime v1.1.1+spec-1.1.0
20442026-08-13T17:51:16.619Z Compiling cpufeatures v0.3.0
20452026-08-13T17:51:16.687Z Compiling sha1 v0.11.0
20462026-08-13T17:51:16.700Z Compiling heapless v0.8.0
20472026-08-13T17:51:16.711Z Compiling goblin v0.8.2
20482026-08-13T17:51:16.714Z Compiling async-compression v0.4.33
20492026-08-13T17:51:16.891Z Compiling toml v1.1.2+spec-1.1.0
20502026-08-13T17:51:16.942Z Compiling ingot-types v0.1.2
20512026-08-13T17:51:17.127Z Compiling cobs v0.3.0
20522026-08-13T17:51:17.196Z Compiling libloading v0.8.9
20532026-08-13T17:51:17.329Z Compiling foreign-types-shared v0.3.1
20542026-08-13T17:51:17.330Z Compiling bitflags v1.3.2
20552026-08-13T17:51:17.398Z Compiling managed v0.8.0
20562026-08-13T17:51:17.422Z Compiling foreign-types v0.5.0
20572026-08-13T17:51:17.509Z Compiling bindgen v0.72.1
20582026-08-13T17:51:17.527Z Compiling ingot v0.1.1
20592026-08-13T17:51:17.683Z Compiling smoltcp v0.11.0
20602026-08-13T17:51:18.505Z Compiling dropshot v0.17.1
20612026-08-13T17:51:18.544Z Compiling postcard v1.1.3
20622026-08-13T17:51:19.321Z Compiling cexpr v0.6.0
20632026-08-13T17:51:19.612Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20642026-08-13T17:51:19.905Z Compiling num_enum v0.7.5
20652026-08-13T17:51:20.013Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20662026-08-13T17:51:20.266Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20672026-08-13T17:51:20.363Z Compiling camino-tempfile v1.4.1
20682026-08-13T17:51:20.425Z Compiling derive-where v1.6.0
20692026-08-13T17:51:20.437Z Compiling serde_repr v0.1.20
20702026-08-13T17:51:20.594Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-08-13T17:51:20.699Z Compiling cstr-argument v0.1.2
20722026-08-13T17:51:20.884Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732026-08-13T17:51:20.897Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-08-13T17:51:21.753Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20752026-08-13T17:51:21.949Z Compiling rayon v1.11.0
20762026-08-13T17:51:22.073Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772026-08-13T17:51:22.205Z Compiling crucible-workspace-hack v0.1.0
20782026-08-13T17:51:22.297Z Compiling typify-macro v0.6.2
20792026-08-13T17:51:23.150Z Compiling memmap v0.7.0
20802026-08-13T17:51:23.269Z Compiling tinyvec_macros v0.1.1
20812026-08-13T17:51:23.348Z Compiling tinyvec v1.10.0
20822026-08-13T17:51:23.351Z Compiling usdt v0.5.0
20832026-08-13T17:51:23.652Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20842026-08-13T17:51:24.149Z Compiling num_enum v0.5.11
20852026-08-13T17:51:24.447Z Compiling typify v0.6.2
20862026-08-13T17:51:24.547Z Compiling pin-project-internal v1.1.10
20872026-08-13T17:51:25.343Z Compiling progenitor-impl v0.14.0
20882026-08-13T17:51:25.619Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-08-13T17:51:25.670Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20902026-08-13T17:51:25.747Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20912026-08-13T17:51:25.833Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20922026-08-13T17:51:25.970Z Compiling rustix v0.38.44
20932026-08-13T17:51:26.411Z Compiling itertools v0.12.1
20942026-08-13T17:51:26.468Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20952026-08-13T17:51:26.631Z Compiling progenitor-impl v0.10.0
20962026-08-13T17:51:26.840Z Compiling sigpipe v0.1.3
20972026-08-13T17:51:26.887Z Compiling jiff v0.2.15
20982026-08-13T17:51:26.941Z Compiling const_format_proc_macros v0.2.34
20992026-08-13T17:51:27.512Z Compiling zone v0.3.1
21002026-08-13T17:51:27.663Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-08-13T17:51:27.804Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21022026-08-13T17:51:28.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21032026-08-13T17:51:28.891Z Compiling progenitor-macro v0.14.0
21042026-08-13T17:51:29.361Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21052026-08-13T17:51:29.447Z Compiling nix v0.30.1
21062026-08-13T17:51:29.985Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-08-13T17:51:30.105Z Compiling progenitor-macro v0.10.0
21082026-08-13T17:51:30.139Z Compiling snafu-derive v0.8.9
21092026-08-13T17:51:30.713Z Compiling secrecy v0.10.3
21102026-08-13T17:51:30.743Z Compiling smf v0.2.3
21112026-08-13T17:51:30.832Z Compiling async-recursion v1.1.1
21122026-08-13T17:51:30.977Z Compiling bstr v1.12.0
21132026-08-13T17:51:31.352Z Compiling whoami v1.6.1
21142026-08-13T17:51:31.536Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-08-13T17:51:32.538Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-08-13T17:51:33.346Z Compiling hmac v0.12.1
21172026-08-13T17:51:33.624Z Compiling inout v0.1.4
21182026-08-13T17:51:33.671Z Compiling ff v0.13.1
21192026-08-13T17:51:33.784Z Compiling data-encoding v2.9.0
21202026-08-13T17:51:34.073Z Compiling crc8 v0.1.1
21212026-08-13T17:51:34.199Z Compiling group v0.13.0
21222026-08-13T17:51:34.242Z Compiling cipher v0.4.4
21232026-08-13T17:51:34.407Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21242026-08-13T17:51:34.636Z Compiling hkdf v0.12.4
21252026-08-13T17:51:35.124Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-08-13T17:51:35.249Z Compiling atomicwrites v0.4.4
21272026-08-13T17:51:35.467Z Compiling tokio-dtrace v0.1.1
21282026-08-13T17:51:35.734Z Compiling tabled_derive v0.7.0
21292026-08-13T17:51:35.931Z Compiling reqwest v0.13.2
21302026-08-13T17:51:36.036Z Compiling universal-hash v0.5.1
21312026-08-13T17:51:36.174Z Compiling crypto-bigint v0.5.5
21322026-08-13T17:51:36.407Z Compiling half v2.7.1
21332026-08-13T17:51:36.661Z Compiling opaque-debug v0.3.1
21342026-08-13T17:51:36.689Z Compiling base16ct v0.2.0
21352026-08-13T17:51:36.741Z Compiling ciborium-io v0.2.2
21362026-08-13T17:51:36.846Z Compiling indent_write v2.2.0
21372026-08-13T17:51:36.861Z Compiling base64ct v1.8.0
21382026-08-13T17:51:37.171Z Compiling password-hash v0.5.0
21392026-08-13T17:51:37.339Z Compiling elliptic-curve v0.13.8
21402026-08-13T17:51:37.487Z Compiling progenitor-client v0.14.0
21412026-08-13T17:51:37.547Z Compiling ciborium-ll v0.2.2
21422026-08-13T17:51:37.658Z Compiling poly1305 v0.8.0
21432026-08-13T17:51:38.050Z Compiling oxide-tokio-rt v0.1.2
21442026-08-13T17:51:38.252Z Compiling chacha20 v0.9.1
21452026-08-13T17:51:38.491Z Compiling similar v2.7.0
21462026-08-13T17:51:38.705Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-08-13T17:51:38.720Z Compiling thiserror-no-std v2.0.2
21482026-08-13T17:51:39.975Z Compiling blake2 v0.10.6
21492026-08-13T17:51:40.289Z Compiling aead v0.5.2
21502026-08-13T17:51:40.336Z Compiling strum_macros v0.28.0
21512026-08-13T17:51:40.443Z Compiling resolv-conf v0.7.5
21522026-08-13T17:51:40.648Z Compiling keccak v0.1.6
21532026-08-13T17:51:40.674Z Compiling linked-hash-map v0.5.6
21542026-08-13T17:51:40.862Z Compiling lru-cache v0.1.2
21552026-08-13T17:51:40.908Z Compiling sha3 v0.10.8
21562026-08-13T17:51:41.214Z Compiling chacha20poly1305 v0.10.1
21572026-08-13T17:51:41.231Z Compiling argon2 v0.5.3
21582026-08-13T17:51:41.350Z Compiling vsss-rs v3.3.4
21592026-08-13T17:51:41.368Z Compiling progenitor v0.14.0
21602026-08-13T17:51:41.510Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-08-13T17:51:41.660Z Compiling ciborium v0.2.2
21622026-08-13T17:51:41.771Z Compiling hickory-proto v0.24.4
21632026-08-13T17:51:42.153Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-08-13T17:51:42.175Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-08-13T17:51:42.632Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-08-13T17:51:42.687Z Compiling serde-big-array v0.5.1
21672026-08-13T17:51:42.785Z Compiling siphasher v1.0.1
21682026-08-13T17:51:42.945Z Compiling same-file v1.0.6
21692026-08-13T17:51:42.986Z Compiling unicode-segmentation v1.12.0
21702026-08-13T17:51:43.158Z Compiling walkdir v2.5.0
21712026-08-13T17:51:43.191Z Compiling phf_shared v0.12.1
21722026-08-13T17:51:43.374Z Compiling newline-converter v0.3.0
21732026-08-13T17:51:43.397Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-08-13T17:51:43.411Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-08-13T17:51:43.560Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-08-13T17:51:43.642Z Compiling hickory-resolver v0.24.4
21772026-08-13T17:51:44.244Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-08-13T17:51:45.411Z Compiling newtype_derive v0.1.6
21792026-08-13T17:51:45.445Z Compiling owo-colors v4.3.0
21802026-08-13T17:51:45.498Z Compiling tokio-stream v0.1.17
21812026-08-13T17:51:45.586Z Compiling console v0.15.11
21822026-08-13T17:51:45.961Z Compiling csv-core v0.1.12
21832026-08-13T17:51:46.014Z Compiling swrite v0.1.0
21842026-08-13T17:51:46.194Z Compiling unicode-linebreak v0.1.5
21852026-08-13T17:51:46.198Z Compiling humantime v2.3.0
21862026-08-13T17:51:46.381Z Compiling unicode-width v0.1.14
21872026-08-13T17:51:46.404Z Compiling termtree v0.5.1
21882026-08-13T17:51:46.442Z Compiling smawk v0.3.2
21892026-08-13T17:51:46.464Z Compiling foldhash v0.1.5
21902026-08-13T17:51:46.556Z Compiling textwrap v0.16.2
21912026-08-13T17:51:46.616Z Compiling hashbrown v0.15.5
21922026-08-13T17:51:46.659Z Compiling csv v1.4.0
21932026-08-13T17:51:46.662Z Compiling expectorate v1.2.0
21942026-08-13T17:51:46.697Z Compiling qorb v0.4.1
21952026-08-13T17:51:46.836Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-08-13T17:51:47.174Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-08-13T17:51:48.469Z Compiling phf v0.12.1
21982026-08-13T17:51:48.635Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-08-13T17:51:49.095Z Compiling pin-project v1.1.10
22002026-08-13T17:51:49.125Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22012026-08-13T17:51:49.160Z Compiling unicode-normalization v0.1.24
22022026-08-13T17:51:49.205Z Compiling libz-sys v1.1.22
22032026-08-13T17:51:49.651Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-08-13T17:51:50.521Z Compiling libsw-core v0.3.2
22052026-08-13T17:51:50.801Z Compiling fixedbitset v0.5.7
22062026-08-13T17:51:51.003Z Compiling fixedbitset v0.4.2
22072026-08-13T17:51:51.042Z Compiling highway v1.3.0
22082026-08-13T17:51:51.446Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-08-13T17:51:51.541Z Compiling petgraph v0.6.5
22102026-08-13T17:51:52.427Z Compiling petgraph v0.8.2
22112026-08-13T17:51:53.088Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-08-13T17:51:53.401Z Compiling progenitor v0.10.0
22132026-08-13T17:51:53.887Z Compiling libsw v3.5.0
22142026-08-13T17:51:54.253Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-08-13T17:51:54.653Z Compiling olpc-cjson v0.1.4
22162026-08-13T17:51:54.835Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-08-13T17:51:54.839Z Compiling snafu v0.8.9
22182026-08-13T17:51:55.551Z Compiling chrono-tz v0.10.4
22192026-08-13T17:51:56.125Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-08-13T17:51:56.334Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-08-13T17:51:56.765Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-08-13T17:51:56.831Z Compiling papergrid v0.11.0
22232026-08-13T17:51:57.114Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-08-13T17:51:57.226Z Compiling strum v0.28.0
22252026-08-13T17:51:57.258Z Compiling globset v0.4.16
22262026-08-13T17:51:57.361Z Compiling const_format v0.2.34
22272026-08-13T17:51:57.391Z Compiling slog-dtrace v0.3.0
22282026-08-13T17:51:57.742Z Compiling cancel-safe-futures v0.1.5
22292026-08-13T17:51:57.765Z Compiling gethostname v0.5.0
22302026-08-13T17:51:58.126Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-08-13T17:51:58.646Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-08-13T17:51:58.984Z Compiling dropshot-api-manager-types v0.7.2
22332026-08-13T17:51:59.103Z Compiling bcs v0.1.6
22342026-08-13T17:51:59.249Z Compiling cargo-platform v0.1.9
22352026-08-13T17:51:59.363Z Compiling serde_plain v1.0.2
22362026-08-13T17:51:59.427Z Compiling pem v3.0.5
22372026-08-13T17:51:59.440Z Compiling tagptr v0.2.0
22382026-08-13T17:51:59.575Z Compiling linear-map v1.2.0
22392026-08-13T17:51:59.585Z Compiling typed-path v0.9.3
22402026-08-13T17:52:00.333Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-08-13T17:52:01.421Z Compiling tough v0.20.0
22422026-08-13T17:52:01.842Z Compiling moka v0.12.11
22432026-08-13T17:52:01.857Z Compiling cargo_metadata v0.18.1
22442026-08-13T17:52:02.162Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-08-13T17:52:03.027Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-08-13T17:52:03.250Z Compiling tabled v0.15.0
22472026-08-13T17:52:03.311Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-08-13T17:52:03.876Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-08-13T17:52:04.288Z Compiling git2 v0.19.0
22502026-08-13T17:52:06.210Z Compiling steno v0.4.1
22512026-08-13T17:52:07.051Z Compiling cookie v0.18.1
22522026-08-13T17:52:07.193Z Compiling hickory-proto v0.25.2
22532026-08-13T17:52:09.284Z Compiling hickory-resolver v0.25.2
22542026-08-13T17:52:09.885Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-08-13T17:52:12.301Z Compiling vergen v8.3.2
22562026-08-13T17:52:13.817Z Compiling signal-hook v0.4.4
22572026-08-13T17:52:14.314Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-08-13T17:52:14.582Z Compiling predicates-core v1.0.9
22592026-08-13T17:52:14.790Z Compiling mockall_derive v0.14.0
22602026-08-13T17:52:15.199Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-08-13T17:52:15.212Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-08-13T17:52:15.384Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-08-13T17:52:15.398Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-08-13T17:52:15.601Z Compiling sha2 v0.10.9
22652026-08-13T17:52:16.498Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-08-13T17:52:17.261Z Compiling yansi v1.0.1
22672026-08-13T17:52:17.293Z Compiling mockall v0.14.0
22682026-08-13T17:52:17.405Z Compiling diff v0.1.13
22692026-08-13T17:52:17.595Z Compiling pretty_assertions v1.4.1
22702026-08-13T17:52:17.880Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-08-13T17:52:18.681Z Compiling fs-err v3.1.2
22722026-08-13T17:52:18.974Z Compiling predicates-tree v1.0.12
22732026-08-13T17:52:19.002Z Compiling predicates v3.1.3
22742026-08-13T17:52:19.712Z Compiling git-stub v1.0.0
22752026-08-13T17:52:20.000Z Compiling filetime v0.2.26
22762026-08-13T17:52:20.016Z Compiling arrayvec v0.7.6
22772026-08-13T17:52:20.198Z Compiling is_ci v1.2.0
22782026-08-13T17:52:20.231Z Compiling arrayref v0.3.9
22792026-08-13T17:52:20.317Z Compiling constant_time_eq v0.3.1
22802026-08-13T17:52:20.357Z Compiling fragile v2.0.1
22812026-08-13T17:52:20.443Z Compiling xattr v1.6.1
22822026-08-13T17:52:20.634Z Compiling downcast v0.11.0
22832026-08-13T17:52:20.671Z Compiling tar v0.4.45
22842026-08-13T17:52:20.672Z Compiling blake3 v1.8.2
22852026-08-13T17:52:20.994Z Compiling supports-color v3.0.2
22862026-08-13T17:52:21.190Z Compiling toml v0.7.8
22872026-08-13T17:52:21.271Z Compiling git-stub-vcs v0.1.0
22882026-08-13T17:52:21.694Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-08-13T17:52:21.881Z Compiling signal-hook-tokio v0.4.0
22902026-08-13T17:52:22.173Z Compiling scuffle v0.1.0
22912026-08-13T17:52:23.117Z Compiling drift v0.2.0
22922026-08-13T17:52:23.858Z Compiling kstat-rs v0.2.4
22932026-08-13T17:52:23.928Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-08-13T17:52:24.185Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-08-13T17:52:24.253Z Compiling topological-sort v0.2.2
22962026-08-13T17:52:24.313Z Compiling hex-literal v1.1.0
22972026-08-13T17:52:24.409Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22982026-08-13T17:52:24.438Z Compiling omicron-zone-package v0.12.2
22992026-08-13T17:52:25.090Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-08-13T17:52:26.474Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-08-13T17:52:26.539Z Compiling dropshot-api-manager v0.7.2
23022026-08-13T17:52:27.317Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-08-13T17:52:27.517Z Compiling curl v0.4.50
23042026-08-13T17:52:27.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-08-13T17:52:27.803Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-08-13T17:52:28.051Z Compiling iddqd v0.4.5
23072026-08-13T17:52:28.377Z Compiling search_path v0.1.4
23082026-08-13T17:52:28.793Z Compiling internet-checksum v0.2.1
23092026-08-13T17:52:28.947Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23102026-08-13T17:52:28.993Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23112026-08-13T17:52:32.289Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-08-13T17:52:33.698Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-08-13T17:53:18.958Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s
23142026-08-13T17:53:19.086Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
23152026-08-13T17:53:19.089Z
23162026-08-13T17:53:19.089Zrunning 5 tests
23172026-08-13T17:53:19.093Ztest fuse::tests::chip_revision_b1 ... ok
23182026-08-13T17:53:19.093Ztest fuse::tests::chip_revision_a0 ... ok
23192026-08-13T17:53:19.093Ztest fuse::tests::chip_revision_b0 ... ok
23202026-08-13T17:53:19.093Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23212026-08-13T17:53:19.093Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-08-13T17:53:19.093Z
23232026-08-13T17:53:19.093Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-08-13T17:53:19.093Z
23252026-08-13T17:53:19.093Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-08-13T17:53:19.096Z
23272026-08-13T17:53:19.096Zrunning 0 tests
23282026-08-13T17:53:19.096Z
23292026-08-13T17:53:19.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-08-13T17:53:19.096Z
23312026-08-13T17:53:19.096Z Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde)
23322026-08-13T17:53:19.096Z
23332026-08-13T17:53:19.096Zrunning 0 tests
23342026-08-13T17:53:19.096Z
23352026-08-13T17:53:19.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-08-13T17:53:19.096Z
23372026-08-13T17:53:19.099Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-08-13T17:53:19.099Z
23392026-08-13T17:53:19.099Zrunning 10 tests
23402026-08-13T17:53:19.099Ztest network::tests::test_equal ... ok
23412026-08-13T17:53:19.099Ztest nat::tests::test_vni ... ok
23422026-08-13T17:53:19.100Ztest network::tests::test_eui64 ... ok
23432026-08-13T17:53:19.100Ztest network::tests::test_into ... ok
23442026-08-13T17:53:19.100Ztest network::tests::test_generate_ipv6_link_local ... ok
23452026-08-13T17:53:19.100Ztest network::tests::test_not_equal ... ok
23462026-08-13T17:53:19.100Ztest network::tests::test_parse ... ok
23472026-08-13T17:53:19.100Ztest network::tests::test_to_string ... ok
23482026-08-13T17:53:19.100Ztest test_purge ... ok
23492026-08-13T17:53:19.103Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-08-13T17:53:19.103Z
23512026-08-13T17:53:19.103Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-08-13T17:53:19.103Z
23532026-08-13T17:53:19.106Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
23542026-08-13T17:53:19.109Z
23552026-08-13T17:53:19.109Zrunning 1 test
23562026-08-13T17:53:19.112Z -------
23572026-08-13T17:53:19.112Z Generating OpenAPI documents from API definitions ...
23582026-08-13T17:53:19.248Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-08-13T17:53:19.314Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-08-13T17:53:20.318Z -------
23612026-08-13T17:53:20.318Z Checking 12 OpenAPI documents...
23622026-08-13T17:53:20.319Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-08-13T17:53:20.319Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-08-13T17:53:20.319Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-08-13T17:53:20.319Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-08-13T17:53:20.322Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-08-13T17:53:20.322Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-08-13T17:53:20.322Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-08-13T17:53:20.322Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-08-13T17:53:20.322Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-08-13T17:53:20.322Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-08-13T17:53:20.322Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-08-13T17:53:20.322Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-08-13T17:53:20.322Z Fresh dpd "latest" symlink
23752026-08-13T17:53:20.322Z -------
23762026-08-13T17:53:20.322Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-08-13T17:53:20.382Ztest test::test_apis_up_to_date ... ok
23782026-08-13T17:53:20.382Z
23792026-08-13T17:53:20.382Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
23802026-08-13T17:53:20.382Z
23812026-08-13T17:53:20.430Z Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667)
23822026-08-13T17:53:20.435Z
23832026-08-13T17:53:20.436Zrunning 34 tests
23842026-08-13T17:53:20.439Ztest freemap::test_ordering ... ok
23852026-08-13T17:53:20.439Ztest config::tests::test_updates ... ok
23862026-08-13T17:53:20.439Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23872026-08-13T17:53:20.439Ztest freemap::test_split ... ok
23882026-08-13T17:53:20.439Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23892026-08-13T17:53:20.444Ztest macaddrs::tests::test_mac_offset ... ok
23902026-08-13T17:53:20.444Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-08-13T17:53:20.444Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-08-13T17:53:20.444Ztest nat::test_mapping ... ok
23932026-08-13T17:53:20.444ZAug 13 17:53:19.046 DEBG Aug 13 17:53:19.046 DEBG created new freemapcreated new freemap, unit, :unit :freemap_test freemap_test
23942026-08-13T17:53:20.444Z
23952026-08-13T17:53:20.444ZAug 13 17:53:19.046Aug 13 17:53:19.046 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23962026-08-13T17:53:20.444Z
23972026-08-13T17:53:20.444ZAug 13 17:53:19.046Aug 13 17:53:19.046 DEBGDEBG reset freemapreset freemap, , unitunit:: Aug 13 17:53:19.046freemap_testfreemap_test
23982026-08-13T17:53:20.444Z
23992026-08-13T17:53:20.444ZDEBG created new freemap, unit: freemap_test
24002026-08-13T17:53:20.444ZAug 13 17:53:19.046 DEBG initted freemap. size: 128, unit: freemap_test
24012026-08-13T17:53:20.444ZAug 13 17:53:19.046 DEBG reset freemap, unit: freemap_test
24022026-08-13T17:53:20.444ZAug 13 17:53:19.046 DEBG created new freemap, unit: freemap_test
24032026-08-13T17:53:20.444ZAug 13 17:53:19.046 DEBG initted freemap. size: 128, unit: freemap_test
24042026-08-13T17:53:20.444ZAug 13 17:53:19.046 DEBG reset freemap, unit: freemap_test
24052026-08-13T17:53:20.444Ztest freemap::test_exhaustion ... ok
24062026-08-13T17:53:20.444Ztest freemap::test_free ... ok
24072026-08-13T17:53:20.444Ztest freemap::test_basic ... ok
24082026-08-13T17:53:20.444Ztest freemap::test_reclaim ... ok
24092026-08-13T17:53:20.444Ztest port_map::tests::test_backplane_group ... ok
24102026-08-13T17:53:20.444Ztest port_map::tests::test_port_map ... ok
24112026-08-13T17:53:20.445Ztest port_map::tests::dump_map ... ok
24122026-08-13T17:53:20.445ZAug 13 17:53:19.047 DEBG created new freemap, unit: freemap_test
24132026-08-13T17:53:20.445ZAug 13 17:53:19.047 DEBG initted freemap. size: 8, unit: freemap_test
24142026-08-13T17:53:20.445ZAug 13 17:53:19.047 DEBG reset freemap, unit: freemap_test
24152026-08-13T17:53:20.445Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
24162026-08-13T17:53:20.445ZAug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv4
24172026-08-13T17:53:20.445ZAug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv6
24182026-08-13T17:53:20.445ZAug 13 17:53:19.047 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24192026-08-13T17:53:20.446ZAug 13 17:53:19.047 DEBG reset freemap, unit: freemap_route_ipv4
24202026-08-13T17:53:20.446ZAug 13 17:53:19.047 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24212026-08-13T17:53:20.446ZAug 13 17:53:19.047 DEBG reset freemap, unit: freemap_route_ipv6
24222026-08-13T17:53:20.446ZAug 13 17:53:19.047 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24232026-08-13T17:53:20.446ZAug 13 17:53:19.047 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24242026-08-13T17:53:20.446ZAug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv4
24252026-08-13T17:53:20.446ZAug 13 17:53:19.047 DEBG created new freemap, unit: freemap_route_ipv6
24262026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
24272026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG reset freemap, unit: freemap_route_ipv4
24282026-08-13T17:53:20.446Ztest api_server::tests::test_build_info ... ok
24292026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
24302026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG reset freemap, unit:Aug 13 17:53:19.048 freemap_route_ipv6INFO
24312026-08-13T17:53:20.446Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
24322026-08-13T17:53:20.446ZAug 13 17:53:19.048 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
24332026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG Aug 13 17:53:19.048replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24342026-08-13T17:53:20.446ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
24352026-08-13T17:53:20.446ZAug 13 17:53:19.048 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
24362026-08-13T17:53:20.446Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
24372026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24382026-08-13T17:53:20.446Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:53:19.048
24392026-08-13T17:53:20.446Z INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24402026-08-13T17:53:20.446ZAug 13 17:53:19.048 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
24412026-08-13T17:53:20.446Z DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24422026-08-13T17:53:20.446Z DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24432026-08-13T17:53:20.446Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24442026-08-13T17:53:20.446ZAug 13 17:53:19.048 INFO Aug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24452026-08-13T17:53:20.446Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
24462026-08-13T17:53:20.446ZAug 13 17:53:19.048 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
24472026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24482026-08-13T17:53:20.446Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24492026-08-13T17:53:20.446ZAug 13 17:53:19.048 INFO Aug 13 17:53:19.048adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
24502026-08-13T17:53:20.446ZINFOAug 13 17:53:19.047 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24512026-08-13T17:53:20.446ZDEBG created new freemapAug 13 17:53:19.048, unitAug 13 17:53:19.048:DEBG freemap_testreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24522026-08-13T17:53:20.446ZDEBG
24532026-08-13T17:53:20.446Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24542026-08-13T17:53:20.446Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
24552026-08-13T17:53:20.446Z INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
24562026-08-13T17:53:20.446ZAug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24572026-08-13T17:53:20.446Z Aug 13 17:53:19.048DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
24582026-08-13T17:53:20.446ZAug 13 17:53:19.048 initted freemap. size: 128INFO, Aug 13 17:53:19.048unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff :INFO
24592026-08-13T17:53:20.447Z adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_test
24602026-08-13T17:53:20.447Z
24612026-08-13T17:53:20.447ZAug 13 17:53:19.048 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24622026-08-13T17:53:20.447ZAug 13 17:53:19.048 DEBGDEBGAug 13 17:53:19.048 INFOreset freemap replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff,
24632026-08-13T17:53:20.447Z
24642026-08-13T17:53:20.447Zunit: freemap_test
24652026-08-13T17:53:20.447ZAug 13 17:53:19.048Aug 13 17:53:19.048 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
24662026-08-13T17:53:20.447Z
24672026-08-13T17:53:20.447ZAug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24682026-08-13T17:53:20.447Z
24692026-08-13T17:53:20.447ZAug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24702026-08-13T17:53:20.447Z
24712026-08-13T17:53:20.447ZAug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24722026-08-13T17:53:20.447Z
24732026-08-13T17:53:20.447Ztest port_map::tests::parse_softnpu_revision ... ok
24742026-08-13T17:53:20.447ZAug 13 17:53:19.048Aug 13 17:53:19.048 INFODEBG Aug 13 17:53:19.047adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
24752026-08-13T17:53:20.447ZDEBG created new freemap, Aug 13 17:53:19.048unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24762026-08-13T17:53:20.447Z
24772026-08-13T17:53:20.447ZAug 13 17:53:19.048 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
24782026-08-13T17:53:20.447ZAug 13 17:53:19.048Aug 13 17:53:19.048 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
24792026-08-13T17:53:20.447Z, unit: freemap_route_ipv6
24802026-08-13T17:53:20.447ZAug 13 17:53:19.048 INFOAug 13 17:53:19.048 Aug 13 17:53:19.048DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG
24812026-08-13T17:53:20.447Zcreated new freemapinitted freemap. size: 64, , unitunit:: Aug 13 17:53:19.048freemap_route_ipv4freemap_route_ipv4
24822026-08-13T17:53:20.447Z
24832026-08-13T17:53:20.447Z DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24842026-08-13T17:53:20.447ZAug 13 17:53:19.048 Aug 13 17:53:19.048DEBGAug 13 17:53:19.048 DEBGINFO reset freemap , created new freemapunitadding route 3fff:beef:a::/64 -> 2001:db8::55:ff:
24852026-08-13T17:53:20.447Z, unitfreemap_route_ipv4:
24862026-08-13T17:53:20.447Z freemap_route_ipv6Aug 13 17:53:19.048
24872026-08-13T17:53:20.447Z DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
24882026-08-13T17:53:20.447Z DEBGAug 13 17:53:19.048 Aug 13 17:53:19.048DEBGinitted freemap. size: 64 , INFOunit :adding route 3fff:beef:b::/64 -> 2001:db8::55:ff initted freemap. size: 64freemap_route_ipv6
24892026-08-13T17:53:20.452Z
24902026-08-13T17:53:20.452Z, unit:Aug 13 17:53:19.048 Aug 13 17:53:19.048freemap_route_ipv4
24912026-08-13T17:53:20.452Z DEBG DEBGreset freemap , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
24922026-08-13T17:53:20.452Z: freemap_route_ipv6
24932026-08-13T17:53:20.452Ztest freemap::test_span ... ok
24942026-08-13T17:53:20.452ZAug 13 17:53:19.048 INFO Aug 13 17:53:19.048adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
24952026-08-13T17:53:20.452ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:53:19.048
24962026-08-13T17:53:20.452Z Aug 13 17:53:19.048DEBG DEBGreset freemapAug 13 17:53:19.048, DEBGunitreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
24972026-08-13T17:53:20.452Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:
24982026-08-13T17:53:20.452Z freemap_route_ipv4
24992026-08-13T17:53:20.452ZAug 13 17:53:19.048 INFOAug 13 17:53:19.048 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
25002026-08-13T17:53:20.452Z initted freemap. size: 64, unit:Aug 13 17:53:19.048 freemap_route_ipv6DEBG
25012026-08-13T17:53:20.452Z Aug 13 17:53:19.048replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
25022026-08-13T17:53:20.452ZINFOAug 13 17:53:19.048 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
25032026-08-13T17:53:20.452Z reset freemap, Aug 13 17:53:19.048unit Aug 13 17:53:19.048:INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
25042026-08-13T17:53:20.452Z
25052026-08-13T17:53:20.452Z
25062026-08-13T17:53:20.452Zreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
25072026-08-13T17:53:20.452Z Aug 13 17:53:19.048 DEBGINFO Aug 13 17:53:19.048 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
25082026-08-13T17:53:20.452Zadding route 3fff:dead::/64 -> 2001:db8::55:1INFO
25092026-08-13T17:53:20.452Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25102026-08-13T17:53:20.452ZAug 13 17:53:19.048Aug 13 17:53:19.048 Aug 13 17:53:19.048Aug 13 17:53:19.048 INFO DEBGDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25112026-08-13T17:53:20.452Z
25122026-08-13T17:53:20.452Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25132026-08-13T17:53:20.452Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048
25142026-08-13T17:53:20.452Z DEBGINFOAug 13 17:53:19.048 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25152026-08-13T17:53:20.452ZINFO
25162026-08-13T17:53:20.452Z adding route 3fff:dead::/64 -> 2001:db8::55:1
25172026-08-13T17:53:20.452ZAug 13 17:53:19.048Aug 13 17:53:19.048 DEBGAug 13 17:53:19.048Aug 13 17:53:19.048 DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25182026-08-13T17:53:20.452Z DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25192026-08-13T17:53:20.452Zadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 13 17:53:19.048replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
25202026-08-13T17:53:20.452Z
25212026-08-13T17:53:20.452Z INFO Aug 13 17:53:19.048adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
25222026-08-13T17:53:20.452ZAug 13 17:53:19.048 INFO DEBGINFOAug 13 17:53:19.048adding route 3fff:dead::/64 -> 2001:db8::55:1
25232026-08-13T17:53:20.452Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
25242026-08-13T17:53:20.452ZDEBG Aug 13 17:53:19.048
25252026-08-13T17:53:20.452Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25262026-08-13T17:53:20.453ZDEBG Aug 13 17:53:19.048replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:53:19.048
25272026-08-13T17:53:20.453ZAug 13 17:53:19.048INFO INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
25282026-08-13T17:53:20.453Z
25292026-08-13T17:53:20.453ZDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
25302026-08-13T17:53:20.453Z Aug 13 17:53:19.048Aug 13 17:53:19.048INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
25312026-08-13T17:53:20.453ZDEBGAug 13 17:53:19.048replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25322026-08-13T17:53:20.453Z
25332026-08-13T17:53:20.453Z Aug 13 17:53:19.048INFO DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:53:19.048
25342026-08-13T17:53:20.453ZAug 13 17:53:19.048 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25352026-08-13T17:53:20.453Z
25362026-08-13T17:53:20.453Z
25372026-08-13T17:53:20.453ZAug 13 17:53:19.048 Aug 13 17:53:19.048Aug 13 17:53:19.048Aug 13 17:53:19.048INFO DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
25382026-08-13T17:53:20.453Z
25392026-08-13T17:53:20.454Z
25402026-08-13T17:53:20.454Z DEBG Aug 13 17:53:19.048Aug 13 17:53:19.048replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.048 INFO
25412026-08-13T17:53:20.454ZDEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.048
25422026-08-13T17:53:20.454Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
25432026-08-13T17:53:20.454Z
25442026-08-13T17:53:20.454Z adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
25452026-08-13T17:53:20.454ZAug 13 17:53:19.048Aug 13 17:53:19.048 Aug 13 17:53:19.048Aug 13 17:53:19.048 DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
25462026-08-13T17:53:20.454Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25472026-08-13T17:53:20.454Z
25482026-08-13T17:53:20.454ZAug 13 17:53:19.048 INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25492026-08-13T17:53:20.454Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
25502026-08-13T17:53:20.454Z INFO Aug 13 17:53:19.048adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 17:53:19.048 Aug 13 17:53:19.048DEBG
25512026-08-13T17:53:20.454Z DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.048
25522026-08-13T17:53:20.454Z
25532026-08-13T17:53:20.454Z DEBG Aug 13 17:53:19.048replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:53:19.048
25542026-08-13T17:53:20.454ZINFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
25552026-08-13T17:53:20.454Z
25562026-08-13T17:53:20.454ZAug 13 17:53:19.048adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
25572026-08-13T17:53:20.454ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 DEBG
25582026-08-13T17:53:20.454Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
25592026-08-13T17:53:20.454Z Aug 13 17:53:19.048replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048 Aug 13 17:53:19.048DEBG
25602026-08-13T17:53:20.454ZINFO DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
25612026-08-13T17:53:20.455Z
25622026-08-13T17:53:20.455Z INFO
25632026-08-13T17:53:20.455Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048
25642026-08-13T17:53:20.455ZDEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25652026-08-13T17:53:20.455ZAug 13 17:53:19.048adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25662026-08-13T17:53:20.455ZAug 13 17:53:19.048 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.048
25672026-08-13T17:53:20.455Z Aug 13 17:53:19.048adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO
25682026-08-13T17:53:20.455Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
25692026-08-13T17:53:20.455Z DEBG Aug 13 17:53:19.048replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.048Aug 13 17:53:19.048
25702026-08-13T17:53:20.455ZINFO DEBGDEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25712026-08-13T17:53:20.455Z
25722026-08-13T17:53:20.455ZAug 13 17:53:19.048
25732026-08-13T17:53:20.455ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048
25742026-08-13T17:53:20.455Z DEBGAug 13 17:53:19.048 INFOAug 13 17:53:19.048 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
25752026-08-13T17:53:20.455Z
25762026-08-13T17:53:20.455ZDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25772026-08-13T17:53:20.455Zadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:53:19.048Aug 13 17:53:19.048 Aug 13 17:53:19.048DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
25782026-08-13T17:53:20.455Z
25792026-08-13T17:53:20.455Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
25802026-08-13T17:53:20.455ZAug 13 17:53:19.048
25812026-08-13T17:53:20.455ZAug 13 17:53:19.048 INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
25822026-08-13T17:53:20.455ZDEBGAug 13 17:53:19.048 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25832026-08-13T17:53:20.455Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 13 17:53:19.048
25842026-08-13T17:53:20.455Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
25852026-08-13T17:53:20.455ZDEBGAug 13 17:53:19.048 INFOINFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
25862026-08-13T17:53:20.455Z adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
25872026-08-13T17:53:20.455Z
25882026-08-13T17:53:20.455ZINFOAug 13 17:53:19.048 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO
25892026-08-13T17:53:20.460Z Aug 13 17:53:19.048adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
25902026-08-13T17:53:20.460ZDEBG Aug 13 17:53:19.048replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048 Aug 13 17:53:19.048
25912026-08-13T17:53:20.460ZDEBG DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
25922026-08-13T17:53:20.460Z replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25932026-08-13T17:53:20.460ZAug 13 17:53:19.048
25942026-08-13T17:53:20.460ZINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.048Aug 13 17:53:19.048
25952026-08-13T17:53:20.460Z INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
25962026-08-13T17:53:20.460Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
25972026-08-13T17:53:20.460Z
25982026-08-13T17:53:20.460ZAug 13 17:53:19.048Aug 13 17:53:19.048 DEBGAug 13 17:53:19.048 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
25992026-08-13T17:53:20.460Z
26002026-08-13T17:53:20.460Z
26012026-08-13T17:53:20.460ZAug 13 17:53:19.048 DEBG Aug 13 17:53:19.048Aug 13 17:53:19.048 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:53:19.048 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO
26022026-08-13T17:53:20.460Z
26032026-08-13T17:53:20.460ZINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
26042026-08-13T17:53:20.460Z
26052026-08-13T17:53:20.460ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.048
26062026-08-13T17:53:20.460ZAug 13 17:53:19.048 DEBG Aug 13 17:53:19.048Aug 13 17:53:19.048INFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26072026-08-13T17:53:20.460ZINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26082026-08-13T17:53:20.460Z
26092026-08-13T17:53:20.460ZAug 13 17:53:19.048replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26102026-08-13T17:53:20.460ZINFOAug 13 17:53:19.048 DEBGAug 13 17:53:19.048 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:53:19.048
26112026-08-13T17:53:20.460Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26122026-08-13T17:53:20.460ZINFO DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26132026-08-13T17:53:20.460Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049Aug 13 17:53:19.049
26142026-08-13T17:53:20.460Z INFO DEBG Aug 13 17:53:19.049replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26152026-08-13T17:53:20.460ZDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26162026-08-13T17:53:20.460ZAug 13 17:53:19.049replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26172026-08-13T17:53:20.461ZAug 13 17:53:19.049 INFOINFO Aug 13 17:53:19.049 Aug 13 17:53:19.049adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
26182026-08-13T17:53:20.461Z
26192026-08-13T17:53:20.461ZINFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26202026-08-13T17:53:20.461Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
26212026-08-13T17:53:20.461ZAug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049DEBG INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 13 17:53:19.049
26222026-08-13T17:53:20.461Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
26232026-08-13T17:53:20.461ZDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
26242026-08-13T17:53:20.461Z
26252026-08-13T17:53:20.461ZAug 13 17:53:19.049 DEBGINFO Aug 13 17:53:19.049 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
26262026-08-13T17:53:20.461Z INFOINFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
26272026-08-13T17:53:20.461ZAug 13 17:53:19.049adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26282026-08-13T17:53:20.461Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO
26292026-08-13T17:53:20.461Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26302026-08-13T17:53:20.462Z Aug 13 17:53:19.049DEBGAug 13 17:53:19.049 replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26312026-08-13T17:53:20.462Z DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26322026-08-13T17:53:20.462Z
26332026-08-13T17:53:20.462Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26342026-08-13T17:53:20.462ZAug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff
26352026-08-13T17:53:20.462Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
26362026-08-13T17:53:20.462ZINFO
26372026-08-13T17:53:20.462ZAug 13 17:53:19.049adding route 3fff:beef:17::/64 -> 2001:db8::55:ff Aug 13 17:53:19.049
26382026-08-13T17:53:20.462Z DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26392026-08-13T17:53:20.462Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
26402026-08-13T17:53:20.462Z Aug 13 17:53:19.049DEBG DEBGAug 13 17:53:19.049Aug 13 17:53:19.049 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
26412026-08-13T17:53:20.462Zreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26422026-08-13T17:53:20.462Z
26432026-08-13T17:53:20.462Z
26442026-08-13T17:53:20.462ZAug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049DEBG DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26452026-08-13T17:53:20.462Z
26462026-08-13T17:53:20.462Z INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
26472026-08-13T17:53:20.462ZAug 13 17:53:19.049Aug 13 17:53:19.049 INFOAug 13 17:53:19.049 DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffcreated new freemap, unit:
26482026-08-13T17:53:20.462Z freemap_route_ipv4
26492026-08-13T17:53:20.462ZAug 13 17:53:19.049 DEBG created new freemap, unit:Aug 13 17:53:19.049 freemap_route_ipv6
26502026-08-13T17:53:20.462Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGAug 13 17:53:19.049 INFODEBG initted freemap. size: 64 , unitreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv4
26512026-08-13T17:53:20.462ZAug 13 17:53:19.049 DEBGAug 13 17:53:19.049
26522026-08-13T17:53:20.462Z DEBG reset freemap , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit
26532026-08-13T17:53:20.462Z: freemap_route_ipv4
26542026-08-13T17:53:20.462ZAug 13 17:53:19.049
26552026-08-13T17:53:20.462Z DEBG initted freemap. size: 64, unit:Aug 13 17:53:19.049 freemap_route_ipv6
26562026-08-13T17:53:20.462ZAug 13 17:53:19.049 Aug 13 17:53:19.049 DEBG reset freemapDEBG, DEBGunit: freemap_route_ipv6
26572026-08-13T17:53:20.462Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26582026-08-13T17:53:20.462ZAug 13 17:53:19.049 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
26592026-08-13T17:53:20.462Z
26602026-08-13T17:53:20.462Z Aug 13 17:53:19.049Aug 13 17:53:19.049 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26612026-08-13T17:53:20.462Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26622026-08-13T17:53:20.462Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26632026-08-13T17:53:20.462Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26642026-08-13T17:53:20.462ZAug 13 17:53:19.049 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
26652026-08-13T17:53:20.462Z
26662026-08-13T17:53:20.462ZDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26672026-08-13T17:53:20.462ZAug 13 17:53:19.049 Aug 13 17:53:19.049INFO Aug 13 17:53:19.049DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
26682026-08-13T17:53:20.462ZINFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26692026-08-13T17:53:20.463Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
26702026-08-13T17:53:20.463ZAug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 INFODEBGDEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26712026-08-13T17:53:20.463Z
26722026-08-13T17:53:20.463Z
26732026-08-13T17:53:20.463ZAug 13 17:53:19.049 DEBGAug 13 17:53:19.049 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26742026-08-13T17:53:20.463Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
26752026-08-13T17:53:20.463ZAug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049 INFOINFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
26762026-08-13T17:53:20.463Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26772026-08-13T17:53:20.463Z
26782026-08-13T17:53:20.463ZAug 13 17:53:19.049 Aug 13 17:53:19.049DEBG INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26792026-08-13T17:53:20.463Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26802026-08-13T17:53:20.463Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26812026-08-13T17:53:20.463ZAug 13 17:53:19.049 Aug 13 17:53:19.049DEBGAug 13 17:53:19.049 INFOINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
26822026-08-13T17:53:20.463Z
26832026-08-13T17:53:20.463Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
26842026-08-13T17:53:20.463ZAug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
26852026-08-13T17:53:20.463Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26862026-08-13T17:53:20.463Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
26872026-08-13T17:53:20.463ZAug 13 17:53:19.049 Aug 13 17:53:19.049INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
26882026-08-13T17:53:20.463Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26892026-08-13T17:53:20.467Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
26902026-08-13T17:53:20.467Z DEBGAug 13 17:53:19.049 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.049 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
26912026-08-13T17:53:20.468Z
26922026-08-13T17:53:20.468Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26932026-08-13T17:53:20.468ZAug 13 17:53:19.049 INFOINFO Aug 13 17:53:19.049adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
26942026-08-13T17:53:20.468Z INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
26952026-08-13T17:53:20.468ZAug 13 17:53:19.049DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
26962026-08-13T17:53:20.468ZAug 13 17:53:19.049DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
26972026-08-13T17:53:20.468Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
26982026-08-13T17:53:20.468Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
26992026-08-13T17:53:20.468ZAug 13 17:53:19.049 INFO Aug 13 17:53:19.049DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
27002026-08-13T17:53:20.468Z INFO Aug 13 17:53:19.049adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
27012026-08-13T17:53:20.468ZDEBG INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27022026-08-13T17:53:20.468Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
27032026-08-13T17:53:20.468ZAug 13 17:53:19.049
27042026-08-13T17:53:20.468Z DEBGAug 13 17:53:19.049 INFOAug 13 17:53:19.049 Aug 13 17:53:19.049INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
27052026-08-13T17:53:20.468Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
27062026-08-13T17:53:20.468Z
27072026-08-13T17:53:20.468Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27082026-08-13T17:53:20.468ZAug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG
27092026-08-13T17:53:20.468Z
27102026-08-13T17:53:20.468Z adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27112026-08-13T17:53:20.468Z
27122026-08-13T17:53:20.468ZAug 13 17:53:19.049 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049Aug 13 17:53:19.049
27132026-08-13T17:53:20.468Z Aug 13 17:53:19.049DEBG INFO INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27142026-08-13T17:53:20.468ZINFO
27152026-08-13T17:53:20.468Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27162026-08-13T17:53:20.468Z
27172026-08-13T17:53:20.468ZAug 13 17:53:19.049Aug 13 17:53:19.049 DEBGINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27182026-08-13T17:53:20.468ZAug 13 17:53:19.049
27192026-08-13T17:53:20.468Z DEBG Aug 13 17:53:19.049replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
27202026-08-13T17:53:20.468Z DEBGINFO Aug 13 17:53:19.049 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.049
27212026-08-13T17:53:20.468Z
27222026-08-13T17:53:20.468Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27232026-08-13T17:53:20.468Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
27242026-08-13T17:53:20.468Z Aug 13 17:53:19.049Aug 13 17:53:19.049 INFO INFO Aug 13 17:53:19.049DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27252026-08-13T17:53:20.468Z
27262026-08-13T17:53:20.468Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27272026-08-13T17:53:20.468Z
27282026-08-13T17:53:20.468ZAug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049INFO DEBG DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27292026-08-13T17:53:20.468Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
27302026-08-13T17:53:20.469Z
27312026-08-13T17:53:20.469Z
27322026-08-13T17:53:20.469ZAug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049Aug 13 17:53:19.049DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
27332026-08-13T17:53:20.469Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
27342026-08-13T17:53:20.469ZDEBG
27352026-08-13T17:53:20.469Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
27362026-08-13T17:53:20.469Z INFOAug 13 17:53:19.049 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG
27372026-08-13T17:53:20.469Z Aug 13 17:53:19.049 Aug 13 17:53:19.049replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27382026-08-13T17:53:20.469ZAug 13 17:53:19.049INFO DEBG DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
27392026-08-13T17:53:20.469Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFO
27402026-08-13T17:53:20.469Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27412026-08-13T17:53:20.469Z
27422026-08-13T17:53:20.469ZAug 13 17:53:19.049Aug 13 17:53:19.049 INFODEBG Aug 13 17:53:19.049Aug 13 17:53:19.049adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27432026-08-13T17:53:20.469Z
27442026-08-13T17:53:20.469Z INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
27452026-08-13T17:53:20.469ZAug 13 17:53:19.049 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 13 17:53:19.049replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27462026-08-13T17:53:20.469Z
27472026-08-13T17:53:20.469Z INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
27482026-08-13T17:53:20.469Z
27492026-08-13T17:53:20.469ZAug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27502026-08-13T17:53:20.469Z
27512026-08-13T17:53:20.469ZDEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
27522026-08-13T17:53:20.469ZAug 13 17:53:19.049
27532026-08-13T17:53:20.469Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27542026-08-13T17:53:20.469ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
27552026-08-13T17:53:20.469ZAug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
27562026-08-13T17:53:20.469ZDEBG
27572026-08-13T17:53:20.469ZINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
27582026-08-13T17:53:20.469Z DEBG Aug 13 17:53:19.049replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27592026-08-13T17:53:20.469Z
27602026-08-13T17:53:20.469ZAug 13 17:53:19.049 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
27612026-08-13T17:53:20.469Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:53:19.049
27622026-08-13T17:53:20.469ZAug 13 17:53:19.049 INFOAug 13 17:53:19.049 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO
27632026-08-13T17:53:20.469Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049
27642026-08-13T17:53:20.469Z DEBG
27652026-08-13T17:53:20.469Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.049Aug 13 17:53:19.049 Aug 13 17:53:19.049DEBGDEBG
27662026-08-13T17:53:20.469Z INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
27672026-08-13T17:53:20.469Z
27682026-08-13T17:53:20.469ZAug 13 17:53:19.049 Aug 13 17:53:19.049INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
27692026-08-13T17:53:20.470Z
27702026-08-13T17:53:20.470ZAug 13 17:53:19.049INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGAug 13 17:53:19.049 Aug 13 17:53:19.049
27712026-08-13T17:53:20.470Z INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27722026-08-13T17:53:20.470ZAug 13 17:53:19.049adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG
27732026-08-13T17:53:20.470Z DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27742026-08-13T17:53:20.470Z
27752026-08-13T17:53:20.470ZAug 13 17:53:19.049Aug 13 17:53:19.049Aug 13 17:53:19.049 DEBGINFOAug 13 17:53:19.049INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27762026-08-13T17:53:20.470Z
27772026-08-13T17:53:20.470Z adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
27782026-08-13T17:53:20.470ZAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050INFO DEBGINFO DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27792026-08-13T17:53:20.470Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
27802026-08-13T17:53:20.470Z
27812026-08-13T17:53:20.470ZAug 13 17:53:19.050replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27822026-08-13T17:53:20.471ZAug 13 17:53:19.050INFOAug 13 17:53:19.050 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG
27832026-08-13T17:53:20.471ZDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27842026-08-13T17:53:20.471Z
27852026-08-13T17:53:20.471Z Aug 13 17:53:19.050 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
27862026-08-13T17:53:20.471Z Aug 13 17:53:19.050INFO
27872026-08-13T17:53:20.471Z INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 17:53:19.050 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO
27882026-08-13T17:53:20.471ZAug 13 17:53:19.050
27892026-08-13T17:53:20.475Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
27902026-08-13T17:53:20.475Z DEBG Aug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27912026-08-13T17:53:20.475Z DEBGDEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27922026-08-13T17:53:20.475Z
27932026-08-13T17:53:20.475Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27942026-08-13T17:53:20.475ZAug 13 17:53:19.050 INFOAug 13 17:53:19.050 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO
27952026-08-13T17:53:20.475ZAug 13 17:53:19.050 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.050
27962026-08-13T17:53:20.475Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
27972026-08-13T17:53:20.475ZINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
27982026-08-13T17:53:20.475ZAug 13 17:53:19.050 DEBGAug 13 17:53:19.050 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.050 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
27992026-08-13T17:53:20.475ZDEBGAug 13 17:53:19.050 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.050
28002026-08-13T17:53:20.475ZINFO
28012026-08-13T17:53:20.475Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
28022026-08-13T17:53:20.475Z
28032026-08-13T17:53:20.475ZAug 13 17:53:19.050 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
28042026-08-13T17:53:20.475Z Aug 13 17:53:19.050INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050
28052026-08-13T17:53:20.475ZAug 13 17:53:19.050replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28062026-08-13T17:53:20.476ZINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28072026-08-13T17:53:20.476ZAug 13 17:53:19.050replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28082026-08-13T17:53:20.476ZDEBGAug 13 17:53:19.050Aug 13 17:53:19.050 INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28092026-08-13T17:53:20.476ZDEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
28102026-08-13T17:53:20.476Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28112026-08-13T17:53:20.476ZINFO Aug 13 17:53:19.050adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050
28122026-08-13T17:53:20.476ZINFOAug 13 17:53:19.050 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
28132026-08-13T17:53:20.476Z DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
28142026-08-13T17:53:20.476Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28152026-08-13T17:53:20.476ZAug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28162026-08-13T17:53:20.476Zreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
28172026-08-13T17:53:20.476Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28182026-08-13T17:53:20.476Z Aug 13 17:53:19.050adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
28192026-08-13T17:53:20.476ZINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:53:19.050Aug 13 17:53:19.050
28202026-08-13T17:53:20.476Z INFOAug 13 17:53:19.050 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28212026-08-13T17:53:20.476Z
28222026-08-13T17:53:20.476ZDEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28232026-08-13T17:53:20.476Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
28242026-08-13T17:53:20.476ZAug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28252026-08-13T17:53:20.476Z INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
28262026-08-13T17:53:20.476Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
28272026-08-13T17:53:20.476Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28282026-08-13T17:53:20.476ZAug 13 17:53:19.050Aug 13 17:53:19.050 Aug 13 17:53:19.050 DEBG Aug 13 17:53:19.050DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28292026-08-13T17:53:20.476Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28302026-08-13T17:53:20.476Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO
28312026-08-13T17:53:20.476Z Aug 13 17:53:19.050Aug 13 17:53:19.050adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO
28322026-08-13T17:53:20.476ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28332026-08-13T17:53:20.476Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
28342026-08-13T17:53:20.476ZAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG Aug 13 17:53:19.050
28352026-08-13T17:53:20.476Z replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28362026-08-13T17:53:20.476Zreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28372026-08-13T17:53:20.476ZAug 13 17:53:19.050
28382026-08-13T17:53:20.476ZINFOAug 13 17:53:19.050 Aug 13 17:53:19.050 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO
28392026-08-13T17:53:20.476Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
28402026-08-13T17:53:20.476Z Aug 13 17:53:19.050INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFODEBG
28412026-08-13T17:53:20.476Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
28422026-08-13T17:53:20.476Z
28432026-08-13T17:53:20.476ZDEBGAug 13 17:53:19.050Aug 13 17:53:19.050 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28442026-08-13T17:53:20.476Z DEBGAug 13 17:53:19.050 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
28452026-08-13T17:53:20.477ZAug 13 17:53:19.050 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28462026-08-13T17:53:20.477ZDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28472026-08-13T17:53:20.477ZAug 13 17:53:19.050 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
28482026-08-13T17:53:20.477Z Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBGINFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28492026-08-13T17:53:20.477Z
28502026-08-13T17:53:20.477Z
28512026-08-13T17:53:20.477ZAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG INFO Aug 13 17:53:19.050INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
28522026-08-13T17:53:20.477Z
28532026-08-13T17:53:20.477Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG
28542026-08-13T17:53:20.477Z created new freemapAug 13 17:53:19.050Aug 13 17:53:19.050 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
28552026-08-13T17:53:20.477Z
28562026-08-13T17:53:20.477ZAug 13 17:53:19.050 , DEBGAug 13 17:53:19.050 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050INFO DEBG
28572026-08-13T17:53:20.477Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
28582026-08-13T17:53:20.477Z
28592026-08-13T17:53:20.477ZunitAug 13 17:53:19.050: INFO freemap_route_ipv4adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28602026-08-13T17:53:20.477ZAug 13 17:53:19.050
28612026-08-13T17:53:20.477Z DEBG Aug 13 17:53:19.050replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28622026-08-13T17:53:20.477ZINFOAug 13 17:53:19.050 Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO DEBG
28632026-08-13T17:53:20.477Z created new freemapreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28642026-08-13T17:53:20.477Z, Aug 13 17:53:19.050unit DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
28652026-08-13T17:53:20.477Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
28662026-08-13T17:53:20.477Zfreemap_route_ipv6Aug 13 17:53:19.050
28672026-08-13T17:53:20.477Z Aug 13 17:53:19.050INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 13 17:53:19.050
28682026-08-13T17:53:20.477ZAug 13 17:53:19.050replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
28692026-08-13T17:53:20.477ZAug 13 17:53:19.050 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
28702026-08-13T17:53:20.477Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28712026-08-13T17:53:20.477ZDEBGAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 INFOINFO initted freemap. size: 64DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
28722026-08-13T17:53:20.477Z
28732026-08-13T17:53:20.477Z
28742026-08-13T17:53:20.477Zunit:Aug 13 17:53:19.050Aug 13 17:53:19.050 INFOfreemap_route_ipv4 DEBGAug 13 17:53:19.050adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
28752026-08-13T17:53:20.477Z
28762026-08-13T17:53:20.477Zreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
28772026-08-13T17:53:20.477Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28782026-08-13T17:53:20.477ZAug 13 17:53:19.050Aug 13 17:53:19.050 INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
28792026-08-13T17:53:20.477Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
28802026-08-13T17:53:20.478Z Aug 13 17:53:19.050Aug 13 17:53:19.050 reset freemap DEBG, INFOunit :adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28812026-08-13T17:53:20.478ZAug 13 17:53:19.050 freemap_route_ipv4
28822026-08-13T17:53:20.478ZINFO
28832026-08-13T17:53:20.478Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
28842026-08-13T17:53:20.478ZAug 13 17:53:19.050Aug 13 17:53:19.050 INFODEBG Aug 13 17:53:19.050adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
28852026-08-13T17:53:20.478ZDEBGinitted freemap. size: 64 , Aug 13 17:53:19.050unitreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 17:53:19.050
28862026-08-13T17:53:20.478Zfreemap_route_ipv6DEBG DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28872026-08-13T17:53:20.478ZAug 13 17:53:19.050 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28882026-08-13T17:53:20.478Z
28892026-08-13T17:53:20.482Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
28902026-08-13T17:53:20.482ZAug 13 17:53:19.050Aug 13 17:53:19.050 INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
28912026-08-13T17:53:20.482Z DEBG
28922026-08-13T17:53:20.482Z reset freemap, unitAug 13 17:53:19.050 Aug 13 17:53:19.050DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
28932026-08-13T17:53:20.482Z freemap_route_ipv6 Aug 13 17:53:19.050adding route 3fff:dead::/64 -> 2001:db8::55:1
28942026-08-13T17:53:20.482Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
28952026-08-13T17:53:20.482Z
28962026-08-13T17:53:20.482ZAug 13 17:53:19.050DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
28972026-08-13T17:53:20.482Z Aug 13 17:53:19.050adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
28982026-08-13T17:53:20.482ZDEBG failed to allocate space for the new target listAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050
28992026-08-13T17:53:20.482Z Aug 13 17:53:19.050 INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
29002026-08-13T17:53:20.483Z INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
29012026-08-13T17:53:20.483ZDEBGAug 13 17:53:19.050 DEBG DEBGAug 13 17:53:19.050replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29022026-08-13T17:53:20.483ZINFO
29032026-08-13T17:53:20.483Z
29042026-08-13T17:53:20.483Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29052026-08-13T17:53:20.483ZAug 13 17:53:19.050adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:53:19.050
29062026-08-13T17:53:20.483Z DEBG Aug 13 17:53:19.050INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29072026-08-13T17:53:20.483Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
29082026-08-13T17:53:20.483Z DEBGAug 13 17:53:19.050 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29092026-08-13T17:53:20.483ZAug 13 17:53:19.050 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG
29102026-08-13T17:53:20.483ZAug 13 17:53:19.050 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29112026-08-13T17:53:20.483Z Aug 13 17:53:19.050adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29122026-08-13T17:53:20.483ZINFOAug 13 17:53:19.050 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
29132026-08-13T17:53:20.483Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
29142026-08-13T17:53:20.483Z DEBG Aug 13 17:53:19.050replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
29152026-08-13T17:53:20.483Z Aug 13 17:53:19.050DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29162026-08-13T17:53:20.483Z Aug 13 17:53:19.050
29172026-08-13T17:53:20.483Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO
29182026-08-13T17:53:20.483Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
29192026-08-13T17:53:20.483Z INFOAug 13 17:53:19.050Aug 13 17:53:19.050 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
29202026-08-13T17:53:20.483ZAug 13 17:53:19.050 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
29212026-08-13T17:53:20.483Z replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
29222026-08-13T17:53:20.483Z DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.050
29232026-08-13T17:53:20.483Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29242026-08-13T17:53:20.483Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
29252026-08-13T17:53:20.483Z Aug 13 17:53:19.050 Aug 13 17:53:19.050DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:53:19.050INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
29262026-08-13T17:53:20.483Z
29272026-08-13T17:53:20.483Z
29282026-08-13T17:53:20.483ZDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29292026-08-13T17:53:20.483ZAug 13 17:53:19.050Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBG DEBGAug 13 17:53:19.050 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29302026-08-13T17:53:20.483Z
29312026-08-13T17:53:20.483ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:53:19.050Aug 13 17:53:19.050
29322026-08-13T17:53:20.483Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
29332026-08-13T17:53:20.483ZINFO INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
29342026-08-13T17:53:20.483ZAug 13 17:53:19.050
29352026-08-13T17:53:20.483ZDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
29362026-08-13T17:53:20.483ZAug 13 17:53:19.050Aug 13 17:53:19.050 DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
29372026-08-13T17:53:20.483ZAug 13 17:53:19.050replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29382026-08-13T17:53:20.483Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:53:19.050
29392026-08-13T17:53:20.483Z INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:53:19.050
29402026-08-13T17:53:20.484Z
29412026-08-13T17:53:20.484Z INFO Aug 13 17:53:19.050adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFOAug 13 17:53:19.050
29422026-08-13T17:53:20.484Z DEBGAug 13 17:53:19.050 Aug 13 17:53:19.050replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
29432026-08-13T17:53:20.484Z DEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.050
29442026-08-13T17:53:20.484Z
29452026-08-13T17:53:20.484Z INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
29462026-08-13T17:53:20.484Ztest route::tests::grow_succeeds ... ok
29472026-08-13T17:53:20.484Z
29482026-08-13T17:53:20.484ZAug 13 17:53:19.050 DEBG failed to allocate space for the new target listAug 13 17:53:19.050Aug 13 17:53:19.050 INFOAug 13 17:53:19.050
29492026-08-13T17:53:20.484Z DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
29502026-08-13T17:53:20.484Z
29512026-08-13T17:53:20.484Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.050
29522026-08-13T17:53:20.484Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
29532026-08-13T17:53:20.484Z Aug 13 17:53:19.050Aug 13 17:53:19.050 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
29542026-08-13T17:53:20.484Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
29552026-08-13T17:53:20.484ZAug 13 17:53:19.050Aug 13 17:53:19.050 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOINFO
29562026-08-13T17:53:20.484ZAug 13 17:53:19.050 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
29572026-08-13T17:53:20.484ZAug 13 17:53:19.051Aug 13 17:53:19.051 DEBGDEBG created new freemapcreated new freemap, unit:Aug 13 17:53:19.051 Aug 13 17:53:19.057freemap_route_ipv4
29582026-08-13T17:53:20.484ZDEBG , replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
29592026-08-13T17:53:20.484Z:Aug 13 17:53:19.057 freemap_route_ipv4
29602026-08-13T17:53:20.484Z Aug 13 17:53:19.057DEBG Aug 13 17:53:19.057DEBG created new freemapINFO, created new freemapunitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff:,
29612026-08-13T17:53:20.484Zunit :freemap_route_ipv6
29622026-08-13T17:53:20.484Zfreemap_route_ipv4Aug 13 17:53:19.057
29632026-08-13T17:53:20.484Z DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29642026-08-13T17:53:20.484ZDEBG created new freemapAug 13 17:53:19.057Aug 13 17:53:19.057 DEBG, INFO unitinitted freemap. size: 64 , adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff:unit
29652026-08-13T17:53:20.484Z : Aug 13 17:53:19.057freemap_route_ipv6freemap_route_ipv4Aug 13 17:53:19.057
29662026-08-13T17:53:20.484Z
29672026-08-13T17:53:20.484ZDEBGDEBG Aug 13 17:53:19.057created new freemap , replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.057unit :DEBG freemap_route_ipv6
29682026-08-13T17:53:20.484ZDEBG
29692026-08-13T17:53:20.484Z initted freemap. size: 64reset freemap, , Aug 13 17:53:19.057unit unitAug 13 17:53:19.057INFO: : adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4
29702026-08-13T17:53:20.484Zfreemap_route_ipv4 DEBG
29712026-08-13T17:53:20.484Z
29722026-08-13T17:53:20.484ZAug 13 17:53:19.057 DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
29732026-08-13T17:53:20.484ZAug 13 17:53:19.057Aug 13 17:53:19.057 DEBG: reset freemapfreemap_route_ipv4Aug 13 17:53:19.057DEBG
29742026-08-13T17:53:20.484Z INFO , initted freemap. size: 64unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff:, unitfreemap_route_ipv4
29752026-08-13T17:53:20.484Z:
29762026-08-13T17:53:20.484Z freemap_route_ipv6
29772026-08-13T17:53:20.484ZAug 13 17:53:19.057 Aug 13 17:53:19.057Aug 13 17:53:19.057 DEBGDEBG Aug 13 17:53:19.057replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG reset freemapinitted freemap. size: 64, reset freemap
29782026-08-13T17:53:20.484Zunit, , :unit freemap_route_ipv4unit
29792026-08-13T17:53:20.485Z::Aug 13 17:53:19.057 freemap_route_ipv6 INFOfreemap_route_ipv6
29802026-08-13T17:53:20.485Z
29812026-08-13T17:53:20.485Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:53:19.057
29822026-08-13T17:53:20.485Z DEBGAug 13 17:53:19.057Aug 13 17:53:19.057 INFODEBGinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1
29832026-08-13T17:53:20.485Zunitreset freemap:, freemap_route_ipv6Aug 13 17:53:19.057unit
29842026-08-13T17:53:20.485ZDEBG:Aug 13 17:53:19.057 freemap_route_ipv6replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29852026-08-13T17:53:20.485ZDEBG
29862026-08-13T17:53:20.485Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:53:19.057
29872026-08-13T17:53:20.485Z DEBGAug 13 17:53:19.057Aug 13 17:53:19.057 INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreset freemap
29882026-08-13T17:53:20.485Zadding route 172.16.0.0/32 -> 10.0.0.1,
29892026-08-13T17:53:20.489Zunit:Aug 13 17:53:19.057 Aug 13 17:53:19.057INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:53:19.057
29902026-08-13T17:53:20.489Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
29912026-08-13T17:53:20.489Z
29922026-08-13T17:53:20.489Z DEBG Aug 13 17:53:19.057replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:53:19.057
29932026-08-13T17:53:20.489Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
29942026-08-13T17:53:20.489Z Aug 13 17:53:19.057adding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBG
29952026-08-13T17:53:20.489Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 17:53:19.057
29962026-08-13T17:53:20.489ZAug 13 17:53:19.057 DEBGDEBGAug 13 17:53:19.057 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
29972026-08-13T17:53:20.489ZDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
29982026-08-13T17:53:20.489Zreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
29992026-08-13T17:53:20.489ZAug 13 17:53:19.057Aug 13 17:53:19.051Aug 13 17:53:19.057 DEBGINFO created new freemap adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.057 adding route 3fff:dead::/64 -> 2001:db8::55:3
30002026-08-13T17:53:20.489ZINFO
30012026-08-13T17:53:20.489Z, unitadding route 3fff:dead::/64 -> 2001:db8::55:2:Aug 13 17:53:19.057Aug 13 17:53:19.057
30022026-08-13T17:53:20.489ZDEBG freemap_route_ipv4DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30032026-08-13T17:53:20.489Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
30042026-08-13T17:53:20.489Z
30052026-08-13T17:53:20.489ZAug 13 17:53:19.057 DEBGAug 13 17:53:19.057 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
30062026-08-13T17:53:20.489Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
30072026-08-13T17:53:20.489ZAug 13 17:53:19.057Aug 13 17:53:19.057 Aug 13 17:53:19.057 DEBGAug 13 17:53:19.057INFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30082026-08-13T17:53:20.489Z
30092026-08-13T17:53:20.490Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG
30102026-08-13T17:53:20.490Z created new freemapAug 13 17:53:19.057Aug 13 17:53:19.057 , INFOunit Aug 13 17:53:19.057DEBG :DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
30112026-08-13T17:53:20.490Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
30122026-08-13T17:53:20.490Z
30132026-08-13T17:53:20.490Zfreemap_route_ipv6
30142026-08-13T17:53:20.490ZAug 13 17:53:19.057Aug 13 17:53:19.057Aug 13 17:53:19.057 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
30152026-08-13T17:53:20.490ZAug 13 17:53:19.057
30162026-08-13T17:53:20.490Zadding route 3fff:dead::/64 -> 2001:db8::55:4
30172026-08-13T17:53:20.490ZAug 13 17:53:19.057 INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 13 17:53:19.057initted freemap. size: 64
30182026-08-13T17:53:20.490Z Aug 13 17:53:19.057, DEBGWARN replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
30192026-08-13T17:53:20.490ZAug 13 17:53:19.057
30202026-08-13T17:53:20.490Z :DEBG freemap_route_ipv4replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30212026-08-13T17:53:20.490ZAug 13 17:53:19.057
30222026-08-13T17:53:20.490Z Aug 13 17:53:19.057ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:53:19.057
30232026-08-13T17:53:20.490Z DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 13 17:53:19.057adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:53:19.057
30242026-08-13T17:53:20.490Z DEBG
30252026-08-13T17:53:20.490Zreset freemapERRO Aug 13 17:53:19.057, shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
30262026-08-13T17:53:20.490ZDEBGunit : replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
30272026-08-13T17:53:20.490Z
30282026-08-13T17:53:20.490ZAug 13 17:53:19.057 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
30292026-08-13T17:53:20.490ZDEBG Aug 13 17:53:19.058replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.058DEBG
30302026-08-13T17:53:20.490Z replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.057
30312026-08-13T17:53:20.490ZDEBG DEBGinitted freemap. size: 64 , failed to allocate space for the new target listAug 13 17:53:19.058
30322026-08-13T17:53:20.490ZunitAug 13 17:53:19.058: INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff freemap_route_ipv6
30332026-08-13T17:53:20.490Z
30342026-08-13T17:53:20.490Zadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
30352026-08-13T17:53:20.490ZAug 13 17:53:19.058Aug 13 17:53:19.058 Aug 13 17:53:19.058 DEBGDEBG DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30362026-08-13T17:53:20.490Z
30372026-08-13T17:53:20.490Zreset freemap, Aug 13 17:53:19.058Aug 13 17:53:19.058unit : DEBGINFO failed to allocate space for the new target listfreemap_route_ipv6
30382026-08-13T17:53:20.490Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff
30392026-08-13T17:53:20.490Z
30402026-08-13T17:53:20.490ZAug 13 17:53:19.058Aug 13 17:53:19.058 DEBGDEBG Aug 13 17:53:19.058replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30412026-08-13T17:53:20.490Z
30422026-08-13T17:53:20.490Z INFO adding route 172.16.0.0/32 -> 10.0.0.1
30432026-08-13T17:53:20.490ZAug 13 17:53:19.058 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 13 17:53:19.058
30442026-08-13T17:53:20.490Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
30452026-08-13T17:53:20.490ZAug 13 17:53:19.058 DEBGAug 13 17:53:19.058 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
30462026-08-13T17:53:20.490Z adding route 172.16.0.0/32 -> 10.0.0.2
30472026-08-13T17:53:20.490ZAug 13 17:53:19.058 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
30482026-08-13T17:53:20.491ZAug 13 17:53:19.058 INFO Aug 13 17:53:19.058adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
30492026-08-13T17:53:20.491ZINFO adding route 172.17.0.0/32 -> 10.0.0.255
30502026-08-13T17:53:20.491Z
30512026-08-13T17:53:20.491ZAug 13 17:53:19.058Aug 13 17:53:19.058 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30522026-08-13T17:53:20.491Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30532026-08-13T17:53:20.491ZAug 13 17:53:19.058 Aug 13 17:53:19.058INFOAug 13 17:53:19.058 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFODEBG
30542026-08-13T17:53:20.491Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255
30552026-08-13T17:53:20.491Z
30562026-08-13T17:53:20.491ZAug 13 17:53:19.058 DEBG Aug 13 17:53:19.058replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
30572026-08-13T17:53:20.491ZDEBGAug 13 17:53:19.058 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
30582026-08-13T17:53:20.491Z Aug 13 17:53:19.058adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
30592026-08-13T17:53:20.491ZDEBG failed to allocate space for the new target list
30602026-08-13T17:53:20.491ZAug 13 17:53:19.058Aug 13 17:53:19.058 DEBG Aug 13 17:53:19.058Aug 13 17:53:19.058 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30612026-08-13T17:53:20.491Z created new freemapDEBG , created new freemapunitAug 13 17:53:19.066, : unitINFO :freemap_route_ipv4 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
30622026-08-13T17:53:20.491Zfreemap_route_ipv4
30632026-08-13T17:53:20.491Z
30642026-08-13T17:53:20.491ZAug 13 17:53:19.066Aug 13 17:53:19.066 DEBGDEBG Aug 13 17:53:19.066Aug 13 17:53:19.058 created new freemapDEBG, unitcreated new freemapreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:, DEBG freemap_route_ipv6
30652026-08-13T17:53:20.491Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
30662026-08-13T17:53:20.491Zunit
30672026-08-13T17:53:20.491Z: Aug 13 17:53:19.066freemap_route_ipv6
30682026-08-13T17:53:20.491ZAug 13 17:53:19.066INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
30692026-08-13T17:53:20.491Z Aug 13 17:53:19.066initted freemap. size: 64 , DEBG unitAug 13 17:53:19.066:INFO adding route 172.17.0.2/32 -> 10.0.0.255
30702026-08-13T17:53:20.491ZDEBGfreemap_route_ipv4initted freemap. size: 64
30712026-08-13T17:53:20.491Z , replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.066
30722026-08-13T17:53:20.491Z unitDEBGAug 13 17:53:19.066 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG
30732026-08-13T17:53:20.491Z reset freemapfreemap_route_ipv4Aug 13 17:53:19.066, Aug 13 17:53:19.066unit INFO:INFO freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
30742026-08-13T17:53:20.491Z
30752026-08-13T17:53:20.491Z
30762026-08-13T17:53:20.491Z
30772026-08-13T17:53:20.491ZAug 13 17:53:19.066Aug 13 17:53:19.066 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
30782026-08-13T17:53:20.491Z, Aug 13 17:53:19.066unit DEBGAug 13 17:53:19.058Aug 13 17:53:19.066Aug 13 17:53:19.066 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
30792026-08-13T17:53:20.491ZINFO freemap_route_ipv6 created new freemap DEBG, adding route 172.17.0.4/32 -> 10.0.0.255
30802026-08-13T17:53:20.491Zunit
30812026-08-13T17:53:20.491Z: freemap_route_ipv4 Aug 13 17:53:19.066
30822026-08-13T17:53:20.491ZAug 13 17:53:19.066Aug 13 17:53:19.066 INFO DEBGDEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff reset freemapreset freemapreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
30832026-08-13T17:53:20.491Zunit
30842026-08-13T17:53:20.491Z:Aug 13 17:53:19.066 Aug 13 17:53:19.066freemap_route_ipv6, Aug 13 17:53:19.066DEBG
30852026-08-13T17:53:20.491Z INFO unitadding route 172.17.0.5/32 -> 10.0.0.255DEBG
30862026-08-13T17:53:20.491Z Aug 13 17:53:19.066replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap , INFOunit :Aug 13 17:53:19.066 adding route 172.16.0.0/32 -> 10.0.0.1freemap_route_ipv6
30872026-08-13T17:53:20.492Z
30882026-08-13T17:53:20.492Z
30892026-08-13T17:53:20.496ZDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
30902026-08-13T17:53:20.496Z Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGfreemap_route_ipv4Aug 13 17:53:19.066 initted freemap. size: 64INFODEBG Aug 13 17:53:19.066adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
30912026-08-13T17:53:20.496ZINFO , unit
30922026-08-13T17:53:20.496Z:adding route 172.17.0.6/32 -> 10.0.0.255
30932026-08-13T17:53:20.496Z
30942026-08-13T17:53:20.496Z freemap_route_ipv4Aug 13 17:53:19.066
30952026-08-13T17:53:20.496Z Aug 13 17:53:19.066DEBG Aug 13 17:53:19.066INFOAug 13 17:53:19.066Aug 13 17:53:19.066 adding route 172.17.0.0/32 -> 10.0.0.255DEBGDEBG
30962026-08-13T17:53:20.496Z replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
30972026-08-13T17:53:20.496Z, DEBGunit Aug 13 17:53:19.066:initted freemap. size: 64 Aug 13 17:53:19.066, DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4unit
30982026-08-13T17:53:20.496Zadding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
30992026-08-13T17:53:20.496Z
31002026-08-13T17:53:20.496Z
31012026-08-13T17:53:20.496Z: Aug 13 17:53:19.066freemap_route_ipv6Aug 13 17:53:19.066Aug 13 17:53:19.066
31022026-08-13T17:53:20.496ZINFO adding route 172.17.0.1/32 -> 10.0.0.255INFODEBG
31032026-08-13T17:53:20.496ZAug 13 17:53:19.066 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffinitted freemap. size: 64
31042026-08-13T17:53:20.496ZDEBG, unit : replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 13 17:53:19.066
31052026-08-13T17:53:20.496Z
31062026-08-13T17:53:20.496ZDEBGAug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066 DEBG Aug 13 17:53:19.066DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap INFO, unit
31072026-08-13T17:53:20.496Z: adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
31082026-08-13T17:53:20.496ZAug 13 17:53:19.066
31092026-08-13T17:53:20.496Z INFO adding route 172.17.0.2/32 -> 10.0.0.255
31102026-08-13T17:53:20.496Z
31112026-08-13T17:53:20.496ZAug 13 17:53:19.066reset freemapAug 13 17:53:19.066 DEBG, unitAug 13 17:53:19.066replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOINFO
31122026-08-13T17:53:20.496Z adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
31132026-08-13T17:53:20.496Z
31142026-08-13T17:53:20.496Z:Aug 13 17:53:19.066 freemap_route_ipv6Aug 13 17:53:19.066
31152026-08-13T17:53:20.496Z Aug 13 17:53:19.066INFOAug 13 17:53:19.066 DEBGadding route 172.17.0.9/32 -> 10.0.0.255DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
31162026-08-13T17:53:20.496Z
31172026-08-13T17:53:20.497ZDEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31182026-08-13T17:53:20.497Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066DEBG
31192026-08-13T17:53:20.497Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31202026-08-13T17:53:20.497Zadding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 17:53:19.066INFO
31212026-08-13T17:53:20.497ZAug 13 17:53:19.066Aug 13 17:53:19.066 INFO INFO INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 13 17:53:19.066
31222026-08-13T17:53:20.497Z adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
31232026-08-13T17:53:20.497Z
31242026-08-13T17:53:20.497ZAug 13 17:53:19.066
31252026-08-13T17:53:20.497Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 17:53:19.066DEBG
31262026-08-13T17:53:20.497Z Aug 13 17:53:19.066 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31272026-08-13T17:53:20.497ZAug 13 17:53:19.066DEBG Aug 13 17:53:19.066replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:53:19.066replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31282026-08-13T17:53:20.497Z
31292026-08-13T17:53:20.497ZINFODEBG INFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
31302026-08-13T17:53:20.497Z
31312026-08-13T17:53:20.497ZAug 13 17:53:19.066 INFO
31322026-08-13T17:53:20.498ZAug 13 17:53:19.066 Aug 13 17:53:19.066INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
31332026-08-13T17:53:20.498Z DEBGadding route 172.17.0.4/32 -> 10.0.0.255
31342026-08-13T17:53:20.498Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31352026-08-13T17:53:20.498ZAug 13 17:53:19.066Aug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066DEBGDEBG Aug 13 17:53:19.066INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31362026-08-13T17:53:20.498Z
31372026-08-13T17:53:20.498Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31382026-08-13T17:53:20.498Z
31392026-08-13T17:53:20.498ZINFO Aug 13 17:53:19.066Aug 13 17:53:19.066 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:53:19.066INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
31402026-08-13T17:53:20.498Z adding route 172.16.0.0/32 -> 10.0.0.4Aug 13 17:53:19.066adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
31412026-08-13T17:53:20.498ZINFO
31422026-08-13T17:53:20.498Zadding route 172.17.0.5/32 -> 10.0.0.255
31432026-08-13T17:53:20.498ZAug 13 17:53:19.066
31442026-08-13T17:53:20.498Z INFOAug 13 17:53:19.066 Aug 13 17:53:19.066DEBGadding route 172.17.0.13/32 -> 10.0.0.255
31452026-08-13T17:53:20.498ZAug 13 17:53:19.066 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] DEBG
31462026-08-13T17:53:20.498Ztest route::tests::rollback_on_compact_write_failure ... ok
31472026-08-13T17:53:20.498Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.066
31482026-08-13T17:53:20.498Z
31492026-08-13T17:53:20.498ZDEBGAug 13 17:53:19.066 Aug 13 17:53:19.066 Aug 13 17:53:19.066replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255
31502026-08-13T17:53:20.498Z
31512026-08-13T17:53:20.498Ztest route::tests::rollback_on_compact_delete_failure ... ok
31522026-08-13T17:53:20.498ZAug 13 17:53:19.066INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:53:19.066
31532026-08-13T17:53:20.498Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] INFOAug 13 17:53:19.066 adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:53:19.066DEBG INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31542026-08-13T17:53:20.498Z
31552026-08-13T17:53:20.498Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31562026-08-13T17:53:20.498Z
31572026-08-13T17:53:20.498Z
31582026-08-13T17:53:20.498ZAug 13 17:53:19.066Aug 13 17:53:19.066 DEBGINFOAug 13 17:53:19.066 Aug 13 17:53:19.066adding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:53:19.066
31592026-08-13T17:53:20.498Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
31602026-08-13T17:53:20.498ZINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG
31612026-08-13T17:53:20.498Z Aug 13 17:53:19.066 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.066DEBG
31622026-08-13T17:53:20.498ZINFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.066adding route 172.17.0.15/32 -> 10.0.0.255
31632026-08-13T17:53:20.499Zadding route 3fff:dead::/64 -> 2001:db8::55:3
31642026-08-13T17:53:20.499Z
31652026-08-13T17:53:20.499ZDEBGAug 13 17:53:19.066Aug 13 17:53:19.066 INFOINFO Aug 13 17:53:19.066adding route 172.17.0.2/32 -> 10.0.0.255 replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 172.17.0.7/32 -> 10.0.0.255
31662026-08-13T17:53:20.499Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31672026-08-13T17:53:20.499Z
31682026-08-13T17:53:20.499Z
31692026-08-13T17:53:20.499ZAug 13 17:53:19.066Aug 13 17:53:19.066 Aug 13 17:53:19.066INFO DEBG adding route 172.17.0.16/32 -> 10.0.0.255
31702026-08-13T17:53:20.499ZAug 13 17:53:19.066replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.066
31712026-08-13T17:53:20.499Z DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31722026-08-13T17:53:20.499Zadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 17:53:19.066
31732026-08-13T17:53:20.499Z Aug 13 17:53:19.066DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
31742026-08-13T17:53:20.499Z Aug 13 17:53:19.066Aug 13 17:53:19.066adding route 172.17.0.8/32 -> 10.0.0.255
31752026-08-13T17:53:20.499Z INFODEBG Aug 13 17:53:19.066 adding route 172.17.0.3/32 -> 10.0.0.255Aug 13 17:53:19.066INFODEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
31762026-08-13T17:53:20.499Zadding route 172.17.0.17/32 -> 10.0.0.255DEBG
31772026-08-13T17:53:20.499Z
31782026-08-13T17:53:20.499Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
31792026-08-13T17:53:20.499ZAug 13 17:53:19.066 Aug 13 17:53:19.073replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31802026-08-13T17:53:20.499Z INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4created new freemapAug 13 17:53:19.073
31812026-08-13T17:53:20.499Z , INFOunit :adding route 172.17.0.9/32 -> 10.0.0.255
31822026-08-13T17:53:20.499Zfreemap_route_ipv4
31832026-08-13T17:53:20.499ZAug 13 17:53:19.073Aug 13 17:53:19.073 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
31842026-08-13T17:53:20.499Z
31852026-08-13T17:53:20.499ZAug 13 17:53:19.073Aug 13 17:53:19.073Aug 13 17:53:19.073 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
31862026-08-13T17:53:20.499Z
31872026-08-13T17:53:20.499Z DEBG Aug 13 17:53:19.066created new freemap, Aug 13 17:53:19.073unit : INFODEBG freemap_route_ipv6replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
31882026-08-13T17:53:20.499ZAug 13 17:53:19.073
31892026-08-13T17:53:20.504Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ffWARN
31902026-08-13T17:53:20.504Z shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:53:19.073
31912026-08-13T17:53:20.504ZAug 13 17:53:19.073 INFODEBG initted freemap. size: 64adding route 172.17.0.11/32 -> 10.0.0.255,
31922026-08-13T17:53:20.504Zunit:Aug 13 17:53:19.058 freemap_route_ipv4Aug 13 17:53:19.073Aug 13 17:53:19.073DEBG
31932026-08-13T17:53:20.504Z DEBGcreated new freemapDEBG, unitreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.073
31942026-08-13T17:53:20.504Z: replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 13 17:53:19.073
31952026-08-13T17:53:20.504Z reset freemapINFO, freemap_route_ipv4unit
31962026-08-13T17:53:20.504Zadding route 172.17.0.12/32 -> 10.0.0.255:
31972026-08-13T17:53:20.504Zfreemap_route_ipv4
31982026-08-13T17:53:20.504ZAug 13 17:53:19.073Aug 13 17:53:19.073Aug 13 17:53:19.073Aug 13 17:53:19.073 INFO DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
31992026-08-13T17:53:20.504Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffcreated new freemapinitted freemap. size: 64
32002026-08-13T17:53:20.504Z, , unitunit:: Aug 13 17:53:19.073Aug 13 17:53:19.073freemap_route_ipv6freemap_route_ipv6
32012026-08-13T17:53:20.504ZDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
32022026-08-13T17:53:20.504Z
32032026-08-13T17:53:20.504ZINFOAug 13 17:53:19.073 DEBG adding route 172.17.0.13/32 -> 10.0.0.255Aug 13 17:53:19.073reset freemap ,
32042026-08-13T17:53:20.504ZAug 13 17:53:19.073DEBG unitinitted freemap. size: 64:, Aug 13 17:53:19.073freemap_route_ipv6 unitDEBG
32052026-08-13T17:53:20.504Z: freemap_route_ipv4replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32062026-08-13T17:53:20.504Z
32072026-08-13T17:53:20.504Z INFO Aug 13 17:53:19.074Aug 13 17:53:19.074 INFOAug 13 17:53:19.074 adding route 172.17.0.14/32 -> 10.0.0.255INFO
32082026-08-13T17:53:20.504Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
32092026-08-13T17:53:20.504Zadding route 172.16.0.0/32 -> 10.0.0.1
32102026-08-13T17:53:20.504ZAug 13 17:53:19.074 DEBGAug 13 17:53:19.074 replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32112026-08-13T17:53:20.505Z DEBGAug 13 17:53:19.074 reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:53:19.058DEBG,
32122026-08-13T17:53:20.505Z unit:replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:53:19.074 Aug 13 17:53:19.074 created new freemap INFO
32132026-08-13T17:53:20.505Zfreemap_route_ipv4INFO,
32142026-08-13T17:53:20.505Zadding route 172.17.0.15/32 -> 10.0.0.255unit :adding route 172.16.0.0/32 -> 10.0.0.1
32152026-08-13T17:53:20.505Z
32162026-08-13T17:53:20.505Zfreemap_route_ipv4Aug 13 17:53:19.074Aug 13 17:53:19.074 Aug 13 17:53:19.074DEBGDEBG Aug 13 17:53:19.074DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32172026-08-13T17:53:20.505Z
32182026-08-13T17:53:20.505Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
32192026-08-13T17:53:20.505Z INFOinitted freemap. size: 64Aug 13 17:53:19.074 , INFOunit: adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255Aug 13 17:53:19.074
32202026-08-13T17:53:20.505Zfreemap_route_ipv6
32212026-08-13T17:53:20.505Z
32222026-08-13T17:53:20.505ZINFOAug 13 17:53:19.074 Aug 13 17:53:19.074adding route 172.16.0.0/32 -> 10.0.0.1 Aug 13 17:53:19.074DEBG DEBGDEBG
32232026-08-13T17:53:20.505Z Aug 13 17:53:19.074 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.074
32242026-08-13T17:53:20.505Z created new freemapDEBGDEBG
32252026-08-13T17:53:20.505Z reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }],
32262026-08-13T17:53:20.505Z, Aug 13 17:53:19.074unit Aug 13 17:53:19.074unitINFO :: adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6
32272026-08-13T17:53:20.505Z
32282026-08-13T17:53:20.505ZAug 13 17:53:19.074 INFOfreemap_route_ipv6
32292026-08-13T17:53:20.505ZINFOAug 13 17:53:19.074 Aug 13 17:53:19.074 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
32302026-08-13T17:53:20.505Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
32312026-08-13T17:53:20.505Z
32322026-08-13T17:53:20.505Z
32332026-08-13T17:53:20.505ZAug 13 17:53:19.074 Aug 13 17:53:19.074DEBGAug 13 17:53:19.074Aug 13 17:53:19.074 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255DEBG
32342026-08-13T17:53:20.505Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
32352026-08-13T17:53:20.505Zinitted freemap. size: 64 , Aug 13 17:53:19.074unitAug 13 17:53:19.074: replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
32362026-08-13T17:53:20.505Z freemap_route_ipv4 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.074
32372026-08-13T17:53:20.505Z
32382026-08-13T17:53:20.505Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
32392026-08-13T17:53:20.505Z INFO adding route 172.17.0.0/32 -> 10.0.0.255Aug 13 17:53:19.074Aug 13 17:53:19.074 INFOINFO
32402026-08-13T17:53:20.505Z adding route 172.17.0.19/32 -> 10.0.0.255
32412026-08-13T17:53:20.505Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:53:19.074
32422026-08-13T17:53:20.505ZAug 13 17:53:19.074 DEBGAug 13 17:53:19.074 Aug 13 17:53:19.074replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO DEBG DEBG
32432026-08-13T17:53:20.505Z adding route 3fff:dead::/64 -> 2001:db8::55:2
32442026-08-13T17:53:20.505Zreset freemapreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.074Aug 13 17:53:19.074 , Aug 13 17:53:19.074DEBGunit
32452026-08-13T17:53:20.505Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
32462026-08-13T17:53:20.505Ztest route::tests::identity_replace_is_noop ... ok
32472026-08-13T17:53:20.506Z DEBG: adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:53:19.074
32482026-08-13T17:53:20.506Z
32492026-08-13T17:53:20.506ZINFOfreemap_route_ipv4
32502026-08-13T17:53:20.506ZAug 13 17:53:19.074Aug 13 17:53:19.074 adding route 172.17.0.20/32 -> 10.0.0.255INFO
32512026-08-13T17:53:20.506ZAug 13 17:53:19.074Aug 13 17:53:19.074DEBG INFO Aug 13 17:53:19.074adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
32522026-08-13T17:53:20.506Zadding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32532026-08-13T17:53:20.506Z
32542026-08-13T17:53:20.506Z DEBG Aug 13 17:53:19.074replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.074initted freemap. size: 64
32552026-08-13T17:53:20.506Z, Aug 13 17:53:19.074 DEBGDEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
32562026-08-13T17:53:20.506Z
32572026-08-13T17:53:20.506ZAug 13 17:53:19.074unit INFOAug 13 17:53:19.074replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
32582026-08-13T17:53:20.506ZAug 13 17:53:19.074adding route 172.17.0.21/32 -> 10.0.0.255DEBG
32592026-08-13T17:53:20.506Z INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 Aug 13 17:53:19.074adding route 3fff:dead::/64 -> 2001:db8::55:4
32602026-08-13T17:53:20.506ZAug 13 17:53:19.074
32612026-08-13T17:53:20.506ZDEBG
32622026-08-13T17:53:20.506Z INFOAug 13 17:53:19.074Aug 13 17:53:19.074 Aug 13 17:53:19.074 INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
32632026-08-13T17:53:20.506Z
32642026-08-13T17:53:20.506Z
32652026-08-13T17:53:20.506Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32662026-08-13T17:53:20.506Z Aug 13 17:53:19.074Aug 13 17:53:19.074 DEBGAug 13 17:53:19.074Aug 13 17:53:19.074 DEBGINFO reset freemapDEBG, unitadding route 172.17.0.22/32 -> 10.0.0.255
32672026-08-13T17:53:20.506Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]:
32682026-08-13T17:53:20.506Z freemap_route_ipv6replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.074replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32692026-08-13T17:53:20.506Z
32702026-08-13T17:53:20.506Z
32712026-08-13T17:53:20.506Z DEBGAug 13 17:53:19.074 Aug 13 17:53:19.074Aug 13 17:53:19.074INFO WARNINFO Aug 13 17:53:19.074adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:18::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 13 17:53:19.066
32722026-08-13T17:53:20.506ZINFO
32732026-08-13T17:53:20.506ZDEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32742026-08-13T17:53:20.506Z
32752026-08-13T17:53:20.506Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.074adding route 172.16.0.0/32 -> 10.0.0.1
32762026-08-13T17:53:20.506Z
32772026-08-13T17:53:20.506ZAug 13 17:53:19.074 DEBG DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.074
32782026-08-13T17:53:20.506Z
32792026-08-13T17:53:20.506ZAug 13 17:53:19.074 INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255Aug 13 17:53:19.074
32802026-08-13T17:53:20.506ZAug 13 17:53:19.074 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 13 17:53:19.074Aug 13 17:53:19.074INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 DEBGadding route 172.17.0.4/32 -> 10.0.0.255
32812026-08-13T17:53:20.506Z
32822026-08-13T17:53:20.506Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32832026-08-13T17:53:20.506ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
32842026-08-13T17:53:20.506Z
32852026-08-13T17:53:20.506ZAug 13 17:53:19.074Aug 13 17:53:19.074Aug 13 17:53:19.074Aug 13 17:53:19.074 Aug 13 17:53:19.074 DEBG INFODEBG DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255
32862026-08-13T17:53:20.506ZAug 13 17:53:19.075replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081Aug 13 17:53:19.074
32872026-08-13T17:53:20.507Z DEBGDEBG DEBGcreated new freemap replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
32882026-08-13T17:53:20.507Z, , unit:Aug 13 17:53:19.081 freemap_route_ipv4
32892026-08-13T17:53:20.511ZINFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 17:53:19.081replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255Aug 13 17:53:19.081
32902026-08-13T17:53:20.511ZDEBG
32912026-08-13T17:53:20.511Z INFO created new freemap
32922026-08-13T17:53:20.511Z, adding route 172.17.0.5/32 -> 10.0.0.255unit:
32932026-08-13T17:53:20.511Z freemap_route_ipv6
32942026-08-13T17:53:20.511ZAug 13 17:53:19.081Aug 13 17:53:19.081 Aug 13 17:53:19.081DEBG Aug 13 17:53:19.081 INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
32952026-08-13T17:53:20.511Z Aug 13 17:53:19.081initted freemap. size: 64DEBG , unitDEBG: adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 13 17:53:19.081freemap_route_ipv4
32962026-08-13T17:53:20.511Z
32972026-08-13T17:53:20.511ZINFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
32982026-08-13T17:53:20.512Z Aug 13 17:53:19.081adding route 172.17.0.26/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGAug 13 17:53:19.081
32992026-08-13T17:53:20.512Zreset freemap
33002026-08-13T17:53:20.512Z, unitINFO:Aug 13 17:53:19.081 freemap_route_ipv4 DEBGadding route 172.17.0.6/32 -> 10.0.0.255
33012026-08-13T17:53:20.512Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33022026-08-13T17:53:20.512ZAug 13 17:53:19.081Aug 13 17:53:19.081
33032026-08-13T17:53:20.512ZINFO Aug 13 17:53:19.081DEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 13 17:53:19.081
33042026-08-13T17:53:20.512Z DEBGAug 13 17:53:19.081 DEBGINFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33052026-08-13T17:53:20.512Zinitted freemap. size: 64 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
33062026-08-13T17:53:20.512Z
33072026-08-13T17:53:20.512Z, unitAug 13 17:53:19.081: freemap_route_ipv6Aug 13 17:53:19.081
33082026-08-13T17:53:20.512Z Aug 13 17:53:19.081DEBGAug 13 17:53:19.081 INFOAug 13 17:53:19.081INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG DEBG adding route 172.17.0.7/32 -> 10.0.0.255
33092026-08-13T17:53:20.512Zreset freemap
33102026-08-13T17:53:20.512Z, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
33112026-08-13T17:53:20.512Z
33122026-08-13T17:53:20.512Z: Aug 13 17:53:19.081freemap_route_ipv6Aug 13 17:53:19.081
33132026-08-13T17:53:20.512Z INFO Aug 13 17:53:19.081adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 13 17:53:19.081
33142026-08-13T17:53:20.512Z INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081
33152026-08-13T17:53:20.512Zadding route 3fff:dead::/64 -> 2001:db8::55:1
33162026-08-13T17:53:20.512ZINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.4
33172026-08-13T17:53:20.512ZAug 13 17:53:19.081 Aug 13 17:53:19.081Aug 13 17:53:19.081 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
33182026-08-13T17:53:20.512ZINFO adding route 172.17.0.8/32 -> 10.0.0.255
33192026-08-13T17:53:20.512Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33202026-08-13T17:53:20.512Z
33212026-08-13T17:53:20.512ZAug 13 17:53:19.081 Aug 13 17:53:19.081INFO Aug 13 17:53:19.081Aug 13 17:53:19.081DEBG Aug 13 17:53:19.081adding route 3fff:dead::/64 -> 2001:db8::55:2
33222026-08-13T17:53:20.512Z DEBG INFOINFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081
33232026-08-13T17:53:20.512Z DEBG adding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
33242026-08-13T17:53:20.512Z
33252026-08-13T17:53:20.512Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 17:53:19.081adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
33262026-08-13T17:53:20.512Z Aug 13 17:53:19.081INFOAug 13 17:53:19.081 adding route 172.17.0.9/32 -> 10.0.0.255
33272026-08-13T17:53:20.512Z
33282026-08-13T17:53:20.512Z DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33292026-08-13T17:53:20.512Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:53:19.081
33302026-08-13T17:53:20.512Z DEBG Aug 13 17:53:19.081Aug 13 17:53:19.081replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33312026-08-13T17:53:20.512ZINFOAug 13 17:53:19.081 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
33322026-08-13T17:53:20.512Z replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33332026-08-13T17:53:20.512ZDEBG Aug 13 17:53:19.081replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
33342026-08-13T17:53:20.512ZAug 13 17:53:19.081 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
33352026-08-13T17:53:20.512Z
33362026-08-13T17:53:20.512ZAug 13 17:53:19.081Aug 13 17:53:19.081
33372026-08-13T17:53:20.513ZINFOINFOAug 13 17:53:19.081 adding route 172.17.0.31/32 -> 10.0.0.255DEBG
33382026-08-13T17:53:20.513Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
33392026-08-13T17:53:20.513Z
33402026-08-13T17:53:20.513ZAug 13 17:53:19.081Aug 13 17:53:19.081 Aug 13 17:53:19.081DEBGAug 13 17:53:19.081 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
33412026-08-13T17:53:20.513ZDEBG INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:53:19.081
33422026-08-13T17:53:20.513Z
33432026-08-13T17:53:20.513Z INFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255
33442026-08-13T17:53:20.513Z
33452026-08-13T17:53:20.513ZAug 13 17:53:19.081 DEBGAug 13 17:53:19.081 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081Aug 13 17:53:19.081 DEBGINFO
33462026-08-13T17:53:20.513Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33472026-08-13T17:53:20.513Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Aug 13 17:53:19.081replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33482026-08-13T17:53:20.513ZINFO
33492026-08-13T17:53:20.513Z Aug 13 17:53:19.081adding route 172.17.0.7/32 -> 10.0.0.255
33502026-08-13T17:53:20.513ZINFO Aug 13 17:53:19.081adding route 172.17.0.33/32 -> 10.0.0.255
33512026-08-13T17:53:20.513ZINFOAug 13 17:53:19.081Aug 13 17:53:19.081 adding route 172.17.0.12/32 -> 10.0.0.255DEBGDEBG
33522026-08-13T17:53:20.513ZAug 13 17:53:19.081 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33532026-08-13T17:53:20.513Z
33542026-08-13T17:53:20.513ZDEBG Aug 13 17:53:19.081replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.081
33552026-08-13T17:53:20.513Z Aug 13 17:53:19.081 DEBGINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33562026-08-13T17:53:20.513ZAug 13 17:53:19.081adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
33572026-08-13T17:53:20.513Z
33582026-08-13T17:53:20.513ZINFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 13 17:53:19.081Aug 13 17:53:19.081
33592026-08-13T17:53:20.513ZDEBGAug 13 17:53:19.081 INFODEBGAug 13 17:53:19.081 adding route 172.17.0.13/32 -> 10.0.0.255 DEBG
33602026-08-13T17:53:20.513Zreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33612026-08-13T17:53:20.513Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33622026-08-13T17:53:20.513Z
33632026-08-13T17:53:20.513ZAug 13 17:53:19.081 Aug 13 17:53:19.081Aug 13 17:53:19.081DEBG Aug 13 17:53:19.081 INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33642026-08-13T17:53:20.513ZINFO INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255Aug 13 17:53:19.081adding route 172.17.0.9/32 -> 10.0.0.255
33652026-08-13T17:53:20.513Z
33662026-08-13T17:53:20.513ZINFO
33672026-08-13T17:53:20.513Z adding route 172.17.0.14/32 -> 10.0.0.255
33682026-08-13T17:53:20.513ZAug 13 17:53:19.081Aug 13 17:53:19.081 Aug 13 17:53:19.081DEBGDEBGAug 13 17:53:19.081 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
33692026-08-13T17:53:20.513Z DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33702026-08-13T17:53:20.513Z
33712026-08-13T17:53:20.513Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33722026-08-13T17:53:20.513ZAug 13 17:53:19.081Aug 13 17:53:19.081 INFO Aug 13 17:53:19.081INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255INFO
33732026-08-13T17:53:20.513ZAug 13 17:53:19.081
33742026-08-13T17:53:20.513Z adding route 172.17.0.15/32 -> 10.0.0.255INFOAug 13 17:53:19.081
33752026-08-13T17:53:20.513Z DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 17:53:19.081
33762026-08-13T17:53:20.513Zreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
33772026-08-13T17:53:20.514Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081
33782026-08-13T17:53:20.514Z Aug 13 17:53:19.081DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081
33792026-08-13T17:53:20.514Z Aug 13 17:53:19.081adding route 172.17.0.37/32 -> 10.0.0.255DEBG
33802026-08-13T17:53:20.514Zreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:53:19.081
33812026-08-13T17:53:20.514Zadding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:53:19.081
33822026-08-13T17:53:20.514ZDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33832026-08-13T17:53:20.514ZINFOAug 13 17:53:19.081 Aug 13 17:53:19.081 DEBGAug 13 17:53:19.081adding route 172.17.0.16/32 -> 10.0.0.255INFO
33842026-08-13T17:53:20.514Z INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
33852026-08-13T17:53:20.514Zadding route 172.17.0.38/32 -> 10.0.0.255
33862026-08-13T17:53:20.514Z
33872026-08-13T17:53:20.514ZAug 13 17:53:19.081 DEBG Aug 13 17:53:19.081replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.081
33882026-08-13T17:53:20.514ZDEBGAug 13 17:53:19.081 DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33892026-08-13T17:53:20.518Z
33902026-08-13T17:53:20.518Z Aug 13 17:53:19.081adding route 172.17.0.12/32 -> 10.0.0.255 INFO
33912026-08-13T17:53:20.518Z adding route 172.17.0.17/32 -> 10.0.0.255Aug 13 17:53:19.081
33922026-08-13T17:53:20.518Z Aug 13 17:53:19.081INFOAug 13 17:53:19.081 adding route 172.17.0.39/32 -> 10.0.0.255 DEBGAug 13 17:53:19.081INFO
33932026-08-13T17:53:20.518ZDEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
33942026-08-13T17:53:20.518Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 17:53:19.082Aug 13 17:53:19.088 INFO
33952026-08-13T17:53:20.518Z adding route 172.17.0.18/32 -> 10.0.0.255DEBGAug 13 17:53:19.081
33962026-08-13T17:53:20.518Z DEBG Aug 13 17:53:19.088replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.088 DEBG DEBG
33972026-08-13T17:53:20.518Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
33982026-08-13T17:53:20.518Z
33992026-08-13T17:53:20.519Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34002026-08-13T17:53:20.519ZAug 13 17:53:19.088Aug 13 17:53:19.088 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
34012026-08-13T17:53:20.519Zadding route 172.17.0.18/32 -> 10.0.0.255Aug 13 17:53:19.088
34022026-08-13T17:53:20.519ZAug 13 17:53:19.088created new freemap INFO , INFOAug 13 17:53:19.088 adding route 172.17.0.19/32 -> 10.0.0.255unit:adding route 172.17.0.13/32 -> 10.0.0.255
34032026-08-13T17:53:20.519ZDEBG
34042026-08-13T17:53:20.519Z freemap_route_ipv4Aug 13 17:53:19.088 Aug 13 17:53:19.088Aug 13 17:53:19.088
34052026-08-13T17:53:20.519Z DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG
34062026-08-13T17:53:20.519Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.088
34072026-08-13T17:53:20.519Z
34082026-08-13T17:53:20.519Z
34092026-08-13T17:53:20.519ZDEBG Aug 13 17:53:19.088Aug 13 17:53:19.088created new freemapAug 13 17:53:19.088, INFO INFOINFOunit adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:53:19.088
34102026-08-13T17:53:20.519Z:
34112026-08-13T17:53:20.519Zfreemap_route_ipv6adding route 172.17.0.20/32 -> 10.0.0.255
34122026-08-13T17:53:20.519Z
34132026-08-13T17:53:20.519ZAug 13 17:53:19.088INFO Aug 13 17:53:19.088DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34142026-08-13T17:53:20.519Z Aug 13 17:53:19.088 Aug 13 17:53:19.088
34152026-08-13T17:53:20.519ZDEBG DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.088
34162026-08-13T17:53:20.519Zinitted freemap. size: 64replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , unitINFO:
34172026-08-13T17:53:20.519Z adding route 172.17.0.20/32 -> 10.0.0.255
34182026-08-13T17:53:20.519Zfreemap_route_ipv4Aug 13 17:53:19.088 INFO
34192026-08-13T17:53:20.519ZAug 13 17:53:19.088 Aug 13 17:53:19.088 adding route 172.17.0.21/32 -> 10.0.0.255
34202026-08-13T17:53:20.519ZINFO DEBGAug 13 17:53:19.088 adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:53:19.088 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34212026-08-13T17:53:20.519Z
34222026-08-13T17:53:20.519Z reset freemap Aug 13 17:53:19.088, DEBGAug 13 17:53:19.088unit :Aug 13 17:53:19.088INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
34232026-08-13T17:53:20.519Zadding route 172.17.0.21/32 -> 10.0.0.255 DEBG
34242026-08-13T17:53:20.519Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34252026-08-13T17:53:20.519Zfreemap_route_ipv4
34262026-08-13T17:53:20.519Z
34272026-08-13T17:53:20.519ZAug 13 17:53:19.088Aug 13 17:53:19.088 Aug 13 17:53:19.088DEBGINFO Aug 13 17:53:19.088 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
34282026-08-13T17:53:20.519Z INFO Aug 13 17:53:19.088initted freemap. size: 64 , INFOAug 13 17:53:19.088unit adding route 172.17.0.22/32 -> 10.0.0.255:
34292026-08-13T17:53:20.519Zadding route 172.17.0.16/32 -> 10.0.0.255
34302026-08-13T17:53:20.519Zfreemap_route_ipv6
34312026-08-13T17:53:20.519ZINFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 13 17:53:19.088Aug 13 17:53:19.088
34322026-08-13T17:53:20.519Z DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
34332026-08-13T17:53:20.519Z
34342026-08-13T17:53:20.519ZAug 13 17:53:19.088 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.088
34352026-08-13T17:53:20.519ZDEBGAug 13 17:53:19.088 reset freemapAug 13 17:53:19.088 Aug 13 17:53:19.088DEBGINFO, INFODEBGadding route 172.17.0.23/32 -> 10.0.0.255 unitreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34362026-08-13T17:53:20.519Z: adding route 172.17.0.17/32 -> 10.0.0.255
34372026-08-13T17:53:20.519Z
34382026-08-13T17:53:20.520Z replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.088freemap_route_ipv6Aug 13 17:53:19.088
34392026-08-13T17:53:20.520Z DEBGAug 13 17:53:19.088 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34402026-08-13T17:53:20.520Zadding route 172.17.0.23/32 -> 10.0.0.255DEBG
34412026-08-13T17:53:20.520Z
34422026-08-13T17:53:20.520Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.088Aug 13 17:53:19.088
34432026-08-13T17:53:20.520ZAug 13 17:53:19.088 INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255INFO
34442026-08-13T17:53:20.520Z Aug 13 17:53:19.088Aug 13 17:53:19.088replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34452026-08-13T17:53:20.520Z adding route 3fff:dead::/64 -> 2001:db8::55:1INFOAug 13 17:53:19.088Aug 13 17:53:19.088
34462026-08-13T17:53:20.520Zadding route 172.17.0.18/32 -> 10.0.0.255INFOINFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34472026-08-13T17:53:20.520Z
34482026-08-13T17:53:20.520Z adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
34492026-08-13T17:53:20.520Z
34502026-08-13T17:53:20.520ZAug 13 17:53:19.088Aug 13 17:53:19.088Aug 13 17:53:19.088 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 13 17:53:19.088Aug 13 17:53:19.088
34512026-08-13T17:53:20.520Z DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
34522026-08-13T17:53:20.520Z
34532026-08-13T17:53:20.520ZAug 13 17:53:19.088DEBG Aug 13 17:53:19.088 DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34542026-08-13T17:53:20.520ZAug 13 17:53:19.088
34552026-08-13T17:53:20.520Z INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.19/32 -> 10.0.0.255
34562026-08-13T17:53:20.520Z
34572026-08-13T17:53:20.520ZAug 13 17:53:19.088Aug 13 17:53:19.088 Aug 13 17:53:19.088Aug 13 17:53:19.088 INFO DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255
34582026-08-13T17:53:20.520Z
34592026-08-13T17:53:20.520Zadding route 3fff:dead::/64 -> 2001:db8::55:2INFO
34602026-08-13T17:53:20.520ZAug 13 17:53:19.088 INFO adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255
34612026-08-13T17:53:20.520ZAug 13 17:53:19.088
34622026-08-13T17:53:20.520Z DEBGAug 13 17:53:19.088
34632026-08-13T17:53:20.520ZAug 13 17:53:19.088 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO
34642026-08-13T17:53:20.520ZAug 13 17:53:19.088 Aug 13 17:53:19.088 DEBGDEBGadding route 172.17.0.20/32 -> 10.0.0.255
34652026-08-13T17:53:20.520ZAug 13 17:53:19.088replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
34662026-08-13T17:53:20.520Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 13 17:53:19.089 adding route 172.17.0.41/32 -> 10.0.0.255
34672026-08-13T17:53:20.520ZAug 13 17:53:19.089
34682026-08-13T17:53:20.520ZAug 13 17:53:19.089INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBGAug 13 17:53:19.089replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34692026-08-13T17:53:20.520Z replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34702026-08-13T17:53:20.520ZDEBG
34712026-08-13T17:53:20.520ZAug 13 17:53:19.089replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.089adding route 172.17.0.26/32 -> 10.0.0.255
34722026-08-13T17:53:20.520Z
34732026-08-13T17:53:20.520Z INFO INFOAug 13 17:53:19.089adding route 172.17.0.27/32 -> 10.0.0.255 Aug 13 17:53:19.089Aug 13 17:53:19.089Aug 13 17:53:19.089INFO
34742026-08-13T17:53:20.520Z adding route 172.17.0.21/32 -> 10.0.0.255INFO
34752026-08-13T17:53:20.520Z DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.089
34762026-08-13T17:53:20.520Z
34772026-08-13T17:53:20.520Z
34782026-08-13T17:53:20.521ZAug 13 17:53:19.089DEBGDEBG DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.089replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
34792026-08-13T17:53:20.521Z
34802026-08-13T17:53:20.521ZDEBGAug 13 17:53:19.089 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34812026-08-13T17:53:20.521Z
34822026-08-13T17:53:20.521Z Aug 13 17:53:19.089INFO Aug 13 17:53:19.089DEBGAug 13 17:53:19.089 Aug 13 17:53:19.089 adding route 172.17.0.27/32 -> 10.0.0.255INFO
34832026-08-13T17:53:20.521Z INFOadding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
34842026-08-13T17:53:20.521Z
34852026-08-13T17:53:20.521ZINFO
34862026-08-13T17:53:20.521Z Aug 13 17:53:19.089Aug 13 17:53:19.089 DEBGAug 13 17:53:19.089DEBG adding route 172.17.0.22/32 -> 10.0.0.255 Aug 13 17:53:19.089replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34872026-08-13T17:53:20.521Z Aug 13 17:53:19.089DEBG
34882026-08-13T17:53:20.521Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34892026-08-13T17:53:20.525Z INFO
34902026-08-13T17:53:20.525ZAug 13 17:53:19.089Aug 13 17:53:19.089Aug 13 17:53:19.089 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO
34912026-08-13T17:53:20.525Z INFOAug 13 17:53:19.089INFOadding route 172.17.0.44/32 -> 10.0.0.255
34922026-08-13T17:53:20.525Zadding route 172.17.0.29/32 -> 10.0.0.255
34932026-08-13T17:53:20.525ZINFO adding route 172.17.0.28/32 -> 10.0.0.255DEBGAug 13 17:53:19.089
34942026-08-13T17:53:20.525Z Aug 13 17:53:19.089 Aug 13 17:53:19.089replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
34952026-08-13T17:53:20.525Z replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
34962026-08-13T17:53:20.525Z
34972026-08-13T17:53:20.525ZAug 13 17:53:19.089 Aug 13 17:53:19.089DEBG DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.089
34982026-08-13T17:53:20.525Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
34992026-08-13T17:53:20.525ZINFO adding route 172.17.0.30/32 -> 10.0.0.255 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
35002026-08-13T17:53:20.525ZAug 13 17:53:19.089
35012026-08-13T17:53:20.525Z
35022026-08-13T17:53:20.525ZINFOAug 13 17:53:19.089Aug 13 17:53:19.089 INFOAug 13 17:53:19.089adding route 172.17.0.45/32 -> 10.0.0.255DEBG
35032026-08-13T17:53:20.525Z adding route 172.17.0.29/32 -> 10.0.0.255DEBGAug 13 17:53:19.089 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35042026-08-13T17:53:20.526ZAug 13 17:53:19.089
35052026-08-13T17:53:20.526ZDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35062026-08-13T17:53:20.526ZAug 13 17:53:19.089 Aug 13 17:53:19.089Aug 13 17:53:19.089 Aug 13 17:53:19.095INFO DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255DEBG
35072026-08-13T17:53:20.526Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
35082026-08-13T17:53:20.526Z
35092026-08-13T17:53:20.526ZINFO Aug 13 17:53:19.095adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
35102026-08-13T17:53:20.526ZDEBGAug 13 17:53:19.095 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35112026-08-13T17:53:20.526Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 17:53:19.095 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35122026-08-13T17:53:20.526Z
35132026-08-13T17:53:20.526ZAug 13 17:53:19.095 INFOAug 13 17:53:19.095 adding route 172.17.0.32/32 -> 10.0.0.255INFO
35142026-08-13T17:53:20.526ZAug 13 17:53:19.095 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
35152026-08-13T17:53:20.526Z Aug 13 17:53:19.095replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35162026-08-13T17:53:20.526ZDEBG Aug 13 17:53:19.095Aug 13 17:53:19.095 DEBGINFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35172026-08-13T17:53:20.526Zadding route 172.17.0.31/32 -> 10.0.0.255
35182026-08-13T17:53:20.526Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35192026-08-13T17:53:20.527ZAug 13 17:53:19.095 INFO Aug 13 17:53:19.095adding route 172.17.0.33/32 -> 10.0.0.255
35202026-08-13T17:53:20.527ZDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35212026-08-13T17:53:20.527ZAug 13 17:53:19.095 Aug 13 17:53:19.095INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255Aug 13 17:53:19.095
35222026-08-13T17:53:20.527ZDEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35232026-08-13T17:53:20.527Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35242026-08-13T17:53:20.527Z
35252026-08-13T17:53:20.527ZAug 13 17:53:19.095 Aug 13 17:53:19.095DEBG Aug 13 17:53:19.095replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35262026-08-13T17:53:20.527ZINFO adding route 172.17.0.24/32 -> 10.0.0.255 Aug 13 17:53:19.095INFO
35272026-08-13T17:53:20.527Z adding route 172.17.0.34/32 -> 10.0.0.255
35282026-08-13T17:53:20.527Z
35292026-08-13T17:53:20.527ZAug 13 17:53:19.095 INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255Aug 13 17:53:19.095Aug 13 17:53:19.095
35302026-08-13T17:53:20.527ZAug 13 17:53:19.095 DEBG DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35312026-08-13T17:53:20.527ZAug 13 17:53:19.095
35322026-08-13T17:53:20.527Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35332026-08-13T17:53:20.527Z
35342026-08-13T17:53:20.527ZAug 13 17:53:19.095
35352026-08-13T17:53:20.527Z Aug 13 17:53:19.095INFO Aug 13 17:53:19.095Aug 13 17:53:19.095INFOAug 13 17:53:19.095 adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255INFODEBG
35362026-08-13T17:53:20.527Z INFO
35372026-08-13T17:53:20.527Z adding route 172.17.0.34/32 -> 10.0.0.255
35382026-08-13T17:53:20.527Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
35392026-08-13T17:53:20.527ZAug 13 17:53:19.095
35402026-08-13T17:53:20.527Z Aug 13 17:53:19.095DEBG Aug 13 17:53:19.095DEBG Aug 13 17:53:19.095 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35412026-08-13T17:53:20.527Z adding route 172.17.0.47/32 -> 10.0.0.255
35422026-08-13T17:53:20.527Z
35432026-08-13T17:53:20.527ZDEBGAug 13 17:53:19.095 Aug 13 17:53:19.095 INFO INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
35442026-08-13T17:53:20.527ZAug 13 17:53:19.095
35452026-08-13T17:53:20.527ZAug 13 17:53:19.095
35462026-08-13T17:53:20.527Z DEBG Aug 13 17:53:19.095DEBGAug 13 17:53:19.095 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.095INFODEBG DEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35472026-08-13T17:53:20.527Z
35482026-08-13T17:53:20.527Z
35492026-08-13T17:53:20.527Z
35502026-08-13T17:53:20.527Z replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.095
35512026-08-13T17:53:20.527Ztest route::tests::same_size_non_subset_replace ... ok
35522026-08-13T17:53:20.527ZAug 13 17:53:19.095 INFO adding route 172.17.0.37/32 -> 10.0.0.255INFO
35532026-08-13T17:53:20.527ZAug 13 17:53:19.095 Aug 13 17:53:19.095 Aug 13 17:53:19.095INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFOAug 13 17:53:19.095adding route 172.17.0.36/32 -> 10.0.0.255
35542026-08-13T17:53:20.527Z
35552026-08-13T17:53:20.528Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35562026-08-13T17:53:20.528ZDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35572026-08-13T17:53:20.528ZAug 13 17:53:19.095adding route 172.17.0.48/32 -> 10.0.0.255 Aug 13 17:53:19.095
35582026-08-13T17:53:20.528ZAug 13 17:53:19.095 DEBGAug 13 17:53:19.095INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO
35592026-08-13T17:53:20.528Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
35602026-08-13T17:53:20.528Ztest route::tests::rollback_on_index_readd_failure ... ok
35612026-08-13T17:53:20.528Zadding route 172.17.0.38/32 -> 10.0.0.255
35622026-08-13T17:53:20.528Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:53:19.095
35632026-08-13T17:53:20.528Ztest route::tests::shrink_preserves_compacted_order ... ok
35642026-08-13T17:53:20.528Z Aug 13 17:53:19.095DEBGAug 13 17:53:19.095 INFOINFOAug 13 17:53:19.095 adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 13 17:53:19.095
35652026-08-13T17:53:20.528Z DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
35662026-08-13T17:53:20.528Z
35672026-08-13T17:53:20.528Z
35682026-08-13T17:53:20.528ZAug 13 17:53:19.096 DEBGunitAug 13 17:53:19.102: created new freemapfreemap_route_ipv4,
35692026-08-13T17:53:20.528Z INFOunit :adding route 172.17.0.28/32 -> 10.0.0.255
35702026-08-13T17:53:20.528Zfreemap_route_ipv4
35712026-08-13T17:53:20.528ZAug 13 17:53:19.082Aug 13 17:53:19.102Aug 13 17:53:19.102 Aug 13 17:53:19.102DEBGDEBGAug 13 17:53:19.102 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35722026-08-13T17:53:20.528ZDEBG created new freemapDEBG , DEBGunitcreated new freemap :replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], created new freemap
35732026-08-13T17:53:20.528Zunit, : unitfreemap_route_ipv4:Aug 13 17:53:19.102freemap_route_ipv6
35742026-08-13T17:53:20.528Z
35752026-08-13T17:53:20.528Zfreemap_route_ipv6
35762026-08-13T17:53:20.528Z INFOAug 13 17:53:19.102 adding route 172.17.0.29/32 -> 10.0.0.255DEBG
35772026-08-13T17:53:20.528ZAug 13 17:53:19.102 Aug 13 17:53:19.102INFOAug 13 17:53:19.102 Aug 13 17:53:19.102DEBG DEBGinitted freemap. size: 64 , DEBGunit replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap:
35782026-08-13T17:53:20.528ZAug 13 17:53:19.095, freemap_route_ipv4unit
35792026-08-13T17:53:20.528Z: initted freemap. size: 64 freemap_route_ipv6 ,
35802026-08-13T17:53:20.528ZAug 13 17:53:19.102unitDEBGAug 13 17:53:19.102 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: INFODEBG Aug 13 17:53:19.102
35812026-08-13T17:53:20.528ZDEBGreset freemapfreemap_route_ipv4 , initted freemap. size: 64
35822026-08-13T17:53:20.528Zunit, :unit : adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv4Aug 13 17:53:19.102
35832026-08-13T17:53:20.528Zfreemap_route_ipv4Aug 13 17:53:19.102
35842026-08-13T17:53:20.528Z
35852026-08-13T17:53:20.528ZINFOAug 13 17:53:19.102DEBG Aug 13 17:53:19.102reset freemapDEBGadding route 172.17.0.38/32 -> 10.0.0.255,
35862026-08-13T17:53:20.528Z reset freemapDEBGAug 13 17:53:19.102 unitreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBG:unit initted freemap. size: 64:,
35872026-08-13T17:53:20.528Zunit freemap_route_ipv4:
35882026-08-13T17:53:20.528Z freemap_route_ipv6Aug 13 17:53:19.102Aug 13 17:53:19.102
35892026-08-13T17:53:20.533Z Aug 13 17:53:19.102INFOfreemap_route_ipv4
35902026-08-13T17:53:20.533Zadding route 172.17.0.31/32 -> 10.0.0.255DEBG
35912026-08-13T17:53:20.533ZDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64Aug 13 17:53:19.102
35922026-08-13T17:53:20.533Z Aug 13 17:53:19.102, DEBGAug 13 17:53:19.102unit :replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
35932026-08-13T17:53:20.533Zfreemap_route_ipv6Aug 13 17:53:19.102
35942026-08-13T17:53:20.533ZDEBG initted freemap. size: 64Aug 13 17:53:19.102Aug 13 17:53:19.102 INFO, DEBG INFOadding route 172.17.0.32/32 -> 10.0.0.255
35952026-08-13T17:53:20.533Z reset freemap adding route 172.17.0.39/32 -> 10.0.0.255,
35962026-08-13T17:53:20.533ZDEBGunit :unit: freemap_route_ipv6reset freemap
35972026-08-13T17:53:20.533Z, freemap_route_ipv6Aug 13 17:53:19.102
35982026-08-13T17:53:20.533Z Aug 13 17:53:19.102Aug 13 17:53:19.102unitDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
35992026-08-13T17:53:20.533Z : adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:53:19.102Aug 13 17:53:19.102freemap_route_ipv6
36002026-08-13T17:53:20.533Z
36012026-08-13T17:53:20.533Z DEBG DEBGAug 13 17:53:19.102reset freemap INFODEBG , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit
36022026-08-13T17:53:20.533Zadding route 172.17.0.40/32 -> 10.0.0.255 Aug 13 17:53:19.102
36032026-08-13T17:53:20.533Zreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.102
36042026-08-13T17:53:20.533Z INFOINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.2
36052026-08-13T17:53:20.533Z freemap_route_ipv6
36062026-08-13T17:53:20.533ZAug 13 17:53:19.102 INFO
36072026-08-13T17:53:20.533Z Aug 13 17:53:19.102adding route 172.17.0.33/32 -> 10.0.0.255
36082026-08-13T17:53:20.533ZAug 13 17:53:19.102DEBG Aug 13 17:53:19.102 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.102
36092026-08-13T17:53:20.533ZDEBG Aug 13 17:53:19.102replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:53:19.102 DEBGINFODEBG
36102026-08-13T17:53:20.533Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36112026-08-13T17:53:20.533Z INFO
36122026-08-13T17:53:20.533Zadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.41/32 -> 10.0.0.255
36132026-08-13T17:53:20.533Z
36142026-08-13T17:53:20.533ZAug 13 17:53:19.102 Aug 13 17:53:19.102INFO Aug 13 17:53:19.102DEBGAug 13 17:53:19.102 Aug 13 17:53:19.102 adding route 3fff:dead::/64 -> 2001:db8::55:2
36152026-08-13T17:53:20.533ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
36162026-08-13T17:53:20.533Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
36172026-08-13T17:53:20.533ZAug 13 17:53:19.102 INFODEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36182026-08-13T17:53:20.533ZAug 13 17:53:19.102adding route 172.17.0.34/32 -> 10.0.0.255
36192026-08-13T17:53:20.533Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
36202026-08-13T17:53:20.533Zadding route 172.16.0.0/32 -> 10.0.0.2
36212026-08-13T17:53:20.533ZAug 13 17:53:19.102Aug 13 17:53:19.102 INFOAug 13 17:53:19.102DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.42/32 -> 10.0.0.255
36222026-08-13T17:53:20.533Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:53:19.102
36232026-08-13T17:53:20.533Z
36242026-08-13T17:53:20.533Z DEBGAug 13 17:53:19.102Aug 13 17:53:19.102 DEBGAug 13 17:53:19.102INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255
36252026-08-13T17:53:20.533Z
36262026-08-13T17:53:20.533ZDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
36272026-08-13T17:53:20.533Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36282026-08-13T17:53:20.534ZAug 13 17:53:19.102Aug 13 17:53:19.102 Aug 13 17:53:19.102INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGadding route 172.17.0.43/32 -> 10.0.0.255
36292026-08-13T17:53:20.534Z Aug 13 17:53:19.102replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36302026-08-13T17:53:20.534ZINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36312026-08-13T17:53:20.534Zadding route 172.16.0.0/32 -> 10.0.0.3Aug 13 17:53:19.102
36322026-08-13T17:53:20.534Z
36332026-08-13T17:53:20.534ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 17:53:19.102
36342026-08-13T17:53:20.534Z Aug 13 17:53:19.102Aug 13 17:53:19.102 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 13 17:53:19.102adding route 172.17.0.36/32 -> 10.0.0.255 Aug 13 17:53:19.102
36352026-08-13T17:53:20.534ZINFO
36362026-08-13T17:53:20.534Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
36372026-08-13T17:53:20.534Zadding route 172.17.0.49/32 -> 10.0.0.255
36382026-08-13T17:53:20.534Z DEBGAug 13 17:53:19.102 Aug 13 17:53:19.102INFO DEBG Aug 13 17:53:19.102adding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
36392026-08-13T17:53:20.534ZAug 13 17:53:19.102
36402026-08-13T17:53:20.534Z INFO adding route 172.16.0.0/32 -> 10.0.0.4DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36412026-08-13T17:53:20.534Z
36422026-08-13T17:53:20.534Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.102Aug 13 17:53:19.102
36432026-08-13T17:53:20.534ZAug 13 17:53:19.102 DEBG INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.102
36442026-08-13T17:53:20.534Z DEBGAug 13 17:53:19.102 WARNadding route 172.17.0.37/32 -> 10.0.0.255
36452026-08-13T17:53:20.534Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
36462026-08-13T17:53:20.534Z
36472026-08-13T17:53:20.534ZINFOAug 13 17:53:19.102 DEBGAug 13 17:53:19.102 adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36482026-08-13T17:53:20.534Z Aug 13 17:53:19.102INFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG
36492026-08-13T17:53:20.534Z
36502026-08-13T17:53:20.534Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:53:19.102Aug 13 17:53:19.102 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
36512026-08-13T17:53:20.534Z
36522026-08-13T17:53:20.534Ztest route::tests::add_target_fails_full ... ok
36532026-08-13T17:53:20.534ZAug 13 17:53:19.102 Aug 13 17:53:19.102Aug 13 17:53:19.102DEBG DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36542026-08-13T17:53:20.534Z adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36552026-08-13T17:53:20.534Z
36562026-08-13T17:53:20.534ZAug 13 17:53:19.102Aug 13 17:53:19.102
36572026-08-13T17:53:20.534ZAug 13 17:53:19.102 INFODEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
36582026-08-13T17:53:20.534Z
36592026-08-13T17:53:20.534Z
36602026-08-13T17:53:20.534ZAug 13 17:53:19.102 Aug 13 17:53:19.102Aug 13 17:53:19.102DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG
36612026-08-13T17:53:20.534Ztest route::tests::delete_target_full ... ok
36622026-08-13T17:53:20.534Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36632026-08-13T17:53:20.534Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255Aug 13 17:53:19.102
36642026-08-13T17:53:20.534Z DEBG
36652026-08-13T17:53:20.534Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.102
36662026-08-13T17:53:20.534Z Aug 13 17:53:19.102INFO adding route 172.17.0.40/32 -> 10.0.0.255INFO
36672026-08-13T17:53:20.535Z adding route 172.17.0.47/32 -> 10.0.0.255Aug 13 17:53:19.102Aug 13 17:53:19.102 INFODEBG Aug 13 17:53:19.102
36682026-08-13T17:53:20.535Z DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36692026-08-13T17:53:20.535Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
36702026-08-13T17:53:20.535Z
36712026-08-13T17:53:20.535ZAug 13 17:53:19.102Aug 13 17:53:19.102 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36722026-08-13T17:53:20.535Z Aug 13 17:53:19.102adding route 172.17.0.53/32 -> 10.0.0.255Aug 13 17:53:19.102
36732026-08-13T17:53:20.535Z INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255 Aug 13 17:53:19.102replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.102
36742026-08-13T17:53:20.535Z DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:53:19.103
36752026-08-13T17:53:20.535Z Aug 13 17:53:19.102DEBG created new freemap INFO, unitAug 13 17:53:19.110: freemap_route_ipv4 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
36762026-08-13T17:53:20.535ZDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36772026-08-13T17:53:20.535Z
36782026-08-13T17:53:20.535ZAug 13 17:53:19.110 DEBG created new freemap
36792026-08-13T17:53:20.535Z, Aug 13 17:53:19.110unitAug 13 17:53:19.110 DEBG: INFO Aug 13 17:53:19.110 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 freemap_route_ipv6INFO
36802026-08-13T17:53:20.535Z
36812026-08-13T17:53:20.535Zadding route 172.17.0.54/32 -> 10.0.0.255
36822026-08-13T17:53:20.535Z
36832026-08-13T17:53:20.535ZAug 13 17:53:19.110 Aug 13 17:53:19.110DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36842026-08-13T17:53:20.535Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
36852026-08-13T17:53:20.535ZAug 13 17:53:19.110Aug 13 17:53:19.110 Aug 13 17:53:19.110 DEBG INFOreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
36862026-08-13T17:53:20.535Zadding route 172.17.0.50/32 -> 10.0.0.255Aug 13 17:53:19.110
36872026-08-13T17:53:20.535Z DEBG initted freemap. size: 64replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.110Aug 13 17:53:19.110
36882026-08-13T17:53:20.535ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
36892026-08-13T17:53:20.539Z adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 17:53:19.110
36902026-08-13T17:53:20.539Z, Aug 13 17:53:19.110 unit :Aug 13 17:53:19.110INFO INFO freemap_route_ipv4
36912026-08-13T17:53:20.539Z adding route 172.17.0.51/32 -> 10.0.0.255DEBG
36922026-08-13T17:53:20.539Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
36932026-08-13T17:53:20.540Z
36942026-08-13T17:53:20.540ZAug 13 17:53:19.110 Aug 13 17:53:19.110 Aug 13 17:53:19.110DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.56/32 -> 10.0.0.255
36952026-08-13T17:53:20.540Zreset freemap
36962026-08-13T17:53:20.540Z, Aug 13 17:53:19.110unit :DEBGAug 13 17:53:19.110 Aug 13 17:53:19.110 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4DEBG
36972026-08-13T17:53:20.540Z
36982026-08-13T17:53:20.540ZINFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
36992026-08-13T17:53:20.540Zadding route 172.17.0.52/32 -> 10.0.0.255
37002026-08-13T17:53:20.540ZAug 13 17:53:19.110Aug 13 17:53:19.110 DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 13 17:53:19.110
37012026-08-13T17:53:20.540ZAug 13 17:53:19.110 INFO, unitDEBG: adding route 172.17.0.57/32 -> 10.0.0.255freemap_route_ipv6replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37022026-08-13T17:53:20.540Z
37032026-08-13T17:53:20.540ZAug 13 17:53:19.110 DEBG
37042026-08-13T17:53:20.540Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:53:19.110Aug 13 17:53:19.110
37052026-08-13T17:53:20.540Z DEBGDEBG reset freemapreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
37062026-08-13T17:53:20.540ZunitAug 13 17:53:19.110: INFOAug 13 17:53:19.110freemap_route_ipv6 adding route 172.17.0.53/32 -> 10.0.0.255INFO
37072026-08-13T17:53:20.540Z adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
37082026-08-13T17:53:20.540ZAug 13 17:53:19.110
37092026-08-13T17:53:20.540Z INFOAug 13 17:53:19.110 adding route 172.17.0.58/32 -> 10.0.0.255DEBGAug 13 17:53:19.110
37102026-08-13T17:53:20.540Z INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1
37112026-08-13T17:53:20.540Z
37122026-08-13T17:53:20.540ZAug 13 17:53:19.110 DEBGAug 13 17:53:19.110 Aug 13 17:53:19.110Aug 13 17:53:19.110replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37132026-08-13T17:53:20.540ZDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
37142026-08-13T17:53:20.540ZDEBGAug 13 17:53:19.110adding route 172.17.0.54/32 -> 10.0.0.255
37152026-08-13T17:53:20.540Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37162026-08-13T17:53:20.540Z Aug 13 17:53:19.110adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
37172026-08-13T17:53:20.540ZDEBGAug 13 17:53:19.110 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
37182026-08-13T17:53:20.540Z Aug 13 17:53:19.110adding route 172.17.0.59/32 -> 10.0.0.255
37192026-08-13T17:53:20.540ZDEBGAug 13 17:53:19.110 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:53:19.110Aug 13 17:53:19.110 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
37202026-08-13T17:53:20.540Z
37212026-08-13T17:53:20.540Z adding route 172.17.0.55/32 -> 10.0.0.255DEBG
37222026-08-13T17:53:20.540Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37232026-08-13T17:53:20.540ZAug 13 17:53:19.110Aug 13 17:53:19.110 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37242026-08-13T17:53:20.540Z
37252026-08-13T17:53:20.540ZAug 13 17:53:19.110 Aug 13 17:53:19.110INFOAug 13 17:53:19.110 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
37262026-08-13T17:53:20.540ZINFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 17:53:19.110
37272026-08-13T17:53:20.540Z
37282026-08-13T17:53:20.540ZAug 13 17:53:19.110 DEBGINFOAug 13 17:53:19.110 Aug 13 17:53:19.110replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
37292026-08-13T17:53:20.540ZDEBG
37302026-08-13T17:53:20.540Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37312026-08-13T17:53:20.541Z Aug 13 17:53:19.110Aug 13 17:53:19.110 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
37322026-08-13T17:53:20.541Z Aug 13 17:53:19.110adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
37332026-08-13T17:53:20.541Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:53:19.110INFO INFOAug 13 17:53:19.110 adding route 172.17.0.61/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255
37342026-08-13T17:53:20.541ZDEBG
37352026-08-13T17:53:20.541Z
37362026-08-13T17:53:20.541Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37372026-08-13T17:53:20.541ZAug 13 17:53:19.110 Aug 13 17:53:19.110DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37382026-08-13T17:53:20.541Zreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.110
37392026-08-13T17:53:20.541Z INFO Aug 13 17:53:19.110adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:53:19.110Aug 13 17:53:19.110 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255INFO
37402026-08-13T17:53:20.541Zadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.58/32 -> 10.0.0.255
37412026-08-13T17:53:20.541Z
37422026-08-13T17:53:20.541Z
37432026-08-13T17:53:20.541ZAug 13 17:53:19.110 DEBGAug 13 17:53:19.110Aug 13 17:53:19.110 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.110
37442026-08-13T17:53:20.541Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
37452026-08-13T17:53:20.541Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
37462026-08-13T17:53:20.542Z
37472026-08-13T17:53:20.542ZAug 13 17:53:19.110 Aug 13 17:53:19.110Aug 13 17:53:19.110 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255INFOAug 13 17:53:19.110
37482026-08-13T17:53:20.542Z adding route 172.17.0.63/32 -> 10.0.0.255DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
37492026-08-13T17:53:20.542Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
37502026-08-13T17:53:20.542Z
37512026-08-13T17:53:20.542Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
37522026-08-13T17:53:20.542ZAug 13 17:53:19.110 DEBGAug 13 17:53:19.110 DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37532026-08-13T17:53:20.542Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37542026-08-13T17:53:20.542ZAug 13 17:53:19.110Aug 13 17:53:19.110 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list
37552026-08-13T17:53:20.542Z
37562026-08-13T17:53:20.542Ztest route::tests::delete_targets_full ... ok
37572026-08-13T17:53:20.542ZAug 13 17:53:19.110 Aug 13 17:53:19.110Aug 13 17:53:19.110 INFODEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
37582026-08-13T17:53:20.542Ztest route::tests::delete_target_fragmented ... ok
37592026-08-13T17:53:20.542Z
37602026-08-13T17:53:20.542Z adding route 172.17.0.60/32 -> 10.0.0.255
37612026-08-13T17:53:20.542Z
37622026-08-13T17:53:20.542ZAug 13 17:53:19.110 DEBG Aug 13 17:53:19.110failed to allocate space for the new target list
37632026-08-13T17:53:20.542ZDEBGAug 13 17:53:19.110 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 13 17:53:19.110 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37642026-08-13T17:53:20.542Z
37652026-08-13T17:53:20.542Z replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
37662026-08-13T17:53:20.542ZAug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.61/32 -> 10.0.0.255DEBG
37672026-08-13T17:53:20.542Z failed to allocate space for the new target list
37682026-08-13T17:53:20.542ZAug 13 17:53:19.110Aug 13 17:53:19.110Aug 13 17:53:19.110 INFO DEBGDEBGadding route 172.17.0.42/32 -> 10.0.0.255
37692026-08-13T17:53:20.542Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37702026-08-13T17:53:20.542Z
37712026-08-13T17:53:20.542ZAug 13 17:53:19.110 Aug 13 17:53:19.110DEBG INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37722026-08-13T17:53:20.542Zadding route 172.17.0.62/32 -> 10.0.0.255
37732026-08-13T17:53:20.542ZAug 13 17:53:19.110Aug 13 17:53:19.110 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37742026-08-13T17:53:20.542Z
37752026-08-13T17:53:20.542ZAug 13 17:53:19.110 DEBG Aug 13 17:53:19.110failed to allocate space for the new target list
37762026-08-13T17:53:20.542ZDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.110
37772026-08-13T17:53:20.542Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:53:19.110
37782026-08-13T17:53:20.542Z INFO adding route 172.17.0.44/32 -> 10.0.0.255
37792026-08-13T17:53:20.543ZAug 13 17:53:19.110 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37802026-08-13T17:53:20.543ZAug 13 17:53:19.110 INFO adding route 172.17.0.45/32 -> 10.0.0.255
37812026-08-13T17:53:20.543ZAug 13 17:53:19.110 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37822026-08-13T17:53:20.543ZAug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.46/32 -> 10.0.0.255INFO
37832026-08-13T17:53:20.543Z adding route 172.17.0.39/32 -> 10.0.0.255
37842026-08-13T17:53:20.543ZAug 13 17:53:19.110 DEBGAug 13 17:53:19.110 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37852026-08-13T17:53:20.543Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37862026-08-13T17:53:20.543ZAug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.47/32 -> 10.0.0.255INFO
37872026-08-13T17:53:20.543Z adding route 172.17.0.40/32 -> 10.0.0.255
37882026-08-13T17:53:20.543ZAug 13 17:53:19.110 DEBGAug 13 17:53:19.110 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
37892026-08-13T17:53:20.548Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37902026-08-13T17:53:20.548ZAug 13 17:53:19.110 INFOAug 13 17:53:19.110 adding route 172.17.0.48/32 -> 10.0.0.255INFO Aug 13 17:53:19.111adding route 172.17.0.41/32 -> 10.0.0.255
37912026-08-13T17:53:20.548ZAug 13 17:53:19.117 DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37922026-08-13T17:53:20.548Zcreated new freemap, unit: freemap_route_ipv4
37932026-08-13T17:53:20.548Z
37942026-08-13T17:53:20.548ZAug 13 17:53:19.117Aug 13 17:53:19.117 INFOAug 13 17:53:19.117 adding route 172.17.0.42/32 -> 10.0.0.255DEBG
37952026-08-13T17:53:20.548Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.117 DEBG
37962026-08-13T17:53:20.548Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
37972026-08-13T17:53:20.548ZAug 13 17:53:19.117 INFO Aug 13 17:53:19.111Aug 13 17:53:19.117adding route 172.17.0.49/32 -> 10.0.0.255 DEBG
37982026-08-13T17:53:20.548Z INFOcreated new freemap , adding route 172.17.0.43/32 -> 10.0.0.255unit
37992026-08-13T17:53:20.548Z: Aug 13 17:53:19.117freemap_route_ipv4 Aug 13 17:53:19.117
38002026-08-13T17:53:20.548Z DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38012026-08-13T17:53:20.548Z
38022026-08-13T17:53:20.548ZAug 13 17:53:19.117Aug 13 17:53:19.117 DEBGINFOAug 13 17:53:19.117 adding route 172.17.0.44/32 -> 10.0.0.255INFO
38032026-08-13T17:53:20.548Z created new freemapadding route 172.17.0.50/32 -> 10.0.0.255,
38042026-08-13T17:53:20.548ZAug 13 17:53:19.117unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.117
38052026-08-13T17:53:20.548Z
38062026-08-13T17:53:20.548ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38072026-08-13T17:53:20.548ZAug 13 17:53:19.117 INFO Aug 13 17:53:19.117adding route 172.17.0.45/32 -> 10.0.0.255Aug 13 17:53:19.117
38082026-08-13T17:53:20.548ZDEBG INFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255, Aug 13 17:53:19.117unit
38092026-08-13T17:53:20.548Z :DEBG freemap_route_ipv4replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.117
38102026-08-13T17:53:20.548Z
38112026-08-13T17:53:20.548ZDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38122026-08-13T17:53:20.548ZAug 13 17:53:19.117 INFOAug 13 17:53:19.117 Aug 13 17:53:19.117 adding route 172.17.0.46/32 -> 10.0.0.255DEBG
38132026-08-13T17:53:20.548Z INFOreset freemap , adding route 172.17.0.52/32 -> 10.0.0.255unit
38142026-08-13T17:53:20.548Z:Aug 13 17:53:19.117 freemap_route_ipv4DEBGAug 13 17:53:19.117 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38152026-08-13T17:53:20.548Z
38162026-08-13T17:53:20.548Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38172026-08-13T17:53:20.548ZAug 13 17:53:19.117 INFOAug 13 17:53:19.117 adding route 172.17.0.47/32 -> 10.0.0.255INFOAug 13 17:53:19.117
38182026-08-13T17:53:20.549Zadding route 172.17.0.53/32 -> 10.0.0.255 DEBG
38192026-08-13T17:53:20.549Z initted freemap. size: 64Aug 13 17:53:19.117, unitDEBG :replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38202026-08-13T17:53:20.549Zfreemap_route_ipv6Aug 13 17:53:19.117
38212026-08-13T17:53:20.549Z DEBGAug 13 17:53:19.117 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 13 17:53:19.117
38222026-08-13T17:53:20.549Z adding route 172.17.0.48/32 -> 10.0.0.255DEBG
38232026-08-13T17:53:20.549Z reset freemap, Aug 13 17:53:19.117unit :INFOAug 13 17:53:19.117 adding route 172.17.0.54/32 -> 10.0.0.255
38242026-08-13T17:53:20.549Zfreemap_route_ipv6DEBG
38252026-08-13T17:53:20.549Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38262026-08-13T17:53:20.549ZAug 13 17:53:19.117 DEBGDEBGAug 13 17:53:19.117Aug 13 17:53:19.117 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
38272026-08-13T17:53:20.549Z INFOcreated new freemapadding route 172.16.0.0/32 -> 10.0.0.1
38282026-08-13T17:53:20.549Zadding route 172.17.0.49/32 -> 10.0.0.255,
38292026-08-13T17:53:20.549Zunit:Aug 13 17:53:19.117 Aug 13 17:53:19.117Aug 13 17:53:19.117INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255DEBGfreemap_route_ipv6
38302026-08-13T17:53:20.549Z
38312026-08-13T17:53:20.549Z replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38322026-08-13T17:53:20.549Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38332026-08-13T17:53:20.549ZAug 13 17:53:19.117Aug 13 17:53:19.117 DEBGINFO Aug 13 17:53:19.117 adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
38342026-08-13T17:53:20.549Z adding route 172.16.0.0/32 -> 10.0.0.2
38352026-08-13T17:53:20.549ZAug 13 17:53:19.117
38362026-08-13T17:53:20.549Z DEBG Aug 13 17:53:19.117initted freemap. size: 64Aug 13 17:53:19.117 Aug 13 17:53:19.117 , unitDEBG:DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4
38372026-08-13T17:53:20.549Z
38382026-08-13T17:53:20.549Zreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38392026-08-13T17:53:20.549ZINFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 13 17:53:19.117
38402026-08-13T17:53:20.549Z Aug 13 17:53:19.117Aug 13 17:53:19.117 INFODEBGINFO Aug 13 17:53:19.117adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3DEBG
38412026-08-13T17:53:20.549Z
38422026-08-13T17:53:20.549Zreset freemap , replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.117
38432026-08-13T17:53:20.549Zunit Aug 13 17:53:19.117:DEBG freemap_route_ipv4replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38442026-08-13T17:53:20.549Z
38452026-08-13T17:53:20.549ZAug 13 17:53:19.117replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
38462026-08-13T17:53:20.549ZINFOAug 13 17:53:19.117 Aug 13 17:53:19.117adding route 172.17.0.57/32 -> 10.0.0.255DEBG
38472026-08-13T17:53:20.549Z INFOinitted freemap. size: 64Aug 13 17:53:19.117 , adding route 172.17.0.52/32 -> 10.0.0.255 unit
38482026-08-13T17:53:20.549ZINFOAug 13 17:53:19.117 adding route 172.16.0.0/32 -> 10.0.0.4:
38492026-08-13T17:53:20.549ZDEBG Aug 13 17:53:19.117 freemap_route_ipv6DEBGAug 13 17:53:19.117
38502026-08-13T17:53:20.549Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
38512026-08-13T17:53:20.549Z
38522026-08-13T17:53:20.549Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 17:53:19.117
38532026-08-13T17:53:20.549Z DEBGAug 13 17:53:19.117 Aug 13 17:53:19.117 Aug 13 17:53:19.117INFOreset freemap , adding route 172.17.0.53/32 -> 10.0.0.255unit :
38542026-08-13T17:53:20.549ZDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
38552026-08-13T17:53:20.549Zadding route 172.17.0.58/32 -> 10.0.0.255Aug 13 17:53:19.117
38562026-08-13T17:53:20.549Zfreemap_route_ipv6
38572026-08-13T17:53:20.549Z DEBG Aug 13 17:53:19.117replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:53:19.117
38582026-08-13T17:53:20.550ZDEBG INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
38592026-08-13T17:53:20.550ZAug 13 17:53:19.117
38602026-08-13T17:53:20.550Z INFO adding route 172.17.0.54/32 -> 10.0.0.255
38612026-08-13T17:53:20.550ZAug 13 17:53:19.117Aug 13 17:53:19.117 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 17:53:19.117replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38622026-08-13T17:53:20.550ZDEBG
38632026-08-13T17:53:20.550Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38642026-08-13T17:53:20.550ZAug 13 17:53:19.117Aug 13 17:53:19.117 Aug 13 17:53:19.117DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255
38652026-08-13T17:53:20.550ZINFO
38662026-08-13T17:53:20.550Z adding route 172.16.0.0/32 -> 10.0.0.1
38672026-08-13T17:53:20.550ZAug 13 17:53:19.117Aug 13 17:53:19.117 Aug 13 17:53:19.117DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.60/32 -> 10.0.0.255
38682026-08-13T17:53:20.550Z
38692026-08-13T17:53:20.550Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38702026-08-13T17:53:20.550ZAug 13 17:53:19.117 Aug 13 17:53:19.117INFO Aug 13 17:53:19.117 adding route 172.17.0.56/32 -> 10.0.0.255INFO
38712026-08-13T17:53:20.550Z DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38722026-08-13T17:53:20.550Z
38732026-08-13T17:53:20.551ZAug 13 17:53:19.117 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.117
38742026-08-13T17:53:20.551Z Aug 13 17:53:19.117DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
38752026-08-13T17:53:20.551Zfailed to allocate space for the new target listAug 13 17:53:19.117
38762026-08-13T17:53:20.551Z INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 13 17:53:19.117
38772026-08-13T17:53:20.551ZAug 13 17:53:19.117 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
38782026-08-13T17:53:20.551Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 17:53:19.117
38792026-08-13T17:53:20.551Z DEBG Aug 13 17:53:19.117replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38802026-08-13T17:53:20.551ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
38812026-08-13T17:53:20.551ZAug 13 17:53:19.117 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 17:53:19.117
38822026-08-13T17:53:20.551Z INFO adding route 172.17.0.0/32 -> 10.0.0.255
38832026-08-13T17:53:20.551ZAug 13 17:53:19.117 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:53:19.117
38842026-08-13T17:53:20.551Z DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38852026-08-13T17:53:20.551ZAug 13 17:53:19.117 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 17:53:19.117
38862026-08-13T17:53:20.551ZINFO adding route 172.17.0.1/32 -> 10.0.0.255
38872026-08-13T17:53:20.551ZAug 13 17:53:19.117Aug 13 17:53:19.117 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38882026-08-13T17:53:20.551Z
38892026-08-13T17:53:20.555ZAug 13 17:53:19.117Aug 13 17:53:19.117 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255
38902026-08-13T17:53:20.555Z
38912026-08-13T17:53:20.555ZAug 13 17:53:19.117Aug 13 17:53:19.117 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38922026-08-13T17:53:20.555Z
38932026-08-13T17:53:20.555ZAug 13 17:53:19.117Aug 13 17:53:19.117 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.3/32 -> 10.0.0.255
38942026-08-13T17:53:20.555Z
38952026-08-13T17:53:20.555ZAug 13 17:53:19.117Aug 13 17:53:19.117 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38962026-08-13T17:53:20.555Z
38972026-08-13T17:53:20.555ZAug 13 17:53:19.117 INFO adding route 172.17.0.4/32 -> 10.0.0.255
38982026-08-13T17:53:20.555ZAug 13 17:53:19.117 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
38992026-08-13T17:53:20.555ZAug 13 17:53:19.117 INFO adding route 172.17.0.5/32 -> 10.0.0.255
39002026-08-13T17:53:20.556ZAug 13 17:53:19.117 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39012026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.6/32 -> 10.0.0.255
39022026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39032026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.7/32 -> 10.0.0.255
39042026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39052026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.8/32 -> 10.0.0.255
39062026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39072026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.9/32 -> 10.0.0.255
39082026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39092026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.10/32 -> 10.0.0.255
39102026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39112026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.11/32 -> 10.0.0.255
39122026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39132026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.12/32 -> 10.0.0.255
39142026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39152026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.13/32 -> 10.0.0.255
39162026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39172026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.14/32 -> 10.0.0.255
39182026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39192026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.15/32 -> 10.0.0.255
39202026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39212026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.16/32 -> 10.0.0.255
39222026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39232026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.17/32 -> 10.0.0.255
39242026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39252026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.18/32 -> 10.0.0.255
39262026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39272026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.19/32 -> 10.0.0.255
39282026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39292026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.20/32 -> 10.0.0.255
39302026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39312026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.21/32 -> 10.0.0.255
39322026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39332026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.22/32 -> 10.0.0.255
39342026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39352026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.23/32 -> 10.0.0.255
39362026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39372026-08-13T17:53:20.556ZAug 13 17:53:19.124 INFO adding route 172.17.0.24/32 -> 10.0.0.255
39382026-08-13T17:53:20.556ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39392026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.25/32 -> 10.0.0.255
39402026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39412026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.26/32 -> 10.0.0.255
39422026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39432026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.27/32 -> 10.0.0.255
39442026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39452026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.28/32 -> 10.0.0.255
39462026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39472026-08-13T17:53:20.557Ztest route::tests::delete_targets_fragmented ... ok
39482026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.29/32 -> 10.0.0.255
39492026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39502026-08-13T17:53:20.557Z
39512026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.30/32 -> 10.0.0.255
39522026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39532026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.31/32 -> 10.0.0.255
39542026-08-13T17:53:20.557Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
39552026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39562026-08-13T17:53:20.557Z
39572026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.32/32 -> 10.0.0.255
39582026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39592026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.33/32 -> 10.0.0.255
39602026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39612026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.34/32 -> 10.0.0.255
39622026-08-13T17:53:20.557ZAug 13 17:53:19.124 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39632026-08-13T17:53:20.557ZAug 13 17:53:19.124 INFO adding route 172.17.0.35/32 -> 10.0.0.255
39642026-08-13T17:53:20.557ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39652026-08-13T17:53:20.557ZAug 13 17:53:19.131 INFO adding route 172.17.0.36/32 -> 10.0.0.255
39662026-08-13T17:53:20.557ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39672026-08-13T17:53:20.557ZAug 13 17:53:19.131 INFO adding route 172.17.0.37/32 -> 10.0.0.255
39682026-08-13T17:53:20.557ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39692026-08-13T17:53:20.557ZAug 13 17:53:19.131 INFO adding route 172.17.0.38/32 -> 10.0.0.255
39702026-08-13T17:53:20.557ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39712026-08-13T17:53:20.557ZAug 13 17:53:19.131 INFO adding route 172.17.0.39/32 -> 10.0.0.255
39722026-08-13T17:53:20.557ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39732026-08-13T17:53:20.557ZAug 13 17:53:19.131 INFO adding route 172.17.0.40/32 -> 10.0.0.255
39742026-08-13T17:53:20.557ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39752026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.41/32 -> 10.0.0.255
39762026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39772026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.42/32 -> 10.0.0.255
39782026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39792026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.43/32 -> 10.0.0.255
39802026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39812026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.44/32 -> 10.0.0.255
39822026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39832026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.45/32 -> 10.0.0.255
39842026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39852026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.46/32 -> 10.0.0.255
39862026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39872026-08-13T17:53:20.558ZAug 13 17:53:19.131 INFO adding route 172.17.0.47/32 -> 10.0.0.255
39882026-08-13T17:53:20.558ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39892026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.48/32 -> 10.0.0.255
39902026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39912026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.49/32 -> 10.0.0.255
39922026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39932026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.50/32 -> 10.0.0.255
39942026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39952026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.51/32 -> 10.0.0.255
39962026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39972026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.52/32 -> 10.0.0.255
39982026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
39992026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.53/32 -> 10.0.0.255
40002026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40012026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.54/32 -> 10.0.0.255
40022026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40032026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.55/32 -> 10.0.0.255
40042026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40052026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.56/32 -> 10.0.0.255
40062026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40072026-08-13T17:53:20.562ZAug 13 17:53:19.131 INFO adding route 172.17.0.57/32 -> 10.0.0.255
40082026-08-13T17:53:20.562ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40092026-08-13T17:53:20.563ZAug 13 17:53:19.131 INFO adding route 172.17.0.58/32 -> 10.0.0.255
40102026-08-13T17:53:20.563ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40112026-08-13T17:53:20.563ZAug 13 17:53:19.131 INFO adding route 172.17.0.59/32 -> 10.0.0.255
40122026-08-13T17:53:20.563ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40132026-08-13T17:53:20.563ZAug 13 17:53:19.131 INFO adding route 172.17.0.60/32 -> 10.0.0.255
40142026-08-13T17:53:20.563ZAug 13 17:53:19.131 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
40152026-08-13T17:53:20.563ZAug 13 17:53:19.131 DEBG failed to allocate space for the new target list
40162026-08-13T17:53:20.563ZAug 13 17:53:19.131 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
40172026-08-13T17:53:20.563Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580)
40182026-08-13T17:53:20.563Z
40192026-08-13T17:53:20.563Zrunning 0 tests
40202026-08-13T17:53:20.563Z
40212026-08-13T17:53:20.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40222026-08-13T17:53:20.563Z
40232026-08-13T17:53:20.563Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
40242026-08-13T17:53:20.563Z
40252026-08-13T17:53:20.563Zrunning 0 tests
40262026-08-13T17:53:20.563Z
40272026-08-13T17:53:20.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40282026-08-13T17:53:20.563Z
40292026-08-13T17:53:20.563Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9)
40302026-08-13T17:53:20.563Z
40312026-08-13T17:53:20.563Zrunning 6 tests
40322026-08-13T17:53:20.563Ztest tests::test_full_lot_id_neither_present ... ok
40332026-08-13T17:53:20.563Ztest tests::test_port_id_cmp ... ok
40342026-08-13T17:53:20.563Ztest tests::test_full_lot_id_both_present ... ok
40352026-08-13T17:53:20.563Ztest tests::test_parse_client_port_id ... ok
40362026-08-13T17:53:20.563Ztest tests::test_full_lot_id_lot_only ... ok
40372026-08-13T17:53:20.563Ztest tests::test_full_lot_id_lotnum_only ... ok
40382026-08-13T17:53:20.563Z
40392026-08-13T17:53:20.563Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40402026-08-13T17:53:20.563Z
40412026-08-13T17:53:20.563Z Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256)
40422026-08-13T17:53:20.563Z
40432026-08-13T17:53:20.563Zrunning 0 tests
40442026-08-13T17:53:20.563Z
40452026-08-13T17:53:20.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40462026-08-13T17:53:20.563Z
40472026-08-13T17:53:20.563Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
40482026-08-13T17:53:20.563Z
40492026-08-13T17:53:20.564Zrunning 0 tests
40502026-08-13T17:53:20.564Z
40512026-08-13T17:53:20.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40522026-08-13T17:53:20.564Z
40532026-08-13T17:53:20.564Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
40542026-08-13T17:53:20.564Z
40552026-08-13T17:53:20.564Zrunning 0 tests
40562026-08-13T17:53:20.564Z
40572026-08-13T17:53:20.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40582026-08-13T17:53:20.564Z
40592026-08-13T17:53:20.564Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
40602026-08-13T17:53:20.564Z
40612026-08-13T17:53:20.564Zrunning 12 tests
40622026-08-13T17:53:20.564Ztest icmp::test_v4_checksum ... ok
40632026-08-13T17:53:20.564Ztest icmp::test_v6_checksum ... ok
40642026-08-13T17:53:20.564Ztest ipv6::test_ipv6_parse ... ok
40652026-08-13T17:53:20.565Ztest pbuf::test_byte ... ok
40662026-08-13T17:53:20.565Ztest lldp::test_lldp_parse ... ok
40672026-08-13T17:53:20.565Ztest pbuf::test_nibble ... ok
40682026-08-13T17:53:20.565Ztest pbuf::test_overflow ... ok
40692026-08-13T17:53:20.565Ztest pbuf::test_short ... ok
40702026-08-13T17:53:20.565Ztest pbuf::test_twelve ... ok
40712026-08-13T17:53:20.565Ztest pbuf::test_word ... ok
40722026-08-13T17:53:20.565Ztest tcp::test_checksum_syn_nodata ... ok
40732026-08-13T17:53:20.565Ztest tcp::test_checksum_ack_data ... ok
40742026-08-13T17:53:20.565Z
40752026-08-13T17:53:20.565Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40762026-08-13T17:53:20.565Z
40772026-08-13T17:53:20.565Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
40782026-08-13T17:53:20.565Z
40792026-08-13T17:53:20.565Zrunning 0 tests
40802026-08-13T17:53:20.565Z
40812026-08-13T17:53:20.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40822026-08-13T17:53:20.565Z
40832026-08-13T17:53:20.565Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
40842026-08-13T17:53:20.565Z
40852026-08-13T17:53:20.565Zrunning 5 tests
40862026-08-13T17:53:20.565Ztest switchport::test::test_compute_lanes ... ok
40872026-08-13T17:53:20.565Ztest switchport::test::port_id_ordering ... ok
40882026-08-13T17:53:20.565Z Lane 0 Lane 1 Lane 2 Lane 0 Lane 3
40892026-08-13T17:53:20.569ZLane 1 State: ActivatedLane 2 ActivatedLane 3
40902026-08-13T17:53:20.569ZActivated Activated Rx Loss-of-lock: Yes
40912026-08-13T17:53:20.569Z Yes Rx Output Enabled: false falseYes Yesfalse
40922026-08-13T17:53:20.569Zfalse
40932026-08-13T17:53:20.569Z Rx Loss-of-signal: Yes Rx Output Status: valid Yesvalid Yes valid Yes
40942026-08-13T17:53:20.569Zvalid
40952026-08-13T17:53:20.569Z Rx CDR Enabled: Yes Yes Rx Loss-of-lock: true trueYes Yestrue
40962026-08-13T17:53:20.569Z true Tx Enabled: Yes
40972026-08-13T17:53:20.569Z Rx Loss-of-signal: false Yes falseYes falseYes
40982026-08-13T17:53:20.569Zfalse
40992026-08-13T17:53:20.569Z Tx Loss-of-lock: NoRx Auto-squelch Disable: true Notrue Notrue Notrue
41002026-08-13T17:53:20.569Z
41012026-08-13T17:53:20.569Z Tx Loss-of-signal: No Tx Output Enabled: true No trueNo trueNo
41022026-08-13T17:53:20.569Ztrue Tx CDR Enabled: No
41032026-08-13T17:53:20.569Z No Tx Output Status: invalid No invalid No
41042026-08-13T17:53:20.569Zinvalid Tx Adaptive EQ Fault: Noinvalid
41052026-08-13T17:53:20.569ZNo Tx Loss-of-lock: false No falseNo
41062026-08-13T17:53:20.569Zfalse Tx Fault: Yesfalse
41072026-08-13T17:53:20.569Z Tx Loss-of-signal: true true true true
41082026-08-13T17:53:20.570ZTx Auto-squelch Disable: false false false false
41092026-08-13T17:53:20.570Z Tx Adaptive EQ Fail: true true true true
41102026-08-13T17:53:20.570Z Tx Failure: false false false false
41112026-08-13T17:53:20.570Z Tx Force Squelch: true true true true
41122026-08-13T17:53:20.570Z Tx Input Polarity: normal normal normal normal
41132026-08-13T17:53:20.570ZYes Yes Yes
41142026-08-13T17:53:20.570Ztest switchport::test::test_print_cmis_datapath ... ok
41152026-08-13T17:53:20.570Ztest switchport::test::test_print_sff_datapath ... ok
41162026-08-13T17:53:20.570Ztest link::test_filter ... ok
41172026-08-13T17:53:20.570Z
41182026-08-13T17:53:20.570Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41192026-08-13T17:53:20.570Z
41202026-08-13T17:53:20.570Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
41212026-08-13T17:53:20.570Z
41222026-08-13T17:53:20.570Zrunning 1 test
41232026-08-13T17:53:20.570Ztest test_p4_counter_list ... ignored
41242026-08-13T17:53:20.570Z
41252026-08-13T17:53:20.570Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41262026-08-13T17:53:20.570Z
41272026-08-13T17:53:20.570Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
41282026-08-13T17:53:20.570Z
41292026-08-13T17:53:20.570Zrunning 5 tests
41302026-08-13T17:53:20.570Ztest test_an ... ignored
41312026-08-13T17:53:20.570Ztest test_enable ... ignored
41322026-08-13T17:53:20.570Ztest test_ip_addresses ... ignored
41332026-08-13T17:53:20.570Ztest test_kr ... ignored
41342026-08-13T17:53:20.570Ztest test_mac ... ignored
41352026-08-13T17:53:20.570Z
41362026-08-13T17:53:20.570Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
41372026-08-13T17:53:20.570Z
41382026-08-13T17:53:20.570Z Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426)
41392026-08-13T17:53:20.570Z
41402026-08-13T17:53:20.570Zrunning 3 tests
41412026-08-13T17:53:20.570Ztest linklocal::test_parse_ipadm ... ok
41422026-08-13T17:53:20.570Ztest tfport::test_parse_tfport ... ok
41432026-08-13T17:53:20.570Ztest config::tests::test_updates ... ok
41442026-08-13T17:53:20.570Z
41452026-08-13T17:53:20.570Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41462026-08-13T17:53:20.571Z
41472026-08-13T17:53:20.571Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
41482026-08-13T17:53:20.571Z
41492026-08-13T17:53:20.571Zrunning 0 tests
41502026-08-13T17:53:20.571Z
41512026-08-13T17:53:20.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41522026-08-13T17:53:20.571Z
41532026-08-13T17:53:20.571Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
41542026-08-13T17:53:20.571Z
41552026-08-13T17:53:20.571Zrunning 0 tests
41562026-08-13T17:53:20.571Z
41572026-08-13T17:53:20.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41582026-08-13T17:53:20.571Z
41592026-08-13T17:53:20.571Z Doc-tests aal
41602026-08-13T17:53:20.691Z
41612026-08-13T17:53:20.691Zrunning 0 tests
41622026-08-13T17:53:20.691Z
41632026-08-13T17:53:20.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41642026-08-13T17:53:20.691Z
41652026-08-13T17:53:20.706Z Doc-tests aal_macros
41662026-08-13T17:53:20.774Z
41672026-08-13T17:53:20.774Zrunning 0 tests
41682026-08-13T17:53:20.774Z
41692026-08-13T17:53:20.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41702026-08-13T17:53:20.774Z
41712026-08-13T17:53:20.784Z Doc-tests common
41722026-08-13T17:53:21.012Z
41732026-08-13T17:53:21.012Zrunning 0 tests
41742026-08-13T17:53:21.012Z
41752026-08-13T17:53:21.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41762026-08-13T17:53:21.012Z
41772026-08-13T17:53:21.030Z Doc-tests dpd_api
41782026-08-13T17:53:21.759Z
41792026-08-13T17:53:21.759Zrunning 2 tests
41802026-08-13T17:53:21.759Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41812026-08-13T17:53:21.759Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41822026-08-13T17:53:21.759Z
41832026-08-13T17:53:21.759Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41842026-08-13T17:53:21.759Z
41852026-08-13T17:53:21.786Z Doc-tests dpd_client
41862026-08-13T17:53:23.073Z
41872026-08-13T17:53:23.073Zrunning 0 tests
41882026-08-13T17:53:23.073Z
41892026-08-13T17:53:23.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41902026-08-13T17:53:23.073Z
41912026-08-13T17:53:23.112Z Doc-tests dpd_types
41922026-08-13T17:53:23.323Z
41932026-08-13T17:53:23.323Zrunning 0 tests
41942026-08-13T17:53:23.323Z
41952026-08-13T17:53:23.323Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41962026-08-13T17:53:23.323Z
41972026-08-13T17:53:23.346Z Doc-tests dpd_types_versions
41982026-08-13T17:53:24.550Z
41992026-08-13T17:53:24.550Zrunning 1 test
42002026-08-13T17:53:24.550Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
42012026-08-13T17:53:24.550Z
42022026-08-13T17:53:24.550Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
42032026-08-13T17:53:24.550Z
42042026-08-13T17:53:24.590Z Doc-tests packet
42052026-08-13T17:53:24.703Z
42062026-08-13T17:53:24.703Zrunning 0 tests
42072026-08-13T17:53:24.703Z
42082026-08-13T17:53:24.703Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42092026-08-13T17:53:24.703Z
42102026-08-13T17:53:24.718Z Doc-tests pcap
42112026-08-13T17:53:24.770Z
42122026-08-13T17:53:24.770Zrunning 0 tests
42132026-08-13T17:53:24.770Z
42142026-08-13T17:53:24.770Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42152026-08-13T17:53:24.770Z
42162026-08-13T17:53:24.835Z+ for feat in tofino_stub tofino_asic softnpu chaos
42172026-08-13T17:53:24.835Z+ RUST_BACKTRACE=full
42182026-08-13T17:53:24.836Z+ cargo test --features tofino_asic --no-fail-fast
42192026-08-13T17:53:25.438Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
42202026-08-13T17:53:25.519Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
42212026-08-13T17:53:25.527Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
42222026-08-13T17:53:25.536Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
42232026-08-13T17:53:34.110Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
42242026-08-13T17:53:34.223Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
42252026-08-13T17:54:14.413Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.56s
42262026-08-13T17:54:14.527Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
42272026-08-13T17:54:14.531Z
42282026-08-13T17:54:14.531Zrunning 5 tests
42292026-08-13T17:54:14.531Ztest fuse::tests::chip_revision_a0 ... ok
42302026-08-13T17:54:14.531Ztest fuse::tests::chip_revision_b1 ... ok
42312026-08-13T17:54:14.531Ztest fuse::tests::chip_revision_b0 ... ok
42322026-08-13T17:54:14.531Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
42332026-08-13T17:54:14.531Ztest fuse::tests::chip_revision_unknown_device_id ... ok
42342026-08-13T17:54:14.531Z
42352026-08-13T17:54:14.531Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42362026-08-13T17:54:14.531Z
42372026-08-13T17:54:14.531Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
42382026-08-13T17:54:14.535Z
42392026-08-13T17:54:14.535Zrunning 0 tests
42402026-08-13T17:54:14.535Z
42412026-08-13T17:54:14.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42422026-08-13T17:54:14.535Z
42432026-08-13T17:54:14.535Z Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1)
42442026-08-13T17:54:14.631Z
42452026-08-13T17:54:14.631Zrunning 8 tests
42462026-08-13T17:54:14.635Ztest tofino_asic::qsfp::tests::fix_link ... ok
42472026-08-13T17:54:14.635Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
42482026-08-13T17:54:14.635Ztest tofino_asic::stats::constants_sanity_check ... ok
42492026-08-13T17:54:14.635Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
42502026-08-13T17:54:14.635Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
42512026-08-13T17:54:14.636Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
42522026-08-13T17:54:14.641Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
42532026-08-13T17:54:15.132Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
42542026-08-13T17:54:15.132Z
42552026-08-13T17:54:15.132Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
42562026-08-13T17:54:15.132Z
42572026-08-13T17:54:15.142Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
42582026-08-13T17:54:15.145Z
42592026-08-13T17:54:15.146Zrunning 10 tests
42602026-08-13T17:54:15.146Ztest nat::tests::test_vni ... ok
42612026-08-13T17:54:15.146Ztest network::tests::test_eui64 ... ok
42622026-08-13T17:54:15.146Ztest network::tests::test_equal ... ok
42632026-08-13T17:54:15.146Ztest network::tests::test_generate_ipv6_link_local ... ok
42642026-08-13T17:54:15.146Ztest network::tests::test_into ... ok
42652026-08-13T17:54:15.146Ztest network::tests::test_not_equal ... ok
42662026-08-13T17:54:15.146Ztest network::tests::test_to_string ... ok
42672026-08-13T17:54:15.146Ztest network::tests::test_parse ... ok
42682026-08-13T17:54:15.146Ztest test_purge ... ok
42692026-08-13T17:54:15.149Ztest illumos::test::address_exists_handles_missing_object ... ok
42702026-08-13T17:54:15.149Z
42712026-08-13T17:54:15.149Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
42722026-08-13T17:54:15.149Z
42732026-08-13T17:54:15.149Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
42742026-08-13T17:54:15.153Z
42752026-08-13T17:54:15.153Zrunning 1 test
42762026-08-13T17:54:15.156Z -------
42772026-08-13T17:54:15.156Z Generating OpenAPI documents from API definitions ...
42782026-08-13T17:54:15.294Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
42792026-08-13T17:54:15.362Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
42802026-08-13T17:54:16.369Z -------
42812026-08-13T17:54:16.369Z Checking 12 OpenAPI documents...
42822026-08-13T17:54:16.369Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
42832026-08-13T17:54:16.369Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
42842026-08-13T17:54:16.369Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
42852026-08-13T17:54:16.369Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
42862026-08-13T17:54:16.373Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
42872026-08-13T17:54:16.373Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
42882026-08-13T17:54:16.373Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
42892026-08-13T17:54:16.373Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
42902026-08-13T17:54:16.373Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
42912026-08-13T17:54:16.373Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
42922026-08-13T17:54:16.373Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
42932026-08-13T17:54:16.373Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
42942026-08-13T17:54:16.373Z Fresh dpd "latest" symlink
42952026-08-13T17:54:16.373Z -------
42962026-08-13T17:54:16.373Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
42972026-08-13T17:54:16.430Ztest test::test_apis_up_to_date ... ok
42982026-08-13T17:54:16.430Z
42992026-08-13T17:54:16.430Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
43002026-08-13T17:54:16.430Z
43012026-08-13T17:54:16.489Z Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b)
43022026-08-13T17:54:16.553Z
43032026-08-13T17:54:16.553Zrunning 66 tests
43042026-08-13T17:54:16.557Ztest freemap::test_ordering ... ok
43052026-08-13T17:54:16.557Ztest config::tests::test_updates ... ok
43062026-08-13T17:54:16.557Ztest dhcpv6::tests::test_create_duid_bytes ... ok
43072026-08-13T17:54:16.557Ztest freemap::test_split ... ok
43082026-08-13T17:54:16.557Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
43092026-08-13T17:54:16.557Ztest macaddrs::tests::test_mac_offset ... ok
43102026-08-13T17:54:16.561Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
43112026-08-13T17:54:16.561Ztest macaddrs::tests::test_parse_port_id ... ok
43122026-08-13T17:54:16.562Ztest nat::test_mapping ... ok
43132026-08-13T17:54:16.562ZAug 13 17:54:15.163 DEBG created new freemapAug 13 17:54:15.163 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
43142026-08-13T17:54:16.562Z
43152026-08-13T17:54:16.562ZAug 13 17:54:15.164 Aug 13 17:54:15.164DEBG DEBGinitted freemap. size: 128 , unit: freemap_test
43162026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG reset freemap, unit:Aug 13 17:54:15.164 freemap_testDEBG
43172026-08-13T17:54:16.562Z created new freemapAug 13 17:54:15.164, unitDEBG: created new freemapfreemap_test, unit
43182026-08-13T17:54:16.562Z: freemap_testinitted freemap. size: 128
43192026-08-13T17:54:16.562ZAug 13 17:54:15.164 Aug 13 17:54:15.164, DEBGunit : initted freemap. size: 128freemap_test, DEBGunit :initted freemap. size: 8
43202026-08-13T17:54:16.562Z, unit:freemap_test
43212026-08-13T17:54:16.562Zfreemap_test
43222026-08-13T17:54:16.562ZAug 13 17:54:15.164 Aug 13 17:54:15.164Aug 13 17:54:15.164 DEBG DEBG DEBGreset freemap reset freemapreset freemap, , unit, :unitunit: freemap_test:freemap_test
43232026-08-13T17:54:16.562Zfreemap_test
43242026-08-13T17:54:16.562Z
43252026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG created new freemap, unit: freemap_test
43262026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG initted freemap. size: 128, unit: freemap_test
43272026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG reset freemap, unit: freemap_test
43282026-08-13T17:54:16.562Ztest freemap::test_exhaustion ... ok
43292026-08-13T17:54:16.562Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
43302026-08-13T17:54:16.562Ztest freemap::test_basic ... ok
43312026-08-13T17:54:16.562Ztest freemap::test_free ... ok
43322026-08-13T17:54:16.562Ztest freemap::test_reclaim ... ok
43332026-08-13T17:54:16.562Ztest port_map::tests::test_backplane_group ... ok
43342026-08-13T17:54:16.562Ztest port_map::tests::test_port_map ... ok
43352026-08-13T17:54:16.562Ztest port_map::tests::dump_map ... ok
43362026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG created new freemap, unit: freemap_test
43372026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG initted freemap. size: 128, unit: freemap_test
43382026-08-13T17:54:16.562ZAug 13 17:54:15.164 DEBG reset freemap, unit: freemap_test
43392026-08-13T17:54:16.562Ztest freemap::test_span ... ok
43402026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv4
43412026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv6
43422026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43432026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv4
43442026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43452026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv6
43462026-08-13T17:54:16.562ZAug 13 17:54:15.165 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43472026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43482026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv4
43492026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG created new freemap, unit: freemap_route_ipv6
43502026-08-13T17:54:16.562ZAug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
43512026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv4
43522026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
43532026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG reset freemap, unit: freemap_route_ipv6
43542026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
43552026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
43562026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43572026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
43582026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
43592026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43602026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
43612026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43622026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
43632026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43642026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
43652026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43662026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
43672026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43682026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
43692026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43702026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
43712026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43722026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
43732026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43742026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
43752026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43762026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
43772026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43782026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
43792026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43802026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
43812026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43822026-08-13T17:54:16.563ZAug 13 17:54:15.165 INFO Aug 13 17:54:15.165adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
43832026-08-13T17:54:16.563ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:2
43842026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43852026-08-13T17:54:16.563ZAug 13 17:54:15.165 DEBGAug 13 17:54:15.165 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO
43862026-08-13T17:54:16.563Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
43872026-08-13T17:54:16.563ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43882026-08-13T17:54:16.563Z
43892026-08-13T17:54:16.563ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
43902026-08-13T17:54:16.564Z
43912026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
43922026-08-13T17:54:16.564Z
43932026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
43942026-08-13T17:54:16.564Z
43952026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff
43962026-08-13T17:54:16.564Z
43972026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
43982026-08-13T17:54:16.564Ztest api_server::tests::test_build_info ... ok
43992026-08-13T17:54:16.564Z
44002026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
44012026-08-13T17:54:16.564Z
44022026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44032026-08-13T17:54:16.564Z
44042026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44052026-08-13T17:54:16.564Z
44062026-08-13T17:54:16.564ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44072026-08-13T17:54:16.564Z
44082026-08-13T17:54:16.564ZAug 13 17:54:15.165 Aug 13 17:54:15.165Aug 13 17:54:15.165DEBG INFOcreated new freemap DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff,
44092026-08-13T17:54:16.564Z unitreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
44102026-08-13T17:54:16.568Zfreemap_route_ipv4
44112026-08-13T17:54:16.568ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFODEBGAug 13 17:54:15.165 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44122026-08-13T17:54:16.568ZDEBG
44132026-08-13T17:54:16.568Zcreated new freemap, unit:Aug 13 17:54:15.165Aug 13 17:54:15.165 INFOfreemap_route_ipv6
44142026-08-13T17:54:16.568Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff DEBG
44152026-08-13T17:54:16.568Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.165
44162026-08-13T17:54:16.568Z Aug 13 17:54:15.165DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
44172026-08-13T17:54:16.568Z: freemap_route_ipv4
44182026-08-13T17:54:16.568ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFO INFOadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:54:15.165
44192026-08-13T17:54:16.568Z DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
44202026-08-13T17:54:16.569Zreset freemapAug 13 17:54:15.165, DEBGunitAug 13 17:54:15.165 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44212026-08-13T17:54:16.569Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
44222026-08-13T17:54:16.569Z
44232026-08-13T17:54:16.569ZAug 13 17:54:15.165Aug 13 17:54:15.165 Aug 13 17:54:15.165 INFOINFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
44242026-08-13T17:54:16.569Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ffinitted freemap. size: 64
44252026-08-13T17:54:16.569Z, unitAug 13 17:54:15.165: Aug 13 17:54:15.165 DEBGfreemap_route_ipv6 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44262026-08-13T17:54:16.569Z
44272026-08-13T17:54:16.569Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44282026-08-13T17:54:16.569ZAug 13 17:54:15.165Aug 13 17:54:15.165 INFOAug 13 17:54:15.165 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreset freemap
44292026-08-13T17:54:16.569Z
44302026-08-13T17:54:16.569Z, unit:Aug 13 17:54:15.165 Aug 13 17:54:15.165 DEBGDEBGfreemap_route_ipv6
44312026-08-13T17:54:16.569Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44322026-08-13T17:54:16.569Z
44332026-08-13T17:54:16.569ZAug 13 17:54:15.165Aug 13 17:54:15.165Aug 13 17:54:15.165 INFO INFOINFOadding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1
44342026-08-13T17:54:16.569Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
44352026-08-13T17:54:16.569Z
44362026-08-13T17:54:16.569ZAug 13 17:54:15.165Aug 13 17:54:15.165 Aug 13 17:54:15.165DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44372026-08-13T17:54:16.569ZDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44382026-08-13T17:54:16.569Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:54:15.166
44392026-08-13T17:54:16.569Z INFOAug 13 17:54:15.166 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
44402026-08-13T17:54:16.569Ztest port_map::tests::parse_softnpu_revision ... ok
44412026-08-13T17:54:16.569ZINFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ff
44422026-08-13T17:54:16.569Z
44432026-08-13T17:54:16.569ZAug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44442026-08-13T17:54:16.569ZAug 13 17:54:15.166DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44452026-08-13T17:54:16.569Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44462026-08-13T17:54:16.569ZAug 13 17:54:15.166Aug 13 17:54:15.166 INFOINFO Aug 13 17:54:15.166 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
44472026-08-13T17:54:16.569Z
44482026-08-13T17:54:16.569ZINFOAug 13 17:54:15.166Aug 13 17:54:15.166 DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff Aug 13 17:54:15.166
44492026-08-13T17:54:16.569Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
44502026-08-13T17:54:16.569Z DEBGcreated new freemap Aug 13 17:54:15.166replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , Aug 13 17:54:15.166DEBGunit
44512026-08-13T17:54:16.569Z: INFOfreemap_route_ipv4replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44522026-08-13T17:54:16.569ZAug 13 17:54:15.166 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO
44532026-08-13T17:54:16.569Z
44542026-08-13T17:54:16.569Z adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
44552026-08-13T17:54:16.569ZAug 13 17:54:15.166 Aug 13 17:54:15.166Aug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGINFODEBG created new freemapreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44562026-08-13T17:54:16.569Z, DEBGunit created new freemap: adding route 3fff:beef:1a::/64 -> 2001:db8::55:fffreemap_route_ipv4, replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44572026-08-13T17:54:16.569ZAug 13 17:54:15.166
44582026-08-13T17:54:16.569Z
44592026-08-13T17:54:16.569ZINFOunitAug 13 17:54:15.166 Aug 13 17:54:15.166adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
44602026-08-13T17:54:16.570ZDEBG INFOAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGcreated new freemap , replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44612026-08-13T17:54:16.570Z
44622026-08-13T17:54:16.570ZAug 13 17:54:15.166 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
44632026-08-13T17:54:16.570Z INFO Aug 13 17:54:15.166adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
44642026-08-13T17:54:16.570ZDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
44652026-08-13T17:54:16.570Z DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
44662026-08-13T17:54:16.570Z replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44672026-08-13T17:54:16.570ZAug 13 17:54:15.166 Aug 13 17:54:15.166DEBGAug 13 17:54:15.166 INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44682026-08-13T17:54:16.570Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ff
44692026-08-13T17:54:16.570ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:54:15.166 INFO
44702026-08-13T17:54:16.570ZAug 13 17:54:15.166adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
44712026-08-13T17:54:16.570ZDEBG: Aug 13 17:54:15.166freemap_route_ipv6
44722026-08-13T17:54:16.570ZDEBGAug 13 17:54:15.166replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44732026-08-13T17:54:16.570Z DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44742026-08-13T17:54:16.570Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
44752026-08-13T17:54:16.570Z Aug 13 17:54:15.166INFO INFOAug 13 17:54:15.166 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
44762026-08-13T17:54:16.570ZINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
44772026-08-13T17:54:16.570Z
44782026-08-13T17:54:16.570ZAug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
44792026-08-13T17:54:16.570ZAug 13 17:54:15.166 :DEBG freemap_route_ipv6initted freemap. size: 64
44802026-08-13T17:54:16.570Z, unit: freemap_route_ipv4Aug 13 17:54:15.166
44812026-08-13T17:54:16.570Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
44822026-08-13T17:54:16.570ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBGDEBG initted freemap. size: 64DEBG, reset freemap , replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
44832026-08-13T17:54:16.570Z:unit freemap_route_ipv4:
44842026-08-13T17:54:16.570Z Aug 13 17:54:15.166freemap_route_ipv4
44852026-08-13T17:54:16.570ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
44862026-08-13T17:54:16.570Z DEBGAug 13 17:54:15.166 reset freemapDEBG, unitAug 13 17:54:15.166:initted freemap. size: 64 freemap_route_ipv4,
44872026-08-13T17:54:16.570Zunit: DEBGfreemap_route_ipv6 Aug 13 17:54:15.166replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44882026-08-13T17:54:16.570Z
44892026-08-13T17:54:16.570Z DEBG initted freemap. size: 64Aug 13 17:54:15.166Aug 13 17:54:15.166 DEBG, INFOunit adding route 3fff:beef:12::/64 -> 2001:db8::55:ff:reset freemap
44902026-08-13T17:54:16.570Zfreemap_route_ipv6, unit:
44912026-08-13T17:54:16.570Z freemap_route_ipv6Aug 13 17:54:15.166
44922026-08-13T17:54:16.570Z DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
44932026-08-13T17:54:16.570Z INFOAug 13 17:54:15.166 Aug 13 17:54:15.166 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
44942026-08-13T17:54:16.570Z reset freemapINFO, unit :adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
44952026-08-13T17:54:16.570Zfreemap_route_ipv6Aug 13 17:54:15.166
44962026-08-13T17:54:16.570Z DEBGAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
44972026-08-13T17:54:16.570Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
44982026-08-13T17:54:16.570Z
44992026-08-13T17:54:16.570Z adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:54:15.166 Aug 13 17:54:15.166
45002026-08-13T17:54:16.571ZINFO Aug 13 17:54:15.166INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:54:15.166
45012026-08-13T17:54:16.571Zadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45022026-08-13T17:54:16.571ZDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 13 17:54:15.166
45032026-08-13T17:54:16.571ZAug 13 17:54:15.166 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
45042026-08-13T17:54:16.571Z
45052026-08-13T17:54:16.571ZAug 13 17:54:15.166 DEBG
45062026-08-13T17:54:16.571ZAug 13 17:54:15.166replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45072026-08-13T17:54:16.571ZINFOAug 13 17:54:15.166 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
45082026-08-13T17:54:16.571ZDEBGAug 13 17:54:15.166 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:54:15.166
45092026-08-13T17:54:16.571Z Aug 13 17:54:15.166INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO
45102026-08-13T17:54:16.575Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
45112026-08-13T17:54:16.575Z
45122026-08-13T17:54:16.575ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG INFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45132026-08-13T17:54:16.575Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45142026-08-13T17:54:16.575Z
45152026-08-13T17:54:16.575ZAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45162026-08-13T17:54:16.575Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45172026-08-13T17:54:16.575ZINFO Aug 13 17:54:15.166adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 17:54:15.166INFO
45182026-08-13T17:54:16.575Z DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45192026-08-13T17:54:16.575Zreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45202026-08-13T17:54:16.575ZAug 13 17:54:15.166Aug 13 17:54:15.166 DEBGDEBG Aug 13 17:54:15.166 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45212026-08-13T17:54:16.575Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
45222026-08-13T17:54:16.575Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45232026-08-13T17:54:16.575ZAug 13 17:54:15.166Aug 13 17:54:15.166 INFOAug 13 17:54:15.166INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG
45242026-08-13T17:54:16.575Zadding route 3fff:beef::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45252026-08-13T17:54:16.575Z
45262026-08-13T17:54:16.575ZAug 13 17:54:15.166 Aug 13 17:54:15.166Aug 13 17:54:15.166DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
45272026-08-13T17:54:16.575Zadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
45282026-08-13T17:54:16.575Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45292026-08-13T17:54:16.575ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45302026-08-13T17:54:16.575Zreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
45312026-08-13T17:54:16.576Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
45322026-08-13T17:54:16.576Z Aug 13 17:54:15.166DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
45332026-08-13T17:54:16.576Z adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
45342026-08-13T17:54:16.576Z replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45352026-08-13T17:54:16.576ZAug 13 17:54:15.166 Aug 13 17:54:15.166INFO Aug 13 17:54:15.166DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45362026-08-13T17:54:16.576ZINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45372026-08-13T17:54:16.576Z
45382026-08-13T17:54:16.576ZAug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
45392026-08-13T17:54:16.576ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
45402026-08-13T17:54:16.576Z Aug 13 17:54:15.166replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45412026-08-13T17:54:16.576ZAug 13 17:54:15.166INFO DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
45422026-08-13T17:54:16.576Z
45432026-08-13T17:54:16.576ZAug 13 17:54:15.166 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
45442026-08-13T17:54:16.576ZAug 13 17:54:15.166 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45452026-08-13T17:54:16.576Z
45462026-08-13T17:54:16.576ZAug 13 17:54:15.166Aug 13 17:54:15.166Aug 13 17:54:15.166 DEBG DEBGINFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45472026-08-13T17:54:16.576Z Aug 13 17:54:15.166 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
45482026-08-13T17:54:16.576Z
45492026-08-13T17:54:16.576ZAug 13 17:54:15.166 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45502026-08-13T17:54:16.576Z
45512026-08-13T17:54:16.576ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
45522026-08-13T17:54:16.576Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45532026-08-13T17:54:16.576ZAug 13 17:54:15.166Aug 13 17:54:15.166 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
45542026-08-13T17:54:16.576Z DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45552026-08-13T17:54:16.576ZAug 13 17:54:15.166 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
45562026-08-13T17:54:16.576Z INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
45572026-08-13T17:54:16.576Z INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
45582026-08-13T17:54:16.576ZAug 13 17:54:15.166 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
45592026-08-13T17:54:16.576Z DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
45602026-08-13T17:54:16.576Z INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
45612026-08-13T17:54:16.576ZAug 13 17:54:15.166 INFO Aug 13 17:54:15.166adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
45622026-08-13T17:54:16.576ZDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45632026-08-13T17:54:16.576Z Aug 13 17:54:15.166Aug 13 17:54:15.166DEBG INFO DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45642026-08-13T17:54:16.576Z
45652026-08-13T17:54:16.576Z
45662026-08-13T17:54:16.576ZAug 13 17:54:15.166Aug 13 17:54:15.166 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45672026-08-13T17:54:16.576ZAug 13 17:54:15.166
45682026-08-13T17:54:16.576Z INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 17:54:15.166Aug 13 17:54:15.166
45692026-08-13T17:54:16.576Z DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45702026-08-13T17:54:16.576Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
45712026-08-13T17:54:16.577ZAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG Aug 13 17:54:15.166INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
45722026-08-13T17:54:16.577Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45732026-08-13T17:54:16.577Z
45742026-08-13T17:54:16.577ZAug 13 17:54:15.166 Aug 13 17:54:15.166DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45752026-08-13T17:54:16.577Z INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff
45762026-08-13T17:54:16.577ZAug 13 17:54:15.166adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFO
45772026-08-13T17:54:16.577Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
45782026-08-13T17:54:16.577ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBGDEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45792026-08-13T17:54:16.577Z
45802026-08-13T17:54:16.577Z
45812026-08-13T17:54:16.577ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166INFO INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
45822026-08-13T17:54:16.577Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
45832026-08-13T17:54:16.577Z
45842026-08-13T17:54:16.577ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166DEBG DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45852026-08-13T17:54:16.577Z
45862026-08-13T17:54:16.577Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45872026-08-13T17:54:16.577ZAug 13 17:54:15.166Aug 13 17:54:15.166 INFOAug 13 17:54:15.166INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
45882026-08-13T17:54:16.577ZINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
45892026-08-13T17:54:16.577Z
45902026-08-13T17:54:16.577ZAug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.166
45912026-08-13T17:54:16.577Z DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:54:15.166
45922026-08-13T17:54:16.577Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
45932026-08-13T17:54:16.577Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
45942026-08-13T17:54:16.577ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.166 INFO INFODEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff
45952026-08-13T17:54:16.577Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
45962026-08-13T17:54:16.577Z
45972026-08-13T17:54:16.577ZAug 13 17:54:15.166 DEBG Aug 13 17:54:15.166replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.166
45982026-08-13T17:54:16.577Z INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
45992026-08-13T17:54:16.577Z INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46002026-08-13T17:54:16.577Zadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:54:15.166
46012026-08-13T17:54:16.577ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46022026-08-13T17:54:16.577ZAug 13 17:54:15.166Aug 13 17:54:15.166 Aug 13 17:54:15.167DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46032026-08-13T17:54:16.577Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
46042026-08-13T17:54:16.577Z
46052026-08-13T17:54:16.577ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167 INFODEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
46062026-08-13T17:54:16.577Z
46072026-08-13T17:54:16.577ZDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46082026-08-13T17:54:16.577ZAug 13 17:54:15.167 Aug 13 17:54:15.167INFOAug 13 17:54:15.167 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
46092026-08-13T17:54:16.577ZINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46102026-08-13T17:54:16.582Z
46112026-08-13T17:54:16.582ZAug 13 17:54:15.167 DEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46122026-08-13T17:54:16.582ZAug 13 17:54:15.167INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG
46132026-08-13T17:54:16.582Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
46142026-08-13T17:54:16.582Z INFOAug 13 17:54:15.167 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
46152026-08-13T17:54:16.582Z replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
46162026-08-13T17:54:16.582Z Aug 13 17:54:15.167INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 13 17:54:15.167replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46172026-08-13T17:54:16.582Z
46182026-08-13T17:54:16.582ZINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
46192026-08-13T17:54:16.582ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
46202026-08-13T17:54:16.582Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46212026-08-13T17:54:16.582ZDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
46222026-08-13T17:54:16.582ZAug 13 17:54:15.167 DEBGINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46232026-08-13T17:54:16.582Z
46242026-08-13T17:54:16.582ZAug 13 17:54:15.167 INFOAug 13 17:54:15.167 Aug 13 17:54:15.167DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
46252026-08-13T17:54:16.582Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
46262026-08-13T17:54:16.582Z
46272026-08-13T17:54:16.582ZAug 13 17:54:15.167 DEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
46282026-08-13T17:54:16.582Z INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
46292026-08-13T17:54:16.582Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46302026-08-13T17:54:16.582ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 17:54:15.167Aug 13 17:54:15.167 DEBG
46312026-08-13T17:54:16.582ZINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46322026-08-13T17:54:16.582Z
46332026-08-13T17:54:16.582ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBG INFO DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46342026-08-13T17:54:16.582Z
46352026-08-13T17:54:16.582Z
46362026-08-13T17:54:16.582ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
46372026-08-13T17:54:16.582Zreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46382026-08-13T17:54:16.582ZINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
46392026-08-13T17:54:16.582ZAug 13 17:54:15.167 Aug 13 17:54:15.167DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46402026-08-13T17:54:16.582Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
46412026-08-13T17:54:16.583Z DEBGAug 13 17:54:15.167 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:54:15.167
46422026-08-13T17:54:16.583Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBG
46432026-08-13T17:54:16.583Z replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46442026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFODEBG INFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
46452026-08-13T17:54:16.583Z
46462026-08-13T17:54:16.583Zadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
46472026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167 DEBGINFO Aug 13 17:54:15.167 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46482026-08-13T17:54:16.583Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG
46492026-08-13T17:54:16.583Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46502026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 DEBGINFO INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
46512026-08-13T17:54:16.583Z
46522026-08-13T17:54:16.583Z adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
46532026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 DEBGINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46542026-08-13T17:54:16.583Z
46552026-08-13T17:54:16.583Z replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46562026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46572026-08-13T17:54:16.583Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
46582026-08-13T17:54:16.583ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
46592026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBG Aug 13 17:54:15.167 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
46602026-08-13T17:54:16.583Z
46612026-08-13T17:54:16.583Z replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46622026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46632026-08-13T17:54:16.583Z
46642026-08-13T17:54:16.583Z
46652026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
46662026-08-13T17:54:16.583Z
46672026-08-13T17:54:16.583Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46682026-08-13T17:54:16.583ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFO
46692026-08-13T17:54:16.583Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46702026-08-13T17:54:16.583Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
46712026-08-13T17:54:16.583ZDEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46722026-08-13T17:54:16.583ZAug 13 17:54:15.167INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG
46732026-08-13T17:54:16.583Z Aug 13 17:54:15.167replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46742026-08-13T17:54:16.583ZINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
46752026-08-13T17:54:16.583ZAug 13 17:54:15.167 Aug 13 17:54:15.167DEBG Aug 13 17:54:15.167 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
46762026-08-13T17:54:16.583Z INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
46772026-08-13T17:54:16.583ZAug 13 17:54:15.167
46782026-08-13T17:54:16.583Z INFO Aug 13 17:54:15.167adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
46792026-08-13T17:54:16.583ZAug 13 17:54:15.167INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG
46802026-08-13T17:54:16.583ZAug 13 17:54:15.167 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46812026-08-13T17:54:16.584ZDEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46822026-08-13T17:54:16.584ZDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
46832026-08-13T17:54:16.584Z Aug 13 17:54:15.167INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOAug 13 17:54:15.167
46842026-08-13T17:54:16.584Z INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
46852026-08-13T17:54:16.584Zadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:54:15.167Aug 13 17:54:15.167 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46862026-08-13T17:54:16.584Z
46872026-08-13T17:54:16.584Zreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
46882026-08-13T17:54:16.584ZAug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBGAug 13 17:54:15.167 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
46892026-08-13T17:54:16.584Z adding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
46902026-08-13T17:54:16.584Z
46912026-08-13T17:54:16.584Z DEBGAug 13 17:54:15.167 created new freemapINFO, unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
46922026-08-13T17:54:16.584Z DEBG: replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167freemap_route_ipv4
46932026-08-13T17:54:16.584ZDEBG
46942026-08-13T17:54:16.584Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
46952026-08-13T17:54:16.584Z Aug 13 17:54:15.167DEBG Aug 13 17:54:15.167Aug 13 17:54:15.167 INFO INFO DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
46962026-08-13T17:54:16.584Z
46972026-08-13T17:54:16.584Z created new freemapadding route 3fff:beef:29::/64 -> 2001:db8::55:ff,
46982026-08-13T17:54:16.584Zunit: Aug 13 17:54:15.167Aug 13 17:54:15.167freemap_route_ipv6
46992026-08-13T17:54:16.584Z Aug 13 17:54:15.167DEBG DEBGINFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47002026-08-13T17:54:16.584Z
47012026-08-13T17:54:16.584Zadding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
47022026-08-13T17:54:16.584Z DEBGAug 13 17:54:15.167Aug 13 17:54:15.167 initted freemap. size: 64INFO, Aug 13 17:54:15.167adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit
47032026-08-13T17:54:16.584ZINFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:fffreemap_route_ipv4
47042026-08-13T17:54:16.584ZDEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
47052026-08-13T17:54:16.584Z
47062026-08-13T17:54:16.584Z Aug 13 17:54:15.167replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
47072026-08-13T17:54:16.584Zreset freemapAug 13 17:54:15.167 , DEBGunit: replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167freemap_route_ipv4
47082026-08-13T17:54:16.584Z Aug 13 17:54:15.167
47092026-08-13T17:54:16.584Z Aug 13 17:54:15.167INFO INFO INFOAug 13 17:54:15.167 DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
47102026-08-13T17:54:16.589Z
47112026-08-13T17:54:16.589Z initted freemap. size: 64, unitAug 13 17:54:15.167: DEBGfreemap_route_ipv6
47122026-08-13T17:54:16.589Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47132026-08-13T17:54:16.589ZAug 13 17:54:15.167 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
47142026-08-13T17:54:16.589ZAug 13 17:54:15.167 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47152026-08-13T17:54:16.589ZAug 13 17:54:15.167 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47162026-08-13T17:54:16.589ZAug 13 17:54:15.167 INFODEBG
47172026-08-13T17:54:16.589Zreset freemap, Aug 13 17:54:15.167 unitDEBG: replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
47182026-08-13T17:54:16.589Z
47192026-08-13T17:54:16.589ZAug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
47202026-08-13T17:54:16.589Z
47212026-08-13T17:54:16.589Z adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47222026-08-13T17:54:16.589ZAug 13 17:54:15.167 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:54:15.167
47232026-08-13T17:54:16.589Z Aug 13 17:54:15.167 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47242026-08-13T17:54:16.589Z DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
47252026-08-13T17:54:16.589ZAug 13 17:54:15.167
47262026-08-13T17:54:16.589Z INFOAug 13 17:54:15.167 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47272026-08-13T17:54:16.589ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
47282026-08-13T17:54:16.589ZAug 13 17:54:15.167 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47292026-08-13T17:54:16.589ZAug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47302026-08-13T17:54:16.589Z
47312026-08-13T17:54:16.589Zadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
47322026-08-13T17:54:16.589Z INFO Aug 13 17:54:15.167adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
47332026-08-13T17:54:16.589ZDEBGAug 13 17:54:15.167 DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47342026-08-13T17:54:16.589Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47352026-08-13T17:54:16.589Z Aug 13 17:54:15.167Aug 13 17:54:15.167 INFOINFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
47362026-08-13T17:54:16.589Zadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47372026-08-13T17:54:16.589Z
47382026-08-13T17:54:16.589ZAug 13 17:54:15.167 DEBGAug 13 17:54:15.167 Aug 13 17:54:15.167DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
47392026-08-13T17:54:16.589Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
47402026-08-13T17:54:16.589Z
47412026-08-13T17:54:16.589Ztest route::tests::grow_succeeds ... ok
47422026-08-13T17:54:16.589ZAug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47432026-08-13T17:54:16.589Z
47442026-08-13T17:54:16.589ZINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
47452026-08-13T17:54:16.589Z DEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47462026-08-13T17:54:16.589ZAug 13 17:54:15.167INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 13 17:54:15.167 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47472026-08-13T17:54:16.589ZINFO
47482026-08-13T17:54:16.590Z adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
47492026-08-13T17:54:16.590ZAug 13 17:54:15.167 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47502026-08-13T17:54:16.590Z DEBG Aug 13 17:54:15.167replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47512026-08-13T17:54:16.590Z INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO
47522026-08-13T17:54:16.590ZAug 13 17:54:15.167 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
47532026-08-13T17:54:16.590Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
47542026-08-13T17:54:16.590Z DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47552026-08-13T17:54:16.590ZAug 13 17:54:15.167Aug 13 17:54:15.167 Aug 13 17:54:15.167DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47562026-08-13T17:54:16.590Z INFO
47572026-08-13T17:54:16.590Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
47582026-08-13T17:54:16.590Z INFOAug 13 17:54:15.167 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 17:54:15.167
47592026-08-13T17:54:16.590ZINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47602026-08-13T17:54:16.590ZDEBGAug 13 17:54:15.167 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
47612026-08-13T17:54:16.590Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47622026-08-13T17:54:16.590ZAug 13 17:54:15.167 DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47632026-08-13T17:54:16.590ZAug 13 17:54:15.167adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
47642026-08-13T17:54:16.590ZINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
47652026-08-13T17:54:16.590ZAug 13 17:54:15.167Aug 13 17:54:15.167 INFO Aug 13 17:54:15.167DEBG DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
47662026-08-13T17:54:16.590Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47672026-08-13T17:54:16.590Z
47682026-08-13T17:54:16.590ZAug 13 17:54:15.167Aug 13 17:54:15.167Aug 13 17:54:15.167 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
47692026-08-13T17:54:16.590Z
47702026-08-13T17:54:16.590Z DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.167
47712026-08-13T17:54:16.590Z DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47722026-08-13T17:54:16.590ZAug 13 17:54:15.167 INFO Aug 13 17:54:15.167Aug 13 17:54:15.167 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
47732026-08-13T17:54:16.590Z INFOreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
47742026-08-13T17:54:16.590Z
47752026-08-13T17:54:16.590ZAug 13 17:54:15.167 DEBGAug 13 17:54:15.167 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47762026-08-13T17:54:16.590Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47772026-08-13T17:54:16.590ZAug 13 17:54:15.167Aug 13 17:54:15.168 INFOINFO Aug 13 17:54:15.168 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO
47782026-08-13T17:54:16.590Z adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
47792026-08-13T17:54:16.590Z
47802026-08-13T17:54:16.590ZAug 13 17:54:15.168 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47812026-08-13T17:54:16.590Z DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47822026-08-13T17:54:16.590Z INFOAug 13 17:54:15.168 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
47832026-08-13T17:54:16.590Z DEBGINFO Aug 13 17:54:15.168adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47842026-08-13T17:54:16.590Z DEBG
47852026-08-13T17:54:16.590Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47862026-08-13T17:54:16.590Z DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47872026-08-13T17:54:16.591Z INFO Aug 13 17:54:15.168adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 13 17:54:15.168
47882026-08-13T17:54:16.591Z INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
47892026-08-13T17:54:16.591Z DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
47902026-08-13T17:54:16.591Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47912026-08-13T17:54:16.591Z DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47922026-08-13T17:54:16.591Z DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
47932026-08-13T17:54:16.591Z INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
47942026-08-13T17:54:16.591Z Aug 13 17:54:15.168INFO INFOAug 13 17:54:15.168adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
47952026-08-13T17:54:16.591ZDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47962026-08-13T17:54:16.591ZAug 13 17:54:15.168adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
47972026-08-13T17:54:16.591ZDEBGAug 13 17:54:15.168 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
47982026-08-13T17:54:16.591ZINFO Aug 13 17:54:15.168adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
47992026-08-13T17:54:16.591ZDEBG Aug 13 17:54:15.168replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.168INFO DEBG
48002026-08-13T17:54:16.591Z adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48012026-08-13T17:54:16.591Z
48022026-08-13T17:54:16.591ZAug 13 17:54:15.168 Aug 13 17:54:15.168Aug 13 17:54:15.168DEBG Aug 13 17:54:15.168INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff failed to allocate space for the new target listreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48032026-08-13T17:54:16.591Z
48042026-08-13T17:54:16.591Z
48052026-08-13T17:54:16.591ZDEBG created new freemap, Aug 13 17:54:15.168unit :INFO Aug 13 17:54:15.168adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv4
48062026-08-13T17:54:16.591Z
48072026-08-13T17:54:16.591Z Aug 13 17:54:15.168DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168DEBG
48082026-08-13T17:54:16.591ZAug 13 17:54:15.168 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
48092026-08-13T17:54:16.591Z
48102026-08-13T17:54:16.595Z created new freemapINFO, Aug 13 17:54:15.168unit :adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
48112026-08-13T17:54:16.595Zfreemap_route_ipv6 INFO
48122026-08-13T17:54:16.595Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
48132026-08-13T17:54:16.595ZDEBGAug 13 17:54:15.168 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
48142026-08-13T17:54:16.595Z initted freemap. size: 64DEBG , replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitAug 13 17:54:15.168:
48152026-08-13T17:54:16.595Z freemap_route_ipv4
48162026-08-13T17:54:16.595ZINFO Aug 13 17:54:15.168adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
48172026-08-13T17:54:16.595ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
48182026-08-13T17:54:16.595ZAug 13 17:54:15.168Aug 13 17:54:15.168 DEBG DEBGAug 13 17:54:15.168 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
48192026-08-13T17:54:16.596Z, DEBGunit: Aug 13 17:54:15.168freemap_route_ipv4 replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48202026-08-13T17:54:16.596ZINFO
48212026-08-13T17:54:16.596Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
48222026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64INFO,
48232026-08-13T17:54:16.596Zunit: freemap_route_ipv6adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
48242026-08-13T17:54:16.596Z
48252026-08-13T17:54:16.596ZAug 13 17:54:15.168 INFO Aug 13 17:54:15.168adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
48262026-08-13T17:54:16.596ZDEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapAug 13 17:54:15.168,
48272026-08-13T17:54:16.596Z unitDEBG :replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48282026-08-13T17:54:16.596Zfreemap_route_ipv6
48292026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 INFO INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
48302026-08-13T17:54:16.596Z
48312026-08-13T17:54:16.596Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
48322026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48332026-08-13T17:54:16.596Z
48342026-08-13T17:54:16.596Z
48352026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
48362026-08-13T17:54:16.596ZDEBG
48372026-08-13T17:54:16.596Z failed to allocate space for the new target list
48382026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 Aug 13 17:54:15.168 DEBGDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48392026-08-13T17:54:16.596Z
48402026-08-13T17:54:16.596Zreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48412026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 Aug 13 17:54:15.168 INFODEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 failed to allocate space for the new target listadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
48422026-08-13T17:54:16.596Z
48432026-08-13T17:54:16.596Z
48442026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
48452026-08-13T17:54:16.596Z
48462026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
48472026-08-13T17:54:16.596Z
48482026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
48492026-08-13T17:54:16.596Z
48502026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff
48512026-08-13T17:54:16.596Z
48522026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48532026-08-13T17:54:16.596Z
48542026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
48552026-08-13T17:54:16.596Z
48562026-08-13T17:54:16.596ZAug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48572026-08-13T17:54:16.596Z
48582026-08-13T17:54:16.597ZAug 13 17:54:15.168 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
48592026-08-13T17:54:16.597ZAug 13 17:54:15.168 DEBGAug 13 17:54:15.168 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
48602026-08-13T17:54:16.597Z adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
48612026-08-13T17:54:16.597Z Aug 13 17:54:15.168adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
48622026-08-13T17:54:16.597Z DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48632026-08-13T17:54:16.597Zadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
48642026-08-13T17:54:16.597ZAug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 DEBGDEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48652026-08-13T17:54:16.597Z
48662026-08-13T17:54:16.597Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
48672026-08-13T17:54:16.597ZAug 13 17:54:15.168Aug 13 17:54:15.168Aug 13 17:54:15.168 INFODEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
48682026-08-13T17:54:16.597Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
48692026-08-13T17:54:16.597Z
48702026-08-13T17:54:16.597ZAug 13 17:54:15.168 INFOAug 13 17:54:15.168 Aug 13 17:54:15.168 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
48712026-08-13T17:54:16.597Z replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48722026-08-13T17:54:16.597ZDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.168
48732026-08-13T17:54:16.597Z Aug 13 17:54:15.168DEBG Aug 13 17:54:15.168INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48742026-08-13T17:54:16.597Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
48752026-08-13T17:54:16.597ZINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 17:54:15.168
48762026-08-13T17:54:16.597Ztest route::tests::rollback_on_compact_delete_failure ... ok
48772026-08-13T17:54:16.597ZAug 13 17:54:15.168 DEBGINFOAug 13 17:54:15.168 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48782026-08-13T17:54:16.597ZAug 13 17:54:15.169Aug 13 17:54:15.169Aug 13 17:54:15.174 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapDEBG,
48792026-08-13T17:54:16.597Z unitcreated new freemap: , freemap_route_ipv4unit
48802026-08-13T17:54:16.597Z: Aug 13 17:54:15.174 INFOAug 13 17:54:15.174freemap_route_ipv4 DEBG
48812026-08-13T17:54:16.597Zcreated new freemapadding route 3fff:beef:39::/64 -> 2001:db8::55:ff,
48822026-08-13T17:54:16.597ZAug 13 17:54:15.168unit
48832026-08-13T17:54:16.597ZAug 13 17:54:15.174: DEBGAug 13 17:54:15.174DEBG DEBGfreemap_route_ipv6
48842026-08-13T17:54:16.597Zcreated new freemapreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
48852026-08-13T17:54:16.597Z unitcreated new freemap:, Aug 13 17:54:15.174unit Aug 13 17:54:15.174:INFO freemap_route_ipv6freemap_route_ipv4Aug 13 17:54:15.174adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
48862026-08-13T17:54:16.597Z
48872026-08-13T17:54:16.597Z
48882026-08-13T17:54:16.597Z INFODEBG Aug 13 17:54:15.174adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:54:15.174 DEBG
48892026-08-13T17:54:16.597Z initted freemap. size: 64replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:54:15.174
48902026-08-13T17:54:16.597ZDEBGinitted freemap. size: 64 created new freemap, , Aug 13 17:54:15.174unitAug 13 17:54:15.174, unit:DEBGINFO :replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
48912026-08-13T17:54:16.597Zfreemap_route_ipv6freemap_route_ipv4
48922026-08-13T17:54:16.597Z
48932026-08-13T17:54:16.597Z
48942026-08-13T17:54:16.597Zunit:Aug 13 17:54:15.174 Aug 13 17:54:15.174DEBGAug 13 17:54:15.174 freemap_route_ipv4 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
48952026-08-13T17:54:16.597ZINFO
48962026-08-13T17:54:16.597Z DEBG initted freemap. size: 64 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff, Aug 13 17:54:15.174
48972026-08-13T17:54:16.598ZAug 13 17:54:15.174Aug 13 17:54:15.174 DEBG unit INFO: Aug 13 17:54:15.174DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv4
48982026-08-13T17:54:16.598Z reset freemap DEBG
48992026-08-13T17:54:16.598Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
49002026-08-13T17:54:16.598ZunitAug 13 17:54:15.174reset freemap:, freemap_route_ipv4
49012026-08-13T17:54:16.598ZDEBGAug 13 17:54:15.174 unitAug 13 17:54:15.174: replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
49022026-08-13T17:54:16.598Zreset freemapAug 13 17:54:15.174 freemap_route_ipv4INFO,
49032026-08-13T17:54:16.598ZDEBGunitAug 13 17:54:15.174: freemap_route_ipv4DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
49042026-08-13T17:54:16.598Z
49052026-08-13T17:54:16.598Z
49062026-08-13T17:54:16.598ZAug 13 17:54:15.174 initted freemap. size: 64DEBG, Aug 13 17:54:15.174Aug 13 17:54:15.174Aug 13 17:54:15.174 initted freemap. size: 64DEBGunit, : DEBGunitreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]:
49072026-08-13T17:54:16.598Z
49082026-08-13T17:54:16.598Z, freemap_route_ipv6
49092026-08-13T17:54:16.598Zunitfreemap_route_ipv6:
49102026-08-13T17:54:16.603Zfreemap_route_ipv6Aug 13 17:54:15.174
49112026-08-13T17:54:16.603Z INFO Aug 13 17:54:15.174adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 13 17:54:15.174
49122026-08-13T17:54:16.603Z DEBGDEBG Aug 13 17:54:15.174reset freemap , Aug 13 17:54:15.174unit : DEBGreset freemapfreemap_route_ipv6DEBG
49132026-08-13T17:54:16.603Z reset freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], ,
49142026-08-13T17:54:16.603Zunit:unitAug 13 17:54:15.174: INFOAug 13 17:54:15.174 freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6
49152026-08-13T17:54:16.603Z
49162026-08-13T17:54:16.603Z
49172026-08-13T17:54:16.603Z INFOAug 13 17:54:15.174Aug 13 17:54:15.174Aug 13 17:54:15.174 DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
49182026-08-13T17:54:16.603Z
49192026-08-13T17:54:16.603Z
49202026-08-13T17:54:16.603Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
49212026-08-13T17:54:16.603ZAug 13 17:54:15.174Aug 13 17:54:15.174 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2
49222026-08-13T17:54:16.603Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:54:15.174
49232026-08-13T17:54:16.603Z DEBG Aug 13 17:54:15.169Aug 13 17:54:15.174 Aug 13 17:54:15.174 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit
49242026-08-13T17:54:16.603ZINFOAug 13 17:54:15.174:
49252026-08-13T17:54:16.603Z freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:54:15.174
49262026-08-13T17:54:16.603Z
49272026-08-13T17:54:16.603ZDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 13 17:54:15.174adding route 3fff:dead::/64 -> 2001:db8::55:3
49282026-08-13T17:54:16.603Z
49292026-08-13T17:54:16.603ZDEBGAug 13 17:54:15.174 DEBG created new freemap, Aug 13 17:54:15.174unit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG:
49302026-08-13T17:54:16.603Z freemap_route_ipv6Aug 13 17:54:15.174
49312026-08-13T17:54:16.603Z Aug 13 17:54:15.174 Aug 13 17:54:15.174replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO
49322026-08-13T17:54:16.603Z Aug 13 17:54:15.174adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
49332026-08-13T17:54:16.603ZDEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO adding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64
49342026-08-13T17:54:16.603Z, unitAug 13 17:54:15.174
49352026-08-13T17:54:16.603Z DEBG:Aug 13 17:54:15.174 Aug 13 17:54:15.174freemap_route_ipv4 INFO
49362026-08-13T17:54:16.603Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
49372026-08-13T17:54:16.603Zadding route 3fff:dead::/64 -> 2001:db8::55:4
49382026-08-13T17:54:16.603Z DEBG Aug 13 17:54:15.174 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.174 Aug 13 17:54:15.174DEBGAug 13 17:54:15.174reset freemap INFODEBG ,
49392026-08-13T17:54:16.603Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
49402026-08-13T17:54:16.603Z
49412026-08-13T17:54:16.603Zunitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]:
49422026-08-13T17:54:16.603Z Aug 13 17:54:15.174freemap_route_ipv4 Aug 13 17:54:15.174DEBG DEBGAug 13 17:54:15.174
49432026-08-13T17:54:16.603Z INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 13 17:54:15.174replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 17:54:15.174 DEBG
49442026-08-13T17:54:16.603Z
49452026-08-13T17:54:16.604Zinitted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO
49462026-08-13T17:54:16.604Z, unit Aug 13 17:54:15.174 :adding route 172.17.0.0/32 -> 10.0.0.255 DEBGAug 13 17:54:15.174
49472026-08-13T17:54:16.604ZDEBGfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
49482026-08-13T17:54:16.604Z
49492026-08-13T17:54:16.604Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.174Aug 13 17:54:15.174
49502026-08-13T17:54:16.604Z DEBG reset freemapDEBG, Aug 13 17:54:15.174unit :Aug 13 17:54:15.174 freemap_route_ipv6INFO
49512026-08-13T17:54:16.604ZWARN replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
49522026-08-13T17:54:16.604Z
49532026-08-13T17:54:16.604Zshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
49542026-08-13T17:54:16.604ZAug 13 17:54:15.174Aug 13 17:54:15.174 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49552026-08-13T17:54:16.604Z
49562026-08-13T17:54:16.604ZAug 13 17:54:15.174 INFO Aug 13 17:54:15.174Aug 13 17:54:15.174adding route 172.17.0.1/32 -> 10.0.0.255 INFODEBG
49572026-08-13T17:54:16.604Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
49582026-08-13T17:54:16.604Z
49592026-08-13T17:54:16.604ZAug 13 17:54:15.174 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49602026-08-13T17:54:16.604ZAug 13 17:54:15.174Aug 13 17:54:15.174 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
49612026-08-13T17:54:16.604ZAug 13 17:54:15.174
49622026-08-13T17:54:16.604Z DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49632026-08-13T17:54:16.604ZAug 13 17:54:15.174Aug 13 17:54:15.174Aug 13 17:54:15.174 DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
49642026-08-13T17:54:16.604Z
49652026-08-13T17:54:16.604Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
49662026-08-13T17:54:16.604ZAug 13 17:54:15.174Aug 13 17:54:15.174 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49672026-08-13T17:54:16.604Z
49682026-08-13T17:54:16.604Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
49692026-08-13T17:54:16.604ZAug 13 17:54:15.174 INFOAug 13 17:54:15.174Aug 13 17:54:15.174 DEBGINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255
49702026-08-13T17:54:16.604Z
49712026-08-13T17:54:16.604Z
49722026-08-13T17:54:16.604ZDEBG Aug 13 17:54:15.174Aug 13 17:54:15.174replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49732026-08-13T17:54:16.604Ztest route::tests::rollback_on_compact_write_failure ... ok
49742026-08-13T17:54:16.604Z Aug 13 17:54:15.174DEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255
49752026-08-13T17:54:16.604Zreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
49762026-08-13T17:54:16.604ZAug 13 17:54:15.174DEBG Aug 13 17:54:15.174INFO Aug 13 17:54:15.174DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49772026-08-13T17:54:16.604Z
49782026-08-13T17:54:16.604Z INFO
49792026-08-13T17:54:16.604Z adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:54:15.174
49802026-08-13T17:54:16.604Z Aug 13 17:54:15.174 Aug 13 17:54:15.174 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255INFO
49812026-08-13T17:54:16.604Z
49822026-08-13T17:54:16.604ZAug 13 17:54:15.174 adding route 172.17.0.4/32 -> 10.0.0.255DEBG
49832026-08-13T17:54:16.604ZAug 13 17:54:15.174 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 13 17:54:15.174replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
49842026-08-13T17:54:16.605ZAug 13 17:54:15.175 Aug 13 17:54:15.181DEBG created new freemapINFO, unitadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:54:15.168:
49852026-08-13T17:54:16.605Z DEBG freemap_route_ipv4created new freemap
49862026-08-13T17:54:16.605Z, unit: Aug 13 17:54:15.175INFO DEBGAug 13 17:54:15.181 adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG
49872026-08-13T17:54:16.605Z
49882026-08-13T17:54:16.605Zcreated new freemapcreated new freemap, , unitunit:: freemap_route_ipv6Aug 13 17:54:15.181
49892026-08-13T17:54:16.605Z freemap_route_ipv4DEBGAug 13 17:54:15.181
49902026-08-13T17:54:16.605Zcreated new freemapDEBG, Aug 13 17:54:15.181unit : replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
49912026-08-13T17:54:16.605Z
49922026-08-13T17:54:16.605ZDEBG Aug 13 17:54:15.181initted freemap. size: 64Aug 13 17:54:15.181, unitDEBG:Aug 13 17:54:15.181 initted freemap. size: 64DEBG, unitcreated new freemap:freemap_route_ipv4INFO , adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunitfreemap_route_ipv4
49932026-08-13T17:54:16.605Z
49942026-08-13T17:54:16.605Z:
49952026-08-13T17:54:16.605Zfreemap_route_ipv6Aug 13 17:54:15.181Aug 13 17:54:15.181Aug 13 17:54:15.181 DEBGDEBG
49962026-08-13T17:54:16.605Z reset freemapreset freemap, , unitunit:DEBG :Aug 13 17:54:15.181 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
49972026-08-13T17:54:16.605Z
49982026-08-13T17:54:16.605Z freemap_route_ipv4DEBG
49992026-08-13T17:54:16.605Zinitted freemap. size: 64Aug 13 17:54:15.181, Aug 13 17:54:15.181unit DEBGAug 13 17:54:15.181 :INFOinitted freemap. size: 64 , unitadding route 3fff:beef:28::/64 -> 2001:db8::55:ff:freemap_route_ipv4
50002026-08-13T17:54:16.605Z
50012026-08-13T17:54:16.605Z freemap_route_ipv6DEBG
50022026-08-13T17:54:16.605Z initted freemap. size: 64Aug 13 17:54:15.181, Aug 13 17:54:15.181 unitDEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.181
50032026-08-13T17:54:16.605ZDEBGreset freemap , :unitreset freemap:, unit :freemap_route_ipv6Aug 13 17:54:15.181freemap_route_ipv4
50042026-08-13T17:54:16.605Zfreemap_route_ipv6
50052026-08-13T17:54:16.605Z
50062026-08-13T17:54:16.605Z INFOAug 13 17:54:15.181 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 13 17:54:15.181
50072026-08-13T17:54:16.605Z INFOAug 13 17:54:15.181 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
50082026-08-13T17:54:16.605Zreset freemapDEBG , initted freemap. size: 64unit, Aug 13 17:54:15.181unit Aug 13 17:54:15.181:DEBG DEBGfreemap_route_ipv6:
50092026-08-13T17:54:16.605Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
50102026-08-13T17:54:16.609Z
50112026-08-13T17:54:16.609Z
50122026-08-13T17:54:16.609ZAug 13 17:54:15.181 Aug 13 17:54:15.181Aug 13 17:54:15.181INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
50132026-08-13T17:54:16.609Zreset freemap Aug 13 17:54:15.181, unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:2INFOfreemap_route_ipv6
50142026-08-13T17:54:16.609Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
50152026-08-13T17:54:16.609Z
50162026-08-13T17:54:16.609ZAug 13 17:54:15.181 Aug 13 17:54:15.181Aug 13 17:54:15.181 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50172026-08-13T17:54:16.609Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
50182026-08-13T17:54:16.609Z
50192026-08-13T17:54:16.610ZAug 13 17:54:15.181 INFOAug 13 17:54:15.181Aug 13 17:54:15.181 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:54:15.174
50202026-08-13T17:54:16.610ZAug 13 17:54:15.181DEBG created new freemap adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 13 17:54:15.181
50212026-08-13T17:54:16.610Z , DEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] :
50222026-08-13T17:54:16.610Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff freemap_route_ipv4
50232026-08-13T17:54:16.610ZINFO Aug 13 17:54:15.181adding route 3fff:dead::/64 -> 2001:db8::55:2
50242026-08-13T17:54:16.610ZAug 13 17:54:15.181
50252026-08-13T17:54:16.610Z DEBGINFO Aug 13 17:54:15.181replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 13 17:54:15.181adding route 3fff:dead::/64 -> 2001:db8::55:4
50262026-08-13T17:54:16.610Z
50272026-08-13T17:54:16.610ZAug 13 17:54:15.181 DEBGDEBGDEBGAug 13 17:54:15.181 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 17:54:15.181
50282026-08-13T17:54:16.610Z
50292026-08-13T17:54:16.610Z
50302026-08-13T17:54:16.610Zcreated new freemap INFO, unit Aug 13 17:54:15.181adding route 172.16.0.0/32 -> 10.0.0.2 Aug 13 17:54:15.181DEBG: Aug 13 17:54:15.181
50312026-08-13T17:54:16.610Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv6
50322026-08-13T17:54:16.610Z INFO
50332026-08-13T17:54:16.610Z adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO
50342026-08-13T17:54:16.610Z Aug 13 17:54:15.181 Aug 13 17:54:15.181Aug 13 17:54:15.181 DEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG
50352026-08-13T17:54:16.610Z
50362026-08-13T17:54:16.610Zinitted freemap. size: 64Aug 13 17:54:15.181, Aug 13 17:54:15.181 Aug 13 17:54:15.181DEBG unitERRO DEBGrollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
50372026-08-13T17:54:16.610Zfreemap_route_ipv4
50382026-08-13T17:54:16.610Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50392026-08-13T17:54:16.610Z
50402026-08-13T17:54:16.610ZAug 13 17:54:15.181 ERRO Aug 13 17:54:15.181shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
50412026-08-13T17:54:16.610Z Aug 13 17:54:15.181INFO
50422026-08-13T17:54:16.610ZDEBG reset freemapAug 13 17:54:15.181adding route 3fff:dead::/64 -> 2001:db8::55:4 ,
50432026-08-13T17:54:16.610ZunitINFO:Aug 13 17:54:15.181 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.3INFO
50442026-08-13T17:54:16.610ZAug 13 17:54:15.181 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
50452026-08-13T17:54:16.610ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
50462026-08-13T17:54:16.610ZAug 13 17:54:15.181Aug 13 17:54:15.181
50472026-08-13T17:54:16.610ZDEBG initted freemap. size: 64DEBGAug 13 17:54:15.181 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:54:15.181
50482026-08-13T17:54:16.610Z DEBGDEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50492026-08-13T17:54:16.610Z
50502026-08-13T17:54:16.610ZAug 13 17:54:15.181: Aug 13 17:54:15.181freemap_route_ipv6 Aug 13 17:54:15.181
50512026-08-13T17:54:16.610ZINFOWARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
50522026-08-13T17:54:16.610Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4
50532026-08-13T17:54:16.610ZAug 13 17:54:15.181
50542026-08-13T17:54:16.610Z DEBGAug 13 17:54:15.181 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap
50552026-08-13T17:54:16.610Z, unit: freemap_route_ipv6
50562026-08-13T17:54:16.610ZAug 13 17:54:15.181 INFO Aug 13 17:54:15.181adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
50572026-08-13T17:54:16.610ZAug 13 17:54:15.181 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50582026-08-13T17:54:16.611ZINFOAug 13 17:54:15.181 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
50592026-08-13T17:54:16.611Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.181
50602026-08-13T17:54:16.611Z Aug 13 17:54:15.181INFO DEBGAug 13 17:54:15.181 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO
50612026-08-13T17:54:16.611Z
50622026-08-13T17:54:16.611Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ff
50632026-08-13T17:54:16.611ZAug 13 17:54:15.181Aug 13 17:54:15.181 Aug 13 17:54:15.181 INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50642026-08-13T17:54:16.611Z
50652026-08-13T17:54:16.611Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50662026-08-13T17:54:16.611ZAug 13 17:54:15.181Aug 13 17:54:15.181 Aug 13 17:54:15.181 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
50672026-08-13T17:54:16.611Z
50682026-08-13T17:54:16.611Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
50692026-08-13T17:54:16.611ZAug 13 17:54:15.181Aug 13 17:54:15.181 DEBGDEBGAug 13 17:54:15.174 Aug 13 17:54:15.181 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
50702026-08-13T17:54:16.611Z INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
50712026-08-13T17:54:16.611Z
50722026-08-13T17:54:16.611ZAug 13 17:54:15.181
50732026-08-13T17:54:16.611Z INFO Aug 13 17:54:15.181 DEBG Aug 13 17:54:15.181replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
50742026-08-13T17:54:16.611ZINFO
50752026-08-13T17:54:16.611ZAug 13 17:54:15.181 adding route 172.17.0.5/32 -> 10.0.0.255
50762026-08-13T17:54:16.611Z
50772026-08-13T17:54:16.611Z INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:54:15.181Aug 13 17:54:15.181
50782026-08-13T17:54:16.611Z DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50792026-08-13T17:54:16.611Z Aug 13 17:54:15.181adding route 172.16.0.0/32 -> 10.0.0.4Aug 13 17:54:15.181
50802026-08-13T17:54:16.611Ztest route::tests::identity_replace_is_noop ... ok
50812026-08-13T17:54:16.611ZAug 13 17:54:15.181 INFODEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 Aug 13 17:54:15.181
50822026-08-13T17:54:16.611Z INFOAug 13 17:54:15.181 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
50832026-08-13T17:54:16.611ZAug 13 17:54:15.181DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50842026-08-13T17:54:16.611Z
50852026-08-13T17:54:16.611Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGAug 13 17:54:15.181
50862026-08-13T17:54:16.611Zreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
50872026-08-13T17:54:16.611ZAug 13 17:54:15.181 DEBGAug 13 17:54:15.181 INFOAug 13 17:54:15.181 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
50882026-08-13T17:54:16.611ZAug 13 17:54:15.182 DEBGAug 13 17:54:15.187 DEBGcreated new freemapAug 13 17:54:15.181, unitreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
50892026-08-13T17:54:16.611Z :adding route 172.17.0.0/32 -> 10.0.0.255
50902026-08-13T17:54:16.611ZAug 13 17:54:15.181Aug 13 17:54:15.187 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]freemap_route_ipv4
50912026-08-13T17:54:16.611Zadding route 3fff:beef:17::/64 -> 2001:db8::55:ff
50922026-08-13T17:54:16.611Z
50932026-08-13T17:54:16.611ZAug 13 17:54:15.187 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.187Aug 13 17:54:15.187 DEBG
50942026-08-13T17:54:16.611Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
50952026-08-13T17:54:16.611ZDEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.187
50962026-08-13T17:54:16.611Z Aug 13 17:54:15.187created new freemap INFO , DEBGadding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:54:15.187unit :
50972026-08-13T17:54:16.611Z freemap_route_ipv6INFO
50982026-08-13T17:54:16.612Z adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 13 17:54:15.187
50992026-08-13T17:54:16.612Z Aug 13 17:54:15.187replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51002026-08-13T17:54:16.612Z
51012026-08-13T17:54:16.612Z initted freemap. size: 64, Aug 13 17:54:15.187unit :Aug 13 17:54:15.187INFO Aug 13 17:54:15.187adding route 172.17.0.2/32 -> 10.0.0.255
51022026-08-13T17:54:16.612Z freemap_route_ipv4DEBG
51032026-08-13T17:54:16.612ZINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51042026-08-13T17:54:16.612ZAug 13 17:54:15.187
51052026-08-13T17:54:16.612Z DEBG reset freemapAug 13 17:54:15.188, Aug 13 17:54:15.188 unit :DEBGINFO freemap_route_ipv4adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
51062026-08-13T17:54:16.612ZAug 13 17:54:15.188
51072026-08-13T17:54:16.612Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51082026-08-13T17:54:16.612ZDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.188Aug 13 17:54:15.188Aug 13 17:54:15.188 INFODEBG
51092026-08-13T17:54:16.612Z adding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51102026-08-13T17:54:16.616Z
51112026-08-13T17:54:16.616ZDEBG initted freemap. size: 64, unit:Aug 13 17:54:15.188Aug 13 17:54:15.188 DEBGfreemap_route_ipv6INFO
51122026-08-13T17:54:16.616Z replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.188adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
51132026-08-13T17:54:16.616ZINFO
51142026-08-13T17:54:16.616Z Aug 13 17:54:15.188Aug 13 17:54:15.188 Aug 13 17:54:15.188INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255
51152026-08-13T17:54:16.616Z DEBG
51162026-08-13T17:54:16.616Z reset freemap, unitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 17:54:15.188Aug 13 17:54:15.188
51172026-08-13T17:54:16.616Z freemap_route_ipv6DEBG
51182026-08-13T17:54:16.616Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51192026-08-13T17:54:16.616ZDEBG Aug 13 17:54:15.188replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.188 INFO
51202026-08-13T17:54:16.616ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
51212026-08-13T17:54:16.616ZAug 13 17:54:15.188Aug 13 17:54:15.188
51222026-08-13T17:54:16.616Z INFO adding route 172.17.0.5/32 -> 10.0.0.255INFO
51232026-08-13T17:54:16.616Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:54:15.188Aug 13 17:54:15.188 Aug 13 17:54:15.188DEBG DEBGDEBG
51242026-08-13T17:54:16.616Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
51252026-08-13T17:54:16.616Z
51262026-08-13T17:54:16.616Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51272026-08-13T17:54:16.616ZAug 13 17:54:15.188Aug 13 17:54:15.188 INFOAug 13 17:54:15.188DEBG adding route 172.17.0.6/32 -> 10.0.0.255Aug 13 17:54:15.188
51282026-08-13T17:54:16.616Z INFOINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
51292026-08-13T17:54:16.616ZAug 13 17:54:15.188adding route 3fff:dead::/64 -> 2001:db8::55:2
51302026-08-13T17:54:16.616Z
51312026-08-13T17:54:16.616ZDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51322026-08-13T17:54:16.616ZAug 13 17:54:15.188Aug 13 17:54:15.188 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
51332026-08-13T17:54:16.617ZAug 13 17:54:15.188
51342026-08-13T17:54:16.617Z Aug 13 17:54:15.188 DEBG INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.188adding route 172.17.0.7/32 -> 10.0.0.255
51352026-08-13T17:54:16.617Z
51362026-08-13T17:54:16.617Z Aug 13 17:54:15.188 DEBGDEBGAug 13 17:54:15.188 Aug 13 17:54:15.188 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51372026-08-13T17:54:16.617Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG
51382026-08-13T17:54:16.617Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51392026-08-13T17:54:16.617Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51402026-08-13T17:54:16.617ZAug 13 17:54:15.188 Aug 13 17:54:15.188DEBG Aug 13 17:54:15.188 INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.182adding route 172.17.0.8/32 -> 10.0.0.255
51412026-08-13T17:54:16.617Z
51422026-08-13T17:54:16.617ZDEBGINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffcreated new freemap
51432026-08-13T17:54:16.617Z, Aug 13 17:54:15.188 unitDEBGAug 13 17:54:15.188: replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 13 17:54:15.188
51442026-08-13T17:54:16.617Z
51452026-08-13T17:54:16.617Z DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
51462026-08-13T17:54:16.617ZINFOAug 13 17:54:15.188 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO
51472026-08-13T17:54:16.617Z adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:54:15.188
51482026-08-13T17:54:16.617Z DEBGAug 13 17:54:15.188 created new freemapDEBG, unitAug 13 17:54:15.188:replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.188
51492026-08-13T17:54:16.617Z DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6INFO
51502026-08-13T17:54:16.617Z
51512026-08-13T17:54:16.617ZAug 13 17:54:15.188 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:54:15.188Aug 13 17:54:15.188 INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255initted freemap. size: 64
51522026-08-13T17:54:16.617Z
51532026-08-13T17:54:16.617ZINFO , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit
51542026-08-13T17:54:16.617ZAug 13 17:54:15.188: DEBGfreemap_route_ipv4
51552026-08-13T17:54:16.617Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.188
51562026-08-13T17:54:16.617Z DEBGAug 13 17:54:15.188 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.188
51572026-08-13T17:54:16.617Z Aug 13 17:54:15.188DEBG reset freemapDEBG, INFOunit Aug 13 17:54:15.188replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :adding route 172.17.0.11/32 -> 10.0.0.255INFO
51582026-08-13T17:54:16.617Zfreemap_route_ipv4
51592026-08-13T17:54:16.617Z adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
51602026-08-13T17:54:16.617Z
51612026-08-13T17:54:16.617ZAug 13 17:54:15.188 DEBG Aug 13 17:54:15.188replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51622026-08-13T17:54:16.617ZINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
51632026-08-13T17:54:16.617ZAug 13 17:54:15.188Aug 13 17:54:15.188 Aug 13 17:54:15.188INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 DEBGinitted freemap. size: 64
51642026-08-13T17:54:16.617Z, Aug 13 17:54:15.188unit :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
51652026-08-13T17:54:16.617Zfreemap_route_ipv6
51662026-08-13T17:54:16.617Zreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.188
51672026-08-13T17:54:16.617Z DEBGAug 13 17:54:15.188 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
51682026-08-13T17:54:16.617Z reset freemap, unitAug 13 17:54:15.188: Aug 13 17:54:15.188Aug 13 17:54:15.188 freemap_route_ipv6INFO
51692026-08-13T17:54:16.617ZDEBG adding route 172.17.0.13/32 -> 10.0.0.255
51702026-08-13T17:54:16.617Zfailed to allocate space for the new target listINFOAug 13 17:54:15.188
51712026-08-13T17:54:16.617Ztest route::tests::rollback_on_index_readd_failure ... ok
51722026-08-13T17:54:16.618ZAug 13 17:54:15.188 INFODEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
51732026-08-13T17:54:16.618Zadding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51742026-08-13T17:54:16.618Z
51752026-08-13T17:54:16.618ZAug 13 17:54:15.188 DEBGAug 13 17:54:15.188Aug 13 17:54:15.188 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
51762026-08-13T17:54:16.618Z Aug 13 17:54:15.188
51772026-08-13T17:54:16.618Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
51782026-08-13T17:54:16.618Z Aug 13 17:54:15.188replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:54:15.188
51792026-08-13T17:54:16.618Z DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 13 17:54:15.188
51802026-08-13T17:54:16.618Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
51812026-08-13T17:54:16.618Z
51822026-08-13T17:54:16.618ZAug 13 17:54:15.188 Aug 13 17:54:15.188 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
51832026-08-13T17:54:16.618ZINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:54:15.188
51842026-08-13T17:54:16.618Ztest route::tests::same_size_non_subset_replace ... ok
51852026-08-13T17:54:16.618Ztest transceivers::mpn_test::test_mpn_missing ... ok
51862026-08-13T17:54:16.618Ztest transceivers::mpn_test::test_mpn_present ... ok
51872026-08-13T17:54:16.618Ztest transceivers::mpn_test::test_xcvr_missing ... ok
51882026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
51892026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
51902026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
51912026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
51922026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
51932026-08-13T17:54:16.618Z Aug 13 17:54:15.188 DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.188adding route 3fff:dead::/64 -> 2001:db8::55:3
51942026-08-13T17:54:16.618ZDEBG
51952026-08-13T17:54:16.618Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
51962026-08-13T17:54:16.618ZAug 13 17:54:15.188 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
51972026-08-13T17:54:16.618ZAug 13 17:54:15.188Aug 13 17:54:15.188Aug 13 17:54:15.188 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4
51982026-08-13T17:54:16.618ZINFOadding route 172.17.0.16/32 -> 10.0.0.255
51992026-08-13T17:54:16.618Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
52002026-08-13T17:54:16.618ZAug 13 17:54:15.188 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52012026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
52022026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
52032026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
52042026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
52052026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
52062026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
52072026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
52082026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
52092026-08-13T17:54:16.618Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
52102026-08-13T17:54:16.623Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
52112026-08-13T17:54:16.623Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
52122026-08-13T17:54:16.623Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
52132026-08-13T17:54:16.623Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
52142026-08-13T17:54:16.623Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
52152026-08-13T17:54:16.623ZAug 13 17:54:15.188Aug 13 17:54:15.188 DEBGDEBGAug 13 17:54:15.188 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52162026-08-13T17:54:16.623ZAug 13 17:54:15.188Aug 13 17:54:15.189 Aug 13 17:54:15.194DEBG INFODEBG
52172026-08-13T17:54:16.623Z created new freemapcreated new freemap, adding route 172.17.0.17/32 -> 10.0.0.255
52182026-08-13T17:54:16.623ZAug 13 17:54:15.194unit Aug 13 17:54:15.194: DEBG, DEBGfreemap_route_ipv4replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52192026-08-13T17:54:16.623Z
52202026-08-13T17:54:16.623Zunit: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4
52212026-08-13T17:54:16.623ZAug 13 17:54:15.194
52222026-08-13T17:54:16.623Z Aug 13 17:54:15.194DEBG created new freemapINFO, Aug 13 17:54:15.194unitadding route 172.17.0.18/32 -> 10.0.0.255:Aug 13 17:54:15.194
52232026-08-13T17:54:16.623Z freemap_route_ipv6WARNDEBG
52242026-08-13T17:54:16.623ZAug 13 17:54:15.194 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapAug 13 17:54:15.194,
52252026-08-13T17:54:16.623ZunitDEBG
52262026-08-13T17:54:16.623Z initted freemap. size: 64:, Aug 13 17:54:15.194unitfreemap_route_ipv6 :INFO
52272026-08-13T17:54:16.623Zfreemap_route_ipv4
52282026-08-13T17:54:16.623Zadding route 172.17.0.19/32 -> 10.0.0.255
52292026-08-13T17:54:16.623ZAug 13 17:54:15.194Aug 13 17:54:15.194Aug 13 17:54:15.194 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOreset freemapDEBG,
52302026-08-13T17:54:16.623Z unit: initted freemap. size: 64adding route 172.17.0.6/32 -> 10.0.0.255
52312026-08-13T17:54:16.623Zfreemap_route_ipv4Aug 13 17:54:15.194
52322026-08-13T17:54:16.623Z, unit :INFOAug 13 17:54:15.194 adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 17:54:15.194freemap_route_ipv4
52332026-08-13T17:54:16.623Z DEBG DEBG
52342026-08-13T17:54:16.623Zinitted freemap. size: 64 , Aug 13 17:54:15.194unitreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG: replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52352026-08-13T17:54:16.623Z
52362026-08-13T17:54:16.623Zfreemap_route_ipv6
52372026-08-13T17:54:16.623ZAug 13 17:54:15.194Aug 13 17:54:15.194Aug 13 17:54:15.194 INFO DEBGINFOadding route 172.17.0.21/32 -> 10.0.0.255
52382026-08-13T17:54:16.623ZAug 13 17:54:15.194 INFO adding route 172.17.0.7/32 -> 10.0.0.255
52392026-08-13T17:54:16.623ZAug 13 17:54:15.194adding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBGreset freemapDEBG, Aug 13 17:54:15.194
52402026-08-13T17:54:16.623Zreset freemapunit, :replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
52412026-08-13T17:54:16.623ZDEBG :freemap_route_ipv4
52422026-08-13T17:54:16.623Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52432026-08-13T17:54:16.623ZAug 13 17:54:15.194 INFO freemap_route_ipv6Aug 13 17:54:15.194
52442026-08-13T17:54:16.624ZAug 13 17:54:15.194adding route 172.17.0.22/32 -> 10.0.0.255
52452026-08-13T17:54:16.624ZINFO Aug 13 17:54:15.194adding route 172.17.0.8/32 -> 10.0.0.255 DEBGAug 13 17:54:15.194
52462026-08-13T17:54:16.624Z Aug 13 17:54:15.194 INFODEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1
52472026-08-13T17:54:16.624Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
52482026-08-13T17:54:16.624Zinitted freemap. size: 64,
52492026-08-13T17:54:16.624ZunitAug 13 17:54:15.194 Aug 13 17:54:15.194DEBG :replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52502026-08-13T17:54:16.624ZINFOAug 13 17:54:15.194 adding route 172.17.0.23/32 -> 10.0.0.255Aug 13 17:54:15.194 DEBG
52512026-08-13T17:54:16.624Z freemap_route_ipv6INFOAug 13 17:54:15.194replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52522026-08-13T17:54:16.624Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
52532026-08-13T17:54:16.624ZINFO
52542026-08-13T17:54:16.624Z Aug 13 17:54:15.194adding route 172.17.0.9/32 -> 10.0.0.255
52552026-08-13T17:54:16.624Z Aug 13 17:54:15.194DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.194
52562026-08-13T17:54:16.624ZINFODEBGAug 13 17:54:15.194 DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.194Aug 13 17:54:15.194
52572026-08-13T17:54:16.624Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52582026-08-13T17:54:16.624ZINFO adding route 172.17.0.24/32 -> 10.0.0.255
52592026-08-13T17:54:16.624Z
52602026-08-13T17:54:16.624ZAug 13 17:54:15.194Aug 13 17:54:15.194 INFO DEBG Aug 13 17:54:15.194Aug 13 17:54:15.194DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
52612026-08-13T17:54:16.624Z
52622026-08-13T17:54:16.624ZINFOreset freemap DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 13 17:54:15.194replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.194
52632026-08-13T17:54:16.624Z , INFO
52642026-08-13T17:54:16.624Z adding route 172.16.0.0/32 -> 10.0.0.1
52652026-08-13T17:54:16.624ZDEBG unit:Aug 13 17:54:15.194 Aug 13 17:54:15.194replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:54:15.194
52662026-08-13T17:54:16.624ZDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
52672026-08-13T17:54:16.624ZDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52682026-08-13T17:54:16.624Z
52692026-08-13T17:54:16.624ZAug 13 17:54:15.194 Aug 13 17:54:15.194DEBG Aug 13 17:54:15.194replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:54:15.194 freemap_route_ipv6INFOINFO
52702026-08-13T17:54:16.624ZINFO
52712026-08-13T17:54:16.624Zadding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255
52722026-08-13T17:54:16.624Z
52732026-08-13T17:54:16.624ZAug 13 17:54:15.194
52742026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
52752026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
52762026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
52772026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
52782026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
52792026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
52802026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
52812026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
52822026-08-13T17:54:16.624Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
52832026-08-13T17:54:16.625Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
52842026-08-13T17:54:16.625Z INFO adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 17:54:15.194 Aug 13 17:54:15.194DEBG Aug 13 17:54:15.194DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
52852026-08-13T17:54:16.625Z
52862026-08-13T17:54:16.625Z
52872026-08-13T17:54:16.625ZAug 13 17:54:15.195 INFODEBGAug 13 17:54:15.195Aug 13 17:54:15.195 Aug 13 17:54:15.195 INFOadding route 172.16.0.0/32 -> 10.0.0.1 INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52882026-08-13T17:54:16.625Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff
52892026-08-13T17:54:16.625Zreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52902026-08-13T17:54:16.625Z
52912026-08-13T17:54:16.625Z
52922026-08-13T17:54:16.625ZAug 13 17:54:15.195Aug 13 17:54:15.195 Aug 13 17:54:15.195 DEBGINFO adding route 172.17.0.12/32 -> 10.0.0.255INFO
52932026-08-13T17:54:16.625ZAug 13 17:54:15.195Aug 13 17:54:15.195replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.27/32 -> 10.0.0.255DEBGDEBG
52942026-08-13T17:54:16.625Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.195
52952026-08-13T17:54:16.625Z DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52962026-08-13T17:54:16.625Z
52972026-08-13T17:54:16.625ZAug 13 17:54:15.195Aug 13 17:54:15.195 INFO Aug 13 17:54:15.195DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO Aug 13 17:54:15.195
52982026-08-13T17:54:16.625Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
52992026-08-13T17:54:16.625Zadding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
53002026-08-13T17:54:16.625Z Aug 13 17:54:15.195INFO
53012026-08-13T17:54:16.625Z adding route 172.17.0.13/32 -> 10.0.0.255Aug 13 17:54:15.195 Aug 13 17:54:15.195
53022026-08-13T17:54:16.625Z INFO DEBGAug 13 17:54:15.195adding route 172.17.0.28/32 -> 10.0.0.255
53032026-08-13T17:54:16.625ZAug 13 17:54:15.195replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
53042026-08-13T17:54:16.625ZDEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
53052026-08-13T17:54:16.625Z
53062026-08-13T17:54:16.625Z Aug 13 17:54:15.195Aug 13 17:54:15.195replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
53072026-08-13T17:54:16.625Z INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255
53082026-08-13T17:54:16.625Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.195
53092026-08-13T17:54:16.625ZAug 13 17:54:15.195Aug 13 17:54:15.195 INFOINFO Aug 13 17:54:15.195adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:54:15.195DEBG INFO
53102026-08-13T17:54:16.629Z DEBGadding route 172.17.0.29/32 -> 10.0.0.255
53112026-08-13T17:54:16.629Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.195
53122026-08-13T17:54:16.629ZDEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53132026-08-13T17:54:16.629ZAug 13 17:54:15.195
53142026-08-13T17:54:16.629Z DEBGAug 13 17:54:15.195 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
53152026-08-13T17:54:16.629Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 13 17:54:15.195 adding route 172.17.0.3/32 -> 10.0.0.255
53162026-08-13T17:54:16.629ZDEBG
53172026-08-13T17:54:16.629Z Aug 13 17:54:15.195Aug 13 17:54:15.195 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:54:15.195
53182026-08-13T17:54:16.629Zadding route 172.17.0.30/32 -> 10.0.0.255
53192026-08-13T17:54:16.629ZDEBGAug 13 17:54:15.195 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.195
53202026-08-13T17:54:16.629Z DEBG
53212026-08-13T17:54:16.629ZAug 13 17:54:15.195DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53222026-08-13T17:54:16.629ZDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:54:15.195
53232026-08-13T17:54:16.629ZAug 13 17:54:15.195
53242026-08-13T17:54:16.629Z INFO Aug 13 17:54:15.195adding route 172.17.0.4/32 -> 10.0.0.255 Aug 13 17:54:15.195
53252026-08-13T17:54:16.629ZINFOINFO adding route 172.17.0.31/32 -> 10.0.0.255INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
53262026-08-13T17:54:16.630Z
53272026-08-13T17:54:16.630Zadding route 172.17.0.16/32 -> 10.0.0.255
53282026-08-13T17:54:16.630ZAug 13 17:54:15.195 Aug 13 17:54:15.195Aug 13 17:54:15.195 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53292026-08-13T17:54:16.630Z
53302026-08-13T17:54:16.630ZAug 13 17:54:15.195replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
53312026-08-13T17:54:16.630Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.195
53322026-08-13T17:54:16.630Z INFOAug 13 17:54:15.195 INFOAug 13 17:54:15.195 adding route 172.17.0.32/32 -> 10.0.0.255Aug 13 17:54:15.195
53332026-08-13T17:54:16.630Z adding route 172.17.0.5/32 -> 10.0.0.255 INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255
53342026-08-13T17:54:16.630ZAug 13 17:54:15.195adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
53352026-08-13T17:54:16.630ZDEBG
53362026-08-13T17:54:16.630Z Aug 13 17:54:15.195replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53372026-08-13T17:54:16.630ZAug 13 17:54:15.195 DEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.195replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.195
53382026-08-13T17:54:16.630Z
53392026-08-13T17:54:16.630Z DEBGINFOAug 13 17:54:15.195 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53402026-08-13T17:54:16.630Z INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 13 17:54:15.201
53412026-08-13T17:54:16.630Z INFO adding route 172.17.0.6/32 -> 10.0.0.255
53422026-08-13T17:54:16.630ZAug 13 17:54:15.188INFOAug 13 17:54:15.201 adding route 172.17.0.5/32 -> 10.0.0.255Aug 13 17:54:15.201 DEBG
53432026-08-13T17:54:16.630ZDEBG created new freemap DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53442026-08-13T17:54:16.630Zunit
53452026-08-13T17:54:16.630Z: Aug 13 17:54:15.201Aug 13 17:54:15.201 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.201
53462026-08-13T17:54:16.630Z INFO freemap_route_ipv4adding route 172.17.0.7/32 -> 10.0.0.255
53472026-08-13T17:54:16.630ZAug 13 17:54:15.201
53482026-08-13T17:54:16.630Z INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255
53492026-08-13T17:54:16.630Zadding route 172.17.0.19/32 -> 10.0.0.255Aug 13 17:54:15.201
53502026-08-13T17:54:16.630Z Aug 13 17:54:15.201DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53512026-08-13T17:54:16.630Zcreated new freemapAug 13 17:54:15.201Aug 13 17:54:15.201 DEBG, Aug 13 17:54:15.201 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255
53522026-08-13T17:54:16.630Z
53532026-08-13T17:54:16.630Z
53542026-08-13T17:54:16.630Zunit: Aug 13 17:54:15.201Aug 13 17:54:15.201Aug 13 17:54:15.201 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6
53552026-08-13T17:54:16.630Z
53562026-08-13T17:54:16.630Z
53572026-08-13T17:54:16.630Z INFO Aug 13 17:54:15.201adding route 172.17.0.20/32 -> 10.0.0.255 Aug 13 17:54:15.201Aug 13 17:54:15.201INFO
53582026-08-13T17:54:16.630ZDEBGadding route 172.17.0.9/32 -> 10.0.0.255
53592026-08-13T17:54:16.630Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
53602026-08-13T17:54:16.630Zinitted freemap. size: 64, Aug 13 17:54:15.201unit :Aug 13 17:54:15.201DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:54:15.201
53612026-08-13T17:54:16.630Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
53622026-08-13T17:54:16.630Z
53632026-08-13T17:54:16.630ZINFOAug 13 17:54:15.201 adding route 172.17.0.8/32 -> 10.0.0.255INFO
53642026-08-13T17:54:16.630ZAug 13 17:54:15.201Aug 13 17:54:15.201 adding route 172.17.0.10/32 -> 10.0.0.255
53652026-08-13T17:54:16.631ZDEBGAug 13 17:54:15.201 INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 Aug 13 17:54:15.201replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
53662026-08-13T17:54:16.631Z, DEBGunit :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53672026-08-13T17:54:16.631Z
53682026-08-13T17:54:16.631Z Aug 13 17:54:15.201freemap_route_ipv4
53692026-08-13T17:54:16.631ZINFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:54:15.201Aug 13 17:54:15.201Aug 13 17:54:15.201 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255
53702026-08-13T17:54:16.631Z
53712026-08-13T17:54:16.631Zinitted freemap. size: 64, unit DEBGAug 13 17:54:15.201: Aug 13 17:54:15.201DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53722026-08-13T17:54:16.631ZDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53732026-08-13T17:54:16.631Zfreemap_route_ipv6replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53742026-08-13T17:54:16.631Z
53752026-08-13T17:54:16.631ZAug 13 17:54:15.201Aug 13 17:54:15.201 DEBGAug 13 17:54:15.201 INFOreset freemap , adding route 172.17.0.12/32 -> 10.0.0.255unit
53762026-08-13T17:54:16.631Z: Aug 13 17:54:15.201 INFO INFOAug 13 17:54:15.195freemap_route_ipv6
53772026-08-13T17:54:16.631Zadding route 172.17.0.10/32 -> 10.0.0.255DEBG
53782026-08-13T17:54:16.631ZAug 13 17:54:15.201 created new freemap , Aug 13 17:54:15.201DEBGunit Aug 13 17:54:15.201INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1:adding route 172.17.0.22/32 -> 10.0.0.255
53792026-08-13T17:54:16.631Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53802026-08-13T17:54:16.631Zfreemap_route_ipv4
53812026-08-13T17:54:16.631Z
53822026-08-13T17:54:16.631Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.201Aug 13 17:54:15.201
53832026-08-13T17:54:16.631Z Aug 13 17:54:15.201INFODEBGAug 13 17:54:15.201 adding route 172.17.0.11/32 -> 10.0.0.255 Aug 13 17:54:15.201DEBG
53842026-08-13T17:54:16.631Z DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }],
53852026-08-13T17:54:16.631ZINFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitAug 13 17:54:15.201adding route 172.17.0.13/32 -> 10.0.0.255
53862026-08-13T17:54:16.631Z
53872026-08-13T17:54:16.631Z: freemap_route_ipv6DEBGAug 13 17:54:15.201
53882026-08-13T17:54:16.631Z Aug 13 17:54:15.201INFO DEBGAug 13 17:54:15.201 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2
53892026-08-13T17:54:16.631Z
53902026-08-13T17:54:16.631Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53912026-08-13T17:54:16.631Z INFOAug 13 17:54:15.201 Aug 13 17:54:15.201Aug 13 17:54:15.201DEBG Aug 13 17:54:15.201initted freemap. size: 64 adding route 172.17.0.23/32 -> 10.0.0.255INFO,
53922026-08-13T17:54:16.631Z DEBGINFO adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
53932026-08-13T17:54:16.631Zadding route 172.17.0.12/32 -> 10.0.0.255unitAug 13 17:54:15.201
53942026-08-13T17:54:16.631Z:
53952026-08-13T17:54:16.631Z DEBGfreemap_route_ipv4Aug 13 17:54:15.201
53962026-08-13T17:54:16.631ZAug 13 17:54:15.201Aug 13 17:54:15.201 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53972026-08-13T17:54:16.631Z Aug 13 17:54:15.201 DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53982026-08-13T17:54:16.631Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
53992026-08-13T17:54:16.631Z
54002026-08-13T17:54:16.631ZAug 13 17:54:15.201 DEBGAug 13 17:54:15.201reset freemap Aug 13 17:54:15.201, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFO adding route 172.17.0.15/32 -> 10.0.0.255
54012026-08-13T17:54:16.631Z
54022026-08-13T17:54:16.631Z Aug 13 17:54:15.208Aug 13 17:54:15.208adding route 172.17.0.33/32 -> 10.0.0.255 Aug 13 17:54:15.208
54032026-08-13T17:54:16.631ZINFO unit: Aug 13 17:54:15.208adding route 172.17.0.24/32 -> 10.0.0.255INFO freemap_route_ipv4
54042026-08-13T17:54:16.631ZDEBG
54052026-08-13T17:54:16.632Z adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54062026-08-13T17:54:16.632Z
54072026-08-13T17:54:16.632ZAug 13 17:54:15.208Aug 13 17:54:15.208Aug 13 17:54:15.208 INFODEBG Aug 13 17:54:15.208DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] DEBGadding route 172.17.0.34/32 -> 10.0.0.255
54082026-08-13T17:54:16.632Z
54092026-08-13T17:54:16.632Z initted freemap. size: 64replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208Aug 13 17:54:15.208 , DEBGDEBGunit :
54102026-08-13T17:54:16.636Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54112026-08-13T17:54:16.636Zfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
54122026-08-13T17:54:16.636Z
54132026-08-13T17:54:16.636ZAug 13 17:54:15.208Aug 13 17:54:15.208 DEBG reset freemap, unit:Aug 13 17:54:15.208 freemap_route_ipv6INFO
54142026-08-13T17:54:16.636Z adding route 172.17.0.35/32 -> 10.0.0.255INFO
54152026-08-13T17:54:16.636Z Aug 13 17:54:15.208adding route 172.17.0.25/32 -> 10.0.0.255
54162026-08-13T17:54:16.636ZINFOAug 13 17:54:15.208 adding route 3fff:dead::/64 -> 2001:db8::55:1
54172026-08-13T17:54:16.636ZDEBGAug 13 17:54:15.208 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54182026-08-13T17:54:16.636Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54192026-08-13T17:54:16.636ZAug 13 17:54:15.208Aug 13 17:54:15.208 DEBGINFO INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 13 17:54:15.208adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
54202026-08-13T17:54:16.636Z
54212026-08-13T17:54:16.636Z
54222026-08-13T17:54:16.636Z INFO Aug 13 17:54:15.208Aug 13 17:54:15.208 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54232026-08-13T17:54:16.636Zadding route 172.17.0.26/32 -> 10.0.0.255
54242026-08-13T17:54:16.636ZAug 13 17:54:15.208
54252026-08-13T17:54:16.636ZDEBGDEBGAug 13 17:54:15.208 Aug 13 17:54:15.208INFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:54:15.208
54262026-08-13T17:54:16.636Z adding route 172.17.0.37/32 -> 10.0.0.255DEBG
54272026-08-13T17:54:16.636Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54282026-08-13T17:54:16.636Z Aug 13 17:54:15.208replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
54292026-08-13T17:54:16.636ZDEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208 Aug 13 17:54:15.208 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54302026-08-13T17:54:16.636Z
54312026-08-13T17:54:16.636ZINFO Aug 13 17:54:15.208 adding route 172.17.0.16/32 -> 10.0.0.255 INFOAug 13 17:54:15.208INFO
54322026-08-13T17:54:16.636ZINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3
54332026-08-13T17:54:16.636Z
54342026-08-13T17:54:16.637Z
54352026-08-13T17:54:16.637ZAug 13 17:54:15.208 DEBGAug 13 17:54:15.208 Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54362026-08-13T17:54:16.637Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208
54372026-08-13T17:54:16.637Zreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
54382026-08-13T17:54:16.637Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:54:15.208adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:54:15.208 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
54392026-08-13T17:54:16.637Z
54402026-08-13T17:54:16.637Z
54412026-08-13T17:54:16.637ZAug 13 17:54:15.208
54422026-08-13T17:54:16.637Z INFOAug 13 17:54:15.208Aug 13 17:54:15.208 Aug 13 17:54:15.208 adding route 172.17.0.15/32 -> 10.0.0.255 DEBG
54432026-08-13T17:54:16.637Z Aug 13 17:54:15.208replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG INFO
54442026-08-13T17:54:16.637Z replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54452026-08-13T17:54:16.637Zadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:54:15.208replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:54:15.208
54462026-08-13T17:54:16.637Z INFODEBG
54472026-08-13T17:54:16.637Z Aug 13 17:54:15.208adding route 172.17.0.40/32 -> 10.0.0.255
54482026-08-13T17:54:16.637ZINFOAug 13 17:54:15.208 INFOAug 13 17:54:15.208adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54492026-08-13T17:54:16.637Z
54502026-08-13T17:54:16.637ZDEBGAug 13 17:54:15.208 DEBGAug 13 17:54:15.208 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54512026-08-13T17:54:16.637Z DEBG
54522026-08-13T17:54:16.637Zadding route 172.17.0.28/32 -> 10.0.0.255
54532026-08-13T17:54:16.637Z Aug 13 17:54:15.208replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208
54542026-08-13T17:54:16.637Z INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 13 17:54:15.208
54552026-08-13T17:54:16.637Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
54562026-08-13T17:54:16.637Z Aug 13 17:54:15.208INFOAug 13 17:54:15.208 adding route 172.17.0.19/32 -> 10.0.0.255DEBGAug 13 17:54:15.208
54572026-08-13T17:54:16.637Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54582026-08-13T17:54:16.637Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 13 17:54:15.208Aug 13 17:54:15.208
54592026-08-13T17:54:16.637ZINFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255
54602026-08-13T17:54:16.637Z adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54612026-08-13T17:54:16.637Z
54622026-08-13T17:54:16.637ZAug 13 17:54:15.208 DEBG Aug 13 17:54:15.208replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208
54632026-08-13T17:54:16.637ZAug 13 17:54:15.208Aug 13 17:54:15.195 INFOINFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255
54642026-08-13T17:54:16.637Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
54652026-08-13T17:54:16.637ZINFO
54662026-08-13T17:54:16.637Z Aug 13 17:54:15.208Aug 13 17:54:15.208Aug 13 17:54:15.208 adding route 172.17.0.29/32 -> 10.0.0.255 INFODEBG
54672026-08-13T17:54:16.637Z adding route 172.17.0.17/32 -> 10.0.0.255INFO
54682026-08-13T17:54:16.637Z Aug 13 17:54:15.208replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
54692026-08-13T17:54:16.637ZAug 13 17:54:15.208
54702026-08-13T17:54:16.637Z DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208
54712026-08-13T17:54:16.637Z
54722026-08-13T17:54:16.637Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
54732026-08-13T17:54:16.638ZAug 13 17:54:15.208 Aug 13 17:54:15.208Aug 13 17:54:15.208INFO INFO DEBGDEBGAug 13 17:54:15.208 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54742026-08-13T17:54:16.638ZINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
54752026-08-13T17:54:16.638Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
54762026-08-13T17:54:16.638ZAug 13 17:54:15.208
54772026-08-13T17:54:16.638Z
54782026-08-13T17:54:16.638Z INFOAug 13 17:54:15.208 Aug 13 17:54:15.208INFOadding route 172.17.0.18/32 -> 10.0.0.255Aug 13 17:54:15.208 DEBG DEBG
54792026-08-13T17:54:16.638ZAug 13 17:54:15.208 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54802026-08-13T17:54:16.638Z replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255Aug 13 17:54:15.208
54812026-08-13T17:54:16.638Z DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54822026-08-13T17:54:16.638Z
54832026-08-13T17:54:16.638ZAug 13 17:54:15.208Aug 13 17:54:15.208 INFOINFOAug 13 17:54:15.208
54842026-08-13T17:54:16.638Zadding route 172.17.0.22/32 -> 10.0.0.255Aug 13 17:54:15.208
54852026-08-13T17:54:16.638Ztest route::tests::shrink_preserves_compacted_order ... ok
54862026-08-13T17:54:16.638Zadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff DEBGINFO
54872026-08-13T17:54:16.638Ztest route::tests::delete_target_fragmented ... ok
54882026-08-13T17:54:16.638Z adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54892026-08-13T17:54:16.638Z
54902026-08-13T17:54:16.638ZAug 13 17:54:15.208 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208
54912026-08-13T17:54:16.638Z Aug 13 17:54:15.208Aug 13 17:54:15.208INFO Aug 13 17:54:15.208 adding route 172.17.0.45/32 -> 10.0.0.255DEBGINFOAug 13 17:54:15.208 adding route 172.17.0.23/32 -> 10.0.0.255 INFO
54922026-08-13T17:54:16.638Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
54932026-08-13T17:54:16.638Z DEBG
54942026-08-13T17:54:16.638Zadding route 172.17.0.31/32 -> 10.0.0.255
54952026-08-13T17:54:16.638ZAug 13 17:54:15.208Aug 13 17:54:15.208 DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
54962026-08-13T17:54:16.638ZAug 13 17:54:15.208 Aug 13 17:54:15.208 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
54972026-08-13T17:54:16.638Z
54982026-08-13T17:54:16.638ZDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208INFOAug 13 17:54:15.208 INFOINFO Aug 13 17:54:15.208adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255
54992026-08-13T17:54:16.638Z
55002026-08-13T17:54:16.638Z
55012026-08-13T17:54:16.638Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
55022026-08-13T17:54:16.638Z Aug 13 17:54:15.208adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 17:54:15.208Aug 13 17:54:15.208 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55032026-08-13T17:54:16.638Z
55042026-08-13T17:54:16.638ZAug 13 17:54:15.208
55052026-08-13T17:54:16.638Z DEBG INFO Aug 13 17:54:15.208 adding route 172.17.0.32/32 -> 10.0.0.255INFOAug 13 17:54:15.208Aug 13 17:54:15.208
55062026-08-13T17:54:16.638Z adding route 172.17.0.47/32 -> 10.0.0.255 INFO
55072026-08-13T17:54:16.638Z adding route 172.17.0.25/32 -> 10.0.0.255DEBG
55082026-08-13T17:54:16.638Z replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.208
55092026-08-13T17:54:16.638Zreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55102026-08-13T17:54:16.643ZDEBGAug 13 17:54:15.208 Aug 13 17:54:15.208replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.208 INFO Aug 13 17:54:15.209adding route 172.17.0.21/32 -> 10.0.0.255
55112026-08-13T17:54:16.643Z
55122026-08-13T17:54:16.643Z Aug 13 17:54:15.215DEBGAug 13 17:54:15.215DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55132026-08-13T17:54:16.643Zcreated new freemap, unitAug 13 17:54:15.215 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
55142026-08-13T17:54:16.643Z: freemap_route_ipv4
55152026-08-13T17:54:16.643Z
55162026-08-13T17:54:16.643ZAug 13 17:54:15.215 Aug 13 17:54:15.209Aug 13 17:54:15.215 DEBGDEBGAug 13 17:54:15.215 Aug 13 17:54:15.208DEBG created new freemapreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] ,
55172026-08-13T17:54:16.643Z replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitINFO:DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:54:15.215
55182026-08-13T17:54:16.643Z
55192026-08-13T17:54:16.643Zcreated new freemap freemap_route_ipv4, unit
55202026-08-13T17:54:16.643Z:INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 13 17:54:15.215
55212026-08-13T17:54:16.643Z Aug 13 17:54:15.215 DEBG freemap_route_ipv6Aug 13 17:54:15.215
55222026-08-13T17:54:16.643ZAug 13 17:54:15.215 DEBG created new freemapreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
55232026-08-13T17:54:16.643ZunitAug 13 17:54:15.215 :DEBG INFOAug 13 17:54:15.215 DEBGadding route 172.17.0.34/32 -> 10.0.0.255INFO
55242026-08-13T17:54:16.643Z initted freemap. size: 64, replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit freemap_route_ipv6adding route 172.17.0.50/32 -> 10.0.0.255
55252026-08-13T17:54:16.643Z
55262026-08-13T17:54:16.643Z: Aug 13 17:54:15.215
55272026-08-13T17:54:16.643ZAug 13 17:54:15.215freemap_route_ipv4 DEBGAug 13 17:54:15.215
55282026-08-13T17:54:16.643Z Aug 13 17:54:15.215 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55292026-08-13T17:54:16.643ZDEBG Aug 13 17:54:15.215INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55302026-08-13T17:54:16.643Z adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64
55312026-08-13T17:54:16.643Z, Aug 13 17:54:15.215Aug 13 17:54:15.215unit :INFO freemap_route_ipv4
55322026-08-13T17:54:16.643ZDEBGadding route 172.17.0.51/32 -> 10.0.0.255 Aug 13 17:54:15.215
55332026-08-13T17:54:16.643ZINFO reset freemapadding route 172.17.0.35/32 -> 10.0.0.255DEBG, Aug 13 17:54:15.215
55342026-08-13T17:54:16.643ZAug 13 17:54:15.215 unitDEBG: Aug 13 17:54:15.215 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
55352026-08-13T17:54:16.643Z DEBGreset freemap
55362026-08-13T17:54:16.643Z, freemap_route_ipv4unitAug 13 17:54:15.215
55372026-08-13T17:54:16.643Z :INFO freemap_route_ipv4
55382026-08-13T17:54:16.643Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 13 17:54:15.215
55392026-08-13T17:54:16.643Z DEBG Aug 13 17:54:15.215 Aug 13 17:54:15.215initted freemap. size: 64 , DEBGunitDEBG: replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.215freemap_route_ipv6
55402026-08-13T17:54:16.644Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55412026-08-13T17:54:16.644Z initted freemap. size: 64
55422026-08-13T17:54:16.644ZAug 13 17:54:15.215INFO , INFOunit adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
55432026-08-13T17:54:16.644Zadding route 172.17.0.53/32 -> 10.0.0.255:
55442026-08-13T17:54:16.644Zfreemap_route_ipv6Aug 13 17:54:15.215
55452026-08-13T17:54:16.644Z Aug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215DEBG DEBGreset freemap Aug 13 17:54:15.215DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
55462026-08-13T17:54:16.644Zunitadding route 172.17.0.36/32 -> 10.0.0.255DEBG:
55472026-08-13T17:54:16.644Z Aug 13 17:54:15.215reset freemap, freemap_route_ipv6INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55482026-08-13T17:54:16.644ZAug 13 17:54:15.215unitadding route 172.17.0.54/32 -> 10.0.0.255
55492026-08-13T17:54:16.644Z:
55502026-08-13T17:54:16.644Z Aug 13 17:54:15.215 freemap_route_ipv6INFO
55512026-08-13T17:54:16.644ZAug 13 17:54:15.215 INFO Aug 13 17:54:15.215 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55522026-08-13T17:54:16.644Zreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55532026-08-13T17:54:16.644Z
55542026-08-13T17:54:16.644ZAug 13 17:54:15.215
55552026-08-13T17:54:16.644Z INFO Aug 13 17:54:15.215adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:54:15.215Aug 13 17:54:15.215
55562026-08-13T17:54:16.644Z INFO DEBGINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
55572026-08-13T17:54:16.644ZAug 13 17:54:15.215replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
55582026-08-13T17:54:16.644Z
55592026-08-13T17:54:16.644ZDEBGAug 13 17:54:15.215Aug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55602026-08-13T17:54:16.644Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55612026-08-13T17:54:16.644Z
55622026-08-13T17:54:16.644Z
55632026-08-13T17:54:16.644Z
55642026-08-13T17:54:16.644ZAug 13 17:54:15.215 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 17:54:15.215Aug 13 17:54:15.215 INFOAug 13 17:54:15.215
55652026-08-13T17:54:16.644Z DEBGadding route 172.17.0.56/32 -> 10.0.0.255Aug 13 17:54:15.215INFO
55662026-08-13T17:54:16.644Z adding route 172.17.0.38/32 -> 10.0.0.255INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 17:54:15.215
55672026-08-13T17:54:16.644Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 13 17:54:15.215DEBG
55682026-08-13T17:54:16.644Z
55692026-08-13T17:54:16.644Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55702026-08-13T17:54:16.644ZAug 13 17:54:15.215DEBGAug 13 17:54:15.215 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
55712026-08-13T17:54:16.644Z INFOAug 13 17:54:15.215DEBG INFO Aug 13 17:54:15.215adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.57/32 -> 10.0.0.255INFO
55722026-08-13T17:54:16.644Z
55732026-08-13T17:54:16.644Zadding route 172.16.0.0/32 -> 10.0.0.3
55742026-08-13T17:54:16.644Z
55752026-08-13T17:54:16.644ZAug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
55762026-08-13T17:54:16.644Z replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.215adding route 172.17.0.39/32 -> 10.0.0.255
55772026-08-13T17:54:16.644ZAug 13 17:54:15.215DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
55782026-08-13T17:54:16.644Zadding route 172.17.0.58/32 -> 10.0.0.255
55792026-08-13T17:54:16.644Z
55802026-08-13T17:54:16.645ZAug 13 17:54:15.215 Aug 13 17:54:15.215DEBG INFOAug 13 17:54:15.215 INFOadding route 172.16.0.0/32 -> 10.0.0.4Aug 13 17:54:15.215
55812026-08-13T17:54:16.645ZAug 13 17:54:15.215 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
55822026-08-13T17:54:16.645Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
55832026-08-13T17:54:16.645Z
55842026-08-13T17:54:16.645ZAug 13 17:54:15.215Aug 13 17:54:15.215 Aug 13 17:54:15.215 INFODEBG Aug 13 17:54:15.215 adding route 172.16.0.0/32 -> 10.0.0.4 INFO
55852026-08-13T17:54:16.645Z DEBGadding route 172.17.0.59/32 -> 10.0.0.255
55862026-08-13T17:54:16.645Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
55872026-08-13T17:54:16.645Z
55882026-08-13T17:54:16.645Z Aug 13 17:54:15.215Aug 13 17:54:15.215 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55892026-08-13T17:54:16.645ZDEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55902026-08-13T17:54:16.645ZAug 13 17:54:15.215
55912026-08-13T17:54:16.645Z INFOAug 13 17:54:15.215 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 13 17:54:15.215Aug 13 17:54:15.215DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
55922026-08-13T17:54:16.645Z
55932026-08-13T17:54:16.645ZAug 13 17:54:15.215adding route 172.17.0.60/32 -> 10.0.0.255 DEBG
55942026-08-13T17:54:16.645ZINFO adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:54:15.215
55952026-08-13T17:54:16.645Z
55962026-08-13T17:54:16.645ZAug 13 17:54:15.215 Aug 13 17:54:15.215DEBG DEBGDEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55972026-08-13T17:54:16.645Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
55982026-08-13T17:54:16.645Z
55992026-08-13T17:54:16.645ZAug 13 17:54:15.215 DEBG failed to allocate space for the new target listAug 13 17:54:15.215
56002026-08-13T17:54:16.645ZAug 13 17:54:15.215 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 13 17:54:15.215adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
56012026-08-13T17:54:16.645ZDEBG
56022026-08-13T17:54:16.645Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
56032026-08-13T17:54:16.645ZAug 13 17:54:15.215 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56042026-08-13T17:54:16.645ZAug 13 17:54:15.215 Aug 13 17:54:15.215DEBG INFOreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56052026-08-13T17:54:16.645Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
56062026-08-13T17:54:16.645ZAug 13 17:54:15.215 INFO adding route 172.17.0.42/32 -> 10.0.0.255
56072026-08-13T17:54:16.645ZAug 13 17:54:15.215Aug 13 17:54:15.215 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56082026-08-13T17:54:16.645Z DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56092026-08-13T17:54:16.645ZAug 13 17:54:15.215DEBG INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
56102026-08-13T17:54:16.649Z
56112026-08-13T17:54:16.649ZAug 13 17:54:15.215 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
56122026-08-13T17:54:16.649ZAug 13 17:54:15.215Aug 13 17:54:15.215 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255
56132026-08-13T17:54:16.649Z
56142026-08-13T17:54:16.650ZAug 13 17:54:15.215 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.215
56152026-08-13T17:54:16.650ZDEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56162026-08-13T17:54:16.650Zreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56172026-08-13T17:54:16.650ZAug 13 17:54:15.216 Aug 13 17:54:15.216Aug 13 17:54:15.222INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOINFO
56182026-08-13T17:54:16.650Z adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
56192026-08-13T17:54:16.650Z
56202026-08-13T17:54:16.650ZAug 13 17:54:15.222Aug 13 17:54:15.222 DEBGAug 13 17:54:15.222DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56212026-08-13T17:54:16.650Z
56222026-08-13T17:54:16.650ZDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
56232026-08-13T17:54:16.650ZAug 13 17:54:15.222 INFOAug 13 17:54:15.222 adding route 172.17.0.24/32 -> 10.0.0.255INFO
56242026-08-13T17:54:16.650ZAug 13 17:54:15.222 adding route 172.17.0.45/32 -> 10.0.0.255INFO
56252026-08-13T17:54:16.650ZAug 13 17:54:15.222 DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.222
56262026-08-13T17:54:16.650Z DEBG
56272026-08-13T17:54:16.650Z replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.222
56282026-08-13T17:54:16.650ZINFOAug 13 17:54:15.216Aug 13 17:54:15.222 adding route 172.17.0.25/32 -> 10.0.0.255INFO
56292026-08-13T17:54:16.650Z DEBG adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 17:54:15.222
56302026-08-13T17:54:16.650Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.222
56312026-08-13T17:54:16.650ZINFO Aug 13 17:54:15.222DEBG adding route 172.17.0.46/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56322026-08-13T17:54:16.650Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56332026-08-13T17:54:16.650Z
56342026-08-13T17:54:16.650ZAug 13 17:54:15.222 INFO Aug 13 17:54:15.222Aug 13 17:54:15.222Aug 13 17:54:15.222 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
56352026-08-13T17:54:16.650ZINFOINFO adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255
56362026-08-13T17:54:16.650Z
56372026-08-13T17:54:16.650ZAug 13 17:54:15.222
56382026-08-13T17:54:16.650Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:54:15.222
56392026-08-13T17:54:16.650Z Aug 13 17:54:15.222 DEBGAug 13 17:54:15.222 INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:54:15.222
56402026-08-13T17:54:16.650Zadding route 172.17.0.47/32 -> 10.0.0.255DEBG INFO
56412026-08-13T17:54:16.650Z Aug 13 17:54:15.222adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56422026-08-13T17:54:16.650Z INFO
56432026-08-13T17:54:16.650Z Aug 13 17:54:15.222 adding route 172.17.0.28/32 -> 10.0.0.255DEBG Aug 13 17:54:15.222replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56442026-08-13T17:54:16.650Z Aug 13 17:54:15.222
56452026-08-13T17:54:16.650ZDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
56462026-08-13T17:54:16.650ZAug 13 17:54:15.222adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:54:15.222 INFODEBG
56472026-08-13T17:54:16.650Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56482026-08-13T17:54:16.650Zadding route 172.17.0.48/32 -> 10.0.0.255
56492026-08-13T17:54:16.650ZAug 13 17:54:15.222 Aug 13 17:54:15.222Aug 13 17:54:15.222Aug 13 17:54:15.222 DEBG DEBGINFO DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255
56502026-08-13T17:54:16.650Z
56512026-08-13T17:54:16.650Z failed to allocate space for the new target list
56522026-08-13T17:54:16.650Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56532026-08-13T17:54:16.651ZAug 13 17:54:15.222 Aug 13 17:54:15.222Aug 13 17:54:15.222 DEBGDEBGINFO Aug 13 17:54:15.222replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
56542026-08-13T17:54:16.651Z
56552026-08-13T17:54:16.651ZINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56562026-08-13T17:54:16.651Z adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 17:54:15.222
56572026-08-13T17:54:16.651Z Aug 13 17:54:15.222DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
56582026-08-13T17:54:16.651ZAug 13 17:54:15.222 adding route 172.17.0.30/32 -> 10.0.0.255DEBG
56592026-08-13T17:54:16.651Z replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.222
56602026-08-13T17:54:16.651Z Aug 13 17:54:15.222 DEBGINFO Aug 13 17:54:15.222replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56612026-08-13T17:54:16.651Zadding route 172.17.0.50/32 -> 10.0.0.255INFO
56622026-08-13T17:54:16.651Z adding route 172.17.0.29/32 -> 10.0.0.255
56632026-08-13T17:54:16.651ZAug 13 17:54:15.222Aug 13 17:54:15.222 INFODEBGAug 13 17:54:15.222 adding route 172.17.0.31/32 -> 10.0.0.255DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56642026-08-13T17:54:16.651Z
56652026-08-13T17:54:16.651Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56662026-08-13T17:54:16.651ZAug 13 17:54:15.222Aug 13 17:54:15.222Aug 13 17:54:15.222 INFODEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56672026-08-13T17:54:16.651Zadding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255
56682026-08-13T17:54:16.651Z
56692026-08-13T17:54:16.651ZAug 13 17:54:15.222 INFOAug 13 17:54:15.222 Aug 13 17:54:15.222DEBGadding route 172.17.0.32/32 -> 10.0.0.255
56702026-08-13T17:54:16.651Zreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
56712026-08-13T17:54:16.651Z replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56722026-08-13T17:54:16.651ZAug 13 17:54:15.222 Aug 13 17:54:15.222DEBG Aug 13 17:54:15.222INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56732026-08-13T17:54:16.651Zadding route 172.17.0.31/32 -> 10.0.0.255 INFO
56742026-08-13T17:54:16.651Z adding route 172.17.0.52/32 -> 10.0.0.255Aug 13 17:54:15.222
56752026-08-13T17:54:16.651Z Aug 13 17:54:15.222INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56762026-08-13T17:54:16.651ZAug 13 17:54:15.222 DEBG created new freemap, unitAug 13 17:54:15.228:Aug 13 17:54:15.228 freemap_route_ipv4INFO
56772026-08-13T17:54:16.651Z adding route 172.17.0.32/32 -> 10.0.0.255
56782026-08-13T17:54:16.651ZDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.228
56792026-08-13T17:54:16.651Z
56802026-08-13T17:54:16.651ZAug 13 17:54:15.228DEBG Aug 13 17:54:15.228created new freemapDEBG, Aug 13 17:54:15.228 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFODEBG
56812026-08-13T17:54:16.651Zunit :replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56822026-08-13T17:54:16.651Zfreemap_route_ipv6 adding route 172.17.0.53/32 -> 10.0.0.255
56832026-08-13T17:54:16.651ZAug 13 17:54:15.228
56842026-08-13T17:54:16.651Z Aug 13 17:54:15.228INFO Aug 13 17:54:15.228INFO DEBG initted freemap. size: 64adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255,
56852026-08-13T17:54:16.651ZunitAug 13 17:54:15.228 :
56862026-08-13T17:54:16.651Z freemap_route_ipv4DEBG
56872026-08-13T17:54:16.651ZAug 13 17:54:15.228 Aug 13 17:54:15.228DEBG Aug 13 17:54:15.228 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56882026-08-13T17:54:16.651Zreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
56892026-08-13T17:54:16.651ZDEBG
56902026-08-13T17:54:16.651Z reset freemapAug 13 17:54:15.228, unitAug 13 17:54:15.228: INFOINFOfreemap_route_ipv4
56912026-08-13T17:54:16.651Z adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
56922026-08-13T17:54:16.651ZAug 13 17:54:15.228
56932026-08-13T17:54:16.652ZAug 13 17:54:15.228 INFOAug 13 17:54:15.228DEBGAug 13 17:54:15.228 DEBGDEBGadding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
56942026-08-13T17:54:16.652Z
56952026-08-13T17:54:16.652Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
56962026-08-13T17:54:16.652Zunit: freemap_route_ipv6
56972026-08-13T17:54:16.652ZAug 13 17:54:15.228Aug 13 17:54:15.228 Aug 13 17:54:15.228INFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG
56982026-08-13T17:54:16.652ZAug 13 17:54:15.228 DEBGINFO reset freemapAug 13 17:54:15.228, adding route 172.17.0.36/32 -> 10.0.0.255unit
56992026-08-13T17:54:16.652Z:replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
57002026-08-13T17:54:16.652Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57012026-08-13T17:54:16.652Zfreemap_route_ipv6
57022026-08-13T17:54:16.652ZAug 13 17:54:15.228 DEBGAug 13 17:54:15.228 Aug 13 17:54:15.228Aug 13 17:54:15.228 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
57032026-08-13T17:54:16.652Z adding route 172.16.0.0/32 -> 10.0.0.1INFO
57042026-08-13T17:54:16.652Z Aug 13 17:54:15.228adding route 172.17.0.36/32 -> 10.0.0.255INFO INFO
57052026-08-13T17:54:16.652Zadding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255
57062026-08-13T17:54:16.652Z
57072026-08-13T17:54:16.652ZAug 13 17:54:15.228 DEBG Aug 13 17:54:15.228Aug 13 17:54:15.228replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:54:15.228 DEBG DEBG
57082026-08-13T17:54:16.652Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57092026-08-13T17:54:16.652ZDEBG
57102026-08-13T17:54:16.656Zreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.228
57112026-08-13T17:54:16.656Z INFOAug 13 17:54:15.228 Aug 13 17:54:15.228adding route 172.16.0.0/32 -> 10.0.0.1
57122026-08-13T17:54:16.656ZINFOAug 13 17:54:15.228 INFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
57132026-08-13T17:54:16.656ZAug 13 17:54:15.228 DEBG
57142026-08-13T17:54:16.656Z Aug 13 17:54:15.228INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
57152026-08-13T17:54:16.656Z Aug 13 17:54:15.228replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
57162026-08-13T17:54:16.656Z DEBG Aug 13 17:54:15.228replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57172026-08-13T17:54:16.656ZAug 13 17:54:15.228
57182026-08-13T17:54:16.656ZINFO INFO Aug 13 17:54:15.228 INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.38/32 -> 10.0.0.255
57192026-08-13T17:54:16.656Z
57202026-08-13T17:54:16.656Zadding route 172.17.0.39/32 -> 10.0.0.255Aug 13 17:54:15.228
57212026-08-13T17:54:16.656Z DEBGAug 13 17:54:15.228Aug 13 17:54:15.228 DEBGDEBGAug 13 17:54:15.228 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
57222026-08-13T17:54:16.656Z
57232026-08-13T17:54:16.657Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57242026-08-13T17:54:16.657ZAug 13 17:54:15.228
57252026-08-13T17:54:16.657ZAug 13 17:54:15.228 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
57262026-08-13T17:54:16.657Z
57272026-08-13T17:54:16.657ZAug 13 17:54:15.229 Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBGINFO INFO DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255
57282026-08-13T17:54:16.657Z
57292026-08-13T17:54:16.657Z
57302026-08-13T17:54:16.657Z
57312026-08-13T17:54:16.657ZAug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBGAug 13 17:54:15.229INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57322026-08-13T17:54:16.657ZINFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57332026-08-13T17:54:16.657Zadding route 172.17.0.0/32 -> 10.0.0.255
57342026-08-13T17:54:16.657Z
57352026-08-13T17:54:16.657ZAug 13 17:54:15.229Aug 13 17:54:15.229 Aug 13 17:54:15.229Aug 13 17:54:15.229 DEBGINFO INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255
57362026-08-13T17:54:16.657Zadding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57372026-08-13T17:54:16.657Z
57382026-08-13T17:54:16.657Z
57392026-08-13T17:54:16.657ZAug 13 17:54:15.229 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229
57402026-08-13T17:54:16.657ZAug 13 17:54:15.229 INFOAug 13 17:54:15.229 adding route 172.17.0.41/32 -> 10.0.0.255
57412026-08-13T17:54:16.657ZAug 13 17:54:15.229INFODEBG INFOAug 13 17:54:15.229 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
57422026-08-13T17:54:16.657ZDEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57432026-08-13T17:54:16.657Z Aug 13 17:54:15.229replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57442026-08-13T17:54:16.657Z
57452026-08-13T17:54:16.657ZDEBGAug 13 17:54:15.229 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57462026-08-13T17:54:16.657ZAug 13 17:54:15.229DEBGAug 13 17:54:15.229 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOINFO
57472026-08-13T17:54:16.657Z Aug 13 17:54:15.229adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255
57482026-08-13T17:54:16.657Z
57492026-08-13T17:54:16.657ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
57502026-08-13T17:54:16.657ZAug 13 17:54:15.229 Aug 13 17:54:15.229DEBG Aug 13 17:54:15.229replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57512026-08-13T17:54:16.657ZAug 13 17:54:15.229 DEBG INFODEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 17:54:15.229replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57522026-08-13T17:54:16.657Z
57532026-08-13T17:54:16.657Z
57542026-08-13T17:54:16.657ZINFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 13 17:54:15.229
57552026-08-13T17:54:16.657Z DEBG Aug 13 17:54:15.229Aug 13 17:54:15.229replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229
57562026-08-13T17:54:16.657Z INFO DEBG INFO adding route 172.17.0.3/32 -> 10.0.0.255 Aug 13 17:54:15.229
57572026-08-13T17:54:16.657Zreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57582026-08-13T17:54:16.657ZINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255
57592026-08-13T17:54:16.657Z
57602026-08-13T17:54:16.657ZAug 13 17:54:15.229Aug 13 17:54:15.229 DEBG INFOAug 13 17:54:15.229 DEBGadding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57612026-08-13T17:54:16.657Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229
57622026-08-13T17:54:16.657Z DEBG
57632026-08-13T17:54:16.658Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57642026-08-13T17:54:16.658ZAug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 INFOINFODEBG adding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255
57652026-08-13T17:54:16.658Zreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57662026-08-13T17:54:16.658Z
57672026-08-13T17:54:16.658ZAug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 INFODEBG INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57682026-08-13T17:54:16.658Zadding route 172.17.0.45/32 -> 10.0.0.255
57692026-08-13T17:54:16.658Z
57702026-08-13T17:54:16.658Z
57712026-08-13T17:54:16.658ZAug 13 17:54:15.229Aug 13 17:54:15.229Aug 13 17:54:15.229 Aug 13 17:54:15.229INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255DEBG
57722026-08-13T17:54:16.658Z
57732026-08-13T17:54:16.658Zreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57742026-08-13T17:54:16.658ZDEBG Aug 13 17:54:15.229replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57752026-08-13T17:54:16.658ZDEBGAug 13 17:54:15.229 Aug 13 17:54:15.229 INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255
57762026-08-13T17:54:16.658Z
57772026-08-13T17:54:16.658ZDEBGAug 13 17:54:15.229 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57782026-08-13T17:54:16.658ZAug 13 17:54:15.229INFOAug 13 17:54:15.229 DEBG Aug 13 17:54:15.229INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57792026-08-13T17:54:16.658Ztest route::tests::delete_target_full ... ok
57802026-08-13T17:54:16.658Ztest route::tests::delete_targets_fragmented ... ok
57812026-08-13T17:54:16.658Ztest route::tests::add_target_fails_full ... ok
57822026-08-13T17:54:16.658ZINFOadding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255
57832026-08-13T17:54:16.658Zadding route 172.17.0.6/32 -> 10.0.0.255Aug 13 17:54:15.229
57842026-08-13T17:54:16.658Z
57852026-08-13T17:54:16.658Z INFO adding route 172.17.0.47/32 -> 10.0.0.255
57862026-08-13T17:54:16.658ZAug 13 17:54:15.229Aug 13 17:54:15.229 Aug 13 17:54:15.229 DEBGDEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57872026-08-13T17:54:16.658ZAug 13 17:54:15.229replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57882026-08-13T17:54:16.658Z
57892026-08-13T17:54:16.658ZDEBG Aug 13 17:54:15.229replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229 Aug 13 17:54:15.229
57902026-08-13T17:54:16.658ZINFOINFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255
57912026-08-13T17:54:16.658Z
57922026-08-13T17:54:16.658Z failed to allocate space for the new target listAug 13 17:54:15.229
57932026-08-13T17:54:16.658Z Aug 13 17:54:15.229INFOAug 13 17:54:15.229 DEBGDEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.229 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
57942026-08-13T17:54:16.658Z
57952026-08-13T17:54:16.658Zreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.235
57962026-08-13T17:54:16.658Z INFO adding route 172.17.0.49/32 -> 10.0.0.255
57972026-08-13T17:54:16.658ZAug 13 17:54:15.235 Aug 13 17:54:15.235INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255
57982026-08-13T17:54:16.658Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
57992026-08-13T17:54:16.658ZAug 13 17:54:15.235 Aug 13 17:54:15.235DEBG INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58002026-08-13T17:54:16.658Z adding route 172.17.0.50/32 -> 10.0.0.255
58012026-08-13T17:54:16.658ZAug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58022026-08-13T17:54:16.658Z
58032026-08-13T17:54:16.659Z
58042026-08-13T17:54:16.659ZAug 13 17:54:15.235 Aug 13 17:54:15.235DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58052026-08-13T17:54:16.659Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 13 17:54:15.235
58062026-08-13T17:54:16.659ZDEBG Aug 13 17:54:15.235replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58072026-08-13T17:54:16.659Z
58082026-08-13T17:54:16.659Z
58092026-08-13T17:54:16.659ZAug 13 17:54:15.235Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58102026-08-13T17:54:16.663Z
58112026-08-13T17:54:16.663Z
58122026-08-13T17:54:16.663ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGAug 13 17:54:15.235 INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
58132026-08-13T17:54:16.663Zadding route 172.17.0.11/32 -> 10.0.0.255
58142026-08-13T17:54:16.663Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58152026-08-13T17:54:16.663ZAug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG Aug 13 17:54:15.235 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255INFO
58162026-08-13T17:54:16.663Z
58172026-08-13T17:54:16.663Z adding route 172.17.0.50/32 -> 10.0.0.255
58182026-08-13T17:54:16.663ZAug 13 17:54:15.235Aug 13 17:54:15.235 Aug 13 17:54:15.235 DEBG INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58192026-08-13T17:54:16.663Z adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58202026-08-13T17:54:16.663Z
58212026-08-13T17:54:16.663ZAug 13 17:54:15.235 INFO Aug 13 17:54:15.235Aug 13 17:54:15.235adding route 172.17.0.54/32 -> 10.0.0.255
58222026-08-13T17:54:16.663ZDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58232026-08-13T17:54:16.663ZAug 13 17:54:15.235 adding route 172.17.0.51/32 -> 10.0.0.255DEBG
58242026-08-13T17:54:16.663Z Aug 13 17:54:15.235replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58252026-08-13T17:54:16.663ZINFO adding route 172.17.0.13/32 -> 10.0.0.255
58262026-08-13T17:54:16.663ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFOAug 13 17:54:15.235 adding route 172.17.0.55/32 -> 10.0.0.255
58272026-08-13T17:54:16.663ZDEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58282026-08-13T17:54:16.663Z
58292026-08-13T17:54:16.663ZAug 13 17:54:15.235 DEBG Aug 13 17:54:15.235Aug 13 17:54:15.235 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58302026-08-13T17:54:16.663Z INFOadding route 172.17.0.14/32 -> 10.0.0.255
58312026-08-13T17:54:16.663Zadding route 172.17.0.52/32 -> 10.0.0.255
58322026-08-13T17:54:16.663ZAug 13 17:54:15.235 Aug 13 17:54:15.235INFO Aug 13 17:54:15.235adding route 172.17.0.56/32 -> 10.0.0.255DEBG
58332026-08-13T17:54:16.663Z DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58342026-08-13T17:54:16.663Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.235
58352026-08-13T17:54:16.663Z DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.235
58362026-08-13T17:54:16.663Z INFOAug 13 17:54:15.235 adding route 172.17.0.15/32 -> 10.0.0.255Aug 13 17:54:15.235INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255
58372026-08-13T17:54:16.663Zadding route 172.17.0.57/32 -> 10.0.0.255
58382026-08-13T17:54:16.663Z
58392026-08-13T17:54:16.663ZAug 13 17:54:15.235Aug 13 17:54:15.235 Aug 13 17:54:15.235DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58402026-08-13T17:54:16.664Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58412026-08-13T17:54:16.664Z replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:54:15.235
58422026-08-13T17:54:16.664Z INFOAug 13 17:54:15.235 adding route 172.17.0.58/32 -> 10.0.0.255INFO
58432026-08-13T17:54:16.664Z adding route 172.17.0.54/32 -> 10.0.0.255Aug 13 17:54:15.235
58442026-08-13T17:54:16.664Z INFOAug 13 17:54:15.235 Aug 13 17:54:15.235DEBGadding route 172.17.0.16/32 -> 10.0.0.255 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58452026-08-13T17:54:16.664Z
58462026-08-13T17:54:16.664Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58472026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58482026-08-13T17:54:16.664ZAug 13 17:54:15.235
58492026-08-13T17:54:16.664Z INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 13 17:54:15.235
58502026-08-13T17:54:16.664Z Aug 13 17:54:15.235DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58512026-08-13T17:54:16.664Zadding route 172.17.0.17/32 -> 10.0.0.255
58522026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG DEBGadding route 172.17.0.60/32 -> 10.0.0.255
58532026-08-13T17:54:16.664Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58542026-08-13T17:54:16.664Z
58552026-08-13T17:54:16.664ZAug 13 17:54:15.235 DEBGAug 13 17:54:15.235 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58562026-08-13T17:54:16.664ZAug 13 17:54:15.235 adding route 172.17.0.18/32 -> 10.0.0.255
58572026-08-13T17:54:16.664ZINFO Aug 13 17:54:15.235adding route 172.17.0.56/32 -> 10.0.0.255 Aug 13 17:54:15.235DEBG
58582026-08-13T17:54:16.664Z failed to allocate space for the new target listDEBG
58592026-08-13T17:54:16.664Z replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58602026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235Aug 13 17:54:15.235 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58612026-08-13T17:54:16.664Zadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58622026-08-13T17:54:16.664Z
58632026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
58642026-08-13T17:54:16.664Z
58652026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58662026-08-13T17:54:16.664Z
58672026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
58682026-08-13T17:54:16.664Z
58692026-08-13T17:54:16.664ZAug 13 17:54:15.235 INFOAug 13 17:54:15.235 adding route 172.17.0.21/32 -> 10.0.0.255DEBG
58702026-08-13T17:54:16.664Ztest route::tests::delete_targets_full ... ok
58712026-08-13T17:54:16.664Z replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58722026-08-13T17:54:16.664ZAug 13 17:54:15.235 Aug 13 17:54:15.235INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255
58732026-08-13T17:54:16.664Zreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58742026-08-13T17:54:16.664Z
58752026-08-13T17:54:16.664ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
58762026-08-13T17:54:16.665Ztest result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
58772026-08-13T17:54:16.665Z
58782026-08-13T17:54:16.665Z
58792026-08-13T17:54:16.665ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
58802026-08-13T17:54:16.665Z
58812026-08-13T17:54:16.665ZAug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58822026-08-13T17:54:16.665Z
58832026-08-13T17:54:16.665ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
58842026-08-13T17:54:16.665Z
58852026-08-13T17:54:16.665ZAug 13 17:54:15.235Aug 13 17:54:15.235 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58862026-08-13T17:54:16.665Z
58872026-08-13T17:54:16.665ZAug 13 17:54:15.235Aug 13 17:54:15.235 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255
58882026-08-13T17:54:16.665Z
58892026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFO adding route 172.17.0.25/32 -> 10.0.0.255
58902026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58912026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBGAug 13 17:54:15.235 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
58922026-08-13T17:54:16.665Z adding route 172.17.0.63/32 -> 10.0.0.255
58932026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFOAug 13 17:54:15.235 adding route 172.17.0.26/32 -> 10.0.0.255DEBG
58942026-08-13T17:54:16.665Z replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
58952026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBGAug 13 17:54:15.235 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
58962026-08-13T17:54:16.665Z failed to allocate space for the new target list
58972026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFOAug 13 17:54:15.235 adding route 172.17.0.27/32 -> 10.0.0.255DEBG
58982026-08-13T17:54:16.665Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
58992026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBG Aug 13 17:54:15.235replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59002026-08-13T17:54:16.665ZDEBG failed to allocate space for the new target list
59012026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFO adding route 172.17.0.28/32 -> 10.0.0.255
59022026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59032026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFO adding route 172.17.0.29/32 -> 10.0.0.255
59042026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59052026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFO adding route 172.17.0.30/32 -> 10.0.0.255
59062026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59072026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFO adding route 172.17.0.31/32 -> 10.0.0.255
59082026-08-13T17:54:16.665ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59092026-08-13T17:54:16.665ZAug 13 17:54:15.235 INFO adding route 172.17.0.32/32 -> 10.0.0.255
59102026-08-13T17:54:16.670ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59112026-08-13T17:54:16.670ZAug 13 17:54:15.235 INFO adding route 172.17.0.33/32 -> 10.0.0.255
59122026-08-13T17:54:16.670ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59132026-08-13T17:54:16.670ZAug 13 17:54:15.235 INFO adding route 172.17.0.34/32 -> 10.0.0.255
59142026-08-13T17:54:16.670ZAug 13 17:54:15.235 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59152026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.35/32 -> 10.0.0.255
59162026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59172026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.36/32 -> 10.0.0.255
59182026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59192026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.37/32 -> 10.0.0.255
59202026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59212026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.38/32 -> 10.0.0.255
59222026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59232026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.39/32 -> 10.0.0.255
59242026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59252026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.40/32 -> 10.0.0.255
59262026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59272026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.41/32 -> 10.0.0.255
59282026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59292026-08-13T17:54:16.670ZAug 13 17:54:15.241 INFO adding route 172.17.0.42/32 -> 10.0.0.255
59302026-08-13T17:54:16.670ZAug 13 17:54:15.241 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59312026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.43/32 -> 10.0.0.255
59322026-08-13T17:54:16.670ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59332026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.44/32 -> 10.0.0.255
59342026-08-13T17:54:16.670ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59352026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.45/32 -> 10.0.0.255
59362026-08-13T17:54:16.670ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59372026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.46/32 -> 10.0.0.255
59382026-08-13T17:54:16.670ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59392026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.47/32 -> 10.0.0.255
59402026-08-13T17:54:16.670ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59412026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.48/32 -> 10.0.0.255
59422026-08-13T17:54:16.670ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59432026-08-13T17:54:16.670ZAug 13 17:54:15.242 INFO adding route 172.17.0.49/32 -> 10.0.0.255
59442026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59452026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.50/32 -> 10.0.0.255
59462026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59472026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.51/32 -> 10.0.0.255
59482026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59492026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.52/32 -> 10.0.0.255
59502026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59512026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.53/32 -> 10.0.0.255
59522026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59532026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.54/32 -> 10.0.0.255
59542026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59552026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.55/32 -> 10.0.0.255
59562026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59572026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.56/32 -> 10.0.0.255
59582026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59592026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.57/32 -> 10.0.0.255
59602026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59612026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.58/32 -> 10.0.0.255
59622026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59632026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.59/32 -> 10.0.0.255
59642026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59652026-08-13T17:54:16.671ZAug 13 17:54:15.242 INFO adding route 172.17.0.60/32 -> 10.0.0.255
59662026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
59672026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG failed to allocate space for the new target list
59682026-08-13T17:54:16.671ZAug 13 17:54:15.242 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
59692026-08-13T17:54:16.671Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03)
59702026-08-13T17:54:16.671Z
59712026-08-13T17:54:16.671Zrunning 0 tests
59722026-08-13T17:54:16.671Z
59732026-08-13T17:54:16.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59742026-08-13T17:54:16.671Z
59752026-08-13T17:54:16.671Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
59762026-08-13T17:54:16.671Z
59772026-08-13T17:54:16.671Zrunning 0 tests
59782026-08-13T17:54:16.671Z
59792026-08-13T17:54:16.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59802026-08-13T17:54:16.671Z
59812026-08-13T17:54:16.671Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656)
59822026-08-13T17:54:16.671Z
59832026-08-13T17:54:16.672Zrunning 6 tests
59842026-08-13T17:54:16.672Ztest tests::test_parse_client_port_id ... ok
59852026-08-13T17:54:16.672Ztest tests::test_port_id_cmp ... ok
59862026-08-13T17:54:16.672Ztest tests::test_full_lot_id_neither_present ... ok
59872026-08-13T17:54:16.672Ztest tests::test_full_lot_id_lotnum_only ... ok
59882026-08-13T17:54:16.672Ztest tests::test_full_lot_id_both_present ... ok
59892026-08-13T17:54:16.672Ztest tests::test_full_lot_id_lot_only ... ok
59902026-08-13T17:54:16.672Z
59912026-08-13T17:54:16.672Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59922026-08-13T17:54:16.672Z
59932026-08-13T17:54:16.672Z Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad)
59942026-08-13T17:54:16.672Z
59952026-08-13T17:54:16.672Zrunning 0 tests
59962026-08-13T17:54:16.672Z
59972026-08-13T17:54:16.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59982026-08-13T17:54:16.672Z
59992026-08-13T17:54:16.672Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
60002026-08-13T17:54:16.672Z
60012026-08-13T17:54:16.672Zrunning 0 tests
60022026-08-13T17:54:16.672Z
60032026-08-13T17:54:16.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60042026-08-13T17:54:16.672Z
60052026-08-13T17:54:16.672Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
60062026-08-13T17:54:16.672Z
60072026-08-13T17:54:16.672Zrunning 0 tests
60082026-08-13T17:54:16.672Z
60092026-08-13T17:54:16.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60102026-08-13T17:54:16.676Z
60112026-08-13T17:54:16.676Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
60122026-08-13T17:54:16.676Z
60132026-08-13T17:54:16.676Zrunning 12 tests
60142026-08-13T17:54:16.676Ztest icmp::test_v6_checksum ... ok
60152026-08-13T17:54:16.676Ztest icmp::test_v4_checksum ... ok
60162026-08-13T17:54:16.676Ztest ipv6::test_ipv6_parse ... ok
60172026-08-13T17:54:16.676Ztest lldp::test_lldp_parse ... ok
60182026-08-13T17:54:16.676Ztest pbuf::test_byte ... ok
60192026-08-13T17:54:16.676Ztest pbuf::test_nibble ... ok
60202026-08-13T17:54:16.676Ztest pbuf::test_short ... ok
60212026-08-13T17:54:16.676Ztest pbuf::test_overflow ... ok
60222026-08-13T17:54:16.676Ztest pbuf::test_twelve ... ok
60232026-08-13T17:54:16.676Ztest pbuf::test_word ... ok
60242026-08-13T17:54:16.676Ztest tcp::test_checksum_ack_data ... ok
60252026-08-13T17:54:16.676Ztest tcp::test_checksum_syn_nodata ... ok
60262026-08-13T17:54:16.676Z
60272026-08-13T17:54:16.677Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60282026-08-13T17:54:16.677Z
60292026-08-13T17:54:16.677Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
60302026-08-13T17:54:16.677Z
60312026-08-13T17:54:16.677Zrunning 0 tests
60322026-08-13T17:54:16.677Z
60332026-08-13T17:54:16.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60342026-08-13T17:54:16.677Z
60352026-08-13T17:54:16.677Z Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046)
60362026-08-13T17:54:16.677Z
60372026-08-13T17:54:16.677Zrunning 5 tests
60382026-08-13T17:54:16.677Ztest switchport::test::test_compute_lanes ... ok
60392026-08-13T17:54:16.677Ztest switchport::test::port_id_ordering ... ok
60402026-08-13T17:54:16.677Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
60412026-08-13T17:54:16.677ZLane 1 State: Activated Lane 2 Activated Lane 3Activated
60422026-08-13T17:54:16.677Z Activated Rx Loss-of-lock: Yes
60432026-08-13T17:54:16.677Z Yes Rx Output Enabled: falseYes Yes
60442026-08-13T17:54:16.677Zfalse Rx Loss-of-signal: Yes falseYes falseYes
60452026-08-13T17:54:16.677Z Yes
60462026-08-13T17:54:16.677Z Rx Output Status: valid Rx CDR Enabled: Yes validYes Yesvalid validYes
60472026-08-13T17:54:16.677Z
60482026-08-13T17:54:16.677Z Tx Enabled: Yes Rx Loss-of-lock: true Yestrue Yestrue Yestrue
60492026-08-13T17:54:16.677Z
60502026-08-13T17:54:16.677Z Tx Loss-of-lock: No Rx Loss-of-signal: false No false Nofalse No
60512026-08-13T17:54:16.677Zfalse
60522026-08-13T17:54:16.677Z Tx Loss-of-signal: No Rx Auto-squelch Disable: true No true Notrue No
60532026-08-13T17:54:16.677Ztrue
60542026-08-13T17:54:16.677Z Tx CDR Enabled: No Tx Output Enabled: true No true No trueNo
60552026-08-13T17:54:16.677Ztrue
60562026-08-13T17:54:16.677Z Tx Adaptive EQ Fault: No Tx Output Status: invalidNo invalid No invalidNo
60572026-08-13T17:54:16.677Z invalid Tx Fault: Yes
60582026-08-13T17:54:16.677Z Tx Loss-of-lock: falseYes false Yesfalse Yesfalse
60592026-08-13T17:54:16.677Z
60602026-08-13T17:54:16.677Z Tx Loss-of-signal: true true true true
60612026-08-13T17:54:16.677ZTx Auto-squelch Disable: false false false false
60622026-08-13T17:54:16.677Z Tx Adaptive EQ Fail: true true true true
60632026-08-13T17:54:16.677Z Tx Failure: false false false false
60642026-08-13T17:54:16.677Z Tx Force Squelch: true true true true
60652026-08-13T17:54:16.677Z Tx Input Polarity: normal normal normal normal
60662026-08-13T17:54:16.677Ztest switchport::test::test_print_sff_datapath ... ok
60672026-08-13T17:54:16.678Ztest switchport::test::test_print_cmis_datapath ... ok
60682026-08-13T17:54:16.678Ztest link::test_filter ... ok
60692026-08-13T17:54:16.678Z
60702026-08-13T17:54:16.678Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60712026-08-13T17:54:16.678Z
60722026-08-13T17:54:16.678Z Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb)
60732026-08-13T17:54:16.681Z
60742026-08-13T17:54:16.681Zrunning 1 test
60752026-08-13T17:54:16.681Ztest test_p4_counter_list ... ignored
60762026-08-13T17:54:16.681Z
60772026-08-13T17:54:16.681Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
60782026-08-13T17:54:16.681Z
60792026-08-13T17:54:16.681Z Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c)
60802026-08-13T17:54:16.681Z
60812026-08-13T17:54:16.681Zrunning 5 tests
60822026-08-13T17:54:16.681Ztest test_an ... ignored
60832026-08-13T17:54:16.681Ztest test_enable ... ignored
60842026-08-13T17:54:16.681Ztest test_ip_addresses ... ignored
60852026-08-13T17:54:16.681Ztest test_kr ... ignored
60862026-08-13T17:54:16.681Ztest test_mac ... ignored
60872026-08-13T17:54:16.681Z
60882026-08-13T17:54:16.681Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
60892026-08-13T17:54:16.681Z
60902026-08-13T17:54:16.682Z Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75)
60912026-08-13T17:54:16.682Z
60922026-08-13T17:54:16.682Zrunning 3 tests
60932026-08-13T17:54:16.685Ztest linklocal::test_parse_ipadm ... ok
60942026-08-13T17:54:16.686Ztest tfport::test_parse_tfport ... ok
60952026-08-13T17:54:16.686Ztest config::tests::test_updates ... ok
60962026-08-13T17:54:16.686Z
60972026-08-13T17:54:16.686Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60982026-08-13T17:54:16.686Z
60992026-08-13T17:54:16.686Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
61002026-08-13T17:54:16.686Z
61012026-08-13T17:54:16.686Zrunning 0 tests
61022026-08-13T17:54:16.686Z
61032026-08-13T17:54:16.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61042026-08-13T17:54:16.686Z
61052026-08-13T17:54:16.686Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
61062026-08-13T17:54:16.689Z
61072026-08-13T17:54:16.689Zrunning 0 tests
61082026-08-13T17:54:16.689Z
61092026-08-13T17:54:16.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102026-08-13T17:54:16.689Z
61112026-08-13T17:54:16.689Z Doc-tests aal
61122026-08-13T17:54:16.811Z
61132026-08-13T17:54:16.811Zrunning 0 tests
61142026-08-13T17:54:16.811Z
61152026-08-13T17:54:16.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61162026-08-13T17:54:16.811Z
61172026-08-13T17:54:16.830Z Doc-tests aal_macros
61182026-08-13T17:54:16.902Z
61192026-08-13T17:54:16.902Zrunning 0 tests
61202026-08-13T17:54:16.902Z
61212026-08-13T17:54:16.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61222026-08-13T17:54:16.902Z
61232026-08-13T17:54:16.917Z Doc-tests common
61242026-08-13T17:54:17.162Z
61252026-08-13T17:54:17.162Zrunning 0 tests
61262026-08-13T17:54:17.162Z
61272026-08-13T17:54:17.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61282026-08-13T17:54:17.162Z
61292026-08-13T17:54:17.185Z Doc-tests dpd_api
61302026-08-13T17:54:17.942Z
61312026-08-13T17:54:17.942Zrunning 2 tests
61322026-08-13T17:54:17.942Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
61332026-08-13T17:54:17.942Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
61342026-08-13T17:54:17.942Z
61352026-08-13T17:54:17.943Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
61362026-08-13T17:54:17.943Z
61372026-08-13T17:54:17.975Z Doc-tests dpd_client
61382026-08-13T17:54:19.278Z
61392026-08-13T17:54:19.278Zrunning 0 tests
61402026-08-13T17:54:19.278Z
61412026-08-13T17:54:19.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61422026-08-13T17:54:19.278Z
61432026-08-13T17:54:19.327Z Doc-tests dpd_types
61442026-08-13T17:54:19.543Z
61452026-08-13T17:54:19.543Zrunning 0 tests
61462026-08-13T17:54:19.543Z
61472026-08-13T17:54:19.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61482026-08-13T17:54:19.543Z
61492026-08-13T17:54:19.570Z Doc-tests dpd_types_versions
61502026-08-13T17:54:20.786Z
61512026-08-13T17:54:20.786Zrunning 1 test
61522026-08-13T17:54:20.786Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
61532026-08-13T17:54:20.786Z
61542026-08-13T17:54:20.787Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
61552026-08-13T17:54:20.787Z
61562026-08-13T17:54:20.834Z Doc-tests packet
61572026-08-13T17:54:20.950Z
61582026-08-13T17:54:20.950Zrunning 0 tests
61592026-08-13T17:54:20.950Z
61602026-08-13T17:54:20.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61612026-08-13T17:54:20.950Z
61622026-08-13T17:54:20.969Z Doc-tests pcap
61632026-08-13T17:54:21.023Z
61642026-08-13T17:54:21.024Zrunning 0 tests
61652026-08-13T17:54:21.024Z
61662026-08-13T17:54:21.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61672026-08-13T17:54:21.024Z
61682026-08-13T17:54:21.071Z+ for feat in tofino_stub tofino_asic softnpu chaos
61692026-08-13T17:54:21.071Z+ RUST_BACKTRACE=full
61702026-08-13T17:54:21.071Z+ cargo test --features softnpu --no-fail-fast
61712026-08-13T17:54:21.725Z Compiling num-integer v0.1.46
61722026-08-13T17:54:21.813Z Compiling num-complex v0.4.6
61732026-08-13T17:54:21.859Z Compiling bitstruct_derive v0.1.0
61742026-08-13T17:54:21.862Z Compiling tap v1.0.1
61752026-08-13T17:54:21.989Z Compiling wyz v0.5.1
61762026-08-13T17:54:22.119Z Compiling num-iter v0.1.45
61772026-08-13T17:54:22.151Z Compiling num-rational v0.4.2
61782026-08-13T17:54:22.164Z Compiling num-bigint v0.4.6
61792026-08-13T17:54:22.245Z Compiling radium v0.7.0
61802026-08-13T17:54:22.258Z Compiling funty v2.0.0
61812026-08-13T17:54:22.328Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
61822026-08-13T17:54:22.356Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61832026-08-13T17:54:22.456Z Compiling num v0.4.3
61842026-08-13T17:54:22.541Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
61852026-08-13T17:54:22.553Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61862026-08-13T17:54:22.570Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61872026-08-13T17:54:22.675Z Compiling bitvec v1.0.1
61882026-08-13T17:54:22.695Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61892026-08-13T17:54:22.832Z Compiling typeid v1.0.3
61902026-08-13T17:54:22.874Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61912026-08-13T17:54:22.936Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61922026-08-13T17:54:22.956Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61932026-08-13T17:54:23.001Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61942026-08-13T17:54:23.295Z Compiling ascii v1.1.0
61952026-08-13T17:54:23.719Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61962026-08-13T17:54:23.789Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61972026-08-13T17:54:23.891Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
61982026-08-13T17:54:23.906Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
61992026-08-13T17:54:24.097Z Compiling erased-serde v0.4.8
62002026-08-13T17:54:24.151Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
62012026-08-13T17:54:24.247Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62022026-08-13T17:54:24.339Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
62032026-08-13T17:54:24.600Z Compiling bitstruct v0.1.1
62042026-08-13T17:54:24.711Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
62052026-08-13T17:54:24.946Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
62062026-08-13T17:54:24.957Z Compiling serde_arrays v0.1.0
62072026-08-13T17:54:24.994Z Compiling libloading v0.7.4
62082026-08-13T17:54:25.111Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
62092026-08-13T17:54:25.391Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
62102026-08-13T17:54:25.774Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62112026-08-13T17:54:25.956Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62122026-08-13T17:54:27.179Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
62132026-08-13T17:54:27.979Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
62142026-08-13T17:54:33.871Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62152026-08-13T17:54:34.641Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
62162026-08-13T17:54:34.641Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62172026-08-13T17:54:34.641Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62182026-08-13T17:54:34.641Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62192026-08-13T17:54:34.641Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
62202026-08-13T17:54:36.189Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
62212026-08-13T17:54:36.571Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62222026-08-13T17:54:39.191Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
62232026-08-13T17:54:39.711Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
62242026-08-13T17:54:41.159Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
62252026-08-13T17:54:42.928Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62262026-08-13T17:54:43.330Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
62272026-08-13T17:54:43.874Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
62282026-08-13T17:54:51.326Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62292026-08-13T17:54:53.218Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
62302026-08-13T17:54:56.703Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
62312026-08-13T17:55:37.820Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
62322026-08-13T17:55:37.942Z Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a)
62332026-08-13T17:55:37.946Z
62342026-08-13T17:55:37.946Zrunning 5 tests
62352026-08-13T17:55:37.946Ztest fuse::tests::chip_revision_b0 ... ok
62362026-08-13T17:55:37.946Ztest fuse::tests::chip_revision_a0 ... ok
62372026-08-13T17:55:37.946Ztest fuse::tests::chip_revision_unknown_device_id ... ok
62382026-08-13T17:55:37.946Ztest fuse::tests::chip_revision_b1 ... ok
62392026-08-13T17:55:37.946Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
62402026-08-13T17:55:37.946Z
62412026-08-13T17:55:37.946Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62422026-08-13T17:55:37.946Z
62432026-08-13T17:55:37.946Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
62442026-08-13T17:55:37.950Z
62452026-08-13T17:55:37.950Zrunning 0 tests
62462026-08-13T17:55:37.950Z
62472026-08-13T17:55:37.950Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62482026-08-13T17:55:37.950Z
62492026-08-13T17:55:37.953Z Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4)
62502026-08-13T17:55:37.953Z
62512026-08-13T17:55:37.954Zrunning 0 tests
62522026-08-13T17:55:37.954Z
62532026-08-13T17:55:37.954Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62542026-08-13T17:55:37.954Z
62552026-08-13T17:55:37.954Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
62562026-08-13T17:55:37.959Z
62572026-08-13T17:55:37.959Zrunning 10 tests
62582026-08-13T17:55:37.962Ztest nat::tests::test_vni ... ok
62592026-08-13T17:55:37.962Ztest network::tests::test_equal ... ok
62602026-08-13T17:55:37.962Ztest network::tests::test_eui64 ... ok
62612026-08-13T17:55:37.962Ztest network::tests::test_into ... ok
62622026-08-13T17:55:37.963Ztest network::tests::test_generate_ipv6_link_local ... ok
62632026-08-13T17:55:37.963Ztest network::tests::test_not_equal ... ok
62642026-08-13T17:55:37.963Ztest network::tests::test_parse ... ok
62652026-08-13T17:55:37.963Ztest network::tests::test_to_string ... ok
62662026-08-13T17:55:37.963Ztest test_purge ... ok
62672026-08-13T17:55:37.966Ztest illumos::test::address_exists_handles_missing_object ... ok
62682026-08-13T17:55:37.966Z
62692026-08-13T17:55:37.966Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
62702026-08-13T17:55:37.966Z
62712026-08-13T17:55:37.966Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd)
62722026-08-13T17:55:37.971Z
62732026-08-13T17:55:37.971Zrunning 1 test
62742026-08-13T17:55:37.974Z -------
62752026-08-13T17:55:37.974Z Generating OpenAPI documents from API definitions ...
62762026-08-13T17:55:38.112Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
62772026-08-13T17:55:38.181Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
62782026-08-13T17:55:39.194Z -------
62792026-08-13T17:55:39.194Z Checking 12 OpenAPI documents...
62802026-08-13T17:55:39.194Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
62812026-08-13T17:55:39.194Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
62822026-08-13T17:55:39.194Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
62832026-08-13T17:55:39.194Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
62842026-08-13T17:55:39.198Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
62852026-08-13T17:55:39.198Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
62862026-08-13T17:55:39.198Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
62872026-08-13T17:55:39.198Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
62882026-08-13T17:55:39.198Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
62892026-08-13T17:55:39.198Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
62902026-08-13T17:55:39.198Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
62912026-08-13T17:55:39.198Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
62922026-08-13T17:55:39.198Z Fresh dpd "latest" symlink
62932026-08-13T17:55:39.198Z -------
62942026-08-13T17:55:39.198Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
62952026-08-13T17:55:39.257Ztest test::test_apis_up_to_date ... ok
62962026-08-13T17:55:39.257Z
62972026-08-13T17:55:39.257Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
62982026-08-13T17:55:39.257Z
62992026-08-13T17:55:39.315Z Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79)
63002026-08-13T17:55:39.321Z
63012026-08-13T17:55:39.321Zrunning 34 tests
63022026-08-13T17:55:39.324Ztest freemap::test_ordering ... ok
63032026-08-13T17:55:39.324Ztest config::tests::test_updates ... ok
63042026-08-13T17:55:39.324Ztest dhcpv6::tests::test_create_duid_bytes ... ok
63052026-08-13T17:55:39.324Ztest freemap::test_split ... ok
63062026-08-13T17:55:39.324Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
63072026-08-13T17:55:39.324Ztest macaddrs::tests::test_mac_offset ... ok
63082026-08-13T17:55:39.325Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
63092026-08-13T17:55:39.330Ztest macaddrs::tests::test_parse_port_id ... ok
63102026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test
63112026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test
63122026-08-13T17:55:39.330Ztest nat::test_mapping ... ok
63132026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test
63142026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test
63152026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test
63162026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test
63172026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test
63182026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test
63192026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test
63202026-08-13T17:55:39.330Ztest freemap::test_reclaim ... ok
63212026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG created new freemap, unit: freemap_test
63222026-08-13T17:55:39.330ZAug 13 17:55:37.930 DEBG initted freemap. size: 128, unit: freemap_test
63232026-08-13T17:55:39.331ZAug 13 17:55:37.930 DEBG reset freemap, unit: freemap_test
63242026-08-13T17:55:39.331Ztest freemap::test_free ... ok
63252026-08-13T17:55:39.331Ztest freemap::test_basic ... ok
63262026-08-13T17:55:39.331Ztest freemap::test_exhaustion ... ok
63272026-08-13T17:55:39.331Ztest port_map::tests::test_backplane_group ... ok
63282026-08-13T17:55:39.331Ztest port_map::tests::test_port_map ... ok
63292026-08-13T17:55:39.331Ztest port_map::tests::dump_map ... ok
63302026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG created new freemap, unit: freemap_test
63312026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG initted freemap. size: 8, unit: freemap_test
63322026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG reset freemap, unit: freemap_test
63332026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG created new freemap, unit: freemap_test
63342026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG initted freemap. size: 128, unit: freemap_test
63352026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG reset freemap, unit: freemap_test
63362026-08-13T17:55:39.331Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
63372026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG created new freemap, unit: freemap_route_ipv4
63382026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG created new freemap, unit: freemap_route_ipv6
63392026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
63402026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG reset freemap, unit: freemap_route_ipv4
63412026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG initted freemap. size: 64, Aug 13 17:55:37.931unit :DEBG freemap_route_ipv6created new freemap
63422026-08-13T17:55:39.331Z, unitAug 13 17:55:37.931: DEBGfreemap_route_ipv4 reset freemap
63432026-08-13T17:55:39.331Z, unit: freemap_route_ipv6
63442026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBGAug 13 17:55:37.931 created new freemapINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
63452026-08-13T17:55:39.331Z freemap_route_ipv6
63462026-08-13T17:55:39.331ZAug 13 17:55:37.931 DEBG Aug 13 17:55:37.931replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63472026-08-13T17:55:39.331ZDEBG initted freemap. size: 64, unitAug 13 17:55:37.931: INFOfreemap_route_ipv4
63482026-08-13T17:55:39.331Zadding route 3fff:dead::/64 -> 2001:db8::55:2
63492026-08-13T17:55:39.331ZAug 13 17:55:37.931 Aug 13 17:55:37.931DEBG DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]unit
63502026-08-13T17:55:39.332Z: freemap_route_ipv4
63512026-08-13T17:55:39.332ZAug 13 17:55:37.931 Aug 13 17:55:37.931INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3
63522026-08-13T17:55:39.332Zinitted freemap. size: 64, unit: Aug 13 17:55:37.931freemap_route_ipv6
63532026-08-13T17:55:39.332ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:55:37.931
63542026-08-13T17:55:39.332Z DEBG reset freemap, unitAug 13 17:55:37.931: INFOfreemap_route_ipv6
63552026-08-13T17:55:39.332Zadding route 3fff:dead::/64 -> 2001:db8::55:4
63562026-08-13T17:55:39.332ZAug 13 17:55:37.931 Aug 13 17:55:37.931INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
63572026-08-13T17:55:39.332Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
63582026-08-13T17:55:39.332Ztest freemap::test_span ... ok
63592026-08-13T17:55:39.332ZAug 13 17:55:37.931 Aug 13 17:55:37.931DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
63602026-08-13T17:55:39.332Zadding route 3fff:beef::/64 -> 2001:db8::55:ff
63612026-08-13T17:55:39.332ZAug 13 17:55:37.931Aug 13 17:55:37.931 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63622026-08-13T17:55:39.332Z
63632026-08-13T17:55:39.332ZAug 13 17:55:37.931Aug 13 17:55:37.931 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63642026-08-13T17:55:39.332Z
63652026-08-13T17:55:39.332ZAug 13 17:55:37.931 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63662026-08-13T17:55:39.332ZAug 13 17:55:37.931 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63672026-08-13T17:55:39.332ZAug 13 17:55:37.931 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63682026-08-13T17:55:39.332ZAug 13 17:55:37.931 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
63692026-08-13T17:55:39.332ZAug 13 17:55:37.931 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63702026-08-13T17:55:39.332ZAug 13 17:55:37.931 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
63712026-08-13T17:55:39.332ZAug 13 17:55:37.931 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63722026-08-13T17:55:39.332ZAug 13 17:55:37.931 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
63732026-08-13T17:55:39.332ZAug 13 17:55:37.931 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63742026-08-13T17:55:39.332ZAug 13 17:55:37.931 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
63752026-08-13T17:55:39.332ZAug 13 17:55:37.931 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63762026-08-13T17:55:39.332ZAug 13 17:55:37.931 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
63772026-08-13T17:55:39.332ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63782026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
63792026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63802026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
63812026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63822026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
63832026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63842026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
63852026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63862026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
63872026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63882026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
63892026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63902026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
63912026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63922026-08-13T17:55:39.333ZAug 13 17:55:37.932 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
63932026-08-13T17:55:39.333ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63942026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
63952026-08-13T17:55:39.334Ztest api_server::tests::test_build_info ... ok
63962026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
63972026-08-13T17:55:39.334ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
63982026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
63992026-08-13T17:55:39.334ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64002026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
64012026-08-13T17:55:39.334ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64022026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
64032026-08-13T17:55:39.334ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64042026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
64052026-08-13T17:55:39.334ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64062026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
64072026-08-13T17:55:39.334ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64082026-08-13T17:55:39.334ZAug 13 17:55:37.932 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
64092026-08-13T17:55:39.339ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64102026-08-13T17:55:39.339ZAug 13 17:55:37.932 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
64112026-08-13T17:55:39.339ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64122026-08-13T17:55:39.339ZAug 13 17:55:37.932 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
64132026-08-13T17:55:39.339ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64142026-08-13T17:55:39.339ZAug 13 17:55:37.932 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
64152026-08-13T17:55:39.339ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64162026-08-13T17:55:39.339ZAug 13 17:55:37.932 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
64172026-08-13T17:55:39.339ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64182026-08-13T17:55:39.339ZAug 13 17:55:37.932 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
64192026-08-13T17:55:39.339ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64202026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
64212026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64222026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
64232026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64242026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
64252026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64262026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
64272026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64282026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
64292026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64302026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64312026-08-13T17:55:39.340Ztest port_map::tests::parse_softnpu_revision ... ok
64322026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64332026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64342026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64352026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64362026-08-13T17:55:39.340ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64372026-08-13T17:55:39.340Z
64382026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64392026-08-13T17:55:39.340Z INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64402026-08-13T17:55:39.340Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64412026-08-13T17:55:39.340Z DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64422026-08-13T17:55:39.340ZAug 13 17:55:37.932 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64432026-08-13T17:55:39.340Z INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
64442026-08-13T17:55:39.340ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64452026-08-13T17:55:39.340Z DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64462026-08-13T17:55:39.340Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64472026-08-13T17:55:39.341Z INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
64482026-08-13T17:55:39.341ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64492026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64502026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64512026-08-13T17:55:39.341Z INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
64522026-08-13T17:55:39.341ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64532026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64542026-08-13T17:55:39.341Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64552026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64562026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64572026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64582026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64592026-08-13T17:55:39.341Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
64602026-08-13T17:55:39.341ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64612026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64622026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64632026-08-13T17:55:39.341Z INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
64642026-08-13T17:55:39.341ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64652026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64662026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64672026-08-13T17:55:39.341Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
64682026-08-13T17:55:39.341ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64692026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64702026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:55:37.932
64712026-08-13T17:55:39.341Z INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
64722026-08-13T17:55:39.341ZAug 13 17:55:37.932 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.932
64732026-08-13T17:55:39.341Z DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64742026-08-13T17:55:39.341ZAug 13 17:55:37.932 INFOAug 13 17:55:37.932 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO
64752026-08-13T17:55:39.341Z adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
64762026-08-13T17:55:39.342ZAug 13 17:55:37.932 Aug 13 17:55:37.932DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64772026-08-13T17:55:39.342Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64782026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
64792026-08-13T17:55:39.342Z
64802026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64812026-08-13T17:55:39.342Z
64822026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
64832026-08-13T17:55:39.342Z
64842026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64852026-08-13T17:55:39.342Z
64862026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
64872026-08-13T17:55:39.342Z
64882026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64892026-08-13T17:55:39.342Z
64902026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
64912026-08-13T17:55:39.342Z
64922026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64932026-08-13T17:55:39.342Z
64942026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
64952026-08-13T17:55:39.342Z
64962026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
64972026-08-13T17:55:39.342Z
64982026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
64992026-08-13T17:55:39.342Z
65002026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65012026-08-13T17:55:39.342Z
65022026-08-13T17:55:39.342ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
65032026-08-13T17:55:39.342Z
65042026-08-13T17:55:39.343ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65052026-08-13T17:55:39.343Z
65062026-08-13T17:55:39.343ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
65072026-08-13T17:55:39.343Z
65082026-08-13T17:55:39.343ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65092026-08-13T17:55:39.347Z
65102026-08-13T17:55:39.347ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
65112026-08-13T17:55:39.347Z
65122026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65132026-08-13T17:55:39.348Z
65142026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
65152026-08-13T17:55:39.348Z
65162026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65172026-08-13T17:55:39.348Z
65182026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
65192026-08-13T17:55:39.348Z
65202026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65212026-08-13T17:55:39.348Z
65222026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
65232026-08-13T17:55:39.348Z
65242026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65252026-08-13T17:55:39.348Z
65262026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
65272026-08-13T17:55:39.348Z
65282026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65292026-08-13T17:55:39.348Z
65302026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
65312026-08-13T17:55:39.348Z
65322026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65332026-08-13T17:55:39.348Z
65342026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
65352026-08-13T17:55:39.348Z
65362026-08-13T17:55:39.348ZAug 13 17:55:37.932Aug 13 17:55:37.932 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65372026-08-13T17:55:39.348ZAug 13 17:55:37.932
65382026-08-13T17:55:39.349Z DEBG created new freemapAug 13 17:55:37.932Aug 13 17:55:37.932, unitINFO: adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
65392026-08-13T17:55:39.349ZINFO freemap_route_ipv4adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
65402026-08-13T17:55:39.349Z
65412026-08-13T17:55:39.349ZAug 13 17:55:37.932 DEBGAug 13 17:55:37.932Aug 13 17:55:37.932 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
65422026-08-13T17:55:39.349Z
65432026-08-13T17:55:39.349Z, unit: freemap_route_ipv6
65442026-08-13T17:55:39.349ZAug 13 17:55:37.932Aug 13 17:55:37.932 INFOINFOAug 13 17:55:37.932 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
65452026-08-13T17:55:39.349Z adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64
65462026-08-13T17:55:39.349Z, unit:Aug 13 17:55:37.932 Aug 13 17:55:37.932freemap_route_ipv4 DEBGDEBG
65472026-08-13T17:55:39.349Zreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65482026-08-13T17:55:39.349Z
65492026-08-13T17:55:39.349ZAug 13 17:55:37.932Aug 13 17:55:37.932Aug 13 17:55:37.932 DEBGINFO INFOAug 13 17:55:37.932 created new freemap adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff,
65502026-08-13T17:55:39.349Z
65512026-08-13T17:55:39.349Zreset freemapunit, :unitAug 13 17:55:37.932 Aug 13 17:55:37.932freemap_route_ipv4:
65522026-08-13T17:55:39.349ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
65532026-08-13T17:55:39.349Z
65542026-08-13T17:55:39.349ZDEBGAug 13 17:55:37.933 Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGAug 13 17:55:37.933 INFODEBGDEBG created new freemap , replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, unitunit
65552026-08-13T17:55:39.349Z: freemap_route_ipv6:
65562026-08-13T17:55:39.349Z
65572026-08-13T17:55:39.349ZAug 13 17:55:37.933freemap_route_ipv6
65582026-08-13T17:55:39.349ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
65592026-08-13T17:55:39.349ZAug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933 DEBGDEBG Aug 13 17:55:37.933DEBGreset freemap replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
65602026-08-13T17:55:39.349Z , unitinitted freemap. size: 64:, replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933unit
65612026-08-13T17:55:39.349Z: freemap_route_ipv6
65622026-08-13T17:55:39.350ZINFOfreemap_route_ipv4Aug 13 17:55:37.933 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO
65632026-08-13T17:55:39.350Z adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 13 17:55:37.933
65642026-08-13T17:55:39.350Z
65652026-08-13T17:55:39.350ZINFO Aug 13 17:55:37.933Aug 13 17:55:37.933adding route 3fff:dead::/64 -> 2001:db8::55:1
65662026-08-13T17:55:39.350ZDEBGAug 13 17:55:37.933 reset freemapDEBG, unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65672026-08-13T17:55:39.350ZDEBG Aug 13 17:55:37.933replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :DEBG freemap_route_ipv4
65682026-08-13T17:55:39.350Z
65692026-08-13T17:55:39.350Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:55:37.933
65702026-08-13T17:55:39.350Z INFOAug 13 17:55:37.933 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:55:37.933
65712026-08-13T17:55:39.350ZAug 13 17:55:37.933INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:55:37.933
65722026-08-13T17:55:39.350ZINFO DEBGinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1, replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65732026-08-13T17:55:39.350Zunit
65742026-08-13T17:55:39.350Z:Aug 13 17:55:37.933 freemap_route_ipv6DEBG
65752026-08-13T17:55:39.350ZAug 13 17:55:37.933 Aug 13 17:55:37.933replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
65762026-08-13T17:55:39.350Z Aug 13 17:55:37.933replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
65772026-08-13T17:55:39.350Z
65782026-08-13T17:55:39.350Z reset freemapAug 13 17:55:37.933, Aug 13 17:55:37.933Aug 13 17:55:37.933unit : INFO DEBG freemap_route_ipv6INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
65792026-08-13T17:55:39.350Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
65802026-08-13T17:55:39.350Z
65812026-08-13T17:55:39.350Z
65822026-08-13T17:55:39.350ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 INFO
65832026-08-13T17:55:39.350ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
65842026-08-13T17:55:39.350Z
65852026-08-13T17:55:39.350Zreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65862026-08-13T17:55:39.350ZAug 13 17:55:37.933 INFOAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGINFO DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
65872026-08-13T17:55:39.350Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
65882026-08-13T17:55:39.350Z
65892026-08-13T17:55:39.350Z
65902026-08-13T17:55:39.350ZAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG
65912026-08-13T17:55:39.351Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
65922026-08-13T17:55:39.351Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.933replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
65932026-08-13T17:55:39.351Z
65942026-08-13T17:55:39.351ZDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933
65952026-08-13T17:55:39.351Z created new freemapINFOAug 13 17:55:37.933, unit INFO:Aug 13 17:55:37.933 freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
65962026-08-13T17:55:39.351Z
65972026-08-13T17:55:39.351Z
65982026-08-13T17:55:39.351Zadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
65992026-08-13T17:55:39.351ZAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGDEBGAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66002026-08-13T17:55:39.351ZDEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapAug 13 17:55:37.933
66012026-08-13T17:55:39.351Z
66022026-08-13T17:55:39.351ZINFO, adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunit
66032026-08-13T17:55:39.351ZAug 13 17:55:37.933: Aug 13 17:55:37.933INFO Aug 13 17:55:37.933INFO freemap_route_ipv6adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
66042026-08-13T17:55:39.351Z
66052026-08-13T17:55:39.351Z replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
66062026-08-13T17:55:39.351ZDEBG
66072026-08-13T17:55:39.351Z Aug 13 17:55:37.933replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:37.933DEBG Aug 13 17:55:37.933
66082026-08-13T17:55:39.351Z INFODEBG initted freemap. size: 64 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff,
66092026-08-13T17:55:39.356Zunit: Aug 13 17:55:37.933Aug 13 17:55:37.933replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4
66102026-08-13T17:55:39.356ZINFO
66112026-08-13T17:55:39.356Z DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66122026-08-13T17:55:39.356Zreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66132026-08-13T17:55:39.356ZAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGDEBGINFO INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreset freemap
66142026-08-13T17:55:39.356Z
66152026-08-13T17:55:39.356Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ff,
66162026-08-13T17:55:39.356Zunit:Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 freemap_route_ipv4DEBG
66172026-08-13T17:55:39.356ZDEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66182026-08-13T17:55:39.356Zadding route 3fff:beef:39::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66192026-08-13T17:55:39.356Z
66202026-08-13T17:55:39.356ZAug 13 17:55:37.933 Aug 13 17:55:37.933DEBG Aug 13 17:55:37.933Aug 13 17:55:37.933 initted freemap. size: 64INFODEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
66212026-08-13T17:55:39.356Z
66222026-08-13T17:55:39.356Z,
66232026-08-13T17:55:39.356Zunit: Aug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 INFOfreemap_route_ipv6DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66242026-08-13T17:55:39.356Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66252026-08-13T17:55:39.356Z
66262026-08-13T17:55:39.357ZDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66272026-08-13T17:55:39.357ZAug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933INFOAug 13 17:55:37.933 DEBGINFODEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff
66282026-08-13T17:55:39.357Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66292026-08-13T17:55:39.357Z
66302026-08-13T17:55:39.357Zreset freemap, unitAug 13 17:55:37.933Aug 13 17:55:37.933:Aug 13 17:55:37.933 DEBG freemap_route_ipv6DEBGINFO
66312026-08-13T17:55:39.357Zreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66322026-08-13T17:55:39.357Z
66332026-08-13T17:55:39.357Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 13 17:55:37.933
66342026-08-13T17:55:39.357ZAug 13 17:55:37.933 Aug 13 17:55:37.933INFO INFOAug 13 17:55:37.933INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG
66352026-08-13T17:55:39.357Z
66362026-08-13T17:55:39.357Zadding route 3fff:beef:5::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66372026-08-13T17:55:39.357Z
66382026-08-13T17:55:39.357ZAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 DEBGAug 13 17:55:37.933 DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO
66392026-08-13T17:55:39.357Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
66402026-08-13T17:55:39.357Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
66412026-08-13T17:55:39.357Z
66422026-08-13T17:55:39.357ZAug 13 17:55:37.933 INFOAug 13 17:55:37.933Aug 13 17:55:37.933 INFOAug 13 17:55:37.933DEBG INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
66432026-08-13T17:55:39.357Zreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
66442026-08-13T17:55:39.357Z
66452026-08-13T17:55:39.357Z
66462026-08-13T17:55:39.357ZAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933 DEBG DEBGINFODEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
66472026-08-13T17:55:39.357Z
66482026-08-13T17:55:39.357Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66492026-08-13T17:55:39.357Z
66502026-08-13T17:55:39.357ZAug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933INFO Aug 13 17:55:37.933INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO
66512026-08-13T17:55:39.357Z adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
66522026-08-13T17:55:39.357Z
66532026-08-13T17:55:39.358Z Aug 13 17:55:37.933DEBG Aug 13 17:55:37.933replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933 DEBGDEBG
66542026-08-13T17:55:39.358Zreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
66552026-08-13T17:55:39.358Z
66562026-08-13T17:55:39.358Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:55:37.933
66572026-08-13T17:55:39.358ZINFOAug 13 17:55:37.933Aug 13 17:55:37.933 INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 13 17:55:37.933
66582026-08-13T17:55:39.358Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
66592026-08-13T17:55:39.358Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
66602026-08-13T17:55:39.358Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:55:37.933
66612026-08-13T17:55:39.358ZAug 13 17:55:37.933 Aug 13 17:55:37.933 DEBG DEBG DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.933
66622026-08-13T17:55:39.358Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66632026-08-13T17:55:39.358Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
66642026-08-13T17:55:39.358Z
66652026-08-13T17:55:39.358ZAug 13 17:55:37.933Aug 13 17:55:37.933Aug 13 17:55:37.933 Aug 13 17:55:37.933DEBG INFOfailed to allocate space for the new target list
66662026-08-13T17:55:39.358Z adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffINFO
66672026-08-13T17:55:39.358Z DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 13 17:55:37.933replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
66682026-08-13T17:55:39.358Z
66692026-08-13T17:55:39.358Z DEBG Aug 13 17:55:37.933Aug 13 17:55:37.933 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG
66702026-08-13T17:55:39.358ZDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66712026-08-13T17:55:39.358Z
66722026-08-13T17:55:39.358ZAug 13 17:55:37.933Aug 13 17:55:37.933 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
66732026-08-13T17:55:39.358Z
66742026-08-13T17:55:39.358ZAug 13 17:55:37.933Aug 13 17:55:37.933 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66752026-08-13T17:55:39.359Z
66762026-08-13T17:55:39.359ZAug 13 17:55:37.933Aug 13 17:55:37.933 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
66772026-08-13T17:55:39.359Z
66782026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66792026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
66802026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66812026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
66822026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66832026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
66842026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66852026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
66862026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66872026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
66882026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66892026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
66902026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66912026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
66922026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66932026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
66942026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66952026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
66962026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66972026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
66982026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
66992026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
67002026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67012026-08-13T17:55:39.359ZAug 13 17:55:37.933 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
67022026-08-13T17:55:39.359ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67032026-08-13T17:55:39.360ZAug 13 17:55:37.933 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
67042026-08-13T17:55:39.360ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67052026-08-13T17:55:39.360ZAug 13 17:55:37.933 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
67062026-08-13T17:55:39.360ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67072026-08-13T17:55:39.360ZAug 13 17:55:37.933 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
67082026-08-13T17:55:39.360ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67092026-08-13T17:55:39.364ZAug 13 17:55:37.933 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
67102026-08-13T17:55:39.364ZAug 13 17:55:37.933 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67112026-08-13T17:55:39.364ZAug 13 17:55:37.934 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
67122026-08-13T17:55:39.364ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67132026-08-13T17:55:39.365ZAug 13 17:55:37.934 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
67142026-08-13T17:55:39.365ZAug 13 17:55:37.934 DEBG Aug 13 17:55:37.933replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67152026-08-13T17:55:39.365ZDEBG created new freemap, Aug 13 17:55:37.934unit :INFO freemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
67162026-08-13T17:55:39.365Z
67172026-08-13T17:55:39.365ZAug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
67182026-08-13T17:55:39.365Z, unit: Aug 13 17:55:37.934freemap_route_ipv6
67192026-08-13T17:55:39.365ZINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
67202026-08-13T17:55:39.365ZAug 13 17:55:37.934 DEBG Aug 13 17:55:37.934initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67212026-08-13T17:55:39.365Zfreemap_route_ipv4
67222026-08-13T17:55:39.365ZAug 13 17:55:37.934 Aug 13 17:55:37.934INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
67232026-08-13T17:55:39.365Zreset freemap, unit:Aug 13 17:55:37.934 freemap_route_ipv4DEBG
67242026-08-13T17:55:39.365Z replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67252026-08-13T17:55:39.365ZAug 13 17:55:37.934 DEBGAug 13 17:55:37.934 initted freemap. size: 64INFO, unitadding route 3fff:beef:21::/64 -> 2001:db8::55:ff:
67262026-08-13T17:55:39.365Z freemap_route_ipv6
67272026-08-13T17:55:39.365ZAug 13 17:55:37.934 DEBGAug 13 17:55:37.934 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
67282026-08-13T17:55:39.365Z reset freemap, unitAug 13 17:55:37.934: INFOfreemap_route_ipv6
67292026-08-13T17:55:39.365Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
67302026-08-13T17:55:39.365ZAug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67312026-08-13T17:55:39.365Z
67322026-08-13T17:55:39.365ZAug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
67332026-08-13T17:55:39.365Z
67342026-08-13T17:55:39.365ZAug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
67352026-08-13T17:55:39.365Z
67362026-08-13T17:55:39.365ZAug 13 17:55:37.934 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
67372026-08-13T17:55:39.365ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67382026-08-13T17:55:39.365ZAug 13 17:55:37.934 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
67392026-08-13T17:55:39.365ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67402026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
67412026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67422026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
67432026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67442026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
67452026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67462026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
67472026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67482026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
67492026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67502026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
67512026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67522026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
67532026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67542026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
67552026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67562026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
67572026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67582026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
67592026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67602026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
67612026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67622026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
67632026-08-13T17:55:39.366Ztest route::tests::grow_succeeds ... ok
67642026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67652026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
67662026-08-13T17:55:39.366ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67672026-08-13T17:55:39.366Ztest route::tests::identity_replace_is_noop ... ok
67682026-08-13T17:55:39.366ZAug 13 17:55:37.934 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
67692026-08-13T17:55:39.367ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67702026-08-13T17:55:39.367ZAug 13 17:55:37.934 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
67712026-08-13T17:55:39.367ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67722026-08-13T17:55:39.367ZAug 13 17:55:37.934 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
67732026-08-13T17:55:39.367ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67742026-08-13T17:55:39.367ZAug 13 17:55:37.934 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
67752026-08-13T17:55:39.367ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67762026-08-13T17:55:39.367ZAug 13 17:55:37.934 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
67772026-08-13T17:55:39.367ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67782026-08-13T17:55:39.367ZAug 13 17:55:37.934 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
67792026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67802026-08-13T17:55:39.368ZAug 13 17:55:37.934 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
67812026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67822026-08-13T17:55:39.368ZAug 13 17:55:37.934 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
67832026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67842026-08-13T17:55:39.368ZAug 13 17:55:37.934 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
67852026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67862026-08-13T17:55:39.368ZAug 13 17:55:37.934 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
67872026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
67882026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG failed to allocate space for the new target list
67892026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
67902026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG created new freemap, unit: freemap_route_ipv4
67912026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG created new freemap, unit: freemap_route_ipv6
67922026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
67932026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG reset freemap, unit: freemap_route_ipv4
67942026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
67952026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG reset freemap, unit: freemap_route_ipv6
67962026-08-13T17:55:39.368ZAug 13 17:55:37.934 INFO adding route 172.16.0.0/32 -> 10.0.0.1
67972026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
67982026-08-13T17:55:39.368ZAug 13 17:55:37.934 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 17:55:37.934
67992026-08-13T17:55:39.368Z DEBG created new freemapAug 13 17:55:37.934, unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]freemap_route_ipv4
68002026-08-13T17:55:39.368Z
68012026-08-13T17:55:39.368ZAug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3created new freemap
68022026-08-13T17:55:39.368Z, unit: freemap_route_ipv6Aug 13 17:55:37.934
68032026-08-13T17:55:39.368Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
68042026-08-13T17:55:39.368ZAug 13 17:55:37.934 DEBG initted freemap. size: 64Aug 13 17:55:37.934, unitINFO: adding route 172.16.0.0/32 -> 10.0.0.4freemap_route_ipv4
68052026-08-13T17:55:39.368Z
68062026-08-13T17:55:39.369ZAug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]reset freemap
68072026-08-13T17:55:39.369Z, unit: freemap_route_ipv4
68082026-08-13T17:55:39.369ZAug 13 17:55:37.934 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 13 17:55:37.934
68092026-08-13T17:55:39.410Z DEBG initted freemap. size: 64, unit: freemap_route_ipv6
68102026-08-13T17:55:39.410ZAug 13 17:55:37.934 DEBG reset freemap, unit: freemap_route_ipv6
68112026-08-13T17:55:39.410ZAug 13 17:55:37.934 INFO adding route 172.16.0.0/32 -> 10.0.0.1
68122026-08-13T17:55:39.410ZAug 13 17:55:37.934 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
68132026-08-13T17:55:39.411ZAug 13 17:55:37.934 INFO adding route 172.17.0.0/32 -> 10.0.0.255
68142026-08-13T17:55:39.411ZAug 13 17:55:37.934 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68152026-08-13T17:55:39.411ZAug 13 17:55:37.934 INFO adding route 172.17.0.1/32 -> 10.0.0.255
68162026-08-13T17:55:39.411ZAug 13 17:55:37.934 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68172026-08-13T17:55:39.411ZAug 13 17:55:37.934 INFO adding route 172.17.0.2/32 -> 10.0.0.255
68182026-08-13T17:55:39.411ZAug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
68192026-08-13T17:55:39.411Z, unit: freemap_route_ipv4Aug 13 17:55:37.934
68202026-08-13T17:55:39.411Z INFO adding route 172.17.0.3/32 -> 10.0.0.255
68212026-08-13T17:55:39.411ZAug 13 17:55:37.934 DEBG Aug 13 17:55:37.934created new freemap , DEBGunit :replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68222026-08-13T17:55:39.411Zfreemap_route_ipv6
68232026-08-13T17:55:39.411ZAug 13 17:55:37.934 Aug 13 17:55:37.934INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255
68242026-08-13T17:55:39.411Zinitted freemap. size: 64, unit: Aug 13 17:55:37.934freemap_route_ipv4
68252026-08-13T17:55:39.411ZDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68262026-08-13T17:55:39.411ZAug 13 17:55:37.934 DEBG reset freemapAug 13 17:55:37.934, unitINFO: adding route 172.17.0.5/32 -> 10.0.0.255freemap_route_ipv4
68272026-08-13T17:55:39.411Z
68282026-08-13T17:55:39.411ZAug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
68292026-08-13T17:55:39.411Z, unit: freemap_route_ipv6Aug 13 17:55:37.934
68302026-08-13T17:55:39.411Z INFO adding route 172.17.0.6/32 -> 10.0.0.255
68312026-08-13T17:55:39.411ZAug 13 17:55:37.934 DEBG reset freemapAug 13 17:55:37.934, unitDEBG: replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
68322026-08-13T17:55:39.411Z
68332026-08-13T17:55:39.411ZAug 13 17:55:37.934Aug 13 17:55:37.934 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
68342026-08-13T17:55:39.411Z
68352026-08-13T17:55:39.411ZAug 13 17:55:37.934Aug 13 17:55:37.934 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
68362026-08-13T17:55:39.411Z
68372026-08-13T17:55:39.411ZAug 13 17:55:37.934Aug 13 17:55:37.934 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2
68382026-08-13T17:55:39.411Z
68392026-08-13T17:55:39.411ZAug 13 17:55:37.934Aug 13 17:55:37.934Aug 13 17:55:37.934 DEBG DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]created new freemap
68402026-08-13T17:55:39.412Z,
68412026-08-13T17:55:39.412Zunit: Aug 13 17:55:37.934freemap_route_ipv4Aug 13 17:55:37.934
68422026-08-13T17:55:39.412Z INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:55:37.934
68432026-08-13T17:55:39.412Z
68442026-08-13T17:55:39.412ZDEBG created new freemap, unitAug 13 17:55:37.934: DEBGAug 13 17:55:37.934freemap_route_ipv6 DEBG
68452026-08-13T17:55:39.412Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
68462026-08-13T17:55:39.412Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68472026-08-13T17:55:39.412ZAug 13 17:55:37.934Aug 13 17:55:37.934 INFODEBG Aug 13 17:55:37.934initted freemap. size: 64 adding route 172.16.0.0/32 -> 10.0.0.4, INFOunit
68482026-08-13T17:55:39.412Z adding route 172.17.0.10/32 -> 10.0.0.255:
68492026-08-13T17:55:39.412Z freemap_route_ipv4Aug 13 17:55:37.934
68502026-08-13T17:55:39.412Z Aug 13 17:55:37.934DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 13 17:55:37.934replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68512026-08-13T17:55:39.412ZDEBG
68522026-08-13T17:55:39.412Zreset freemap, unit: Aug 13 17:55:37.934freemap_route_ipv4Aug 13 17:55:37.934
68532026-08-13T17:55:39.412ZINFO adding route 172.17.0.11/32 -> 10.0.0.255INFO
68542026-08-13T17:55:39.412Z Aug 13 17:55:37.934adding route 172.17.0.0/32 -> 10.0.0.255
68552026-08-13T17:55:39.412ZDEBGAug 13 17:55:37.934 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.934
68562026-08-13T17:55:39.412Z: DEBGfreemap_route_ipv6
68572026-08-13T17:55:39.412Zreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.934
68582026-08-13T17:55:39.412Z INFO Aug 13 17:55:37.934Aug 13 17:55:37.934adding route 172.17.0.12/32 -> 10.0.0.255
68592026-08-13T17:55:39.412Z DEBGINFO adding route 172.17.0.1/32 -> 10.0.0.255reset freemap
68602026-08-13T17:55:39.412ZAug 13 17:55:37.934, unitDEBG: replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 13 17:55:37.934
68612026-08-13T17:55:39.412Z
68622026-08-13T17:55:39.412ZDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.934Aug 13 17:55:37.934
68632026-08-13T17:55:39.412ZINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.13/32 -> 10.0.0.255
68642026-08-13T17:55:39.412Z
68652026-08-13T17:55:39.412ZAug 13 17:55:37.934 INFO Aug 13 17:55:37.934adding route 172.17.0.2/32 -> 10.0.0.255Aug 13 17:55:37.934
68662026-08-13T17:55:39.412Z DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68672026-08-13T17:55:39.413Z
68682026-08-13T17:55:39.413ZAug 13 17:55:37.934 DEBG Aug 13 17:55:37.934Aug 13 17:55:37.934 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68692026-08-13T17:55:39.413ZINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
68702026-08-13T17:55:39.413Zadding route 172.17.0.14/32 -> 10.0.0.255
68712026-08-13T17:55:39.413ZAug 13 17:55:37.934 Aug 13 17:55:37.934INFO Aug 13 17:55:37.934DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGadding route 172.17.0.3/32 -> 10.0.0.255
68722026-08-13T17:55:39.413Z
68732026-08-13T17:55:39.413Z replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68742026-08-13T17:55:39.413ZAug 13 17:55:37.935Aug 13 17:55:37.935 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.935
68752026-08-13T17:55:39.413Z INFOadding route 3fff:dead::/64 -> 2001:db8::55:1
68762026-08-13T17:55:39.413Zadding route 172.17.0.15/32 -> 10.0.0.255
68772026-08-13T17:55:39.413Ztest route::tests::rollback_on_compact_write_failure ... ok
68782026-08-13T17:55:39.413Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
68792026-08-13T17:55:39.413ZAug 13 17:55:37.935 Aug 13 17:55:37.935INFO Aug 13 17:55:37.935DEBG adding route 172.17.0.4/32 -> 10.0.0.255DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
68802026-08-13T17:55:39.413ZAug 13 17:55:37.936Aug 13 17:55:37.935 DEBG Aug 13 17:55:37.944created new freemap DEBGDEBG, unitcreated new freemap :, unitfreemap_route_ipv4replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
68812026-08-13T17:55:39.413Z
68822026-08-13T17:55:39.413Z freemap_route_ipv4
68832026-08-13T17:55:39.413Z Aug 13 17:55:37.944Aug 13 17:55:37.944 INFODEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap
68842026-08-13T17:55:39.413Zadding route 172.17.0.5/32 -> 10.0.0.255,
68852026-08-13T17:55:39.413Zunit:Aug 13 17:55:37.944 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.944
68862026-08-13T17:55:39.413Z DEBG Aug 13 17:55:37.944Aug 13 17:55:37.944 created new freemap , INFOunit INFO :adding route 172.17.0.6/32 -> 10.0.0.255
68872026-08-13T17:55:39.413Zfreemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv6
68882026-08-13T17:55:39.413Z
68892026-08-13T17:55:39.413Z
68902026-08-13T17:55:39.413ZAug 13 17:55:37.944Aug 13 17:55:37.944Aug 13 17:55:37.944 DEBG DEBG initted freemap. size: 64DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
68912026-08-13T17:55:39.413ZunitAug 13 17:55:37.944: initted freemap. size: 64 freemap_route_ipv4DEBG
68922026-08-13T17:55:39.413Z , Aug 13 17:55:37.944unit :INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68932026-08-13T17:55:39.413Zfreemap_route_ipv4
68942026-08-13T17:55:39.413Zadding route 172.17.0.7/32 -> 10.0.0.255Aug 13 17:55:37.944
68952026-08-13T17:55:39.414Z Aug 13 17:55:37.944Aug 13 17:55:37.944DEBG DEBGINFO Aug 13 17:55:37.944 adding route 172.17.0.17/32 -> 10.0.0.255reset freemap
68962026-08-13T17:55:39.414Z, unitDEBG: replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
68972026-08-13T17:55:39.414Zreset freemap
68982026-08-13T17:55:39.414Z, unit: Aug 13 17:55:37.944Aug 13 17:55:37.944 INFODEBG freemap_route_ipv4adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
68992026-08-13T17:55:39.414Z
69002026-08-13T17:55:39.414ZAug 13 17:55:37.944
69012026-08-13T17:55:39.414Z DEBG Aug 13 17:55:37.944Aug 13 17:55:37.944 DEBGINFOAug 13 17:55:37.944initted freemap. size: 64 , unitreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: DEBG adding route 172.17.0.18/32 -> 10.0.0.255
69022026-08-13T17:55:39.414Zfreemap_route_ipv6
69032026-08-13T17:55:39.414Zinitted freemap. size: 64,
69042026-08-13T17:55:39.414ZunitAug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944DEBG DEBG:replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOfreemap_route_ipv6
69052026-08-13T17:55:39.414Zreset freemap
69062026-08-13T17:55:39.414Zadding route 172.17.0.9/32 -> 10.0.0.255, unit:
69072026-08-13T17:55:39.414Z
69082026-08-13T17:55:39.414Z Aug 13 17:55:37.944freemap_route_ipv6
69092026-08-13T17:55:39.420ZINFO Aug 13 17:55:37.944adding route 172.17.0.19/32 -> 10.0.0.255Aug 13 17:55:37.944Aug 13 17:55:37.944Aug 13 17:55:37.944
69102026-08-13T17:55:39.420Z INFODEBGINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:dead::/64 -> 2001:db8::55:2
69112026-08-13T17:55:39.420Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69122026-08-13T17:55:39.420Z
69132026-08-13T17:55:39.420ZAug 13 17:55:37.944 reset freemapDEBG, unit: freemap_route_ipv6Aug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
69142026-08-13T17:55:39.420ZINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
69152026-08-13T17:55:39.420Z
69162026-08-13T17:55:39.420Zadding route 172.17.0.10/32 -> 10.0.0.255
69172026-08-13T17:55:39.420Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.944
69182026-08-13T17:55:39.420ZINFOAug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG
69192026-08-13T17:55:39.420Zadding route 172.17.0.20/32 -> 10.0.0.255INFO
69202026-08-13T17:55:39.420Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.944adding route 3fff:dead::/64 -> 2001:db8::55:1
69212026-08-13T17:55:39.420Z INFOAug 13 17:55:37.944 Aug 13 17:55:37.944
69222026-08-13T17:55:39.420Z Aug 13 17:55:37.944adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.944
69232026-08-13T17:55:39.420Z
69242026-08-13T17:55:39.420Z
69252026-08-13T17:55:39.420Zadding route 172.17.0.11/32 -> 10.0.0.255DEBG
69262026-08-13T17:55:39.420Z Aug 13 17:55:37.944Aug 13 17:55:37.944 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFODEBG
69272026-08-13T17:55:39.420Z Aug 13 17:55:37.944adding route 172.17.0.21/32 -> 10.0.0.255 Aug 13 17:55:37.944replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69282026-08-13T17:55:39.420ZINFO
69292026-08-13T17:55:39.420Zadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:55:37.944 DEBGINFO
69302026-08-13T17:55:39.420Z adding route 3fff:dead::/64 -> 2001:db8::55:2
69312026-08-13T17:55:39.421Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.944
69322026-08-13T17:55:39.421ZAug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69332026-08-13T17:55:39.421ZINFO
69342026-08-13T17:55:39.421Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.944adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 13 17:55:37.944Aug 13 17:55:37.944INFO
69352026-08-13T17:55:39.421Z INFOadding route 172.17.0.12/32 -> 10.0.0.255INFO
69362026-08-13T17:55:39.421Z
69372026-08-13T17:55:39.421Zadding route 172.17.0.22/32 -> 10.0.0.255
69382026-08-13T17:55:39.421Zadding route 3fff:dead::/64 -> 2001:db8::55:4
69392026-08-13T17:55:39.421ZAug 13 17:55:37.944Aug 13 17:55:37.944 Aug 13 17:55:37.944DEBG DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
69402026-08-13T17:55:39.421Z
69412026-08-13T17:55:39.421Z replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.944
69422026-08-13T17:55:39.421Z Aug 13 17:55:37.944Aug 13 17:55:37.944 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGINFO
69432026-08-13T17:55:39.421ZAug 13 17:55:37.944 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 17:55:37.944
69442026-08-13T17:55:39.421Z adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
69452026-08-13T17:55:39.421Z
69462026-08-13T17:55:39.421Z Aug 13 17:55:37.944replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:55:37.944 DEBGDEBGAug 13 17:55:37.944
69472026-08-13T17:55:39.421Z INFOAug 13 17:55:37.944 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
69482026-08-13T17:55:39.421Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
69492026-08-13T17:55:39.421Zreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69502026-08-13T17:55:39.421Z
69512026-08-13T17:55:39.421ZAug 13 17:55:37.944 Aug 13 17:55:37.944INFO WARNAug 13 17:55:37.944 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO
69522026-08-13T17:55:39.421ZAug 13 17:55:37.944 adding route 172.17.0.14/32 -> 10.0.0.255DEBG
69532026-08-13T17:55:39.422Z adding route 3fff:dead::/64 -> 2001:db8::55:4
69542026-08-13T17:55:39.422Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.944
69552026-08-13T17:55:39.422ZAug 13 17:55:37.944 INFOAug 13 17:55:37.944 DEBG Aug 13 17:55:37.944DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
69562026-08-13T17:55:39.422Z
69572026-08-13T17:55:39.422Z
69582026-08-13T17:55:39.422Zadding route 172.17.0.24/32 -> 10.0.0.255
69592026-08-13T17:55:39.422ZAug 13 17:55:37.944Aug 13 17:55:37.944 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 13 17:55:37.944
69602026-08-13T17:55:39.422ZAug 13 17:55:37.944
69612026-08-13T17:55:39.422Z INFO Aug 13 17:55:37.944 DEBGINFOadding route 172.17.0.15/32 -> 10.0.0.255
69622026-08-13T17:55:39.422Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69632026-08-13T17:55:39.422ZAug 13 17:55:37.944adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
69642026-08-13T17:55:39.422ZWARN Aug 13 17:55:37.944shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Aug 13 17:55:37.944
69652026-08-13T17:55:39.422ZDEBG Aug 13 17:55:37.944INFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
69662026-08-13T17:55:39.422Z adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69672026-08-13T17:55:39.422Z
69682026-08-13T17:55:39.422ZAug 13 17:55:37.944Aug 13 17:55:37.944 INFOERRO Aug 13 17:55:37.944adding route 172.17.0.16/32 -> 10.0.0.255 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
69692026-08-13T17:55:39.422ZAug 13 17:55:37.944
69702026-08-13T17:55:39.422ZINFO DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:55:37.944 Aug 13 17:55:37.944 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69712026-08-13T17:55:39.422Z
69722026-08-13T17:55:39.422ZDEBG ERROreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69732026-08-13T17:55:39.422Zshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
69742026-08-13T17:55:39.422ZAug 13 17:55:37.944 Aug 13 17:55:37.944INFO Aug 13 17:55:37.944DEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
69752026-08-13T17:55:39.422Z
69762026-08-13T17:55:39.422Z adding route 172.17.0.17/32 -> 10.0.0.255
69772026-08-13T17:55:39.423ZAug 13 17:55:37.944 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
69782026-08-13T17:55:39.423ZAug 13 17:55:37.944 DEBG Aug 13 17:55:37.944replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69792026-08-13T17:55:39.423ZDEBG Aug 13 17:55:37.944replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69802026-08-13T17:55:39.423ZDEBG Aug 13 17:55:37.944 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
69812026-08-13T17:55:39.423ZAug 13 17:55:37.935INFOAug 13 17:55:37.944 DEBG INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff created new freemap
69822026-08-13T17:55:39.423ZAug 13 17:55:37.944, unitadding route 172.17.0.18/32 -> 10.0.0.255INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:55:37.945
69832026-08-13T17:55:39.423Z Aug 13 17:55:37.944DEBG Aug 13 17:55:37.935 Aug 13 17:55:37.952 DEBG created new freemapDEBG, unit replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
69842026-08-13T17:55:39.423Z created new freemap,
69852026-08-13T17:55:39.423Zfreemap_route_ipv4
69862026-08-13T17:55:39.423Zunit: Aug 13 17:55:37.952freemap_route_ipv4
69872026-08-13T17:55:39.423ZAug 13 17:55:37.952DEBG DEBGcreated new freemapAug 13 17:55:37.952 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO, Aug 13 17:55:37.952 unit
69882026-08-13T17:55:39.423ZDEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff: created new freemap , freemap_route_ipv6unit
69892026-08-13T17:55:39.423Z: Aug 13 17:55:37.952freemap_route_ipv6
69902026-08-13T17:55:39.423Z
69912026-08-13T17:55:39.423ZINFOAug 13 17:55:37.952 adding route 172.17.0.19/32 -> 10.0.0.255DEBG
69922026-08-13T17:55:39.423Z Aug 13 17:55:37.952initted freemap. size: 64 Aug 13 17:55:37.952DEBG , DEBG unit :Aug 13 17:55:37.952initted freemap. size: 64 , DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
69932026-08-13T17:55:39.423Zreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:freemap_route_ipv4
69942026-08-13T17:55:39.423Z
69952026-08-13T17:55:39.423Z freemap_route_ipv4
69962026-08-13T17:55:39.423ZAug 13 17:55:37.952 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:55:37.952
69972026-08-13T17:55:39.423Z DEBGAug 13 17:55:37.952Aug 13 17:55:37.952 DEBGINFOreset freemap Aug 13 17:55:37.952adding route 172.17.0.20/32 -> 10.0.0.255 ,
69982026-08-13T17:55:39.423ZunitDEBG: reset freemapfreemap_route_ipv4, replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
69992026-08-13T17:55:39.423Z
70002026-08-13T17:55:39.423ZAug 13 17:55:37.952unit :DEBGAug 13 17:55:37.952 freemap_route_ipv4DEBG
70012026-08-13T17:55:39.423Z Aug 13 17:55:37.952replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64
70022026-08-13T17:55:39.423ZAug 13 17:55:37.952 , unitDEBG: Aug 13 17:55:37.952initted freemap. size: 64INFOfreemap_route_ipv6
70032026-08-13T17:55:39.423Z adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO
70042026-08-13T17:55:39.424Z, unitadding route 172.17.0.21/32 -> 10.0.0.255:
70052026-08-13T17:55:39.424Z freemap_route_ipv6Aug 13 17:55:37.952Aug 13 17:55:37.952
70062026-08-13T17:55:39.424Z DEBGDEBG Aug 13 17:55:37.952reset freemapreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.952
70072026-08-13T17:55:39.424Z, DEBG DEBG reset freemapunitreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:, Aug 13 17:55:37.952 unitfreemap_route_ipv6
70082026-08-13T17:55:39.424Z
70092026-08-13T17:55:39.429ZINFO: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 13 17:55:37.953Aug 13 17:55:37.953
70102026-08-13T17:55:39.429Z
70112026-08-13T17:55:39.429Z INFOINFO Aug 13 17:55:37.953Aug 13 17:55:37.953adding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG
70122026-08-13T17:55:39.429Z
70132026-08-13T17:55:39.429Zadding route 3fff:dead::/64 -> 2001:db8::55:1
70142026-08-13T17:55:39.429Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953
70152026-08-13T17:55:39.429Z Aug 13 17:55:37.953DEBG DEBGAug 13 17:55:37.953replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70162026-08-13T17:55:39.429Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:55:37.953
70172026-08-13T17:55:39.429Z DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 13 17:55:37.953
70182026-08-13T17:55:39.429Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 17:55:37.953INFO adding route 3fff:dead::/64 -> 2001:db8::55:2
70192026-08-13T17:55:39.429ZINFOAug 13 17:55:37.953
70202026-08-13T17:55:39.429Zadding route 172.17.0.23/32 -> 10.0.0.255
70212026-08-13T17:55:39.429ZAug 13 17:55:37.953INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
70222026-08-13T17:55:39.429ZAug 13 17:55:37.953Aug 13 17:55:37.953 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
70232026-08-13T17:55:39.429ZDEBG DEBGAug 13 17:55:37.953 replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
70242026-08-13T17:55:39.429Z Aug 13 17:55:37.953 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG
70252026-08-13T17:55:39.429Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
70262026-08-13T17:55:39.429ZAug 13 17:55:37.953
70272026-08-13T17:55:39.429Z INFOAug 13 17:55:37.953 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:55:37.953INFO
70282026-08-13T17:55:39.429Z adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO
70292026-08-13T17:55:39.429Z adding route 172.17.0.24/32 -> 10.0.0.255Aug 13 17:55:37.953 Aug 13 17:55:37.953DEBG
70302026-08-13T17:55:39.429Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70312026-08-13T17:55:39.429ZDEBG Aug 13 17:55:37.953replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70322026-08-13T17:55:39.430ZAug 13 17:55:37.935DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.953
70332026-08-13T17:55:39.430Z DEBGINFO Aug 13 17:55:37.953created new freemap , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOAug 13 17:55:37.953
70342026-08-13T17:55:39.430Z unitINFO:adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
70352026-08-13T17:55:39.430Zfreemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255
70362026-08-13T17:55:39.430Z
70372026-08-13T17:55:39.430ZAug 13 17:55:37.953Aug 13 17:55:37.953Aug 13 17:55:37.953 DEBG DEBGDEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:37.953replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70382026-08-13T17:55:39.430ZDEBG
70392026-08-13T17:55:39.430Zcreated new freemap , replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953
70402026-08-13T17:55:39.430Zunit Aug 13 17:55:37.953: INFO INFOfreemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255
70412026-08-13T17:55:39.430Z
70422026-08-13T17:55:39.430ZAug 13 17:55:37.953adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
70432026-08-13T17:55:39.430ZINFO Aug 13 17:55:37.953adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
70442026-08-13T17:55:39.430ZAug 13 17:55:37.953DEBG initted freemap. size: 64DEBGAug 13 17:55:37.953, unitDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953
70452026-08-13T17:55:39.430Z
70462026-08-13T17:55:39.430ZDEBG :replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70472026-08-13T17:55:39.430Zfreemap_route_ipv4Aug 13 17:55:37.953Aug 13 17:55:37.953 Aug 13 17:55:37.953INFO adding route 172.17.0.27/32 -> 10.0.0.255INFO
70482026-08-13T17:55:39.430ZINFO
70492026-08-13T17:55:39.430Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 13 17:55:37.953Aug 13 17:55:37.953
70502026-08-13T17:55:39.430Z
70512026-08-13T17:55:39.430ZDEBG DEBGreset freemap Aug 13 17:55:37.953, replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70522026-08-13T17:55:39.430Zunit :replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953 freemap_route_ipv4
70532026-08-13T17:55:39.430ZAug 13 17:55:37.953
70542026-08-13T17:55:39.430ZDEBG INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953 adding route 172.17.0.28/32 -> 10.0.0.255INFO
70552026-08-13T17:55:39.430Z
70562026-08-13T17:55:39.430ZAug 13 17:55:37.953 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG
70572026-08-13T17:55:39.430Z Aug 13 17:55:37.953Aug 13 17:55:37.953 DEBG initted freemap. size: 64 INFO, unitAug 13 17:55:37.953: adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
70582026-08-13T17:55:39.432Z
70592026-08-13T17:55:39.432Z freemap_route_ipv6replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70602026-08-13T17:55:39.432ZAug 13 17:55:37.953
70612026-08-13T17:55:39.432Z DEBGAug 13 17:55:37.953Aug 13 17:55:37.953 DEBG reset freemap, unitreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 13 17:55:37.953
70622026-08-13T17:55:39.432ZINFOINFO freemap_route_ipv6adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
70632026-08-13T17:55:39.432Z
70642026-08-13T17:55:39.432ZAug 13 17:55:37.953adding route 172.17.0.29/32 -> 10.0.0.255
70652026-08-13T17:55:39.432ZINFOAug 13 17:55:37.953 Aug 13 17:55:37.953adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG
70662026-08-13T17:55:39.432Z replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:55:37.953 Aug 13 17:55:37.953
70672026-08-13T17:55:39.432Zadding route 172.16.0.0/32 -> 10.0.0.1
70682026-08-13T17:55:39.432ZDEBG DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70692026-08-13T17:55:39.432ZAug 13 17:55:37.953
70702026-08-13T17:55:39.432ZAug 13 17:55:37.953 INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff
70712026-08-13T17:55:39.433ZAug 13 17:55:37.953Aug 13 17:55:37.953 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70722026-08-13T17:55:39.433Zadding route 172.17.0.30/32 -> 10.0.0.255INFO
70732026-08-13T17:55:39.433Z adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 13 17:55:37.953
70742026-08-13T17:55:39.433Z Aug 13 17:55:37.953INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:55:37.953
70752026-08-13T17:55:39.433ZDEBG DEBG Aug 13 17:55:37.953replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70762026-08-13T17:55:39.433ZAug 13 17:55:37.953
70772026-08-13T17:55:39.433Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG
70782026-08-13T17:55:39.433Z Aug 13 17:55:37.953replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.953
70792026-08-13T17:55:39.433Ztest route::tests::rollback_on_compact_delete_failure ... ok
70802026-08-13T17:55:39.433ZINFO INFOAug 13 17:55:37.953 adding route 172.17.0.31/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
70812026-08-13T17:55:39.433ZINFO
70822026-08-13T17:55:39.433Zadding route 172.16.0.0/32 -> 10.0.0.1
70832026-08-13T17:55:39.433ZAug 13 17:55:37.953 Aug 13 17:55:37.953 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70842026-08-13T17:55:39.433ZINFOAug 13 17:55:37.953Aug 13 17:55:37.953 Aug 13 17:55:37.953DEBG INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
70852026-08-13T17:55:39.433Z
70862026-08-13T17:55:39.433Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
70872026-08-13T17:55:39.433Ztest route::tests::rollback_on_index_readd_failure ... ok
70882026-08-13T17:55:39.433Z
70892026-08-13T17:55:39.433ZAug 13 17:55:37.953Aug 13 17:55:37.953 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
70902026-08-13T17:55:39.433Z
70912026-08-13T17:55:39.433ZAug 13 17:55:37.953Aug 13 17:55:37.953 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255
70922026-08-13T17:55:39.433Zadding route 172.16.0.0/32 -> 10.0.0.2
70932026-08-13T17:55:39.433ZAug 13 17:55:37.953Aug 13 17:55:37.953 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
70942026-08-13T17:55:39.433Z INFOAug 13 17:55:37.953Aug 13 17:55:37.953 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGDEBG
70952026-08-13T17:55:39.433Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
70962026-08-13T17:55:39.433ZAug 13 17:55:37.953replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
70972026-08-13T17:55:39.434Z Aug 13 17:55:37.953replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 17:55:37.953DEBG
70982026-08-13T17:55:39.434ZINFO adding route 172.17.0.33/32 -> 10.0.0.255
70992026-08-13T17:55:39.434Zreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71002026-08-13T17:55:39.434Z:Aug 13 17:55:37.961 freemap_route_ipv4INFO
71012026-08-13T17:55:39.434Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
71022026-08-13T17:55:39.434ZAug 13 17:55:37.953Aug 13 17:55:37.961 DEBGAug 13 17:55:37.961Aug 13 17:55:37.961INFO adding route 172.17.0.0/32 -> 10.0.0.255
71032026-08-13T17:55:39.434ZDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
71042026-08-13T17:55:39.434Z, Aug 13 17:55:37.961 unit:DEBG freemap_route_ipv6replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71052026-08-13T17:55:39.434ZAug 13 17:55:37.961
71062026-08-13T17:55:39.434Z INFOAug 13 17:55:37.961Aug 13 17:55:37.953Aug 13 17:55:37.961 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
71072026-08-13T17:55:39.434Z DEBG initted freemap. size: 64 , INFOunitAug 13 17:55:37.961 :adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4
71082026-08-13T17:55:39.434ZDEBG
71092026-08-13T17:55:39.439Zadding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71102026-08-13T17:55:39.439Z
71112026-08-13T17:55:39.439ZAug 13 17:55:37.961 Aug 13 17:55:37.961DEBG Aug 13 17:55:37.961DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
71122026-08-13T17:55:39.439Z reset freemap, replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 13 17:55:37.961: Aug 13 17:55:37.961INFO
71132026-08-13T17:55:39.439ZINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff
71142026-08-13T17:55:39.439Zfreemap_route_ipv4adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
71152026-08-13T17:55:39.439ZAug 13 17:55:37.961
71162026-08-13T17:55:39.439Z Aug 13 17:55:37.961INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGAug 13 17:55:37.961
71172026-08-13T17:55:39.439Z DEBG Aug 13 17:55:37.961initted freemap. size: 64 Aug 13 17:55:37.961 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71182026-08-13T17:55:39.439Zunit
71192026-08-13T17:55:39.439Z: DEBGfreemap_route_ipv6
71202026-08-13T17:55:39.439ZAug 13 17:55:37.961replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
71212026-08-13T17:55:39.439Z Aug 13 17:55:37.961adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
71222026-08-13T17:55:39.439ZAug 13 17:55:37.961INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG
71232026-08-13T17:55:39.439Z Aug 13 17:55:37.961reset freemap , Aug 13 17:55:37.945Aug 13 17:55:37.961Aug 13 17:55:37.961 unitDEBG DEBG DEBGINFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: created new freemap
71242026-08-13T17:55:39.439Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], freemap_route_ipv6unit
71252026-08-13T17:55:39.439Z:
71262026-08-13T17:55:39.439Z adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv4Aug 13 17:55:37.961
71272026-08-13T17:55:39.440Z
71282026-08-13T17:55:39.440Z INFOAug 13 17:55:37.961 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 13 17:55:37.961
71292026-08-13T17:55:39.440Z Aug 13 17:55:37.961INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG
71302026-08-13T17:55:39.440ZAug 13 17:55:37.961
71312026-08-13T17:55:39.440Z DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:37.961replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71322026-08-13T17:55:39.440Z DEBGAug 13 17:55:37.961
71332026-08-13T17:55:39.440Zcreated new freemap DEBGAug 13 17:55:37.961Aug 13 17:55:37.961, unitINFO: Aug 13 17:55:37.961freemap_route_ipv6adding route 172.17.0.4/32 -> 10.0.0.255
71342026-08-13T17:55:39.440Z
71352026-08-13T17:55:39.440Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:37.961adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
71362026-08-13T17:55:39.440ZAug 13 17:55:37.961
71372026-08-13T17:55:39.440Z
71382026-08-13T17:55:39.440Z DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:37.961initted freemap. size: 64Aug 13 17:55:37.961
71392026-08-13T17:55:39.440Z , Aug 13 17:55:37.961INFOunit : DEBG freemap_route_ipv4replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71402026-08-13T17:55:39.440ZAug 13 17:55:37.961INFO
71412026-08-13T17:55:39.440Z adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO
71422026-08-13T17:55:39.440Zadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 17:55:37.961Aug 13 17:55:37.961adding route 172.17.0.5/32 -> 10.0.0.255
71432026-08-13T17:55:39.440ZDEBG
71442026-08-13T17:55:39.440Z INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreset freemap
71452026-08-13T17:55:39.440Z, Aug 13 17:55:37.961Aug 13 17:55:37.961Aug 13 17:55:37.961 DEBGunit Aug 13 17:55:37.961replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] :DEBG
71462026-08-13T17:55:39.440Z freemap_route_ipv4replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
71472026-08-13T17:55:39.440Z
71482026-08-13T17:55:39.440Z DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:37.961replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71492026-08-13T17:55:39.440Z Aug 13 17:55:37.961
71502026-08-13T17:55:39.440Z DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 13 17:55:37.961initted freemap. size: 64
71512026-08-13T17:55:39.440Z, Aug 13 17:55:37.961unit: INFOfreemap_route_ipv6Aug 13 17:55:37.961 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO
71522026-08-13T17:55:39.440Z
71532026-08-13T17:55:39.440Z Aug 13 17:55:37.961adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
71542026-08-13T17:55:39.440ZDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
71552026-08-13T17:55:39.441ZAug 13 17:55:37.961 Aug 13 17:55:37.961Aug 13 17:55:37.961 Aug 13 17:55:37.961DEBGDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
71562026-08-13T17:55:39.441Z INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.17.0.7/32 -> 10.0.0.255reset freemap
71572026-08-13T17:55:39.441Z
71582026-08-13T17:55:39.441Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], unit
71592026-08-13T17:55:39.441Z:Aug 13 17:55:37.961Aug 13 17:55:37.961 Aug 13 17:55:37.961INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71602026-08-13T17:55:39.441ZDEBGfreemap_route_ipv6Aug 13 17:55:37.961
71612026-08-13T17:55:39.441Z
71622026-08-13T17:55:39.441ZINFOAug 13 17:55:37.961 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.961DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
71632026-08-13T17:55:39.441Z Aug 13 17:55:37.961adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71642026-08-13T17:55:39.441Z INFO
71652026-08-13T17:55:39.441Z
71662026-08-13T17:55:39.441Ztest route::tests::same_size_non_subset_replace ... ok
71672026-08-13T17:55:39.441Zadding route 3fff:dead::/64 -> 2001:db8::55:1
71682026-08-13T17:55:39.441ZAug 13 17:55:37.961Aug 13 17:55:37.961 DEBGAug 13 17:55:37.961 INFOAug 13 17:55:37.961 Aug 13 17:55:37.961INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
71692026-08-13T17:55:39.441Z
71702026-08-13T17:55:39.441ZDEBG
71712026-08-13T17:55:39.441Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
71722026-08-13T17:55:39.441Z
71732026-08-13T17:55:39.441ZAug 13 17:55:37.961Aug 13 17:55:37.961 DEBGINFOAug 13 17:55:37.961 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 172.17.0.9/32 -> 10.0.0.255
71742026-08-13T17:55:39.441ZAug 13 17:55:37.961Aug 13 17:55:37.961
71752026-08-13T17:55:39.441Z DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 13 17:55:37.961
71762026-08-13T17:55:39.441Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:37.961
71772026-08-13T17:55:39.441Z INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
71782026-08-13T17:55:39.441ZAug 13 17:55:37.961Aug 13 17:55:37.961
71792026-08-13T17:55:39.441Zreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
71802026-08-13T17:55:39.441ZINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.961Aug 13 17:55:37.961
71812026-08-13T17:55:39.441Z DEBG INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 17:55:37.961 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255
71822026-08-13T17:55:39.441ZAug 13 17:55:37.961
71832026-08-13T17:55:39.442Z INFO adding route 3fff:dead::/64 -> 2001:db8::55:3WARN
71842026-08-13T17:55:39.442ZAug 13 17:55:37.961shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:55:37.961 INFODEBG
71852026-08-13T17:55:39.442Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:55:37.961replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71862026-08-13T17:55:39.442Z
71872026-08-13T17:55:39.442Z
71882026-08-13T17:55:39.442ZDEBG Aug 13 17:55:37.961replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
71892026-08-13T17:55:39.442ZAug 13 17:55:37.961INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Aug 13 17:55:37.961Aug 13 17:55:37.961
71902026-08-13T17:55:39.442Z INFO DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
71912026-08-13T17:55:39.442Z
71922026-08-13T17:55:39.442Z
71932026-08-13T17:55:39.442ZAug 13 17:55:37.961Aug 13 17:55:37.961Aug 13 17:55:37.961 Aug 13 17:55:37.961 DEBG INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
71942026-08-13T17:55:39.442ZDEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
71952026-08-13T17:55:39.442Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
71962026-08-13T17:55:39.442Z
71972026-08-13T17:55:39.442ZAug 13 17:55:37.961 Aug 13 17:55:37.961DEBG DEBGAug 13 17:55:37.961 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
71982026-08-13T17:55:39.442Z
71992026-08-13T17:55:39.442ZAug 13 17:55:37.961adding route 172.17.0.12/32 -> 10.0.0.255 Aug 13 17:55:37.961
72002026-08-13T17:55:39.442Z DEBGAug 13 17:55:37.961 INFOWARNreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72012026-08-13T17:55:39.442Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 13 17:55:37.961
72022026-08-13T17:55:39.442Z DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
72032026-08-13T17:55:39.442Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.961Aug 13 17:55:37.961
72042026-08-13T17:55:39.442Z INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72052026-08-13T17:55:39.442ZAug 13 17:55:37.962 DEBG created new freemap, unit:Aug 13 17:55:37.962 Aug 13 17:55:37.969freemap_route_ipv4DEBG
72062026-08-13T17:55:39.442Z DEBGcreated new freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
72072026-08-13T17:55:39.442Z:Aug 13 17:55:37.961
72082026-08-13T17:55:39.442ZAug 13 17:55:37.969 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255created new freemap,
72092026-08-13T17:55:39.448ZunitAug 13 17:55:37.969:Aug 13 17:55:37.953Aug 13 17:55:37.969 DEBGfreemap_route_ipv4 INFOcreated new freemapAug 13 17:55:37.969 INFO
72102026-08-13T17:55:39.448Z, unitfreemap_route_ipv6:adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff freemap_route_ipv4
72112026-08-13T17:55:39.448Z
72122026-08-13T17:55:39.448Z
72132026-08-13T17:55:39.448Z
72142026-08-13T17:55:39.448ZDEBGAug 13 17:55:37.969 Aug 13 17:55:37.969replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG
72152026-08-13T17:55:39.448Z Aug 13 17:55:37.969 Aug 13 17:55:37.969 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:55:37.969Aug 13 17:55:37.969DEBG
72162026-08-13T17:55:39.448Z INFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72172026-08-13T17:55:39.448Z adding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:55:37.969 DEBG
72182026-08-13T17:55:39.448ZINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap
72192026-08-13T17:55:39.448Zinitted freemap. size: 64Aug 13 17:55:37.969, , unit , INFO unit:Aug 13 17:55:37.969:Aug 13 17:55:37.969 adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv6
72202026-08-13T17:55:39.448Z
72212026-08-13T17:55:39.448Zunit DEBG: freemap_route_ipv4 DEBG
72222026-08-13T17:55:39.448Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.969freemap_route_ipv6 Aug 13 17:55:37.969replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72232026-08-13T17:55:39.448Z
72242026-08-13T17:55:39.448Z
72252026-08-13T17:55:39.448Z DEBG DEBG initted freemap. size: 64Aug 13 17:55:37.969replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 13 17:55:37.969unit
72262026-08-13T17:55:39.448ZAug 13 17:55:37.969Aug 13 17:55:37.969 DEBGINFO INFO :initted freemap. size: 64 DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff, Aug 13 17:55:37.969
72272026-08-13T17:55:39.448Z unitreset freemap adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv4: INFO, unit
72282026-08-13T17:55:39.448Z
72292026-08-13T17:55:39.448Zadding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv4:
72302026-08-13T17:55:39.448ZAug 13 17:55:37.969
72312026-08-13T17:55:39.449Zfreemap_route_ipv4
72322026-08-13T17:55:39.449ZDEBG Aug 13 17:55:37.969replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.969
72332026-08-13T17:55:39.449Z Aug 13 17:55:37.969Aug 13 17:55:37.969DEBG Aug 13 17:55:37.969DEBGDEBGAug 13 17:55:37.970 INFO reset freemapreset freemap, , unit : replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
72342026-08-13T17:55:39.449ZDEBG
72352026-08-13T17:55:39.449Z freemap_route_ipv4 DEBG
72362026-08-13T17:55:39.449ZAug 13 17:55:37.970 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72372026-08-13T17:55:39.449ZAug 13 17:55:37.970 freemap_route_ipv4DEBG
72382026-08-13T17:55:39.449Zinitted freemap. size: 64
72392026-08-13T17:55:39.449Z, Aug 13 17:55:37.970 INFO unit: initted freemap. size: 64Aug 13 17:55:37.970Aug 13 17:55:37.970freemap_route_ipv6, adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 13 17:55:37.970
72402026-08-13T17:55:39.449ZINFO
72412026-08-13T17:55:39.449Z adding route 172.17.0.16/32 -> 10.0.0.255 unit DEBG: INFOAug 13 17:55:37.970 initted freemap. size: 64adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
72422026-08-13T17:55:39.449Z,
72432026-08-13T17:55:39.449ZDEBGunitAug 13 17:55:37.970: Aug 13 17:55:37.970freemap_route_ipv6 DEBGAug 13 17:55:37.970replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGfreemap_route_ipv6
72442026-08-13T17:55:39.449Z
72452026-08-13T17:55:39.449Z
72462026-08-13T17:55:39.449Z DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72472026-08-13T17:55:39.449ZAug 13 17:55:37.970,
72482026-08-13T17:55:39.449Z DEBGAug 13 17:55:37.970unit Aug 13 17:55:37.970reset freemap: , Aug 13 17:55:37.970freemap_route_ipv6 unitINFO:INFO
72492026-08-13T17:55:39.449ZAug 13 17:55:37.970 adding route 172.17.0.17/32 -> 10.0.0.255INFO
72502026-08-13T17:55:39.449Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ff freemap_route_ipv6adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
72512026-08-13T17:55:39.449Z
72522026-08-13T17:55:39.449Z
72532026-08-13T17:55:39.449ZDEBGAug 13 17:55:37.970 INFOreset freemapAug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970 Aug 13 17:55:37.970 DEBG, adding route 3fff:dead::/64 -> 2001:db8::55:1unit
72542026-08-13T17:55:39.449Z :INFODEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6Aug 13 17:55:37.970replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.1
72552026-08-13T17:55:39.449Z
72562026-08-13T17:55:39.449Z
72572026-08-13T17:55:39.449Z DEBG
72582026-08-13T17:55:39.449Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:37.970Aug 13 17:55:37.970 INFO
72592026-08-13T17:55:39.450ZAug 13 17:55:37.970 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG
72602026-08-13T17:55:39.450Z Aug 13 17:55:37.970replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO
72612026-08-13T17:55:39.450Zadding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:55:37.970
72622026-08-13T17:55:39.450Z DEBG
72632026-08-13T17:55:39.450Z
72642026-08-13T17:55:39.450ZAug 13 17:55:37.970Aug 13 17:55:37.970 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970
72652026-08-13T17:55:39.450ZINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
72662026-08-13T17:55:39.450Z INFODEBGAug 13 17:55:37.970Aug 13 17:55:37.970 adding route 172.16.0.0/32 -> 10.0.0.2Aug 13 17:55:37.970 DEBGAug 13 17:55:37.970 INFO
72672026-08-13T17:55:39.450Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
72682026-08-13T17:55:39.450Z
72692026-08-13T17:55:39.450Z
72702026-08-13T17:55:39.450ZINFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2
72712026-08-13T17:55:39.450Z
72722026-08-13T17:55:39.450ZAug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970 Aug 13 17:55:37.970DEBG Aug 13 17:55:37.970INFO INFO DEBGDEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72732026-08-13T17:55:39.450Z
72742026-08-13T17:55:39.450ZINFOadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
72752026-08-13T17:55:39.450Z
72762026-08-13T17:55:39.450Zadding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
72772026-08-13T17:55:39.450ZAug 13 17:55:37.970
72782026-08-13T17:55:39.450ZAug 13 17:55:37.970Aug 13 17:55:37.970 DEBGAug 13 17:55:37.970 INFO DEBGINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970
72792026-08-13T17:55:39.450ZAug 13 17:55:37.970 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
72802026-08-13T17:55:39.450Z
72812026-08-13T17:55:39.450Z
72822026-08-13T17:55:39.450ZDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGAug 13 17:55:37.970
72832026-08-13T17:55:39.450Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:55:37.970Aug 13 17:55:37.970Aug 13 17:55:37.970 INFO
72842026-08-13T17:55:39.450ZDEBG INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
72852026-08-13T17:55:39.450Z
72862026-08-13T17:55:39.450Z replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72872026-08-13T17:55:39.451ZAug 13 17:55:37.970
72882026-08-13T17:55:39.451Z Aug 13 17:55:37.970INFO Aug 13 17:55:37.970 DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970
72892026-08-13T17:55:39.451Z Aug 13 17:55:37.970 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 17:55:37.970adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
72902026-08-13T17:55:39.451ZINFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
72912026-08-13T17:55:39.451Z adding route 3fff:dead::/64 -> 2001:db8::55:4INFO
72922026-08-13T17:55:39.451Z
72932026-08-13T17:55:39.451Z Aug 13 17:55:37.970 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG
72942026-08-13T17:55:39.451Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:37.970
72952026-08-13T17:55:39.451ZAug 13 17:55:37.970 Aug 13 17:55:37.970INFO Aug 13 17:55:37.970Aug 13 17:55:37.970 DEBG DEBGadding route 172.17.0.21/32 -> 10.0.0.255DEBG
72962026-08-13T17:55:39.452ZINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
72972026-08-13T17:55:39.452Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
72982026-08-13T17:55:39.452ZAug 13 17:55:37.970
72992026-08-13T17:55:39.452Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
73002026-08-13T17:55:39.452ZDEBG Aug 13 17:55:37.970Aug 13 17:55:37.970 Aug 13 17:55:37.970INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73012026-08-13T17:55:39.452ZDEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 17:55:37.970replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG
73022026-08-13T17:55:39.452Z
73032026-08-13T17:55:39.452Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
73042026-08-13T17:55:39.452ZAug 13 17:55:37.970
73052026-08-13T17:55:39.452Z Aug 13 17:55:37.970INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 13 17:55:37.970Aug 13 17:55:37.970INFO DEBG
73062026-08-13T17:55:39.452ZDEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
73072026-08-13T17:55:39.452Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73082026-08-13T17:55:39.452Z
73092026-08-13T17:55:39.457ZAug 13 17:55:37.970Aug 13 17:55:37.970 DEBGAug 13 17:55:37.970DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
73102026-08-13T17:55:39.457Z Aug 13 17:55:37.970 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
73112026-08-13T17:55:39.457ZAug 13 17:55:37.971 DEBG created new freemap , unitDEBG: replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG freemap_route_ipv4replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.015
73122026-08-13T17:55:39.457Z
73132026-08-13T17:55:39.457Z
73142026-08-13T17:55:39.457ZINFOAug 13 17:55:38.015 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG
73152026-08-13T17:55:39.457Z replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.015Aug 13 17:55:38.015 DEBGINFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255,
73162026-08-13T17:55:39.457ZAug 13 17:55:38.015Aug 13 17:55:38.015unit
73172026-08-13T17:55:39.457Z DEBGINFO: Aug 13 17:55:38.015adding route 172.17.0.34/32 -> 10.0.0.255 freemap_route_ipv6DEBG
73182026-08-13T17:55:39.457ZAug 13 17:55:38.015
73192026-08-13T17:55:39.457Zreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73202026-08-13T17:55:39.457Zreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.015
73212026-08-13T17:55:39.457Z Aug 13 17:55:38.015DEBGAug 13 17:55:38.015INFO Aug 13 17:55:38.015 INFOinitted freemap. size: 64 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255
73222026-08-13T17:55:39.457Z
73232026-08-13T17:55:39.457Z, INFOunit Aug 13 17:55:38.015Aug 13 17:55:38.015adding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG
73242026-08-13T17:55:39.457Z :replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
73252026-08-13T17:55:39.457Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73262026-08-13T17:55:39.457Zfreemap_route_ipv4 Aug 13 17:55:38.015Aug 13 17:55:38.015 INFO
73272026-08-13T17:55:39.457ZDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255
73282026-08-13T17:55:39.457Z
73292026-08-13T17:55:39.457Zreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.015
73302026-08-13T17:55:39.457ZAug 13 17:55:38.015 INFOAug 13 17:55:38.015 Aug 13 17:55:38.015DEBGDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
73312026-08-13T17:55:39.457Z replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOreset freemap
73322026-08-13T17:55:39.457ZAug 13 17:55:38.015, Aug 13 17:55:38.015unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff:
73332026-08-13T17:55:39.457ZDEBG freemap_route_ipv4replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73342026-08-13T17:55:39.458Z Aug 13 17:55:38.015INFO INFO
73352026-08-13T17:55:39.458Z adding route 172.17.0.26/32 -> 10.0.0.255
73362026-08-13T17:55:39.458ZAug 13 17:55:38.015adding route 172.17.0.35/32 -> 10.0.0.255
73372026-08-13T17:55:39.458ZDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.015
73382026-08-13T17:55:39.458Z Aug 13 17:55:38.015DEBGAug 13 17:55:38.015 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 13 17:55:38.015
73392026-08-13T17:55:39.458Zinitted freemap. size: 64DEBG Aug 13 17:55:38.015replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO, unit INFO
73402026-08-13T17:55:39.458Z Aug 13 17:55:38.015adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
73412026-08-13T17:55:39.458ZINFO:
73422026-08-13T17:55:39.458Z freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255
73432026-08-13T17:55:39.458Z
73442026-08-13T17:55:39.458ZAug 13 17:55:38.015Aug 13 17:55:38.015 Aug 13 17:55:38.015 Aug 13 17:55:38.015 DEBG DEBG Aug 13 17:55:38.015DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73452026-08-13T17:55:39.458Zreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73462026-08-13T17:55:39.458Zreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
73472026-08-13T17:55:39.458Z Aug 13 17:55:38.015reset freemap INFOAug 13 17:55:38.015INFO INFOAug 13 17:55:38.015 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO, adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
73482026-08-13T17:55:39.458Z
73492026-08-13T17:55:39.458Z
73502026-08-13T17:55:39.458Zunitadding route 172.17.0.28/32 -> 10.0.0.255:
73512026-08-13T17:55:39.458ZAug 13 17:55:38.015 Aug 13 17:55:38.015 freemap_route_ipv6DEBG DEBGAug 13 17:55:38.015replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:38.015
73522026-08-13T17:55:39.458Zreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73532026-08-13T17:55:39.458Z
73542026-08-13T17:55:39.458ZDEBG Aug 13 17:55:38.015DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.015 Aug 13 17:55:38.015
73552026-08-13T17:55:39.458Z INFO INFOINFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:38.015
73562026-08-13T17:55:39.458Zadding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1
73572026-08-13T17:55:39.458Z INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff
73582026-08-13T17:55:39.458Zadding route 172.17.0.29/32 -> 10.0.0.255Aug 13 17:55:38.015
73592026-08-13T17:55:39.458ZAug 13 17:55:38.015
73602026-08-13T17:55:39.458Z DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 13 17:55:38.015 Aug 13 17:55:38.015adding route 172.17.0.37/32 -> 10.0.0.255DEBG
73612026-08-13T17:55:39.458Z
73622026-08-13T17:55:39.459ZAug 13 17:55:38.015 DEBG DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.015
73632026-08-13T17:55:39.459Z INFO
73642026-08-13T17:55:39.459Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 13 17:55:38.015
73652026-08-13T17:55:39.459Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 13 17:55:38.015 Aug 13 17:55:38.015Aug 13 17:55:38.015 DEBGINFO
73662026-08-13T17:55:39.459ZINFO INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73672026-08-13T17:55:39.460Z adding route 172.17.0.30/32 -> 10.0.0.255Aug 13 17:55:38.015
73682026-08-13T17:55:39.460ZDEBGadding route 172.16.0.0/32 -> 10.0.0.2
73692026-08-13T17:55:39.460Z Aug 13 17:55:38.015
73702026-08-13T17:55:39.460Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
73712026-08-13T17:55:39.460Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:38.015DEBG INFO adding route 172.17.0.38/32 -> 10.0.0.255
73722026-08-13T17:55:39.460ZAug 13 17:55:38.025
73732026-08-13T17:55:39.460ZAug 13 17:55:38.025DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG DEBG
73742026-08-13T17:55:39.460Zreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73752026-08-13T17:55:39.460ZAug 13 17:55:38.025Aug 13 17:55:38.025 INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3
73762026-08-13T17:55:39.460Z
73772026-08-13T17:55:39.460Z Aug 13 17:55:38.025
73782026-08-13T17:55:39.460Z INFO Aug 13 17:55:38.025adding route 172.17.0.28/32 -> 10.0.0.255Aug 13 17:55:38.025
73792026-08-13T17:55:39.460Z INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
73802026-08-13T17:55:39.460Z
73812026-08-13T17:55:39.460ZAug 13 17:55:38.025INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 13 17:55:38.025DEBG Aug 13 17:55:38.025
73822026-08-13T17:55:39.460Z DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73832026-08-13T17:55:39.460Z
73842026-08-13T17:55:39.461Z
73852026-08-13T17:55:39.461ZAug 13 17:55:38.025Aug 13 17:55:38.025Aug 13 17:55:38.025 INFOINFO Aug 13 17:55:38.025adding route 172.17.0.29/32 -> 10.0.0.255DEBG
73862026-08-13T17:55:39.461Zadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
73872026-08-13T17:55:39.461Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73882026-08-13T17:55:39.461ZDEBGAug 13 17:55:38.025 Aug 13 17:55:38.025 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
73892026-08-13T17:55:39.461ZDEBGDEBGAug 13 17:55:38.025 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73902026-08-13T17:55:39.461Zadding route 172.17.0.40/32 -> 10.0.0.255
73912026-08-13T17:55:39.461Z
73922026-08-13T17:55:39.461ZAug 13 17:55:38.025 DEBGAug 13 17:55:38.025 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:55:38.025
73932026-08-13T17:55:39.461Z INFODEBG Aug 13 17:55:38.025replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73942026-08-13T17:55:39.461ZINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255
73952026-08-13T17:55:39.461Z
73962026-08-13T17:55:39.461ZAug 13 17:55:38.025 INFOAug 13 17:55:38.025 adding route 172.17.0.41/32 -> 10.0.0.255DEBG
73972026-08-13T17:55:39.462Z replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
73982026-08-13T17:55:39.462ZAug 13 17:55:38.025 DEBGAug 13 17:55:38.025 Aug 13 17:55:38.025DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
73992026-08-13T17:55:39.462Zadding route 172.17.0.31/32 -> 10.0.0.255
74002026-08-13T17:55:39.462Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74012026-08-13T17:55:39.462ZAug 13 17:55:38.025 INFOAug 13 17:55:38.025 Aug 13 17:55:38.025DEBG INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74022026-08-13T17:55:39.462Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255
74032026-08-13T17:55:39.462Z
74042026-08-13T17:55:39.462ZAug 13 17:55:38.025 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.015
74052026-08-13T17:55:39.462Z Aug 13 17:55:38.025 Aug 13 17:55:38.025replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
74062026-08-13T17:55:39.462Z Aug 13 17:55:38.025adding route 172.17.0.32/32 -> 10.0.0.255DEBG
74072026-08-13T17:55:39.462Z replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74082026-08-13T17:55:39.462ZINFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
74092026-08-13T17:55:39.467ZAug 13 17:55:38.025
74102026-08-13T17:55:39.467Z INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:55:38.025Aug 13 17:55:38.025 Aug 13 17:55:38.025DEBGAug 13 17:55:38.025
74112026-08-13T17:55:39.467Z INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
74122026-08-13T17:55:39.467Z
74132026-08-13T17:55:39.467ZDEBGAug 13 17:55:38.025 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGINFO
74142026-08-13T17:55:39.467Z Aug 13 17:55:38.025Aug 13 17:55:38.025 adding route 172.17.0.31/32 -> 10.0.0.255 replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
74152026-08-13T17:55:39.467Z
74162026-08-13T17:55:39.467Z Aug 13 17:55:38.025INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74172026-08-13T17:55:39.467Zadding route 172.17.0.33/32 -> 10.0.0.255 INFO Aug 13 17:55:38.025
74182026-08-13T17:55:39.467ZAug 13 17:55:38.025 INFO Aug 13 17:55:38.025adding route 172.17.0.44/32 -> 10.0.0.255 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 13 17:55:38.025 INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74192026-08-13T17:55:39.467Z DEBG
74202026-08-13T17:55:39.467Zadding route 3fff:beef:34::/64 -> 2001:db8::55:ff
74212026-08-13T17:55:39.467Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74222026-08-13T17:55:39.467ZAug 13 17:55:38.025
74232026-08-13T17:55:39.467Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.025
74242026-08-13T17:55:39.467ZAug 13 17:55:38.025Aug 13 17:55:38.025 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74252026-08-13T17:55:39.467ZINFOAug 13 17:55:38.025adding route 172.17.0.34/32 -> 10.0.0.255
74262026-08-13T17:55:39.468Z adding route 172.17.0.32/32 -> 10.0.0.255INFO
74272026-08-13T17:55:39.468Z Aug 13 17:55:38.025adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff
74282026-08-13T17:55:39.468ZAug 13 17:55:38.025Aug 13 17:55:38.025 DEBGDEBGAug 13 17:55:38.025Aug 13 17:55:38.025INFO DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG
74292026-08-13T17:55:39.468Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74302026-08-13T17:55:39.468Z replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.025
74312026-08-13T17:55:39.468Z DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.025
74322026-08-13T17:55:39.468Z
74332026-08-13T17:55:39.468Z
74342026-08-13T17:55:39.468ZAug 13 17:55:38.025 INFOINFO Aug 13 17:55:38.025Aug 13 17:55:38.025Aug 13 17:55:38.025adding route 172.17.0.35/32 -> 10.0.0.255 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO
74352026-08-13T17:55:39.468Z
74362026-08-13T17:55:39.468Z adding route 172.17.0.45/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
74372026-08-13T17:55:39.468ZINFO
74382026-08-13T17:55:39.468Z Aug 13 17:55:38.025adding route 172.17.0.33/32 -> 10.0.0.255 DEBG
74392026-08-13T17:55:39.468Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.025Aug 13 17:55:38.025 DEBG
74402026-08-13T17:55:39.468Z Aug 13 17:55:38.025 DEBGDEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.025 Aug 13 17:55:38.025
74412026-08-13T17:55:39.468Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
74422026-08-13T17:55:39.468Z
74432026-08-13T17:55:39.468Z adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
74442026-08-13T17:55:39.468ZDEBGAug 13 17:55:38.025 INFOAug 13 17:55:38.025 Aug 13 17:55:38.025adding route 172.17.0.36/32 -> 10.0.0.255 DEBGAug 13 17:55:38.025
74452026-08-13T17:55:39.468Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74462026-08-13T17:55:39.468Zadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
74472026-08-13T17:55:39.468Z Aug 13 17:55:38.025INFO
74482026-08-13T17:55:39.468ZDEBG adding route 172.17.0.46/32 -> 10.0.0.255 Aug 13 17:55:38.025replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:38.025
74492026-08-13T17:55:39.468Z
74502026-08-13T17:55:39.468ZINFODEBGAug 13 17:55:38.025 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO
74512026-08-13T17:55:39.468Z Aug 13 17:55:38.025 Aug 13 17:55:38.025replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:38.025
74522026-08-13T17:55:39.468ZINFO adding route 172.17.0.34/32 -> 10.0.0.255DEBGDEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74532026-08-13T17:55:39.469ZAug 13 17:55:38.025 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74542026-08-13T17:55:39.469Z
74552026-08-13T17:55:39.469Z
74562026-08-13T17:55:39.469ZINFOAug 13 17:55:38.025 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG Aug 13 17:55:38.025replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74572026-08-13T17:55:39.469Z INFO
74582026-08-13T17:55:39.469ZAug 13 17:55:38.025 Aug 13 17:55:38.025adding route 3fff:beef:33::/64 -> 2001:db8::55:ff
74592026-08-13T17:55:39.469Z DEBGAug 13 17:55:38.025Aug 13 17:55:38.025 Aug 13 17:55:38.025INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO
74602026-08-13T17:55:39.469ZDEBG adding route 172.17.0.47/32 -> 10.0.0.255
74612026-08-13T17:55:39.469Zreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255
74622026-08-13T17:55:39.469Z
74632026-08-13T17:55:39.469Z Aug 13 17:55:38.025replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 13 17:55:38.025Aug 13 17:55:38.025
74642026-08-13T17:55:39.469ZAug 13 17:55:38.025 DEBGINFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 13 17:55:38.025adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
74652026-08-13T17:55:39.469Z
74662026-08-13T17:55:39.469Z DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74672026-08-13T17:55:39.469Z
74682026-08-13T17:55:39.469Zreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.025
74692026-08-13T17:55:39.469Z Aug 13 17:55:38.025Aug 13 17:55:38.025DEBG INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 13 17:55:38.025replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.025
74702026-08-13T17:55:39.469Zadding route 172.17.0.39/32 -> 10.0.0.255
74712026-08-13T17:55:39.469Z
74722026-08-13T17:55:39.469ZDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
74732026-08-13T17:55:39.469Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:55:38.025Aug 13 17:55:38.025Aug 13 17:55:38.025
74742026-08-13T17:55:39.469Z Aug 13 17:55:38.025 INFOINFODEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.025
74752026-08-13T17:55:39.469Zadding route 172.17.0.36/32 -> 10.0.0.255 adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
74762026-08-13T17:55:39.469Z
74772026-08-13T17:55:39.469ZDEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 13 17:55:38.025replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74782026-08-13T17:55:39.469ZAug 13 17:55:38.025
74792026-08-13T17:55:39.469Z INFOAug 13 17:55:38.025DEBG DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 13 17:55:38.025replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.025
74802026-08-13T17:55:39.469Z INFO
74812026-08-13T17:55:39.470Ztest route::tests::shrink_preserves_compacted_order ... ok
74822026-08-13T17:55:39.470Ztest route::tests::delete_target_fragmented ... ok
74832026-08-13T17:55:39.470ZDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
74842026-08-13T17:55:39.470ZAug 13 17:55:38.025 DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
74852026-08-13T17:55:39.470Zcreated new freemap, Aug 13 17:55:38.033unit :DEBGAug 13 17:55:38.033 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4INFO
74862026-08-13T17:55:39.470Z
74872026-08-13T17:55:39.470Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
74882026-08-13T17:55:39.470ZAug 13 17:55:38.025 DEBGAug 13 17:55:38.033 Aug 13 17:55:38.033replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
74892026-08-13T17:55:39.470ZDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
74902026-08-13T17:55:39.470Z Aug 13 17:55:38.033adding route 172.17.0.50/32 -> 10.0.0.255
74912026-08-13T17:55:39.470ZAug 13 17:55:38.033DEBG INFOAug 13 17:55:38.033 created new freemapadding route 172.17.0.41/32 -> 10.0.0.255INFO
74922026-08-13T17:55:39.470Z, unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff:
74932026-08-13T17:55:39.470Z Aug 13 17:55:38.033freemap_route_ipv6 Aug 13 17:55:38.033DEBG
74942026-08-13T17:55:39.470Z replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
74952026-08-13T17:55:39.470Z Aug 13 17:55:38.033Aug 13 17:55:38.033 DEBGDEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.033
74962026-08-13T17:55:39.470Z
74972026-08-13T17:55:39.470Z initted freemap. size: 64INFO, unitadding route 172.17.0.42/32 -> 10.0.0.255:Aug 13 17:55:38.033
74982026-08-13T17:55:39.470Z DEBGAug 13 17:55:38.033 freemap_route_ipv4INFO
74992026-08-13T17:55:39.470Z failed to allocate space for the new target listadding route 172.17.0.51/32 -> 10.0.0.255
75002026-08-13T17:55:39.470Z
75012026-08-13T17:55:39.470ZAug 13 17:55:38.033 DEBG Aug 13 17:55:38.033Aug 13 17:55:38.033 reset freemapDEBG, unitDEBG: Aug 13 17:55:38.033replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75022026-08-13T17:55:39.470ZDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
75032026-08-13T17:55:39.470Z Aug 13 17:55:38.033freemap_route_ipv4
75042026-08-13T17:55:39.470Z
75052026-08-13T17:55:39.470Z INFO Aug 13 17:55:38.033adding route 172.17.0.52/32 -> 10.0.0.255
75062026-08-13T17:55:39.470ZINFO adding route 172.17.0.43/32 -> 10.0.0.255
75072026-08-13T17:55:39.470ZAug 13 17:55:38.033 Aug 13 17:55:38.033DEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.033
75082026-08-13T17:55:39.470Z initted freemap. size: 64DEBG , replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
75092026-08-13T17:55:39.475ZAug 13 17:55:38.033: INFO adding route 172.17.0.53/32 -> 10.0.0.255freemap_route_ipv6
75102026-08-13T17:55:39.476ZAug 13 17:55:38.033
75112026-08-13T17:55:39.476Z INFO Aug 13 17:55:38.033adding route 172.17.0.44/32 -> 10.0.0.255
75122026-08-13T17:55:39.476ZDEBGAug 13 17:55:38.025 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.033INFOAug 13 17:55:38.033
75132026-08-13T17:55:39.476Z DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff
75142026-08-13T17:55:39.476Z reset freemapDEBG, unitreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.033
75152026-08-13T17:55:39.476ZAug 13 17:55:38.033 : INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255
75162026-08-13T17:55:39.476Zreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
75172026-08-13T17:55:39.476Z
75182026-08-13T17:55:39.476ZAug 13 17:55:38.033 Aug 13 17:55:38.033INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 Aug 13 17:55:38.033replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.033
75192026-08-13T17:55:39.476Z
75202026-08-13T17:55:39.476Z INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO
75212026-08-13T17:55:39.476ZAug 13 17:55:38.033 INFOAug 13 17:55:38.033adding route 172.16.0.0/32 -> 10.0.0.1
75222026-08-13T17:55:39.477ZAug 13 17:55:38.033DEBG DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.034
75232026-08-13T17:55:39.477Z
75242026-08-13T17:55:39.477Z adding route 172.17.0.55/32 -> 10.0.0.255DEBG
75252026-08-13T17:55:39.477Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
75262026-08-13T17:55:39.477ZAug 13 17:55:38.034Aug 13 17:55:38.034 INFOINFO Aug 13 17:55:38.034adding route 172.17.0.46/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
75272026-08-13T17:55:39.477Z
75282026-08-13T17:55:39.477ZAug 13 17:55:38.034INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2
75292026-08-13T17:55:39.477Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034
75302026-08-13T17:55:39.477Z DEBGAug 13 17:55:38.034 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.034
75312026-08-13T17:55:39.477ZDEBG INFOAug 13 17:55:38.034replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGadding route 172.17.0.56/32 -> 10.0.0.255
75322026-08-13T17:55:39.477Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75332026-08-13T17:55:39.477Z
75342026-08-13T17:55:39.477ZAug 13 17:55:38.034Aug 13 17:55:38.034 Aug 13 17:55:38.034DEBG INFOINFO Aug 13 17:55:38.034adding route 172.17.0.47/32 -> 10.0.0.255 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75352026-08-13T17:55:39.477ZINFO
75362026-08-13T17:55:39.477Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3
75372026-08-13T17:55:39.478Z
75382026-08-13T17:55:39.478ZAug 13 17:55:38.034Aug 13 17:55:38.034 Aug 13 17:55:38.034 DEBGDEBGINFO adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.034
75392026-08-13T17:55:39.478Z
75402026-08-13T17:55:39.478Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG
75412026-08-13T17:55:39.478Z Aug 13 17:55:38.034replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:55:38.034INFOAug 13 17:55:38.034
75422026-08-13T17:55:39.478Z INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff DEBG
75432026-08-13T17:55:39.478Zadding route 172.16.0.0/32 -> 10.0.0.4 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034
75442026-08-13T17:55:39.478Z
75452026-08-13T17:55:39.478ZINFOAug 13 17:55:38.034 adding route 172.17.0.48/32 -> 10.0.0.255DEBG
75462026-08-13T17:55:39.479Z replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:55:38.034Aug 13 17:55:38.034 Aug 13 17:55:38.034DEBGDEBG
75472026-08-13T17:55:39.479ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
75482026-08-13T17:55:39.479Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
75492026-08-13T17:55:39.479Z
75502026-08-13T17:55:39.479ZAug 13 17:55:38.034Aug 13 17:55:38.034Aug 13 17:55:38.034Aug 13 17:55:38.034 DEBGINFODEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255
75512026-08-13T17:55:39.479Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
75522026-08-13T17:55:39.479Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
75532026-08-13T17:55:39.479Z
75542026-08-13T17:55:39.479ZAug 13 17:55:38.034 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 13 17:55:38.034
75552026-08-13T17:55:39.479Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75562026-08-13T17:55:39.479ZAug 13 17:55:38.034Aug 13 17:55:38.034 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75572026-08-13T17:55:39.479Z
75582026-08-13T17:55:39.479ZINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
75592026-08-13T17:55:39.479ZAug 13 17:55:38.034 INFOAug 13 17:55:38.034 Aug 13 17:55:38.034adding route 172.17.0.60/32 -> 10.0.0.255
75602026-08-13T17:55:39.479ZDEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255
75612026-08-13T17:55:39.479Z
75622026-08-13T17:55:39.479ZAug 13 17:55:38.034 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75632026-08-13T17:55:39.479ZAug 13 17:55:38.034 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034
75642026-08-13T17:55:39.479Z DEBG failed to allocate space for the new target listAug 13 17:55:38.034 Aug 13 17:55:38.034
75652026-08-13T17:55:39.480Z INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
75662026-08-13T17:55:39.480Zadding route 172.17.0.51/32 -> 10.0.0.255Aug 13 17:55:38.034
75672026-08-13T17:55:39.480Z DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
75682026-08-13T17:55:39.480ZAug 13 17:55:38.034 DEBGAug 13 17:55:38.034 DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75692026-08-13T17:55:39.480Zreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
75702026-08-13T17:55:39.480Z
75712026-08-13T17:55:39.480ZAug 13 17:55:38.034 INFOAug 13 17:55:38.034 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
75722026-08-13T17:55:39.480Zadding route 172.17.0.52/32 -> 10.0.0.255
75732026-08-13T17:55:39.480ZAug 13 17:55:38.034 DEBG Aug 13 17:55:38.034replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:55:38.034
75742026-08-13T17:55:39.480ZINFO adding route 172.17.0.37/32 -> 10.0.0.255DEBG
75752026-08-13T17:55:39.480Z replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034
75762026-08-13T17:55:39.480Z DEBG failed to allocate space for the new target list
75772026-08-13T17:55:39.480ZAug 13 17:55:38.034Aug 13 17:55:38.034 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.034
75782026-08-13T17:55:39.480Zadding route 172.17.0.53/32 -> 10.0.0.255
75792026-08-13T17:55:39.480ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
75802026-08-13T17:55:39.480ZAug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75812026-08-13T17:55:39.480Z
75822026-08-13T17:55:39.481ZAug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75832026-08-13T17:55:39.481Z
75842026-08-13T17:55:39.481Ztest route::tests::delete_targets_full ... ok
75852026-08-13T17:55:39.481ZAug 13 17:55:38.034Aug 13 17:55:38.034 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
75862026-08-13T17:55:39.481Z
75872026-08-13T17:55:39.481ZAug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75882026-08-13T17:55:39.481Z
75892026-08-13T17:55:39.481ZAug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75902026-08-13T17:55:39.481Z
75912026-08-13T17:55:39.481ZAug 13 17:55:38.034Aug 13 17:55:38.034 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255
75922026-08-13T17:55:39.481Z
75932026-08-13T17:55:39.481ZAug 13 17:55:38.034Aug 13 17:55:38.034 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75942026-08-13T17:55:39.481ZAug 13 17:55:38.034
75952026-08-13T17:55:39.481Z DEBG created new freemap, Aug 13 17:55:38.043unit :INFO freemap_route_ipv4adding route 172.17.0.57/32 -> 10.0.0.255Aug 13 17:55:38.043
75962026-08-13T17:55:39.481Z
75972026-08-13T17:55:39.481ZDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.043
75982026-08-13T17:55:39.481Z DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
75992026-08-13T17:55:39.481ZAug 13 17:55:38.043 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 13 17:55:38.043
76002026-08-13T17:55:39.481Z INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 13 17:55:38.043Aug 13 17:55:38.043
76012026-08-13T17:55:39.481Z DEBGDEBG created new freemapAug 13 17:55:38.043, replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76022026-08-13T17:55:39.481ZunitDEBG: replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6Aug 13 17:55:38.043 INFO adding route 172.17.0.43/32 -> 10.0.0.255
76032026-08-13T17:55:39.481ZAug 13 17:55:38.044 DEBG
76042026-08-13T17:55:39.481Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76052026-08-13T17:55:39.481ZAug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255initted freemap. size: 64
76062026-08-13T17:55:39.481Z, unit: freemap_route_ipv4Aug 13 17:55:38.044
76072026-08-13T17:55:39.481ZDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76082026-08-13T17:55:39.481ZAug 13 17:55:38.044 DEBG Aug 13 17:55:38.044reset freemap , INFOunit :adding route 172.17.0.45/32 -> 10.0.0.255
76092026-08-13T17:55:39.486Zfreemap_route_ipv4
76102026-08-13T17:55:39.486ZAug 13 17:55:38.034Aug 13 17:55:38.044Aug 13 17:55:38.044 DEBGDEBG DEBG created new freemap replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
76112026-08-13T17:55:39.486Zinitted freemap. size: 64unit, :unit :freemap_route_ipv4
76122026-08-13T17:55:39.486ZAug 13 17:55:38.044freemap_route_ipv6
76132026-08-13T17:55:39.486ZINFO adding route 172.17.0.46/32 -> 10.0.0.255
76142026-08-13T17:55:39.487ZAug 13 17:55:38.044Aug 13 17:55:38.044Aug 13 17:55:38.044 DEBG DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemapreset freemap, ,
76152026-08-13T17:55:39.487Zunitunit: :freemap_route_ipv6
76162026-08-13T17:55:39.487Zfreemap_route_ipv6Aug 13 17:55:38.044
76172026-08-13T17:55:39.487Z INFO Aug 13 17:55:38.044adding route 172.17.0.47/32 -> 10.0.0.255
76182026-08-13T17:55:39.487ZINFO Aug 13 17:55:38.044adding route 172.16.0.0/32 -> 10.0.0.1
76192026-08-13T17:55:39.487ZDEBG Aug 13 17:55:38.044initted freemap. size: 64 , DEBGunitAug 13 17:55:38.044: DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
76202026-08-13T17:55:39.487Z
76212026-08-13T17:55:39.487Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76222026-08-13T17:55:39.487ZAug 13 17:55:38.044Aug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBG INFOadding route 172.17.0.48/32 -> 10.0.0.255
76232026-08-13T17:55:39.487Zadding route 172.16.0.0/32 -> 10.0.0.2 reset freemap
76242026-08-13T17:55:39.487Z, unit: freemap_route_ipv4
76252026-08-13T17:55:39.487ZAug 13 17:55:38.044 Aug 13 17:55:38.044DEBG Aug 13 17:55:38.044DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76262026-08-13T17:55:39.487Z
76272026-08-13T17:55:39.487Zinitted freemap. size: 64, unit:Aug 13 17:55:38.044 freemap_route_ipv6INFOAug 13 17:55:38.044
76282026-08-13T17:55:39.487Z INFOadding route 172.17.0.49/32 -> 10.0.0.255
76292026-08-13T17:55:39.487Zadding route 172.17.0.0/32 -> 10.0.0.255Aug 13 17:55:38.044
76302026-08-13T17:55:39.488Z DEBG reset freemap, unitAug 13 17:55:38.044: Aug 13 17:55:38.044 freemap_route_ipv6DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76312026-08-13T17:55:39.488Z
76322026-08-13T17:55:39.488Z
76332026-08-13T17:55:39.488ZAug 13 17:55:38.044Aug 13 17:55:38.044 INFOAug 13 17:55:38.044INFO adding route 172.17.0.1/32 -> 10.0.0.255
76342026-08-13T17:55:39.488ZINFOadding route 172.16.0.0/32 -> 10.0.0.1
76352026-08-13T17:55:39.488Zadding route 172.17.0.50/32 -> 10.0.0.255
76362026-08-13T17:55:39.488ZAug 13 17:55:38.044 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76372026-08-13T17:55:39.488ZAug 13 17:55:38.044 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76382026-08-13T17:55:39.488Z
76392026-08-13T17:55:39.488ZINFO adding route 172.17.0.2/32 -> 10.0.0.255
76402026-08-13T17:55:39.489ZAug 13 17:55:38.044 INFOAug 13 17:55:38.044 Aug 13 17:55:38.044 INFOadding route 172.17.0.51/32 -> 10.0.0.255 DEBG
76412026-08-13T17:55:39.489Zadding route 172.16.0.0/32 -> 10.0.0.1
76422026-08-13T17:55:39.489Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76432026-08-13T17:55:39.489ZAug 13 17:55:38.044 DEBG Aug 13 17:55:38.044replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76442026-08-13T17:55:39.489Z INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76452026-08-13T17:55:39.489Z
76462026-08-13T17:55:39.489ZAug 13 17:55:38.044 INFO adding route 172.17.0.52/32 -> 10.0.0.255
76472026-08-13T17:55:39.489ZAug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBGAug 13 17:55:38.044 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76482026-08-13T17:55:39.489Zadding route 172.16.0.0/32 -> 10.0.0.1
76492026-08-13T17:55:39.489Zreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76502026-08-13T17:55:39.489ZAug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044INFO INFODEBGadding route 172.17.0.53/32 -> 10.0.0.255
76512026-08-13T17:55:39.489Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
76522026-08-13T17:55:39.489Zadding route 172.17.0.4/32 -> 10.0.0.255
76532026-08-13T17:55:39.489ZAug 13 17:55:38.044 DEBGAug 13 17:55:38.044Aug 13 17:55:38.044 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76542026-08-13T17:55:39.489ZDEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
76552026-08-13T17:55:39.489Z
76562026-08-13T17:55:39.489ZAug 13 17:55:38.044 INFO adding route 172.17.0.54/32 -> 10.0.0.255
76572026-08-13T17:55:39.489ZAug 13 17:55:38.044 Aug 13 17:55:38.044DEBG INFOAug 13 17:55:38.044 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255
76582026-08-13T17:55:39.489ZDEBG
76592026-08-13T17:55:39.489Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76602026-08-13T17:55:39.489ZAug 13 17:55:38.044 DEBG Aug 13 17:55:38.044Aug 13 17:55:38.044replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76612026-08-13T17:55:39.489ZINFO INFOadding route 172.17.0.0/32 -> 10.0.0.255
76622026-08-13T17:55:39.489Zadding route 172.17.0.55/32 -> 10.0.0.255Aug 13 17:55:38.044
76632026-08-13T17:55:39.489Z INFOAug 13 17:55:38.044 adding route 172.17.0.6/32 -> 10.0.0.255DEBG
76642026-08-13T17:55:39.489Z replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76652026-08-13T17:55:39.489Z DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76662026-08-13T17:55:39.489Z DEBG Aug 13 17:55:38.044replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76672026-08-13T17:55:39.489ZINFO Aug 13 17:55:38.044adding route 172.17.0.1/32 -> 10.0.0.255
76682026-08-13T17:55:39.490ZAug 13 17:55:38.044INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255
76692026-08-13T17:55:39.490ZAug 13 17:55:38.044adding route 172.17.0.7/32 -> 10.0.0.255
76702026-08-13T17:55:39.490ZDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76712026-08-13T17:55:39.490Ztest route::tests::add_target_fails_full ... ok
76722026-08-13T17:55:39.490Z DEBGAug 13 17:55:38.044 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044DEBG
76732026-08-13T17:55:39.490Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
76742026-08-13T17:55:39.490Z adding route 172.17.0.2/32 -> 10.0.0.255
76752026-08-13T17:55:39.490ZAug 13 17:55:38.044 Aug 13 17:55:38.044INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255Aug 13 17:55:38.044
76762026-08-13T17:55:39.490Z DEBGadding route 172.17.0.8/32 -> 10.0.0.255
76772026-08-13T17:55:39.490Zreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76782026-08-13T17:55:39.490ZAug 13 17:55:38.044 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044Aug 13 17:55:38.044 DEBGINFO
76792026-08-13T17:55:39.490Zadding route 172.17.0.3/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76802026-08-13T17:55:39.490Z
76812026-08-13T17:55:39.490ZAug 13 17:55:38.044 Aug 13 17:55:38.044INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255
76822026-08-13T17:55:39.490ZAug 13 17:55:38.044adding route 172.17.0.9/32 -> 10.0.0.255
76832026-08-13T17:55:39.490ZDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76842026-08-13T17:55:39.490Z DEBGAug 13 17:55:38.044 Aug 13 17:55:38.044replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76852026-08-13T17:55:39.490ZDEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255
76862026-08-13T17:55:39.490Z
76872026-08-13T17:55:39.490ZAug 13 17:55:38.044Aug 13 17:55:38.044 INFODEBGAug 13 17:55:38.044 adding route 172.17.0.59/32 -> 10.0.0.255 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
76882026-08-13T17:55:39.490Z
76892026-08-13T17:55:39.490ZINFO adding route 172.17.0.10/32 -> 10.0.0.255
76902026-08-13T17:55:39.490ZAug 13 17:55:38.044 INFOAug 13 17:55:38.044 adding route 172.17.0.5/32 -> 10.0.0.255DEBGAug 13 17:55:38.044
76912026-08-13T17:55:39.490Z replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76922026-08-13T17:55:39.490Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044
76932026-08-13T17:55:39.490Z DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:55:38.044Aug 13 17:55:38.044
76942026-08-13T17:55:39.490Z INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:55:38.044adding route 172.17.0.60/32 -> 10.0.0.255
76952026-08-13T17:55:39.490Z
76962026-08-13T17:55:39.490ZINFO adding route 172.17.0.6/32 -> 10.0.0.255
76972026-08-13T17:55:39.491ZAug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
76982026-08-13T17:55:39.491Z
76992026-08-13T17:55:39.491Z replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77002026-08-13T17:55:39.491ZAug 13 17:55:38.044
77012026-08-13T17:55:39.491ZAug 13 17:55:38.044DEBG Aug 13 17:55:38.044INFO failed to allocate space for the new target listINFO
77022026-08-13T17:55:39.491Z adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255
77032026-08-13T17:55:39.491Z
77042026-08-13T17:55:39.491ZAug 13 17:55:38.044Aug 13 17:55:38.044 DEBGINFO Aug 13 17:55:38.044replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
77052026-08-13T17:55:39.491ZAug 13 17:55:38.044DEBG adding route 172.17.0.59/32 -> 10.0.0.255DEBG
77062026-08-13T17:55:39.491Z replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77072026-08-13T17:55:39.491Z
77082026-08-13T17:55:39.491ZAug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044 DEBG INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77092026-08-13T17:55:39.496Zadding route 172.17.0.13/32 -> 10.0.0.255
77102026-08-13T17:55:39.496Z
77112026-08-13T17:55:39.496ZAug 13 17:55:38.044Aug 13 17:55:38.044 Aug 13 17:55:38.044 DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
77122026-08-13T17:55:39.496Z
77132026-08-13T17:55:39.496ZAug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
77142026-08-13T17:55:39.496Z
77152026-08-13T17:55:39.496ZAug 13 17:55:38.052 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77162026-08-13T17:55:39.496ZAug 13 17:55:38.052 Aug 13 17:55:38.052 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255
77172026-08-13T17:55:39.496Zadding route 172.17.0.61/32 -> 10.0.0.255
77182026-08-13T17:55:39.496ZAug 13 17:55:38.052Aug 13 17:55:38.052 DEBG DEBGreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77192026-08-13T17:55:39.496Zreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77202026-08-13T17:55:39.496Z
77212026-08-13T17:55:39.496ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255
77222026-08-13T17:55:39.496Z
77232026-08-13T17:55:39.496ZAug 13 17:55:38.052Aug 13 17:55:38.052 Aug 13 17:55:38.052INFO DEBGDEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77242026-08-13T17:55:39.496Z
77252026-08-13T17:55:39.496Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77262026-08-13T17:55:39.496ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBGAug 13 17:55:38.052 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77272026-08-13T17:55:39.497Zadding route 172.17.0.63/32 -> 10.0.0.255INFO
77282026-08-13T17:55:39.497Z adding route 172.17.0.17/32 -> 10.0.0.255
77292026-08-13T17:55:39.497ZAug 13 17:55:38.052 Aug 13 17:55:38.052INFOAug 13 17:55:38.052 adding route 172.17.0.10/32 -> 10.0.0.255DEBGDEBG
77302026-08-13T17:55:39.497Zreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77312026-08-13T17:55:39.497Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77322026-08-13T17:55:39.497ZAug 13 17:55:38.052 Aug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFODEBG adding route 172.17.0.18/32 -> 10.0.0.255failed to allocate space for the new target list
77332026-08-13T17:55:39.497Z
77342026-08-13T17:55:39.497Z replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77352026-08-13T17:55:39.497ZAug 13 17:55:38.052 Aug 13 17:55:38.052DEBG Aug 13 17:55:38.052DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO
77362026-08-13T17:55:39.497Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77372026-08-13T17:55:39.497Zadding route 172.17.0.11/32 -> 10.0.0.255
77382026-08-13T17:55:39.497ZAug 13 17:55:38.052 Aug 13 17:55:38.052DEBG Aug 13 17:55:38.052 INFOfailed to allocate space for the new target list
77392026-08-13T17:55:39.497ZDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
77402026-08-13T17:55:39.497Z
77412026-08-13T17:55:39.497ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77422026-08-13T17:55:39.497Z
77432026-08-13T17:55:39.497ZAug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255
77442026-08-13T17:55:39.497Z
77452026-08-13T17:55:39.497ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77462026-08-13T17:55:39.497Z
77472026-08-13T17:55:39.497ZAug 13 17:55:38.052 DEBG Aug 13 17:55:38.052replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77482026-08-13T17:55:39.497ZINFO adding route 172.17.0.21/32 -> 10.0.0.255
77492026-08-13T17:55:39.497ZAug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255
77502026-08-13T17:55:39.497Z
77512026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77522026-08-13T17:55:39.498Z
77532026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255
77542026-08-13T17:55:39.498Z
77552026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77562026-08-13T17:55:39.498Z
77572026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255
77582026-08-13T17:55:39.498Z
77592026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77602026-08-13T17:55:39.498Z
77612026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFODEBG adding route 172.17.0.17/32 -> 10.0.0.255
77622026-08-13T17:55:39.498ZAug 13 17:55:38.052replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77632026-08-13T17:55:39.498ZDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77642026-08-13T17:55:39.498ZAug 13 17:55:38.052Aug 13 17:55:38.052 INFO adding route 172.17.0.25/32 -> 10.0.0.255
77652026-08-13T17:55:39.498ZINFO adding route 172.17.0.18/32 -> 10.0.0.255
77662026-08-13T17:55:39.498ZAug 13 17:55:38.052 DEBG Aug 13 17:55:38.052replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77672026-08-13T17:55:39.498ZDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77682026-08-13T17:55:39.498ZAug 13 17:55:38.053 INFO Aug 13 17:55:38.053adding route 172.17.0.26/32 -> 10.0.0.255
77692026-08-13T17:55:39.498ZINFO adding route 172.17.0.19/32 -> 10.0.0.255
77702026-08-13T17:55:39.498ZAug 13 17:55:38.053 DEBGAug 13 17:55:38.053 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
77712026-08-13T17:55:39.498Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77722026-08-13T17:55:39.498ZAug 13 17:55:38.053 Aug 13 17:55:38.053INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255
77732026-08-13T17:55:39.498Zadding route 172.17.0.20/32 -> 10.0.0.255
77742026-08-13T17:55:39.498ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77752026-08-13T17:55:39.498Z
77762026-08-13T17:55:39.498ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255
77772026-08-13T17:55:39.498Z
77782026-08-13T17:55:39.498ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77792026-08-13T17:55:39.498Z
77802026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255
77812026-08-13T17:55:39.499Z
77822026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77832026-08-13T17:55:39.499Z
77842026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255
77852026-08-13T17:55:39.499Z
77862026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77872026-08-13T17:55:39.499Z
77882026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255
77892026-08-13T17:55:39.499Z
77902026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77912026-08-13T17:55:39.499Z
77922026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
77932026-08-13T17:55:39.499Z
77942026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77952026-08-13T17:55:39.499Z
77962026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
77972026-08-13T17:55:39.499Z
77982026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
77992026-08-13T17:55:39.499Z
78002026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255
78012026-08-13T17:55:39.499Z
78022026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78032026-08-13T17:55:39.499Z
78042026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255
78052026-08-13T17:55:39.499Z
78062026-08-13T17:55:39.499ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78072026-08-13T17:55:39.499Z
78082026-08-13T17:55:39.500ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255
78092026-08-13T17:55:39.506Z
78102026-08-13T17:55:39.506ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78112026-08-13T17:55:39.506Z
78122026-08-13T17:55:39.506ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255
78132026-08-13T17:55:39.506Z
78142026-08-13T17:55:39.506ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78152026-08-13T17:55:39.507Z
78162026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255
78172026-08-13T17:55:39.507Z
78182026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78192026-08-13T17:55:39.507Z
78202026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255
78212026-08-13T17:55:39.507Z
78222026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78232026-08-13T17:55:39.507Z
78242026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255
78252026-08-13T17:55:39.507Z
78262026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 DEBGDEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78272026-08-13T17:55:39.507Z
78282026-08-13T17:55:39.507ZAug 13 17:55:38.053Aug 13 17:55:38.053 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255
78292026-08-13T17:55:39.507Z
78302026-08-13T17:55:39.507ZAug 13 17:55:38.062 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78312026-08-13T17:55:39.508ZAug 13 17:55:38.062 DEBG Aug 13 17:55:38.062replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78322026-08-13T17:55:39.508ZINFO adding route 172.17.0.35/32 -> 10.0.0.255
78332026-08-13T17:55:39.508ZAug 13 17:55:38.062 INFO Aug 13 17:55:38.062adding route 172.17.0.42/32 -> 10.0.0.255
78342026-08-13T17:55:39.508ZDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78352026-08-13T17:55:39.508ZAug 13 17:55:38.062 DEBG Aug 13 17:55:38.062replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78362026-08-13T17:55:39.508ZINFO adding route 172.17.0.36/32 -> 10.0.0.255
78372026-08-13T17:55:39.508ZAug 13 17:55:38.062 INFO Aug 13 17:55:38.062adding route 172.17.0.43/32 -> 10.0.0.255
78382026-08-13T17:55:39.508ZDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78392026-08-13T17:55:39.508ZAug 13 17:55:38.062 DEBGAug 13 17:55:38.062 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78402026-08-13T17:55:39.508Z adding route 172.17.0.37/32 -> 10.0.0.255
78412026-08-13T17:55:39.508ZAug 13 17:55:38.062 INFOAug 13 17:55:38.062 adding route 172.17.0.44/32 -> 10.0.0.255DEBG
78422026-08-13T17:55:39.508Z replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78432026-08-13T17:55:39.508ZAug 13 17:55:38.062 DEBGAug 13 17:55:38.062 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
78442026-08-13T17:55:39.508Z adding route 172.17.0.38/32 -> 10.0.0.255
78452026-08-13T17:55:39.508ZAug 13 17:55:38.062 INFOAug 13 17:55:38.062 adding route 172.17.0.45/32 -> 10.0.0.255DEBG
78462026-08-13T17:55:39.508Z replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78472026-08-13T17:55:39.509ZAug 13 17:55:38.062 Aug 13 17:55:38.062DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78482026-08-13T17:55:39.509Zadding route 172.17.0.39/32 -> 10.0.0.255
78492026-08-13T17:55:39.509ZAug 13 17:55:38.062 Aug 13 17:55:38.062INFO DEBGadding route 172.17.0.46/32 -> 10.0.0.255
78502026-08-13T17:55:39.509Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78512026-08-13T17:55:39.509ZAug 13 17:55:38.062 Aug 13 17:55:38.062DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78522026-08-13T17:55:39.509Zadding route 172.17.0.40/32 -> 10.0.0.255
78532026-08-13T17:55:39.509ZAug 13 17:55:38.062 Aug 13 17:55:38.062INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255
78542026-08-13T17:55:39.509Zreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78552026-08-13T17:55:39.509ZAug 13 17:55:38.062 Aug 13 17:55:38.062DEBG INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78562026-08-13T17:55:39.509Zadding route 172.17.0.41/32 -> 10.0.0.255
78572026-08-13T17:55:39.509ZAug 13 17:55:38.062 Aug 13 17:55:38.062INFO DEBGadding route 172.17.0.48/32 -> 10.0.0.255
78582026-08-13T17:55:39.509Zreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78592026-08-13T17:55:39.509ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255
78602026-08-13T17:55:39.509Z
78612026-08-13T17:55:39.509ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78622026-08-13T17:55:39.509Z
78632026-08-13T17:55:39.509ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255
78642026-08-13T17:55:39.509Z
78652026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78662026-08-13T17:55:39.510Ztest route::tests::delete_target_full ... ok
78672026-08-13T17:55:39.510Ztest route::tests::delete_targets_fragmented ... ok
78682026-08-13T17:55:39.510Z
78692026-08-13T17:55:39.510Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
78702026-08-13T17:55:39.510Z
78712026-08-13T17:55:39.510Z
78722026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78732026-08-13T17:55:39.510Z
78742026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
78752026-08-13T17:55:39.510Z
78762026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78772026-08-13T17:55:39.510Z
78782026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255
78792026-08-13T17:55:39.510Z
78802026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78812026-08-13T17:55:39.510Z
78822026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255
78832026-08-13T17:55:39.510Z
78842026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78852026-08-13T17:55:39.510Z
78862026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255
78872026-08-13T17:55:39.510Z
78882026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78892026-08-13T17:55:39.510Z
78902026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255
78912026-08-13T17:55:39.510Z
78922026-08-13T17:55:39.510ZAug 13 17:55:38.062Aug 13 17:55:38.062 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78932026-08-13T17:55:39.510Z
78942026-08-13T17:55:39.511ZAug 13 17:55:38.072 Aug 13 17:55:38.072DEBG INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78952026-08-13T17:55:39.511Zadding route 172.17.0.56/32 -> 10.0.0.255
78962026-08-13T17:55:39.511ZAug 13 17:55:38.072 INFO adding route 172.17.0.50/32 -> 10.0.0.255
78972026-08-13T17:55:39.511ZAug 13 17:55:38.072 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
78982026-08-13T17:55:39.511ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255
78992026-08-13T17:55:39.511Z
79002026-08-13T17:55:39.511ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255
79012026-08-13T17:55:39.511Z
79022026-08-13T17:55:39.511ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79032026-08-13T17:55:39.511Z
79042026-08-13T17:55:39.511ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255
79052026-08-13T17:55:39.511Z
79062026-08-13T17:55:39.511ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79072026-08-13T17:55:39.511Z
79082026-08-13T17:55:39.511ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255
79092026-08-13T17:55:39.516Z
79102026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79112026-08-13T17:55:39.516Z
79122026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255
79132026-08-13T17:55:39.516Z
79142026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79152026-08-13T17:55:39.516Z
79162026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255
79172026-08-13T17:55:39.516Z
79182026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79192026-08-13T17:55:39.516Z
79202026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255
79212026-08-13T17:55:39.516Z
79222026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79232026-08-13T17:55:39.516Z
79242026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list
79252026-08-13T17:55:39.516Z
79262026-08-13T17:55:39.516ZAug 13 17:55:38.072Aug 13 17:55:38.072 INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
79272026-08-13T17:55:39.516Z
79282026-08-13T17:55:39.516ZAug 13 17:55:38.072 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79292026-08-13T17:55:39.516ZAug 13 17:55:38.072 INFO adding route 172.17.0.59/32 -> 10.0.0.255
79302026-08-13T17:55:39.516ZAug 13 17:55:38.072 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79312026-08-13T17:55:39.517ZAug 13 17:55:38.072 INFO adding route 172.17.0.60/32 -> 10.0.0.255
79322026-08-13T17:55:39.517ZAug 13 17:55:38.072 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
79332026-08-13T17:55:39.517ZAug 13 17:55:38.072 DEBG failed to allocate space for the new target list
79342026-08-13T17:55:39.517ZAug 13 17:55:38.072 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
79352026-08-13T17:55:39.517Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402)
79362026-08-13T17:55:39.517Z
79372026-08-13T17:55:39.517Zrunning 0 tests
79382026-08-13T17:55:39.517Z
79392026-08-13T17:55:39.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79402026-08-13T17:55:39.517Z
79412026-08-13T17:55:39.517Z Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95)
79422026-08-13T17:55:39.517Z
79432026-08-13T17:55:39.517Zrunning 0 tests
79442026-08-13T17:55:39.517Z
79452026-08-13T17:55:39.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79462026-08-13T17:55:39.517Z
79472026-08-13T17:55:39.517Z Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b)
79482026-08-13T17:55:39.517Z
79492026-08-13T17:55:39.517Zrunning 6 tests
79502026-08-13T17:55:39.517Ztest tests::test_full_lot_id_both_present ... ok
79512026-08-13T17:55:39.517Ztest tests::test_parse_client_port_id ... ok
79522026-08-13T17:55:39.517Ztest tests::test_full_lot_id_lotnum_only ... ok
79532026-08-13T17:55:39.517Ztest tests::test_full_lot_id_lot_only ... ok
79542026-08-13T17:55:39.517Ztest tests::test_full_lot_id_neither_present ... ok
79552026-08-13T17:55:39.517Ztest tests::test_port_id_cmp ... ok
79562026-08-13T17:55:39.517Z
79572026-08-13T17:55:39.517Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79582026-08-13T17:55:39.517Z
79592026-08-13T17:55:39.517Z Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495)
79602026-08-13T17:55:39.518Z
79612026-08-13T17:55:39.518Zrunning 0 tests
79622026-08-13T17:55:39.518Z
79632026-08-13T17:55:39.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79642026-08-13T17:55:39.518Z
79652026-08-13T17:55:39.518Z Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99)
79662026-08-13T17:55:39.518Z
79672026-08-13T17:55:39.518Zrunning 0 tests
79682026-08-13T17:55:39.518Z
79692026-08-13T17:55:39.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79702026-08-13T17:55:39.518Z
79712026-08-13T17:55:39.518Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479)
79722026-08-13T17:55:39.518Z
79732026-08-13T17:55:39.518Zrunning 0 tests
79742026-08-13T17:55:39.518Z
79752026-08-13T17:55:39.518Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79762026-08-13T17:55:39.518Z
79772026-08-13T17:55:39.518Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
79782026-08-13T17:55:39.518Z
79792026-08-13T17:55:39.518Zrunning 12 tests
79802026-08-13T17:55:39.518Ztest icmp::test_v6_checksum ... ok
79812026-08-13T17:55:39.518Ztest icmp::test_v4_checksum ... ok
79822026-08-13T17:55:39.518Ztest ipv6::test_ipv6_parse ... ok
79832026-08-13T17:55:39.518Ztest pbuf::test_byte ... ok
79842026-08-13T17:55:39.518Ztest lldp::test_lldp_parse ... ok
79852026-08-13T17:55:39.518Ztest pbuf::test_nibble ... ok
79862026-08-13T17:55:39.518Ztest pbuf::test_overflow ... ok
79872026-08-13T17:55:39.518Ztest pbuf::test_short ... ok
79882026-08-13T17:55:39.518Ztest pbuf::test_word ... ok
79892026-08-13T17:55:39.519Ztest pbuf::test_twelve ... ok
79902026-08-13T17:55:39.519Ztest tcp::test_checksum_syn_nodata ... ok
79912026-08-13T17:55:39.519Ztest tcp::test_checksum_ack_data ... ok
79922026-08-13T17:55:39.519Z
79932026-08-13T17:55:39.519Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
79942026-08-13T17:55:39.519Z
79952026-08-13T17:55:39.519Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
79962026-08-13T17:55:39.519Z
79972026-08-13T17:55:39.519Zrunning 0 tests
79982026-08-13T17:55:39.519Z
79992026-08-13T17:55:39.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80002026-08-13T17:55:39.519Z
80012026-08-13T17:55:39.519Z Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc)
80022026-08-13T17:55:39.519Z
80032026-08-13T17:55:39.519Zrunning 5 tests
80042026-08-13T17:55:39.523Ztest switchport::test::test_compute_lanes ... ok
80052026-08-13T17:55:39.523Ztest switchport::test::port_id_ordering ... ok
80062026-08-13T17:55:39.523Ztest link::test_filter ... ok
80072026-08-13T17:55:39.524Z Lane 0 Lane 1 Lane 2 Lane 3
80082026-08-13T17:55:39.524Z Lane 0 Rx Loss-of-lock: Yes YesLane 1 Lane 2Yes Lane 3
80092026-08-13T17:55:39.524ZYes
80102026-08-13T17:55:39.524Z State: Activated Rx Loss-of-signal: Yes ActivatedYes ActivatedYes ActivatedYes
80112026-08-13T17:55:39.524Z
80122026-08-13T17:55:39.524Z Rx Output Enabled: false Rx CDR Enabled: Yes false Yesfalse Yesfalse
80132026-08-13T17:55:39.524Z Rx Output Status: validYes
80142026-08-13T17:55:39.524Zvalid Tx Enabled: Yesvalid Yesvalid
80152026-08-13T17:55:39.524Z Yes Rx Loss-of-lock: true Yes
80162026-08-13T17:55:39.524Ztrue Tx Loss-of-lock: No trueNo true
80172026-08-13T17:55:39.524ZNo Rx Loss-of-signal: falseNo
80182026-08-13T17:55:39.524Z Tx Loss-of-signal: Nofalse Nofalse falseNo
80192026-08-13T17:55:39.524ZNo
80202026-08-13T17:55:39.524ZRx Auto-squelch Disable: true true Tx CDR Enabled: No true true
80212026-08-13T17:55:39.524ZNo Tx Output Enabled: trueNo trueNo
80222026-08-13T17:55:39.524Ztrue Tx Adaptive EQ Fault: No trueNo
80232026-08-13T17:55:39.524Z Tx Output Status: invalidNo invalidNo
80242026-08-13T17:55:39.524Z Tx Fault: Yesinvalid invalidYes
80252026-08-13T17:55:39.524Z Yes Tx Loss-of-lock: false Yes
80262026-08-13T17:55:39.524Zfalse false false
80272026-08-13T17:55:39.524Z Tx Loss-of-signal: true true true true
80282026-08-13T17:55:39.524ZTx Auto-squelch Disable: false false false false
80292026-08-13T17:55:39.524Z Tx Adaptive EQ Fail: true true true true
80302026-08-13T17:55:39.524Z Tx Failure: false false false false
80312026-08-13T17:55:39.524Z Tx Force Squelch: true true true true
80322026-08-13T17:55:39.524Z Tx Input Polarity: normal normal normal normal
80332026-08-13T17:55:39.525Ztest switchport::test::test_print_cmis_datapath ... ok
80342026-08-13T17:55:39.525Ztest switchport::test::test_print_sff_datapath ... ok
80352026-08-13T17:55:39.525Z
80362026-08-13T17:55:39.525Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
80372026-08-13T17:55:39.525Z
80382026-08-13T17:55:39.525Z Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7)
80392026-08-13T17:55:39.529Z
80402026-08-13T17:55:39.529Zrunning 1 test
80412026-08-13T17:55:39.529Ztest test_p4_counter_list ... ignored
80422026-08-13T17:55:39.529Z
80432026-08-13T17:55:39.529Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
80442026-08-13T17:55:39.529Z
80452026-08-13T17:55:39.529Z Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43)
80462026-08-13T17:55:39.533Z
80472026-08-13T17:55:39.533Zrunning 5 tests
80482026-08-13T17:55:39.537Ztest test_an ... ignored
80492026-08-13T17:55:39.537Ztest test_enable ... ignored
80502026-08-13T17:55:39.537Ztest test_ip_addresses ... ignored
80512026-08-13T17:55:39.537Ztest test_kr ... ignored
80522026-08-13T17:55:39.537Ztest test_mac ... ignored
80532026-08-13T17:55:39.537Z
80542026-08-13T17:55:39.537Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
80552026-08-13T17:55:39.537Z
80562026-08-13T17:55:39.537Z Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28)
80572026-08-13T17:55:39.537Z
80582026-08-13T17:55:39.537Zrunning 3 tests
80592026-08-13T17:55:39.541Ztest linklocal::test_parse_ipadm ... ok
80602026-08-13T17:55:39.541Ztest tfport::test_parse_tfport ... ok
80612026-08-13T17:55:39.541Ztest config::tests::test_updates ... ok
80622026-08-13T17:55:39.541Z
80632026-08-13T17:55:39.541Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80642026-08-13T17:55:39.541Z
80652026-08-13T17:55:39.541Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
80662026-08-13T17:55:39.545Z
80672026-08-13T17:55:39.545Zrunning 0 tests
80682026-08-13T17:55:39.545Z
80692026-08-13T17:55:39.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80702026-08-13T17:55:39.545Z
80712026-08-13T17:55:39.545Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
80722026-08-13T17:55:39.548Z
80732026-08-13T17:55:39.548Zrunning 0 tests
80742026-08-13T17:55:39.548Z
80752026-08-13T17:55:39.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80762026-08-13T17:55:39.548Z
80772026-08-13T17:55:39.552Z Doc-tests aal
80782026-08-13T17:55:39.681Z
80792026-08-13T17:55:39.681Zrunning 0 tests
80802026-08-13T17:55:39.682Z
80812026-08-13T17:55:39.685Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80822026-08-13T17:55:39.685Z
80832026-08-13T17:55:39.700Z Doc-tests aal_macros
80842026-08-13T17:55:39.774Z
80852026-08-13T17:55:39.774Zrunning 0 tests
80862026-08-13T17:55:39.774Z
80872026-08-13T17:55:39.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882026-08-13T17:55:39.774Z
80892026-08-13T17:55:39.786Z Doc-tests common
80902026-08-13T17:55:40.023Z
80912026-08-13T17:55:40.023Zrunning 0 tests
80922026-08-13T17:55:40.023Z
80932026-08-13T17:55:40.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80942026-08-13T17:55:40.023Z
80952026-08-13T17:55:40.045Z Doc-tests dpd_api
80962026-08-13T17:55:40.798Z
80972026-08-13T17:55:40.798Zrunning 2 tests
80982026-08-13T17:55:40.798Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
80992026-08-13T17:55:40.798Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
81002026-08-13T17:55:40.798Z
81012026-08-13T17:55:40.798Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022026-08-13T17:55:40.798Z
81032026-08-13T17:55:40.832Z Doc-tests dpd_client
81042026-08-13T17:55:42.128Z
81052026-08-13T17:55:42.128Zrunning 0 tests
81062026-08-13T17:55:42.128Z
81072026-08-13T17:55:42.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81082026-08-13T17:55:42.128Z
81092026-08-13T17:55:42.176Z Doc-tests dpd_types
81102026-08-13T17:55:42.391Z
81112026-08-13T17:55:42.391Zrunning 0 tests
81122026-08-13T17:55:42.391Z
81132026-08-13T17:55:42.391Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81142026-08-13T17:55:42.391Z
81152026-08-13T17:55:42.419Z Doc-tests dpd_types_versions
81162026-08-13T17:55:43.645Z
81172026-08-13T17:55:43.645Zrunning 1 test
81182026-08-13T17:55:43.645Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
81192026-08-13T17:55:43.645Z
81202026-08-13T17:55:43.645Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
81212026-08-13T17:55:43.645Z
81222026-08-13T17:55:43.691Z Doc-tests packet
81232026-08-13T17:55:43.808Z
81242026-08-13T17:55:43.808Zrunning 0 tests
81252026-08-13T17:55:43.808Z
81262026-08-13T17:55:43.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81272026-08-13T17:55:43.808Z
81282026-08-13T17:55:43.825Z Doc-tests pcap
81292026-08-13T17:55:43.880Z
81302026-08-13T17:55:43.880Zrunning 0 tests
81312026-08-13T17:55:43.880Z
81322026-08-13T17:55:43.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81332026-08-13T17:55:43.880Z
81342026-08-13T17:55:43.935Z+ for feat in tofino_stub tofino_asic softnpu chaos
81352026-08-13T17:55:43.935Z+ RUST_BACKTRACE=full
81362026-08-13T17:55:43.935Z+ cargo test --features chaos --no-fail-fast
81372026-08-13T17:55:44.543Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
81382026-08-13T17:55:44.624Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
81392026-08-13T17:55:44.632Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
81402026-08-13T17:55:52.901Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
81412026-08-13T17:55:53.108Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
81422026-08-13T17:56:28.983Z Finished `test` profile [unoptimized + debuginfo] target(s) in 45.03s
81432026-08-13T17:56:29.090Z Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e)
81442026-08-13T17:56:29.095Z
81452026-08-13T17:56:29.095Zrunning 5 tests
81462026-08-13T17:56:29.098Ztest fuse::tests::chip_revision_a0 ... ok
81472026-08-13T17:56:29.098Ztest fuse::tests::chip_revision_b0 ... ok
81482026-08-13T17:56:29.099Ztest fuse::tests::chip_revision_b1 ... ok
81492026-08-13T17:56:29.099Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
81502026-08-13T17:56:29.099Ztest fuse::tests::chip_revision_unknown_device_id ... ok
81512026-08-13T17:56:29.099Z
81522026-08-13T17:56:29.099Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81532026-08-13T17:56:29.099Z
81542026-08-13T17:56:29.099Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
81552026-08-13T17:56:29.102Z
81562026-08-13T17:56:29.102Zrunning 0 tests
81572026-08-13T17:56:29.102Z
81582026-08-13T17:56:29.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592026-08-13T17:56:29.102Z
81602026-08-13T17:56:29.102Z Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37)
81612026-08-13T17:56:29.106Z
81622026-08-13T17:56:29.106Zrunning 0 tests
81632026-08-13T17:56:29.106Z
81642026-08-13T17:56:29.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81652026-08-13T17:56:29.109Z
81662026-08-13T17:56:29.109Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
81672026-08-13T17:56:29.113Z
81682026-08-13T17:56:29.113Zrunning 10 tests
81692026-08-13T17:56:29.116Ztest nat::tests::test_vni ... ok
81702026-08-13T17:56:29.116Ztest network::tests::test_equal ... ok
81712026-08-13T17:56:29.116Ztest network::tests::test_eui64 ... ok
81722026-08-13T17:56:29.116Ztest network::tests::test_into ... ok
81732026-08-13T17:56:29.116Ztest network::tests::test_generate_ipv6_link_local ... ok
81742026-08-13T17:56:29.116Ztest network::tests::test_not_equal ... ok
81752026-08-13T17:56:29.116Ztest network::tests::test_parse ... ok
81762026-08-13T17:56:29.116Ztest network::tests::test_to_string ... ok
81772026-08-13T17:56:29.116Ztest test_purge ... ok
81782026-08-13T17:56:29.120Ztest illumos::test::address_exists_handles_missing_object ... ok
81792026-08-13T17:56:29.120Z
81802026-08-13T17:56:29.120Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
81812026-08-13T17:56:29.120Z
81822026-08-13T17:56:29.123Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef)
81832026-08-13T17:56:29.145Z
81842026-08-13T17:56:29.145Zrunning 1 test
81852026-08-13T17:56:29.149Z -------
81862026-08-13T17:56:29.152Z Generating OpenAPI documents from API definitions ...
81872026-08-13T17:56:29.307Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
81882026-08-13T17:56:29.377Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
81892026-08-13T17:56:30.351Z -------
81902026-08-13T17:56:30.351Z Checking 12 OpenAPI documents...
81912026-08-13T17:56:30.351Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
81922026-08-13T17:56:30.351Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
81932026-08-13T17:56:30.351Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
81942026-08-13T17:56:30.351Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
81952026-08-13T17:56:30.355Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
81962026-08-13T17:56:30.355Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
81972026-08-13T17:56:30.355Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
81982026-08-13T17:56:30.355Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
81992026-08-13T17:56:30.355Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
82002026-08-13T17:56:30.355Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
82012026-08-13T17:56:30.355Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
82022026-08-13T17:56:30.355Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
82032026-08-13T17:56:30.355Z Fresh dpd "latest" symlink
82042026-08-13T17:56:30.355Z -------
82052026-08-13T17:56:30.355Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
82062026-08-13T17:56:30.418Ztest test::test_apis_up_to_date ... ok
82072026-08-13T17:56:30.418Z
82082026-08-13T17:56:30.421Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
82092026-08-13T17:56:30.421Z
82102026-08-13T17:56:30.477Z Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3)
82112026-08-13T17:56:30.482Z
82122026-08-13T17:56:30.482Zrunning 34 tests
82132026-08-13T17:56:30.487Ztest freemap::test_ordering ... ok
82142026-08-13T17:56:30.487Ztest config::tests::test_updates ... ok
82152026-08-13T17:56:30.487Ztest dhcpv6::tests::test_create_duid_bytes ... ok
82162026-08-13T17:56:30.487Ztest freemap::test_split ... ok
82172026-08-13T17:56:30.487Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
82182026-08-13T17:56:30.492Ztest macaddrs::tests::test_mac_offset ... ok
82192026-08-13T17:56:30.492Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
82202026-08-13T17:56:30.492Ztest macaddrs::tests::test_parse_port_id ... ok
82212026-08-13T17:56:30.492ZAug 13 17:56:29.092 DEBG created new freemap, unit: freemap_test
82222026-08-13T17:56:30.492ZAug 13 17:56:29.092 DEBG initted freemap. size: 128, unit: freemap_test
82232026-08-13T17:56:30.492ZAug 13 17:56:29.092 DEBG reset freemap, unit: freemap_test
82242026-08-13T17:56:30.492ZAug 13 17:56:29.092 DEBG created new freemap, unit: freemap_test
82252026-08-13T17:56:30.492ZAug 13 17:56:29.092 DEBG initted freemap. size: 128, unit: freemap_test
82262026-08-13T17:56:30.492ZAug 13 17:56:29.092 DEBG reset freemap, unit: freemap_test
82272026-08-13T17:56:30.492Ztest nat::test_mapping ... ok
82282026-08-13T17:56:30.492ZAug 13 17:56:29.092 Aug 13 17:56:29.092DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test
82292026-08-13T17:56:30.492Z
82302026-08-13T17:56:30.492ZAug 13 17:56:29.092Aug 13 17:56:29.092 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
82312026-08-13T17:56:30.492Z
82322026-08-13T17:56:30.492ZAug 13 17:56:29.092Aug 13 17:56:29.092 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
82332026-08-13T17:56:30.492Ztest freemap::test_reclaim ... ok
82342026-08-13T17:56:30.492Z
82352026-08-13T17:56:30.492Ztest freemap::test_free ... ok
82362026-08-13T17:56:30.492Ztest freemap::test_basic ... ok
82372026-08-13T17:56:30.492Ztest freemap::test_exhaustion ... ok
82382026-08-13T17:56:30.492Ztest port_map::tests::test_backplane_group ... ok
82392026-08-13T17:56:30.492Ztest port_map::tests::test_port_map ... ok
82402026-08-13T17:56:30.492Ztest port_map::tests::dump_map ... ok
82412026-08-13T17:56:30.492ZAug 13 17:56:29.093 DEBG created new freemap, unit: freemap_test
82422026-08-13T17:56:30.492ZAug 13 17:56:29.093 DEBG initted freemap. size: 8, unit: freemap_test
82432026-08-13T17:56:30.492ZAug 13 17:56:29.093 DEBG reset freemap, unit: freemap_test
82442026-08-13T17:56:30.492Ztest freemap::test_reclaim_preserves_existing_freelist ... ok
82452026-08-13T17:56:30.493Ztest api_server::tests::test_build_info ... ok
82462026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG created new freemap, unit: freemap_route_ipv4
82472026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG created new freemap, unit: freemap_route_ipv6
82482026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
82492026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG reset freemap, unit: freemap_route_ipv4
82502026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
82512026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG reset freemap, unit: freemap_route_ipv6
82522026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1
82532026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
82542026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff
82552026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82562026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
82572026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82582026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
82592026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82602026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff
82612026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82622026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff
82632026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82642026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
82652026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82662026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
82672026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82682026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff
82692026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82702026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff
82712026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82722026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff
82732026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82742026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
82752026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82762026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff
82772026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82782026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
82792026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82802026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
82812026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82822026-08-13T17:56:30.493ZAug 13 17:56:29.093 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
82832026-08-13T17:56:30.493ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82842026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
82852026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82862026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff
82872026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82882026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
82892026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82902026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff
82912026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82922026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff
82932026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82942026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
82952026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82962026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
82972026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
82982026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
82992026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83002026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
83012026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83022026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
83032026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83042026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
83052026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83062026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff
83072026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83082026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff
83092026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83102026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
83112026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83122026-08-13T17:56:30.494Ztest port_map::tests::parse_softnpu_revision ... ok
83132026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
83142026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83152026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
83162026-08-13T17:56:30.494ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83172026-08-13T17:56:30.494ZAug 13 17:56:29.093 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 17:56:29.093
83182026-08-13T17:56:30.498Z DEBG created new freemapAug 13 17:56:29.093 , DEBGunit :replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83192026-08-13T17:56:30.498Zfreemap_route_ipv4
83202026-08-13T17:56:30.498ZAug 13 17:56:29.093 INFO Aug 13 17:56:29.093adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
83212026-08-13T17:56:30.498ZDEBG created new freemap, unitAug 13 17:56:29.093: DEBGfreemap_route_ipv6
83222026-08-13T17:56:30.498Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83232026-08-13T17:56:30.498ZAug 13 17:56:29.093Aug 13 17:56:29.093 DEBGINFO initted freemap. size: 64adding route 3fff:beef:21::/64 -> 2001:db8::55:ff,
83242026-08-13T17:56:30.499Zunit: freemap_route_ipv4
83252026-08-13T17:56:30.499ZAug 13 17:56:29.093 DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.093
83262026-08-13T17:56:30.499Z DEBG reset freemap, Aug 13 17:56:29.093unit :INFO freemap_route_ipv4adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
83272026-08-13T17:56:30.499Z
83282026-08-13T17:56:30.499ZAug 13 17:56:29.093Aug 13 17:56:29.093 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64
83292026-08-13T17:56:30.499Z, unit: freemap_route_ipv6Aug 13 17:56:29.094
83302026-08-13T17:56:30.499Z INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
83312026-08-13T17:56:30.499Z DEBG reset freemap, Aug 13 17:56:29.094unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83322026-08-13T17:56:30.499Z
83332026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:24::/64 -> 2001:db8::55:ff
83342026-08-13T17:56:30.499Z
83352026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83362026-08-13T17:56:30.499Z
83372026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
83382026-08-13T17:56:30.499Z
83392026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
83402026-08-13T17:56:30.499Z
83412026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3
83422026-08-13T17:56:30.499Z
83432026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
83442026-08-13T17:56:30.499Z
83452026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4
83462026-08-13T17:56:30.499Z
83472026-08-13T17:56:30.499ZAug 13 17:56:29.094 Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
83482026-08-13T17:56:30.499Zcreated new freemap
83492026-08-13T17:56:30.499Z, unit:Aug 13 17:56:29.094Aug 13 17:56:29.094 freemap_route_ipv4INFO
83502026-08-13T17:56:30.499Zadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO
83512026-08-13T17:56:30.499Z adding route 3fff:beef::/64 -> 2001:db8::55:ff
83522026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGDEBG created new freemapreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG,
83532026-08-13T17:56:30.499Zunit :replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83542026-08-13T17:56:30.499Zfreemap_route_ipv6
83552026-08-13T17:56:30.499ZAug 13 17:56:29.094 Aug 13 17:56:29.094INFOAug 13 17:56:29.094 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBG
83562026-08-13T17:56:30.499ZINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 13 17:56:29.094,
83572026-08-13T17:56:30.499Z unitDEBG: Aug 13 17:56:29.094freemap_route_ipv4replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83582026-08-13T17:56:30.499ZDEBG
83592026-08-13T17:56:30.499Z replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83602026-08-13T17:56:30.499ZAug 13 17:56:29.094Aug 13 17:56:29.094 INFOINFO Aug 13 17:56:29.094adding route 3fff:beef:2::/64 -> 2001:db8::55:ff
83612026-08-13T17:56:30.499ZDEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff reset freemap
83622026-08-13T17:56:30.500Z, Aug 13 17:56:29.094Aug 13 17:56:29.094 unitDEBG:DEBG Aug 13 17:56:29.094replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83632026-08-13T17:56:30.500Z DEBGfreemap_route_ipv4created new freemap replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83642026-08-13T17:56:30.500Z
83652026-08-13T17:56:30.500Z, Aug 13 17:56:29.094unit INFOAug 13 17:56:29.094 Aug 13 17:56:29.094: DEBGINFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
83662026-08-13T17:56:30.500Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
83672026-08-13T17:56:30.500Zfreemap_test initted freemap. size: 64
83682026-08-13T17:56:30.500Z, Aug 13 17:56:29.094unit :Aug 13 17:56:29.094Aug 13 17:56:29.094DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:56:29.094
83692026-08-13T17:56:30.500Z DEBGinitted freemap. size: 128 , created new freemapunit,
83702026-08-13T17:56:30.500ZunitAug 13 17:56:29.094: freemap_test:INFO
83712026-08-13T17:56:30.500Zadding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4
83722026-08-13T17:56:30.500Z
83732026-08-13T17:56:30.500ZAug 13 17:56:29.094Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBGAug 13 17:56:29.094DEBG DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapcreated new freemap,
83742026-08-13T17:56:30.500Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffunit,
83752026-08-13T17:56:30.500Z:unit : freemap_testfreemap_route_ipv6
83762026-08-13T17:56:30.500ZAug 13 17:56:29.094 INFO
83772026-08-13T17:56:30.500Z Aug 13 17:56:29.094adding route 3fff:beef:5::/64 -> 2001:db8::55:ff
83782026-08-13T17:56:30.500ZDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.094
83792026-08-13T17:56:30.500ZDEBG Aug 13 17:56:29.094initted freemap. size: 64 , Aug 13 17:56:29.094DEBGunit :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83802026-08-13T17:56:30.500Zfreemap_route_ipv4
83812026-08-13T17:56:30.500ZINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
83822026-08-13T17:56:30.500ZAug 13 17:56:29.094Aug 13 17:56:29.094 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
83832026-08-13T17:56:30.500Zreset freemapAug 13 17:56:29.094, unitDEBGAug 13 17:56:29.094: DEBGfreemap_route_ipv4replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83842026-08-13T17:56:30.500Z
83852026-08-13T17:56:30.500Zreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83862026-08-13T17:56:30.500ZAug 13 17:56:29.094 Aug 13 17:56:29.094Aug 13 17:56:29.094INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv6
83872026-08-13T17:56:30.500Zinitted freemap. size: 64
83882026-08-13T17:56:30.500Z
83892026-08-13T17:56:30.500Z, unit: freemap_route_ipv6Aug 13 17:56:29.094Aug 13 17:56:29.094
83902026-08-13T17:56:30.500Z DEBGAug 13 17:56:29.094DEBG Aug 13 17:56:29.094replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83912026-08-13T17:56:30.500ZDEBG
83922026-08-13T17:56:30.500Z reset freemapreset freemap, , unitunit:: freemap_route_ipv6 Aug 13 17:56:29.094
83932026-08-13T17:56:30.500Zfreemap_route_ipv6Aug 13 17:56:29.094
83942026-08-13T17:56:30.500Z INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
83952026-08-13T17:56:30.500Z Aug 13 17:56:29.094adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 Aug 13 17:56:29.094
83962026-08-13T17:56:30.500ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO
83972026-08-13T17:56:30.500Z Aug 13 17:56:29.094 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGAug 13 17:56:29.094DEBG
83982026-08-13T17:56:30.500Z replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
83992026-08-13T17:56:30.500ZDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84002026-08-13T17:56:30.500ZAug 13 17:56:29.094
84012026-08-13T17:56:30.501Z Aug 13 17:56:29.094INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 13 17:56:29.094 INFO
84022026-08-13T17:56:30.501Z Aug 13 17:56:29.094adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84032026-08-13T17:56:30.501Z
84042026-08-13T17:56:30.501ZINFO Aug 13 17:56:29.094adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094DEBG Aug 13 17:56:29.094 DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84052026-08-13T17:56:30.501Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84062026-08-13T17:56:30.501Z INFO
84072026-08-13T17:56:30.501Z Aug 13 17:56:29.094 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 13 17:56:29.094
84082026-08-13T17:56:30.501Zadding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84092026-08-13T17:56:30.501ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1
84102026-08-13T17:56:30.501ZAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094DEBG DEBG DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84112026-08-13T17:56:30.501Z
84122026-08-13T17:56:30.501ZAug 13 17:56:29.094
84132026-08-13T17:56:30.501Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:56:29.094Aug 13 17:56:29.094Aug 13 17:56:29.094
84142026-08-13T17:56:30.501ZINFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2
84152026-08-13T17:56:30.501Z
84162026-08-13T17:56:30.501Z INFO Aug 13 17:56:29.094adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84172026-08-13T17:56:30.501ZDEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.094
84182026-08-13T17:56:30.505Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
84192026-08-13T17:56:30.505ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094 INFO
84202026-08-13T17:56:30.505Z adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG
84212026-08-13T17:56:30.505ZINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
84222026-08-13T17:56:30.505Z
84232026-08-13T17:56:30.506ZAug 13 17:56:29.094 DEBGAug 13 17:56:29.094 Aug 13 17:56:29.094 Aug 13 17:56:29.094 replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG
84242026-08-13T17:56:30.506ZINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
84252026-08-13T17:56:30.506Z
84262026-08-13T17:56:30.506Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
84272026-08-13T17:56:30.506ZAug 13 17:56:29.094 INFOAug 13 17:56:29.094Aug 13 17:56:29.094 INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84282026-08-13T17:56:30.506Z
84292026-08-13T17:56:30.506Z replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
84302026-08-13T17:56:30.506Z Aug 13 17:56:29.094Aug 13 17:56:29.094 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGDEBG
84312026-08-13T17:56:30.506Z Aug 13 17:56:29.094replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84322026-08-13T17:56:30.506Z
84332026-08-13T17:56:30.506ZINFO Aug 13 17:56:29.094adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84342026-08-13T17:56:30.506ZAug 13 17:56:29.094 INFODEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff
84352026-08-13T17:56:30.506Z
84362026-08-13T17:56:30.506Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:56:29.094Aug 13 17:56:29.094
84372026-08-13T17:56:30.506ZAug 13 17:56:29.094 DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84382026-08-13T17:56:30.506ZDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.094replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84392026-08-13T17:56:30.506ZAug 13 17:56:29.094 INFO
84402026-08-13T17:56:30.506ZINFO Aug 13 17:56:29.094 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff
84412026-08-13T17:56:30.506Z
84422026-08-13T17:56:30.506ZINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84432026-08-13T17:56:30.506Z INFOAug 13 17:56:29.094 Aug 13 17:56:29.094 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84442026-08-13T17:56:30.506Z
84452026-08-13T17:56:30.506Zreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84462026-08-13T17:56:30.506ZDEBG Aug 13 17:56:29.094replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84472026-08-13T17:56:30.506ZDEBGAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOINFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
84482026-08-13T17:56:30.506Z
84492026-08-13T17:56:30.506Zadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
84502026-08-13T17:56:30.506Zadding route 3fff:beef:1::/64 -> 2001:db8::55:ff
84512026-08-13T17:56:30.506ZAug 13 17:56:29.094 DEBGAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84522026-08-13T17:56:30.506ZINFO
84532026-08-13T17:56:30.506Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.094
84542026-08-13T17:56:30.506Z INFO
84552026-08-13T17:56:30.506ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff
84562026-08-13T17:56:30.506Z
84572026-08-13T17:56:30.506ZAug 13 17:56:29.094 DEBGAug 13 17:56:29.094 Aug 13 17:56:29.094replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.094 DEBG
84582026-08-13T17:56:30.506ZINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84592026-08-13T17:56:30.506Zadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84602026-08-13T17:56:30.506Zreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84612026-08-13T17:56:30.507Z INFOAug 13 17:56:29.094 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84622026-08-13T17:56:30.507Z INFO DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84632026-08-13T17:56:30.507Z replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 13 17:56:29.094
84642026-08-13T17:56:30.507Z DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84652026-08-13T17:56:30.507Z replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84662026-08-13T17:56:30.507ZAug 13 17:56:29.094Aug 13 17:56:29.094 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84672026-08-13T17:56:30.507Z
84682026-08-13T17:56:30.507ZAug 13 17:56:29.094 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO
84692026-08-13T17:56:30.507Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84702026-08-13T17:56:30.507Z Aug 13 17:56:29.094INFOAug 13 17:56:29.094 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG
84712026-08-13T17:56:30.507Z replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84722026-08-13T17:56:30.507Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
84732026-08-13T17:56:30.507ZAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094DEBGDEBG Aug 13 17:56:29.094 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG
84742026-08-13T17:56:30.507Z
84752026-08-13T17:56:30.507Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84762026-08-13T17:56:30.507Zadding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84772026-08-13T17:56:30.507Z INFOAug 13 17:56:29.094Aug 13 17:56:29.094 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO
84782026-08-13T17:56:30.507Z adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84792026-08-13T17:56:30.507ZINFODEBG Aug 13 17:56:29.094adding route 3fff:beef:38::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84802026-08-13T17:56:30.507Z
84812026-08-13T17:56:30.507ZAug 13 17:56:29.094 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.094
84822026-08-13T17:56:30.507Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
84832026-08-13T17:56:30.507Z adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84842026-08-13T17:56:30.507ZAug 13 17:56:29.094 INFODEBG Aug 13 17:56:29.094Aug 13 17:56:29.094adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84852026-08-13T17:56:30.507Z DEBG
84862026-08-13T17:56:30.507Zadding route 3fff:beef:15::/64 -> 2001:db8::55:ff
84872026-08-13T17:56:30.507Zreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84882026-08-13T17:56:30.507ZAug 13 17:56:29.094Aug 13 17:56:29.094 Aug 13 17:56:29.094Aug 13 17:56:29.094 DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
84892026-08-13T17:56:30.507Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
84902026-08-13T17:56:30.507Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 13 17:56:29.094
84912026-08-13T17:56:30.507Z
84922026-08-13T17:56:30.507Z INFO Aug 13 17:56:29.094adding route 3fff:beef:a::/64 -> 2001:db8::55:ff
84932026-08-13T17:56:30.507ZAug 13 17:56:29.094INFOAug 13 17:56:29.094 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 13 17:56:29.094
84942026-08-13T17:56:30.507Z DEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84952026-08-13T17:56:30.507Z
84962026-08-13T17:56:30.507ZAug 13 17:56:29.095 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
84972026-08-13T17:56:30.507ZDEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
84982026-08-13T17:56:30.507ZAug 13 17:56:29.095adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095
84992026-08-13T17:56:30.507ZINFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 13 17:56:29.095adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
85002026-08-13T17:56:30.507ZINFO
85012026-08-13T17:56:30.508ZAug 13 17:56:29.095 DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85022026-08-13T17:56:30.508ZAug 13 17:56:29.095
85032026-08-13T17:56:30.508Z DEBGAug 13 17:56:29.095 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 13 17:56:29.095
85042026-08-13T17:56:30.508Zreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 13 17:56:29.095
85052026-08-13T17:56:30.508Zadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
85062026-08-13T17:56:30.508Z DEBG Aug 13 17:56:29.095INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85072026-08-13T17:56:30.508Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85082026-08-13T17:56:30.508Z
85092026-08-13T17:56:30.508ZAug 13 17:56:29.095 Aug 13 17:56:29.095INFOAug 13 17:56:29.095 Aug 13 17:56:29.095 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO
85102026-08-13T17:56:30.508Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ff
85112026-08-13T17:56:30.508ZAug 13 17:56:29.095 INFODEBGAug 13 17:56:29.095 DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85122026-08-13T17:56:30.508Z
85132026-08-13T17:56:30.508Zreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85142026-08-13T17:56:30.508Z
85152026-08-13T17:56:30.508ZAug 13 17:56:29.095 INFOAug 13 17:56:29.095Aug 13 17:56:29.095 INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85162026-08-13T17:56:30.508Zadding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
85172026-08-13T17:56:30.508Z DEBGINFO Aug 13 17:56:29.095Aug 13 17:56:29.095 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85182026-08-13T17:56:30.512Z
85192026-08-13T17:56:30.512ZDEBG
85202026-08-13T17:56:30.512Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
85212026-08-13T17:56:30.512Z INFO Aug 13 17:56:29.095adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095
85222026-08-13T17:56:30.512Z DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85232026-08-13T17:56:30.513Z
85242026-08-13T17:56:30.513Z INFO Aug 13 17:56:29.095adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095Aug 13 17:56:29.095
85252026-08-13T17:56:30.513Z DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85262026-08-13T17:56:30.513Z
85272026-08-13T17:56:30.513ZINFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
85282026-08-13T17:56:30.513ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFO Aug 13 17:56:29.095adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff
85292026-08-13T17:56:30.513ZAug 13 17:56:29.095DEBG
85302026-08-13T17:56:30.513ZDEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.095
85312026-08-13T17:56:30.513Z DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85322026-08-13T17:56:30.513ZAug 13 17:56:29.095Aug 13 17:56:29.095replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85332026-08-13T17:56:30.513ZDEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85342026-08-13T17:56:30.513ZAug 13 17:56:29.095adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095INFO
85352026-08-13T17:56:30.513ZINFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
85362026-08-13T17:56:30.513Zadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff
85372026-08-13T17:56:30.513ZINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 DEBG DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85382026-08-13T17:56:30.513Z
85392026-08-13T17:56:30.513Zreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
85402026-08-13T17:56:30.513Z replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
85412026-08-13T17:56:30.513ZAug 13 17:56:29.095 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85422026-08-13T17:56:30.513Z
85432026-08-13T17:56:30.513ZAug 13 17:56:29.095 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff
85442026-08-13T17:56:30.513ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFOAug 13 17:56:29.095Aug 13 17:56:29.095 DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
85452026-08-13T17:56:30.513Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
85462026-08-13T17:56:30.513Zadding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 13 17:56:29.095DEBG
85472026-08-13T17:56:30.513Z Aug 13 17:56:29.095DEBG INFOAug 13 17:56:29.095replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85482026-08-13T17:56:30.513Z
85492026-08-13T17:56:30.513Z
85502026-08-13T17:56:30.513Zreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85512026-08-13T17:56:30.513ZAug 13 17:56:29.095 DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
85522026-08-13T17:56:30.513ZAug 13 17:56:29.095 Aug 13 17:56:29.095INFO INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
85532026-08-13T17:56:30.513ZINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:fffailed to allocate space for the new target list
85542026-08-13T17:56:30.513Z
85552026-08-13T17:56:30.513Z adding route 3fff:beef:c::/64 -> 2001:db8::55:ff
85562026-08-13T17:56:30.513ZAug 13 17:56:29.095 Aug 13 17:56:29.095DEBG Aug 13 17:56:29.095DEBG Aug 13 17:56:29.095 replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85572026-08-13T17:56:30.513Z
85582026-08-13T17:56:30.513ZDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:56:29.095Aug 13 17:56:29.095replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85592026-08-13T17:56:30.513Z
85602026-08-13T17:56:30.513ZINFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff
85612026-08-13T17:56:30.514Zadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
85622026-08-13T17:56:30.514Z DEBGAug 13 17:56:29.095Aug 13 17:56:29.095 failed to allocate space for the new target listDEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
85632026-08-13T17:56:30.514Z
85642026-08-13T17:56:30.514Z adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG
85652026-08-13T17:56:30.514Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85662026-08-13T17:56:30.514Ztest freemap::test_span ... ok
85672026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85682026-08-13T17:56:30.514Zadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO
85692026-08-13T17:56:30.514Z adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
85702026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
85712026-08-13T17:56:30.514Z
85722026-08-13T17:56:30.514Z
85732026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO
85742026-08-13T17:56:30.514Z replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff
85752026-08-13T17:56:30.514Z
85762026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
85772026-08-13T17:56:30.514Z replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
85782026-08-13T17:56:30.514Z adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
85792026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFOAug 13 17:56:29.095 INFODEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff
85802026-08-13T17:56:30.514Z
85812026-08-13T17:56:30.514Z
85822026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGAug 13 17:56:29.095 INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85832026-08-13T17:56:30.514Z adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG
85842026-08-13T17:56:30.514Z replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85852026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBG Aug 13 17:56:29.095 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff
85862026-08-13T17:56:30.514Z
85872026-08-13T17:56:30.514Zadding route 3fff:beef:19::/64 -> 2001:db8::55:ff
85882026-08-13T17:56:30.514ZAug 13 17:56:29.095 Aug 13 17:56:29.095DEBG Aug 13 17:56:29.095DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85892026-08-13T17:56:30.514Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85902026-08-13T17:56:30.514ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
85912026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
85922026-08-13T17:56:30.514Z
85932026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 DEBGDEBG DEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85942026-08-13T17:56:30.514Zreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
85952026-08-13T17:56:30.514Z
85962026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
85972026-08-13T17:56:30.514Z
85982026-08-13T17:56:30.514Z
85992026-08-13T17:56:30.514ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86002026-08-13T17:56:30.514Z
86012026-08-13T17:56:30.515Zreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86022026-08-13T17:56:30.515ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFOAug 13 17:56:29.095 INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86032026-08-13T17:56:30.515Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO
86042026-08-13T17:56:30.515Zadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
86052026-08-13T17:56:30.515ZDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
86062026-08-13T17:56:30.515Z Aug 13 17:56:29.095DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86072026-08-13T17:56:30.515ZAug 13 17:56:29.095 INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86082026-08-13T17:56:30.515ZAug 13 17:56:29.095
86092026-08-13T17:56:30.515Z INFO Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86102026-08-13T17:56:30.515Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff
86112026-08-13T17:56:30.515Z
86122026-08-13T17:56:30.515ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBG INFO DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86132026-08-13T17:56:30.515Zreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86142026-08-13T17:56:30.515Z
86152026-08-13T17:56:30.515ZAug 13 17:56:29.095 INFOAug 13 17:56:29.095 Aug 13 17:56:29.095adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86162026-08-13T17:56:30.515Z INFODEBG Aug 13 17:56:29.095adding route 3fff:beef:15::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86172026-08-13T17:56:30.515Z replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86182026-08-13T17:56:30.519Z
86192026-08-13T17:56:30.519ZAug 13 17:56:29.095 Aug 13 17:56:29.095Aug 13 17:56:29.095 INFODEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86202026-08-13T17:56:30.519Z
86212026-08-13T17:56:30.519Z replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86222026-08-13T17:56:30.519ZAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86232026-08-13T17:56:30.519Z
86242026-08-13T17:56:30.519Z INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff
86252026-08-13T17:56:30.519ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFOINFOAug 13 17:56:29.095 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff
86262026-08-13T17:56:30.519ZDEBG
86272026-08-13T17:56:30.519Z replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86282026-08-13T17:56:30.519ZAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86292026-08-13T17:56:30.519Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
86302026-08-13T17:56:30.519Z INFO Aug 13 17:56:29.095Aug 13 17:56:29.095adding route 3fff:beef:17::/64 -> 2001:db8::55:ff
86312026-08-13T17:56:30.519Z INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
86322026-08-13T17:56:30.520Zadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
86332026-08-13T17:56:30.520Z DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
86342026-08-13T17:56:30.520Z Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86352026-08-13T17:56:30.520Z
86362026-08-13T17:56:30.520Z INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
86372026-08-13T17:56:30.520Z Aug 13 17:56:29.095INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86382026-08-13T17:56:30.520Z
86392026-08-13T17:56:30.520Z DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86402026-08-13T17:56:30.520ZAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86412026-08-13T17:56:30.520Z
86422026-08-13T17:56:30.520ZINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff
86432026-08-13T17:56:30.520ZAug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
86442026-08-13T17:56:30.520Zadding route 3fff:beef:23::/64 -> 2001:db8::55:ff DEBG
86452026-08-13T17:56:30.520Z replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.095
86462026-08-13T17:56:30.520ZAug 13 17:56:29.095 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86472026-08-13T17:56:30.520Z
86482026-08-13T17:56:30.520ZAug 13 17:56:29.095 INFO Aug 13 17:56:29.095adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 13 17:56:29.095INFO
86492026-08-13T17:56:30.520ZINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86502026-08-13T17:56:30.520Z adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 13 17:56:29.095
86512026-08-13T17:56:30.520ZAug 13 17:56:29.095 DEBGDEBG Aug 13 17:56:29.095replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86522026-08-13T17:56:30.520Zreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86532026-08-13T17:56:30.520Z replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86542026-08-13T17:56:30.520ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO
86552026-08-13T17:56:30.520Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff
86562026-08-13T17:56:30.520Z
86572026-08-13T17:56:30.520ZAug 13 17:56:29.095 DEBGAug 13 17:56:29.095Aug 13 17:56:29.095 DEBGDEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86582026-08-13T17:56:30.520Z
86592026-08-13T17:56:30.520Z
86602026-08-13T17:56:30.520ZAug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 INFOINFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
86612026-08-13T17:56:30.520Zadding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
86622026-08-13T17:56:30.520Z
86632026-08-13T17:56:30.520ZAug 13 17:56:29.095Aug 13 17:56:29.095Aug 13 17:56:29.095 DEBG DEBGDEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86642026-08-13T17:56:30.520Z
86652026-08-13T17:56:30.520Zreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86662026-08-13T17:56:30.520ZAug 13 17:56:29.095Aug 13 17:56:29.095 Aug 13 17:56:29.095 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff
86672026-08-13T17:56:30.520Z
86682026-08-13T17:56:30.520ZAug 13 17:56:29.096Aug 13 17:56:29.096 DEBGINFODEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff
86692026-08-13T17:56:30.520Z
86702026-08-13T17:56:30.521Z
86712026-08-13T17:56:30.521ZAug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096 INFO DEBG INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
86722026-08-13T17:56:30.521Zadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
86732026-08-13T17:56:30.521Zreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86742026-08-13T17:56:30.521ZAug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
86752026-08-13T17:56:30.521Ztest route::tests::rollback_failure_leaves_in_core_cleared ... ok
86762026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff
86772026-08-13T17:56:30.521ZAug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86782026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff
86792026-08-13T17:56:30.521ZAug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86802026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
86812026-08-13T17:56:30.521ZAug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86822026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
86832026-08-13T17:56:30.521ZAug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86842026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff
86852026-08-13T17:56:30.521Z Aug 13 17:56:29.096 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
86862026-08-13T17:56:30.521Z
86872026-08-13T17:56:30.521Zreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86882026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
86892026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 13 17:56:29.096
86902026-08-13T17:56:30.521Z DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86912026-08-13T17:56:30.521ZAug 13 17:56:29.096Aug 13 17:56:29.096 DEBGAug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO
86922026-08-13T17:56:30.521Z adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86932026-08-13T17:56:30.521Z
86942026-08-13T17:56:30.521ZAug 13 17:56:29.096 INFOAug 13 17:56:29.096 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
86952026-08-13T17:56:30.521ZAug 13 17:56:29.096 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
86962026-08-13T17:56:30.521Z adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
86972026-08-13T17:56:30.521ZAug 13 17:56:29.096Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBG INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
86982026-08-13T17:56:30.521Zadding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG
86992026-08-13T17:56:30.521Z replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096
87002026-08-13T17:56:30.521Z Aug 13 17:56:29.096INFO DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096
87012026-08-13T17:56:30.521Z
87022026-08-13T17:56:30.521ZINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
87032026-08-13T17:56:30.521ZAug 13 17:56:29.096 Aug 13 17:56:29.096INFO Aug 13 17:56:29.096 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87042026-08-13T17:56:30.521Z
87052026-08-13T17:56:30.521Zreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87062026-08-13T17:56:30.521ZAug 13 17:56:29.096 Aug 13 17:56:29.096DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87072026-08-13T17:56:30.521Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:56:29.096
87082026-08-13T17:56:30.521Z INFO Aug 13 17:56:29.096adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Aug 13 17:56:29.096INFO
87092026-08-13T17:56:30.521Z DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff
87102026-08-13T17:56:30.522ZAug 13 17:56:29.096replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87112026-08-13T17:56:30.522ZDEBG Aug 13 17:56:29.096replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87122026-08-13T17:56:30.522ZDEBGAug 13 17:56:29.096 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87132026-08-13T17:56:30.522ZAug 13 17:56:29.096 INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff
87142026-08-13T17:56:30.522Zadding route 3fff:beef:22::/64 -> 2001:db8::55:ff
87152026-08-13T17:56:30.522ZAug 13 17:56:29.096 INFOAug 13 17:56:29.096 Aug 13 17:56:29.096DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
87162026-08-13T17:56:30.522Zreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87172026-08-13T17:56:30.522Z replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87182026-08-13T17:56:30.526ZAug 13 17:56:29.096 Aug 13 17:56:29.096DEBG Aug 13 17:56:29.096replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87192026-08-13T17:56:30.526ZINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO
87202026-08-13T17:56:30.526Z adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 13 17:56:29.096
87212026-08-13T17:56:30.526Z Aug 13 17:56:29.096INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG
87222026-08-13T17:56:30.526Z Aug 13 17:56:29.096replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87232026-08-13T17:56:30.526ZDEBGAug 13 17:56:29.096 DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.096replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87242026-08-13T17:56:30.526ZINFO
87252026-08-13T17:56:30.526Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87262026-08-13T17:56:30.526ZAug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG
87272026-08-13T17:56:30.526Zadding route 3fff:beef:35::/64 -> 2001:db8::55:ff
87282026-08-13T17:56:30.526Zreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87292026-08-13T17:56:30.526ZAug 13 17:56:29.096 Aug 13 17:56:29.096Aug 13 17:56:29.096DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87302026-08-13T17:56:30.526Z DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87312026-08-13T17:56:30.526Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096
87322026-08-13T17:56:30.526Z INFO Aug 13 17:56:29.096adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
87332026-08-13T17:56:30.526ZDEBG Aug 13 17:56:29.096 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
87342026-08-13T17:56:30.526Z Aug 13 17:56:29.096adding route 3fff:beef:25::/64 -> 2001:db8::55:ff
87352026-08-13T17:56:30.527ZDEBG Aug 13 17:56:29.096replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.096INFO
87362026-08-13T17:56:30.527Z DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
87372026-08-13T17:56:30.527ZAug 13 17:56:29.096Aug 13 17:56:29.096 DEBG created new freemapAug 13 17:56:29.096, INFOunit : replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 13 17:56:29.096
87382026-08-13T17:56:30.527Z DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.096
87392026-08-13T17:56:30.527Z adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG
87402026-08-13T17:56:30.527Z created new freemap, unit:
87412026-08-13T17:56:30.527Zfreemap_route_ipv6
87422026-08-13T17:56:30.527ZAug 13 17:56:29.096Aug 13 17:56:29.096 DEBGDEBG Aug 13 17:56:29.096replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
87432026-08-13T17:56:30.527Z created new freemapinitted freemap. size: 64, , DEBGunit created new freemap:, freemap_route_ipv4Aug 13 17:56:29.096
87442026-08-13T17:56:30.527ZAug 13 17:56:29.096Aug 13 17:56:29.096 INFOINFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 17:56:29.096 DEBG reset freemap, unitunit:
87452026-08-13T17:56:30.527Z :INFO freemap_route_ipv4
87462026-08-13T17:56:30.527Zadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
87472026-08-13T17:56:30.527ZAug 13 17:56:29.096 DEBGAug 13 17:56:29.096 unitDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff initted freemap. size: 64:, unit
87482026-08-13T17:56:30.527Z: freemap_route_ipv6
87492026-08-13T17:56:30.527ZAug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096DEBG freemap_route_ipv4DEBG reset freemapreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
87502026-08-13T17:56:30.527Zunit:DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6
87512026-08-13T17:56:30.527Z
87522026-08-13T17:56:30.527Z
87532026-08-13T17:56:30.527Zfreemap_route_ipv4Aug 13 17:56:29.096 DEBGAug 13 17:56:29.096 failed to allocate space for the new target list
87542026-08-13T17:56:30.527Z Aug 13 17:56:29.096INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87552026-08-13T17:56:30.527Zadding route 3fff:dead::/64 -> 2001:db8::55:1
87562026-08-13T17:56:30.527ZAug 13 17:56:29.096Aug 13 17:56:29.096 INFODEBG Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
87572026-08-13T17:56:30.527Z
87582026-08-13T17:56:30.527ZDEBG created new freemap, unitAug 13 17:56:29.096:Aug 13 17:56:29.096Aug 13 17:56:29.096 INFO INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2 unitDEBG:
87592026-08-13T17:56:30.527Z
87602026-08-13T17:56:30.527Z Aug 13 17:56:29.096Aug 13 17:56:29.096 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
87612026-08-13T17:56:30.527Z
87622026-08-13T17:56:30.527Zfreemap_route_ipv6freemap_route_ipv4
87632026-08-13T17:56:30.527Z
87642026-08-13T17:56:30.527Z adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
87652026-08-13T17:56:30.527ZAug 13 17:56:29.096 DEBGDEBG Aug 13 17:56:29.096 INFOinitted freemap. size: 64, replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3
87662026-08-13T17:56:30.527Zunit
87672026-08-13T17:56:30.527Zcreated new freemapAug 13 17:56:29.096Aug 13 17:56:29.096, : DEBGfreemap_route_ipv4
87682026-08-13T17:56:30.527Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:56:29.096
87692026-08-13T17:56:30.527ZAug 13 17:56:29.096 DEBGAug 13 17:56:29.096Aug 13 17:56:29.096 DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
87702026-08-13T17:56:30.527ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4
87712026-08-13T17:56:30.527Zreset freemapAug 13 17:56:29.096Aug 13 17:56:29.096created new freemap unit, :DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }],
87722026-08-13T17:56:30.527Zunit: freemap_route_ipv4Aug 13 17:56:29.096
87732026-08-13T17:56:30.527Z DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
87742026-08-13T17:56:30.528ZunitAug 13 17:56:29.096: WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
87752026-08-13T17:56:30.528Ztest route::tests::rollback_on_compact_delete_failure ... ok
87762026-08-13T17:56:30.528Z
87772026-08-13T17:56:30.528ZAug 13 17:56:29.096 ERROfreemap_route_ipv6 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 13 17:56:29.096
87782026-08-13T17:56:30.528Z DEBG
87792026-08-13T17:56:30.528ZAug 13 17:56:29.096Aug 13 17:56:29.096 ERRO INFOshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it
87802026-08-13T17:56:30.528ZAug 13 17:56:29.096 DEBG initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
87812026-08-13T17:56:30.528Z freemap_route_ipv4
87822026-08-13T17:56:30.528Zinitted freemap. size: 64, unitAug 13 17:56:29.096: INFOAug 13 17:56:29.096freemap_route_ipv6
87832026-08-13T17:56:30.528Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG
87842026-08-13T17:56:30.528Z reset freemap, unit: freemap_route_ipv4
87852026-08-13T17:56:30.528ZAug 13 17:56:29.096Aug 13 17:56:29.096 DEBG DEBGAug 13 17:56:29.096 reset freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], adding route 3fff:beef:28::/64 -> 2001:db8::55:ff
87862026-08-13T17:56:30.528Zunit
87872026-08-13T17:56:30.528Z:DEBG initted freemap. size: 64 , freemap_route_ipv6Aug 13 17:56:29.096
87882026-08-13T17:56:30.528ZunitAug 13 17:56:29.096 INFO :DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv6
87892026-08-13T17:56:30.528Zreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
87902026-08-13T17:56:30.528Z
87912026-08-13T17:56:30.528ZAug 13 17:56:29.096Aug 13 17:56:29.096 Aug 13 17:56:29.096INFO Aug 13 17:56:29.097adding route 172.16.0.0/32 -> 10.0.0.1
87922026-08-13T17:56:30.528ZAug 13 17:56:29.096DEBG DEBGcreated new freemap , created new freemapunit, Aug 13 17:56:29.103:unit : DEBG freemap_route_ipv6
87932026-08-13T17:56:30.528Zfreemap_route_ipv4freemap_route_ipv4
87942026-08-13T17:56:30.528Z
87952026-08-13T17:56:30.528Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
87962026-08-13T17:56:30.528ZAug 13 17:56:29.103 DEBG initted freemap. size: 64Aug 13 17:56:29.103Aug 13 17:56:29.103 , DEBGunit Aug 13 17:56:29.103INFO: DEBGfreemap_route_ipv4
87972026-08-13T17:56:30.528Zcreated new freemap , created new freemapadding route 172.17.0.0/32 -> 10.0.0.255unit,
87982026-08-13T17:56:30.528ZunitAug 13 17:56:29.103:: freemap_route_ipv6DEBG
87992026-08-13T17:56:30.528Z reset freemapfreemap_route_ipv6, Aug 13 17:56:29.103unit
88002026-08-13T17:56:30.528ZAug 13 17:56:29.103: DEBGfreemap_route_ipv4
88012026-08-13T17:56:30.528Z Aug 13 17:56:29.103initted freemap. size: 64 , DEBGAug 13 17:56:29.103 DEBGinitted freemap. size: 64 unit DEBG, replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88022026-08-13T17:56:30.528Z:unitinitted freemap. size: 64 :, freemap_route_ipv4freemap_route_ipv4unit
88032026-08-13T17:56:30.528Z: freemap_route_ipv6
88042026-08-13T17:56:30.528Z
88052026-08-13T17:56:30.528ZAug 13 17:56:29.103 INFOAug 13 17:56:29.103 DEBG adding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:56:29.103
88062026-08-13T17:56:30.528ZAug 13 17:56:29.103 DEBG DEBG reset freemapreset freemap, reset freemapunitAug 13 17:56:29.103, unitDEBG::, unit freemap_route_ipv4freemap_route_ipv6:
88072026-08-13T17:56:30.528Z replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4
88082026-08-13T17:56:30.528Z
88092026-08-13T17:56:30.528Z
88102026-08-13T17:56:30.528ZAug 13 17:56:29.103Aug 13 17:56:29.103 Aug 13 17:56:29.103DEBGINFO Aug 13 17:56:29.103adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. size: 64
88112026-08-13T17:56:30.528Z, DEBGINFOunit: adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6
88122026-08-13T17:56:30.528Z
88132026-08-13T17:56:30.528Zinitted freemap. size: 64, Aug 13 17:56:29.103Aug 13 17:56:29.103 DEBGDEBG unitreset freemap:, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 13 17:56:29.103 freemap_route_ipv6unit
88142026-08-13T17:56:30.529Z: freemap_route_ipv6
88152026-08-13T17:56:30.529Z
88162026-08-13T17:56:30.529ZAug 13 17:56:29.103DEBG Aug 13 17:56:29.103replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.103DEBG
88172026-08-13T17:56:30.529ZDEBGreset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] ,
88182026-08-13T17:56:30.533ZINFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:56:29.103 freemap_route_ipv6
88192026-08-13T17:56:30.533Z
88202026-08-13T17:56:30.533ZINFO Aug 13 17:56:29.103Aug 13 17:56:29.103 DEBGINFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88212026-08-13T17:56:30.533Z
88222026-08-13T17:56:30.533Z
88232026-08-13T17:56:30.533Z Aug 13 17:56:29.103DEBG Aug 13 17:56:29.103Aug 13 17:56:29.103 reset freemapINFODEBG , adding route 3fff:dead::/64 -> 2001:db8::55:2 unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
88242026-08-13T17:56:30.533ZDEBG
88252026-08-13T17:56:30.533Z: replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88262026-08-13T17:56:30.533Zfreemap_route_ipv6
88272026-08-13T17:56:30.533ZAug 13 17:56:29.103 DEBGAug 13 17:56:29.103 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:56:29.103
88282026-08-13T17:56:30.533Z INFOadding route 172.17.0.4/32 -> 10.0.0.255
88292026-08-13T17:56:30.533Zadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:56:29.103
88302026-08-13T17:56:30.533Z INFO Aug 13 17:56:29.103adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 17:56:29.103Aug 13 17:56:29.103 INFO
88312026-08-13T17:56:30.533ZDEBGadding route 3fff:dead::/64 -> 2001:db8::55:1
88322026-08-13T17:56:30.533Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG
88332026-08-13T17:56:30.533Z replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.103
88342026-08-13T17:56:30.533Z DEBGAug 13 17:56:29.103 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:56:29.103
88352026-08-13T17:56:30.533ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 13 17:56:29.103
88362026-08-13T17:56:30.533Z INFODEBG Aug 13 17:56:29.103adding route 172.17.0.5/32 -> 10.0.0.255 Aug 13 17:56:29.103
88372026-08-13T17:56:30.533Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFODEBG
88382026-08-13T17:56:30.533Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4
88392026-08-13T17:56:30.533ZAug 13 17:56:29.103
88402026-08-13T17:56:30.533ZAug 13 17:56:29.103INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:56:29.103
88412026-08-13T17:56:30.533Z Aug 13 17:56:29.103 INFODEBGDEBGAug 13 17:56:29.103 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
88422026-08-13T17:56:30.534Z
88432026-08-13T17:56:30.534Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
88442026-08-13T17:56:30.534Z
88452026-08-13T17:56:30.534ZAug 13 17:56:29.103Aug 13 17:56:29.103 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
88462026-08-13T17:56:30.534Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
88472026-08-13T17:56:30.534ZAug 13 17:56:29.103Aug 13 17:56:29.103 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ff Aug 13 17:56:29.103
88482026-08-13T17:56:30.534ZAug 13 17:56:29.103 WARNDEBG adding route 172.17.0.6/32 -> 10.0.0.255 Aug 13 17:56:29.103shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
88492026-08-13T17:56:30.534Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG
88502026-08-13T17:56:30.534Z replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88512026-08-13T17:56:30.534Z
88522026-08-13T17:56:30.534ZAug 13 17:56:29.103 DEBG Aug 13 17:56:29.103DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
88532026-08-13T17:56:30.534Z adding route 3fff:beef:1::/64 -> 2001:db8::55:ff
88542026-08-13T17:56:30.534Z
88552026-08-13T17:56:30.534ZAug 13 17:56:29.097Aug 13 17:56:29.103 Aug 13 17:56:29.103DEBGAug 13 17:56:29.103 created new freemapDEBG , DEBG unit : failed to allocate space for the new target listINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88562026-08-13T17:56:30.534Z
88572026-08-13T17:56:30.534Zfreemap_route_ipv4adding route 172.17.0.7/32 -> 10.0.0.255
88582026-08-13T17:56:30.534Z
88592026-08-13T17:56:30.534ZAug 13 17:56:29.103 Aug 13 17:56:29.103DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOAug 13 17:56:29.103 Aug 13 17:56:29.103
88602026-08-13T17:56:30.534Z adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG
88612026-08-13T17:56:30.534ZDEBGcreated new freemap , unitreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:
88622026-08-13T17:56:30.534ZAug 13 17:56:29.103 DEBG freemap_route_ipv6replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88632026-08-13T17:56:30.534Z
88642026-08-13T17:56:30.534ZAug 13 17:56:29.103 INFO adding route 172.17.0.8/32 -> 10.0.0.255
88652026-08-13T17:56:30.534ZAug 13 17:56:29.103Aug 13 17:56:29.103 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG
88662026-08-13T17:56:30.534ZAug 13 17:56:29.103 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.103
88672026-08-13T17:56:30.534Z :DEBG freemap_route_ipv4
88682026-08-13T17:56:30.534Zreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88692026-08-13T17:56:30.534ZAug 13 17:56:29.103 Aug 13 17:56:29.103Aug 13 17:56:29.103 DEBGINFO INFOreset freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff
88702026-08-13T17:56:30.534Z, adding route 172.17.0.9/32 -> 10.0.0.255unit
88712026-08-13T17:56:30.534Z: freemap_route_ipv4Aug 13 17:56:29.103
88722026-08-13T17:56:30.534Z DEBGAug 13 17:56:29.103 Aug 13 17:56:29.103replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
88732026-08-13T17:56:30.534Z DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88742026-08-13T17:56:30.534ZAug 13 17:56:29.103initted freemap. size: 64 , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 13 17:56:29.103
88752026-08-13T17:56:30.534Ztest route::tests::grow_succeeds ... ok
88762026-08-13T17:56:30.534Z freemap_route_ipv6INFO
88772026-08-13T17:56:30.534Z adding route 172.17.0.10/32 -> 10.0.0.255
88782026-08-13T17:56:30.534Ztest route::tests::rollback_on_compact_write_failure ... ok
88792026-08-13T17:56:30.534ZAug 13 17:56:29.103 DEBGAug 13 17:56:29.103 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.103
88802026-08-13T17:56:30.534Ztest route::tests::identity_replace_is_noop ... ok
88812026-08-13T17:56:30.535Z DEBGDEBG reset freemapreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
88822026-08-13T17:56:30.535Zunit:Aug 13 17:56:29.103 freemap_route_ipv6INFO
88832026-08-13T17:56:30.535Z adding route 3fff:beef:6::/64 -> 2001:db8::55:ff
88842026-08-13T17:56:30.535ZAug 13 17:56:29.103 INFO Aug 13 17:56:29.104Aug 13 17:56:29.104adding route 172.17.0.11/32 -> 10.0.0.255 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
88852026-08-13T17:56:30.535Z
88862026-08-13T17:56:30.535Z
88872026-08-13T17:56:30.535ZAug 13 17:56:29.104Aug 13 17:56:29.104 Aug 13 17:56:29.104INFO DEBGDEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff
88882026-08-13T17:56:30.535Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
88892026-08-13T17:56:30.535Zreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88902026-08-13T17:56:30.535ZAug 13 17:56:29.104Aug 13 17:56:29.104 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2
88912026-08-13T17:56:30.535Z
88922026-08-13T17:56:30.535ZAug 13 17:56:29.104 INFOAug 13 17:56:29.104Aug 13 17:56:29.104 DEBGINFOadding route 172.17.0.12/32 -> 10.0.0.255
88932026-08-13T17:56:30.535Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
88942026-08-13T17:56:30.535Zadding route 3fff:beef:8::/64 -> 2001:db8::55:ff
88952026-08-13T17:56:30.535ZAug 13 17:56:29.104 Aug 13 17:56:29.104DEBGAug 13 17:56:29.104 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3
88962026-08-13T17:56:30.535Z
88972026-08-13T17:56:30.535Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
88982026-08-13T17:56:30.535ZAug 13 17:56:29.104 Aug 13 17:56:29.104INFOAug 13 17:56:29.104 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
88992026-08-13T17:56:30.535ZAug 13 17:56:29.104Aug 13 17:56:29.104Aug 13 17:56:29.104Aug 13 17:56:29.110 DEBGDEBG DEBG DEBGcreated new freemap created new freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }],
89002026-08-13T17:56:30.535Zcreated new freemapunit, , :unitunit: freemap_route_ipv4:
89012026-08-13T17:56:30.535Z freemap_route_ipv4freemap_route_ipv4
89022026-08-13T17:56:30.535Z
89032026-08-13T17:56:30.535ZAug 13 17:56:29.110Aug 13 17:56:29.110Aug 13 17:56:29.110 DEBG Aug 13 17:56:29.110created new freemap DEBG, unitcreated new freemap:, unitfreemap_route_ipv6:
89042026-08-13T17:56:30.535Z freemap_route_ipv6
89052026-08-13T17:56:30.535ZAug 13 17:56:29.104
89062026-08-13T17:56:30.535Z Aug 13 17:56:29.110DEBG DEBGcreated new freemap Aug 13 17:56:29.110, unitDEBG:initted freemap. size: 64 initted freemap. size: 64, freemap_route_ipv4, Aug 13 17:56:29.110
89072026-08-13T17:56:30.535Z unitunit:INFO: freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.4
89082026-08-13T17:56:30.535Zfreemap_route_ipv4
89092026-08-13T17:56:30.535Z
89102026-08-13T17:56:30.535ZAug 13 17:56:29.110Aug 13 17:56:29.110 DEBGDEBG Aug 13 17:56:29.110replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]reset freemap
89112026-08-13T17:56:30.535Z Aug 13 17:56:29.110, unitDEBG:Aug 13 17:56:29.110 DEBGINFOfreemap_route_ipv4
89122026-08-13T17:56:30.535Z reset freemapcreated new freemapadding route 172.17.0.0/32 -> 10.0.0.255,
89132026-08-13T17:56:30.535Z, unitunit:Aug 13 17:56:29.110 :Aug 13 17:56:29.110freemap_route_ipv4
89142026-08-13T17:56:30.535Z DEBGfreemap_route_ipv6
89152026-08-13T17:56:30.535ZDEBGinitted freemap. size: 64 Aug 13 17:56:29.110, replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89162026-08-13T17:56:30.535ZDEBG unitinitted freemap. size: 64:, Aug 13 17:56:29.110freemap_route_ipv6unit
89172026-08-13T17:56:30.535ZINFO Aug 13 17:56:29.110: adding route 172.17.0.1/32 -> 10.0.0.255 Aug 13 17:56:29.110
89182026-08-13T17:56:30.540Z freemap_route_ipv6DEBGDEBG
89192026-08-13T17:56:30.540Z Aug 13 17:56:29.110 initted freemap. size: 64DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap
89202026-08-13T17:56:30.540ZAug 13 17:56:29.110, unit, unitDEBG: Aug 13 17:56:29.110reset freemapfreemap_route_ipv4 ,
89212026-08-13T17:56:30.540Zunit::INFO freemap_route_ipv6
89222026-08-13T17:56:30.540Zadding route 172.17.0.2/32 -> 10.0.0.255
89232026-08-13T17:56:30.540Zfreemap_route_ipv6Aug 13 17:56:29.110
89242026-08-13T17:56:30.540Z DEBGAug 13 17:56:29.110 reset freemapDEBGAug 13 17:56:29.110 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89252026-08-13T17:56:30.540ZINFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:1:
89262026-08-13T17:56:30.540ZAug 13 17:56:29.110 freemap_route_ipv4Aug 13 17:56:29.110INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 13 17:56:29.110
89272026-08-13T17:56:30.540Zadding route 172.17.0.3/32 -> 10.0.0.255
89282026-08-13T17:56:30.540Z
89292026-08-13T17:56:30.540ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
89302026-08-13T17:56:30.540ZAug 13 17:56:29.110 Aug 13 17:56:29.110DEBGAug 13 17:56:29.110 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64DEBG
89312026-08-13T17:56:30.540ZAug 13 17:56:29.110 , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit
89322026-08-13T17:56:30.540Z: freemap_route_ipv6Aug 13 17:56:29.110
89332026-08-13T17:56:30.540ZAug 13 17:56:29.110INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 13 17:56:29.110
89342026-08-13T17:56:30.540ZINFO DEBG adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.4/32 -> 10.0.0.255
89352026-08-13T17:56:30.540Z
89362026-08-13T17:56:30.540Zreset freemapAug 13 17:56:29.110, unitAug 13 17:56:29.110: DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6
89372026-08-13T17:56:30.540Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 13 17:56:29.110
89382026-08-13T17:56:30.540Z
89392026-08-13T17:56:30.540Z Aug 13 17:56:29.110 INFODEBG Aug 13 17:56:29.110adding route 172.17.0.5/32 -> 10.0.0.255
89402026-08-13T17:56:30.541ZAug 13 17:56:29.110INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89412026-08-13T17:56:30.541Zadding route 3fff:dead::/64 -> 2001:db8::55:3INFO
89422026-08-13T17:56:30.541ZAug 13 17:56:29.110 adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.110DEBG
89432026-08-13T17:56:30.541Z replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89442026-08-13T17:56:30.541ZAug 13 17:56:29.110 Aug 13 17:56:29.110INFO adding route 172.16.0.0/32 -> 10.0.0.3DEBG Aug 13 17:56:29.110 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
89452026-08-13T17:56:30.541Zadding route 172.17.0.6/32 -> 10.0.0.255
89462026-08-13T17:56:30.541Z
89472026-08-13T17:56:30.541Z
89482026-08-13T17:56:30.541ZAug 13 17:56:29.110Aug 13 17:56:29.110Aug 13 17:56:29.110 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
89492026-08-13T17:56:30.541ZAug 13 17:56:29.110INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4
89502026-08-13T17:56:30.541Zreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89512026-08-13T17:56:30.541ZAug 13 17:56:29.110 Aug 13 17:56:29.096Aug 13 17:56:29.110 INFOINFOINFO Aug 13 17:56:29.110 DEBGadding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG
89522026-08-13T17:56:30.541Z
89532026-08-13T17:56:30.541Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
89542026-08-13T17:56:30.541Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
89552026-08-13T17:56:30.541Zadding route 172.16.0.0/32 -> 10.0.0.4
89562026-08-13T17:56:30.541ZAug 13 17:56:29.110 Aug 13 17:56:29.110DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.110
89572026-08-13T17:56:30.541Z Aug 13 17:56:29.110replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89582026-08-13T17:56:30.541ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 13 17:56:29.110Aug 13 17:56:29.110
89592026-08-13T17:56:30.541ZINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
89602026-08-13T17:56:30.541Zadding route 172.17.0.8/32 -> 10.0.0.255INFOAug 13 17:56:29.110
89612026-08-13T17:56:30.541Z WARNAug 13 17:56:29.110 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })
89622026-08-13T17:56:30.541Z Aug 13 17:56:29.110DEBG
89632026-08-13T17:56:30.541Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG
89642026-08-13T17:56:30.541Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89652026-08-13T17:56:30.541ZAug 13 17:56:29.110 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89662026-08-13T17:56:30.541ZAug 13 17:56:29.110 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff
89672026-08-13T17:56:30.541ZDEBG Aug 13 17:56:29.110created new freemapAug 13 17:56:29.110 , DEBGunit INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
89682026-08-13T17:56:30.541Z adding route 172.17.0.9/32 -> 10.0.0.255freemap_route_ipv6
89692026-08-13T17:56:30.541Z
89702026-08-13T17:56:30.541ZAug 13 17:56:29.110 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff
89712026-08-13T17:56:30.541ZAug 13 17:56:29.110 Aug 13 17:56:29.110Aug 13 17:56:29.110DEBG DEBGinitted freemap. size: 64 DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
89722026-08-13T17:56:30.541Zreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit
89732026-08-13T17:56:30.541Z: Aug 13 17:56:29.110freemap_route_ipv4
89742026-08-13T17:56:30.541ZINFOAug 13 17:56:29.110 adding route 172.17.0.10/32 -> 10.0.0.255 INFO
89752026-08-13T17:56:30.541Z adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 13 17:56:29.110
89762026-08-13T17:56:30.541Z DEBG reset freemap, unit: Aug 13 17:56:29.110 freemap_route_ipv4DEBG
89772026-08-13T17:56:30.541Z replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89782026-08-13T17:56:30.541ZAug 13 17:56:29.110 DEBG initted freemap. size: 64INFO, unitadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 13 17:56:29.110: INFOfreemap_route_ipv6
89792026-08-13T17:56:30.542Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 13 17:56:29.110
89802026-08-13T17:56:30.542Z DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89812026-08-13T17:56:30.542ZAug 13 17:56:29.111Aug 13 17:56:29.111 DEBG DEBGAug 13 17:56:29.111reset freemap
89822026-08-13T17:56:30.542Ztest route::tests::rollback_on_index_readd_failure ... ok
89832026-08-13T17:56:30.542Z INFO, unitreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:
89842026-08-13T17:56:30.542Z Aug 13 17:56:29.111 adding route 172.17.0.11/32 -> 10.0.0.255
89852026-08-13T17:56:30.542Zfreemap_route_ipv6DEBG
89862026-08-13T17:56:30.542Z Aug 13 17:56:29.111 INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.111
89872026-08-13T17:56:30.542Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG
89882026-08-13T17:56:30.542ZAug 13 17:56:29.111 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
89892026-08-13T17:56:30.542ZINFO Aug 13 17:56:29.111 adding route 172.16.0.0/32 -> 10.0.0.1DEBG
89902026-08-13T17:56:30.542Z Aug 13 17:56:29.111replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
89912026-08-13T17:56:30.542Z INFOAug 13 17:56:29.111 Aug 13 17:56:29.111Aug 13 17:56:29.111adding route 172.17.0.12/32 -> 10.0.0.255INFO
89922026-08-13T17:56:30.542Z DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff
89932026-08-13T17:56:30.542ZINFOAug 13 17:56:29.111replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
89942026-08-13T17:56:30.542Zreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
89952026-08-13T17:56:30.542Z
89962026-08-13T17:56:30.542ZAug 13 17:56:29.111 DEBG Aug 13 17:56:29.111replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.111INFO
89972026-08-13T17:56:30.542ZINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.13/32 -> 10.0.0.255
89982026-08-13T17:56:30.542ZAug 13 17:56:29.111
89992026-08-13T17:56:30.542Z DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.111
90002026-08-13T17:56:30.542ZAug 13 17:56:29.111 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:56:29.111
90012026-08-13T17:56:30.542ZAug 13 17:56:29.111replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90022026-08-13T17:56:30.542ZINFO INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 13 17:56:29.111adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
90032026-08-13T17:56:30.542Z
90042026-08-13T17:56:30.542ZAug 13 17:56:29.111 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255
90052026-08-13T17:56:30.542Zadding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.111
90062026-08-13T17:56:30.542ZAug 13 17:56:29.111Aug 13 17:56:29.111Aug 13 17:56:29.111Aug 13 17:56:29.117 DEBGDEBG DEBG created new freemapDEBGcreated new freemap , , created new freemapunitunit , :unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] freemap_route_ipv4
90072026-08-13T17:56:30.542Z: : freemap_route_ipv4
90082026-08-13T17:56:30.542Z
90092026-08-13T17:56:30.542Zfreemap_route_ipv4DEBG
90102026-08-13T17:56:30.542Z Aug 13 17:56:29.117replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG
90112026-08-13T17:56:30.542ZAug 13 17:56:29.117Aug 13 17:56:29.117 DEBG created new freemap , INFOunit created new freemapAug 13 17:56:29.117: , Aug 13 17:56:29.117adding route 172.16.0.0/32 -> 10.0.0.2 INFO
90122026-08-13T17:56:30.542Z freemap_route_ipv6unit
90132026-08-13T17:56:30.542Z :DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6
90142026-08-13T17:56:30.542ZAug 13 17:56:29.117
90152026-08-13T17:56:30.542Zcreated new freemapAug 13 17:56:29.117, unitAug 13 17:56:29.117 :DEBGAug 13 17:56:29.117 DEBGfreemap_route_ipv6
90162026-08-13T17:56:30.542Z DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit:
90172026-08-13T17:56:30.542Z Aug 13 17:56:29.117 DEBGDEBGfreemap_route_ipv4 Aug 13 17:56:29.117
90182026-08-13T17:56:30.547Zinitted freemap. size: 64initted freemap. size: 64
90192026-08-13T17:56:30.547Z, unit:INFO freemap_route_ipv4, Aug 13 17:56:29.117unitAug 13 17:56:29.117:
90202026-08-13T17:56:30.547Zadding route 172.17.0.0/32 -> 10.0.0.255 freemap_route_ipv4INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
90212026-08-13T17:56:30.547Z
90222026-08-13T17:56:30.547Z
90232026-08-13T17:56:30.547Zreset freemapAug 13 17:56:29.117, Aug 13 17:56:29.117unit DEBGDEBG: Aug 13 17:56:29.117 reset freemapreset freemap freemap_route_ipv4,
90242026-08-13T17:56:30.547Zunit, DEBGunit ::Aug 13 17:56:29.117replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.117
90252026-08-13T17:56:30.547ZDEBGfreemap_route_ipv4freemap_route_ipv4
90262026-08-13T17:56:30.547Z
90272026-08-13T17:56:30.547Zinitted freemap. size: 64, unit:DEBG freemap_route_ipv6
90282026-08-13T17:56:30.547ZAug 13 17:56:29.117Aug 13 17:56:29.117 DEBG Aug 13 17:56:29.117initted freemap. size: 64replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], DEBGAug 13 17:56:29.117 initted freemap. size: 64
90292026-08-13T17:56:30.547Zunit , DEBG:INFO unitreset freemap , :freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ff
90302026-08-13T17:56:30.547Zunit :Aug 13 17:56:29.117
90312026-08-13T17:56:30.547Z freemap_route_ipv6
90322026-08-13T17:56:30.547Zfreemap_route_ipv6Aug 13 17:56:29.117 DEBG INFOAug 13 17:56:29.117
90332026-08-13T17:56:30.547Zreset freemap adding route 172.17.0.1/32 -> 10.0.0.255Aug 13 17:56:29.117, DEBGunit
90342026-08-13T17:56:30.547Z :Aug 13 17:56:29.117 reset freemapfreemap_route_ipv6DEBG,
90352026-08-13T17:56:30.547ZINFOunit Aug 13 17:56:29.117 adding route 3fff:dead::/64 -> 2001:db8::55:1:
90362026-08-13T17:56:30.547Z DEBG Aug 13 17:56:29.117freemap_route_ipv6replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90372026-08-13T17:56:30.547Z
90382026-08-13T17:56:30.547ZINFO
90392026-08-13T17:56:30.547Zadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 13 17:56:29.117Aug 13 17:56:29.117
90402026-08-13T17:56:30.547ZINFODEBGAug 13 17:56:29.117 Aug 13 17:56:29.117 Aug 13 17:56:29.117replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1
90412026-08-13T17:56:30.547ZDEBG
90422026-08-13T17:56:30.547Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOINFOAug 13 17:56:29.117
90432026-08-13T17:56:30.547Z INFO Aug 13 17:56:29.117adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:2
90442026-08-13T17:56:30.547ZAug 13 17:56:29.117 DEBGINFO
90452026-08-13T17:56:30.547Z replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255Aug 13 17:56:29.117
90462026-08-13T17:56:30.547Z
90472026-08-13T17:56:30.547Z adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG
90482026-08-13T17:56:30.547ZAug 13 17:56:29.117Aug 13 17:56:29.117 INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90492026-08-13T17:56:30.547ZAug 13 17:56:29.117 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90502026-08-13T17:56:30.547Z
90512026-08-13T17:56:30.548Z Aug 13 17:56:29.117replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 13 17:56:29.117Aug 13 17:56:29.117 INFOAug 13 17:56:29.117
90522026-08-13T17:56:30.548Z DEBGDEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]
90532026-08-13T17:56:30.548Z
90542026-08-13T17:56:30.548Zadding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 13 17:56:29.117 INFO
90552026-08-13T17:56:30.548Zadding route 172.17.0.3/32 -> 10.0.0.255Aug 13 17:56:29.117
90562026-08-13T17:56:30.548ZAug 13 17:56:29.117 Aug 13 17:56:29.117 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG
90572026-08-13T17:56:30.548ZDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90582026-08-13T17:56:30.548Z
90592026-08-13T17:56:30.548Zreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 13 17:56:29.117
90602026-08-13T17:56:30.548Z DEBG Aug 13 17:56:29.117replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 13 17:56:29.117Aug 13 17:56:29.117
90612026-08-13T17:56:30.548Z INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90622026-08-13T17:56:30.548Z Aug 13 17:56:29.117adding route 3fff:beef:37::/64 -> 2001:db8::55:ff
90632026-08-13T17:56:30.548Z
90642026-08-13T17:56:30.548ZINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:56:29.117
90652026-08-13T17:56:30.548ZAug 13 17:56:29.117 INFODEBGAug 13 17:56:29.117 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 13 17:56:29.117
90662026-08-13T17:56:30.548ZAug 13 17:56:29.111 DEBG DEBGINFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.117
90672026-08-13T17:56:30.548Zadding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
90682026-08-13T17:56:30.548Z
90692026-08-13T17:56:30.548ZDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]
90702026-08-13T17:56:30.548Zreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90712026-08-13T17:56:30.548ZAug 13 17:56:29.118 Aug 13 17:56:29.118DEBGAug 13 17:56:29.118 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]
90722026-08-13T17:56:30.548ZDEBGAug 13 17:56:29.118DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO
90732026-08-13T17:56:30.548Z adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 13 17:56:29.118
90742026-08-13T17:56:30.548Z Aug 13 17:56:29.118INFO WARN Aug 13 17:56:29.118replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90752026-08-13T17:56:30.548Ztest route::tests::shrink_preserves_compacted_order ... ok
90762026-08-13T17:56:30.548Z shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff
90772026-08-13T17:56:30.548Z
90782026-08-13T17:56:30.548Z replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90792026-08-13T17:56:30.548ZAug 13 17:56:29.118 INFOAug 13 17:56:29.118Aug 13 17:56:29.118 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255
90802026-08-13T17:56:30.548Z
90812026-08-13T17:56:30.548Z
90822026-08-13T17:56:30.548ZAug 13 17:56:29.118Aug 13 17:56:29.118 Aug 13 17:56:29.118DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
90832026-08-13T17:56:30.548Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff
90842026-08-13T17:56:30.548Z
90852026-08-13T17:56:30.548ZAug 13 17:56:29.118Aug 13 17:56:29.118 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
90862026-08-13T17:56:30.548Z
90872026-08-13T17:56:30.548ZAug 13 17:56:29.118 Aug 13 17:56:29.118Aug 13 17:56:29.118INFO INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff
90882026-08-13T17:56:30.548Z
90892026-08-13T17:56:30.548Z
90902026-08-13T17:56:30.548ZAug 13 17:56:29.118Aug 13 17:56:29.118
90912026-08-13T17:56:30.549ZAug 13 17:56:29.118 DEBGDEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.118
90922026-08-13T17:56:30.549Z
90932026-08-13T17:56:30.549Z DEBG
90942026-08-13T17:56:30.549Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
90952026-08-13T17:56:30.549ZAug 13 17:56:29.118 Aug 13 17:56:29.118Aug 13 17:56:29.118INFO INFOINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff Aug 13 17:56:29.118adding route 172.17.0.14/32 -> 10.0.0.255
90962026-08-13T17:56:30.549Z
90972026-08-13T17:56:30.549Zadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG Aug 13 17:56:29.118replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:56:29.118
90982026-08-13T17:56:30.549Z
90992026-08-13T17:56:30.549Z DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91002026-08-13T17:56:30.549Z
91012026-08-13T17:56:30.549ZAug 13 17:56:29.118Aug 13 17:56:29.118 DEBG INFOAug 13 17:56:29.118 Aug 13 17:56:29.118adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91022026-08-13T17:56:30.549Z
91032026-08-13T17:56:30.549ZINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff
91042026-08-13T17:56:30.549ZINFO Aug 13 17:56:29.118adding route 172.17.0.15/32 -> 10.0.0.255
91052026-08-13T17:56:30.549ZINFOAug 13 17:56:29.118Aug 13 17:56:29.118 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
91062026-08-13T17:56:30.549Z replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
91072026-08-13T17:56:30.549ZAug 13 17:56:29.118DEBG Aug 13 17:56:29.118DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.118
91082026-08-13T17:56:30.549Z DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap
91092026-08-13T17:56:30.549Z, unit: freemap_route_ipv4
91102026-08-13T17:56:30.549ZAug 13 17:56:29.124 DEBGAug 13 17:56:29.124Aug 13 17:56:29.118 DEBGINFO failed to allocate space for the new target listAug 13 17:56:29.124Aug 13 17:56:29.124 adding route 172.17.0.16/32 -> 10.0.0.255
91112026-08-13T17:56:30.549Z DEBGcreated new freemap , DEBG created new freemapunitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91122026-08-13T17:56:30.549Z:, unit:freemap_route_ipv4
91132026-08-13T17:56:30.549Z
91142026-08-13T17:56:30.549ZAug 13 17:56:29.124freemap_route_ipv6
91152026-08-13T17:56:30.549ZAug 13 17:56:29.124DEBG Aug 13 17:56:29.124 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.124Aug 13 17:56:29.124INFO DEBG adding route 172.17.0.15/32 -> 10.0.0.255
91162026-08-13T17:56:30.549Z
91172026-08-13T17:56:30.549ZDEBGDEBG initted freemap. size: 64 , created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], Aug 13 17:56:29.124unit :unitINFO freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255:
91182026-08-13T17:56:30.554Z
91192026-08-13T17:56:30.554Z
91202026-08-13T17:56:30.554ZAug 13 17:56:29.124 freemap_route_ipv6
91212026-08-13T17:56:30.554ZAug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBGAug 13 17:56:29.124 reset freemapDEBG, replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
91222026-08-13T17:56:30.554ZDEBG: initted freemap. size: 64 freemap_route_ipv4, replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit
91232026-08-13T17:56:30.554ZAug 13 17:56:29.124
91242026-08-13T17:56:30.554Z : INFOfreemap_route_ipv4 Aug 13 17:56:29.124
91252026-08-13T17:56:30.554ZAug 13 17:56:29.124adding route 172.17.0.16/32 -> 10.0.0.255 DEBG
91262026-08-13T17:56:30.554Z INFOinitted freemap. size: 64 , Aug 13 17:56:29.124unitAug 13 17:56:29.124adding route 172.17.0.18/32 -> 10.0.0.255 :DEBG DEBG
91272026-08-13T17:56:30.554Zfreemap_route_ipv6 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91282026-08-13T17:56:30.554Zreset freemap,
91292026-08-13T17:56:30.554ZAug 13 17:56:29.124unit Aug 13 17:56:29.124: DEBGDEBGAug 13 17:56:29.124 freemap_route_ipv4replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91302026-08-13T17:56:30.554Z
91312026-08-13T17:56:30.554Zreset freemap, unit:INFO Aug 13 17:56:29.124adding route 172.17.0.17/32 -> 10.0.0.255freemap_route_ipv6 Aug 13 17:56:29.124
91322026-08-13T17:56:30.554Z
91332026-08-13T17:56:30.554ZDEBG INFO initted freemap. size: 64 , adding route 172.17.0.19/32 -> 10.0.0.255unitAug 13 17:56:29.124: Aug 13 17:56:29.124DEBG
91342026-08-13T17:56:30.554Z INFOfreemap_route_ipv6
91352026-08-13T17:56:30.554Zadding route 3fff:dead::/64 -> 2001:db8::55:1
91362026-08-13T17:56:30.554Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91372026-08-13T17:56:30.554ZAug 13 17:56:29.124 Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBGAug 13 17:56:29.124 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] DEBG
91382026-08-13T17:56:30.554Z reset freemapreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
91392026-08-13T17:56:30.554Zunit:INFOAug 13 17:56:29.124 adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6
91402026-08-13T17:56:30.554Z
91412026-08-13T17:56:30.554ZINFOAug 13 17:56:29.124 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO
91422026-08-13T17:56:30.554ZAug 13 17:56:29.124 adding route 172.17.0.20/32 -> 10.0.0.255Aug 13 17:56:29.124
91432026-08-13T17:56:30.554Z DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.124
91442026-08-13T17:56:30.554Zreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.124
91452026-08-13T17:56:30.554Z DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.124
91462026-08-13T17:56:30.554Z DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 13 17:56:29.124
91472026-08-13T17:56:30.554ZAug 13 17:56:29.124 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFOINFO
91482026-08-13T17:56:30.554Z adding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255
91492026-08-13T17:56:30.555ZAug 13 17:56:29.124
91502026-08-13T17:56:30.555Z INFOAug 13 17:56:29.124 INFOAug 13 17:56:29.124adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 13 17:56:29.124adding route 172.16.0.0/32 -> 10.0.0.2
91512026-08-13T17:56:30.555ZDEBGDEBG
91522026-08-13T17:56:30.555Z replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91532026-08-13T17:56:30.555Z
91542026-08-13T17:56:30.555ZAug 13 17:56:29.124 Aug 13 17:56:29.124Aug 13 17:56:29.124DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
91552026-08-13T17:56:30.555Z adding route 172.17.0.20/32 -> 10.0.0.255DEBG Aug 13 17:56:29.124replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91562026-08-13T17:56:30.555Z
91572026-08-13T17:56:30.555ZAug 13 17:56:29.124INFO INFO adding route 172.17.0.22/32 -> 10.0.0.255Aug 13 17:56:29.124Aug 13 17:56:29.124
91582026-08-13T17:56:30.555Z adding route 172.16.0.0/32 -> 10.0.0.3INFO
91592026-08-13T17:56:30.555Zadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91602026-08-13T17:56:30.555Z
91612026-08-13T17:56:30.555ZAug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG Aug 13 17:56:29.124 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
91622026-08-13T17:56:30.555Z
91632026-08-13T17:56:30.555Z Aug 13 17:56:29.124INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 13 17:56:29.124Aug 13 17:56:29.124 INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255
91642026-08-13T17:56:30.555Z
91652026-08-13T17:56:30.555Z adding route 172.16.0.0/32 -> 10.0.0.4
91662026-08-13T17:56:30.555Z
91672026-08-13T17:56:30.555ZAug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91682026-08-13T17:56:30.555Z
91692026-08-13T17:56:30.555ZAug 13 17:56:29.124 Aug 13 17:56:29.124DEBG Aug 13 17:56:29.124replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] DEBGINFO
91702026-08-13T17:56:30.555ZAug 13 17:56:29.124 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]
91712026-08-13T17:56:30.555Zadding route 172.17.0.24/32 -> 10.0.0.255INFO adding route 172.17.0.22/32 -> 10.0.0.255
91722026-08-13T17:56:30.555ZAug 13 17:56:29.124
91732026-08-13T17:56:30.555Z DEBG Aug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91742026-08-13T17:56:30.555Z
91752026-08-13T17:56:30.555Ztest route::tests::same_size_non_subset_replace ... ok
91762026-08-13T17:56:30.555Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
91772026-08-13T17:56:30.555ZAug 13 17:56:29.124Aug 13 17:56:29.124 INFOINFO
91782026-08-13T17:56:30.555Zadding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255
91792026-08-13T17:56:30.555Z
91802026-08-13T17:56:30.555ZAug 13 17:56:29.124Aug 13 17:56:29.124 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91812026-08-13T17:56:30.555Z
91822026-08-13T17:56:30.555ZAug 13 17:56:29.124 INFO Aug 13 17:56:29.124adding route 172.17.0.9/32 -> 10.0.0.255Aug 13 17:56:29.124
91832026-08-13T17:56:30.555ZINFOINFO adding route 172.17.0.26/32 -> 10.0.0.255
91842026-08-13T17:56:30.555Zadding route 172.17.0.24/32 -> 10.0.0.255
91852026-08-13T17:56:30.555ZAug 13 17:56:29.124 DEBGAug 13 17:56:29.124 Aug 13 17:56:29.124replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91862026-08-13T17:56:30.555Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
91872026-08-13T17:56:30.555Zreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91882026-08-13T17:56:30.556ZAug 13 17:56:29.124 INFOAug 13 17:56:29.124Aug 13 17:56:29.124 adding route 172.17.0.10/32 -> 10.0.0.255INFO
91892026-08-13T17:56:30.556Z adding route 172.17.0.25/32 -> 10.0.0.255 INFO
91902026-08-13T17:56:30.556Z adding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:56:29.124
91912026-08-13T17:56:30.556Z DEBG Aug 13 17:56:29.124replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91922026-08-13T17:56:30.556ZDEBG Aug 13 17:56:29.124replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91932026-08-13T17:56:30.556ZDEBG Aug 13 17:56:29.124replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91942026-08-13T17:56:30.556ZINFO Aug 13 17:56:29.124 adding route 172.17.0.11/32 -> 10.0.0.255INFO
91952026-08-13T17:56:30.556ZAug 13 17:56:29.124 INFOadding route 172.17.0.26/32 -> 10.0.0.255
91962026-08-13T17:56:30.556Zadding route 172.17.0.28/32 -> 10.0.0.255Aug 13 17:56:29.124
91972026-08-13T17:56:30.556Z DEBGAug 13 17:56:29.118 Aug 13 17:56:29.124 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91982026-08-13T17:56:30.556ZDEBGINFO Aug 13 17:56:29.124replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
91992026-08-13T17:56:30.556Zadding route 3fff:beef:12::/64 -> 2001:db8::55:ff
92002026-08-13T17:56:30.556ZAug 13 17:56:29.124 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92012026-08-13T17:56:30.556ZAug 13 17:56:29.124adding route 172.17.0.12/32 -> 10.0.0.255
92022026-08-13T17:56:30.556ZINFOAug 13 17:56:29.124 adding route 172.17.0.29/32 -> 10.0.0.255
92032026-08-13T17:56:30.556ZDEBGAug 13 17:56:29.124 Aug 13 17:56:29.124 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
92042026-08-13T17:56:30.556Z Aug 13 17:56:29.124replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92052026-08-13T17:56:30.556ZDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92062026-08-13T17:56:30.556Zadding route 172.17.0.27/32 -> 10.0.0.255Aug 13 17:56:29.124Aug 13 17:56:29.124
92072026-08-13T17:56:30.556Z INFOAug 13 17:56:29.124INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff
92082026-08-13T17:56:30.556ZAug 13 17:56:29.124 adding route 172.17.0.30/32 -> 10.0.0.255DEBGadding route 172.17.0.13/32 -> 10.0.0.255
92092026-08-13T17:56:30.556Z Aug 13 17:56:29.124replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92102026-08-13T17:56:30.556Z DEBG
92112026-08-13T17:56:30.556Z replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.124
92122026-08-13T17:56:30.556ZAug 13 17:56:29.124 Aug 13 17:56:29.124 DEBGDEBG Aug 13 17:56:29.124 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92132026-08-13T17:56:30.556Z
92142026-08-13T17:56:30.556ZINFOadding route 172.17.0.28/32 -> 10.0.0.255
92152026-08-13T17:56:30.556Zadding route 3fff:beef:14::/64 -> 2001:db8::55:ff
92162026-08-13T17:56:30.556ZAug 13 17:56:29.124 Aug 13 17:56:29.124INFOAug 13 17:56:29.124 Aug 13 17:56:29.124 adding route 172.17.0.31/32 -> 10.0.0.255
92172026-08-13T17:56:30.556ZINFODEBG DEBGadding route 172.17.0.14/32 -> 10.0.0.255Aug 13 17:56:29.124 DEBG
92182026-08-13T17:56:30.561ZAug 13 17:56:29.125 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92192026-08-13T17:56:30.561Zcreated new freemapAug 13 17:56:29.131, unitDEBG: Aug 13 17:56:29.131replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92202026-08-13T17:56:30.561ZINFO Aug 13 17:56:29.131adding route 172.17.0.32/32 -> 10.0.0.255
92212026-08-13T17:56:30.561ZINFO adding route 172.17.0.15/32 -> 10.0.0.255
92222026-08-13T17:56:30.561Zreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
92232026-08-13T17:56:30.561Z DEBGAug 13 17:56:29.131 Aug 13 17:56:29.118DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92242026-08-13T17:56:30.561Zcreated new freemap, unitreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
92252026-08-13T17:56:30.561Z Aug 13 17:56:29.131INFO : adding route 172.17.0.33/32 -> 10.0.0.255 INFO
92262026-08-13T17:56:30.561ZAug 13 17:56:29.131freemap_route_ipv4
92272026-08-13T17:56:30.561Z INFO adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255Aug 13 17:56:29.131
92282026-08-13T17:56:30.561Z
92292026-08-13T17:56:30.561ZAug 13 17:56:29.131 DEBGDEBG created new freemapAug 13 17:56:29.131, unitreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131DEBG:
92302026-08-13T17:56:30.561Z replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGfreemap_route_ipv6
92312026-08-13T17:56:30.561Z
92322026-08-13T17:56:30.561ZAug 13 17:56:29.131 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131INFO INFOAug 13 17:56:29.131
92332026-08-13T17:56:30.561Z adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255
92342026-08-13T17:56:30.561ZDEBGAug 13 17:56:29.131
92352026-08-13T17:56:30.561Z initted freemap. size: 64 Aug 13 17:56:29.131INFO, Aug 13 17:56:29.131DEBG unitDEBG:replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.30/32 -> 10.0.0.255
92362026-08-13T17:56:30.561Z
92372026-08-13T17:56:30.561Zfreemap_route_ipv4replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92382026-08-13T17:56:30.561Z
92392026-08-13T17:56:30.561ZAug 13 17:56:29.131Aug 13 17:56:29.131 Aug 13 17:56:29.125INFODEBG Aug 13 17:56:29.131Aug 13 17:56:29.131adding route 172.17.0.35/32 -> 10.0.0.255
92402026-08-13T17:56:30.561Z DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92412026-08-13T17:56:30.561Z created new freemapINFO, unitadding route 172.17.0.18/32 -> 10.0.0.255:DEBGAug 13 17:56:29.131 freemap_route_ipv4
92422026-08-13T17:56:30.561Zreset freemap, Aug 13 17:56:29.131DEBGunit
92432026-08-13T17:56:30.561Z: Aug 13 17:56:29.131replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92442026-08-13T17:56:30.562Z DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131adding route 172.17.0.31/32 -> 10.0.0.255
92452026-08-13T17:56:30.562Zfreemap_route_ipv4DEBGAug 13 17:56:29.131
92462026-08-13T17:56:30.562Z
92472026-08-13T17:56:30.562Z INFO Aug 13 17:56:29.131Aug 13 17:56:29.131adding route 172.17.0.36/32 -> 10.0.0.255
92482026-08-13T17:56:30.562Z DEBGAug 13 17:56:29.131 INFODEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
92492026-08-13T17:56:30.562Z initted freemap. size: 64 DEBG, adding route 172.17.0.19/32 -> 10.0.0.255 unitreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 13 17:56:29.131
92502026-08-13T17:56:30.562Z
92512026-08-13T17:56:30.562Z freemap_route_ipv6
92522026-08-13T17:56:30.562ZINFOAug 13 17:56:29.131 Aug 13 17:56:29.131adding route 172.17.0.32/32 -> 10.0.0.255
92532026-08-13T17:56:30.562ZINFO adding route 172.17.0.37/32 -> 10.0.0.255 Aug 13 17:56:29.131DEBG
92542026-08-13T17:56:30.562ZAug 13 17:56:29.131 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGDEBG
92552026-08-13T17:56:30.562Z replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92562026-08-13T17:56:30.562Zreset freemapAug 13 17:56:29.131, unit:Aug 13 17:56:29.131 INFOAug 13 17:56:29.131freemap_route_ipv6
92572026-08-13T17:56:30.562Z INFO adding route 172.17.0.33/32 -> 10.0.0.255DEBGadding route 172.17.0.20/32 -> 10.0.0.255
92582026-08-13T17:56:30.562Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
92592026-08-13T17:56:30.562Z
92602026-08-13T17:56:30.562Z INFO Aug 13 17:56:29.131adding route 172.16.0.0/32 -> 10.0.0.1Aug 13 17:56:29.131
92612026-08-13T17:56:30.562ZAug 13 17:56:29.131 DEBGDEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
92622026-08-13T17:56:30.562Z adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92632026-08-13T17:56:30.562Z
92642026-08-13T17:56:30.562ZAug 13 17:56:29.131 DEBG Aug 13 17:56:29.131replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 13 17:56:29.131 Aug 13 17:56:29.131
92652026-08-13T17:56:30.562Z INFO DEBG INFOadding route 172.17.0.34/32 -> 10.0.0.255
92662026-08-13T17:56:30.562Zreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92672026-08-13T17:56:30.562ZAug 13 17:56:29.131adding route 172.17.0.21/32 -> 10.0.0.255
92682026-08-13T17:56:30.562ZINFOAug 13 17:56:29.131 adding route 172.16.0.0/32 -> 10.0.0.2DEBG
92692026-08-13T17:56:30.562Z replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131Aug 13 17:56:29.131
92702026-08-13T17:56:30.562ZDEBGAug 13 17:56:29.131INFO DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255
92712026-08-13T17:56:30.562Z
92722026-08-13T17:56:30.562Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
92732026-08-13T17:56:30.562ZAug 13 17:56:29.131 Aug 13 17:56:29.131Aug 13 17:56:29.131 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255
92742026-08-13T17:56:30.562Zreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 13 17:56:29.131 adding route 172.17.0.35/32 -> 10.0.0.255DEBG
92752026-08-13T17:56:30.562Ztest route::tests::shrink_to_single_non_zero_survivor ... ok
92762026-08-13T17:56:30.562Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:56:29.131
92772026-08-13T17:56:30.562Z
92782026-08-13T17:56:30.562ZDEBG Aug 13 17:56:29.131replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO
92792026-08-13T17:56:30.562Z adding route 172.17.0.40/32 -> 10.0.0.255Aug 13 17:56:29.131
92802026-08-13T17:56:30.562Z DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92812026-08-13T17:56:30.562Zcreated new freemapAug 13 17:56:29.131, Aug 13 17:56:29.131 freemap_route_ipv4INFOAug 13 17:56:29.131
92822026-08-13T17:56:30.562ZunitINFO: adding route 172.17.0.36/32 -> 10.0.0.255 adding route 172.17.0.23/32 -> 10.0.0.255DEBG
92832026-08-13T17:56:30.562ZAug 13 17:56:29.131
92842026-08-13T17:56:30.563Z DEBG freemap_route_ipv6replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap
92852026-08-13T17:56:30.563Z, Aug 13 17:56:29.131
92862026-08-13T17:56:30.563Zunit: Aug 13 17:56:29.131DEBG freemap_route_ipv6DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
92872026-08-13T17:56:30.563Z
92882026-08-13T17:56:30.563Z INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255Aug 13 17:56:29.131
92892026-08-13T17:56:30.563Z
92902026-08-13T17:56:30.563ZAug 13 17:56:29.131 Aug 13 17:56:29.131INFO Aug 13 17:56:29.131 DEBGDEBGDEBG initted freemap. size: 64replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
92912026-08-13T17:56:30.563Z, Aug 13 17:56:29.131initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255 unit, INFOunit Aug 13 17:56:29.131:adding route 172.17.0.37/32 -> 10.0.0.255 INFO:freemap_route_ipv4
92922026-08-13T17:56:30.563Z
92932026-08-13T17:56:30.563Zadding route 172.17.0.42/32 -> 10.0.0.255
92942026-08-13T17:56:30.563Z
92952026-08-13T17:56:30.563Zfreemap_route_ipv4
92962026-08-13T17:56:30.563ZAug 13 17:56:29.131 Aug 13 17:56:29.131DEBG Aug 13 17:56:29.131Aug 13 17:56:29.131DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 13 17:56:29.131DEBG reset freemap
92972026-08-13T17:56:30.563Zreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
92982026-08-13T17:56:30.563Z reset freemap, replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit, :unit
92992026-08-13T17:56:30.563ZAug 13 17:56:29.131: INFO freemap_route_ipv4adding route 172.17.0.25/32 -> 10.0.0.255
93002026-08-13T17:56:30.563Zfreemap_route_ipv4
93012026-08-13T17:56:30.563ZAug 13 17:56:29.131Aug 13 17:56:29.131
93022026-08-13T17:56:30.563ZINFO Aug 13 17:56:29.131Aug 13 17:56:29.131adding route 172.17.0.43/32 -> 10.0.0.255
93032026-08-13T17:56:30.563ZINFO DEBGAug 13 17:56:29.131 DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.38/32 -> 10.0.0.255 Aug 13 17:56:29.131
93042026-08-13T17:56:30.563Z
93052026-08-13T17:56:30.563ZDEBGinitted freemap. size: 64 , unitDEBG: Aug 13 17:56:29.131freemap_route_ipv6 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64Aug 13 17:56:29.131
93062026-08-13T17:56:30.563Z
93072026-08-13T17:56:30.563Z, unitINFO :DEBG Aug 13 17:56:29.131 adding route 172.17.0.26/32 -> 10.0.0.255Aug 13 17:56:29.131 freemap_route_ipv6
93082026-08-13T17:56:30.563ZINFODEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap
93092026-08-13T17:56:30.563Z, unitadding route 172.17.0.44/32 -> 10.0.0.255
93102026-08-13T17:56:30.563Z
93112026-08-13T17:56:30.563Z: freemap_route_ipv6
93122026-08-13T17:56:30.563ZAug 13 17:56:29.131Aug 13 17:56:29.131Aug 13 17:56:29.131 Aug 13 17:56:29.131INFO adding route 172.17.0.39/32 -> 10.0.0.255INFOAug 13 17:56:29.131
93132026-08-13T17:56:30.563Zadding route 172.16.0.0/32 -> 10.0.0.1DEBG DEBG
93142026-08-13T17:56:30.563ZDEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93152026-08-13T17:56:30.563Z Aug 13 17:56:29.131reset freemapAug 13 17:56:29.131replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }],
93162026-08-13T17:56:30.563Zunit DEBG :Aug 13 17:56:29.131replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG
93172026-08-13T17:56:30.563ZINFO Aug 13 17:56:29.131adding route 172.17.0.45/32 -> 10.0.0.255
93182026-08-13T17:56:30.568ZINFOAug 13 17:56:29.131 INFOadding route 172.17.0.27/32 -> 10.0.0.255freemap_route_ipv6
93192026-08-13T17:56:30.568Z replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
93202026-08-13T17:56:30.568Zadding route 172.16.0.0/32 -> 10.0.0.2
93212026-08-13T17:56:30.568Z
93222026-08-13T17:56:30.568Z Aug 13 17:56:29.131DEBG Aug 13 17:56:29.131DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.131
93232026-08-13T17:56:30.568ZAug 13 17:56:29.131replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:56:29.131 INFO
93242026-08-13T17:56:30.568ZDEBG INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255
93252026-08-13T17:56:30.568Zadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 13 17:56:29.131
93262026-08-13T17:56:30.568Z adding route 172.17.0.46/32 -> 10.0.0.255Aug 13 17:56:29.131
93272026-08-13T17:56:30.568Z
93282026-08-13T17:56:30.568ZDEBG INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255
93292026-08-13T17:56:30.568ZAug 13 17:56:29.131Aug 13 17:56:29.131
93302026-08-13T17:56:30.568Z DEBGAug 13 17:56:29.131 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3Aug 13 17:56:29.131DEBG
93312026-08-13T17:56:30.568ZAug 13 17:56:29.131
93322026-08-13T17:56:30.568Z replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93332026-08-13T17:56:30.568Z DEBGINFOAug 13 17:56:29.131Aug 13 17:56:29.131 Aug 13 17:56:29.131INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
93342026-08-13T17:56:30.568ZINFO adding route 172.17.0.47/32 -> 10.0.0.255 adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1
93352026-08-13T17:56:30.568Z
93362026-08-13T17:56:30.568Z
93372026-08-13T17:56:30.568ZAug 13 17:56:29.131
93382026-08-13T17:56:30.568Z Aug 13 17:56:29.131Aug 13 17:56:29.131INFOAug 13 17:56:29.131 DEBGadding route 172.17.0.29/32 -> 10.0.0.255
93392026-08-13T17:56:30.568ZINFOAug 13 17:56:29.131DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.4
93402026-08-13T17:56:30.568Z
93412026-08-13T17:56:30.568ZAug 13 17:56:29.138 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:56:29.138
93422026-08-13T17:56:30.568Z Aug 13 17:56:29.138DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]
93432026-08-13T17:56:30.568Zreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138 DEBG
93442026-08-13T17:56:30.568Z replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93452026-08-13T17:56:30.569ZAug 13 17:56:29.138Aug 13 17:56:29.138Aug 13 17:56:29.138 DEBGINFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]
93462026-08-13T17:56:30.569Z
93472026-08-13T17:56:30.569Z
93482026-08-13T17:56:30.569ZAug 13 17:56:29.138Aug 13 17:56:29.138 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93492026-08-13T17:56:30.569Z
93502026-08-13T17:56:30.569ZAug 13 17:56:29.138Aug 13 17:56:29.138 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
93512026-08-13T17:56:30.569Zadding route 172.17.0.50/32 -> 10.0.0.255
93522026-08-13T17:56:30.569Z
93532026-08-13T17:56:30.569ZAug 13 17:56:29.138 DEBG Aug 13 17:56:29.138replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93542026-08-13T17:56:30.569ZDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93552026-08-13T17:56:30.569ZAug 13 17:56:29.138 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.138Aug 13 17:56:29.138
93562026-08-13T17:56:30.569ZINFO INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1
93572026-08-13T17:56:30.569Z
93582026-08-13T17:56:30.569Zadding route 172.17.0.51/32 -> 10.0.0.255
93592026-08-13T17:56:30.569ZAug 13 17:56:29.138 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
93602026-08-13T17:56:30.569Z adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 13 17:56:29.138
93612026-08-13T17:56:30.569Z Aug 13 17:56:29.138DEBG Aug 13 17:56:29.138replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93622026-08-13T17:56:30.569ZDEBGINFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255Aug 13 17:56:29.138
93632026-08-13T17:56:30.569Z Aug 13 17:56:29.138
93642026-08-13T17:56:30.569Z DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.138
93652026-08-13T17:56:30.569Z
93662026-08-13T17:56:30.569Z Aug 13 17:56:29.138Aug 13 17:56:29.138 Aug 13 17:56:29.138 DEBGINFO DEBG INFOadding route 172.17.0.52/32 -> 10.0.0.255 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93672026-08-13T17:56:30.569Z
93682026-08-13T17:56:30.569Zreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93692026-08-13T17:56:30.569Zadding route 3fff:beef:16::/64 -> 2001:db8::55:ff
93702026-08-13T17:56:30.569ZAug 13 17:56:29.138Aug 13 17:56:29.138 Aug 13 17:56:29.138DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138adding route 172.17.0.43/32 -> 10.0.0.255DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93712026-08-13T17:56:30.569Z
93722026-08-13T17:56:30.569Z
93732026-08-13T17:56:30.569Z adding route 172.17.0.34/32 -> 10.0.0.255Aug 13 17:56:29.138
93742026-08-13T17:56:30.569Z INFOAug 13 17:56:29.138 adding route 172.17.0.53/32 -> 10.0.0.255DEBGAug 13 17:56:29.138
93752026-08-13T17:56:30.569Ztest route::tests::add_target_fails_full ... ok
93762026-08-13T17:56:30.569Z replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:56:29.138DEBG
93772026-08-13T17:56:30.569Z Aug 13 17:56:29.138INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG
93782026-08-13T17:56:30.569Z adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93792026-08-13T17:56:30.569Z
93802026-08-13T17:56:30.569ZAug 13 17:56:29.138 Aug 13 17:56:29.138INFO Aug 13 17:56:29.138Aug 13 17:56:29.138INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255
93812026-08-13T17:56:30.569Zadding route 172.17.0.35/32 -> 10.0.0.255
93822026-08-13T17:56:30.569ZDEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93832026-08-13T17:56:30.569Z
93842026-08-13T17:56:30.569ZAug 13 17:56:29.138 DEBG Aug 13 17:56:29.138Aug 13 17:56:29.138replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG
93852026-08-13T17:56:30.570Zreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93862026-08-13T17:56:30.570ZAug 13 17:56:29.138
93872026-08-13T17:56:30.570Z INFO Aug 13 17:56:29.138adding route 3fff:beef:18::/64 -> 2001:db8::55:ff
93882026-08-13T17:56:30.570ZAug 13 17:56:29.138INFO adding route 172.17.0.36/32 -> 10.0.0.255
93892026-08-13T17:56:30.570ZINFOAug 13 17:56:29.138Aug 13 17:56:29.138 INFOadding route 172.17.0.45/32 -> 10.0.0.255DEBG Aug 13 17:56:29.138 adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
93902026-08-13T17:56:30.570Z DEBG
93912026-08-13T17:56:30.570Z replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93922026-08-13T17:56:30.570Z
93932026-08-13T17:56:30.570ZAug 13 17:56:29.138 Aug 13 17:56:29.138DEBG Aug 13 17:56:29.138DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
93942026-08-13T17:56:30.570Z Aug 13 17:56:29.138
93952026-08-13T17:56:30.570Zadding route 172.17.0.37/32 -> 10.0.0.255
93962026-08-13T17:56:30.570ZAug 13 17:56:29.138 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.56/32 -> 10.0.0.255
93972026-08-13T17:56:30.570ZAug 13 17:56:29.138
93982026-08-13T17:56:30.570Z Aug 13 17:56:29.138DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138
93992026-08-13T17:56:30.570Z DEBGadding route 172.17.0.46/32 -> 10.0.0.255
94002026-08-13T17:56:30.570Zreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.138Aug 13 17:56:29.138
94012026-08-13T17:56:30.570Z INFODEBGAug 13 17:56:29.138 adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 13 17:56:29.138
94022026-08-13T17:56:30.570Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94032026-08-13T17:56:30.570Z
94042026-08-13T17:56:30.570Z INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 13 17:56:29.138
94052026-08-13T17:56:30.570Z INFO Aug 13 17:56:29.138adding route 172.17.0.57/32 -> 10.0.0.255
94062026-08-13T17:56:30.570ZAug 13 17:56:29.138INFOAug 13 17:56:29.138 adding route 172.17.0.47/32 -> 10.0.0.255DEBGAug 13 17:56:29.138
94072026-08-13T17:56:30.570Z DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94082026-08-13T17:56:30.570Zreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94092026-08-13T17:56:30.570ZDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.138
94102026-08-13T17:56:30.570Z INFOAug 13 17:56:29.138 adding route 172.17.0.39/32 -> 10.0.0.255DEBG
94112026-08-13T17:56:30.570ZAug 13 17:56:29.138 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138
94122026-08-13T17:56:30.570Z INFOINFO Aug 13 17:56:29.138adding route 172.17.0.58/32 -> 10.0.0.255
94132026-08-13T17:56:30.570Zadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 13 17:56:29.138
94142026-08-13T17:56:30.570ZDEBG INFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94152026-08-13T17:56:30.570Zadding route 172.17.0.48/32 -> 10.0.0.255Aug 13 17:56:29.138
94162026-08-13T17:56:30.570Z Aug 13 17:56:29.138DEBGAug 13 17:56:29.138 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94172026-08-13T17:56:30.570Z
94182026-08-13T17:56:30.575Zreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.138
94192026-08-13T17:56:30.575Z DEBGAug 13 17:56:29.138 Aug 13 17:56:29.138INFOAug 13 17:56:29.138replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94202026-08-13T17:56:30.575Zadding route 172.17.0.59/32 -> 10.0.0.255 DEBGINFO
94212026-08-13T17:56:30.575Z replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff
94222026-08-13T17:56:30.575Z
94232026-08-13T17:56:30.575ZAug 13 17:56:29.138Aug 13 17:56:29.138 INFODEBG Aug 13 17:56:29.138 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94242026-08-13T17:56:30.575Z Aug 13 17:56:29.138replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94252026-08-13T17:56:30.575ZINFOadding route 172.17.0.49/32 -> 10.0.0.255
94262026-08-13T17:56:30.575Zadding route 172.17.0.41/32 -> 10.0.0.255
94272026-08-13T17:56:30.575ZAug 13 17:56:29.138 INFOAug 13 17:56:29.138 Aug 13 17:56:29.138 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 13 17:56:29.138replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94282026-08-13T17:56:30.575Z DEBG
94292026-08-13T17:56:30.575Z
94302026-08-13T17:56:30.575Zreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94312026-08-13T17:56:30.575ZAug 13 17:56:29.138 DEBG Aug 13 17:56:29.138replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 13 17:56:29.138INFO
94322026-08-13T17:56:30.575Z adding route 172.17.0.42/32 -> 10.0.0.255DEBG
94332026-08-13T17:56:30.575Z Aug 13 17:56:29.138 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94342026-08-13T17:56:30.575ZAug 13 17:56:29.138 adding route 172.17.0.50/32 -> 10.0.0.255INFOAug 13 17:56:29.138Aug 13 17:56:29.138 INFO
94352026-08-13T17:56:30.575ZDEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff
94362026-08-13T17:56:30.575Zreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.61/32 -> 10.0.0.255
94372026-08-13T17:56:30.575Z
94382026-08-13T17:56:30.575ZAug 13 17:56:29.138Aug 13 17:56:29.138 Aug 13 17:56:29.138DEBG DEBGDEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.138
94392026-08-13T17:56:30.575Z
94402026-08-13T17:56:30.575Z
94412026-08-13T17:56:30.575Z INFO adding route 172.17.0.43/32 -> 10.0.0.255
94422026-08-13T17:56:30.575ZAug 13 17:56:29.138Aug 13 17:56:29.138 INFOINFO Aug 13 17:56:29.138 DEBGadding route 172.17.0.51/32 -> 10.0.0.255
94432026-08-13T17:56:30.575ZAug 13 17:56:29.138replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff
94442026-08-13T17:56:30.575Z
94452026-08-13T17:56:30.575Zadding route 172.17.0.62/32 -> 10.0.0.255
94462026-08-13T17:56:30.575ZAug 13 17:56:29.138 DEBGAug 13 17:56:29.138 Aug 13 17:56:29.138replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94472026-08-13T17:56:30.575Z DEBGINFOAug 13 17:56:29.138 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.44/32 -> 10.0.0.255
94482026-08-13T17:56:30.576Z
94492026-08-13T17:56:30.576ZDEBG Aug 13 17:56:29.138replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:56:29.138INFO Aug 13 17:56:29.138
94502026-08-13T17:56:30.576ZDEBG adding route 172.17.0.52/32 -> 10.0.0.255INFO
94512026-08-13T17:56:30.576Z replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff
94522026-08-13T17:56:30.576Z
94532026-08-13T17:56:30.576ZAug 13 17:56:29.138Aug 13 17:56:29.138 DEBGINFO Aug 13 17:56:29.138 adding route 172.17.0.63/32 -> 10.0.0.255
94542026-08-13T17:56:30.576ZAug 13 17:56:29.138 INFO Aug 13 17:56:29.144adding route 172.17.0.45/32 -> 10.0.0.255
94552026-08-13T17:56:30.576ZDEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94562026-08-13T17:56:30.576Z
94572026-08-13T17:56:30.576ZAug 13 17:56:29.144 DEBGAug 13 17:56:29.144 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
94582026-08-13T17:56:30.576Z Aug 13 17:56:29.144failed to allocate space for the new target list
94592026-08-13T17:56:30.576ZINFO Aug 13 17:56:29.144 INFO adding route 172.17.0.46/32 -> 10.0.0.255
94602026-08-13T17:56:30.576Zadding route 3fff:beef:21::/64 -> 2001:db8::55:ff
94612026-08-13T17:56:30.576ZAug 13 17:56:29.144Aug 13 17:56:29.144 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
94622026-08-13T17:56:30.576Zreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.144
94632026-08-13T17:56:30.576Z DEBGAug 13 17:56:29.144Aug 13 17:56:29.144 DEBGINFO failed to allocate space for the new target listreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94642026-08-13T17:56:30.576Zadding route 172.17.0.47/32 -> 10.0.0.255
94652026-08-13T17:56:30.576Z
94662026-08-13T17:56:30.576ZAug 13 17:56:29.144Aug 13 17:56:29.144 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94672026-08-13T17:56:30.576Z
94682026-08-13T17:56:30.576Z Aug 13 17:56:29.144replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.144
94692026-08-13T17:56:30.576Z Aug 13 17:56:29.144INFO INFOadding route 172.17.0.48/32 -> 10.0.0.255
94702026-08-13T17:56:30.576ZINFO Aug 13 17:56:29.144adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.2INFO
94712026-08-13T17:56:30.576Z
94722026-08-13T17:56:30.576Z adding route 172.17.0.53/32 -> 10.0.0.255
94732026-08-13T17:56:30.576ZAug 13 17:56:29.144 Aug 13 17:56:29.145Aug 13 17:56:29.145 DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
94742026-08-13T17:56:30.576Z replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94752026-08-13T17:56:30.576Ztest route::tests::delete_targets_full ... ok
94762026-08-13T17:56:30.576ZAug 13 17:56:29.145
94772026-08-13T17:56:30.576Ztest route::tests::delete_target_fragmented ... ok
94782026-08-13T17:56:30.576ZAug 13 17:56:29.145 Aug 13 17:56:29.145DEBGINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff
94792026-08-13T17:56:30.576Zreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.145INFO
94802026-08-13T17:56:30.576Z INFO Aug 13 17:56:29.145adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255
94812026-08-13T17:56:30.576ZAug 13 17:56:29.145 DEBG
94822026-08-13T17:56:30.576ZINFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 13 17:56:29.145replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94832026-08-13T17:56:30.576ZDEBG
94842026-08-13T17:56:30.576ZAug 13 17:56:29.145 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94852026-08-13T17:56:30.576ZDEBGAug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94862026-08-13T17:56:30.577ZDEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255 INFO
94872026-08-13T17:56:30.577Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94882026-08-13T17:56:30.577Zadding route 3fff:beef:24::/64 -> 2001:db8::55:ff
94892026-08-13T17:56:30.577ZAug 13 17:56:29.145Aug 13 17:56:29.145Aug 13 17:56:29.145 DEBGAug 13 17:56:29.145INFO INFOadding route 172.17.0.1/32 -> 10.0.0.255 DEBG
94902026-08-13T17:56:30.577Zadding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94912026-08-13T17:56:30.577Zreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
94922026-08-13T17:56:30.577Z
94932026-08-13T17:56:30.577ZAug 13 17:56:29.145Aug 13 17:56:29.145 Aug 13 17:56:29.145INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255DEBG
94942026-08-13T17:56:30.577Z Aug 13 17:56:29.145 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
94952026-08-13T17:56:30.577Z replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 13 17:56:29.145
94962026-08-13T17:56:30.577Z
94972026-08-13T17:56:30.577ZDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
94982026-08-13T17:56:30.577ZAug 13 17:56:29.145Aug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145 INFOINFODEBGINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255
94992026-08-13T17:56:30.577Z
95002026-08-13T17:56:30.577Zadding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95012026-08-13T17:56:30.577Z
95022026-08-13T17:56:30.577ZAug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145 Aug 13 17:56:29.145DEBGDEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95032026-08-13T17:56:30.577Zreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95042026-08-13T17:56:30.577Z
95052026-08-13T17:56:30.577Z adding route 3fff:beef:26::/64 -> 2001:db8::55:ff
95062026-08-13T17:56:30.577ZAug 13 17:56:29.145 Aug 13 17:56:29.145Aug 13 17:56:29.145INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255INFOAug 13 17:56:29.145
95072026-08-13T17:56:30.577Z DEBGadding route 172.17.0.57/32 -> 10.0.0.255 adding route 172.17.0.3/32 -> 10.0.0.255
95082026-08-13T17:56:30.577Z Aug 13 17:56:29.151Aug 13 17:56:29.151replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95092026-08-13T17:56:30.577Z DEBGDEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95102026-08-13T17:56:30.577Zreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.151
95112026-08-13T17:56:30.577Z INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff
95122026-08-13T17:56:30.577ZAug 13 17:56:29.151 INFO adding route 172.17.0.4/32 -> 10.0.0.255
95132026-08-13T17:56:30.577ZAug 13 17:56:29.151 INFO adding route 172.17.0.54/32 -> 10.0.0.255
95142026-08-13T17:56:30.577ZAug 13 17:56:29.151Aug 13 17:56:29.151 Aug 13 17:56:29.151 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
95152026-08-13T17:56:30.577Z replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95162026-08-13T17:56:30.577Z
95172026-08-13T17:56:30.577ZAug 13 17:56:29.151 Aug 13 17:56:29.151INFO INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff
95182026-08-13T17:56:30.582Zadding route 172.17.0.5/32 -> 10.0.0.255Aug 13 17:56:29.151
95192026-08-13T17:56:30.582Z INFO adding route 172.17.0.55/32 -> 10.0.0.255
95202026-08-13T17:56:30.582ZAug 13 17:56:29.151 DEBGAug 13 17:56:29.151Aug 13 17:56:29.151 DEBGDEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95212026-08-13T17:56:30.582Zreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95222026-08-13T17:56:30.582Z
95232026-08-13T17:56:30.582ZAug 13 17:56:29.151Aug 13 17:56:29.151 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255
95242026-08-13T17:56:30.582Z
95252026-08-13T17:56:30.582ZAug 13 17:56:29.151 INFO adding route 172.17.0.56/32 -> 10.0.0.255
95262026-08-13T17:56:30.582ZAug 13 17:56:29.151 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.151
95272026-08-13T17:56:30.582Z DEBGAug 13 17:56:29.151 replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.151
95282026-08-13T17:56:30.582Z DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255
95292026-08-13T17:56:30.582Z
95302026-08-13T17:56:30.582ZAug 13 17:56:29.152 INFO Aug 13 17:56:29.152adding route 172.17.0.57/32 -> 10.0.0.255
95312026-08-13T17:56:30.582ZDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95322026-08-13T17:56:30.582ZAug 13 17:56:29.152Aug 13 17:56:29.152 Aug 13 17:56:29.152DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95332026-08-13T17:56:30.582ZINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255
95342026-08-13T17:56:30.582Z
95352026-08-13T17:56:30.582ZAug 13 17:56:29.152 INFOAug 13 17:56:29.152 adding route 172.17.0.58/32 -> 10.0.0.255DEBG
95362026-08-13T17:56:30.582Z replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95372026-08-13T17:56:30.582ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGDEBGAug 13 17:56:29.152 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
95382026-08-13T17:56:30.582Z
95392026-08-13T17:56:30.582Z adding route 172.17.0.9/32 -> 10.0.0.255
95402026-08-13T17:56:30.582ZAug 13 17:56:29.152 INFOAug 13 17:56:29.152 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG
95412026-08-13T17:56:30.582Z replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.152
95422026-08-13T17:56:30.582Z Aug 13 17:56:29.152INFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 13 17:56:29.152
95432026-08-13T17:56:30.582Z INFO
95442026-08-13T17:56:30.582Z Aug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBGadding route 172.17.0.10/32 -> 10.0.0.255
95452026-08-13T17:56:30.583Zadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95462026-08-13T17:56:30.583Z
95472026-08-13T17:56:30.583Z
95482026-08-13T17:56:30.583ZAug 13 17:56:29.152Aug 13 17:56:29.152 Aug 13 17:56:29.152Aug 13 17:56:29.152INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG
95492026-08-13T17:56:30.583Z DEBG
95502026-08-13T17:56:30.583Zreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95512026-08-13T17:56:30.583Z
95522026-08-13T17:56:30.583ZAug 13 17:56:29.152 INFOAug 13 17:56:29.152 Aug 13 17:56:29.152 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 13 17:56:29.152
95532026-08-13T17:56:30.583ZINFO adding route 172.17.0.58/32 -> 10.0.0.255DEBG
95542026-08-13T17:56:30.583Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO
95552026-08-13T17:56:30.583Z adding route 172.17.0.11/32 -> 10.0.0.255Aug 13 17:56:29.152
95562026-08-13T17:56:30.583Z Aug 13 17:56:29.152Aug 13 17:56:29.152DEBG DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95572026-08-13T17:56:30.583Zreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target listAug 13 17:56:29.152
95582026-08-13T17:56:30.583Z
95592026-08-13T17:56:30.583ZDEBG Aug 13 17:56:29.152replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 13 17:56:29.152INFOAug 13 17:56:29.152
95602026-08-13T17:56:30.583Zadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff
95612026-08-13T17:56:30.583ZINFODEBG adding route 172.17.0.59/32 -> 10.0.0.255
95622026-08-13T17:56:30.583Zreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
95632026-08-13T17:56:30.583ZAug 13 17:56:29.152 INFOAug 13 17:56:29.152 Aug 13 17:56:29.152adding route 172.17.0.12/32 -> 10.0.0.255
95642026-08-13T17:56:30.583ZDEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95652026-08-13T17:56:30.583Z
95662026-08-13T17:56:30.583ZAug 13 17:56:29.152 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.152
95672026-08-13T17:56:30.583ZAug 13 17:56:29.152 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255
95682026-08-13T17:56:30.583Zadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 13 17:56:29.152
95692026-08-13T17:56:30.583Z INFOAug 13 17:56:29.152 adding route 172.17.0.13/32 -> 10.0.0.255DEBG
95702026-08-13T17:56:30.583Z replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 13 17:56:29.152
95712026-08-13T17:56:30.583Z DEBGAug 13 17:56:29.152 Aug 13 17:56:29.152DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95722026-08-13T17:56:30.583Z replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95732026-08-13T17:56:30.583Z failed to allocate space for the new target list
95742026-08-13T17:56:30.583ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff
95752026-08-13T17:56:30.583Ztest route::tests::delete_targets_fragmented ... ok
95762026-08-13T17:56:30.583Z
95772026-08-13T17:56:30.583ZAug 13 17:56:29.152 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 13 17:56:29.152
95782026-08-13T17:56:30.583Z Aug 13 17:56:29.152DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG
95792026-08-13T17:56:30.583Z replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95802026-08-13T17:56:30.583ZAug 13 17:56:29.152 INFO Aug 13 17:56:29.152adding route 172.17.0.15/32 -> 10.0.0.255
95812026-08-13T17:56:30.583ZINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff
95822026-08-13T17:56:30.583ZAug 13 17:56:29.152 DEBG Aug 13 17:56:29.152replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95832026-08-13T17:56:30.583ZDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95842026-08-13T17:56:30.584ZAug 13 17:56:29.152 INFO Aug 13 17:56:29.152adding route 172.17.0.16/32 -> 10.0.0.255
95852026-08-13T17:56:30.584ZINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff
95862026-08-13T17:56:30.584ZAug 13 17:56:29.152 DEBGAug 13 17:56:29.152 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
95872026-08-13T17:56:30.584Zreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95882026-08-13T17:56:30.584ZAug 13 17:56:29.152 INFOAug 13 17:56:29.152 adding route 172.17.0.17/32 -> 10.0.0.255
95892026-08-13T17:56:30.584ZAug 13 17:56:29.152INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff
95902026-08-13T17:56:30.584Zreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95912026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255
95922026-08-13T17:56:30.584Z
95932026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
95942026-08-13T17:56:30.584Z
95952026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255
95962026-08-13T17:56:30.584Z
95972026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff
95982026-08-13T17:56:30.584Z
95992026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96002026-08-13T17:56:30.584ZINFO adding route 172.17.0.20/32 -> 10.0.0.255
96012026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff
96022026-08-13T17:56:30.584ZDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96032026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255
96042026-08-13T17:56:30.584Z
96052026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96062026-08-13T17:56:30.584Z
96072026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255
96082026-08-13T17:56:30.584Z
96092026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff
96102026-08-13T17:56:30.584Z
96112026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96122026-08-13T17:56:30.584Z
96132026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff
96142026-08-13T17:56:30.584Z
96152026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96162026-08-13T17:56:30.584Z
96172026-08-13T17:56:30.584ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff
96182026-08-13T17:56:30.589Z
96192026-08-13T17:56:30.589ZAug 13 17:56:29.152Aug 13 17:56:29.152 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96202026-08-13T17:56:30.589Z
96212026-08-13T17:56:30.589ZAug 13 17:56:29.152Aug 13 17:56:29.152 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff
96222026-08-13T17:56:30.589ZAug 13 17:56:29.158 DEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96232026-08-13T17:56:30.589ZAug 13 17:56:29.159 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff
96242026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]
96252026-08-13T17:56:30.589ZAug 13 17:56:29.159 INFO
96262026-08-13T17:56:30.589Z adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff
96272026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBGAug 13 17:56:29.159 replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
96282026-08-13T17:56:30.589Z adding route 172.17.0.26/32 -> 10.0.0.255
96292026-08-13T17:56:30.589ZAug 13 17:56:29.159 INFOAug 13 17:56:29.159 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG
96302026-08-13T17:56:30.589Z replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96312026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBGAug 13 17:56:29.159 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO
96322026-08-13T17:56:30.589Z adding route 172.17.0.27/32 -> 10.0.0.255
96332026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBGAug 13 17:56:29.159 failed to allocate space for the new target listDEBG
96342026-08-13T17:56:30.589Z replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96352026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBGAug 13 17:56:29.159 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO
96362026-08-13T17:56:30.589Z adding route 172.17.0.28/32 -> 10.0.0.255
96372026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96382026-08-13T17:56:30.589ZAug 13 17:56:29.159 INFO adding route 172.17.0.29/32 -> 10.0.0.255
96392026-08-13T17:56:30.589ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96402026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.30/32 -> 10.0.0.255
96412026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96422026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.31/32 -> 10.0.0.255
96432026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96442026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.32/32 -> 10.0.0.255
96452026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96462026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.33/32 -> 10.0.0.255
96472026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96482026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.34/32 -> 10.0.0.255
96492026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96502026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.35/32 -> 10.0.0.255
96512026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96522026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.36/32 -> 10.0.0.255
96532026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96542026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.37/32 -> 10.0.0.255
96552026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96562026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.38/32 -> 10.0.0.255
96572026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96582026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.39/32 -> 10.0.0.255
96592026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96602026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.40/32 -> 10.0.0.255
96612026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96622026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.41/32 -> 10.0.0.255
96632026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96642026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.42/32 -> 10.0.0.255
96652026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96662026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.43/32 -> 10.0.0.255
96672026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96682026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.44/32 -> 10.0.0.255
96692026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96702026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.45/32 -> 10.0.0.255
96712026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96722026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.46/32 -> 10.0.0.255
96732026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96742026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.47/32 -> 10.0.0.255
96752026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96762026-08-13T17:56:30.590ZAug 13 17:56:29.159 INFO adding route 172.17.0.48/32 -> 10.0.0.255
96772026-08-13T17:56:30.590ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96782026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.49/32 -> 10.0.0.255
96792026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96802026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.50/32 -> 10.0.0.255
96812026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96822026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.51/32 -> 10.0.0.255
96832026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96842026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.52/32 -> 10.0.0.255
96852026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96862026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.53/32 -> 10.0.0.255
96872026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96882026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.54/32 -> 10.0.0.255
96892026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96902026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.55/32 -> 10.0.0.255
96912026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96922026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.56/32 -> 10.0.0.255
96932026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96942026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.57/32 -> 10.0.0.255
96952026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96962026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.58/32 -> 10.0.0.255
96972026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
96982026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.59/32 -> 10.0.0.255
96992026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97002026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.60/32 -> 10.0.0.255
97012026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97022026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG failed to allocate space for the new target list
97032026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97042026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG created new freemap, unit: freemap_route_ipv4
97052026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG created new freemap, unit: freemap_route_ipv6
97062026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG initted freemap. size: 64, unit: freemap_route_ipv4
97072026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG reset freemap, unit: freemap_route_ipv4
97082026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG initted freemap. size: 64, unit: freemap_route_ipv6
97092026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG reset freemap, unit: freemap_route_ipv6
97102026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.16.0.0/32 -> 10.0.0.1
97112026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
97122026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.16.0.0/32 -> 10.0.0.2
97132026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]
97142026-08-13T17:56:30.591ZAug 13 17:56:29.159 INFO adding route 172.17.0.0/32 -> 10.0.0.255
97152026-08-13T17:56:30.591ZAug 13 17:56:29.159 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97162026-08-13T17:56:30.591ZAug 13 17:56:29.160 INFO adding route 172.17.0.1/32 -> 10.0.0.255
97172026-08-13T17:56:30.591ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97182026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.2/32 -> 10.0.0.255
97192026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97202026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.3/32 -> 10.0.0.255
97212026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97222026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.4/32 -> 10.0.0.255
97232026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97242026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.5/32 -> 10.0.0.255
97252026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97262026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.6/32 -> 10.0.0.255
97272026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97282026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.7/32 -> 10.0.0.255
97292026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97302026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.8/32 -> 10.0.0.255
97312026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97322026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.9/32 -> 10.0.0.255
97332026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97342026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.10/32 -> 10.0.0.255
97352026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97362026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.11/32 -> 10.0.0.255
97372026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97382026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.12/32 -> 10.0.0.255
97392026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97402026-08-13T17:56:30.596ZAug 13 17:56:29.160 INFO adding route 172.17.0.13/32 -> 10.0.0.255
97412026-08-13T17:56:30.596ZAug 13 17:56:29.160 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97422026-08-13T17:56:30.596ZAug 13 17:56:29.165 INFO adding route 172.17.0.14/32 -> 10.0.0.255
97432026-08-13T17:56:30.596ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97442026-08-13T17:56:30.596ZAug 13 17:56:29.165 INFO adding route 172.17.0.15/32 -> 10.0.0.255
97452026-08-13T17:56:30.596ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97462026-08-13T17:56:30.596ZAug 13 17:56:29.165 INFO adding route 172.17.0.16/32 -> 10.0.0.255
97472026-08-13T17:56:30.596ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97482026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.17/32 -> 10.0.0.255
97492026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97502026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.18/32 -> 10.0.0.255
97512026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97522026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.19/32 -> 10.0.0.255
97532026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97542026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.20/32 -> 10.0.0.255
97552026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97562026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.21/32 -> 10.0.0.255
97572026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97582026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.22/32 -> 10.0.0.255
97592026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97602026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.23/32 -> 10.0.0.255
97612026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97622026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.24/32 -> 10.0.0.255
97632026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97642026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.25/32 -> 10.0.0.255
97652026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97662026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.26/32 -> 10.0.0.255
97672026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97682026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.27/32 -> 10.0.0.255
97692026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97702026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.28/32 -> 10.0.0.255
97712026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97722026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.29/32 -> 10.0.0.255
97732026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97742026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.30/32 -> 10.0.0.255
97752026-08-13T17:56:30.597Ztest route::tests::delete_target_full ... ok
97762026-08-13T17:56:30.597Z
97772026-08-13T17:56:30.597Ztest result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
97782026-08-13T17:56:30.597Z
97792026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97802026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.31/32 -> 10.0.0.255
97812026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97822026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.32/32 -> 10.0.0.255
97832026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97842026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.33/32 -> 10.0.0.255
97852026-08-13T17:56:30.597ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97862026-08-13T17:56:30.597ZAug 13 17:56:29.165 INFO adding route 172.17.0.34/32 -> 10.0.0.255
97872026-08-13T17:56:30.598ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97882026-08-13T17:56:30.598ZAug 13 17:56:29.165 INFO adding route 172.17.0.35/32 -> 10.0.0.255
97892026-08-13T17:56:30.598ZAug 13 17:56:29.165 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97902026-08-13T17:56:30.598ZAug 13 17:56:29.165 INFO adding route 172.17.0.36/32 -> 10.0.0.255
97912026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97922026-08-13T17:56:30.598ZAug 13 17:56:29.166 INFO adding route 172.17.0.37/32 -> 10.0.0.255
97932026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97942026-08-13T17:56:30.598ZAug 13 17:56:29.166 INFO adding route 172.17.0.38/32 -> 10.0.0.255
97952026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97962026-08-13T17:56:30.598ZAug 13 17:56:29.166 INFO adding route 172.17.0.39/32 -> 10.0.0.255
97972026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
97982026-08-13T17:56:30.598ZAug 13 17:56:29.166 INFO adding route 172.17.0.40/32 -> 10.0.0.255
97992026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98002026-08-13T17:56:30.598ZAug 13 17:56:29.166 INFO adding route 172.17.0.41/32 -> 10.0.0.255
98012026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98022026-08-13T17:56:30.598ZAug 13 17:56:29.166 INFO adding route 172.17.0.42/32 -> 10.0.0.255
98032026-08-13T17:56:30.598ZAug 13 17:56:29.166 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98042026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.43/32 -> 10.0.0.255
98052026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98062026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.44/32 -> 10.0.0.255
98072026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98082026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.45/32 -> 10.0.0.255
98092026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98102026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.46/32 -> 10.0.0.255
98112026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98122026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.47/32 -> 10.0.0.255
98132026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98142026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.48/32 -> 10.0.0.255
98152026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98162026-08-13T17:56:30.598ZAug 13 17:56:29.173 INFO adding route 172.17.0.49/32 -> 10.0.0.255
98172026-08-13T17:56:30.598ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98182026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.50/32 -> 10.0.0.255
98192026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98202026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.51/32 -> 10.0.0.255
98212026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98222026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.52/32 -> 10.0.0.255
98232026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98242026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.53/32 -> 10.0.0.255
98252026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98262026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.54/32 -> 10.0.0.255
98272026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98282026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.55/32 -> 10.0.0.255
98292026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98302026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.56/32 -> 10.0.0.255
98312026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98322026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.57/32 -> 10.0.0.255
98332026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98342026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.58/32 -> 10.0.0.255
98352026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98362026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.59/32 -> 10.0.0.255
98372026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98382026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.60/32 -> 10.0.0.255
98392026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98402026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.61/32 -> 10.0.0.255
98412026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98422026-08-13T17:56:30.603ZAug 13 17:56:29.173 INFO adding route 172.17.0.62/32 -> 10.0.0.255
98432026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]
98442026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG failed to allocate space for the new target list
98452026-08-13T17:56:30.603ZAug 13 17:56:29.173 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]
98462026-08-13T17:56:30.603Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1)
98472026-08-13T17:56:30.603Z
98482026-08-13T17:56:30.603Zrunning 0 tests
98492026-08-13T17:56:30.603Z
98502026-08-13T17:56:30.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98512026-08-13T17:56:30.603Z
98522026-08-13T17:56:30.603Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024)
98532026-08-13T17:56:30.604Z
98542026-08-13T17:56:30.604Zrunning 0 tests
98552026-08-13T17:56:30.604Z
98562026-08-13T17:56:30.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98572026-08-13T17:56:30.604Z
98582026-08-13T17:56:30.604Z Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8)
98592026-08-13T17:56:30.604Z
98602026-08-13T17:56:30.604Zrunning 6 tests
98612026-08-13T17:56:30.604Ztest tests::test_full_lot_id_both_present ... ok
98622026-08-13T17:56:30.604Ztest tests::test_full_lot_id_lot_only ... ok
98632026-08-13T17:56:30.604Ztest tests::test_full_lot_id_lotnum_only ... ok
98642026-08-13T17:56:30.604Ztest tests::test_full_lot_id_neither_present ... ok
98652026-08-13T17:56:30.604Ztest tests::test_port_id_cmp ... ok
98662026-08-13T17:56:30.604Ztest tests::test_parse_client_port_id ... ok
98672026-08-13T17:56:30.604Z
98682026-08-13T17:56:30.604Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98692026-08-13T17:56:30.604Z
98702026-08-13T17:56:30.604Z Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff)
98712026-08-13T17:56:30.607Z
98722026-08-13T17:56:30.607Zrunning 6 tests
98732026-08-13T17:56:33.612Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
98742026-08-13T17:56:33.616Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
98752026-08-13T17:56:33.616Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
98762026-08-13T17:56:33.621Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
98772026-08-13T17:56:33.952Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
98782026-08-13T17:56:35.060Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
98792026-08-13T17:56:35.060Z
98802026-08-13T17:56:35.060Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.46s
98812026-08-13T17:56:35.060Z
98822026-08-13T17:56:35.067Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21)
98832026-08-13T17:56:35.073Z
98842026-08-13T17:56:35.073Zrunning 0 tests
98852026-08-13T17:56:35.073Z
98862026-08-13T17:56:35.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98872026-08-13T17:56:35.076Z
98882026-08-13T17:56:35.076Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62)
98892026-08-13T17:56:35.080Z
98902026-08-13T17:56:35.080Zrunning 0 tests
98912026-08-13T17:56:35.080Z
98922026-08-13T17:56:35.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98932026-08-13T17:56:35.080Z
98942026-08-13T17:56:35.080Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
98952026-08-13T17:56:35.089Z
98962026-08-13T17:56:35.089Zrunning 12 tests
98972026-08-13T17:56:35.095Ztest icmp::test_v6_checksum ... ok
98982026-08-13T17:56:35.095Ztest lldp::test_lldp_parse ... ok
98992026-08-13T17:56:35.095Ztest icmp::test_v4_checksum ... ok
99002026-08-13T17:56:35.095Ztest ipv6::test_ipv6_parse ... ok
99012026-08-13T17:56:35.095Ztest pbuf::test_byte ... ok
99022026-08-13T17:56:35.095Ztest pbuf::test_nibble ... ok
99032026-08-13T17:56:35.095Ztest pbuf::test_overflow ... ok
99042026-08-13T17:56:35.095Ztest pbuf::test_short ... ok
99052026-08-13T17:56:35.095Ztest pbuf::test_twelve ... ok
99062026-08-13T17:56:35.095Ztest pbuf::test_word ... ok
99072026-08-13T17:56:35.095Ztest tcp::test_checksum_syn_nodata ... ok
99082026-08-13T17:56:35.095Ztest tcp::test_checksum_ack_data ... ok
99092026-08-13T17:56:35.095Z
99102026-08-13T17:56:35.096Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99112026-08-13T17:56:35.096Z
99122026-08-13T17:56:35.096Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
99132026-08-13T17:56:35.099Z
99142026-08-13T17:56:35.099Zrunning 0 tests
99152026-08-13T17:56:35.099Z
99162026-08-13T17:56:35.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99172026-08-13T17:56:35.100Z
99182026-08-13T17:56:35.100Z Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb)
99192026-08-13T17:56:35.108Z
99202026-08-13T17:56:35.108Zrunning 5 tests
99212026-08-13T17:56:35.113Ztest switchport::test::test_compute_lanes ... ok
99222026-08-13T17:56:35.116Ztest switchport::test::port_id_ordering ... ok
99232026-08-13T17:56:35.116Z Lane 0 Lane 1 Lane 2 Lane 3
99242026-08-13T17:56:35.116Z Rx Loss-of-lock: Yes Yes Yes Yes
99252026-08-13T17:56:35.116Z Rx Loss-of-signal: Yes Yes Yes Yes
99262026-08-13T17:56:35.116Z Rx CDR Enabled: Yes Yes Yes Yes
99272026-08-13T17:56:35.116Z Tx Enabled: Yes Yes Yes Yes
99282026-08-13T17:56:35.117Z Tx Loss-of-lock: No Lane 0 No NoLane 1 No
99292026-08-13T17:56:35.117ZLane 2 Tx Loss-of-signal: No No Lane 3No
99302026-08-13T17:56:35.117Z No State: Activated
99312026-08-13T17:56:35.117Z Tx CDR Enabled: No Activated NoActivated NoActivated
99322026-08-13T17:56:35.117ZNo
99332026-08-13T17:56:35.117Z Rx Output Enabled: false false Tx Adaptive EQ Fault: No Nofalse falseNo
99342026-08-13T17:56:35.117Z Rx Output Status: validNo
99352026-08-13T17:56:35.117Z Tx Fault: Yes valid Yes Yesvalid validYes
99362026-08-13T17:56:35.117Z
99372026-08-13T17:56:35.117Z Rx Loss-of-lock: true true true true
99382026-08-13T17:56:35.117Z Rx Loss-of-signal: false false false false
99392026-08-13T17:56:35.117ZRx Auto-squelch Disable: true true true true
99402026-08-13T17:56:35.117Z Tx Output Enabled: true true true true
99412026-08-13T17:56:35.117Ztest link::test_filter ... Tx Output Status: invalid invalid okinvalid invalid
99422026-08-13T17:56:35.117Z
99432026-08-13T17:56:35.117Z Tx Loss-of-lock: false false false false
99442026-08-13T17:56:35.117Z Tx Loss-of-signal: true true true true
99452026-08-13T17:56:35.117ZTx Auto-squelch Disable: false false false false
99462026-08-13T17:56:35.117Z Tx Adaptive EQ Fail: true true true true
99472026-08-13T17:56:35.117Z Tx Failure: false false false false
99482026-08-13T17:56:35.117Z Tx Force Squelch: true true true true
99492026-08-13T17:56:35.117Z Tx Input Polarity: normal normal normal normal
99502026-08-13T17:56:35.117Ztest switchport::test::test_print_cmis_datapath ... ok
99512026-08-13T17:56:35.117Ztest switchport::test::test_print_sff_datapath ... ok
99522026-08-13T17:56:35.117Z
99532026-08-13T17:56:35.117Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
99542026-08-13T17:56:35.117Z
99552026-08-13T17:56:35.118Z Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e)
99562026-08-13T17:56:35.122Z
99572026-08-13T17:56:35.122Zrunning 1 test
99582026-08-13T17:56:35.122Ztest test_p4_counter_list ... ignored
99592026-08-13T17:56:35.122Z
99602026-08-13T17:56:35.122Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612026-08-13T17:56:35.122Z
99622026-08-13T17:56:35.122Z Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c)
99632026-08-13T17:56:35.122Z
99642026-08-13T17:56:35.122Zrunning 5 tests
99652026-08-13T17:56:35.122Ztest test_an ... ignored
99662026-08-13T17:56:35.122Ztest test_enable ... ignored
99672026-08-13T17:56:35.122Ztest test_ip_addresses ... ignored
99682026-08-13T17:56:35.122Ztest test_kr ... ignored
99692026-08-13T17:56:35.122Ztest test_mac ... ignored
99702026-08-13T17:56:35.122Z
99712026-08-13T17:56:35.122Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
99722026-08-13T17:56:35.122Z
99732026-08-13T17:56:35.122Z Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f)
99742026-08-13T17:56:35.126Z
99752026-08-13T17:56:35.126Zrunning 3 tests
99762026-08-13T17:56:35.126Ztest linklocal::test_parse_ipadm ... ok
99772026-08-13T17:56:35.126Ztest tfport::test_parse_tfport ... ok
99782026-08-13T17:56:35.126Ztest config::tests::test_updates ... ok
99792026-08-13T17:56:35.126Z
99802026-08-13T17:56:35.126Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99812026-08-13T17:56:35.126Z
99822026-08-13T17:56:35.126Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
99832026-08-13T17:56:35.129Z
99842026-08-13T17:56:35.129Zrunning 0 tests
99852026-08-13T17:56:35.129Z
99862026-08-13T17:56:35.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99872026-08-13T17:56:35.130Z
99882026-08-13T17:56:35.134Z Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6)
99892026-08-13T17:56:35.137Z
99902026-08-13T17:56:35.137Zrunning 0 tests
99912026-08-13T17:56:35.137Z
99922026-08-13T17:56:35.137Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99932026-08-13T17:56:35.137Z
99942026-08-13T17:56:35.137Z Doc-tests aal
99952026-08-13T17:56:35.311Z
99962026-08-13T17:56:35.311Zrunning 0 tests
99972026-08-13T17:56:35.311Z
99982026-08-13T17:56:35.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99992026-08-13T17:56:35.314Z
100002026-08-13T17:56:35.330Z Doc-tests aal_macros
100012026-08-13T17:56:35.404Z
100022026-08-13T17:56:35.405Zrunning 0 tests
100032026-08-13T17:56:35.405Z
100042026-08-13T17:56:35.405Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100052026-08-13T17:56:35.405Z
100062026-08-13T17:56:35.418Z Doc-tests common
100072026-08-13T17:56:35.658Z
100082026-08-13T17:56:35.658Zrunning 0 tests
100092026-08-13T17:56:35.658Z
100102026-08-13T17:56:35.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100112026-08-13T17:56:35.658Z
100122026-08-13T17:56:35.681Z Doc-tests dpd_api
100132026-08-13T17:56:36.520Z
100142026-08-13T17:56:36.520Zrunning 2 tests
100152026-08-13T17:56:36.521Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
100162026-08-13T17:56:36.521Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
100172026-08-13T17:56:36.521Z
100182026-08-13T17:56:36.521Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
100192026-08-13T17:56:36.521Z
100202026-08-13T17:56:36.554Z Doc-tests dpd_client
100212026-08-13T17:56:37.830Z
100222026-08-13T17:56:37.830Zrunning 0 tests
100232026-08-13T17:56:37.830Z
100242026-08-13T17:56:37.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100252026-08-13T17:56:37.830Z
100262026-08-13T17:56:37.879Z Doc-tests dpd_types
100272026-08-13T17:56:38.094Z
100282026-08-13T17:56:38.094Zrunning 0 tests
100292026-08-13T17:56:38.094Z
100302026-08-13T17:56:38.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312026-08-13T17:56:38.094Z
100322026-08-13T17:56:38.122Z Doc-tests dpd_types_versions
100332026-08-13T17:56:39.336Z
100342026-08-13T17:56:39.336Zrunning 1 test
100352026-08-13T17:56:39.336Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
100362026-08-13T17:56:39.336Z
100372026-08-13T17:56:39.336Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382026-08-13T17:56:39.336Z
100392026-08-13T17:56:39.384Z Doc-tests packet
100402026-08-13T17:56:39.500Z
100412026-08-13T17:56:39.500Zrunning 0 tests
100422026-08-13T17:56:39.500Z
100432026-08-13T17:56:39.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100442026-08-13T17:56:39.500Z
100452026-08-13T17:56:39.518Z Doc-tests pcap
100462026-08-13T17:56:39.573Z
100472026-08-13T17:56:39.573Zrunning 0 tests
100482026-08-13T17:56:39.573Z
100492026-08-13T17:56:39.573Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100502026-08-13T17:56:39.573Z
100512026-08-13T17:56:39.624Zprocess exited: duration 594712 ms, exit code 0
 
100522026-08-13T17:56:39.631Zfound 0 output files