01KS1DJ02DJ80RZ9NAXNYNZ27H: test-bgp

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KS1DJEABH82TXJM6DZC0TT5J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T00:47:28.230Zjob assigned to worker 01KS1DJHZE21TP6AWCGPGVXJDC [factory aws, i-0169af2f700eb5e17] (queued for 55 s)
 
22026-05-20T00:47:35.626Zstarting task 0: "setup"
32026-05-20T00:47:35.632Z++ uname -s
42026-05-20T00:47:35.635Z+ kern=SunOS
52026-05-20T00:47:35.635Z+ build_user=build
62026-05-20T00:47:35.635Z+ build_uid=12345
72026-05-20T00:47:35.635Z+ work_dir=/work
82026-05-20T00:47:35.635Z+ input_dir=/input
92026-05-20T00:47:35.635Z+ [[ 0 == 12345 ]]
102026-05-20T00:47:35.635Z+ case "$kern" in
112026-05-20T00:47:35.635Z+ groupadd -g 12345 build
122026-05-20T00:47:35.638Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T00:47:37.642Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T00:47:37.716Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T00:47:37.719Z+ home_fs=zfs
162026-05-20T00:47:37.719Z+ [[ zfs == autofs ]]
172026-05-20T00:47:37.719Z+ mkdir -p /home/build
182026-05-20T00:47:37.719Z+ chown build:build /home/build /work
192026-05-20T00:47:39.721Z+ chmod 0700 /home/build /work
202026-05-20T00:47:39.724Zprocess exited: duration 4095 ms, exit code 0
 
212026-05-20T00:47:39.730Zstarting task 1: "rust-toolchain"
222026-05-20T00:47:39.734Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-20T00:47:39.734Z * rust toolchain channel = "stable"
242026-05-20T00:47:39.734Z * rust toolchain profile = "default"
252026-05-20T00:47:39.734Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T00:47:39.734Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T00:47:39.734Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T00:47:39.737Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T00:47:39.737Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-20T00:47:39.834Zinfo: downloading installer
312026-05-20T00:47:41.284Zwarn: It looks like you have an existing installation of Rust at:
322026-05-20T00:47:41.284Zwarn: /opt/ooce/bin
332026-05-20T00:47:41.284Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-20T00:47:41.284Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-20T00:47:41.284Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-20T00:47:41.284Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-20T00:47:41.284Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-20T00:47:41.284Zerror: cannot install while Rust is installed
392026-05-20T00:47:41.284Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-20T00:47:41.284Zwarn: It looks like you have an existing rustup settings file at:
412026-05-20T00:47:41.284Zwarn: /home/build/.rustup/settings.toml
422026-05-20T00:47:41.284Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-20T00:47:41.284Zwarn: instead of the one inferred from the default host triple.
442026-05-20T00:47:41.318Zinfo: profile set to default
452026-05-20T00:47:41.319Zinfo: default host triple is x86_64-unknown-illumos
462026-05-20T00:47:41.321Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-20T00:47:41.449Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-20T00:47:41.451Zinfo: downloading 6 components
492026-05-20T00:47:55.222Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-20T00:47:55.223Z
512026-05-20T00:47:55.252Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-20T00:47:55.252Z
532026-05-20T00:47:55.252Z
542026-05-20T00:47:55.252ZRust is installed now. Great!
552026-05-20T00:47:55.252Z
562026-05-20T00:47:55.252ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-20T00:47:55.252Zenvironment variable. This has not been done automatically.
582026-05-20T00:47:55.252Z
592026-05-20T00:47:55.252ZTo configure your current shell, you need to source
602026-05-20T00:47:55.252Zthe corresponding env file under $HOME/.cargo.
612026-05-20T00:47:55.252Z
622026-05-20T00:47:55.252ZThis is usually done by running one of the following (note the leading DOT):
632026-05-20T00:47:55.252Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-20T00:47:55.253Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-20T00:47:55.253Zsource "~/.cargo/env.nu" # For nushell
662026-05-20T00:47:55.253Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-20T00:47:55.255Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-20T00:47:55.255Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-20T00:47:55.255Zwarn: no default linker (`cc`) was found in your PATH
702026-05-20T00:47:55.255Zwarn: many Rust crates require a system C toolchain to build
712026-05-20T00:47:55.364Z+ rustup --version
722026-05-20T00:47:55.373Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-20T00:47:55.376Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-20T00:47:55.395Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-20T00:47:55.398Z+ cargo --version
762026-05-20T00:47:55.412Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-20T00:47:55.415Z+ rustc --version
782026-05-20T00:47:55.435Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-20T00:47:55.438Zprocess exited: duration 15701 ms, exit code 0
 
802026-05-20T00:47:55.443Zstarting task 2: "authentication"
812026-05-20T00:47:55.459Zprocess exited: duration 16 ms, exit code 0
 
822026-05-20T00:47:55.465Zstarting task 3: "clone repository"
832026-05-20T00:47:55.468Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-20T00:47:55.470Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-20T00:47:55.672ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-20T00:47:56.947Z+ cd /work/oxidecomputer/maghemite
872026-05-20T00:47:56.947Z+ git fetch origin 0ccdce9171a02136f3d6f755d63013959d568e75
882026-05-20T00:47:57.182ZFrom https://github.com/oxidecomputer/maghemite
892026-05-20T00:47:57.182Z * branch 0ccdce9171a02136f3d6f755d63013959d568e75 -> FETCH_HEAD
902026-05-20T00:47:57.186Z+ [[ -n zl/ddmd-no-state-machine ]]
912026-05-20T00:47:57.189Z++ git branch --show-current
922026-05-20T00:47:57.189Z+ current=main
932026-05-20T00:47:57.189Z+ [[ main != zl/ddmd-no-state-machine ]]
942026-05-20T00:47:57.189Z+ git branch -f zl/ddmd-no-state-machine 0ccdce9171a02136f3d6f755d63013959d568e75
952026-05-20T00:47:58.195Z+ git checkout -f zl/ddmd-no-state-machine
962026-05-20T00:47:58.198ZSwitched to branch 'zl/ddmd-no-state-machine'
972026-05-20T00:47:58.198Z+ git reset --hard 0ccdce9171a02136f3d6f755d63013959d568e75
982026-05-20T00:47:58.198ZHEAD is now at 0ccdce9 [review] return log-level to what it was for ddmd (keep structured)
992026-05-20T00:47:58.198Zprocess exited: duration 1760 ms, exit code 0
 
1002026-05-20T00:47:58.203Zstarting task 4: "build"
1012026-05-20T00:47:58.207Z+ set -e
1022026-05-20T00:47:58.207Z+ source .github/buildomat/test-common.sh
1032026-05-20T00:47:58.210Z++ NEXTEST_VERSION=0.9.97
1042026-05-20T00:47:58.210Z++ PLATFORM=illumos
1052026-05-20T00:47:58.210Z++ banner install
1062026-05-20T00:47:58.211Z
1072026-05-20T00:47:58.211Z # # # #### ##### ## # #
1082026-05-20T00:47:58.211Z # ## # # # # # # #
1092026-05-20T00:47:58.211Z # # # # #### # # # # #
1102026-05-20T00:47:58.211Z # # # # # # ###### # #
1112026-05-20T00:47:58.211Z # # ## # # # # # # #
1122026-05-20T00:47:58.211Z # # # #### # # # ###### ######
1132026-05-20T00:47:58.211Z
1142026-05-20T00:47:58.211Z++ set +o errexit
1152026-05-20T00:47:58.215Z++ pkg info clang-15
1162026-05-20T00:47:58.215Z++ grep -qi installed
1172026-05-20T00:48:00.535Zpkg: info: no packages matching the following patterns you specified are
1182026-05-20T00:48:00.535Zinstalled on the system. Try querying remotely instead:
1192026-05-20T00:48:00.535Z
1202026-05-20T00:48:00.535Z clang-15
1212026-05-20T00:48:00.585Z++ [[ 1 != 0 ]]
1222026-05-20T00:48:00.585Z++ set -o errexit
1232026-05-20T00:48:00.586Z++ pfexec pkg install clang-15
1242026-05-20T00:48:07.624Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-05-20T00:48:15.588Z Startup: Caching catalogs ... Done
1262026-05-20T00:48:23.098ZPlanning: Solver setup ... Done
1272026-05-20T00:48:23.138ZPlanning: Running solver ... Done
1282026-05-20T00:48:23.284ZPlanning: Finding local manifests ... Done
1292026-05-20T00:48:23.305ZPlanning: Fetching manifests: 0/2 0% complete
1302026-05-20T00:48:23.399ZPlanning: Fetching manifests: 2/2 100% complete
1312026-05-20T00:48:23.428ZPlanning: Package planning ... Done
1322026-05-20T00:48:23.454ZPlanning: Merging actions ... Done
1332026-05-20T00:48:23.627ZPlanning: Checking for conflicting actions ... Done
1342026-05-20T00:48:23.633ZPlanning: Consolidating action changes ... Done
1352026-05-20T00:48:25.457ZPlanning: Evaluating mediators ... Done
1362026-05-20T00:48:25.462ZPlanning: Planning completed in 9.70 seconds
1372026-05-20T00:48:25.474Z Packages to install: 2
1382026-05-20T00:48:25.474Z Mediators to change: 2
1392026-05-20T00:48:25.476Z Services to change: 1
1402026-05-20T00:48:25.476Z Create boot environment: No
1412026-05-20T00:48:25.476ZCreate backup boot environment: No
1422026-05-20T00:48:25.538Z
1432026-05-20T00:48:25.538ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-05-20T00:48:30.541ZDownload: 877/3076 items 18.5/211.3MB 8% complete (4.0M/s)
1452026-05-20T00:48:38.136ZDownload: 984/3076 items 82.2/211.3MB 38% complete (11.8M/s)
1462026-05-20T00:48:43.992ZDownload: 2009/3076 items 117.9/211.3MB 55% complete (4.5M/s)
1472026-05-20T00:48:49.687ZDownload: 3025/3076 items 201.7/211.3MB 95% complete (9.5M/s)
1482026-05-20T00:48:56.611ZDownload: 3029/3076 items 201.8/211.3MB 95% complete (9.2M/s)
1492026-05-20T00:48:57.225ZDownload: Completed 211.31 MB in 31.67 seconds (6.7M/s)
1502026-05-20T00:48:57.350Z Actions: 1/3418 actions (Installing new actions)
1512026-05-20T00:49:00.676Z Actions: Completed 3418 actions in 3.32 seconds.
1522026-05-20T00:49:01.373Z Done
1532026-05-20T00:49:01.374Z Done
1542026-05-20T00:49:02.117Z Done
1552026-05-20T00:49:06.153Z Done
1562026-05-20T00:49:06.245Z Done
1572026-05-20T00:49:06.248Z Done
1582026-05-20T00:49:06.370Z Done
1592026-05-20T00:49:07.112Z++ set -o errexit
1602026-05-20T00:49:07.112Z++ cargo --version
1612026-05-20T00:49:07.118Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1622026-05-20T00:49:07.276Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1632026-05-20T00:49:07.278Zinfo: downloading 6 components
1642026-05-20T00:49:22.305Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1652026-05-20T00:49:22.307Z++ rustc --version
1662026-05-20T00:49:22.333Zrustc 1.95.0 (59807616e 2026-04-14)
1672026-05-20T00:49:22.336Z++ cargo install cargo-nextest --version 0.9.97
1682026-05-20T00:49:22.378Z Updating crates.io index
1692026-05-20T00:49:22.478Z Downloading crates ...
1702026-05-20T00:49:22.530Z Downloaded cargo-nextest v0.9.97
1712026-05-20T00:49:22.591Z Installing cargo-nextest v0.9.97
1722026-05-20T00:49:22.632Z Updating crates.io index
1732026-05-20T00:49:25.117Z Locking 404 packages to latest compatible versions
1742026-05-20T00:49:25.122Z Adding dialoguer v0.11.0 (available: v0.12.0)
1752026-05-20T00:49:25.125Z Adding duct v0.13.7 (available: v1.1.1)
1762026-05-20T00:49:25.125Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1772026-05-20T00:49:25.125Z Adding generic-array v0.14.7 (available: v0.14.9)
1782026-05-20T00:49:25.130Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1792026-05-20T00:49:25.130Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1802026-05-20T00:49:25.130Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1812026-05-20T00:49:25.133Z Adding nextest-runner v0.80.0 (available: v0.117.0)
1822026-05-20T00:49:25.136Z Adding quick-junit v0.5.2 (available: v0.6.0)
1832026-05-20T00:49:25.154Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1842026-05-20T00:49:25.163Z Downloading crates ...
1852026-05-20T00:49:25.249Z Downloaded color-spantrace v0.3.0
1862026-05-20T00:49:25.254Z Downloaded derive-where v1.6.1
1872026-05-20T00:49:25.258Z Downloaded cargo-platform v0.2.0
1882026-05-20T00:49:25.261Z Downloaded native-tls v0.2.18
1892026-05-20T00:49:25.263Z Downloaded base64 v0.22.1
1902026-05-20T00:49:25.266Z Downloaded adler2 v2.0.1
1912026-05-20T00:49:25.269Z Downloaded litrs v1.0.0
1922026-05-20T00:49:25.269Z Downloaded mukti-metadata v0.3.0
1932026-05-20T00:49:25.272Z Downloaded humantime-serde v1.1.1
1942026-05-20T00:49:25.272Z Downloaded backtrace-ext v0.2.1
1952026-05-20T00:49:25.272Z Downloaded anstream v1.0.0
1962026-05-20T00:49:25.276Z Downloaded once_cell v1.21.4
1972026-05-20T00:49:25.279Z Downloaded cargo-platform v0.3.3
1982026-05-20T00:49:25.282Z Downloaded camino-tempfile v1.4.1
1992026-05-20T00:49:25.282Z Downloaded ed25519-dalek v2.2.0
2002026-05-20T00:49:25.285Z Downloaded ahash v0.8.12
2012026-05-20T00:49:25.285Z Downloaded anstyle v1.0.14
2022026-05-20T00:49:25.290Z Downloaded anstyle-parse v1.0.0
2032026-05-20T00:49:25.293Z Downloaded rustc-demangle v0.1.27
2042026-05-20T00:49:25.296Z Downloaded pin-project-internal v1.1.13
2052026-05-20T00:49:25.296Z Downloaded futures-task v0.3.32
2062026-05-20T00:49:25.296Z Downloaded block-buffer v0.10.4
2072026-05-20T00:49:25.299Z Downloaded fixedbitset v0.5.7
2082026-05-20T00:49:25.302Z Downloaded future-queue v0.4.0
2092026-05-20T00:49:25.302Z Downloaded erased-serde v0.4.10
2102026-05-20T00:49:25.306Z Downloaded bytes v1.11.1
2112026-05-20T00:49:25.309Z Downloaded base64ct v1.8.3
2122026-05-20T00:49:25.313Z Downloaded home v0.5.12
2132026-05-20T00:49:25.313Z Downloaded errno v0.3.14
2142026-05-20T00:49:25.314Z Downloaded futures-sink v0.3.32
2152026-05-20T00:49:25.314Z Downloaded cfg_aliases v0.2.1
2162026-05-20T00:49:25.317Z Downloaded atomic-waker v1.1.2
2172026-05-20T00:49:25.317Z Downloaded lazy_static v1.5.0
2182026-05-20T00:49:25.320Z Downloaded miette-derive v7.6.0
2192026-05-20T00:49:25.320Z Downloaded guppy-workspace-hack v0.1.0
2202026-05-20T00:49:25.320Z Downloaded camino v1.2.2
2212026-05-20T00:49:25.323Z Downloaded atomicwrites v0.4.4
2222026-05-20T00:49:25.323Z Downloaded is_ci v1.2.0
2232026-05-20T00:49:25.323Z Downloaded cfg-if v1.0.4
2242026-05-20T00:49:25.326Z Downloaded os_pipe v1.2.3
2252026-05-20T00:49:25.326Z Downloaded itoa v1.0.18
2262026-05-20T00:49:25.329Z Downloaded hyper-tls v0.6.0
2272026-05-20T00:49:25.329Z Downloaded backtrace v0.3.76
2282026-05-20T00:49:25.335Z Downloaded number_prefix v0.4.0
2292026-05-20T00:49:25.341Z Downloaded percent-encoding v2.3.2
2302026-05-20T00:49:25.341Z Downloaded pathdiff v0.2.3
2312026-05-20T00:49:25.344Z Downloaded foreign-types-shared v0.1.1
2322026-05-20T00:49:25.344Z Downloaded equivalent v1.0.2
2332026-05-20T00:49:25.344Z Downloaded colorchoice v1.0.5
2342026-05-20T00:49:25.347Z Downloaded debug-ignore v1.0.5
2352026-05-20T00:49:25.347Z Downloaded crypto-common v0.1.7
2362026-05-20T00:49:25.350Z Downloaded futures-core v0.3.32
2372026-05-20T00:49:25.350Z Downloaded cpufeatures v0.2.17
2382026-05-20T00:49:25.350Z Downloaded hyper-rustls v0.27.9
2392026-05-20T00:49:25.353Z Downloaded hex v0.4.3
2402026-05-20T00:49:25.353Z Downloaded generic-array v0.14.7
2412026-05-20T00:49:25.356Z Downloaded scopeguard v1.2.0
2422026-05-20T00:49:25.356Z Downloaded heck v0.5.0
2432026-05-20T00:49:25.359Z Downloaded openssl-macros v0.1.1
2442026-05-20T00:49:25.363Z Downloaded http-body v1.0.1
2452026-05-20T00:49:25.366Z Downloaded rustc-hash v2.1.2
2462026-05-20T00:49:25.366Z Downloaded foreign-types v0.3.2
2472026-05-20T00:49:25.369Z Downloaded futures-macro v0.3.32
2482026-05-20T00:49:25.369Z Downloaded fnv v1.0.7
2492026-05-20T00:49:25.369Z Downloaded rustc_version v0.4.1
2502026-05-20T00:49:25.371Z Downloaded futures-io v0.3.32
2512026-05-20T00:49:25.371Z Downloaded openssl-probe v0.2.1
2522026-05-20T00:49:25.373Z Downloaded nested v0.1.1
2532026-05-20T00:49:25.373Z Downloaded autocfg v1.5.0
2542026-05-20T00:49:25.376Z Downloaded futures-executor v0.3.32
2552026-05-20T00:49:25.376Z Downloaded duct v0.13.7
2562026-05-20T00:49:25.376Z Downloaded find-msvc-tools v0.1.9
2572026-05-20T00:49:25.379Z Downloaded borsh v1.6.1
2582026-05-20T00:49:25.381Z Downloaded ordered-float v2.10.1
2592026-05-20T00:49:25.384Z Downloaded lru-slab v0.1.2
2602026-05-20T00:49:25.384Z Downloaded rand_core v0.6.4
2612026-05-20T00:49:25.384Z Downloaded serde_ignored v0.1.14
2622026-05-20T00:49:25.387Z Downloaded serde-value v0.7.0
2632026-05-20T00:49:25.387Z Downloaded quote v1.0.45
2642026-05-20T00:49:25.390Z Downloaded ppv-lite86 v0.2.21
2652026-05-20T00:49:25.390Z Downloaded shell-words v1.1.1
2662026-05-20T00:49:25.390Z Downloaded serde_urlencoded v0.7.1
2672026-05-20T00:49:25.394Z Downloaded dialoguer v0.11.0
2682026-05-20T00:49:25.394Z Downloaded self-replace v1.5.0
2692026-05-20T00:49:25.397Z Downloaded sigchld v0.2.4
2702026-05-20T00:49:25.397Z Downloaded serde_spanned v1.1.1
2712026-05-20T00:49:25.397Z Downloaded signature v2.2.0
2722026-05-20T00:49:25.397Z Downloaded serde_spanned v0.6.9
2732026-05-20T00:49:25.400Z Downloaded shared_child v1.1.1
2742026-05-20T00:49:25.400Z Downloaded indent_write v2.2.0
2752026-05-20T00:49:25.400Z Downloaded self_update v0.42.0
2762026-05-20T00:49:25.402Z Downloaded subtle v2.6.1
2772026-05-20T00:49:25.402Z Downloaded supports-hyperlinks v3.2.0
2782026-05-20T00:49:25.405Z Downloaded strsim v0.11.1
2792026-05-20T00:49:25.405Z Downloaded strip-ansi-escapes v0.2.1
2802026-05-20T00:49:25.405Z Downloaded idna_adapter v1.0.0
2812026-05-20T00:49:25.407Z Downloaded pkcs8 v0.10.2
2822026-05-20T00:49:25.408Z Downloaded pin-project v1.1.13
2832026-05-20T00:49:25.414Z Downloaded digest v0.10.7
2842026-05-20T00:49:25.416Z Downloaded signal-hook-mio v0.2.5
2852026-05-20T00:49:25.419Z Downloaded indenter v0.3.4
2862026-05-20T00:49:25.419Z Downloaded cargo_metadata v0.20.0
2872026-05-20T00:49:25.419Z Downloaded curve25519-dalek-derive v0.1.1
2882026-05-20T00:49:25.422Z Downloaded jobserver v0.1.34
2892026-05-20T00:49:25.422Z Downloaded document-features v0.2.12
2902026-05-20T00:49:25.422Z Downloaded either v1.15.0
2912026-05-20T00:49:25.424Z Downloaded cargo-util-schemas v0.2.0
2922026-05-20T00:49:25.424Z Downloaded form_urlencoded v1.2.2
2932026-05-20T00:49:25.424Z Downloaded addr2line v0.25.1
2942026-05-20T00:49:25.427Z Downloaded fastrand v2.4.1
2952026-05-20T00:49:25.427Z Downloaded sync_wrapper v1.0.2
2962026-05-20T00:49:25.427Z Downloaded supports-unicode v3.0.0
2972026-05-20T00:49:25.430Z Downloaded nextest-workspace-hack v0.1.0
2982026-05-20T00:49:25.430Z Downloaded convert_case v0.10.0
2992026-05-20T00:49:25.430Z Downloaded filetime v0.2.29
3002026-05-20T00:49:25.432Z Downloaded is_terminal_polyfill v1.70.2
3012026-05-20T00:49:25.432Z Downloaded async-scoped v0.9.0
3022026-05-20T00:49:25.435Z Downloaded bitflags v2.11.1
3032026-05-20T00:49:25.445Z Downloaded supports-color v3.0.2
3042026-05-20T00:49:25.445Z Downloaded owo-colors v4.3.0
3052026-05-20T00:49:25.445Z Downloaded enable-ansi-support v0.2.1
3062026-05-20T00:49:25.445Z Downloaded clap_lex v1.1.0
3072026-05-20T00:49:25.445Z Downloaded pin-project-lite v0.2.17
3082026-05-20T00:49:25.445Z Downloaded pkg-config v0.3.33
3092026-05-20T00:49:25.445Z Downloaded cargo_metadata v0.23.1
3102026-05-20T00:49:25.449Z Downloaded nextest-metadata v0.12.2
3112026-05-20T00:49:25.449Z Downloaded ed25519 v2.2.3
3122026-05-20T00:49:25.450Z Downloaded tinyvec_macros v0.1.1
3132026-05-20T00:49:25.450Z Downloaded terminal_size v0.4.4
3142026-05-20T00:49:25.450Z Downloaded swrite v0.1.0
3152026-05-20T00:49:25.452Z Downloaded anstyle-query v1.1.5
3162026-05-20T00:49:25.452Z Downloaded signal-hook-registry v1.4.8
3172026-05-20T00:49:25.455Z Downloaded slab v0.4.12
3182026-05-20T00:49:25.455Z Downloaded parking_lot v0.12.5
3192026-05-20T00:49:25.458Z Downloaded spki v0.7.3
3202026-05-20T00:49:25.458Z Downloaded shlex v1.3.0
3212026-05-20T00:49:25.461Z Downloaded typeid v1.0.3
3222026-05-20T00:49:25.461Z Downloaded tracing-error v0.2.1
3232026-05-20T00:49:25.463Z Downloaded quinn-udp v0.5.14
3242026-05-20T00:49:25.466Z Downloaded smol_str v0.3.6
3252026-05-20T00:49:25.466Z Downloaded futures-channel v0.3.32
3262026-05-20T00:49:25.469Z Downloaded eyre v0.6.12
3272026-05-20T00:49:25.471Z Downloaded rand_core v0.9.5
3282026-05-20T00:49:25.471Z Downloaded newtype-uuid v1.3.2
3292026-05-20T00:49:25.474Z Downloaded clap_derive v4.6.1
3302026-05-20T00:49:25.474Z Downloaded http-body-util v0.1.3
3312026-05-20T00:49:25.474Z Downloaded num-traits v0.2.19
3322026-05-20T00:49:25.477Z Downloaded const-oid v0.9.6
3332026-05-20T00:49:25.477Z Downloaded cfg-expr v0.20.7
3342026-05-20T00:49:25.480Z Downloaded toml_datetime v0.6.11
3352026-05-20T00:49:25.482Z Downloaded crc32fast v1.5.0
3362026-05-20T00:49:25.485Z Downloaded unicode-linebreak v0.1.5
3372026-05-20T00:49:25.485Z Downloaded tower-layer v0.3.3
3382026-05-20T00:49:25.488Z Downloaded globset v0.4.18
3392026-05-20T00:49:25.488Z Downloaded serde_path_to_error v0.1.20
3402026-05-20T00:49:25.491Z Downloaded simd-adler32 v0.3.9
3412026-05-20T00:49:25.491Z Downloaded humantime v2.3.0
3422026-05-20T00:49:25.493Z Downloaded tower-service v0.3.3
3432026-05-20T00:49:25.496Z Downloaded try-lock v0.2.5
3442026-05-20T00:49:25.496Z Downloaded ipnet v2.12.0
3452026-05-20T00:49:25.499Z Downloaded untrusted v0.9.0
3462026-05-20T00:49:25.501Z Downloaded urlencoding v2.1.3
3472026-05-20T00:49:25.503Z Downloaded utf8parse v0.2.2
3482026-05-20T00:49:25.503Z Downloaded utf8_iter v1.0.4
3492026-05-20T00:49:25.503Z Downloaded version_check v0.9.5
3502026-05-20T00:49:25.506Z Downloaded thiserror-impl v2.0.18
3512026-05-20T00:49:25.509Z Downloaded thiserror-impl v1.0.69
3522026-05-20T00:49:25.509Z Downloaded target-lexicon v0.13.3
3532026-05-20T00:49:25.509Z Downloaded xattr v1.6.1
3542026-05-20T00:49:25.511Z Downloaded tokio-macros v2.7.0
3552026-05-20T00:49:25.514Z Downloaded serde-untagged v0.1.9
3562026-05-20T00:49:25.514Z Downloaded thread_local v1.1.9
3572026-05-20T00:49:25.514Z Downloaded target-spec-miette v0.4.6
3582026-05-20T00:49:25.517Z Downloaded rand_chacha v0.9.0
3592026-05-20T00:49:25.517Z Downloaded httparse v1.10.1
3602026-05-20T00:49:25.520Z Downloaded unicode-xid v0.2.6
3612026-05-20T00:49:25.520Z Downloaded derive_more v2.1.1
3622026-05-20T00:49:25.525Z Downloaded smallvec v1.15.1
3632026-05-20T00:49:25.529Z Downloaded thiserror v1.0.69
3642026-05-20T00:49:25.531Z Downloaded want v0.3.1
3652026-05-20T00:49:25.533Z Downloaded thiserror v2.0.18
3662026-05-20T00:49:25.537Z Downloaded tokio-native-tls v0.3.1
3672026-05-20T00:49:25.539Z Downloaded futures v0.3.32
3682026-05-20T00:49:25.542Z Downloaded config v0.15.23
3692026-05-20T00:49:25.545Z Downloaded iana-time-zone v0.1.65
3702026-05-20T00:49:25.545Z Downloaded static_assertions v1.1.0
3712026-05-20T00:49:25.547Z Downloaded getrandom v0.4.2
3722026-05-20T00:49:25.549Z Downloaded semver v1.0.28
3732026-05-20T00:49:25.549Z Downloaded getrandom v0.2.17
3742026-05-20T00:49:25.552Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3752026-05-20T00:49:25.552Z Downloaded foldhash v0.1.5
3762026-05-20T00:49:25.555Z Downloaded getrandom v0.3.4
3772026-05-20T00:49:25.555Z Downloaded unicase v2.9.0
3782026-05-20T00:49:25.558Z Downloaded toml_write v0.1.2
3792026-05-20T00:49:25.558Z Downloaded lock_api v0.4.14
3802026-05-20T00:49:25.558Z Downloaded sha2 v0.10.9
3812026-05-20T00:49:25.560Z Downloaded clap v4.6.1
3822026-05-20T00:49:25.564Z Downloaded tracing-log v0.2.0
3832026-05-20T00:49:25.567Z Downloaded toml_writer v1.1.1+spec-1.1.0
3842026-05-20T00:49:25.567Z Downloaded tempfile v3.27.0
3852026-05-20T00:49:25.567Z Downloaded tokio-rustls v0.26.4
3862026-05-20T00:49:25.570Z Downloaded quick-junit v0.5.2
3872026-05-20T00:49:25.572Z Downloaded serde_derive v1.0.228
3882026-05-20T00:49:25.572Z Downloaded toml v0.8.23
3892026-05-20T00:49:25.575Z Downloaded socket2 v0.6.3
3902026-05-20T00:49:25.575Z Downloaded zstd v0.13.3
3912026-05-20T00:49:25.578Z Downloaded tokio-stream v0.1.18
3922026-05-20T00:49:25.581Z Downloaded zmij v1.0.21
3932026-05-20T00:49:25.581Z Downloaded zeroize v1.8.2
3942026-05-20T00:49:25.581Z Downloaded xxhash-rust v0.8.15
3952026-05-20T00:49:25.583Z Downloaded target-spec v3.6.0
3962026-05-20T00:49:25.583Z Downloaded ryu v1.0.23
3972026-05-20T00:49:25.587Z Downloaded parking_lot_core v0.9.12
3982026-05-20T00:49:25.587Z Downloaded sharded-slab v0.1.7
3992026-05-20T00:49:25.590Z Downloaded nextest-filtering v0.15.0
4002026-05-20T00:49:25.593Z Downloaded serde_core v1.0.228
4012026-05-20T00:49:25.593Z Downloaded console v0.15.11
4022026-05-20T00:49:25.596Z Downloaded log v0.4.29
4032026-05-20T00:49:25.599Z Downloaded toml_parser v1.1.2+spec-1.1.0
4042026-05-20T00:49:25.602Z Downloaded indicatif v0.17.11
4052026-05-20T00:49:25.605Z Downloaded tinyvec v1.11.0
4062026-05-20T00:49:25.607Z Downloaded quinn v0.11.9
4072026-05-20T00:49:25.610Z Downloaded openssl-sys v0.9.116
4082026-05-20T00:49:25.613Z Downloaded zstd-safe v7.2.4
4092026-05-20T00:49:25.613Z Downloaded zipsign-api v0.1.5
4102026-05-20T00:49:25.616Z Downloaded signal-hook v0.3.18
4112026-05-20T00:49:25.618Z Downloaded der v0.7.10
4122026-05-20T00:49:25.621Z Downloaded rustls-pki-types v1.14.1
4132026-05-20T00:49:25.623Z Downloaded tracing-attributes v0.1.31
4142026-05-20T00:49:25.626Z Downloaded tar v0.4.46
4152026-05-20T00:49:25.630Z Downloaded flate2 v1.1.9
4162026-05-20T00:49:25.632Z Downloaded cc v1.2.62
4172026-05-20T00:49:25.635Z Downloaded unicode-ident v1.0.24
4182026-05-20T00:49:25.637Z Downloaded vte v0.14.1
4192026-05-20T00:49:25.637Z Downloaded serde v1.0.228
4202026-05-20T00:49:25.641Z Downloaded uuid v1.23.1
4212026-05-20T00:49:25.644Z Downloaded textwrap v0.16.2
4222026-05-20T00:49:25.644Z Downloaded proc-macro2 v1.0.106
4232026-05-20T00:49:25.651Z Downloaded derive_more-impl v2.1.1
4242026-05-20T00:49:25.655Z Downloaded tracing-core v0.1.36
4252026-05-20T00:49:25.658Z Downloaded miette v7.6.0
4262026-05-20T00:49:25.662Z Downloaded miniz_oxide v0.8.9
4272026-05-20T00:49:25.665Z Downloaded toml v1.1.2+spec-1.1.0
4282026-05-20T00:49:25.670Z Downloaded toml_edit v0.22.27
4292026-05-20T00:49:25.679Z Downloaded aho-corasick v1.1.4
4302026-05-20T00:49:25.691Z Downloaded memchr v2.8.0
4312026-05-20T00:49:25.698Z Downloaded indexmap v2.14.0
4322026-05-20T00:49:25.705Z Downloaded guppy v0.17.25
4332026-05-20T00:49:25.708Z Downloaded typenum v1.20.0
4342026-05-20T00:49:25.710Z Downloaded hashbrown v0.17.1
4352026-05-20T00:49:25.713Z Downloaded hashbrown v0.15.5
4362026-05-20T00:49:25.721Z Downloaded crossterm v0.29.0
4372026-05-20T00:49:25.725Z Downloaded h2 v0.4.14
4382026-05-20T00:49:25.728Z Downloaded clap_builder v4.6.0
4392026-05-20T00:49:25.733Z Downloaded futures-util v0.3.32
4402026-05-20T00:49:25.739Z Downloaded tower-http v0.6.11
4412026-05-20T00:49:25.745Z Downloaded http v1.4.0
4422026-05-20T00:49:25.747Z Downloaded hyper-util v0.1.20
4432026-05-20T00:49:25.750Z Downloaded rand v0.9.4
4442026-05-20T00:49:25.753Z Downloaded rustls-webpki v0.103.13
4452026-05-20T00:49:25.760Z Downloaded winnow v0.7.15
4462026-05-20T00:49:25.772Z Downloaded chrono v0.4.44
4472026-05-20T00:49:25.777Z Downloaded ron v0.12.1
4482026-05-20T00:49:25.782Z Downloaded webpki-roots v1.0.7
4492026-05-20T00:49:25.784Z Downloaded tracing-subscriber v0.3.23
4502026-05-20T00:49:25.789Z Downloaded url v2.5.8
4512026-05-20T00:49:25.797Z Downloaded syn v2.0.117
4522026-05-20T00:49:25.803Z Downloaded gimli v0.32.3
4532026-05-20T00:49:25.807Z Downloaded bstr v1.12.1
4542026-05-20T00:49:25.812Z Downloaded mio v1.2.0
4552026-05-20T00:49:25.815Z Downloaded curve25519-dalek v4.1.3
4562026-05-20T00:49:25.819Z Downloaded unicode-segmentation v1.13.2
4572026-05-20T00:49:25.838Z Downloaded itertools v0.14.0
4582026-05-20T00:49:25.842Z Downloaded tower v0.5.3
4592026-05-20T00:49:25.846Z Downloaded color-eyre v0.6.5
4602026-05-20T00:49:25.851Z Downloaded unicode-normalization v0.1.25
4612026-05-20T00:49:25.862Z Downloaded tokio v1.52.3
4622026-05-20T00:49:25.884Z Downloaded tokio-util v0.7.18
4632026-05-20T00:49:25.887Z Downloaded idna v1.1.0
4642026-05-20T00:49:25.898Z Downloaded hyper v1.9.0
4652026-05-20T00:49:25.905Z Downloaded serde_json v1.0.149
4662026-05-20T00:49:25.909Z Downloaded reqwest v0.12.28
4672026-05-20T00:49:25.912Z Downloaded regex v1.12.3
4682026-05-20T00:49:25.915Z Downloaded quick-xml v0.37.5
4692026-05-20T00:49:25.918Z Downloaded pulldown-cmark v0.13.3
4702026-05-20T00:49:25.933Z Downloaded portable-atomic v1.13.1
4712026-05-20T00:49:25.939Z Downloaded quick-xml v0.38.4
4722026-05-20T00:49:25.942Z Downloaded libc v0.2.186
4732026-05-20T00:49:25.968Z Downloaded winnow v1.0.3
4742026-05-20T00:49:25.990Z Downloaded quinn-proto v0.11.14
4752026-05-20T00:49:26.024Z Downloaded vcpkg v0.2.15
4762026-05-20T00:49:26.054Z Downloaded unicode-width v0.1.14
4772026-05-20T00:49:26.061Z Downloaded openssl v0.10.80
4782026-05-20T00:49:26.066Z Downloaded nextest-runner v0.80.0
4792026-05-20T00:49:26.073Z Downloaded unicode-width v0.2.2
4802026-05-20T00:49:26.084Z Downloaded zerocopy v0.8.48
4812026-05-20T00:49:26.094Z Downloaded regex-syntax v0.8.10
4822026-05-20T00:49:26.098Z Downloaded nix v0.30.1
4832026-05-20T00:49:26.107Z Downloaded object v0.37.3
4842026-05-20T00:49:26.111Z Downloaded rustls v0.23.40
4852026-05-20T00:49:26.118Z Downloaded rustix v1.1.4
4862026-05-20T00:49:26.131Z Downloaded rustix v0.38.44
4872026-05-20T00:49:26.171Z Downloaded tracing v0.1.44
4882026-05-20T00:49:26.191Z Downloaded regex-automata v0.4.14
4892026-05-20T00:49:26.232Z Downloaded petgraph v0.8.3
4902026-05-20T00:49:26.246Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4912026-05-20T00:49:26.319Z Downloaded recursion v0.5.4
4922026-05-20T00:49:26.324Z Downloaded ring v0.17.14
4932026-05-20T00:49:26.387Z Compiling libc v0.2.186
4942026-05-20T00:49:26.387Z Compiling proc-macro2 v1.0.106
4952026-05-20T00:49:26.387Z Compiling quote v1.0.45
4962026-05-20T00:49:26.387Z Compiling unicode-ident v1.0.24
4972026-05-20T00:49:26.390Z Compiling serde_core v1.0.228
4982026-05-20T00:49:26.390Z Compiling cfg-if v1.0.4
4992026-05-20T00:49:26.390Z Compiling memchr v2.8.0
5002026-05-20T00:49:26.390Z Compiling once_cell v1.21.4
5012026-05-20T00:49:26.628Z Compiling log v0.4.29
5022026-05-20T00:49:26.641Z Compiling pin-project-lite v0.2.17
5032026-05-20T00:49:26.732Z Compiling itoa v1.0.18
5042026-05-20T00:49:26.788Z Compiling serde v1.0.228
5052026-05-20T00:49:26.961Z Compiling smallvec v1.15.1
5062026-05-20T00:49:27.176Z Compiling futures-core v0.3.32
5072026-05-20T00:49:27.188Z Compiling bitflags v2.11.1
5082026-05-20T00:49:27.211Z Compiling shlex v1.3.0
5092026-05-20T00:49:27.330Z Compiling equivalent v1.0.2
5102026-05-20T00:49:27.394Z Compiling hashbrown v0.17.1
5112026-05-20T00:49:27.412Z Compiling find-msvc-tools v0.1.9
5122026-05-20T00:49:27.599Z Compiling jobserver v0.1.34
5132026-05-20T00:49:27.623Z Compiling errno v0.3.14
5142026-05-20T00:49:27.663Z Compiling bytes v1.11.1
5152026-05-20T00:49:27.703Z Compiling mio v1.2.0
5162026-05-20T00:49:27.724Z Compiling signal-hook-registry v1.4.8
5172026-05-20T00:49:27.783Z Compiling rustix v1.1.4
5182026-05-20T00:49:28.057Z Compiling cc v1.2.62
5192026-05-20T00:49:28.087Z Compiling futures-sink v0.3.32
5202026-05-20T00:49:28.142Z Compiling syn v2.0.117
5212026-05-20T00:49:28.196Z Compiling socket2 v0.6.3
5222026-05-20T00:49:28.269Z Compiling zmij v1.0.21
5232026-05-20T00:49:28.391Z Compiling slab v0.4.12
5242026-05-20T00:49:28.543Z Compiling futures-channel v0.3.32
5252026-05-20T00:49:28.598Z Compiling tracing-core v0.1.36
5262026-05-20T00:49:28.635Z Compiling version_check v0.9.5
5272026-05-20T00:49:28.848Z Compiling serde_json v1.0.149
5282026-05-20T00:49:29.055Z Compiling futures-task v0.3.32
5292026-05-20T00:49:29.111Z Compiling indexmap v2.14.0
5302026-05-20T00:49:29.263Z Compiling futures-io v0.3.32
5312026-05-20T00:49:29.285Z Compiling getrandom v0.4.2
5322026-05-20T00:49:29.404Z Compiling percent-encoding v2.3.2
5332026-05-20T00:49:29.472Z Compiling camino v1.2.2
5342026-05-20T00:49:29.617Z Compiling unicode-width v0.2.2
5352026-05-20T00:49:29.781Z Compiling ring v0.17.14
5362026-05-20T00:49:29.885Z Compiling http v1.4.0
5372026-05-20T00:49:29.917Z Compiling autocfg v1.5.0
5382026-05-20T00:49:29.957Z Compiling adler2 v2.0.1
5392026-05-20T00:49:30.023Z Compiling zeroize v1.8.2
5402026-05-20T00:49:30.135Z Compiling simd-adler32 v0.3.9
5412026-05-20T00:49:30.294Z Compiling num-traits v0.2.19
5422026-05-20T00:49:30.368Z Compiling miniz_oxide v0.8.9
5432026-05-20T00:49:30.562Z Compiling target-lexicon v0.13.3
5442026-05-20T00:49:30.833Z Compiling zerocopy v0.8.48
5452026-05-20T00:49:31.000Z Compiling object v0.37.3
5462026-05-20T00:49:31.052Z Compiling getrandom v0.3.4
5472026-05-20T00:49:31.334Z Compiling http-body v1.0.1
5482026-05-20T00:49:31.426Z Compiling rustls-pki-types v1.14.1
5492026-05-20T00:49:31.499Z Compiling form_urlencoded v1.2.2
5502026-05-20T00:49:31.532Z Compiling semver v1.0.28
5512026-05-20T00:49:31.781Z Compiling getrandom v0.2.17
5522026-05-20T00:49:31.827Z Compiling thiserror v2.0.18
5532026-05-20T00:49:31.849Z Compiling gimli v0.32.3
5542026-05-20T00:49:31.907Z Compiling serde_derive v1.0.228
5552026-05-20T00:49:31.977Z Compiling tokio-macros v2.7.0
5562026-05-20T00:49:32.045Z Compiling futures-macro v0.3.32
5572026-05-20T00:49:32.190Z Compiling tracing-attributes v0.1.31
5582026-05-20T00:49:32.214Z Compiling guppy-workspace-hack v0.1.0
5592026-05-20T00:49:32.316Z Compiling fnv v1.0.7
5602026-05-20T00:49:32.422Z Compiling signal-hook v0.3.18
5612026-05-20T00:49:32.442Z Compiling httparse v1.10.1
5622026-05-20T00:49:32.654Z Compiling idna_adapter v1.0.0
5632026-05-20T00:49:32.764Z Compiling utf8_iter v1.0.4
5642026-05-20T00:49:32.776Z Compiling tokio v1.52.3
5652026-05-20T00:49:32.799Z Compiling untrusted v0.9.0
5662026-05-20T00:49:32.890Z Compiling futures-util v0.3.32
5672026-05-20T00:49:32.931Z Compiling owo-colors v4.3.0
5682026-05-20T00:49:32.931Z Compiling idna v1.1.0
5692026-05-20T00:49:33.419Z Compiling tracing v0.1.44
5702026-05-20T00:49:33.609Z Compiling thiserror-impl v2.0.18
5712026-05-20T00:49:33.777Z Compiling addr2line v0.25.1
5722026-05-20T00:49:34.975Z Compiling generic-array v0.14.7
5732026-05-20T00:49:35.228Z Compiling target-spec v3.6.0
5742026-05-20T00:49:35.241Z Compiling rustls v0.23.40
5752026-05-20T00:49:35.323Z Compiling try-lock v0.2.5
5762026-05-20T00:49:35.450Z Compiling rustc-demangle v0.1.27
5772026-05-20T00:49:35.480Z Compiling thiserror v1.0.69
5782026-05-20T00:49:35.535Z Compiling fastrand v2.4.1
5792026-05-20T00:49:35.637Z Compiling pkg-config v0.3.33
5802026-05-20T00:49:35.817Z Compiling typeid v1.0.3
5812026-05-20T00:49:35.877Z Compiling atomic-waker v1.1.2
5822026-05-20T00:49:36.024Z Compiling tower-service v0.3.3
5832026-05-20T00:49:36.129Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5842026-05-20T00:49:36.199Z Compiling tempfile v3.27.0
5852026-05-20T00:49:36.340Z Compiling want v0.3.1
5862026-05-20T00:49:36.533Z Compiling cfg-expr v0.20.7
5872026-05-20T00:49:37.132Z Compiling tokio-util v0.7.18
5882026-05-20T00:49:37.157Z Compiling url v2.5.8
5892026-05-20T00:49:37.539Z Compiling backtrace v0.3.76
5902026-05-20T00:49:38.018Z Compiling h2 v0.4.14
5912026-05-20T00:49:38.032Z Compiling thiserror-impl v1.0.69
5922026-05-20T00:49:38.032Z Compiling terminal_size v0.4.4
5932026-05-20T00:49:38.196Z Compiling aho-corasick v1.1.4
5942026-05-20T00:49:38.233Z Compiling regex-syntax v0.8.10
5952026-05-20T00:49:39.226Z Compiling winnow v0.7.15
5962026-05-20T00:49:39.653Z Compiling typenum v1.20.0
5972026-05-20T00:49:40.384Z Compiling rustls-webpki v0.103.13
5982026-05-20T00:49:41.204Z Compiling subtle v2.6.1
5992026-05-20T00:49:41.371Z Compiling erased-serde v0.4.10
6002026-05-20T00:49:42.399Z Compiling hyper v1.9.0
6012026-05-20T00:49:42.995Z Compiling regex-automata v0.4.14
6022026-05-20T00:49:44.297Z Compiling toml_datetime v0.6.11
6032026-05-20T00:49:44.671Z Compiling serde_spanned v0.6.9
6042026-05-20T00:49:44.836Z Compiling ahash v0.8.12
6052026-05-20T00:49:45.105Z Compiling sync_wrapper v1.0.2
6062026-05-20T00:49:45.226Z Compiling parking_lot_core v0.9.12
6072026-05-20T00:49:45.474Z Compiling ipnet v2.12.0
6082026-05-20T00:49:45.530Z Compiling unicode-segmentation v1.13.2
6092026-05-20T00:49:45.888Z Compiling base64 v0.22.1
6102026-05-20T00:49:45.932Z Compiling tower-layer v0.3.3
6112026-05-20T00:49:46.123Z Compiling is_ci v1.2.0
6122026-05-20T00:49:46.136Z Compiling either v1.15.0
6132026-05-20T00:49:46.295Z Compiling portable-atomic v1.13.1
6142026-05-20T00:49:46.360Z Compiling lazy_static v1.5.0
6152026-05-20T00:49:46.381Z Compiling crc32fast v1.5.0
6162026-05-20T00:49:46.470Z Compiling toml_write v0.1.2
6172026-05-20T00:49:46.686Z Compiling unicode-linebreak v0.1.5
6182026-05-20T00:49:46.700Z Compiling foldhash v0.1.5
6192026-05-20T00:49:46.724Z Compiling nextest-workspace-hack v0.1.0
6202026-05-20T00:49:46.861Z Compiling hashbrown v0.15.5
6212026-05-20T00:49:46.921Z Compiling textwrap v0.16.2
6222026-05-20T00:49:46.958Z Compiling toml_edit v0.22.27
6232026-05-20T00:49:46.988Z Compiling sharded-slab v0.1.7
6242026-05-20T00:49:47.148Z Compiling supports-color v3.0.2
6252026-05-20T00:49:47.390Z Compiling hyper-util v0.1.20
6262026-05-20T00:49:47.507Z Compiling tower v0.5.3
6272026-05-20T00:49:47.602Z Compiling convert_case v0.10.0
6282026-05-20T00:49:47.931Z Compiling tokio-rustls v0.26.4
6292026-05-20T00:49:48.232Z Compiling backtrace-ext v0.2.1
6302026-05-20T00:49:48.363Z Compiling ordered-float v2.10.1
6312026-05-20T00:49:48.502Z Compiling miette-derive v7.6.0
6322026-05-20T00:49:48.658Z Compiling webpki-roots v1.0.7
6332026-05-20T00:49:48.713Z Compiling pathdiff v0.2.3
6342026-05-20T00:49:48.780Z Compiling console v0.15.11
6352026-05-20T00:49:48.845Z Compiling cargo-platform v0.3.3
6362026-05-20T00:49:49.425Z Compiling tracing-log v0.2.0
6372026-05-20T00:49:49.658Z Compiling os_pipe v1.2.3
6382026-05-20T00:49:49.788Z Compiling thread_local v1.1.9
6392026-05-20T00:49:49.836Z Compiling debug-ignore v1.0.5
6402026-05-20T00:49:49.953Z Compiling pulldown-cmark v0.13.3
6412026-05-20T00:49:50.064Z Compiling fixedbitset v0.5.7
6422026-05-20T00:49:50.109Z Compiling ryu v1.0.23
6432026-05-20T00:49:50.143Z Compiling rustix v0.38.44
6442026-05-20T00:49:50.185Z Compiling supports-hyperlinks v3.2.0
6452026-05-20T00:49:50.399Z Compiling winnow v1.0.3
6462026-05-20T00:49:50.412Z Compiling utf8parse v0.2.2
6472026-05-20T00:49:50.512Z Compiling scopeguard v1.2.0
6482026-05-20T00:49:50.524Z Compiling zstd-safe v7.2.4
6492026-05-20T00:49:50.594Z Compiling cfg_aliases v0.2.1
6502026-05-20T00:49:50.619Z Compiling supports-unicode v3.0.0
6512026-05-20T00:49:50.786Z Compiling unicode-width v0.1.14
6522026-05-20T00:49:50.792Z Compiling nix v0.30.1
6532026-05-20T00:49:51.066Z Compiling miette v7.6.0
6542026-05-20T00:49:51.089Z Compiling lock_api v0.4.14
6552026-05-20T00:49:51.287Z Compiling anstyle-parse v1.0.0
6562026-05-20T00:49:51.335Z Compiling petgraph v0.8.3
6572026-05-20T00:49:51.509Z Compiling toml_parser v1.1.2+spec-1.1.0
6582026-05-20T00:49:51.880Z Compiling serde_urlencoded v0.7.1
6592026-05-20T00:49:52.211Z Compiling tracing-subscriber v0.3.23
6602026-05-20T00:49:52.907Z Compiling sigchld v0.2.4
6612026-05-20T00:49:53.166Z Compiling cargo_metadata v0.23.1
6622026-05-20T00:49:53.342Z Compiling hyper-rustls v0.27.9
6632026-05-20T00:49:54.053Z Compiling serde-value v0.7.0
6642026-05-20T00:49:54.372Z Compiling toml v0.8.23
6652026-05-20T00:49:54.836Z Compiling serde-untagged v0.1.9
6662026-05-20T00:49:55.346Z Compiling tower-http v0.6.11
6672026-05-20T00:49:55.583Z Compiling derive_more-impl v2.1.1
6682026-05-20T00:49:56.239Z Compiling itertools v0.14.0
6692026-05-20T00:49:56.430Z Compiling regex v1.12.3
6702026-05-20T00:49:56.542Z Compiling crypto-common v0.1.7
6712026-05-20T00:49:56.684Z Compiling block-buffer v0.10.4
6722026-05-20T00:49:56.744Z Compiling ppv-lite86 v0.2.21
6732026-05-20T00:49:56.843Z Compiling futures-executor v0.3.32
6742026-05-20T00:49:57.083Z Compiling rand_core v0.9.5
6752026-05-20T00:49:57.261Z Compiling pin-project-internal v1.1.13
6762026-05-20T00:49:57.351Z Compiling http-body-util v0.1.3
6772026-05-20T00:49:57.397Z Compiling uuid v1.23.1
6782026-05-20T00:49:57.633Z Compiling smol_str v0.3.6
6792026-05-20T00:49:57.790Z Compiling toml_datetime v1.1.1+spec-1.1.0
6802026-05-20T00:49:57.883Z Compiling serde_spanned v1.1.1
6812026-05-20T00:49:57.953Z Compiling filetime v0.2.29
6822026-05-20T00:49:57.988Z Compiling bstr v1.12.1
6832026-05-20T00:49:58.039Z Compiling vte v0.14.1
6842026-05-20T00:49:58.171Z Compiling iana-time-zone v0.1.65
6852026-05-20T00:49:58.219Z Compiling self_update v0.42.0
6862026-05-20T00:49:58.273Z Compiling anstyle v1.0.14
6872026-05-20T00:49:58.366Z Compiling litrs v1.0.0
6882026-05-20T00:49:58.474Z Compiling nested v0.1.1
6892026-05-20T00:49:58.488Z Compiling color-spantrace v0.3.0
6902026-05-20T00:49:58.529Z Compiling unicode-xid v0.2.6
6912026-05-20T00:49:58.550Z Compiling unicase v2.9.0
6922026-05-20T00:49:58.699Z Compiling number_prefix v0.4.0
6932026-05-20T00:49:58.744Z Compiling eyre v0.6.12
6942026-05-20T00:49:58.810Z Compiling is_terminal_polyfill v1.70.2
6952026-05-20T00:49:58.828Z Compiling tinyvec_macros v0.1.1
6962026-05-20T00:49:58.850Z Compiling colorchoice v1.0.5
6972026-05-20T00:49:58.866Z Compiling static_assertions v1.1.0
6982026-05-20T00:49:58.902Z Compiling xattr v1.6.1
6992026-05-20T00:49:58.913Z Compiling anstyle-query v1.1.5
7002026-05-20T00:49:58.938Z Compiling guppy v0.17.25
7012026-05-20T00:49:58.972Z Compiling tinyvec v1.11.0
7022026-05-20T00:49:59.022Z Compiling anstream v1.0.0
7032026-05-20T00:49:59.266Z Compiling tar v0.4.46
7042026-05-20T00:49:59.378Z Compiling document-features v0.2.12
7052026-05-20T00:49:59.489Z Compiling indicatif v0.17.11
7062026-05-20T00:49:59.568Z Compiling cargo-util-schemas v0.2.0
7072026-05-20T00:49:59.970Z Compiling globset v0.4.18
7082026-05-20T00:50:00.285Z Compiling pin-project v1.1.13
7092026-05-20T00:50:00.393Z Compiling chrono v0.4.44
7102026-05-20T00:50:01.362Z Compiling strip-ansi-escapes v0.2.1
7112026-05-20T00:50:01.794Z Compiling toml v1.1.2+spec-1.1.0
7122026-05-20T00:50:01.852Z Compiling nextest-metadata v0.12.2
7132026-05-20T00:50:02.031Z Compiling newtype-uuid v1.3.2
7142026-05-20T00:50:02.225Z Compiling reqwest v0.12.28
7152026-05-20T00:50:02.638Z Compiling rand_chacha v0.9.0
7162026-05-20T00:50:03.189Z Compiling futures v0.3.32
7172026-05-20T00:50:03.203Z Compiling digest v0.10.7
7182026-05-20T00:50:03.276Z Compiling derive_more v2.1.1
7192026-05-20T00:50:03.360Z Compiling flate2 v1.1.9
7202026-05-20T00:50:03.425Z Compiling parking_lot v0.12.5
7212026-05-20T00:50:03.844Z Compiling tracing-error v0.2.1
7222026-05-20T00:50:03.925Z Compiling shared_child v1.1.1
7232026-05-20T00:50:04.352Z Compiling signal-hook-mio v0.2.5
7242026-05-20T00:50:04.505Z Compiling self-replace v1.5.0
7252026-05-20T00:50:04.625Z Compiling cargo-platform v0.2.0
7262026-05-20T00:50:04.802Z Compiling quick-xml v0.38.4
7272026-05-20T00:50:05.032Z Compiling quick-xml v0.37.5
7282026-05-20T00:50:05.193Z Compiling indenter v0.3.4
7292026-05-20T00:50:05.332Z Compiling cpufeatures v0.2.17
7302026-05-20T00:50:05.387Z Compiling recursion v0.5.4
7312026-05-20T00:50:05.410Z Compiling humantime v2.3.0
7322026-05-20T00:50:05.530Z Compiling shell-words v1.1.1
7332026-05-20T00:50:06.024Z Compiling strsim v0.11.1
7342026-05-20T00:50:06.112Z Compiling heck v0.5.0
7352026-05-20T00:50:06.323Z Compiling urlencoding v2.1.3
7362026-05-20T00:50:06.449Z Compiling clap_lex v1.1.0
7372026-05-20T00:50:06.607Z Compiling clap_derive v4.6.1
7382026-05-20T00:50:06.827Z Compiling clap_builder v4.6.0
7392026-05-20T00:50:06.869Z Compiling humantime-serde v1.1.1
7402026-05-20T00:50:07.037Z Compiling nextest-filtering v0.15.0
7412026-05-20T00:50:07.040Z Compiling quick-junit v0.5.2
7422026-05-20T00:50:08.525Z Compiling sha2 v0.10.9
7432026-05-20T00:50:10.297Z Compiling cargo_metadata v0.20.0
7442026-05-20T00:50:10.351Z Compiling atomicwrites v0.4.4
7452026-05-20T00:50:10.653Z Compiling cargo-nextest v0.9.97
7462026-05-20T00:50:11.004Z Compiling crossterm v0.29.0
7472026-05-20T00:50:11.994Z Compiling duct v0.13.7
7482026-05-20T00:50:13.270Z Compiling zstd v0.13.3
7492026-05-20T00:50:13.283Z Compiling async-scoped v0.9.0
7502026-05-20T00:50:13.484Z Compiling rand v0.9.4
7512026-05-20T00:50:13.484Z Compiling config v0.15.23
7522026-05-20T00:50:13.713Z Compiling unicode-normalization v0.1.25
7532026-05-20T00:50:13.736Z Compiling target-spec-miette v0.4.6
7542026-05-20T00:50:14.179Z Compiling future-queue v0.4.0
7552026-05-20T00:50:14.285Z Compiling mukti-metadata v0.3.0
7562026-05-20T00:50:14.301Z Compiling tokio-stream v0.1.18
7572026-05-20T00:50:14.342Z Compiling camino-tempfile v1.4.1
7582026-05-20T00:50:14.484Z Compiling derive-where v1.6.1
7592026-05-20T00:50:14.786Z Compiling serde_ignored v0.1.14
7602026-05-20T00:50:14.801Z Compiling serde_path_to_error v0.1.20
7612026-05-20T00:50:14.854Z Compiling swrite v0.1.0
7622026-05-20T00:50:14.970Z Compiling indent_write v2.2.0
7632026-05-20T00:50:15.025Z Compiling hex v0.4.3
7642026-05-20T00:50:15.133Z Compiling home v0.5.12
7652026-05-20T00:50:15.312Z Compiling xxhash-rust v0.8.15
7662026-05-20T00:50:15.331Z Compiling color-eyre v0.6.5
7672026-05-20T00:50:15.420Z Compiling clap v4.6.1
7682026-05-20T00:50:15.503Z Compiling dialoguer v0.11.0
7692026-05-20T00:50:15.517Z Compiling enable-ansi-support v0.2.1
7702026-05-20T00:50:15.787Z Compiling nextest-runner v0.80.0
7712026-05-20T00:50:34.325Z Finished `release` profile [optimized] target(s) in 1m 11s
7722026-05-20T00:50:34.517Z Installing /home/build/.cargo/bin/cargo-nextest
7732026-05-20T00:50:34.520Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7742026-05-20T00:50:34.637Z+ pushd bgp
7752026-05-20T00:50:34.640Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7762026-05-20T00:50:34.640Z+ pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions
7772026-05-20T00:50:34.796Z Updating git repository `https://github.com/oxidecomputer/falcon`
7782026-05-20T00:50:35.378ZFrom https://github.com/oxidecomputer/falcon
7792026-05-20T00:50:35.379Z * [new ref] b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6 -> refs/commit/b2fac281ed8253a2acd8d5e289cd4d0e88b6bef6
7802026-05-20T00:50:35.455Z Updating crates.io index
7812026-05-20T00:50:35.494Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7822026-05-20T00:50:36.189ZFrom https://github.com/oxidecomputer/dendrite
7832026-05-20T00:50:36.189Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7842026-05-20T00:50:36.224Z Updating git repository `https://github.com/oxidecomputer/ispf`
7852026-05-20T00:50:36.480ZFrom https://github.com/oxidecomputer/ispf
7862026-05-20T00:50:36.480Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7872026-05-20T00:50:36.532Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7882026-05-20T00:50:36.852ZFrom https://github.com/oxidecomputer/netadm-sys
7892026-05-20T00:50:36.852Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7902026-05-20T00:50:36.859Z Updating git repository `https://github.com/oxidecomputer/omicron`
7912026-05-20T00:50:44.000ZFrom https://github.com/oxidecomputer/omicron
7922026-05-20T00:50:44.000Z * [new ref] e3edc166d225599702b8444c6bfb406bad583d4b -> refs/commit/e3edc166d225599702b8444c6bfb406bad583d4b
7932026-05-20T00:50:44.428Z Updating git repository `https://github.com/oxidecomputer/opte`
7942026-05-20T00:50:45.025ZFrom https://github.com/oxidecomputer/opte
7952026-05-20T00:50:45.025Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
7962026-05-20T00:50:45.185Z Updating git repository `https://github.com/illumos/smf-rs`
7972026-05-20T00:50:45.437ZFrom https://github.com/illumos/smf-rs
7982026-05-20T00:50:45.437Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7992026-05-20T00:50:45.446Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8002026-05-20T00:50:45.742ZFrom https://github.com/oxidecomputer/network-interface
8012026-05-20T00:50:45.742Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8022026-05-20T00:50:45.813Z Updating git repository `https://github.com/oxidecomputer/zone`
8032026-05-20T00:50:46.075ZFrom https://github.com/oxidecomputer/zone
8042026-05-20T00:50:46.075Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8052026-05-20T00:50:46.162Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062026-05-20T00:50:46.773ZFrom https://github.com/oxidecomputer/propolis
8072026-05-20T00:50:46.773Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8082026-05-20T00:50:46.839Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8092026-05-20T00:50:47.296ZFrom https://github.com/oxidecomputer/transceiver-control
8102026-05-20T00:50:47.296Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8112026-05-20T00:50:47.376Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8122026-05-20T00:50:47.607ZFrom https://github.com/oxidecomputer/dlpi-sys
8132026-05-20T00:50:47.607Z * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388
8142026-05-20T00:50:47.625Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8152026-05-20T00:50:47.912ZFrom https://github.com/jmesmon/rust-libzfs
8162026-05-20T00:50:47.912Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8172026-05-20T00:50:47.919Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8182026-05-20T00:50:48.157ZFrom https://github.com/oxidecomputer/rusty-doors
8192026-05-20T00:50:48.157Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8202026-05-20T00:50:48.226Z Updating git repository `https://github.com/oxidecomputer/lldp`
8212026-05-20T00:50:48.525ZFrom https://github.com/oxidecomputer/lldp
8222026-05-20T00:50:48.525Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8232026-05-20T00:50:48.538Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8242026-05-20T00:50:48.777ZFrom https://github.com/oxidecomputer/slog-error-chain
8252026-05-20T00:50:48.777Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8262026-05-20T00:50:48.882Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8272026-05-20T00:50:49.185ZFrom https://github.com/oxidecomputer/tufaceous
8282026-05-20T00:50:49.185Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8292026-05-20T00:50:49.217Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8302026-05-20T00:50:49.689ZFrom https://github.com/oxidecomputer/management-gateway-service
8312026-05-20T00:50:49.689Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8322026-05-20T00:50:49.802Z Updating git repository `https://github.com/oxidecomputer/crucible`
8332026-05-20T00:50:50.632ZFrom https://github.com/oxidecomputer/crucible
8342026-05-20T00:50:50.633Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8352026-05-20T00:50:50.802Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8362026-05-20T00:50:51.082ZFrom https://github.com/oxidecomputer/serde_human_bytes
8372026-05-20T00:50:51.082Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8382026-05-20T00:50:51.099Z Updating git repository `https://github.com/oxidecomputer/propolis`
8392026-05-20T00:50:51.430ZFrom https://github.com/oxidecomputer/propolis
8402026-05-20T00:50:51.430Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8412026-05-20T00:50:51.815Z Updating git repository `https://github.com/oxidecomputer/tofino`
8422026-05-20T00:50:52.121ZFrom https://github.com/oxidecomputer/tofino
8432026-05-20T00:50:52.121Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8442026-05-20T00:50:52.132Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8452026-05-20T00:50:52.751ZFrom https://github.com/oxidecomputer/maghemite
8462026-05-20T00:50:52.752Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8472026-05-20T00:50:52.834Z Updating git repository `https://github.com/oxidecomputer/clickward`
8482026-05-20T00:50:53.219ZFrom https://github.com/oxidecomputer/clickward
8492026-05-20T00:50:53.219Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8502026-05-20T00:50:53.386Z Updating git repository `https://github.com/oxidecomputer/crucible`
8512026-05-20T00:50:53.753ZFrom https://github.com/oxidecomputer/crucible
8522026-05-20T00:50:53.753Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8532026-05-20T00:50:53.918Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8542026-05-20T00:50:54.197ZFrom https://github.com/oxidecomputer/illumos-devinfo
8552026-05-20T00:50:54.197Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8562026-05-20T00:50:55.019Z Downloading crates ...
8572026-05-20T00:50:55.124Z Downloaded ciborium-ll v0.2.2
8582026-05-20T00:50:55.131Z Downloaded cancel-safe-futures v0.1.5
8592026-05-20T00:50:55.142Z Downloaded async-stream v0.3.6
8602026-05-20T00:50:55.145Z Downloaded base64 v0.21.7
8612026-05-20T00:50:55.148Z Downloaded aead v0.5.2
8622026-05-20T00:50:55.151Z Downloaded blake3 v1.8.5
8632026-05-20T00:50:55.156Z Downloaded bs58 v0.5.1
8642026-05-20T00:50:55.159Z Downloaded bitflags v1.3.2
8652026-05-20T00:50:55.161Z Downloaded base16ct v1.0.0
8662026-05-20T00:50:55.164Z Downloaded cobs v0.3.0
8672026-05-20T00:50:55.164Z Downloaded const-random v0.1.18
8682026-05-20T00:50:55.167Z Downloaded chacha20 v0.9.1
8692026-05-20T00:50:55.167Z Downloaded dof v0.4.0
8702026-05-20T00:50:55.170Z Downloaded const_format_proc_macros v0.2.34
8712026-05-20T00:50:55.173Z Downloaded bcs v0.1.6
8722026-05-20T00:50:55.173Z Downloaded derive-ex v0.1.8
8732026-05-20T00:50:55.176Z Downloaded bit-set v0.8.0
8742026-05-20T00:50:55.176Z Downloaded blake2 v0.10.6
8752026-05-20T00:50:55.178Z Downloaded bit-vec v0.8.0
8762026-05-20T00:50:55.178Z Downloaded defmt v0.3.100
8772026-05-20T00:50:55.181Z Downloaded dyn-clone v1.0.20
8782026-05-20T00:50:55.181Z Downloaded dunce v1.0.5
8792026-05-20T00:50:55.184Z Downloaded ciborium-io v0.2.2
8802026-05-20T00:50:55.184Z Downloaded deranged v0.5.8
8812026-05-20T00:50:55.186Z Downloaded darling_macro v0.23.0
8822026-05-20T00:50:55.186Z Downloaded num_threads v0.1.7
8832026-05-20T00:50:55.189Z Downloaded heck v0.4.1
8842026-05-20T00:50:55.190Z Downloaded critical-section v1.2.0
8852026-05-20T00:50:55.192Z Downloaded daft v0.1.5
8862026-05-20T00:50:55.192Z Downloaded crc8 v0.1.1
8872026-05-20T00:50:55.195Z Downloaded chacha20poly1305 v0.10.1
8882026-05-20T00:50:55.195Z Downloaded cargo_toml v0.22.3
8892026-05-20T00:50:55.199Z Downloaded byteorder v1.5.0
8902026-05-20T00:50:55.202Z Downloaded num-conv v0.2.1
8912026-05-20T00:50:55.202Z Downloaded foreign-types-shared v0.3.1
8922026-05-20T00:50:55.202Z Downloaded filetime v0.2.28
8932026-05-20T00:50:55.202Z Downloaded crossbeam-epoch v0.9.18
8942026-05-20T00:50:55.205Z Downloaded async-trait v0.1.89
8952026-05-20T00:50:55.208Z Downloaded backon v1.6.0
8962026-05-20T00:50:55.210Z Downloaded arrayref v0.3.9
8972026-05-20T00:50:55.210Z Downloaded hashbrown v0.16.1
8982026-05-20T00:50:55.214Z Downloaded internet-checksum v0.2.1
8992026-05-20T00:50:55.216Z Downloaded memmap v0.7.0
9002026-05-20T00:50:55.216Z Downloaded ff v0.13.1
9012026-05-20T00:50:55.219Z Downloaded newtype_derive v0.1.6
9022026-05-20T00:50:55.221Z Downloaded drift v0.1.4
9032026-05-20T00:50:55.225Z Downloaded match_cfg v0.1.0
9042026-05-20T00:50:55.228Z Downloaded csv-core v0.1.13
9052026-05-20T00:50:55.228Z Downloaded managed v0.8.0
9062026-05-20T00:50:55.231Z Downloaded fxhash v0.2.1
9072026-05-20T00:50:55.231Z Downloaded data-encoding v2.11.0
9082026-05-20T00:50:55.234Z Downloaded ipnetwork v0.21.1
9092026-05-20T00:50:55.234Z Downloaded elliptic-curve v0.13.8
9102026-05-20T00:50:55.236Z Downloaded idna_adapter v1.2.2
9112026-05-20T00:50:55.239Z Downloaded argon2 v0.5.3
9122026-05-20T00:50:55.239Z Downloaded hubpack_derive v0.1.1
9132026-05-20T00:50:55.242Z Downloaded backoff v0.4.0
9142026-05-20T00:50:55.242Z Downloaded newline-converter v0.3.0
9152026-05-20T00:50:55.245Z Downloaded ident_case v1.0.1
9162026-05-20T00:50:55.245Z Downloaded dtrace-parser v0.3.0
9172026-05-20T00:50:55.247Z Downloaded dropshot-api-manager-types v0.7.1
9182026-05-20T00:50:55.247Z Downloaded is-terminal v0.4.17
9192026-05-20T00:50:55.250Z Downloaded compression-core v0.4.32
9202026-05-20T00:50:55.250Z Downloaded dof v0.3.0
9212026-05-20T00:50:55.250Z Downloaded git-stub v1.0.0
9222026-05-20T00:50:55.253Z Downloaded num-complex v0.4.6
9232026-05-20T00:50:55.253Z Downloaded enum-as-inner v0.6.1
9242026-05-20T00:50:55.256Z Downloaded highway v1.3.0
9252026-05-20T00:50:55.259Z Downloaded foldhash v0.2.0
9262026-05-20T00:50:55.259Z Downloaded const-random-macro v0.1.16
9272026-05-20T00:50:55.259Z Downloaded arc-swap v1.9.1
9282026-05-20T00:50:55.262Z Downloaded convert_case v0.4.0
9292026-05-20T00:50:55.264Z Downloaded compression-codecs v0.4.38
9302026-05-20T00:50:55.267Z Downloaded defmt-macros v1.0.1
9312026-05-20T00:50:55.267Z Downloaded icu_properties v2.2.0
9322026-05-20T00:50:55.270Z Downloaded half v2.7.1
9332026-05-20T00:50:55.273Z Downloaded linked-hash-map v0.5.6
9342026-05-20T00:50:55.273Z Downloaded cstr-argument v0.1.2
9352026-05-20T00:50:55.277Z Downloaded cpufeatures v0.3.0
9362026-05-20T00:50:55.277Z Downloaded olpc-cjson v0.1.4
9372026-05-20T00:50:55.281Z Downloaded async-recursion v1.1.1
9382026-05-20T00:50:55.281Z Downloaded num-iter v0.1.45
9392026-05-20T00:50:55.281Z Downloaded macaddr v1.0.1
9402026-05-20T00:50:55.284Z Downloaded num_enum v0.5.11
9412026-05-20T00:50:55.287Z Downloaded parking_lot_core v0.8.6
9422026-05-20T00:50:55.287Z Downloaded oxide-tokio-rt v0.1.5
9432026-05-20T00:50:55.289Z Downloaded indexmap v1.9.3
9442026-05-20T00:50:55.292Z Downloaded libscf-sys v1.2.0
9452026-05-20T00:50:55.292Z Downloaded anyhow v1.0.102
9462026-05-20T00:50:55.295Z Downloaded konst_macro_rules v0.2.19
9472026-05-20T00:50:55.295Z Downloaded hostname v0.3.1
9482026-05-20T00:50:55.298Z Downloaded hash32 v0.3.1
9492026-05-20T00:50:55.298Z Downloaded num_enum_derive v0.5.11
9502026-05-20T00:50:55.301Z Downloaded proc-macro-error-attr v1.0.4
9512026-05-20T00:50:55.301Z Downloaded defmt-parser v1.0.0
9522026-05-20T00:50:55.303Z Downloaded keccak v0.1.6
9532026-05-20T00:50:55.303Z Downloaded cookie v0.18.1
9542026-05-20T00:50:55.306Z Downloaded paste v1.0.15
9552026-05-20T00:50:55.306Z Downloaded newtype-uuid-macros v0.1.0
9562026-05-20T00:50:55.309Z Downloaded arrayvec v0.7.6
9572026-05-20T00:50:55.311Z Downloaded constant_time_eq v0.4.2
9582026-05-20T00:50:55.311Z Downloaded erased-serde v0.3.31
9592026-05-20T00:50:55.314Z Downloaded num_enum_derive v0.7.6
9602026-05-20T00:50:55.314Z Downloaded progenitor-client v0.11.2
9612026-05-20T00:50:55.317Z Downloaded num-derive v0.4.2
9622026-05-20T00:50:55.317Z Downloaded num v0.4.3
9632026-05-20T00:50:55.319Z Downloaded instant v0.1.13
9642026-05-20T00:50:55.319Z Downloaded hostname v0.4.2
9652026-05-20T00:50:55.322Z Downloaded hubpack v0.1.2
9662026-05-20T00:50:55.322Z Downloaded powerfmt v0.2.0
9672026-05-20T00:50:55.322Z Downloaded embedded-io v0.6.1
9682026-05-20T00:50:55.325Z Downloaded parse-display-derive v0.10.0
9692026-05-20T00:50:55.325Z Downloaded foreign-types-macros v0.2.3
9702026-05-20T00:50:55.328Z Downloaded pem v3.0.6
9712026-05-20T00:50:55.328Z Downloaded phf v0.12.1
9722026-05-20T00:50:55.331Z Downloaded plain v0.2.3
9732026-05-20T00:50:55.331Z Downloaded group v0.13.0
9742026-05-20T00:50:55.331Z Downloaded displaydoc v0.2.5
9752026-05-20T00:50:55.334Z Downloaded phf_shared v0.12.1
9762026-05-20T00:50:55.334Z Downloaded pretty-hex v0.4.2
9772026-05-20T00:50:55.338Z Downloaded memoffset v0.9.1
9782026-05-20T00:50:55.338Z Downloaded base16ct v0.2.0
9792026-05-20T00:50:55.338Z Downloaded foreign-types v0.5.0
9802026-05-20T00:50:55.341Z Downloaded dtrace-parser v0.2.0
9812026-05-20T00:50:55.341Z Downloaded mime v0.3.17
9822026-05-20T00:50:55.341Z Downloaded inout v0.1.4
9832026-05-20T00:50:55.341Z Downloaded fixedbitset v0.4.2
9842026-05-20T00:50:55.344Z Downloaded rand_xorshift v0.4.0
9852026-05-20T00:50:55.344Z Downloaded ciborium v0.2.2
9862026-05-20T00:50:55.347Z Downloaded lru-cache v0.1.2
9872026-05-20T00:50:55.348Z Downloaded quick-error v1.2.3
9882026-05-20T00:50:55.348Z Downloaded papergrid v0.17.0
9892026-05-20T00:50:55.352Z Downloaded darling_core v0.23.0
9902026-05-20T00:50:55.355Z Downloaded ref-cast v1.0.25
9912026-05-20T00:50:55.355Z Downloaded poly1305 v0.8.0
9922026-05-20T00:50:55.358Z Downloaded proc-macro-crate v1.3.1
9932026-05-20T00:50:55.358Z Downloaded proc-macro-crate v3.5.0
9942026-05-20T00:50:55.361Z Downloaded gethostname v0.5.0
9952026-05-20T00:50:55.361Z Downloaded pin-project-internal v1.1.12
9962026-05-20T00:50:55.361Z Downloaded natord v1.0.9
9972026-05-20T00:50:55.363Z Downloaded darling_macro v0.21.3
9982026-05-20T00:50:55.364Z Downloaded progenitor-client v0.14.0
9992026-05-20T00:50:55.368Z Downloaded ref-cast-impl v1.0.25
10002026-05-20T00:50:55.368Z Downloaded rustc_version v0.1.7
10012026-05-20T00:50:55.368Z Downloaded proc-macro-error-attr2 v2.0.0
10022026-05-20T00:50:55.368Z Downloaded progenitor-macro v0.11.2
10032026-05-20T00:50:55.368Z Downloaded diff v0.1.13
10042026-05-20T00:50:55.373Z Downloaded progenitor-macro v0.10.0
10052026-05-20T00:50:55.373Z Downloaded cmake v0.1.58
10062026-05-20T00:50:55.373Z Downloaded daft-derive v0.1.5
10072026-05-20T00:50:55.376Z Downloaded omicron-zone-package v0.12.2
10082026-05-20T00:50:55.376Z Downloaded no-std-compat v0.4.1
10092026-05-20T00:50:55.380Z Downloaded fs_extra v1.3.0
10102026-05-20T00:50:55.380Z Downloaded num-rational v0.4.2
10112026-05-20T00:50:55.380Z Downloaded multer v3.1.0
10122026-05-20T00:50:55.382Z Downloaded progenitor-extras v0.2.0
10132026-05-20T00:50:55.385Z Downloaded async-stream-impl v0.3.6
10142026-05-20T00:50:55.385Z Downloaded progenitor-client v0.13.0
10152026-05-20T00:50:55.385Z Downloaded proc-macro-error v1.0.4
10162026-05-20T00:50:55.388Z Downloaded linear-map v1.2.0
10172026-05-20T00:50:55.388Z Downloaded potential_utf v0.1.5
10182026-05-20T00:50:55.391Z Downloaded pest_derive v2.8.6
10192026-05-20T00:50:55.391Z Downloaded darling v0.21.3
10202026-05-20T00:50:55.394Z Downloaded crunchy v0.2.4
10212026-05-20T00:50:55.397Z Downloaded glob v0.3.3
10222026-05-20T00:50:55.397Z Downloaded progenitor-macro v0.14.0
10232026-05-20T00:50:55.397Z Downloaded allocator-api2 v0.2.21
10242026-05-20T00:50:55.400Z Downloaded cipher v0.4.4
10252026-05-20T00:50:55.400Z Downloaded libsw v3.5.0
10262026-05-20T00:50:55.403Z Downloaded httpdate v1.0.3
10272026-05-20T00:50:55.403Z Downloaded rustls-pemfile v2.2.0
10282026-05-20T00:50:55.405Z Downloaded console v0.16.3
10292026-05-20T00:50:55.405Z Downloaded dropshot_endpoint v0.17.0
10302026-05-20T00:50:55.409Z Downloaded crossbeam-channel v0.5.15
10312026-05-20T00:50:55.412Z Downloaded crucible-workspace-hack v0.1.0
10322026-05-20T00:50:55.412Z Downloaded float-ord v0.3.2
10332026-05-20T00:50:55.412Z Downloaded crossbeam-deque v0.8.6
10342026-05-20T00:50:55.412Z Downloaded scroll_derive v0.12.1
10352026-05-20T00:50:55.415Z Downloaded byte-wrapper v0.1.0
10362026-05-20T00:50:55.415Z Downloaded fs-err v3.3.0
10372026-05-20T00:50:55.418Z Downloaded serde-big-array v0.5.1
10382026-05-20T00:50:55.418Z Downloaded chacha20 v0.10.0
10392026-05-20T00:50:55.420Z Downloaded colored v3.1.1
10402026-05-20T00:50:55.422Z Downloaded async-compression v0.4.42
10412026-05-20T00:50:55.425Z Downloaded serde_plain v1.0.2
10422026-05-20T00:50:55.428Z Downloaded secrecy v0.10.3
10432026-05-20T00:50:55.428Z Downloaded serial_test_derive v3.4.0
10442026-05-20T00:50:55.428Z Downloaded ingot-types v0.1.2
10452026-05-20T00:50:55.430Z Downloaded smawk v0.3.2
10462026-05-20T00:50:55.430Z Downloaded slog-term v2.9.2
10472026-05-20T00:50:55.432Z Downloaded pest_meta v2.8.6
10482026-05-20T00:50:55.435Z Downloaded omicron-workspace-hack v0.1.0
10492026-05-20T00:50:55.435Z Downloaded num-integer v0.1.46
10502026-05-20T00:50:55.435Z Downloaded rhai_codegen v3.1.0
10512026-05-20T00:50:55.439Z Downloaded serde_repr v0.1.20
10522026-05-20T00:50:55.442Z Downloaded progenitor v0.14.0
10532026-05-20T00:50:55.442Z Downloaded progenitor v0.13.0
10542026-05-20T00:50:55.445Z Downloaded progenitor v0.11.2
10552026-05-20T00:50:55.445Z Downloaded sha1 v0.10.6
10562026-05-20T00:50:55.445Z Downloaded slog-envlogger v2.2.0
10572026-05-20T00:50:55.448Z Downloaded slog-bunyan v2.5.0
10582026-05-20T00:50:55.448Z Downloaded darling v0.23.0
10592026-05-20T00:50:55.451Z Downloaded libsw-core v0.3.2
10602026-05-20T00:50:55.454Z Downloaded pin-project v1.1.12
10612026-05-20T00:50:55.458Z Downloaded resolv-conf v0.7.6
10622026-05-20T00:50:55.460Z Downloaded progenitor v0.10.0
10632026-05-20T00:50:55.460Z Downloaded parse-display v0.10.0
10642026-05-20T00:50:55.463Z Downloaded opaque-debug v0.3.1
10652026-05-20T00:50:55.463Z Downloaded thread-id v4.2.2
10662026-05-20T00:50:55.463Z Downloaded memmap2 v0.9.10
10672026-05-20T00:50:55.466Z Downloaded openssl-sys v0.9.115
10682026-05-20T00:50:55.468Z Downloaded snafu-derive v0.8.9
10692026-05-20T00:50:55.468Z Downloaded scroll_derive v0.13.1
10702026-05-20T00:50:55.471Z Downloaded rand_core v0.10.1
10712026-05-20T00:50:55.471Z Downloaded structmeta-derive v0.3.0
10722026-05-20T00:50:55.471Z Downloaded spin v0.5.2
10732026-05-20T00:50:55.471Z Downloaded hmac v0.12.1
10742026-05-20T00:50:55.474Z Downloaded strum v0.27.2
10752026-05-20T00:50:55.474Z Downloaded structmeta v0.3.0
10762026-05-20T00:50:55.474Z Downloaded defmt v1.0.1
10772026-05-20T00:50:55.477Z Downloaded pretty_assertions v1.4.1
10782026-05-20T00:50:55.480Z Downloaded rustls-native-certs v0.8.3
10792026-05-20T00:50:55.480Z Downloaded ingot v0.1.1
10802026-05-20T00:50:55.482Z Downloaded rand_chacha v0.3.1
10812026-05-20T00:50:55.482Z Downloaded git-stub-vcs v0.1.0
10822026-05-20T00:50:55.482Z Downloaded synstructure v0.13.2
10832026-05-20T00:50:55.485Z Downloaded serde_derive_internals v0.29.1
10842026-05-20T00:50:55.485Z Downloaded smf v0.2.3
10852026-05-20T00:50:55.485Z Downloaded derive_more v0.99.20
10862026-05-20T00:50:55.487Z Downloaded crossbeam-utils v0.8.21
10872026-05-20T00:50:55.490Z Downloaded thread-id v5.1.0
10882026-05-20T00:50:55.490Z Downloaded tokio-tungstenite v0.21.0
10892026-05-20T00:50:55.493Z Downloaded oxnet v0.1.5
10902026-05-20T00:50:55.493Z Downloaded tabled_derive v0.11.0
10912026-05-20T00:50:55.496Z Downloaded unarray v0.1.4
10922026-05-20T00:50:55.496Z Downloaded same-file v1.0.6
10932026-05-20T00:50:55.496Z Downloaded bytecount v0.6.9
10942026-05-20T00:50:55.499Z Downloaded progenitor-macro v0.13.0
10952026-05-20T00:50:55.499Z Downloaded sdd v3.0.10
10962026-05-20T00:50:55.499Z Downloaded rustversion v1.0.22
10972026-05-20T00:50:55.501Z Downloaded testing_table v0.3.0
10982026-05-20T00:50:55.501Z Downloaded tabled_derive v0.7.0
10992026-05-20T00:50:55.504Z Downloaded thiserror-impl-no-std v2.0.2
11002026-05-20T00:50:55.504Z Downloaded num_enum v0.7.6
11012026-05-20T00:50:55.507Z Downloaded serial_test v3.4.0
11022026-05-20T00:50:55.507Z Downloaded semver v0.1.20
11032026-05-20T00:50:55.507Z Downloaded progenitor-client v0.10.0
11042026-05-20T00:50:55.510Z Downloaded embedded-io v0.4.0
11052026-05-20T00:50:55.510Z Downloaded time-core v0.1.8
11062026-05-20T00:50:55.512Z Downloaded password-hash v0.5.0
11072026-05-20T00:50:55.512Z Downloaded scroll v0.13.0
11082026-05-20T00:50:55.512Z Downloaded strum v0.26.3
11092026-05-20T00:50:55.515Z Downloaded ingot-macros v0.1.1
11102026-05-20T00:50:55.515Z Downloaded siphasher v1.0.3
11112026-05-20T00:50:55.517Z Downloaded rusty-fork v0.3.1
11122026-05-20T00:50:55.517Z Downloaded termtree v0.5.1
11132026-05-20T00:50:55.517Z Downloaded sigpipe v0.1.3
11142026-05-20T00:50:55.519Z Downloaded dropshot-api-manager v0.7.1
11152026-05-20T00:50:55.521Z Downloaded slog-dtrace v0.3.0
11162026-05-20T00:50:55.525Z Downloaded time-macros v0.2.27
11172026-05-20T00:50:55.525Z Downloaded tabwriter v1.4.1
11182026-05-20T00:50:55.525Z Downloaded serde_tokenstream v0.2.3
11192026-05-20T00:50:55.527Z Downloaded const_format v0.2.36
11202026-05-20T00:50:55.530Z Downloaded stable_deref_trait v1.2.1
11212026-05-20T00:50:55.530Z Downloaded tagptr v0.2.0
11222026-05-20T00:50:55.534Z Downloaded slog-stdlog v4.1.1
11232026-05-20T00:50:55.537Z Downloaded darling_core v0.21.3
11242026-05-20T00:50:55.539Z Downloaded spin v0.9.8
11252026-05-20T00:50:55.539Z Downloaded proc-macro-error2 v2.0.1
11262026-05-20T00:50:55.541Z Downloaded icu_provider v2.2.0
11272026-05-20T00:50:55.544Z Downloaded crypto-bigint v0.5.5
11282026-05-20T00:50:55.547Z Downloaded rand v0.8.6
11292026-05-20T00:50:55.550Z Downloaded scroll v0.12.0
11302026-05-20T00:50:55.550Z Downloaded slog-json v2.6.1
11312026-05-20T00:50:55.553Z Downloaded hashbrown v0.12.3
11322026-05-20T00:50:55.555Z Downloaded take_mut v0.2.2
11332026-05-20T00:50:55.555Z Downloaded litemap v0.8.2
11342026-05-20T00:50:55.555Z Downloaded topological-sort v0.2.2
11352026-05-20T00:50:55.560Z Downloaded strum_macros v0.26.4
11362026-05-20T00:50:55.562Z Downloaded usdt-macro v0.5.0
11372026-05-20T00:50:55.562Z Downloaded usdt-attr-macro v0.5.0
11382026-05-20T00:50:55.562Z Downloaded unit-prefix v0.5.2
11392026-05-20T00:50:55.565Z Downloaded typify-macro v0.4.3
11402026-05-20T00:50:55.565Z Downloaded jiff-static v0.2.24
11412026-05-20T00:50:55.565Z Downloaded untrusted v0.7.1
11422026-05-20T00:50:55.568Z Downloaded typify-macro v0.6.2
11432026-05-20T00:50:55.568Z Downloaded pest_generator v2.8.6
11442026-05-20T00:50:55.570Z Downloaded smartstring v1.0.1
11452026-05-20T00:50:55.570Z Downloaded tiny-keccak v2.0.2
11462026-05-20T00:50:55.573Z Downloaded strum_macros v0.27.2
11472026-05-20T00:50:55.573Z Downloaded slog-async v2.8.0
11482026-05-20T00:50:55.575Z Downloaded waitgroup v0.1.2
11492026-05-20T00:50:55.576Z Downloaded wait-timeout v0.2.1
11502026-05-20T00:50:55.576Z Downloaded usdt-macro v0.6.0
11512026-05-20T00:50:55.578Z Downloaded usdt v0.6.0
11522026-05-20T00:50:55.578Z Downloaded usdt-attr-macro v0.6.0
11532026-05-20T00:50:55.578Z Downloaded schemars_derive v0.8.22
11542026-05-20T00:50:55.581Z Downloaded zeroize_derive v1.4.3
11552026-05-20T00:50:55.584Z Downloaded tokio-dtrace v0.1.1
11562026-05-20T00:50:55.586Z Downloaded thiserror-no-std v2.0.2
11572026-05-20T00:50:55.589Z Downloaded test-strategy v0.4.5
11582026-05-20T00:50:55.592Z Downloaded serde_with_macros v3.20.0
11592026-05-20T00:50:55.596Z Downloaded zone v0.3.1
11602026-05-20T00:50:55.596Z Downloaded slog-scope v4.4.1
11612026-05-20T00:50:55.599Z Downloaded usdt v0.5.0
11622026-05-20T00:50:55.599Z Downloaded universal-hash v0.5.1
11632026-05-20T00:50:55.601Z Downloaded zerofrom v0.1.7
11642026-05-20T00:50:55.604Z Downloaded parking_lot v0.11.2
11652026-05-20T00:50:55.607Z Downloaded zone_cfg_derive v0.3.1
11662026-05-20T00:50:55.607Z Downloaded zerofrom-derive v0.1.7
11672026-05-20T00:50:55.607Z Downloaded progenitor-impl v0.14.0
11682026-05-20T00:50:55.615Z Downloaded rand v0.10.1
11692026-05-20T00:50:55.618Z Downloaded progenitor-impl v0.13.0
11702026-05-20T00:50:55.623Z Downloaded yoke-derive v0.8.2
11712026-05-20T00:50:55.625Z Downloaded schemars v0.9.0
11722026-05-20T00:50:55.630Z Downloaded zerovec-derive v0.11.3
11732026-05-20T00:50:55.633Z Downloaded xz2 v0.1.7
11742026-05-20T00:50:55.633Z Downloaded vsss-rs v3.3.4
11752026-05-20T00:50:55.635Z Downloaded tinystr v0.8.3
11762026-05-20T00:50:55.636Z Downloaded tar v0.4.45
11772026-05-20T00:50:55.638Z Downloaded thin-vec v0.2.18
11782026-05-20T00:50:55.638Z Downloaded indicatif v0.18.4
11792026-05-20T00:50:55.641Z Downloaded term v1.2.1
11802026-05-20T00:50:55.644Z Downloaded schemars v1.2.1
11812026-05-20T00:50:55.649Z Downloaded whoami v1.6.1
11822026-05-20T00:50:55.652Z Downloaded usdt-impl v0.6.0
11832026-05-20T00:50:55.652Z Downloaded usdt-impl v0.5.0
11842026-05-20T00:50:55.655Z Downloaded postcard v1.1.3
11852026-05-20T00:50:55.655Z Downloaded tokio-rustls v0.25.0
11862026-05-20T00:50:55.655Z Downloaded papergrid v0.11.0
11872026-05-20T00:50:55.658Z Downloaded konst v0.2.20
11882026-05-20T00:50:55.662Z Downloaded slog v2.8.2
11892026-05-20T00:50:55.680Z Downloaded progenitor-impl v0.11.2
11902026-05-20T00:50:55.680Z Downloaded similar v2.7.0
11912026-05-20T00:50:55.680Z Downloaded zerocopy-derive v0.7.35
11922026-05-20T00:50:55.680Z Downloaded writeable v0.6.3
11932026-05-20T00:50:55.680Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11942026-05-20T00:50:55.680Z Downloaded minimal-lexical v0.2.1
11952026-05-20T00:50:55.680Z Downloaded walkdir v2.5.0
11962026-05-20T00:50:55.680Z Downloaded serde_yaml v0.9.34+deprecated
11972026-05-20T00:50:55.680Z Downloaded tungstenite v0.21.0
11982026-05-20T00:50:55.680Z Downloaded ucd-trie v0.1.7
11992026-05-20T00:50:55.683Z Downloaded schemars v0.8.22
12002026-05-20T00:50:55.686Z Downloaded rustls-platform-verifier v0.7.0
12012026-05-20T00:50:55.689Z Downloaded snafu v0.8.9
12022026-05-20T00:50:55.692Z Downloaded hickory-resolver v0.24.4
12032026-05-20T00:50:55.694Z Downloaded rayon-core v1.13.0
12042026-05-20T00:50:55.697Z Downloaded progenitor-impl v0.10.0
12052026-05-20T00:50:55.697Z Downloaded prettyplease v0.2.37
12062026-05-20T00:50:55.699Z Downloaded icu_locale_core v2.2.0
12072026-05-20T00:50:55.702Z Downloaded utf-8 v0.7.6
12082026-05-20T00:50:55.705Z Downloaded yoke v0.8.2
12092026-05-20T00:50:55.705Z Downloaded typify v0.4.3
12102026-05-20T00:50:55.711Z Downloaded aws-lc-rs v1.16.3
12112026-05-20T00:50:55.714Z Downloaded toml v0.9.12+spec-1.1.0
12122026-05-20T00:50:55.716Z Downloaded typify v0.6.2
12132026-05-20T00:50:55.716Z Downloaded toml v0.7.8
12142026-05-20T00:50:55.719Z Downloaded steno v0.4.1
12152026-05-20T00:50:55.722Z Downloaded heapless v0.8.0
12162026-05-20T00:50:55.726Z Downloaded icu_normalizer v2.2.0
12172026-05-20T00:50:55.726Z Downloaded qorb v0.4.1
12182026-05-20T00:50:55.729Z Downloaded icu_normalizer_data v2.2.0
12192026-05-20T00:50:55.729Z Downloaded icu_collections v2.2.0
12202026-05-20T00:50:55.733Z Downloaded hickory-resolver v0.25.2
12212026-05-20T00:50:55.735Z Downloaded expectorate v1.2.0
12222026-05-20T00:50:55.742Z Downloaded toml_edit v0.25.11+spec-1.1.0
12232026-05-20T00:50:55.747Z Downloaded nom v7.1.3
12242026-05-20T00:50:55.750Z Downloaded openssl v0.10.79
12252026-05-20T00:50:55.755Z Downloaded zerotrie v0.2.4
12262026-05-20T00:50:55.769Z Downloaded proptest v1.11.0
12272026-05-20T00:50:55.774Z Downloaded toml_edit v0.19.15
12282026-05-20T00:50:55.783Z Downloaded unsafe-libyaml v0.2.11
12292026-05-20T00:50:55.786Z Downloaded typed-path v0.9.3
12302026-05-20T00:50:55.789Z Downloaded scc v2.4.0
12312026-05-20T00:50:55.791Z Downloaded pest v2.8.6
12322026-05-20T00:50:55.794Z Downloaded goblin v0.8.2
12332026-05-20T00:50:55.803Z Downloaded yansi v1.0.1
12342026-05-20T00:50:55.809Z Downloaded tough v0.20.0
12352026-05-20T00:50:55.816Z Downloaded itertools v0.12.1
12362026-05-20T00:50:55.820Z Downloaded iddqd v0.3.18
12372026-05-20T00:50:55.823Z Downloaded tower-http v0.6.10
12382026-05-20T00:50:55.832Z Downloaded zerocopy-derive v0.8.48
12392026-05-20T00:50:55.836Z Downloaded libm v0.2.16
12402026-05-20T00:50:55.842Z Downloaded zerocopy v0.7.35
12412026-05-20T00:50:55.855Z Downloaded hkdf v0.12.4
12422026-05-20T00:50:55.866Z Downloaded zerovec v0.11.6
12432026-05-20T00:50:55.869Z Downloaded nom v8.0.0
12442026-05-20T00:50:55.873Z Downloaded serde_with v3.20.0
12452026-05-20T00:50:55.880Z Downloaded tabled v0.20.0
12462026-05-20T00:50:55.891Z Downloaded tabled v0.15.0
12472026-05-20T00:50:55.900Z Downloaded winnow v0.5.40
12482026-05-20T00:50:55.905Z Downloaded rayon v1.12.0
12492026-05-20T00:50:55.911Z Downloaded syn v1.0.109
12502026-05-20T00:50:55.916Z Downloaded rustls-webpki v0.102.8
12512026-05-20T00:50:55.927Z Downloaded openapiv3 v2.2.0
12522026-05-20T00:50:55.933Z Downloaded moka v0.12.15
12532026-05-20T00:50:55.937Z Downloaded regress v0.10.5
12542026-05-20T00:50:55.941Z Downloaded winnow v1.0.2
12552026-05-20T00:50:55.946Z Downloaded goblin v0.10.5
12562026-05-20T00:50:55.950Z Downloaded smoltcp v0.11.0
12572026-05-20T00:50:55.957Z Downloaded rustls v0.22.4
12582026-05-20T00:50:55.964Z Downloaded time v0.3.47
12592026-05-20T00:50:55.971Z Downloaded hickory-proto v0.24.4
12602026-05-20T00:50:55.979Z Downloaded reqwest v0.13.3
12612026-05-20T00:50:55.982Z Downloaded dropshot v0.17.0
12622026-05-20T00:50:55.994Z Downloaded icu_properties_data v2.2.0
12632026-05-20T00:50:55.999Z Downloaded rhai v1.24.0
12642026-05-20T00:50:56.006Z Downloaded nix v0.31.3
12652026-05-20T00:50:56.021Z Downloaded regress v0.11.1
12662026-05-20T00:50:56.025Z Downloaded sled v0.34.7
12672026-05-20T00:50:56.031Z Downloaded typify-impl v0.4.3
12682026-05-20T00:50:56.039Z Downloaded hickory-proto v0.25.2
12692026-05-20T00:50:56.047Z Downloaded typify-impl v0.6.2
12702026-05-20T00:50:56.083Z Downloaded lzma-sys v0.1.20
12712026-05-20T00:50:56.098Z Downloaded jiff v0.2.24
12722026-05-20T00:50:56.108Z Downloaded petgraph v0.6.5
12732026-05-20T00:50:56.119Z Downloaded chrono-tz v0.10.4
12742026-05-20T00:50:56.139Z Downloaded csv v1.4.0
12752026-05-20T00:50:56.150Z Downloaded sha3 v0.10.9
12762026-05-20T00:50:56.201Z Downloaded encoding_rs v0.8.35
12772026-05-20T00:50:56.686Z Downloaded aws-lc-sys v0.40.0
12782026-05-20T00:50:57.621Z Compiling proc-macro2 v1.0.106
12792026-05-20T00:50:57.621Z Compiling quote v1.0.45
12802026-05-20T00:50:57.621Z Compiling unicode-ident v1.0.24
12812026-05-20T00:50:57.621Z Compiling serde_core v1.0.228
12822026-05-20T00:50:57.621Z Compiling cfg-if v1.0.4
12832026-05-20T00:50:57.624Z Compiling serde v1.0.228
12842026-05-20T00:50:57.624Z Compiling libc v0.2.186
12852026-05-20T00:50:57.624Z Compiling memchr v2.8.0
12862026-05-20T00:50:57.838Z Compiling itoa v1.0.18
12872026-05-20T00:50:58.028Z Compiling zmij v1.0.21
12882026-05-20T00:50:58.065Z Compiling autocfg v1.5.0
12892026-05-20T00:50:58.117Z Compiling libm v0.2.16
12902026-05-20T00:50:58.418Z Compiling stable_deref_trait v1.2.1
12912026-05-20T00:50:58.429Z Compiling version_check v0.9.5
12922026-05-20T00:50:58.494Z Compiling litemap v0.8.2
12932026-05-20T00:50:58.569Z Compiling writeable v0.6.3
12942026-05-20T00:50:58.704Z Compiling utf8_iter v1.0.4
12952026-05-20T00:50:58.761Z Compiling icu_normalizer_data v2.2.0
12962026-05-20T00:50:58.763Z Compiling percent-encoding v2.3.2
12972026-05-20T00:50:58.783Z Compiling icu_properties_data v2.2.0
12982026-05-20T00:50:58.870Z Compiling equivalent v1.0.2
12992026-05-20T00:50:58.959Z Compiling iana-time-zone v0.1.65
13002026-05-20T00:50:58.985Z Compiling form_urlencoded v1.2.2
13012026-05-20T00:50:59.047Z Compiling syn v2.0.117
13022026-05-20T00:50:59.180Z Compiling pin-project-lite v0.2.17
13032026-05-20T00:50:59.192Z Compiling serde_json v1.0.149
13042026-05-20T00:50:59.208Z Compiling dyn-clone v1.0.20
13052026-05-20T00:50:59.249Z Compiling parking_lot_core v0.9.12
13062026-05-20T00:50:59.282Z Compiling scopeguard v1.2.0
13072026-05-20T00:50:59.298Z Compiling num-traits v0.2.19
13082026-05-20T00:50:59.359Z Compiling hashbrown v0.17.1
13092026-05-20T00:50:59.432Z Compiling lock_api v0.4.14
13102026-05-20T00:50:59.477Z Compiling thiserror v2.0.18
13112026-05-20T00:50:59.577Z Compiling rand_core v0.10.1
13122026-05-20T00:50:59.688Z Compiling getrandom v0.4.2
13132026-05-20T00:50:59.751Z Compiling errno v0.3.14
13142026-05-20T00:50:59.853Z Compiling log v0.4.29
13152026-05-20T00:50:59.917Z Compiling jobserver v0.1.34
13162026-05-20T00:50:59.998Z Compiling heck v0.5.0
13172026-05-20T00:51:00.053Z Compiling find-msvc-tools v0.1.9
13182026-05-20T00:51:00.082Z Compiling semver v1.0.28
13192026-05-20T00:51:00.250Z Compiling indexmap v2.14.0
13202026-05-20T00:51:00.281Z Compiling shlex v1.3.0
13212026-05-20T00:51:00.295Z Compiling futures-core v0.3.32
13222026-05-20T00:51:00.461Z Compiling cc v1.2.62
13232026-05-20T00:51:00.473Z Compiling zerocopy v0.8.48
13242026-05-20T00:51:00.483Z Compiling uuid v1.23.1
13252026-05-20T00:51:00.494Z Compiling futures-sink v0.3.32
13262026-05-20T00:51:00.611Z Compiling schemars v0.8.22
13272026-05-20T00:51:00.897Z Compiling slab v0.4.12
13282026-05-20T00:51:00.956Z Compiling fnv v1.0.7
13292026-05-20T00:51:00.969Z Compiling rustversion v1.0.22
13302026-05-20T00:51:00.982Z Compiling futures-channel v0.3.32
13312026-05-20T00:51:01.057Z Compiling bitflags v2.11.1
13322026-05-20T00:51:01.086Z Compiling futures-task v0.3.32
13332026-05-20T00:51:01.220Z Compiling futures-io v0.3.32
13342026-05-20T00:51:01.270Z Compiling socket2 v0.6.3
13352026-05-20T00:51:01.313Z Compiling portable-atomic v1.13.1
13362026-05-20T00:51:01.389Z Compiling signal-hook-registry v1.4.8
13372026-05-20T00:51:01.493Z Compiling mio v1.2.0
13382026-05-20T00:51:01.630Z Compiling critical-section v1.2.0
13392026-05-20T00:51:01.708Z Compiling getrandom v0.2.17
13402026-05-20T00:51:01.744Z Compiling typenum v1.20.0
13412026-05-20T00:51:01.758Z Compiling subtle v2.6.1
13422026-05-20T00:51:01.830Z Compiling base64 v0.22.1
13432026-05-20T00:51:01.898Z Compiling untrusted v0.9.0
13442026-05-20T00:51:01.924Z Compiling rustix v1.1.4
13452026-05-20T00:51:02.008Z Compiling slog v2.8.2
13462026-05-20T00:51:02.023Z Compiling strsim v0.11.1
13472026-05-20T00:51:02.035Z Compiling byteorder v1.5.0
13482026-05-20T00:51:02.176Z Compiling synstructure v0.13.2
13492026-05-20T00:51:02.263Z Compiling serde_derive_internals v0.29.1
13502026-05-20T00:51:02.276Z Compiling once_cell v1.21.4
13512026-05-20T00:51:02.386Z Compiling rand_core v0.6.4
13522026-05-20T00:51:02.438Z Compiling regex-syntax v0.8.10
13532026-05-20T00:51:02.450Z Compiling cmake v0.1.58
13542026-05-20T00:51:02.493Z Compiling fs_extra v1.3.0
13552026-05-20T00:51:02.551Z Compiling dunce v1.0.5
13562026-05-20T00:51:02.620Z Compiling atomic-waker v1.1.2
13572026-05-20T00:51:02.649Z Compiling httparse v1.10.1
13582026-05-20T00:51:02.715Z Compiling ipnet v2.12.0
13592026-05-20T00:51:02.752Z Compiling tower-service v0.3.3
13602026-05-20T00:51:02.766Z Compiling tower-layer v0.3.3
13612026-05-20T00:51:02.810Z Compiling aws-lc-sys v0.40.0
13622026-05-20T00:51:02.847Z Compiling try-lock v0.2.5
13632026-05-20T00:51:02.931Z Compiling ryu v1.0.23
13642026-05-20T00:51:02.961Z Compiling want v0.3.1
13652026-05-20T00:51:03.039Z Compiling generic-array v0.14.7
13662026-05-20T00:51:03.125Z Compiling ucd-trie v0.1.7
13672026-05-20T00:51:03.138Z Compiling getrandom v0.3.4
13682026-05-20T00:51:03.280Z Compiling httpdate v1.0.3
13692026-05-20T00:51:03.293Z Compiling thiserror v1.0.69
13702026-05-20T00:51:03.427Z Compiling serde_derive v1.0.228
13712026-05-20T00:51:03.439Z Compiling zerofrom-derive v0.1.7
13722026-05-20T00:51:03.451Z Compiling yoke-derive v0.8.2
13732026-05-20T00:51:03.500Z Compiling zerovec-derive v0.11.3
13742026-05-20T00:51:03.542Z Compiling displaydoc v0.2.5
13752026-05-20T00:51:03.629Z Compiling schemars_derive v0.8.22
13762026-05-20T00:51:03.769Z Compiling tokio-macros v2.7.0
13772026-05-20T00:51:04.405Z Compiling thiserror-impl v2.0.18
13782026-05-20T00:51:04.583Z Compiling zerocopy-derive v0.8.48
13792026-05-20T00:51:04.643Z Compiling zeroize_derive v1.4.3
13802026-05-20T00:51:04.717Z Compiling futures-macro v0.3.32
13812026-05-20T00:51:04.766Z Compiling zerofrom v0.1.7
13822026-05-20T00:51:04.899Z Compiling yoke v0.8.2
13832026-05-20T00:51:05.096Z Compiling zerovec v0.11.6
13842026-05-20T00:51:05.307Z Compiling zerotrie v0.2.4
13852026-05-20T00:51:05.379Z Compiling zeroize v1.8.2
13862026-05-20T00:51:05.596Z Compiling tinystr v0.8.3
13872026-05-20T00:51:05.614Z Compiling potential_utf v0.1.5
13882026-05-20T00:51:05.627Z Compiling futures-util v0.3.32
13892026-05-20T00:51:05.780Z Compiling icu_locale_core v2.2.0
13902026-05-20T00:51:05.802Z Compiling icu_collections v2.2.0
13912026-05-20T00:51:05.831Z Compiling thiserror-impl v1.0.69
13922026-05-20T00:51:05.844Z Compiling pest v2.8.6
13932026-05-20T00:51:06.840Z Compiling bytes v1.11.1
13942026-05-20T00:51:06.843Z Compiling smallvec v1.15.1
13952026-05-20T00:51:06.889Z Compiling icu_provider v2.2.0
13962026-05-20T00:51:07.031Z Compiling chrono v0.4.44
13972026-05-20T00:51:07.137Z Compiling icu_properties v2.2.0
13982026-05-20T00:51:07.212Z Compiling icu_normalizer v2.2.0
13992026-05-20T00:51:07.386Z Compiling parking_lot v0.12.5
14002026-05-20T00:51:07.473Z Compiling http v1.4.0
14012026-05-20T00:51:07.796Z Compiling tokio v1.52.3
14022026-05-20T00:51:07.808Z Compiling serde_tokenstream v0.2.3
14032026-05-20T00:51:07.984Z Compiling erased-serde v0.3.31
14042026-05-20T00:51:08.085Z Compiling idna_adapter v1.2.2
14052026-05-20T00:51:08.233Z Compiling idna v1.1.0
14062026-05-20T00:51:08.315Z Compiling http-body v1.0.1
14072026-05-20T00:51:08.479Z Compiling pest_meta v2.8.6
14082026-05-20T00:51:08.527Z Compiling url v2.5.8
14092026-05-20T00:51:08.562Z Compiling pretty-hex v0.4.2
14102026-05-20T00:51:08.758Z Compiling plain v0.2.3
14112026-05-20T00:51:08.872Z Compiling winnow v1.0.2
14122026-05-20T00:51:08.939Z Compiling tracing-attributes v0.1.31
14132026-05-20T00:51:09.180Z Compiling ppv-lite86 v0.2.21
14142026-05-20T00:51:09.434Z Compiling pest_generator v2.8.6
14152026-05-20T00:51:09.500Z Compiling tracing-core v0.1.36
14162026-05-20T00:51:09.834Z Compiling ipnetwork v0.21.1
14172026-05-20T00:51:09.985Z Compiling allocator-api2 v0.2.21
14182026-05-20T00:51:10.053Z Compiling pest_derive v2.8.6
14192026-05-20T00:51:10.125Z Compiling paste v1.0.15
14202026-05-20T00:51:10.202Z Compiling foldhash v0.2.0
14212026-05-20T00:51:10.285Z Compiling tracing v0.1.44
14222026-05-20T00:51:10.328Z Compiling oxnet v0.1.5
14232026-05-20T00:51:10.449Z Compiling hashbrown v0.16.1
14242026-05-20T00:51:10.482Z Compiling http-body-util v0.1.3
14252026-05-20T00:51:10.535Z Compiling crypto-common v0.1.7
14262026-05-20T00:51:10.548Z Compiling serde_urlencoded v0.7.1
14272026-05-20T00:51:10.644Z Compiling omicron-workspace-hack v0.1.0
14282026-05-20T00:51:10.668Z Compiling ident_case v1.0.1
14292026-05-20T00:51:10.771Z Compiling sync_wrapper v1.0.2
14302026-05-20T00:51:10.789Z Compiling aho-corasick v1.1.4
14312026-05-20T00:51:10.800Z Compiling rustls-pki-types v1.14.1
14322026-05-20T00:51:10.875Z Compiling daft-derive v0.1.5
14332026-05-20T00:51:11.260Z Compiling fastrand v2.4.1
14342026-05-20T00:51:11.299Z Compiling scroll_derive v0.13.1
14352026-05-20T00:51:11.526Z Compiling async-trait v0.1.89
14362026-05-20T00:51:11.667Z Compiling regex-automata v0.4.14
14372026-05-20T00:51:12.107Z Compiling tokio-util v0.7.18
14382026-05-20T00:51:12.162Z Compiling ring v0.17.14
14392026-05-20T00:51:12.208Z Compiling num-conv v0.2.1
14402026-05-20T00:51:12.354Z Compiling powerfmt v0.2.0
14412026-05-20T00:51:12.542Z Compiling anyhow v1.0.102
14422026-05-20T00:51:12.563Z Compiling time-core v0.1.8
14432026-05-20T00:51:12.694Z Compiling cpufeatures v0.2.17
14442026-05-20T00:51:12.711Z Compiling time-macros v0.2.27
14452026-05-20T00:51:12.858Z Compiling deranged v0.5.8
14462026-05-20T00:51:13.090Z Compiling scroll v0.13.0
14472026-05-20T00:51:13.353Z Compiling regex v1.12.3
14482026-05-20T00:51:13.755Z Compiling block-buffer v0.10.4
14492026-05-20T00:51:13.860Z Compiling openssl-probe v0.2.1
14502026-05-20T00:51:13.878Z Compiling num_threads v0.1.7
14512026-05-20T00:51:13.906Z Compiling hex v0.4.3
14522026-05-20T00:51:13.971Z Compiling digest v0.10.7
14532026-05-20T00:51:14.051Z Compiling goblin v0.10.5
14542026-05-20T00:51:14.289Z Compiling camino v1.2.2
14552026-05-20T00:51:14.503Z Compiling h2 v0.4.14
14562026-05-20T00:51:14.576Z Compiling usdt-impl v0.6.0
14572026-05-20T00:51:14.683Z Compiling crc32fast v1.5.0
14582026-05-20T00:51:15.000Z Compiling dtrace-parser v0.3.0
14592026-05-20T00:51:15.033Z Compiling futures-executor v0.3.32
14602026-05-20T00:51:15.163Z Compiling crossbeam-utils v0.8.21
14612026-05-20T00:51:15.320Z Compiling aws-lc-rs v1.16.3
14622026-05-20T00:51:15.691Z Compiling structmeta-derive v0.3.0
14632026-05-20T00:51:15.850Z Compiling thread-id v5.1.0
14642026-05-20T00:51:15.930Z Compiling rustls v0.22.4
14652026-05-20T00:51:16.033Z Compiling simd-adler32 v0.3.9
14662026-05-20T00:51:16.161Z Compiling adler2 v2.0.1
14672026-05-20T00:51:16.296Z Compiling miniz_oxide v0.8.9
14682026-05-20T00:51:16.687Z Compiling hyper v1.9.0
14692026-05-20T00:51:16.778Z Compiling structmeta v0.3.0
14702026-05-20T00:51:16.805Z Compiling dof v0.4.0
14712026-05-20T00:51:16.859Z Compiling futures v0.3.32
14722026-05-20T00:51:16.943Z Compiling rand_core v0.9.5
14732026-05-20T00:51:16.985Z Compiling darling_core v0.23.0
14742026-05-20T00:51:16.989Z Compiling newtype-uuid-macros v0.1.0
14752026-05-20T00:51:17.172Z Compiling thread_local v1.1.9
14762026-05-20T00:51:17.456Z Compiling match_cfg v0.1.0
14772026-05-20T00:51:17.654Z Compiling untrusted v0.7.1
14782026-05-20T00:51:17.786Z Compiling flate2 v1.1.9
14792026-05-20T00:51:17.865Z Compiling hyper-util v0.1.20
14802026-05-20T00:51:18.228Z Compiling newtype-uuid v1.3.2
14812026-05-20T00:51:18.281Z Compiling quick-error v1.2.3
14822026-05-20T00:51:18.392Z Compiling rustls v0.23.40
14832026-05-20T00:51:18.498Z Compiling compression-core v0.4.32
14842026-05-20T00:51:18.624Z Compiling slog-async v2.8.0
14852026-05-20T00:51:18.675Z Compiling ref-cast v1.0.25
14862026-05-20T00:51:18.903Z Compiling compression-codecs v0.4.38
14872026-05-20T00:51:19.026Z Compiling daft v0.1.5
14882026-05-20T00:51:19.088Z Compiling rand_chacha v0.9.0
14892026-05-20T00:51:19.129Z Compiling usdt-attr-macro v0.6.0
14902026-05-20T00:51:19.170Z Compiling usdt-macro v0.6.0
14912026-05-20T00:51:19.193Z Compiling darling_macro v0.23.0
14922026-05-20T00:51:19.544Z Compiling ref-cast-impl v1.0.25
14932026-05-20T00:51:19.698Z Compiling strum_macros v0.26.4
14942026-05-20T00:51:19.749Z Compiling serde_spanned v1.1.1
14952026-05-20T00:51:19.829Z Compiling darling v0.23.0
14962026-05-20T00:51:19.890Z Compiling multer v3.1.0
14972026-05-20T00:51:19.900Z Compiling debug-ignore v1.0.5
14982026-05-20T00:51:20.002Z Compiling toml_writer v1.1.1+spec-1.1.0
14992026-05-20T00:51:20.123Z Compiling take_mut v0.2.2
15002026-05-20T00:51:20.136Z Compiling term v1.2.1
15012026-05-20T00:51:20.205Z Compiling bit-vec v0.8.0
15022026-05-20T00:51:20.278Z Compiling serde_with_macros v3.20.0
15032026-05-20T00:51:20.350Z Compiling rand v0.9.4
15042026-05-20T00:51:20.350Z Compiling tower v0.5.3
15052026-05-20T00:51:20.437Z Compiling bit-set v0.8.0
15062026-05-20T00:51:20.597Z Compiling async-stream-impl v0.3.6
15072026-05-20T00:51:20.835Z Compiling dropshot v0.17.0
15082026-05-20T00:51:20.858Z Compiling encoding_rs v0.8.35
15092026-05-20T00:51:20.967Z Compiling spin v0.9.8
15102026-05-20T00:51:21.082Z Compiling unarray v0.1.4
15112026-05-20T00:51:21.090Z Compiling syn v1.0.109
15122026-05-20T00:51:21.192Z Compiling mime v0.3.17
15132026-05-20T00:51:21.269Z Compiling async-stream v0.3.6
15142026-05-20T00:51:21.408Z Compiling strum v0.26.3
15152026-05-20T00:51:21.446Z Compiling tower-http v0.6.10
15162026-05-20T00:51:21.449Z Compiling derive-ex v0.1.8
15172026-05-20T00:51:21.478Z Compiling dropshot_endpoint v0.17.0
15182026-05-20T00:51:21.481Z Compiling macaddr v1.0.1
15192026-05-20T00:51:21.500Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15202026-05-20T00:51:21.528Z Compiling waitgroup v0.1.2
15212026-05-20T00:51:21.673Z Compiling serde_path_to_error v0.1.20
15222026-05-20T00:51:21.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15232026-05-20T00:51:22.125Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-05-20T00:51:22.305Z Compiling tempfile v3.27.0
15252026-05-20T00:51:22.392Z Compiling openapiv3 v2.2.0
15262026-05-20T00:51:22.735Z Compiling strum_macros v0.27.2
15272026-05-20T00:51:23.069Z Compiling test-strategy v0.4.5
15282026-05-20T00:51:23.177Z Compiling instant v0.1.13
15292026-05-20T00:51:23.290Z Compiling rustls-native-certs v0.8.3
15302026-05-20T00:51:23.645Z Compiling time v0.3.47
15312026-05-20T00:51:23.809Z Compiling rustc-hash v2.1.2
15322026-05-20T00:51:24.130Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15332026-05-20T00:51:24.589Z Compiling crossbeam-channel v0.5.15
15342026-05-20T00:51:24.631Z Compiling strum v0.27.2
15352026-05-20T00:51:25.097Z Compiling parse-display-derive v0.10.0
15362026-05-20T00:51:25.478Z Compiling rustls-webpki v0.102.8
15372026-05-20T00:51:25.505Z Compiling backon v1.6.0
15382026-05-20T00:51:25.563Z Compiling rand_chacha v0.3.1
15392026-05-20T00:51:26.378Z Compiling rand v0.8.6
15402026-05-20T00:51:26.547Z Compiling slog-json v2.6.1
15412026-05-20T00:51:26.589Z Compiling hostname v0.3.1
15422026-05-20T00:51:26.729Z Compiling toml_parser v1.1.2+spec-1.1.0
15432026-05-20T00:51:26.753Z Compiling toml_datetime v1.1.1+spec-1.1.0
15442026-05-20T00:51:26.794Z Compiling memmap2 v0.9.10
15452026-05-20T00:51:26.979Z Compiling is-terminal v0.4.17
15462026-05-20T00:51:27.014Z Compiling wait-timeout v0.2.1
15472026-05-20T00:51:27.034Z Compiling either v1.15.0
15482026-05-20T00:51:27.064Z Compiling slog-term v2.9.2
15492026-05-20T00:51:27.075Z Compiling usdt v0.6.0
15502026-05-20T00:51:27.238Z Compiling rusty-fork v0.3.1
15512026-05-20T00:51:27.320Z Compiling toml v1.1.2+spec-1.1.0
15522026-05-20T00:51:27.348Z Compiling slog-bunyan v2.5.0
15532026-05-20T00:51:27.485Z Compiling serde_with v3.20.0
15542026-05-20T00:51:27.597Z Compiling async-compression v0.4.42
15552026-05-20T00:51:27.674Z Compiling rand_xorshift v0.4.0
15562026-05-20T00:51:27.820Z Compiling sha1 v0.10.6
15572026-05-20T00:51:27.909Z Compiling rustls-pemfile v2.2.0
15582026-05-20T00:51:27.990Z Compiling regress v0.10.5
15592026-05-20T00:51:28.047Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15602026-05-20T00:51:28.108Z Compiling tokio-rustls v0.25.0
15612026-05-20T00:51:28.337Z Compiling hostname v0.4.2
15622026-05-20T00:51:28.551Z Compiling proptest v1.11.0
15632026-05-20T00:51:29.670Z Compiling iddqd v0.3.18
15642026-05-20T00:51:30.262Z Compiling reqwest v0.12.28
15652026-05-20T00:51:30.718Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
15662026-05-20T00:51:30.908Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15672026-05-20T00:51:31.200Z Compiling utf8parse v0.2.2
15682026-05-20T00:51:31.324Z Compiling progenitor-client v0.10.0
15692026-05-20T00:51:31.548Z Compiling anstyle-parse v1.0.0
15702026-05-20T00:51:31.625Z Compiling itertools v0.14.0
15712026-05-20T00:51:31.754Z Compiling backoff v0.4.0
15722026-05-20T00:51:31.987Z Compiling parse-display v0.10.0
15732026-05-20T00:51:32.211Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15742026-05-20T00:51:32.339Z Compiling colorchoice v1.0.5
15752026-05-20T00:51:32.463Z Compiling anstyle v1.0.14
15762026-05-20T00:51:32.704Z Compiling anstyle-query v1.1.5
15772026-05-20T00:51:32.724Z Compiling is_terminal_polyfill v1.70.2
15782026-05-20T00:51:32.819Z Compiling anstream v1.0.0
15792026-05-20T00:51:32.937Z Compiling clap_lex v1.1.0
15802026-05-20T00:51:33.497Z Compiling regress v0.11.1
15812026-05-20T00:51:33.594Z Compiling clap_derive v4.6.1
15822026-05-20T00:51:34.303Z Compiling terminal_size v0.4.4
15832026-05-20T00:51:35.307Z Compiling typify-impl v0.6.2
15842026-05-20T00:51:35.446Z Compiling toml_datetime v0.6.11
15852026-05-20T00:51:35.469Z Compiling zerocopy-derive v0.7.35
15862026-05-20T00:51:35.745Z Compiling convert_case v0.4.0
15872026-05-20T00:51:36.263Z Compiling derive_more v0.99.20
15882026-05-20T00:51:36.395Z Compiling zerocopy v0.7.35
15892026-05-20T00:51:36.708Z Compiling clap_builder v4.6.0
15902026-05-20T00:51:37.139Z Compiling toml_edit v0.25.11+spec-1.1.0
15912026-05-20T00:51:37.885Z Compiling unicode-width v0.2.2
15922026-05-20T00:51:38.064Z Compiling proc-macro-crate v3.5.0
15932026-05-20T00:51:38.489Z Compiling clap v4.6.1
15942026-05-20T00:51:38.600Z Compiling secrecy v0.10.3
15952026-05-20T00:51:38.612Z Compiling crucible-workspace-hack v0.1.0
15962026-05-20T00:51:38.792Z Compiling tinyvec_macros v0.1.1
15972026-05-20T00:51:38.862Z Compiling float-ord v0.3.2
15982026-05-20T00:51:38.904Z Compiling tinyvec v1.11.0
15992026-05-20T00:51:39.061Z Compiling num_enum_derive v0.7.6
16002026-05-20T00:51:39.599Z Compiling dtrace-parser v0.2.0
16012026-05-20T00:51:39.614Z Compiling scroll_derive v0.12.1
16022026-05-20T00:51:40.146Z Compiling num-integer v0.1.46
16032026-05-20T00:51:40.350Z Compiling rustc_version v0.4.1
16042026-05-20T00:51:40.435Z Compiling usdt-impl v0.5.0
16052026-05-20T00:51:40.447Z Compiling scroll v0.12.0
16062026-05-20T00:51:40.489Z Compiling num_enum v0.7.6
16072026-05-20T00:51:40.633Z Compiling curve25519-dalek v4.1.3
16082026-05-20T00:51:40.995Z Compiling dof v0.3.0
16092026-05-20T00:51:41.221Z Compiling hmac v0.12.1
16102026-05-20T00:51:41.351Z Compiling darling_core v0.21.3
16112026-05-20T00:51:41.362Z Compiling inout v0.1.4
16122026-05-20T00:51:41.372Z Compiling ff v0.13.1
16132026-05-20T00:51:41.387Z Compiling thread-id v4.2.2
16142026-05-20T00:51:41.497Z Compiling group v0.13.0
16152026-05-20T00:51:41.497Z Compiling cipher v0.4.4
16162026-05-20T00:51:41.720Z Compiling hkdf v0.12.4
16172026-05-20T00:51:41.914Z Compiling typify-macro v0.6.2
16182026-05-20T00:51:42.068Z Compiling goblin v0.8.2
16192026-05-20T00:51:42.125Z Compiling num-iter v0.1.45
16202026-05-20T00:51:42.245Z Compiling num-rational v0.4.2
16212026-05-20T00:51:42.514Z Compiling thiserror-impl-no-std v2.0.2
16222026-05-20T00:51:42.559Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16232026-05-20T00:51:42.910Z Compiling crossbeam-epoch v0.9.18
16242026-05-20T00:51:43.266Z Compiling universal-hash v0.5.1
16252026-05-20T00:51:43.329Z Compiling half v2.7.1
16262026-05-20T00:51:43.397Z Compiling crypto-bigint v0.5.5
16272026-05-20T00:51:43.476Z Compiling darling_macro v0.21.3
16282026-05-20T00:51:43.629Z Compiling curve25519-dalek-derive v0.1.1
16292026-05-20T00:51:43.637Z Compiling num-complex v0.4.6
16302026-05-20T00:51:44.069Z Compiling typify v0.6.2
16312026-05-20T00:51:44.258Z Compiling base64ct v1.8.3
16322026-05-20T00:51:44.305Z Compiling base16ct v0.2.0
16332026-05-20T00:51:44.323Z Compiling ciborium-io v0.2.2
16342026-05-20T00:51:44.358Z Compiling opaque-debug v0.3.1
16352026-05-20T00:51:44.414Z Compiling poly1305 v0.8.0
16362026-05-20T00:51:44.428Z Compiling elliptic-curve v0.13.8
16372026-05-20T00:51:44.459Z Compiling ciborium-ll v0.2.2
16382026-05-20T00:51:44.560Z Compiling password-hash v0.5.0
16392026-05-20T00:51:45.011Z Compiling darling v0.21.3
16402026-05-20T00:51:45.090Z Compiling num v0.4.3
16412026-05-20T00:51:45.167Z Compiling thiserror-no-std v2.0.2
16422026-05-20T00:51:45.545Z Compiling chacha20 v0.9.1
16432026-05-20T00:51:45.778Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16442026-05-20T00:51:45.792Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16452026-05-20T00:51:46.397Z Compiling blake2 v0.10.6
16462026-05-20T00:51:46.432Z Compiling byte-wrapper v0.1.0
16472026-05-20T00:51:46.545Z Compiling aead v0.5.2
16482026-05-20T00:51:46.718Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16492026-05-20T00:51:46.816Z Compiling proc-macro-error-attr v1.0.4
16502026-05-20T00:51:47.059Z Compiling unsafe-libyaml v0.2.11
16512026-05-20T00:51:47.071Z Compiling heapless v0.8.0
16522026-05-20T00:51:47.129Z Compiling prettyplease v0.2.37
16532026-05-20T00:51:47.396Z Compiling rustix v0.38.44
16542026-05-20T00:51:47.399Z Compiling keccak v0.1.6
16552026-05-20T00:51:47.637Z Compiling serde_yaml v0.9.34+deprecated
16562026-05-20T00:51:47.753Z Compiling sha3 v0.10.9
16572026-05-20T00:51:48.495Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16582026-05-20T00:51:49.018Z Compiling chacha20poly1305 v0.10.1
16592026-05-20T00:51:49.287Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16602026-05-20T00:51:49.383Z Compiling argon2 v0.5.3
16612026-05-20T00:51:49.781Z Compiling vsss-rs v3.3.4
16622026-05-20T00:51:49.931Z Compiling ingot-macros v0.1.1
16632026-05-20T00:51:50.532Z Compiling rustls-webpki v0.103.13
16642026-05-20T00:51:50.780Z Compiling ciborium v0.2.2
16652026-05-20T00:51:51.605Z Compiling usdt-macro v0.5.0
16662026-05-20T00:51:51.735Z Compiling usdt-attr-macro v0.5.0
16672026-05-20T00:51:53.207Z Compiling serde_spanned v0.6.9
16682026-05-20T00:51:53.292Z Compiling enum-as-inner v0.6.1
16692026-05-20T00:51:53.368Z Compiling hash32 v0.3.1
16702026-05-20T00:51:53.533Z Compiling proc-macro-error v1.0.4
16712026-05-20T00:51:53.546Z Compiling memmap v0.7.0
16722026-05-20T00:51:53.815Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732026-05-20T00:51:53.871Z Compiling data-encoding v2.11.0
16742026-05-20T00:51:53.984Z Compiling static_assertions v1.1.0
16752026-05-20T00:51:54.003Z Compiling toml_write v0.1.2
16762026-05-20T00:51:54.066Z Compiling smoltcp v0.11.0
16772026-05-20T00:51:54.092Z Compiling indent_write v2.2.0
16782026-05-20T00:51:54.217Z Compiling tokio-rustls v0.26.4
16792026-05-20T00:51:54.239Z Compiling rustls-platform-verifier v0.7.0
16802026-05-20T00:51:54.255Z Compiling winnow v0.7.15
16812026-05-20T00:51:54.444Z Compiling hyper-rustls v0.27.9
16822026-05-20T00:51:54.752Z Compiling reqwest v0.13.3
16832026-05-20T00:51:54.775Z Compiling winnow v0.5.40
16842026-05-20T00:51:54.930Z Compiling usdt v0.5.0
16852026-05-20T00:51:55.310Z Compiling ingot-types v0.1.2
16862026-05-20T00:51:55.659Z Compiling toml_edit v0.22.27
16872026-05-20T00:51:55.726Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16882026-05-20T00:51:55.817Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16892026-05-20T00:51:55.916Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16902026-05-20T00:51:56.178Z Compiling progenitor-client v0.14.0
16912026-05-20T00:51:56.215Z Compiling toml_edit v0.19.15
16922026-05-20T00:51:56.493Z Compiling progenitor-extras v0.2.0
16932026-05-20T00:51:56.701Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
16942026-05-20T00:51:58.312Z Compiling tabwriter v1.4.1
16952026-05-20T00:51:58.620Z Compiling cobs v0.3.0
16962026-05-20T00:51:58.792Z Compiling serde_repr v0.1.20
16972026-05-20T00:51:58.896Z Compiling memoffset v0.9.1
16982026-05-20T00:51:59.066Z Compiling bitflags v1.3.2
16992026-05-20T00:51:59.149Z Compiling managed v0.8.0
17002026-05-20T00:51:59.162Z Compiling vcpkg v0.2.15
17012026-05-20T00:51:59.213Z Compiling cfg_aliases v0.2.1
17022026-05-20T00:51:59.293Z Compiling pkg-config v0.3.33
17032026-05-20T00:51:59.376Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17042026-05-20T00:51:59.537Z Compiling nix v0.31.3
17052026-05-20T00:51:59.741Z Compiling postcard v1.1.3
17062026-05-20T00:51:59.764Z Compiling openssl-sys v0.9.115
17072026-05-20T00:51:59.925Z Compiling proc-macro-crate v1.3.1
17082026-05-20T00:51:59.954Z Compiling toml v0.8.23
17092026-05-20T00:52:00.268Z Compiling ingot v0.1.1
17102026-05-20T00:52:00.325Z Compiling hubpack_derive v0.1.1
17112026-05-20T00:52:00.357Z Compiling foreign-types-macros v0.2.3
17122026-05-20T00:52:00.666Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17132026-05-20T00:52:00.874Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17142026-05-20T00:52:00.973Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17152026-05-20T00:52:01.036Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17162026-05-20T00:52:01.393Z Compiling swrite v0.1.0
17172026-05-20T00:52:01.492Z Compiling foreign-types-shared v0.3.1
17182026-05-20T00:52:01.590Z Compiling rayon-core v1.13.0
17192026-05-20T00:52:01.848Z Compiling colored v3.1.1
17202026-05-20T00:52:02.199Z Compiling cpufeatures v0.3.0
17212026-05-20T00:52:02.273Z Compiling resolv-conf v0.7.6
17222026-05-20T00:52:02.285Z Compiling linked-hash-map v0.5.6
17232026-05-20T00:52:02.328Z Compiling semver v0.1.20
17242026-05-20T00:52:02.481Z Compiling unicode-segmentation v1.13.2
17252026-05-20T00:52:02.614Z Compiling heck v0.4.1
17262026-05-20T00:52:02.681Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17272026-05-20T00:52:02.834Z Compiling newline-converter v0.3.0
17282026-05-20T00:52:02.899Z Compiling rustc_version v0.1.7
17292026-05-20T00:52:02.934Z Compiling lru-cache v0.1.2
17302026-05-20T00:52:02.959Z Compiling chacha20 v0.10.0
17312026-05-20T00:52:03.112Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17322026-05-20T00:52:03.141Z Compiling foreign-types v0.5.0
17332026-05-20T00:52:03.281Z Compiling hubpack v0.1.2
17342026-05-20T00:52:03.315Z Compiling num_enum_derive v0.5.11
17352026-05-20T00:52:03.505Z Compiling atomicwrites v0.4.4
17362026-05-20T00:52:03.578Z Compiling hickory-proto v0.24.4
17372026-05-20T00:52:03.779Z Compiling progenitor-impl v0.13.0
17382026-05-20T00:52:04.102Z Compiling crossbeam-deque v0.8.6
17392026-05-20T00:52:04.324Z Compiling console v0.15.11
17402026-05-20T00:52:04.473Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17412026-05-20T00:52:04.492Z Compiling camino-tempfile v1.4.1
17422026-05-20T00:52:04.558Z Compiling serde-big-array v0.5.1
17432026-05-20T00:52:04.718Z Compiling pin-project-internal v1.1.12
17442026-05-20T00:52:04.762Z Compiling num-derive v0.4.2
17452026-05-20T00:52:05.056Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17462026-05-20T00:52:05.083Z Compiling derive-where v1.6.1
17472026-05-20T00:52:05.226Z Compiling cstr-argument v0.1.2
17482026-05-20T00:52:05.400Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17492026-05-20T00:52:05.644Z Compiling similar v2.7.0
17502026-05-20T00:52:05.661Z Compiling siphasher v1.0.3
17512026-05-20T00:52:05.856Z Compiling minimal-lexical v0.2.1
17522026-05-20T00:52:05.875Z Compiling phf_shared v0.12.1
17532026-05-20T00:52:05.930Z Compiling pin-project v1.1.12
17542026-05-20T00:52:06.074Z Compiling expectorate v1.2.0
17552026-05-20T00:52:06.133Z Compiling nom v7.1.3
17562026-05-20T00:52:06.236Z Compiling hickory-resolver v0.24.4
17572026-05-20T00:52:06.468Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17582026-05-20T00:52:06.599Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17592026-05-20T00:52:06.661Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17602026-05-20T00:52:06.730Z Compiling num_enum v0.5.11
17612026-05-20T00:52:06.748Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17622026-05-20T00:52:07.239Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
17632026-05-20T00:52:07.586Z Compiling rand v0.10.1
17642026-05-20T00:52:07.642Z Compiling newtype_derive v0.1.6
17652026-05-20T00:52:07.688Z Compiling progenitor-macro v0.13.0
17662026-05-20T00:52:07.896Z Compiling progenitor-client v0.13.0
17672026-05-20T00:52:08.506Z Compiling progenitor-impl v0.14.0
17682026-05-20T00:52:09.046Z Compiling unicode-normalization v0.1.25
17692026-05-20T00:52:09.060Z Compiling tokio-stream v0.1.18
17702026-05-20T00:52:09.572Z Compiling async-recursion v1.1.1
17712026-05-20T00:52:09.575Z Compiling snafu-derive v0.8.9
17722026-05-20T00:52:09.806Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17732026-05-20T00:52:09.881Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17742026-05-20T00:52:10.209Z Compiling slog-dtrace v0.3.0
17752026-05-20T00:52:10.338Z Compiling csv-core v0.1.13
17762026-05-20T00:52:10.470Z Compiling bstr v1.12.1
17772026-05-20T00:52:10.621Z Compiling foreign-types-shared v0.1.1
17782026-05-20T00:52:10.729Z Compiling unicode-xid v0.2.6
17792026-05-20T00:52:10.864Z Compiling konst_macro_rules v0.2.19
17802026-05-20T00:52:11.010Z Compiling owo-colors v4.3.0
17812026-05-20T00:52:11.056Z Compiling same-file v1.0.6
17822026-05-20T00:52:11.247Z Compiling cancel-safe-futures v0.1.5
17832026-05-20T00:52:11.370Z Compiling unicode-width v0.1.14
17842026-05-20T00:52:11.399Z Compiling chrono-tz v0.10.4
17852026-05-20T00:52:11.526Z Compiling highway v1.3.0
17862026-05-20T00:52:11.646Z Compiling openssl v0.10.79
17872026-05-20T00:52:11.669Z Compiling foldhash v0.1.5
17882026-05-20T00:52:11.865Z Compiling hashbrown v0.15.5
17892026-05-20T00:52:11.936Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
17902026-05-20T00:52:12.003Z Compiling snafu v0.8.9
17912026-05-20T00:52:12.078Z Compiling walkdir v2.5.0
17922026-05-20T00:52:12.357Z Compiling progenitor-macro v0.14.0
17932026-05-20T00:52:12.394Z Compiling konst v0.2.20
17942026-05-20T00:52:12.412Z Compiling const_format_proc_macros v0.2.34
17952026-05-20T00:52:12.424Z Compiling globset v0.4.18
17962026-05-20T00:52:12.454Z Compiling foreign-types v0.3.2
17972026-05-20T00:52:12.532Z Compiling csv v1.4.0
17982026-05-20T00:52:12.770Z Compiling olpc-cjson v0.1.4
17992026-05-20T00:52:12.946Z Compiling qorb v0.4.1
18002026-05-20T00:52:13.048Z Compiling progenitor v0.13.0
18012026-05-20T00:52:13.114Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18022026-05-20T00:52:13.254Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18032026-05-20T00:52:13.991Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18042026-05-20T00:52:14.576Z Compiling rayon v1.12.0
18052026-05-20T00:52:14.885Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18062026-05-20T00:52:15.009Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18072026-05-20T00:52:15.090Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18082026-05-20T00:52:15.241Z Compiling phf v0.12.1
18092026-05-20T00:52:15.397Z Compiling zone_cfg_derive v0.3.1
18102026-05-20T00:52:15.540Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18112026-05-20T00:52:15.710Z Compiling tokio-dtrace v0.1.1
18122026-05-20T00:52:16.101Z Compiling itertools v0.12.1
18132026-05-20T00:52:16.388Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18142026-05-20T00:52:16.407Z Compiling libsw-core v0.3.2
18152026-05-20T00:52:16.480Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18162026-05-20T00:52:16.574Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18172026-05-20T00:52:16.585Z Compiling serde_plain v1.0.2
18182026-05-20T00:52:16.794Z Compiling openssl-macros v0.1.1
18192026-05-20T00:52:16.955Z Compiling pem v3.0.6
18202026-05-20T00:52:17.095Z Compiling cookie v0.18.1
18212026-05-20T00:52:17.293Z Compiling sigpipe v0.1.3
18222026-05-20T00:52:17.305Z Compiling jiff v0.2.24
18232026-05-20T00:52:17.323Z Compiling bytecount v0.6.9
18242026-05-20T00:52:17.339Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18252026-05-20T00:52:17.342Z Compiling typed-path v0.9.3
18262026-05-20T00:52:17.377Z Compiling fixedbitset v0.5.7
18272026-05-20T00:52:17.458Z Compiling fixedbitset v0.4.2
18282026-05-20T00:52:17.572Z Compiling glob v0.3.3
18292026-05-20T00:52:17.583Z Compiling progenitor v0.14.0
18302026-05-20T00:52:17.692Z Compiling petgraph v0.6.5
18312026-05-20T00:52:17.726Z Compiling petgraph v0.8.3
18322026-05-20T00:52:17.737Z Compiling papergrid v0.11.0
18332026-05-20T00:52:18.712Z Compiling tough v0.20.0
18342026-05-20T00:52:19.295Z Compiling zone v0.3.1
18352026-05-20T00:52:19.632Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18362026-05-20T00:52:19.657Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18372026-05-20T00:52:19.729Z Compiling libsw v3.5.0
18382026-05-20T00:52:19.915Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18392026-05-20T00:52:19.918Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18402026-05-20T00:52:20.131Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18412026-05-20T00:52:20.156Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18422026-05-20T00:52:20.918Z Compiling oxide-tokio-rt v0.1.5
18432026-05-20T00:52:21.384Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18442026-05-20T00:52:21.396Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18452026-05-20T00:52:21.514Z Compiling const_format v0.2.36
18462026-05-20T00:52:21.525Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18472026-05-20T00:52:21.883Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18482026-05-20T00:52:22.175Z Compiling tabled_derive v0.7.0
18492026-05-20T00:52:22.309Z Compiling gethostname v0.5.0
18502026-05-20T00:52:22.322Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18512026-05-20T00:52:22.355Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18522026-05-20T00:52:22.435Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18532026-05-20T00:52:22.448Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18542026-05-20T00:52:22.451Z Compiling bcs v0.1.6
18552026-05-20T00:52:22.480Z Compiling smf v0.2.3
18562026-05-20T00:52:22.787Z Compiling nom v8.0.0
18572026-05-20T00:52:23.065Z Compiling unicode-linebreak v0.1.5
18582026-05-20T00:52:23.109Z Compiling tagptr v0.2.0
18592026-05-20T00:52:23.214Z Compiling termtree v0.5.1
18602026-05-20T00:52:23.273Z Compiling smawk v0.3.2
18612026-05-20T00:52:23.330Z Compiling lazy_static v1.5.0
18622026-05-20T00:52:23.374Z Compiling linear-map v1.2.0
18632026-05-20T00:52:23.421Z Compiling crunchy v0.2.4
18642026-05-20T00:52:23.441Z Compiling whoami v1.6.1
18652026-05-20T00:52:23.566Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18662026-05-20T00:52:23.612Z Compiling steno v0.4.1
18672026-05-20T00:52:23.812Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18682026-05-20T00:52:23.959Z Compiling textwrap v0.16.2
18692026-05-20T00:52:24.545Z Compiling moka v0.12.15
18702026-05-20T00:52:25.322Z Compiling tabled v0.15.0
18712026-05-20T00:52:25.378Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18722026-05-20T00:52:25.428Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18732026-05-20T00:52:25.440Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18742026-05-20T00:52:26.336Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18752026-05-20T00:52:27.256Z Compiling hickory-proto v0.25.2
18762026-05-20T00:52:27.367Z Compiling humantime v2.3.0
18772026-05-20T00:52:27.678Z Compiling tiny-keccak v2.0.2
18782026-05-20T00:52:27.961Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18792026-05-20T00:52:28.329Z Compiling parking_lot_core v0.8.6
18802026-05-20T00:52:28.682Z Compiling libscf-sys v1.2.0
18812026-05-20T00:52:28.717Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18822026-05-20T00:52:28.814Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18832026-05-20T00:52:28.860Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18842026-05-20T00:52:29.134Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18852026-05-20T00:52:29.156Z Compiling const-random-macro v0.1.16
18862026-05-20T00:52:29.475Z Compiling hickory-resolver v0.25.2
18872026-05-20T00:52:29.538Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18882026-05-20T00:52:29.635Z Compiling ahash v0.8.12
18892026-05-20T00:52:29.647Z Compiling smartstring v1.0.1
18902026-05-20T00:52:29.919Z Compiling parking_lot v0.11.2
18912026-05-20T00:52:29.987Z Compiling const-random v0.1.18
18922026-05-20T00:52:30.229Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18932026-05-20T00:52:30.359Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
18942026-05-20T00:52:30.411Z Compiling fxhash v0.2.1
18952026-05-20T00:52:30.472Z Compiling internet-checksum v0.2.1
18962026-05-20T00:52:30.554Z Compiling sled v0.34.7
18972026-05-20T00:52:31.023Z Compiling thin-vec v0.2.18
18982026-05-20T00:52:31.153Z Compiling rhai_codegen v3.1.0
18992026-05-20T00:52:31.328Z Compiling sdd v3.0.10
19002026-05-20T00:52:31.680Z Compiling scc v2.4.0
19012026-05-20T00:52:31.822Z Compiling serial_test_derive v3.4.0
19022026-05-20T00:52:32.419Z Compiling rhai v1.24.0
19032026-05-20T00:52:32.587Z Compiling yansi v1.0.1
19042026-05-20T00:52:32.599Z Compiling diff v0.1.13
19052026-05-20T00:52:32.880Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
19062026-05-20T00:52:32.898Z Compiling pretty_assertions v1.4.1
19072026-05-20T00:52:32.909Z Compiling serial_test v3.4.0
19082026-05-20T00:52:34.705Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19092026-05-20T00:52:43.328Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19102026-05-20T00:52:45.044Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
19112026-05-20T00:52:46.164Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
19122026-05-20T00:52:47.304Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19132026-05-20T00:52:48.097Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19142026-05-20T00:52:49.289Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
19152026-05-20T00:53:23.778Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 26s
19162026-05-20T00:53:23.974Z────────────
19172026-05-20T00:53:23.974Z Nextest run ID 4aeaebab-6ac3-4177-b3bc-40de8b8f11cd with nextest profile: default
19182026-05-20T00:53:23.974Z Starting 150 tests across 3 binaries
19192026-05-20T00:53:23.985Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19202026-05-20T00:53:23.988Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
19212026-05-20T00:53:23.988Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch
19222026-05-20T00:53:23.988Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len
19232026-05-20T00:53:23.988Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19242026-05-20T00:53:23.989Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_invalid_length
19252026-05-20T00:53:23.989Z PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19262026-05-20T00:53:23.989Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19272026-05-20T00:53:23.996Z PASS [ 0.010s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19282026-05-20T00:53:23.999Z PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19292026-05-20T00:53:23.999Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19302026-05-20T00:53:23.999Z PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated
19312026-05-20T00:53:23.999Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19322026-05-20T00:53:24.000Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19332026-05-20T00:53:24.000Z PASS [ 0.012s] bgp messages::tests::header_round_trip
19342026-05-20T00:53:24.000Z PASS [ 0.012s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19352026-05-20T00:53:24.005Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19362026-05-20T00:53:24.008Z PASS [ 0.009s] bgp messages::tests::header_tests::new_accepts_minimum_length
19372026-05-20T00:53:24.011Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19382026-05-20T00:53:24.011Z PASS [ 0.011s] bgp messages::tests::header_tests::new_rejects_length_too_large
19392026-05-20T00:53:24.011Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19402026-05-20T00:53:24.011Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19412026-05-20T00:53:24.011Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19422026-05-20T00:53:24.011Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19432026-05-20T00:53:24.015Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19442026-05-20T00:53:24.018Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19452026-05-20T00:53:24.018Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19462026-05-20T00:53:24.021Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19472026-05-20T00:53:24.021Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19482026-05-20T00:53:24.021Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19492026-05-20T00:53:24.021Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19502026-05-20T00:53:24.021Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19512026-05-20T00:53:24.024Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19522026-05-20T00:53:24.027Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19532026-05-20T00:53:24.027Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19542026-05-20T00:53:24.030Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19552026-05-20T00:53:24.030Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19562026-05-20T00:53:24.030Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19572026-05-20T00:53:24.030Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19582026-05-20T00:53:24.033Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19592026-05-20T00:53:24.036Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19602026-05-20T00:53:24.036Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19612026-05-20T00:53:24.036Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19622026-05-20T00:53:24.039Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19632026-05-20T00:53:24.040Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19642026-05-20T00:53:24.040Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19652026-05-20T00:53:24.043Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19662026-05-20T00:53:24.043Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19672026-05-20T00:53:24.046Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19682026-05-20T00:53:24.046Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19692026-05-20T00:53:24.049Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19702026-05-20T00:53:24.049Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19712026-05-20T00:53:24.049Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19722026-05-20T00:53:24.049Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19732026-05-20T00:53:24.053Z PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip
19742026-05-20T00:53:24.053Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19752026-05-20T00:53:24.053Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19762026-05-20T00:53:24.057Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19772026-05-20T00:53:24.057Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19782026-05-20T00:53:24.057Z PASS [ 0.009s] bgp messages::tests::open_round_trip
19792026-05-20T00:53:24.057Z PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop
19802026-05-20T00:53:24.060Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19812026-05-20T00:53:24.060Z PASS [ 0.009s] bgp messages::tests::prefix_within
19822026-05-20T00:53:24.060Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19832026-05-20T00:53:24.065Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19842026-05-20T00:53:24.065Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19852026-05-20T00:53:24.065Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19862026-05-20T00:53:24.068Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19872026-05-20T00:53:24.068Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19882026-05-20T00:53:24.068Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19892026-05-20T00:53:24.068Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19902026-05-20T00:53:24.068Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19912026-05-20T00:53:24.072Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19922026-05-20T00:53:24.072Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19932026-05-20T00:53:24.074Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19942026-05-20T00:53:24.074Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19952026-05-20T00:53:24.078Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19962026-05-20T00:53:24.078Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19972026-05-20T00:53:24.078Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19982026-05-20T00:53:24.078Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19992026-05-20T00:53:24.082Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
20002026-05-20T00:53:24.082Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
20012026-05-20T00:53:24.082Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
20022026-05-20T00:53:24.085Z PASS [ 0.009s] bgp messages::tests::update_round_trip
20032026-05-20T00:53:24.097Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip
20042026-05-20T00:53:24.100Z PASS [ 0.023s] bgp policy::test::open_add_4byte_as
20052026-05-20T00:53:24.100Z PASS [ 0.017s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20062026-05-20T00:53:24.104Z PASS [ 0.022s] bgp policy::test::update_shape_community
20072026-05-20T00:53:24.104Z PASS [ 0.025s] bgp policy::test::shape_update_prefixes
20082026-05-20T00:53:24.104Z PASS [ 0.026s] bgp policy::test::open_require_4byte_as
20092026-05-20T00:53:24.104Z PASS [ 0.025s] bgp policy::test::update_drop_on_no_export
20102026-05-20T00:53:24.111Z PASS [ 0.032s] bgp proptest::prop_encode_decode_semantic_equivalence
20112026-05-20T00:53:24.115Z PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip
20122026-05-20T00:53:24.118Z PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20132026-05-20T00:53:24.118Z PASS [ 0.015s] bgp proptest::prop_ipv6_wire_format_roundtrip
20142026-05-20T00:53:24.119Z PASS [ 0.020s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20152026-05-20T00:53:24.119Z PASS [ 0.017s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20162026-05-20T00:53:24.119Z PASS [ 0.017s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20172026-05-20T00:53:24.119Z PASS [ 0.017s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20182026-05-20T00:53:24.128Z PASS [ 0.010s] bgp session::tests::route_update_is_announcement_and_withdrawal
20192026-05-20T00:53:24.131Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20202026-05-20T00:53:24.131Z PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20212026-05-20T00:53:24.134Z PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20222026-05-20T00:53:24.137Z PASS [ 0.019s] bgp proptest::prop_update_mp_unreach_roundtrip
20232026-05-20T00:53:24.140Z PASS [ 0.010s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20242026-05-20T00:53:24.140Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20252026-05-20T00:53:24.140Z PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering
20262026-05-20T00:53:24.143Z PASS [ 0.009s] bgp session::tests::test_fsm_event_record_creation
20272026-05-20T00:53:24.143Z PASS [ 0.032s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20282026-05-20T00:53:24.146Z PASS [ 0.009s] bgp session::tests::test_resolve_collision_decision
20292026-05-20T00:53:24.149Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20302026-05-20T00:53:24.149Z PASS [ 0.029s] bgp proptest::prop_update_traditional_roundtrip
20312026-05-20T00:53:24.149Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20322026-05-20T00:53:24.149Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20332026-05-20T00:53:24.152Z PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip
20342026-05-20T00:53:24.152Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20352026-05-20T00:53:24.155Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20362026-05-20T00:53:24.155Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20372026-05-20T00:53:24.158Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20382026-05-20T00:53:24.158Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20392026-05-20T00:53:24.158Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20402026-05-20T00:53:27.224Z PASS [ 3.074s] bgp test::test_basic_peering_active
20412026-05-20T00:53:27.228Z PASS [ 3.076s] bgp test::test_basic_peering_passive
20422026-05-20T00:53:27.232Z PASS [ 3.077s] bgp test::test_basic_update
20432026-05-20T00:53:27.235Z PASS [ 3.080s] bgp test::test_basic_peering_passive_tcp
20442026-05-20T00:53:27.239Z PASS [ 3.078s] bgp test::test_basic_update_ipv6
20452026-05-20T00:53:27.239Z PASS [ 3.085s] bgp test::test_basic_peering_active_tcp
20462026-05-20T00:53:27.246Z PASS [ 3.087s] bgp test::test_basic_update_ipv6_tcp
20472026-05-20T00:53:27.251Z PASS [ 3.093s] bgp test::test_basic_update_tcp
20482026-05-20T00:53:30.310Z PASS [ 3.073s] bgp test::test_ipv6_basic_peering_active
20492026-05-20T00:53:30.320Z PASS [ 3.073s] bgp test::test_ipv6_basic_peering_passive
20502026-05-20T00:53:30.328Z PASS [ 3.089s] bgp test::test_ipv6_basic_peering_active_tcp
20512026-05-20T00:53:30.340Z PASS [ 3.087s] bgp test::test_ipv6_basic_peering_passive_tcp
20522026-05-20T00:53:31.323Z PASS [ 4.097s] bgp test::test_dual_stack_routes_ipv4_peer_success
20532026-05-20T00:53:31.326Z PASS [ 4.095s] bgp test::test_dual_stack_routes_ipv6_peer_success
20542026-05-20T00:53:31.326Z PASS [ 4.090s] bgp test::test_ipv4_routes_ipv6_peer_success
20552026-05-20T00:53:31.333Z PASS [ 4.099s] bgp test::test_import_export_policy_filtering
20562026-05-20T00:53:31.388Z PASS [ 1.068s] bgp test::test_multiple_unnumbered_sessions
20572026-05-20T00:53:32.409Z PASS [ 2.068s] bgp test::test_same_linklocal_multiple_interfaces
20582026-05-20T00:53:32.421Z PASS [ 1.095s] bgp test::test_three_router_chain_tcp_ipv6
20592026-05-20T00:53:32.427Z PASS [ 1.104s] bgp test::test_three_router_chain_tcp
20602026-05-20T00:53:33.204Z PASS [ 2.874s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20612026-05-20T00:53:33.472Z PASS [ 1.062s] bgp test::test_unnumbered_ndp_change
20622026-05-20T00:53:34.396Z PASS [ 4.084s] bgp test::test_ipv6_routes_ipv4_peer_success
20632026-05-20T00:53:35.398Z PASS [ 4.071s] bgp test::test_three_router_chain_unnumbered
20642026-05-20T00:53:36.398Z PASS [ 5.064s] bgp test::test_unnumbered_dualstack_route_exchange
20652026-05-20T00:53:37.490Z PASS [ 5.061s] bgp test::test_unnumbered_session_survives_peer_change
20662026-05-20T00:53:41.486Z PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20672026-05-20T00:53:42.266Z PASS [ 9.060s] bgp test::test_unnumbered_unaffected_by_ndp
20682026-05-20T00:53:49.465Z PASS [ 18.070s] bgp test::test_unnumbered_interface_lifecycle
20692026-05-20T00:53:49.465Z────────────
20702026-05-20T00:53:49.465Z Summary [ 25.481s] 150 tests run: 150 passed, 0 skipped
20712026-05-20T00:53:49.478Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20722026-05-20T00:53:49.484Z+ popd
20732026-05-20T00:53:49.484Z+ pushd mgd
20742026-05-20T00:53:49.484Z/work/oxidecomputer/maghemite
20752026-05-20T00:53:49.484Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20762026-05-20T00:53:49.487Z+ pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions
20772026-05-20T00:53:50.710Z Compiling slog v2.8.2
20782026-05-20T00:53:50.820Z Compiling usdt v0.6.0
20792026-05-20T00:53:50.912Z Compiling typify-impl v0.4.3
20802026-05-20T00:53:50.930Z Compiling proc-macro-error-attr2 v2.0.0
20812026-05-20T00:53:50.951Z Compiling papergrid v0.17.0
20822026-05-20T00:53:51.100Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
20832026-05-20T00:53:51.122Z Compiling slog-json v2.6.1
20842026-05-20T00:53:51.218Z Compiling slog-term v2.9.2
20852026-05-20T00:53:51.339Z Compiling slog-async v2.8.0
20862026-05-20T00:53:51.603Z Compiling slog-bunyan v2.5.0
20872026-05-20T00:53:51.752Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882026-05-20T00:53:51.852Z Compiling dropshot v0.17.0
20892026-05-20T00:53:51.892Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20902026-05-20T00:53:51.934Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20912026-05-20T00:53:52.241Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20922026-05-20T00:53:52.296Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20932026-05-20T00:53:52.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20942026-05-20T00:53:53.056Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20952026-05-20T00:53:53.198Z Compiling slog-dtrace v0.3.0
20962026-05-20T00:53:53.539Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20972026-05-20T00:53:53.564Z Compiling steno v0.4.1
20982026-05-20T00:53:55.274Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
20992026-05-20T00:53:57.009Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21002026-05-20T00:53:57.563Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21012026-05-20T00:53:57.566Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
21022026-05-20T00:53:58.222Z Compiling typify-macro v0.4.3
21032026-05-20T00:53:58.544Z Compiling proc-macro-error2 v2.0.1
21042026-05-20T00:53:58.853Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21052026-05-20T00:53:59.052Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21062026-05-20T00:53:59.116Z Compiling tabled_derive v0.11.0
21072026-05-20T00:53:59.500Z Compiling testing_table v0.3.0
21082026-05-20T00:53:59.681Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21092026-05-20T00:53:59.757Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21102026-05-20T00:54:00.295Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21112026-05-20T00:54:00.427Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21122026-05-20T00:54:01.894Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21132026-05-20T00:54:02.116Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21142026-05-20T00:54:02.132Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21152026-05-20T00:54:02.671Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21162026-05-20T00:54:02.908Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21172026-05-20T00:54:02.926Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21182026-05-20T00:54:03.216Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
21192026-05-20T00:54:03.945Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21202026-05-20T00:54:04.063Z Compiling typify v0.4.3
21212026-05-20T00:54:04.176Z Compiling progenitor-impl v0.11.2
21222026-05-20T00:54:04.313Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21232026-05-20T00:54:04.654Z Compiling tabled v0.20.0
21242026-05-20T00:54:04.858Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#479813cf)
21252026-05-20T00:54:05.480Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21262026-05-20T00:54:06.232Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21272026-05-20T00:54:06.279Z Compiling progenitor-client v0.11.2
21282026-05-20T00:54:06.515Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21292026-05-20T00:54:06.633Z Compiling crc8 v0.1.1
21302026-05-20T00:54:06.758Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21312026-05-20T00:54:07.544Z Compiling dropshot-api-manager-types v0.7.1
21322026-05-20T00:54:07.919Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21332026-05-20T00:54:07.941Z Compiling progenitor-macro v0.11.2
21342026-05-20T00:54:08.319Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21352026-05-20T00:54:08.350Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21362026-05-20T00:54:09.510Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21372026-05-20T00:54:10.048Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21382026-05-20T00:54:11.016Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21392026-05-20T00:54:13.244Z Compiling progenitor v0.11.2
21402026-05-20T00:54:13.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21412026-05-20T00:54:13.447Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21422026-05-20T00:54:13.679Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21432026-05-20T00:54:18.535Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21442026-05-20T00:54:26.430Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21452026-05-20T00:54:28.116Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e3edc166)
21462026-05-20T00:54:29.194Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21472026-05-20T00:54:30.311Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21482026-05-20T00:54:31.132Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21492026-05-20T00:54:32.308Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21502026-05-20T00:54:32.308Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21512026-05-20T00:54:32.311Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21522026-05-20T00:54:37.838Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21532026-05-20T00:55:08.654Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
21542026-05-20T00:55:08.834Z────────────
21552026-05-20T00:55:08.834Z Nextest run ID 16b9b7a0-7a57-4425-82ac-89d64324b3cb with nextest profile: default
21562026-05-20T00:55:08.834Z Starting 32 tests across 3 binaries
21572026-05-20T00:55:08.844Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21582026-05-20T00:55:08.847Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21592026-05-20T00:55:08.860Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21602026-05-20T00:55:08.878Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21612026-05-20T00:55:08.894Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21622026-05-20T00:55:08.898Z PASS [ 0.061s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21632026-05-20T00:55:08.898Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21642026-05-20T00:55:08.898Z PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21652026-05-20T00:55:08.903Z PASS [ 0.064s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21662026-05-20T00:55:08.903Z PASS [ 0.065s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21672026-05-20T00:55:08.903Z PASS [ 0.065s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21682026-05-20T00:55:08.905Z PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21692026-05-20T00:55:08.906Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21702026-05-20T00:55:08.906Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21712026-05-20T00:55:08.906Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21722026-05-20T00:55:08.909Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21732026-05-20T00:55:08.909Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21742026-05-20T00:55:08.909Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21752026-05-20T00:55:08.912Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21762026-05-20T00:55:08.915Z PASS [ 0.018s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21772026-05-20T00:55:08.915Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21782026-05-20T00:55:08.915Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21792026-05-20T00:55:08.915Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21802026-05-20T00:55:08.918Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21812026-05-20T00:55:08.918Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21822026-05-20T00:55:08.918Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21832026-05-20T00:55:08.921Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21842026-05-20T00:55:08.921Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21852026-05-20T00:55:08.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21862026-05-20T00:55:08.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21872026-05-20T00:55:08.924Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21882026-05-20T00:55:08.924Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21892026-05-20T00:55:08.924Z────────────
21902026-05-20T00:55:08.924Z Summary [ 0.090s] 32 tests run: 32 passed, 0 skipped
21912026-05-20T00:55:08.936Z+ cp apply_remove_entire_group.log /work/
21922026-05-20T00:55:08.939Z+ popd
21932026-05-20T00:55:08.939Z/work/oxidecomputer/maghemite
21942026-05-20T00:55:08.939Zprocess exited: duration 430561 ms, exit code 0
 
21952026-05-20T00:55:08.950Zfound 66 output files
21962026-05-20T00:55:08.958Zuploading: /work/apply_remove_entire_group.log (9489 bytes)
21972026-05-20T00:55:09.966Zuploaded: /work/apply_remove_entire_group.log
21982026-05-20T00:55:09.971Zuploading: /work/dualstack_routes.log (84889 bytes)
21992026-05-20T00:55:10.980Zuploaded: /work/dualstack_routes.log
22002026-05-20T00:55:10.980Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2276 bytes)
22012026-05-20T00:55:11.990Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
22022026-05-20T00:55:11.990Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1396 bytes)
22032026-05-20T00:55:13.000Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
22042026-05-20T00:55:13.000Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2238 bytes)
22052026-05-20T00:55:14.011Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
22062026-05-20T00:55:14.011Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2055 bytes)
22072026-05-20T00:55:15.020Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
22082026-05-20T00:55:15.020Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2387 bytes)
22092026-05-20T00:55:16.031Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
22102026-05-20T00:55:16.031Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2243 bytes)
22112026-05-20T00:55:17.040Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
22122026-05-20T00:55:17.040Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2419 bytes)
22132026-05-20T00:55:18.048Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22142026-05-20T00:55:18.048Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2272 bytes)
22152026-05-20T00:55:19.059Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22162026-05-20T00:55:19.059Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2235 bytes)
22172026-05-20T00:55:20.145Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22182026-05-20T00:55:20.145Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2328 bytes)
22192026-05-20T00:55:21.164Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22202026-05-20T00:55:21.164Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2355 bytes)
22212026-05-20T00:55:22.176Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22222026-05-20T00:55:22.176Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2457 bytes)
22232026-05-20T00:55:23.184Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22242026-05-20T00:55:23.184Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3535 bytes)
22252026-05-20T00:55:24.195Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22262026-05-20T00:55:24.195Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3464 bytes)
22272026-05-20T00:55:25.205Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22282026-05-20T00:55:25.205Zuploading: /work/multiple_unnumbered.log (105998 bytes)
22292026-05-20T00:55:26.217Zuploaded: /work/multiple_unnumbered.log
22302026-05-20T00:55:26.217Zuploading: /work/ndp_change_reset.log (70235 bytes)
22312026-05-20T00:55:27.230Zuploaded: /work/ndp_change_reset.log
22322026-05-20T00:55:27.230Zuploading: /work/ndp_changes.log (88304 bytes)
22332026-05-20T00:55:28.243Zuploaded: /work/ndp_changes.log
22342026-05-20T00:55:28.243Zuploading: /work/r1.test_basic_peering_active.log (40459 bytes)
22352026-05-20T00:55:29.253Zuploaded: /work/r1.test_basic_peering_active.log
22362026-05-20T00:55:29.253Zuploading: /work/r1.test_basic_peering_active_tcp.log (49136 bytes)
22372026-05-20T00:55:30.264Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22382026-05-20T00:55:30.264Zuploading: /work/r1.test_basic_peering_passive.log (33820 bytes)
22392026-05-20T00:55:31.274Zuploaded: /work/r1.test_basic_peering_passive.log
22402026-05-20T00:55:31.275Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39687 bytes)
22412026-05-20T00:55:32.288Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22422026-05-20T00:55:32.288Zuploading: /work/r1.test_basic_update.log (28427 bytes)
22432026-05-20T00:55:33.298Zuploaded: /work/r1.test_basic_update.log
22442026-05-20T00:55:33.298Zuploading: /work/r1.test_basic_update_ipv6.log (28518 bytes)
22452026-05-20T00:55:34.311Zuploaded: /work/r1.test_basic_update_ipv6.log
22462026-05-20T00:55:34.312Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (31205 bytes)
22472026-05-20T00:55:35.324Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22482026-05-20T00:55:35.324Zuploading: /work/r1.test_basic_update_tcp.log (31447 bytes)
22492026-05-20T00:55:36.343Zuploaded: /work/r1.test_basic_update_tcp.log
22502026-05-20T00:55:36.344Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (59110 bytes)
22512026-05-20T00:55:37.357Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22522026-05-20T00:55:37.357Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (42831 bytes)
22532026-05-20T00:55:38.369Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22542026-05-20T00:55:38.369Zuploading: /work/r1.test_import_export_policy_filtering.log (40198 bytes)
22552026-05-20T00:55:39.386Zuploaded: /work/r1.test_import_export_policy_filtering.log
22562026-05-20T00:55:39.386Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35933 bytes)
22572026-05-20T00:55:40.396Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22582026-05-20T00:55:40.396Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40461 bytes)
22592026-05-20T00:55:41.407Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22602026-05-20T00:55:41.407Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49031 bytes)
22612026-05-20T00:55:42.417Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22622026-05-20T00:55:42.417Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33763 bytes)
22632026-05-20T00:55:43.428Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22642026-05-20T00:55:43.428Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39614 bytes)
22652026-05-20T00:55:44.439Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22662026-05-20T00:55:44.439Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36993 bytes)
22672026-05-20T00:55:45.449Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22682026-05-20T00:55:45.450Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22692026-05-20T00:55:46.460Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22702026-05-20T00:55:46.460Zuploading: /work/r1.test_three_router_chain_tcp.log (26099 bytes)
22712026-05-20T00:55:47.470Zuploaded: /work/r1.test_three_router_chain_tcp.log
22722026-05-20T00:55:47.470Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (25925 bytes)
22732026-05-20T00:55:48.480Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22742026-05-20T00:55:48.481Zuploading: /work/r2.test_basic_peering_active.log (38965 bytes)
22752026-05-20T00:55:49.491Zuploaded: /work/r2.test_basic_peering_active.log
22762026-05-20T00:55:49.491Zuploading: /work/r2.test_basic_peering_active_tcp.log (47847 bytes)
22772026-05-20T00:55:50.501Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22782026-05-20T00:55:50.501Zuploading: /work/r2.test_basic_peering_passive.log (41465 bytes)
22792026-05-20T00:55:51.511Zuploaded: /work/r2.test_basic_peering_passive.log
22802026-05-20T00:55:51.511Zuploading: /work/r2.test_basic_peering_passive_tcp.log (45943 bytes)
22812026-05-20T00:55:52.521Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22822026-05-20T00:55:52.521Zuploading: /work/r2.test_basic_update.log (26560 bytes)
22832026-05-20T00:55:53.530Zuploaded: /work/r2.test_basic_update.log
22842026-05-20T00:55:53.530Zuploading: /work/r2.test_basic_update_ipv6.log (29510 bytes)
22852026-05-20T00:55:54.540Zuploaded: /work/r2.test_basic_update_ipv6.log
22862026-05-20T00:55:54.540Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (36158 bytes)
22872026-05-20T00:55:55.550Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22882026-05-20T00:55:55.551Zuploading: /work/r2.test_basic_update_tcp.log (35190 bytes)
22892026-05-20T00:55:56.560Zuploaded: /work/r2.test_basic_update_tcp.log
22902026-05-20T00:55:56.561Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (64233 bytes)
22912026-05-20T00:55:57.571Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22922026-05-20T00:55:57.571Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43819 bytes)
22932026-05-20T00:55:58.581Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22942026-05-20T00:55:58.581Zuploading: /work/r2.test_import_export_policy_filtering.log (36562 bytes)
22952026-05-20T00:55:59.592Zuploaded: /work/r2.test_import_export_policy_filtering.log
22962026-05-20T00:55:59.592Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38293 bytes)
22972026-05-20T00:56:00.606Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22982026-05-20T00:56:00.606Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39042 bytes)
22992026-05-20T00:56:01.622Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
23002026-05-20T00:56:01.622Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47726 bytes)
23012026-05-20T00:56:02.637Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
23022026-05-20T00:56:02.637Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41230 bytes)
23032026-05-20T00:56:03.648Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
23042026-05-20T00:56:03.648Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46664 bytes)
23052026-05-20T00:56:04.659Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
23062026-05-20T00:56:04.659Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38170 bytes)
23072026-05-20T00:56:05.670Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
23082026-05-20T00:56:05.670Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28071 bytes)
23092026-05-20T00:56:06.682Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
23102026-05-20T00:56:06.682Zuploading: /work/r2.test_three_router_chain_tcp.log (45224 bytes)
23112026-05-20T00:56:07.693Zuploaded: /work/r2.test_three_router_chain_tcp.log
23122026-05-20T00:56:07.693Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (46972 bytes)
23132026-05-20T00:56:08.703Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23142026-05-20T00:56:08.703Zuploading: /work/r3.test_three_router_chain_tcp.log (21367 bytes)
23152026-05-20T00:56:09.713Zuploaded: /work/r3.test_three_router_chain_tcp.log
23162026-05-20T00:56:09.713Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22660 bytes)
23172026-05-20T00:56:10.723Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23182026-05-20T00:56:10.723Zuploading: /work/same_linklocal.log (152427 bytes)
23192026-05-20T00:56:11.735Zuploaded: /work/same_linklocal.log
23202026-05-20T00:56:11.735Zuploading: /work/three_chain.log (146355 bytes)
23212026-05-20T00:56:12.750Zuploaded: /work/three_chain.log
23222026-05-20T00:56:12.750Zuploading: /work/unnumbered_expiry.log (88304 bytes)
23232026-05-20T00:56:13.786Zuploaded: /work/unnumbered_expiry.log
23242026-05-20T00:56:13.790Zuploading: /work/unnumbered_interface_lifecycle.log (127662 bytes)
23252026-05-20T00:56:14.820Zuploaded: /work/unnumbered_interface_lifecycle.log
23262026-05-20T00:56:14.820Zuploading: /work/unnumbered_peer_change.log (78514 bytes)
23272026-05-20T00:56:15.841Zuploaded: /work/unnumbered_peer_change.log