01M1BJ35RKW8XS7J5RFVVH0DDY: test-rdb

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

Buildomat Job: 01M1BJ420B9W5ZMKK5VAVGXBTB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T09:25:12.659Zjob assigned to worker 01M1BJ4KV46N8N51C14ECVEWC4 [factory aws, i-04487cec2069adfd5] (queued for 1 m 9 s)
 
22026-08-31T09:25:19.107Zstarting task 0: "setup"
32026-08-31T09:25:19.111Z++ uname -s
42026-08-31T09:25:19.116Z+ kern=SunOS
52026-08-31T09:25:19.116Z+ build_user=build
62026-08-31T09:25:19.116Z+ build_uid=12345
72026-08-31T09:25:19.116Z+ work_dir=/work
82026-08-31T09:25:19.116Z+ input_dir=/input
92026-08-31T09:25:19.116Z+ [[ 0 == 12345 ]]
102026-08-31T09:25:19.116Z+ case "$kern" in
112026-08-31T09:25:19.116Z+ groupadd -g 12345 build
122026-08-31T09:25:19.116Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T09:25:21.119Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T09:25:21.210Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T09:25:21.213Z+ home_fs=zfs
162026-08-31T09:25:21.213Z+ [[ zfs == autofs ]]
172026-08-31T09:25:21.213Z+ mkdir -p /home/build
182026-08-31T09:25:21.213Z+ chown build:build /home/build /work
192026-08-31T09:25:23.215Z+ chmod 0700 /home/build /work
202026-08-31T09:25:23.218Zprocess exited: duration 4110 ms, exit code 0
 
212026-08-31T09:25:23.224Zstarting task 1: "rust-toolchain"
222026-08-31T09:25:23.228Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-08-31T09:25:23.228Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T09:25:23.228Z * rust toolchain channel = "stable"
252026-08-31T09:25:23.228Z * rust toolchain profile = "default"
262026-08-31T09:25:23.228Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-31T09:25:23.228Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T09:25:23.231Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T09:25:23.231Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-08-31T09:25:23.335Zinfo: downloading installer
312026-08-31T09:25:24.743Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T09:25:24.743Zwarn: /home/build/.rustup/settings.toml
332026-08-31T09:25:24.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T09:25:24.743Zwarn: instead of the one inferred from the default host triple.
352026-08-31T09:25:24.755Zinfo: profile set to default
362026-08-31T09:25:24.755Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T09:25:24.758Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
382026-08-31T09:25:24.890Zinfo: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18)
392026-08-31T09:25:24.893Zinfo: downloading 6 components
402026-08-31T09:25:39.360Zinfo: default toolchain set to stable-x86_64-unknown-illumos
412026-08-31T09:25:39.360Z
422026-08-31T09:25:39.394Z stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18)
432026-08-31T09:25:39.394Z
442026-08-31T09:25:39.394Z
452026-08-31T09:25:39.394ZRust is installed now. Great!
462026-08-31T09:25:39.394Z
472026-08-31T09:25:39.398ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T09:25:39.398Zenvironment variable. This has not been done automatically.
492026-08-31T09:25:39.398Z
502026-08-31T09:25:39.398ZTo configure your current shell, you need to source
512026-08-31T09:25:39.398Zthe corresponding env file under $HOME/.cargo.
522026-08-31T09:25:39.398Z
532026-08-31T09:25:39.398ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T09:25:39.399Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T09:25:39.399Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T09:25:39.400Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T09:25:39.400Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T09:25:39.400Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T09:25:39.400Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T09:25:39.400Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T09:25:39.400Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T09:25:39.496Z+ rustup --version
632026-08-31T09:25:39.505Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T09:25:39.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T09:25:39.526Zinfo: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)`
662026-08-31T09:25:39.529Z+ cargo --version
672026-08-31T09:25:39.542Zcargo 1.98.0 (797e8a9bc 2026-08-05)
682026-08-31T09:25:39.547Z+ rustc --version
692026-08-31T09:25:39.564Zrustc 1.98.0 (88d9e12ae 2026-08-18)
702026-08-31T09:25:39.567Zprocess exited: duration 16341 ms, exit code 0
 
712026-08-31T09:25:39.575Zstarting task 2: "authentication"
722026-08-31T09:25:39.612Zprocess exited: duration 37 ms, exit code 0
 
732026-08-31T09:25:39.618Zstarting task 3: "clone repository"
742026-08-31T09:25:39.621Z+ mkdir -p /work/oxidecomputer/maghemite
752026-08-31T09:25:39.625Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
762026-08-31T09:25:39.654ZCloning into '/work/oxidecomputer/maghemite'...
772026-08-31T09:25:41.127Z+ cd /work/oxidecomputer/maghemite
782026-08-31T09:25:41.127Z+ git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7
792026-08-31T09:25:41.417ZFrom https://github.com/oxidecomputer/maghemite
802026-08-31T09:25:41.417Z * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD
812026-08-31T09:25:41.423Z+ [[ -n zl/ddm-mcast ]]
822026-08-31T09:25:41.427Z++ git branch --show-current
832026-08-31T09:25:41.427Z+ current=main
842026-08-31T09:25:41.427Z+ [[ main != zl/ddm-mcast ]]
852026-08-31T09:25:41.427Z+ git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7
862026-08-31T09:25:41.431Z+ git checkout -f zl/ddm-mcast
872026-08-31T09:25:41.451ZSwitched to branch 'zl/ddm-mcast'
882026-08-31T09:25:41.454Z+ git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7
892026-08-31T09:25:41.461ZHEAD is now at 36e4365 [merge] merge zl/mrib
902026-08-31T09:25:41.464Zprocess exited: duration 1843 ms, exit code 0
 
912026-08-31T09:25:41.471Zstarting task 4: "build"
922026-08-31T09:25:41.474Z+ set -e
932026-08-31T09:25:41.474Z+ source .github/buildomat/test-common.sh
942026-08-31T09:25:41.474Z++ NEXTEST_VERSION=0.9.97
952026-08-31T09:25:41.474Z++ PLATFORM=illumos
962026-08-31T09:25:41.474Z++ source .github/buildomat/common.sh
972026-08-31T09:25:41.474Z+++ export PKG_SUCCESS_ON_NOP=1
982026-08-31T09:25:41.474Z+++ PKG_SUCCESS_ON_NOP=1
992026-08-31T09:25:41.474Z+++ cargo --version
1002026-08-31T09:25:41.480Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
1012026-08-31T09:25:41.630Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-31T09:25:41.633Zinfo: downloading 6 components
1032026-08-31T09:25:55.563Zcargo 1.97.1 (c980f4866 2026-06-30)
1042026-08-31T09:25:55.571Z+++ rustc --version
1052026-08-31T09:25:55.587Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1062026-08-31T09:25:55.591Z++ banner install
1072026-08-31T09:25:55.594Z
1082026-08-31T09:25:55.594Z # # # #### ##### ## # #
1092026-08-31T09:25:55.594Z # ## # # # # # # #
1102026-08-31T09:25:55.594Z # # # # #### # # # # #
1112026-08-31T09:25:55.594Z # # # # # # ###### # #
1122026-08-31T09:25:55.594Z # # ## # # # # # # #
1132026-08-31T09:25:55.595Z # # # #### # # # ###### ######
1142026-08-31T09:25:55.595Z
1152026-08-31T09:25:55.595Z++ pfexec pkg install clang-15
1162026-08-31T09:25:57.995Z Startup: Refreshing catalog 'helios' ... Done
1172026-08-31T09:25:58.411Z Startup: Caching catalogs ... Done
1182026-08-31T09:26:00.667ZPlanning: Solver setup ... Done
1192026-08-31T09:26:00.731ZPlanning: Running solver ... Done
1202026-08-31T09:26:00.778ZPlanning: Consolidating action changes ... Done
1212026-08-31T09:26:00.781ZPlanning: Evaluating mediators ... Done
1222026-08-31T09:26:00.781ZPlanning: Planning completed in 2.33 seconds
1232026-08-31T09:26:00.861ZNo updates necessary for this image.
1242026-08-31T09:26:01.089Z++ cargo install cargo-nextest --version 0.9.97
1252026-08-31T09:26:01.133Z Updating crates.io index
1262026-08-31T09:26:01.233Z Downloading crates ...
1272026-08-31T09:26:01.279Z Downloaded cargo-nextest v0.9.97
1282026-08-31T09:26:01.337Z Installing cargo-nextest v0.9.97
1292026-08-31T09:26:01.341Zwarning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file
1302026-08-31T09:26:01.341Z |
1312026-08-31T09:26:01.341Z = help: use `cargo +stable install` if you meant to use the stable toolchain
1322026-08-31T09:26:01.341Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
1332026-08-31T09:26:01.379Z Updating crates.io index
1342026-08-31T09:26:03.333Z Locking 398 packages to latest compatible versions
1352026-08-31T09:26:03.339Z Adding dialoguer v0.11.0 (available: v0.12.0)
1362026-08-31T09:26:03.343Z Adding duct v0.13.7 (available: v1.1.1)
1372026-08-31T09:26:03.343Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1382026-08-31T09:26:03.343Z Adding generic-array v0.14.7 (available: v0.14.9)
1392026-08-31T09:26:03.343Z Adding guppy v0.17.26 (available: v0.18.0)
1402026-08-31T09:26:03.343Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1412026-08-31T09:26:03.343Z Adding itertools v0.14.0 (available: v0.15.0)
1422026-08-31T09:26:03.346Z Adding nextest-filtering v0.15.0 (available: v0.22.0)
1432026-08-31T09:26:03.346Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1442026-08-31T09:26:03.346Z Adding nextest-runner v0.80.0 (available: v0.122.1)
1452026-08-31T09:26:03.350Z Adding quick-junit v0.5.2 (available: v0.7.0)
1462026-08-31T09:26:03.373Z Downloading crates ...
1472026-08-31T09:26:03.385Z Downloaded addr2line v0.25.1
1482026-08-31T09:26:03.398Z Downloaded cargo-platform v0.3.3
1492026-08-31T09:26:03.402Z Downloaded adler2 v2.0.1
1502026-08-31T09:26:03.406Z Downloaded block-buffer v0.10.4
1512026-08-31T09:26:03.406Z Downloaded cargo_metadata v0.23.1
1522026-08-31T09:26:03.412Z Downloaded anstream v1.0.0
1532026-08-31T09:26:03.417Z Downloaded backtrace-ext v0.2.1
1542026-08-31T09:26:03.417Z Downloaded backtrace v0.3.76
1552026-08-31T09:26:03.424Z Downloaded camino-tempfile v1.4.1
1562026-08-31T09:26:03.424Z Downloaded anstyle v1.0.14
1572026-08-31T09:26:03.424Z Downloaded camino v1.2.5
1582026-08-31T09:26:03.428Z Downloaded atomicwrites v0.4.4
1592026-08-31T09:26:03.428Z Downloaded clap v4.6.6
1602026-08-31T09:26:03.433Z Downloaded derive_more v2.1.1
1612026-08-31T09:26:03.436Z Downloaded anstyle-query v1.1.5
1622026-08-31T09:26:03.436Z Downloaded base64ct v1.8.3
1632026-08-31T09:26:03.439Z Downloaded cargo-platform v0.2.0
1642026-08-31T09:26:03.439Z Downloaded crypto-common v0.1.7
1652026-08-31T09:26:03.439Z Downloaded cpufeatures v0.2.17
1662026-08-31T09:26:03.442Z Downloaded swrite v0.1.0
1672026-08-31T09:26:03.450Z Downloaded cfg-if v1.0.4
1682026-08-31T09:26:03.454Z Downloaded cfg_aliases v0.2.2
1692026-08-31T09:26:03.454Z Downloaded cpufeatures v0.3.1
1702026-08-31T09:26:03.454Z Downloaded guppy-workspace-hack v0.1.0
1712026-08-31T09:26:03.454Z Downloaded atomic-waker v1.1.2
1722026-08-31T09:26:03.454Z Downloaded serde_spanned v0.6.9
1732026-08-31T09:26:03.457Z Downloaded clap_lex v1.1.0
1742026-08-31T09:26:03.458Z Downloaded async-scoped v0.9.0
1752026-08-31T09:26:03.461Z Downloaded futures-task v0.3.34
1762026-08-31T09:26:03.461Z Downloaded rand_pcg v0.10.2
1772026-08-31T09:26:03.464Z Downloaded serde_derive v1.0.229
1782026-08-31T09:26:03.468Z Downloaded pkcs8 v0.10.2
1792026-08-31T09:26:03.471Z Downloaded colorchoice v1.0.5
1802026-08-31T09:26:03.474Z Downloaded serde-value v0.7.0
1812026-08-31T09:26:03.474Z Downloaded foreign-types-shared v0.1.1
1822026-08-31T09:26:03.478Z Downloaded color-spantrace v0.3.0
1832026-08-31T09:26:03.478Z Downloaded equivalent v1.0.2
1842026-08-31T09:26:03.482Z Downloaded serde_ignored v0.1.14
1852026-08-31T09:26:03.482Z Downloaded document-features v0.2.12
1862026-08-31T09:26:03.482Z Downloaded enable-ansi-support v0.2.1
1872026-08-31T09:26:03.485Z Downloaded futures-macro v0.3.34
1882026-08-31T09:26:03.489Z Downloaded fnv v1.0.7
1892026-08-31T09:26:03.493Z Downloaded signature v2.2.0
1902026-08-31T09:26:03.494Z Downloaded debug-ignore v1.0.5
1912026-08-31T09:26:03.498Z Downloaded futures-io v0.3.34
1922026-08-31T09:26:03.498Z Downloaded futures-sink v0.3.34
1932026-08-31T09:26:03.498Z Downloaded rustc-hash v2.1.3
1942026-08-31T09:26:03.498Z Downloaded supports-color v3.0.2
1952026-08-31T09:26:03.503Z Downloaded supports-unicode v3.0.0
1962026-08-31T09:26:03.503Z Downloaded tinyvec_macros v0.1.1
1972026-08-31T09:26:03.503Z Downloaded foreign-types v0.3.2
1982026-08-31T09:26:03.503Z Downloaded generic-array v0.14.7
1992026-08-31T09:26:03.503Z Downloaded curve25519-dalek-derive v0.1.1
2002026-08-31T09:26:03.508Z Downloaded subtle v2.6.1
2012026-08-31T09:26:03.508Z Downloaded shared_child v1.1.1
2022026-08-31T09:26:03.508Z Downloaded thread_local v1.1.10
2032026-08-31T09:26:03.508Z Downloaded strsim v0.11.1
2042026-08-31T09:26:03.508Z Downloaded serde_spanned v1.1.1
2052026-08-31T09:26:03.508Z Downloaded tokio-macros v2.7.2
2062026-08-31T09:26:03.515Z Downloaded openssl-macros v0.1.1
2072026-08-31T09:26:03.515Z Downloaded openssl-probe v0.2.1
2082026-08-31T09:26:03.515Z Downloaded toml_write v0.1.2
2092026-08-31T09:26:03.521Z Downloaded sigchld v0.2.4
2102026-08-31T09:26:03.521Z Downloaded signal-hook-mio v0.2.5
2112026-08-31T09:26:03.521Z Downloaded terminal_size v0.4.4
2122026-08-31T09:26:03.521Z Downloaded futures-core v0.3.34
2132026-08-31T09:26:03.521Z Downloaded cargo_metadata v0.20.0
2142026-08-31T09:26:03.521Z Downloaded dialoguer v0.11.0
2152026-08-31T09:26:03.529Z Downloaded heck v0.5.0
2162026-08-31T09:26:03.529Z Downloaded quote v1.0.47
2172026-08-31T09:26:03.529Z Downloaded tokio-native-tls v0.3.1
2182026-08-31T09:26:03.529Z Downloaded autocfg v1.5.1
2192026-08-31T09:26:03.529Z Downloaded target-lexicon v0.13.5
2202026-08-31T09:26:03.532Z Downloaded try-lock v0.2.5
2212026-08-31T09:26:03.532Z Downloaded pkg-config v0.3.34
2222026-08-31T09:26:03.532Z Downloaded serde_path_to_error v0.1.20
2232026-08-31T09:26:03.532Z Downloaded unicode-linebreak v0.1.5
2242026-08-31T09:26:03.536Z Downloaded want v0.3.1
2252026-08-31T09:26:03.539Z Downloaded hyper-tls v0.6.0
2262026-08-31T09:26:03.542Z Downloaded lru-slab v0.1.2
2272026-08-31T09:26:03.545Z Downloaded ed25519 v2.2.3
2282026-08-31T09:26:03.546Z Downloaded serde_urlencoded v0.7.1
2292026-08-31T09:26:03.549Z Downloaded supports-hyperlinks v3.2.0
2302026-08-31T09:26:03.549Z Downloaded cargo-util-schemas v0.2.0
2312026-08-31T09:26:03.549Z Downloaded strip-ansi-escapes v0.2.1
2322026-08-31T09:26:03.552Z Downloaded form_urlencoded v1.2.2
2332026-08-31T09:26:03.552Z Downloaded erased-serde v0.4.10
2342026-08-31T09:26:03.556Z Downloaded duct v0.13.7
2352026-08-31T09:26:03.556Z Downloaded sync_wrapper v1.0.2
2362026-08-31T09:26:03.560Z Downloaded shell-words v1.1.1
2372026-08-31T09:26:03.560Z Downloaded future-queue v0.4.0
2382026-08-31T09:26:03.560Z Downloaded rustc_version v0.4.1
2392026-08-31T09:26:03.566Z Downloaded find-msvc-tools v0.1.11
2402026-08-31T09:26:03.566Z Downloaded rand_core v0.10.1
2412026-08-31T09:26:03.566Z Downloaded scopeguard v1.2.0
2422026-08-31T09:26:03.570Z Downloaded serde-untagged v0.1.9
2432026-08-31T09:26:03.571Z Downloaded self-replace v1.5.0
2442026-08-31T09:26:03.571Z Downloaded either v1.18.0
2452026-08-31T09:26:03.571Z Downloaded errno v0.3.14
2462026-08-31T09:26:03.571Z Downloaded fastrand v2.5.0
2472026-08-31T09:26:03.571Z Downloaded futures-executor v0.3.34
2482026-08-31T09:26:03.575Z Downloaded filetime v0.2.29
2492026-08-31T09:26:03.578Z Downloaded pin-project-internal v1.1.13
2502026-08-31T09:26:03.578Z Downloaded ppv-lite86 v0.2.21
2512026-08-31T09:26:03.585Z Downloaded rand_chacha v0.9.0
2522026-08-31T09:26:03.585Z Downloaded rand_core v0.9.5
2532026-08-31T09:26:03.585Z Downloaded shlex v2.0.1
2542026-08-31T09:26:03.585Z Downloaded signal-hook-registry v1.4.8
2552026-08-31T09:26:03.585Z Downloaded slab v0.4.12
2562026-08-31T09:26:03.591Z Downloaded chacha20 v0.10.2
2572026-08-31T09:26:03.591Z Downloaded smol_str v0.3.6
2582026-08-31T09:26:03.591Z Downloaded fixedbitset v0.5.7
2592026-08-31T09:26:03.591Z Downloaded thiserror-impl v2.0.20
2602026-08-31T09:26:03.591Z Downloaded console v0.15.11
2612026-08-31T09:26:03.591Z Downloaded convert_case v0.10.0
2622026-08-31T09:26:03.591Z Downloaded rand_core v0.6.4
2632026-08-31T09:26:03.595Z Downloaded thiserror v1.0.69
2642026-08-31T09:26:03.595Z Downloaded clap_derive v4.6.4
2652026-08-31T09:26:03.595Z Downloaded target-spec-miette v0.4.8
2662026-08-31T09:26:03.600Z Downloaded tower-service v0.3.3
2672026-08-31T09:26:03.600Z Downloaded unicode-xid v0.2.6
2682026-08-31T09:26:03.600Z Downloaded thiserror v2.0.20
2692026-08-31T09:26:03.603Z Downloaded tower-layer v0.3.3
2702026-08-31T09:26:03.603Z Downloaded anstyle-parse v1.0.0
2712026-08-31T09:26:03.603Z Downloaded idna_adapter v1.0.0
2722026-08-31T09:26:03.603Z Downloaded xattr v1.6.1
2732026-08-31T09:26:03.603Z Downloaded xxhash-rust v0.8.18
2742026-08-31T09:26:03.610Z Downloaded humantime v2.4.0
2752026-08-31T09:26:03.610Z Downloaded hyper-rustls v0.27.9
2762026-08-31T09:26:03.610Z Downloaded semver v1.0.28
2772026-08-31T09:26:03.616Z Downloaded home v0.5.12
2782026-08-31T09:26:03.616Z Downloaded http-body v1.1.0
2792026-08-31T09:26:03.616Z Downloaded nested v0.1.1
2802026-08-31T09:26:03.621Z Downloaded itoa v1.0.18
2812026-08-31T09:26:03.621Z Downloaded typeid v1.0.3
2822026-08-31T09:26:03.621Z Downloaded mukti-metadata v0.3.0
2832026-08-31T09:26:03.621Z Downloaded nextest-workspace-hack v0.1.0
2842026-08-31T09:26:03.621Z Downloaded pathdiff v0.2.3
2852026-08-31T09:26:03.621Z Downloaded ipnet v2.12.1
2862026-08-31T09:26:03.621Z Downloaded toml_datetime v0.6.11
2872026-08-31T09:26:03.625Z Downloaded cfg-expr v0.20.9
2882026-08-31T09:26:03.625Z Downloaded eyre v0.6.14
2892026-08-31T09:26:03.628Z Downloaded spki v0.7.3
2902026-08-31T09:26:03.628Z Downloaded thiserror-impl v1.0.69
2912026-08-31T09:26:03.628Z Downloaded futures-channel v0.3.34
2922026-08-31T09:26:03.628Z Downloaded quinn-udp v0.5.15
2932026-08-31T09:26:03.631Z Downloaded crc32fast v1.5.1
2942026-08-31T09:26:03.631Z Downloaded foldhash v0.1.5
2952026-08-31T09:26:03.631Z Downloaded const-oid v0.9.6
2962026-08-31T09:26:03.644Z Downloaded version_check v0.9.5
2972026-08-31T09:26:03.648Z Downloaded parking_lot v0.12.5
2982026-08-31T09:26:03.651Z Downloaded ordered-float v2.10.1
2992026-08-31T09:26:03.655Z Downloaded bitflags v2.13.1
3002026-08-31T09:26:03.658Z Downloaded config v0.15.25
3012026-08-31T09:26:03.661Z Downloaded os_pipe v1.2.3
3022026-08-31T09:26:03.661Z Downloaded utf8_iter v1.0.4
3032026-08-31T09:26:03.665Z Downloaded indenter v0.3.4
3042026-08-31T09:26:03.668Z Downloaded self_update v0.42.0
3052026-08-31T09:26:03.676Z Downloaded rustc-demangle v0.1.28
3062026-08-31T09:26:03.676Z Downloaded smallvec v1.15.2
3072026-08-31T09:26:03.676Z Downloaded toml v0.8.23
3082026-08-31T09:26:03.684Z Downloaded is_terminal_polyfill v1.70.2
3092026-08-31T09:26:03.684Z Downloaded nextest-metadata v0.12.2
3102026-08-31T09:26:03.684Z Downloaded quick-junit v0.5.2
3112026-08-31T09:26:03.684Z Downloaded zstd-safe v7.2.4
3122026-08-31T09:26:03.684Z Downloaded sha2 v0.10.9
3132026-08-31T09:26:03.684Z Downloaded simd-adler32 v0.3.10
3142026-08-31T09:26:03.684Z Downloaded tracing-error v0.2.1
3152026-08-31T09:26:03.684Z Downloaded socket2 v0.6.5
3162026-08-31T09:26:03.684Z Downloaded newtype-uuid v1.4.0
3172026-08-31T09:26:03.687Z Downloaded jobserver v0.1.35
3182026-08-31T09:26:03.687Z Downloaded untrusted v0.9.0
3192026-08-31T09:26:03.687Z Downloaded utf8parse v0.2.2
3202026-08-31T09:26:03.687Z Downloaded hex v0.4.3
3212026-08-31T09:26:03.690Z Downloaded number_prefix v0.4.0
3222026-08-31T09:26:03.694Z Downloaded getrandom v0.2.17
3232026-08-31T09:26:03.694Z Downloaded urlencoding v2.1.3
3242026-08-31T09:26:03.697Z Downloaded indent_write v2.2.0
3252026-08-31T09:26:03.700Z Downloaded digest v0.10.7
3262026-08-31T09:26:03.700Z Downloaded globset v0.4.20
3272026-08-31T09:26:03.704Z Downloaded unicase v2.9.0
3282026-08-31T09:26:03.704Z Downloaded zmij v1.0.23
3292026-08-31T09:26:03.704Z Downloaded getrandom v0.4.3
3302026-08-31T09:26:03.707Z Downloaded derive-where v1.6.1
3312026-08-31T09:26:03.707Z Downloaded futures v0.3.34
3322026-08-31T09:26:03.710Z Downloaded pin-project v1.1.13
3332026-08-31T09:26:03.715Z Downloaded parking_lot_core v0.9.12
3342026-08-31T09:26:03.718Z Downloaded lazy_static v1.5.0
3352026-08-31T09:26:03.718Z Downloaded percent-encoding v2.3.2
3362026-08-31T09:26:03.718Z Downloaded is_ci v1.2.0
3372026-08-31T09:26:03.718Z Downloaded humantime-serde v1.1.1
3382026-08-31T09:26:03.718Z Downloaded ahash v0.8.12
3392026-08-31T09:26:03.722Z Downloaded miette-derive v7.6.0
3402026-08-31T09:26:03.722Z Downloaded base64 v0.22.1
3412026-08-31T09:26:03.722Z Downloaded rustls-pki-types v1.15.1
3422026-08-31T09:26:03.725Z Downloaded toml_parser v1.1.3+spec-1.1.0
3432026-08-31T09:26:03.725Z Downloaded http-body-util v0.1.5
3442026-08-31T09:26:03.731Z Downloaded tokio-stream v0.1.19
3452026-08-31T09:26:03.734Z Downloaded tracing-core v0.1.36
3462026-08-31T09:26:03.735Z Downloaded unicode-ident v1.0.24
3472026-08-31T09:26:03.738Z Downloaded once_cell v1.21.4
3482026-08-31T09:26:03.741Z Downloaded target-spec v3.7.0
3492026-08-31T09:26:03.741Z Downloaded tokio-rustls v0.26.4
3502026-08-31T09:26:03.741Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3512026-08-31T09:26:03.741Z Downloaded zeroize v1.9.0
3522026-08-31T09:26:03.744Z Downloaded bytes v1.12.1
3532026-08-31T09:26:03.744Z Downloaded openssl-sys v0.9.117
3542026-08-31T09:26:03.748Z Downloaded zstd v0.13.3
3552026-08-31T09:26:03.748Z Downloaded tinyvec v1.12.0
3562026-08-31T09:26:03.753Z Downloaded serde_core v1.0.229
3572026-08-31T09:26:03.753Z Downloaded proc-macro2 v1.0.107
3582026-08-31T09:26:03.753Z Downloaded flate2 v1.1.10
3592026-08-31T09:26:03.756Z Downloaded getrandom v0.3.4
3602026-08-31T09:26:03.756Z Downloaded static_assertions v1.1.0
3612026-08-31T09:26:03.756Z Downloaded tempfile v3.27.0
3622026-08-31T09:26:03.761Z Downloaded zipsign-api v0.1.5
3632026-08-31T09:26:03.766Z Downloaded borsh v1.8.1
3642026-08-31T09:26:03.769Z Downloaded toml_writer v1.1.2+spec-1.1.0
3652026-08-31T09:26:03.772Z Downloaded lock_api v0.4.14
3662026-08-31T09:26:03.772Z Downloaded owo-colors v4.4.0
3672026-08-31T09:26:03.775Z Downloaded tracing-attributes v0.1.31
3682026-08-31T09:26:03.775Z Downloaded uuid v1.26.0
3692026-08-31T09:26:03.784Z Downloaded pin-project-lite v0.2.17
3702026-08-31T09:26:03.790Z Downloaded der v0.7.10
3712026-08-31T09:26:03.796Z Downloaded native-tls v0.2.18
3722026-08-31T09:26:03.796Z Downloaded signal-hook v0.3.18
3732026-08-31T09:26:03.800Z Downloaded textwrap v0.16.2
3742026-08-31T09:26:03.800Z Downloaded miniz_oxide v0.8.9
3752026-08-31T09:26:03.800Z Downloaded miniz_oxide v0.9.1
3762026-08-31T09:26:03.801Z Downloaded cc v1.4.4
3772026-08-31T09:26:03.804Z Downloaded chrono v0.4.45
3782026-08-31T09:26:03.807Z Downloaded iana-time-zone v0.1.65
3792026-08-31T09:26:03.807Z Downloaded vte v0.14.1
3802026-08-31T09:26:03.807Z Downloaded url v2.5.8
3812026-08-31T09:26:03.811Z Downloaded httparse v1.10.1
3822026-08-31T09:26:03.811Z Downloaded ryu v1.0.23
3832026-08-31T09:26:03.815Z Downloaded derive_more-impl v2.1.1
3842026-08-31T09:26:03.818Z Downloaded ed25519-dalek v2.2.0
3852026-08-31T09:26:03.824Z Downloaded num-traits v0.2.19
3862026-08-31T09:26:03.824Z Downloaded toml v1.1.4+spec-1.1.0
3872026-08-31T09:26:03.828Z Downloaded nextest-filtering v0.15.0
3882026-08-31T09:26:03.832Z Downloaded rand v0.9.5
3892026-08-31T09:26:03.835Z Downloaded log v0.4.34
3902026-08-31T09:26:03.838Z Downloaded litrs v1.0.0
3912026-08-31T09:26:03.843Z Downloaded tracing-log v0.2.0
3922026-08-31T09:26:03.852Z Downloaded hyper-util v0.1.20
3932026-08-31T09:26:03.857Z Downloaded tar v0.4.46
3942026-08-31T09:26:03.860Z Downloaded sharded-slab v0.1.7
3952026-08-31T09:26:03.860Z Downloaded clap_builder v4.6.6
3962026-08-31T09:26:03.868Z Downloaded memchr v2.8.3
3972026-08-31T09:26:03.871Z Downloaded rand v0.10.2
3982026-08-31T09:26:03.875Z Downloaded rustls-webpki v0.103.15
3992026-08-31T09:26:03.875Z Downloaded serde v1.0.229
4002026-08-31T09:26:03.878Z Downloaded indicatif v0.17.11
4012026-08-31T09:26:03.882Z Downloaded crossterm v0.29.0
4022026-08-31T09:26:03.886Z Downloaded hashbrown v0.15.5
4032026-08-31T09:26:03.890Z Downloaded indexmap v2.14.1
4042026-08-31T09:26:03.894Z Downloaded quinn v0.11.11
4052026-08-31T09:26:03.897Z Downloaded tower v0.5.3
4062026-08-31T09:26:03.903Z Downloaded guppy v0.17.26
4072026-08-31T09:26:03.906Z Downloaded h2 v0.4.19
4082026-08-31T09:26:03.910Z Downloaded hashbrown v0.17.1
4092026-08-31T09:26:03.921Z Downloaded regex v1.13.1
4102026-08-31T09:26:03.924Z Downloaded futures-util v0.3.34
4112026-08-31T09:26:03.943Z Downloaded toml_edit v0.22.27
4122026-08-31T09:26:03.948Z Downloaded itertools v0.14.0
4132026-08-31T09:26:03.953Z Downloaded aho-corasick v1.1.5
4142026-08-31T09:26:03.964Z Downloaded winnow v1.0.4
4152026-08-31T09:26:03.971Z Downloaded winnow v0.7.15
4162026-08-31T09:26:03.976Z Downloaded http v1.5.0
4172026-08-31T09:26:03.981Z Downloaded ron v0.12.2
4182026-08-31T09:26:03.988Z Downloaded zlib-rs v0.6.7
4192026-08-31T09:26:03.998Z Downloaded unicode-segmentation v1.13.3
4202026-08-31T09:26:04.001Z Downloaded webpki-roots v1.0.9
4212026-08-31T09:26:04.010Z Downloaded curve25519-dalek v4.1.3
4222026-08-31T09:26:04.014Z Downloaded gimli v0.32.3
4232026-08-31T09:26:04.018Z Downloaded typenum v1.20.1
4242026-08-31T09:26:04.022Z Downloaded zerocopy v0.8.56
4252026-08-31T09:26:04.030Z Downloaded reqwest v0.12.28
4262026-08-31T09:26:04.069Z Downloaded miette v7.6.0
4272026-08-31T09:26:04.069Z Downloaded unicode-width v0.2.2
4282026-08-31T09:26:04.069Z Downloaded nextest-runner v0.80.0
4292026-08-31T09:26:04.069Z Downloaded unicode-normalization v0.1.25
4302026-08-31T09:26:04.069Z Downloaded bstr v1.13.1
4312026-08-31T09:26:04.069Z Downloaded pulldown-cmark v0.13.4
4322026-08-31T09:26:04.069Z Downloaded nix v0.30.1
4332026-08-31T09:26:04.069Z Downloaded mio v1.2.2
4342026-08-31T09:26:04.075Z Downloaded serde_json v1.0.151
4352026-08-31T09:26:04.075Z Downloaded tracing v0.1.44
4362026-08-31T09:26:04.080Z Downloaded tokio-util v0.7.19
4372026-08-31T09:26:04.084Z Downloaded quick-xml v0.37.5
4382026-08-31T09:26:04.087Z Downloaded color-eyre v0.6.5
4392026-08-31T09:26:04.092Z Downloaded tower-http v0.6.11
4402026-08-31T09:26:04.096Z Downloaded petgraph v0.8.3
4412026-08-31T09:26:04.109Z Downloaded idna v1.1.0
4422026-08-31T09:26:04.109Z Downloaded quick-xml v0.38.4
4432026-08-31T09:26:04.129Z Downloaded portable-atomic v1.15.0
4442026-08-31T09:26:04.145Z Downloaded hyper v1.11.1
4452026-08-31T09:26:04.173Z Downloaded tracing-subscriber v0.3.23
4462026-08-31T09:26:04.177Z Downloaded quinn-proto v0.11.17
4472026-08-31T09:26:04.202Z Downloaded vcpkg v0.2.15
4482026-08-31T09:26:04.254Z Downloaded unicode-width v0.1.14
4492026-08-31T09:26:04.257Z Downloaded rustix v0.38.44
4502026-08-31T09:26:04.269Z Downloaded syn v3.0.4
4512026-08-31T09:26:04.275Z Downloaded syn v2.0.119
4522026-08-31T09:26:04.280Z Downloaded openssl v0.10.81
4532026-08-31T09:26:04.286Z Downloaded regex-syntax v0.8.11
4542026-08-31T09:26:04.306Z Downloaded object v0.37.3
4552026-08-31T09:26:04.336Z Downloaded rustls v0.23.43
4562026-08-31T09:26:04.342Z Downloaded rustix v1.1.4
4572026-08-31T09:26:04.422Z Downloaded regex-automata v0.4.18
4582026-08-31T09:26:04.498Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4592026-08-31T09:26:04.515Z Downloaded libc v0.2.189
4602026-08-31T09:26:04.534Z Downloaded tokio v1.53.1
4612026-08-31T09:26:04.600Z Downloaded recursion v0.5.4
4622026-08-31T09:26:04.610Z Downloaded ring v0.17.14
4632026-08-31T09:26:04.672Z Compiling proc-macro2 v1.0.107
4642026-08-31T09:26:04.672Z Compiling quote v1.0.47
4652026-08-31T09:26:04.672Z Compiling libc v0.2.189
4662026-08-31T09:26:04.677Z Compiling unicode-ident v1.0.24
4672026-08-31T09:26:04.677Z Compiling serde_core v1.0.229
4682026-08-31T09:26:04.677Z Compiling cfg-if v1.0.4
4692026-08-31T09:26:04.677Z Compiling memchr v2.8.3
4702026-08-31T09:26:04.804Z Compiling once_cell v1.21.4
4712026-08-31T09:26:04.908Z Compiling log v0.4.34
4722026-08-31T09:26:04.943Z Compiling pin-project-lite v0.2.17
4732026-08-31T09:26:05.044Z Compiling serde v1.0.229
4742026-08-31T09:26:05.112Z Compiling itoa v1.0.18
4752026-08-31T09:26:05.228Z Compiling smallvec v1.15.2
4762026-08-31T09:26:05.353Z Compiling futures-core v0.3.34
4772026-08-31T09:26:05.382Z Compiling bitflags v2.13.1
4782026-08-31T09:26:05.470Z Compiling equivalent v1.0.2
4792026-08-31T09:26:05.508Z Compiling hashbrown v0.17.1
4802026-08-31T09:26:05.601Z Compiling shlex v2.0.1
4812026-08-31T09:26:05.734Z Compiling errno v0.3.14
4822026-08-31T09:26:05.755Z Compiling find-msvc-tools v0.1.11
4832026-08-31T09:26:05.775Z Compiling bytes v1.12.1
4842026-08-31T09:26:05.911Z Compiling signal-hook-registry v1.4.8
4852026-08-31T09:26:05.954Z Compiling jobserver v0.1.35
4862026-08-31T09:26:05.980Z Compiling mio v1.2.2
4872026-08-31T09:26:06.009Z Compiling futures-sink v0.3.34
4882026-08-31T09:26:06.130Z Compiling syn v3.0.4
4892026-08-31T09:26:06.143Z Compiling syn v2.0.119
4902026-08-31T09:26:06.159Z Compiling cc v1.4.4
4912026-08-31T09:26:06.302Z Compiling rustix v1.1.4
4922026-08-31T09:26:06.357Z Compiling socket2 v0.6.5
4932026-08-31T09:26:06.634Z Compiling zmij v1.0.23
4942026-08-31T09:26:06.650Z Compiling slab v0.4.12
4952026-08-31T09:26:06.847Z Compiling autocfg v1.5.1
4962026-08-31T09:26:06.956Z Compiling futures-channel v0.3.34
4972026-08-31T09:26:07.094Z Compiling indexmap v2.14.1
4982026-08-31T09:26:07.195Z Compiling tracing-core v0.1.36
4992026-08-31T09:26:07.210Z Compiling serde_json v1.0.151
5002026-08-31T09:26:07.220Z Compiling version_check v0.9.5
5012026-08-31T09:26:07.457Z Compiling getrandom v0.4.3
5022026-08-31T09:26:07.476Z Compiling futures-io v0.3.34
5032026-08-31T09:26:07.667Z Compiling futures-task v0.3.34
5042026-08-31T09:26:07.765Z Compiling percent-encoding v2.3.2
5052026-08-31T09:26:07.834Z Compiling unicode-width v0.2.2
5062026-08-31T09:26:07.916Z Compiling camino v1.2.5
5072026-08-31T09:26:08.037Z Compiling adler2 v2.0.1
5082026-08-31T09:26:08.197Z Compiling ring v0.17.14
5092026-08-31T09:26:08.227Z Compiling http v1.5.0
5102026-08-31T09:26:08.271Z Compiling zeroize v1.9.0
5112026-08-31T09:26:08.470Z Compiling num-traits v0.2.19
5122026-08-31T09:26:08.701Z Compiling getrandom v0.3.4
5132026-08-31T09:26:08.709Z Compiling object v0.37.3
5142026-08-31T09:26:08.854Z Compiling zerocopy v0.8.56
5152026-08-31T09:26:08.890Z Compiling serde_derive v1.0.229
5162026-08-31T09:26:08.980Z Compiling tokio-macros v2.7.2
5172026-08-31T09:26:09.005Z Compiling futures-macro v0.3.34
5182026-08-31T09:26:09.274Z Compiling target-lexicon v0.13.5
5192026-08-31T09:26:09.651Z Compiling tracing-attributes v0.1.31
5202026-08-31T09:26:09.749Z Compiling tokio v1.53.1
5212026-08-31T09:26:09.880Z Compiling futures-util v0.3.34
5222026-08-31T09:26:09.909Z Compiling http-body v1.1.0
5232026-08-31T09:26:10.103Z Compiling rustls-pki-types v1.15.1
5242026-08-31T09:26:10.227Z Compiling form_urlencoded v1.2.2
5252026-08-31T09:26:10.293Z Compiling semver v1.0.28
5262026-08-31T09:26:10.494Z Compiling getrandom v0.2.17
5272026-08-31T09:26:10.683Z Compiling httparse v1.10.1
5282026-08-31T09:26:10.838Z Compiling tracing v0.1.44
5292026-08-31T09:26:10.936Z Compiling guppy-workspace-hack v0.1.0
5302026-08-31T09:26:10.948Z Compiling fnv v1.0.7
5312026-08-31T09:26:11.019Z Compiling gimli v0.32.3
5322026-08-31T09:26:11.048Z Compiling utf8_iter v1.0.4
5332026-08-31T09:26:11.143Z Compiling signal-hook v0.3.18
5342026-08-31T09:26:11.181Z Compiling idna_adapter v1.0.0
5352026-08-31T09:26:11.211Z Compiling untrusted v0.9.0
5362026-08-31T09:26:11.283Z Compiling thiserror v2.0.20
5372026-08-31T09:26:11.338Z Compiling idna v1.1.0
5382026-08-31T09:26:12.475Z Compiling thiserror-impl v2.0.20
5392026-08-31T09:26:12.886Z Compiling addr2line v0.25.1
5402026-08-31T09:26:12.942Z Compiling miniz_oxide v0.8.9
5412026-08-31T09:26:13.316Z Compiling generic-array v0.14.7
5422026-08-31T09:26:13.528Z Compiling rustls v0.23.43
5432026-08-31T09:26:13.543Z Compiling target-spec v3.7.0
5442026-08-31T09:26:13.620Z Compiling atomic-waker v1.1.2
5452026-08-31T09:26:13.653Z Compiling fastrand v2.5.0
5462026-08-31T09:26:13.730Z Compiling tokio-util v0.7.19
5472026-08-31T09:26:13.741Z Compiling tower-service v0.3.3
5482026-08-31T09:26:13.808Z Compiling thiserror v1.0.69
5492026-08-31T09:26:13.835Z Compiling try-lock v0.2.5
5502026-08-31T09:26:13.953Z Compiling pkg-config v0.3.34
5512026-08-31T09:26:13.969Z Compiling typeid v1.0.3
5522026-08-31T09:26:14.106Z Compiling rustc-demangle v0.1.28
5532026-08-31T09:26:14.303Z Compiling h2 v0.4.19
5542026-08-31T09:26:14.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5552026-08-31T09:26:14.782Z Compiling backtrace v0.3.76
5562026-08-31T09:26:15.001Z Compiling want v0.3.1
5572026-08-31T09:26:15.047Z Compiling tempfile v3.27.0
5582026-08-31T09:26:15.196Z Compiling cfg-expr v0.20.9
5592026-08-31T09:26:15.207Z Compiling url v2.5.8
5602026-08-31T09:26:15.844Z Compiling thiserror-impl v1.0.69
5612026-08-31T09:26:16.128Z Compiling terminal_size v0.4.4
5622026-08-31T09:26:16.185Z Compiling aho-corasick v1.1.5
5632026-08-31T09:26:16.276Z Compiling typenum v1.20.1
5642026-08-31T09:26:16.951Z Compiling winnow v0.7.15
5652026-08-31T09:26:16.967Z Compiling subtle v2.6.1
5662026-08-31T09:26:17.127Z Compiling owo-colors v4.4.0
5672026-08-31T09:26:17.532Z Compiling regex-syntax v0.8.11
5682026-08-31T09:26:18.008Z Compiling rustls-webpki v0.103.15
5692026-08-31T09:26:18.881Z Compiling erased-serde v0.4.10
5702026-08-31T09:26:19.211Z Compiling regex-automata v0.4.18
5712026-08-31T09:26:20.566Z Compiling hyper v1.11.1
5722026-08-31T09:26:21.605Z Compiling toml_datetime v0.6.11
5732026-08-31T09:26:21.978Z Compiling serde_spanned v0.6.9
5742026-08-31T09:26:22.135Z Compiling ahash v0.8.12
5752026-08-31T09:26:22.382Z Compiling sync_wrapper v1.0.2
5762026-08-31T09:26:22.499Z Compiling nextest-workspace-hack v0.1.0
5772026-08-31T09:26:22.670Z Compiling tower-layer v0.3.3
5782026-08-31T09:26:22.705Z Compiling portable-atomic v1.15.0
5792026-08-31T09:26:22.836Z Compiling unicode-linebreak v0.1.5
5802026-08-31T09:26:23.099Z Compiling foldhash v0.1.5
5812026-08-31T09:26:23.134Z Compiling base64 v0.22.1
5822026-08-31T09:26:23.317Z Compiling lazy_static v1.5.0
5832026-08-31T09:26:23.431Z Compiling crc32fast v1.5.1
5842026-08-31T09:26:23.628Z Compiling either v1.18.0
5852026-08-31T09:26:23.714Z Compiling is_ci v1.2.0
5862026-08-31T09:26:23.853Z Compiling ipnet v2.12.1
5872026-08-31T09:26:23.873Z Compiling toml_write v0.1.2
5882026-08-31T09:26:24.141Z Compiling parking_lot_core v0.9.12
5892026-08-31T09:26:24.277Z Compiling unicode-segmentation v1.13.3
5902026-08-31T09:26:24.358Z Compiling hyper-util v0.1.20
5912026-08-31T09:26:24.405Z Compiling toml_edit v0.22.27
5922026-08-31T09:26:24.663Z Compiling convert_case v0.10.0
5932026-08-31T09:26:24.773Z Compiling supports-color v3.0.2
5942026-08-31T09:26:24.961Z Compiling sharded-slab v0.1.7
5952026-08-31T09:26:25.015Z Compiling hashbrown v0.15.5
5962026-08-31T09:26:25.070Z Compiling textwrap v0.16.2
5972026-08-31T09:26:25.591Z Compiling tower v0.5.3
5982026-08-31T09:26:25.662Z Compiling tokio-rustls v0.26.4
5992026-08-31T09:26:26.139Z Compiling backtrace-ext v0.2.1
6002026-08-31T09:26:26.390Z Compiling ordered-float v2.10.1
6012026-08-31T09:26:26.407Z Compiling webpki-roots v1.0.9
6022026-08-31T09:26:26.513Z Compiling miette-derive v7.6.0
6032026-08-31T09:26:26.561Z Compiling pathdiff v0.2.3
6042026-08-31T09:26:26.662Z Compiling console v0.15.11
6052026-08-31T09:26:26.682Z Compiling tracing-log v0.2.0
6062026-08-31T09:26:26.959Z Compiling cargo-platform v0.3.3
6072026-08-31T09:26:27.025Z Compiling os_pipe v1.2.3
6082026-08-31T09:26:27.193Z Compiling thread_local v1.1.10
6092026-08-31T09:26:27.530Z Compiling zstd-safe v7.2.4
6102026-08-31T09:26:27.597Z Compiling fixedbitset v0.5.7
6112026-08-31T09:26:27.766Z Compiling supports-unicode v3.0.0
6122026-08-31T09:26:27.862Z Compiling supports-hyperlinks v3.2.0
6132026-08-31T09:26:27.947Z Compiling winnow v1.0.4
6142026-08-31T09:26:27.960Z Compiling scopeguard v1.2.0
6152026-08-31T09:26:28.065Z Compiling cfg_aliases v0.2.2
6162026-08-31T09:26:28.086Z Compiling simd-adler32 v0.3.10
6172026-08-31T09:26:28.108Z Compiling utf8parse v0.2.2
6182026-08-31T09:26:28.133Z Compiling debug-ignore v1.0.5
6192026-08-31T09:26:28.219Z Compiling unicode-width v0.1.14
6202026-08-31T09:26:28.246Z Compiling pulldown-cmark v0.13.4
6212026-08-31T09:26:28.455Z Compiling rustix v0.38.44
6222026-08-31T09:26:28.508Z Compiling ryu v1.0.23
6232026-08-31T09:26:28.788Z Compiling serde_urlencoded v0.7.1
6242026-08-31T09:26:28.899Z Compiling miette v7.6.0
6252026-08-31T09:26:28.911Z Compiling miniz_oxide v0.9.1
6262026-08-31T09:26:29.065Z Compiling toml_parser v1.1.3+spec-1.1.0
6272026-08-31T09:26:29.378Z Compiling anstyle-parse v1.0.0
6282026-08-31T09:26:29.598Z Compiling nix v0.30.1
6292026-08-31T09:26:29.973Z Compiling lock_api v0.4.14
6302026-08-31T09:26:30.263Z Compiling petgraph v0.8.3
6312026-08-31T09:26:30.328Z Compiling tracing-subscriber v0.3.23
6322026-08-31T09:26:30.366Z Compiling cargo_metadata v0.23.1
6332026-08-31T09:26:30.547Z Compiling sigchld v0.2.4
6342026-08-31T09:26:30.737Z Compiling serde-value v0.7.0
6352026-08-31T09:26:31.413Z Compiling hyper-rustls v0.27.9
6362026-08-31T09:26:32.052Z Compiling serde-untagged v0.1.9
6372026-08-31T09:26:32.176Z Compiling tower-http v0.6.11
6382026-08-31T09:26:32.677Z Compiling toml v0.8.23
6392026-08-31T09:26:33.244Z Compiling derive_more-impl v2.1.1
6402026-08-31T09:26:33.617Z Compiling itertools v0.14.0
6412026-08-31T09:26:33.667Z Compiling regex v1.13.1
6422026-08-31T09:26:33.680Z Compiling crypto-common v0.1.7
6432026-08-31T09:26:33.819Z Compiling block-buffer v0.10.4
6442026-08-31T09:26:33.984Z Compiling ppv-lite86 v0.2.21
6452026-08-31T09:26:34.063Z Compiling rand_core v0.9.5
6462026-08-31T09:26:34.322Z Compiling futures-executor v0.3.34
6472026-08-31T09:26:34.322Z Compiling http-body-util v0.1.5
6482026-08-31T09:26:34.638Z Compiling pin-project-internal v1.1.13
6492026-08-31T09:26:34.833Z Compiling uuid v1.26.0
6502026-08-31T09:26:35.073Z Compiling eyre v0.6.14
6512026-08-31T09:26:35.116Z Compiling serde_spanned v1.1.1
6522026-08-31T09:26:35.278Z Compiling toml_datetime v1.1.1+spec-1.1.0
6532026-08-31T09:26:35.328Z Compiling smol_str v0.3.6
6542026-08-31T09:26:35.371Z Compiling filetime v0.2.29
6552026-08-31T09:26:35.383Z Compiling vte v0.14.1
6562026-08-31T09:26:35.552Z Compiling bstr v1.13.1
6572026-08-31T09:26:35.572Z Compiling nested v0.1.1
6582026-08-31T09:26:35.593Z Compiling litrs v1.0.0
6592026-08-31T09:26:35.655Z Compiling colorchoice v1.0.5
6602026-08-31T09:26:35.676Z Compiling is_terminal_polyfill v1.70.2
6612026-08-31T09:26:35.758Z Compiling iana-time-zone v0.1.65
6622026-08-31T09:26:35.773Z Compiling unicode-xid v0.2.6
6632026-08-31T09:26:35.778Z Compiling number_prefix v0.4.0
6642026-08-31T09:26:35.902Z Compiling self_update v0.42.0
6652026-08-31T09:26:35.950Z Compiling static_assertions v1.1.0
6662026-08-31T09:26:36.001Z Compiling anstyle v1.0.14
6672026-08-31T09:26:36.023Z Compiling color-spantrace v0.3.0
6682026-08-31T09:26:36.136Z Compiling tinyvec_macros v0.1.1
6692026-08-31T09:26:36.202Z Compiling unicase v2.9.0
6702026-08-31T09:26:36.215Z Compiling xattr v1.6.1
6712026-08-31T09:26:36.227Z Compiling anstyle-query v1.1.5
6722026-08-31T09:26:36.240Z Compiling tinyvec v1.12.0
6732026-08-31T09:26:36.266Z Compiling document-features v0.2.12
6742026-08-31T09:26:36.323Z Compiling tar v0.4.46
6752026-08-31T09:26:36.372Z Compiling anstream v1.0.0
6762026-08-31T09:26:36.385Z Compiling guppy v0.17.26
6772026-08-31T09:26:36.651Z Compiling globset v0.4.20
6782026-08-31T09:26:36.808Z Compiling indicatif v0.17.11
6792026-08-31T09:26:36.845Z Compiling chrono v0.4.45
6802026-08-31T09:26:37.456Z Compiling cargo-util-schemas v0.2.0
6812026-08-31T09:26:38.497Z Compiling pin-project v1.1.13
6822026-08-31T09:26:38.605Z Compiling nextest-metadata v0.12.2
6832026-08-31T09:26:38.788Z Compiling strip-ansi-escapes v0.2.1
6842026-08-31T09:26:39.298Z Compiling toml v1.1.4+spec-1.1.0
6852026-08-31T09:26:39.845Z Compiling newtype-uuid v1.4.0
6862026-08-31T09:26:39.874Z Compiling reqwest v0.12.28
6872026-08-31T09:26:40.035Z Compiling futures v0.3.34
6882026-08-31T09:26:40.104Z Compiling rand_chacha v0.9.0
6892026-08-31T09:26:40.117Z Compiling derive_more v2.1.1
6902026-08-31T09:26:40.134Z Compiling digest v0.10.7
6912026-08-31T09:26:40.191Z Compiling parking_lot v0.12.5
6922026-08-31T09:26:40.353Z Compiling flate2 v1.1.10
6932026-08-31T09:26:40.649Z Compiling tracing-error v0.2.1
6942026-08-31T09:26:40.887Z Compiling shared_child v1.1.1
6952026-08-31T09:26:41.195Z Compiling signal-hook-mio v0.2.5
6962026-08-31T09:26:41.230Z Compiling self-replace v1.5.0
6972026-08-31T09:26:41.327Z Compiling cargo-platform v0.2.0
6982026-08-31T09:26:41.491Z Compiling quick-xml v0.38.4
6992026-08-31T09:26:41.866Z Compiling quick-xml v0.37.5
7002026-08-31T09:26:42.274Z Compiling recursion v0.5.4
7012026-08-31T09:26:42.413Z Compiling strsim v0.11.1
7022026-08-31T09:26:42.622Z Compiling urlencoding v2.1.3
7032026-08-31T09:26:42.861Z Compiling indenter v0.3.4
7042026-08-31T09:26:43.034Z Compiling cpufeatures v0.2.17
7052026-08-31T09:26:43.051Z Compiling shell-words v1.1.1
7062026-08-31T09:26:43.069Z Compiling humantime v2.4.0
7072026-08-31T09:26:43.207Z Compiling clap_lex v1.1.0
7082026-08-31T09:26:43.410Z Compiling heck v0.5.0
7092026-08-31T09:26:43.468Z Compiling clap_builder v4.6.6
7102026-08-31T09:26:43.530Z Compiling humantime-serde v1.1.1
7112026-08-31T09:26:43.548Z Compiling sha2 v0.10.9
7122026-08-31T09:26:43.602Z Compiling clap_derive v4.6.4
7132026-08-31T09:26:44.148Z Compiling nextest-filtering v0.15.0
7142026-08-31T09:26:44.799Z Compiling quick-junit v0.5.2
7152026-08-31T09:26:45.297Z Compiling atomicwrites v0.4.4
7162026-08-31T09:26:45.576Z Compiling cargo_metadata v0.20.0
7172026-08-31T09:26:47.793Z Compiling crossterm v0.29.0
7182026-08-31T09:26:47.917Z Compiling cargo-nextest v0.9.97
7192026-08-31T09:26:49.090Z Compiling duct v0.13.7
7202026-08-31T09:26:50.279Z Compiling rand v0.9.5
7212026-08-31T09:26:50.590Z Compiling async-scoped v0.9.0
7222026-08-31T09:26:50.648Z Compiling config v0.15.25
7232026-08-31T09:26:50.758Z Compiling unicode-normalization v0.1.25
7242026-08-31T09:26:50.770Z Compiling target-spec-miette v0.4.8
7252026-08-31T09:26:50.855Z Compiling future-queue v0.4.0
7262026-08-31T09:26:51.409Z Compiling mukti-metadata v0.3.0
7272026-08-31T09:26:51.415Z Compiling camino-tempfile v1.4.1
7282026-08-31T09:26:51.415Z Compiling tokio-stream v0.1.19
7292026-08-31T09:26:51.415Z Compiling derive-where v1.6.1
7302026-08-31T09:26:51.486Z Compiling serde_ignored v0.1.14
7312026-08-31T09:26:51.522Z Compiling serde_path_to_error v0.1.20
7322026-08-31T09:26:51.704Z Compiling home v0.5.12
7332026-08-31T09:26:51.831Z Compiling xxhash-rust v0.8.18
7342026-08-31T09:26:51.866Z Compiling indent_write v2.2.0
7352026-08-31T09:26:51.964Z Compiling hex v0.4.3
7362026-08-31T09:26:52.006Z Compiling swrite v0.1.0
7372026-08-31T09:26:52.019Z Compiling color-eyre v0.6.5
7382026-08-31T09:26:52.127Z Compiling clap v4.6.6
7392026-08-31T09:26:52.208Z Compiling dialoguer v0.11.0
7402026-08-31T09:26:52.247Z Compiling enable-ansi-support v0.2.1
7412026-08-31T09:26:53.826Z Compiling zstd v0.13.3
7422026-08-31T09:26:54.233Z Compiling nextest-runner v0.80.0
7432026-08-31T09:27:12.405Z Finished `release` profile [optimized] target(s) in 1m 11s
7442026-08-31T09:27:12.574Z Installing /home/build/.cargo/bin/cargo-nextest
7452026-08-31T09:27:12.580Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7462026-08-31T09:27:12.702Z+ pushd rdb
7472026-08-31T09:27:12.706Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7482026-08-31T09:27:12.706Z+ cargo nextest run -p rdb -p mg-api-types -p mg-api-types-versions
7492026-08-31T09:27:12.854Z Updating crates.io index
7502026-08-31T09:27:12.857Z Updating git repository `https://github.com/oxidecomputer/omicron`
7512026-08-31T09:27:19.672ZFrom https://github.com/oxidecomputer/omicron
7522026-08-31T09:27:19.672Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
7532026-08-31T09:27:20.099Z Updating git repository `https://github.com/oxidecomputer/falcon`
7542026-08-31T09:27:21.120ZFrom https://github.com/oxidecomputer/falcon
7552026-08-31T09:27:21.120Z * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483
7562026-08-31T09:27:21.197Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7572026-08-31T09:27:21.704ZFrom https://github.com/oxidecomputer/dendrite
7582026-08-31T09:27:21.704Z * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d
7592026-08-31T09:27:21.739Z Updating git repository `https://github.com/oxidecomputer/ispf`
7602026-08-31T09:27:22.097ZFrom https://github.com/oxidecomputer/ispf
7612026-08-31T09:27:22.097Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
7622026-08-31T09:27:22.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7632026-08-31T09:27:22.612ZFrom https://github.com/oxidecomputer/netadm-sys
7642026-08-31T09:27:22.612Z * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2
7652026-08-31T09:27:22.620Z Updating git repository `https://github.com/oxidecomputer/opte`
7662026-08-31T09:27:23.364ZFrom https://github.com/oxidecomputer/opte
7672026-08-31T09:27:23.364Z * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91
7682026-08-31T09:27:23.392Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7692026-08-31T09:27:23.749ZFrom https://github.com/oxidecomputer/slog-error-chain
7702026-08-31T09:27:23.749Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7712026-08-31T09:27:23.758Z Updating git repository `https://github.com/illumos/smf-rs`
7722026-08-31T09:27:24.072ZFrom https://github.com/illumos/smf-rs
7732026-08-31T09:27:24.072Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7742026-08-31T09:27:24.077Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7752026-08-31T09:27:24.536ZFrom https://github.com/oxidecomputer/poptrie
7762026-08-31T09:27:24.536Z * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34
7772026-08-31T09:27:24.545Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7782026-08-31T09:27:24.879ZFrom https://github.com/oxidecomputer/network-interface
7792026-08-31T09:27:24.879Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
7802026-08-31T09:27:24.885Z Updating git repository `https://github.com/oxidecomputer/zone`
7812026-08-31T09:27:25.199ZFrom https://github.com/oxidecomputer/zone
7822026-08-31T09:27:25.199Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
7832026-08-31T09:27:25.209Z Updating git repository `https://github.com/oxidecomputer/lldp`
7842026-08-31T09:27:25.570ZFrom https://github.com/oxidecomputer/lldp
7852026-08-31T09:27:25.570Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
7862026-08-31T09:27:25.583Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
7872026-08-31T09:27:25.906ZFrom https://github.com/oxidecomputer/tufaceous
7882026-08-31T09:27:25.906Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
7892026-08-31T09:27:25.911Z Updating git repository `https://github.com/oxidecomputer/propolis`
7902026-08-31T09:27:26.586ZFrom https://github.com/oxidecomputer/propolis
7912026-08-31T09:27:26.586Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
7922026-08-31T09:27:26.628Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
7932026-08-31T09:27:27.253ZFrom https://github.com/oxidecomputer/transceiver-control
7942026-08-31T09:27:27.253Z * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d
7952026-08-31T09:27:27.264Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7962026-08-31T09:27:27.842ZFrom https://github.com/oxidecomputer/dlpi-sys
7972026-08-31T09:27:27.842Z * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1
7982026-08-31T09:27:27.850Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7992026-08-31T09:27:28.183ZFrom https://github.com/jmesmon/rust-libzfs
8002026-08-31T09:27:28.183Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8012026-08-31T09:27:28.192Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8022026-08-31T09:27:28.492ZFrom https://github.com/oxidecomputer/rusty-doors
8032026-08-31T09:27:28.492Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8042026-08-31T09:27:28.507Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8052026-08-31T09:27:29.320ZFrom https://github.com/oxidecomputer/management-gateway-service
8062026-08-31T09:27:29.320Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8072026-08-31T09:27:29.333Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8082026-08-31T09:27:29.608ZFrom https://github.com/oxidecomputer/serde_human_bytes
8092026-08-31T09:27:29.608Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8102026-08-31T09:27:29.616Z Updating git repository `https://github.com/oxidecomputer/crucible`
8112026-08-31T09:27:31.867ZFrom https://github.com/oxidecomputer/crucible
8122026-08-31T09:27:31.867Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8132026-08-31T09:27:31.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-08-31T09:27:32.464ZFrom https://github.com/oxidecomputer/propolis
8152026-08-31T09:27:32.464Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8162026-08-31T09:27:32.509Z Updating git repository `https://github.com/oxidecomputer/crucible`
8172026-08-31T09:27:33.107ZFrom https://github.com/oxidecomputer/crucible
8182026-08-31T09:27:33.107Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8192026-08-31T09:27:33.173Z Updating git repository `https://github.com/oxidecomputer/tofino`
8202026-08-31T09:27:33.509ZFrom https://github.com/oxidecomputer/tofino
8212026-08-31T09:27:33.510Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8222026-08-31T09:27:33.519Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8232026-08-31T09:27:34.210ZFrom https://github.com/oxidecomputer/maghemite
8242026-08-31T09:27:34.210Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8252026-08-31T09:27:34.242Z Updating git repository `https://github.com/oxidecomputer/clickward`
8262026-08-31T09:27:34.624ZFrom https://github.com/oxidecomputer/clickward
8272026-08-31T09:27:34.624Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8282026-08-31T09:27:34.629Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8292026-08-31T09:27:35.156ZFrom https://github.com/oxidecomputer/illumos-devinfo
8302026-08-31T09:27:35.157Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8312026-08-31T09:27:35.876Z Downloading crates ...
8322026-08-31T09:27:35.937Z Downloaded num_enum v0.5.11
8332026-08-31T09:27:35.945Z Downloaded progenitor-macro v0.13.0
8342026-08-31T09:27:35.948Z Downloaded defmt-parser v1.0.0
8352026-08-31T09:27:35.951Z Downloaded macaddr v1.0.1
8362026-08-31T09:27:35.951Z Downloaded newtype_derive v0.1.6
8372026-08-31T09:27:35.954Z Downloaded deranged v0.5.8
8382026-08-31T09:27:35.954Z Downloaded libscf-sys v1.2.0
8392026-08-31T09:27:35.954Z Downloaded no-std-compat v0.4.1
8402026-08-31T09:27:35.954Z Downloaded dtrace-parser v0.2.0
8412026-08-31T09:27:35.955Z Downloaded embedded-io v0.4.0
8422026-08-31T09:27:35.957Z Downloaded enum-as-inner v0.6.1
8432026-08-31T09:27:35.957Z Downloaded aead v0.5.2
8442026-08-31T09:27:35.961Z Downloaded dtrace-parser v0.3.0
8452026-08-31T09:27:35.961Z Downloaded foreign-types-macros v0.2.4
8462026-08-31T09:27:35.964Z Downloaded newline-converter v0.3.0
8472026-08-31T09:27:35.964Z Downloaded num-conv v0.2.2
8482026-08-31T09:27:35.964Z Downloaded memmap v0.7.0
8492026-08-31T09:27:35.968Z Downloaded powerfmt v0.2.0
8502026-08-31T09:27:35.968Z Downloaded dof v0.4.0
8512026-08-31T09:27:35.972Z Downloaded linked-hash-map v0.5.6
8522026-08-31T09:27:35.972Z Downloaded jiff-static v0.2.35
8532026-08-31T09:27:35.972Z Downloaded proc-macro-crate v1.3.1
8542026-08-31T09:27:35.975Z Downloaded natord v1.0.9
8552026-08-31T09:27:35.975Z Downloaded fs_extra v1.3.0
8562026-08-31T09:27:35.975Z Downloaded plain v0.2.3
8572026-08-31T09:27:35.975Z Downloaded fs-err v3.3.1
8582026-08-31T09:27:35.975Z Downloaded foreign-types v0.5.0
8592026-08-31T09:27:35.979Z Downloaded embedded-io v0.6.1
8602026-08-31T09:27:35.982Z Downloaded foreign-types-shared v0.3.1
8612026-08-31T09:27:35.982Z Downloaded newtype-uuid-macros v0.1.1
8622026-08-31T09:27:35.983Z Downloaded opaque-debug v0.3.1
8632026-08-31T09:27:35.983Z Downloaded potential_utf v0.1.5
8642026-08-31T09:27:35.983Z Downloaded progenitor-client v0.10.0
8652026-08-31T09:27:35.986Z Downloaded fixedbitset v0.4.2
8662026-08-31T09:27:35.986Z Downloaded ident_case v1.0.1
8672026-08-31T09:27:35.986Z Downloaded hubpack_derive v0.1.1
8682026-08-31T09:27:35.986Z Downloaded pretty-hex v0.4.2
8692026-08-31T09:27:35.989Z Downloaded olpc-cjson v0.1.4
8702026-08-31T09:27:35.989Z Downloaded match_cfg v0.1.0
8712026-08-31T09:27:35.989Z Downloaded omicron-workspace-hack v0.1.0
8722026-08-31T09:27:35.989Z Downloaded git-stub v1.0.0
8732026-08-31T09:27:35.992Z Downloaded fxhash v0.2.1
8742026-08-31T09:27:35.992Z Downloaded hubpack v0.1.2
8752026-08-31T09:27:35.992Z Downloaded num_enum_derive v0.5.11
8762026-08-31T09:27:35.995Z Downloaded lru-cache v0.1.2
8772026-08-31T09:27:35.995Z Downloaded num-iter v0.1.46
8782026-08-31T09:27:35.998Z Downloaded proc-macro-error-attr v1.0.4
8792026-08-31T09:27:35.998Z Downloaded num_threads v0.1.7
8802026-08-31T09:27:35.998Z Downloaded dyn-clone v1.0.20
8812026-08-31T09:27:36.002Z Downloaded dropshot-api-manager-types v0.7.2
8822026-08-31T09:27:36.005Z Downloaded phf_shared v0.12.1
8832026-08-31T09:27:36.005Z Downloaded num-derive v0.4.2
8842026-08-31T09:27:36.005Z Downloaded idna_adapter v1.2.2
8852026-08-31T09:27:36.008Z Downloaded konst_macro_rules v0.2.19
8862026-08-31T09:27:36.008Z Downloaded memoffset v0.9.1
8872026-08-31T09:27:36.008Z Downloaded httpdate v1.0.3
8882026-08-31T09:27:36.011Z Downloaded rand_chacha v0.3.1
8892026-08-31T09:27:36.011Z Downloaded dunce v1.0.5
8902026-08-31T09:27:36.011Z Downloaded heck v0.4.1
8912026-08-31T09:27:36.011Z Downloaded dof v0.3.0
8922026-08-31T09:27:36.011Z Downloaded inout v0.1.4
8932026-08-31T09:27:36.014Z Downloaded is-terminal v0.4.17
8942026-08-31T09:27:36.014Z Downloaded proc-macro-crate v3.5.0
8952026-08-31T09:27:36.017Z Downloaded either v1.17.0
8962026-08-31T09:27:36.017Z Downloaded erased-serde v0.3.31
8972026-08-31T09:27:36.017Z Downloaded gethostname v0.5.0
8982026-08-31T09:27:36.017Z Downloaded group v0.13.0
8992026-08-31T09:27:36.021Z Downloaded instant v0.1.13
9002026-08-31T09:27:36.024Z Downloaded num v0.4.3
9012026-08-31T09:27:36.024Z Downloaded progenitor-macro v0.14.0
9022026-08-31T09:27:36.024Z Downloaded progenitor-client v0.14.0
9032026-08-31T09:27:36.029Z Downloaded progenitor-macro v0.10.0
9042026-08-31T09:27:36.032Z Downloaded hostname v0.4.2
9052026-08-31T09:27:36.032Z Downloaded quick-error v1.2.3
9062026-08-31T09:27:36.039Z Downloaded keccak v0.1.6
9072026-08-31T09:27:36.039Z Downloaded libsw v3.5.0
9082026-08-31T09:27:36.042Z Downloaded num_enum_derive v0.7.6
9092026-08-31T09:27:36.042Z Downloaded libsw-core v0.3.2
9102026-08-31T09:27:36.042Z Downloaded num-complex v0.4.6
9112026-08-31T09:27:36.042Z Downloaded hostname v0.3.1
9122026-08-31T09:27:36.045Z Downloaded untrusted v0.7.1
9132026-08-31T09:27:36.045Z Downloaded waitgroup v0.1.2
9142026-08-31T09:27:36.048Z Downloaded block-buffer v0.12.1
9152026-08-31T09:27:36.051Z Downloaded unarray v0.1.4
9162026-08-31T09:27:36.051Z Downloaded internet-checksum v0.2.1
9172026-08-31T09:27:36.051Z Downloaded zerofrom v0.1.8
9182026-08-31T09:27:36.054Z Downloaded ciborium-io v0.2.2
9192026-08-31T09:27:36.054Z Downloaded convert_case v0.4.0
9202026-08-31T09:27:36.054Z Downloaded usdt-macro v0.6.0
9212026-08-31T09:27:36.054Z Downloaded crypto-common v0.2.2
9222026-08-31T09:27:36.058Z Downloaded cstr-argument v0.1.2
9232026-08-31T09:27:36.058Z Downloaded progenitor v0.10.0
9242026-08-31T09:27:36.059Z Downloaded progenitor-extras v0.2.0
9252026-08-31T09:27:36.062Z Downloaded float-ord v0.3.2
9262026-08-31T09:27:36.062Z Downloaded glob v0.3.4
9272026-08-31T09:27:36.062Z Downloaded ipnetwork v0.21.1
9282026-08-31T09:27:36.062Z Downloaded linear-map v1.2.0
9292026-08-31T09:27:36.062Z Downloaded digest v0.11.3
9302026-08-31T09:27:36.065Z Downloaded displaydoc v0.2.7
9312026-08-31T09:27:36.065Z Downloaded hash32 v0.3.1
9322026-08-31T09:27:36.065Z Downloaded ff v0.13.1
9332026-08-31T09:27:36.065Z Downloaded find-msvc-tools v0.1.10
9342026-08-31T09:27:36.065Z Downloaded num-integer v0.1.47
9352026-08-31T09:27:36.070Z Downloaded paste v1.0.15
9362026-08-31T09:27:36.070Z Downloaded pest_generator v2.8.8
9372026-08-31T09:27:36.070Z Downloaded multer v3.1.0
9382026-08-31T09:27:36.073Z Downloaded mime v0.3.17
9392026-08-31T09:27:36.073Z Downloaded progenitor v0.14.0
9402026-08-31T09:27:36.073Z Downloaded parking_lot_core v0.8.6
9412026-08-31T09:27:36.073Z Downloaded foldhash v0.2.0
9422026-08-31T09:27:36.073Z Downloaded git-stub-vcs v0.1.0
9432026-08-31T09:27:36.073Z Downloaded derive-ex v0.1.8
9442026-08-31T09:27:36.073Z Downloaded managed v0.8.0
9452026-08-31T09:27:36.076Z Downloaded pkg-config v0.3.33
9462026-08-31T09:27:36.077Z Downloaded num_enum v0.7.6
9472026-08-31T09:27:36.080Z Downloaded ref-cast v1.0.26
9482026-08-31T09:27:36.080Z Downloaded pest_derive v2.8.8
9492026-08-31T09:27:36.080Z Downloaded phf v0.12.1
9502026-08-31T09:27:36.084Z Downloaded pem v3.0.6
9512026-08-31T09:27:36.084Z Downloaded diff v0.1.13
9522026-08-31T09:27:36.084Z Downloaded dropshot_endpoint v0.17.1
9532026-08-31T09:27:36.088Z Downloaded poly1305 v0.8.0
9542026-08-31T09:27:36.088Z Downloaded parse-display v0.10.0
9552026-08-31T09:27:36.088Z Downloaded progenitor v0.13.0
9562026-08-31T09:27:36.088Z Downloaded progenitor-client v0.13.0
9572026-08-31T09:27:36.088Z Downloaded arrayref v0.3.9
9582026-08-31T09:27:36.093Z Downloaded const-random-macro v0.1.16
9592026-08-31T09:27:36.093Z Downloaded oxnet v0.1.7
9602026-08-31T09:27:36.093Z Downloaded port-file v0.1.0
9612026-08-31T09:27:36.093Z Downloaded proc-macro-error v1.0.4
9622026-08-31T09:27:36.096Z Downloaded crc8 v0.1.1
9632026-08-31T09:27:36.097Z Downloaded rustc_version v0.1.7
9642026-08-31T09:27:36.097Z Downloaded serde_plain v1.0.2
9652026-08-31T09:27:36.097Z Downloaded oxide-tokio-rt v0.1.6
9662026-08-31T09:27:36.097Z Downloaded serial_test_derive v4.0.1
9672026-08-31T09:27:36.097Z Downloaded sigpipe v0.1.3
9682026-08-31T09:27:36.097Z Downloaded scroll_derive v0.13.1
9692026-08-31T09:27:36.097Z Downloaded serde_repr v0.1.21
9702026-08-31T09:27:36.100Z Downloaded structmeta v0.3.0
9712026-08-31T09:27:36.103Z Downloaded highway v1.3.0
9722026-08-31T09:27:36.106Z Downloaded usdt-attr-macro v0.6.0
9732026-08-31T09:27:36.106Z Downloaded password-hash v0.5.0
9742026-08-31T09:27:36.110Z Downloaded walkdir v2.5.0
9752026-08-31T09:27:36.110Z Downloaded ingot v0.2.1
9762026-08-31T09:27:36.113Z Downloaded ingot-types v0.2.0
9772026-08-31T09:27:36.113Z Downloaded backoff v0.4.0
9782026-08-31T09:27:36.113Z Downloaded bit-vec v0.8.0
9792026-08-31T09:27:36.113Z Downloaded rand_xorshift v0.4.0
9802026-08-31T09:27:36.118Z Downloaded tabwriter v1.4.1
9812026-08-31T09:27:36.118Z Downloaded time-core v0.1.9
9822026-08-31T09:27:36.118Z Downloaded ingot-types v0.1.2
9832026-08-31T09:27:36.121Z Downloaded wait-timeout v0.2.1
9842026-08-31T09:27:36.124Z Downloaded thiserror-impl-no-std v2.0.2
9852026-08-31T09:27:36.124Z Downloaded usdt v0.5.0
9862026-08-31T09:27:36.124Z Downloaded usdt v0.6.0
9872026-08-31T09:27:36.128Z Downloaded num-rational v0.4.2
9882026-08-31T09:27:36.131Z Downloaded parking_lot v0.11.2
9892026-08-31T09:27:36.131Z Downloaded pest_meta v2.8.8
9902026-08-31T09:27:36.136Z Downloaded litemap v0.8.2
9912026-08-31T09:27:36.139Z Downloaded postcard v1.1.3
9922026-08-31T09:27:36.139Z Downloaded owo-colors v4.3.0
9932026-08-31T09:27:36.152Z Downloaded memmap2 v0.9.11
9942026-08-31T09:27:36.157Z Downloaded scroll v0.12.0
9952026-08-31T09:27:36.157Z Downloaded bytecount v0.6.9
9962026-08-31T09:27:36.213Z Downloaded slog-dtrace v0.3.0
9972026-08-31T09:27:36.213Z Downloaded slog-stdlog v4.1.1
9982026-08-31T09:27:36.213Z Downloaded smartstring v1.0.1
9992026-08-31T09:27:36.213Z Downloaded slog-term v2.9.2
10002026-08-31T09:27:36.213Z Downloaded csv-core v0.1.13
10012026-08-31T09:27:36.214Z Downloaded daft v0.1.8
10022026-08-31T09:27:36.214Z Downloaded rustls-native-certs v0.8.4
10032026-08-31T09:27:36.214Z Downloaded strum_macros v0.26.4
10042026-08-31T09:27:36.214Z Downloaded synstructure v0.13.2
10052026-08-31T09:27:36.214Z Downloaded defmt v0.3.100
10062026-08-31T09:27:36.214Z Downloaded scroll_derive v0.12.1
10072026-08-31T09:27:36.214Z Downloaded spin v0.5.2
10082026-08-31T09:27:36.214Z Downloaded utf-8 v0.7.6
10092026-08-31T09:27:36.214Z Downloaded testing_table v0.3.0
10102026-08-31T09:27:36.214Z Downloaded siphasher v1.0.3
10112026-08-31T09:27:36.214Z Downloaded zeroize_derive v1.5.0
10122026-08-31T09:27:36.214Z Downloaded unit-prefix v0.5.2
10132026-08-31T09:27:36.214Z Downloaded async-recursion v1.1.1
10142026-08-31T09:27:36.214Z Downloaded bit-set v0.8.0
10152026-08-31T09:27:36.214Z Downloaded base16ct v1.0.0
10162026-08-31T09:27:36.214Z Downloaded const-random v0.1.18
10172026-08-31T09:27:36.214Z Downloaded chacha20 v0.9.1
10182026-08-31T09:27:36.215Z Downloaded ciborium v0.2.2
10192026-08-31T09:27:36.215Z Downloaded colored v3.1.1
10202026-08-31T09:27:36.215Z Downloaded hmac v0.12.1
10212026-08-31T09:27:36.215Z Downloaded xz2 v0.1.7
10222026-08-31T09:27:36.215Z Downloaded ingot v0.1.1
10232026-08-31T09:27:36.215Z Downloaded ingot-macros v0.2.0
10242026-08-31T09:27:36.215Z Downloaded byteorder v1.5.0
10252026-08-31T09:27:36.215Z Downloaded crucible-workspace-hack v0.1.0
10262026-08-31T09:27:36.215Z Downloaded hybrid-array v0.4.14
10272026-08-31T09:27:36.215Z Downloaded strum v0.27.2
10282026-08-31T09:27:36.215Z Downloaded universal-hash v0.5.1
10292026-08-31T09:27:36.215Z Downloaded usdt-macro v0.5.0
10302026-08-31T09:27:36.215Z Downloaded log v0.4.33
10312026-08-31T09:27:36.218Z Downloaded ingot-macros v0.1.1
10322026-08-31T09:27:36.219Z Downloaded omicron-zone-package v0.12.3
10332026-08-31T09:27:36.219Z Downloaded parse-display-derive v0.10.0
10342026-08-31T09:27:36.219Z Downloaded progenitor-impl v0.14.0
10352026-08-31T09:27:36.219Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10362026-08-31T09:27:36.219Z Downloaded base16ct v0.2.0
10372026-08-31T09:27:36.219Z Downloaded progenitor-impl v0.13.0
10382026-08-31T09:27:36.219Z Downloaded stable_deref_trait v1.2.1
10392026-08-31T09:27:36.219Z Downloaded const_format_proc_macros v0.2.34
10402026-08-31T09:27:36.219Z Downloaded constant_time_eq v0.4.2
10412026-08-31T09:27:36.219Z Downloaded yoke-derive v0.8.2
10422026-08-31T09:27:36.222Z Downloaded derive_more v0.99.20
10432026-08-31T09:27:36.222Z Downloaded half v2.7.1
10442026-08-31T09:27:36.225Z Downloaded cipher v0.4.4
10452026-08-31T09:27:36.225Z Downloaded drift v0.2.0
10462026-08-31T09:27:36.229Z Downloaded compression-core v0.4.32
10472026-08-31T09:27:36.233Z Downloaded icu_properties v2.2.0
10482026-08-31T09:27:36.233Z Downloaded icu_provider v2.2.0
10492026-08-31T09:27:36.233Z Downloaded cmake v0.1.58
10502026-08-31T09:27:36.233Z Downloaded strum v0.26.3
10512026-08-31T09:27:36.233Z Downloaded progenitor-impl v0.10.0
10522026-08-31T09:27:36.236Z Downloaded itertools v0.12.1
10532026-08-31T09:27:36.239Z Downloaded darling_macro v0.21.3
10542026-08-31T09:27:36.239Z Downloaded arrayvec v0.7.8
10552026-08-31T09:27:36.239Z Downloaded crossbeam-epoch v0.9.20
10562026-08-31T09:27:36.242Z Downloaded slog-json v2.6.1
10572026-08-31T09:27:36.242Z Downloaded slog-envlogger v2.2.0
10582026-08-31T09:27:36.242Z Downloaded whoami v1.6.1
10592026-08-31T09:27:36.242Z Downloaded typify-macro v0.6.2
10602026-08-31T09:27:36.246Z Downloaded typify-macro v0.4.3
10612026-08-31T09:27:36.247Z Downloaded zone_cfg_derive v0.3.1
10622026-08-31T09:27:36.250Z Downloaded tinystr v0.8.3
10632026-08-31T09:27:36.250Z Downloaded tokio-dtrace v0.1.1
10642026-08-31T09:27:36.250Z Downloaded tokio-tungstenite v0.21.0
10652026-08-31T09:27:36.250Z Downloaded byte-wrapper v0.1.0
10662026-08-31T09:27:36.250Z Downloaded zone v0.3.1
10672026-08-31T09:27:36.253Z Downloaded termtree v0.5.1
10682026-08-31T09:27:36.253Z Downloaded papergrid v0.18.0
10692026-08-31T09:27:36.256Z Downloaded thread-id v5.1.0
10702026-08-31T09:27:36.256Z Downloaded sha1 v0.10.7
10712026-08-31T09:27:36.256Z Downloaded serial_test v4.0.1
10722026-08-31T09:27:36.256Z Downloaded data-encoding v2.11.1
10732026-08-31T09:27:36.256Z Downloaded term v1.2.1
10742026-08-31T09:27:36.259Z Downloaded chacha20 v0.10.1
10752026-08-31T09:27:36.259Z Downloaded sha1 v0.11.0
10762026-08-31T09:27:36.263Z Downloaded scroll v0.13.0
10772026-08-31T09:27:36.263Z Downloaded zerocopy-derive v0.7.35
10782026-08-31T09:27:36.263Z Downloaded schemars_derive v0.8.22
10792026-08-31T09:27:36.266Z Downloaded strum_macros v0.27.2
10802026-08-31T09:27:36.271Z Downloaded indexmap v1.9.3
10812026-08-31T09:27:36.274Z Downloaded ref-cast-impl v1.0.26
10822026-08-31T09:27:36.274Z Downloaded darling_macro v0.23.0
10832026-08-31T09:27:36.274Z Downloaded prettyplease v0.2.37
10842026-08-31T09:27:36.281Z Downloaded konst v0.2.20
10852026-08-31T09:27:36.284Z Downloaded papergrid v0.11.0
10862026-08-31T09:27:36.290Z Downloaded pretty_assertions v1.4.1
10872026-08-31T09:27:36.290Z Downloaded daft-derive v0.1.8
10882026-08-31T09:27:36.292Z Downloaded tiny-keccak v2.0.2
10892026-08-31T09:27:36.293Z Downloaded anyhow v1.0.104
10902026-08-31T09:27:36.293Z Downloaded backon v1.6.0
10912026-08-31T09:27:36.293Z Downloaded thread-id v4.2.2
10922026-08-31T09:27:36.296Z Downloaded secrecy v0.10.3
10932026-08-31T09:27:36.297Z Downloaded crunchy v0.2.4
10942026-08-31T09:27:36.297Z Downloaded semver v0.1.20
10952026-08-31T09:27:36.297Z Downloaded async-stream v0.3.6
10962026-08-31T09:27:36.297Z Downloaded ciborium-ll v0.2.2
10972026-08-31T09:27:36.300Z Downloaded elliptic-curve v0.13.8
10982026-08-31T09:27:36.300Z Downloaded critical-section v1.2.0
10992026-08-31T09:27:36.300Z Downloaded slog-scope v4.4.1
11002026-08-31T09:27:36.300Z Downloaded take_mut v0.2.2
11012026-08-31T09:27:36.303Z Downloaded icu_normalizer_data v2.2.0
11022026-08-31T09:27:36.306Z Downloaded hashbrown v0.12.3
11032026-08-31T09:27:36.309Z Downloaded rustls-pemfile v2.2.0
11042026-08-31T09:27:36.309Z Downloaded serde_with_macros v3.22.0
11052026-08-31T09:27:36.309Z Downloaded serde_tokenstream v0.3.0
11062026-08-31T09:27:36.313Z Downloaded spin v0.9.9
11072026-08-31T09:27:36.313Z Downloaded vsss-rs v3.3.4
11082026-08-31T09:27:36.313Z Downloaded cobs v0.3.0
11092026-08-31T09:27:36.313Z Downloaded cpufeatures v0.3.0
11102026-08-31T09:27:36.316Z Downloaded serde_derive_internals v0.29.1
11112026-08-31T09:27:36.317Z Downloaded usdt-attr-macro v0.5.0
11122026-08-31T09:27:36.317Z Downloaded serde-big-array v0.5.1
11132026-08-31T09:27:36.320Z Downloaded async-stream-impl v0.3.6
11142026-08-31T09:27:36.320Z Downloaded ucd-trie v0.1.7
11152026-08-31T09:27:36.320Z Downloaded cancel-safe-futures v0.1.5
11162026-08-31T09:27:36.323Z Downloaded compression-codecs v0.4.38
11172026-08-31T09:27:36.323Z Downloaded tabled_derive v0.7.0
11182026-08-31T09:27:36.326Z Downloaded topological-sort v0.2.2
11192026-08-31T09:27:36.326Z Downloaded defmt v1.1.1
11202026-08-31T09:27:36.329Z Downloaded zerofrom-derive v0.1.7
11212026-08-31T09:27:36.329Z Downloaded structmeta-derive v0.3.0
11222026-08-31T09:27:36.333Z Downloaded async-trait v0.1.92
11232026-08-31T09:27:36.336Z Downloaded tagptr v0.2.0
11242026-08-31T09:27:36.339Z Downloaded typify v0.4.3
11252026-08-31T09:27:36.339Z Downloaded argon2 v0.5.3
11262026-08-31T09:27:36.342Z Downloaded defmt-macros v1.1.1
11272026-08-31T09:27:36.346Z Downloaded heapless v0.8.0
11282026-08-31T09:27:36.352Z Downloaded zerovec-derive v0.11.3
11292026-08-31T09:27:36.352Z Downloaded minimal-lexical v0.2.1
11302026-08-31T09:27:36.356Z Downloaded indicatif v0.18.6
11312026-08-31T09:27:36.356Z Downloaded rayon-core v1.13.0
11322026-08-31T09:27:36.356Z Downloaded yansi v1.0.1
11332026-08-31T09:27:36.360Z Downloaded darling v0.21.3
11342026-08-31T09:27:36.360Z Downloaded toml v0.9.12+spec-1.1.0
11352026-08-31T09:27:36.362Z Downloaded typify v0.6.2
11362026-08-31T09:27:36.363Z Downloaded smf v0.2.3
11372026-08-31T09:27:36.366Z Downloaded thiserror-no-std v2.0.2
11382026-08-31T09:27:36.369Z Downloaded crc32fast v1.5.0
11392026-08-31T09:27:36.369Z Downloaded rustversion v1.0.23
11402026-08-31T09:27:36.369Z Downloaded same-file v1.0.6
11412026-08-31T09:27:36.372Z Downloaded bitflags v1.3.2
11422026-08-31T09:27:36.372Z Downloaded rusty-fork v0.3.1
11432026-08-31T09:27:36.373Z Downloaded icu_normalizer v2.2.0
11442026-08-31T09:27:36.375Z Downloaded flate2 v1.1.9
11452026-08-31T09:27:36.375Z Downloaded test-strategy v0.4.5
11462026-08-31T09:27:36.378Z Downloaded blake2 v0.10.6
11472026-08-31T09:27:36.383Z Downloaded resolv-conf v0.7.6
11482026-08-31T09:27:36.383Z Downloaded serde_tokenstream v0.2.3
11492026-08-31T09:27:36.386Z Downloaded cookie v0.18.2
11502026-08-31T09:27:36.386Z Downloaded schemars v0.8.22
11512026-08-31T09:27:36.390Z Downloaded snafu-derive v0.8.9
11522026-08-31T09:27:36.393Z Downloaded allocator-api2 v0.2.21
11532026-08-31T09:27:36.393Z Downloaded time-macros v0.2.32
11542026-08-31T09:27:36.393Z Downloaded crossbeam-utils v0.8.22
11552026-08-31T09:27:37.399Z Downloaded rustls-platform-verifier v0.7.0
11562026-08-31T09:27:37.399Z Downloaded similar v2.7.0
11572026-08-31T09:27:37.407Z Downloaded usdt-impl v0.5.0
11582026-08-31T09:27:37.407Z Downloaded slog-async v2.8.0
11592026-08-31T09:27:37.407Z Downloaded crossbeam-deque v0.8.7
11602026-08-31T09:27:37.407Z Downloaded usdt-impl v0.6.0
11612026-08-31T09:27:37.407Z Downloaded icu_collections v2.2.0
11622026-08-31T09:27:37.407Z Downloaded slog-bunyan v2.5.0
11632026-08-31T09:27:37.407Z Downloaded bcs v0.1.6
11642026-08-31T09:27:37.407Z Downloaded bs58 v0.5.1
11652026-08-31T09:27:37.407Z Downloaded console v0.16.4
11662026-08-31T09:27:37.407Z Downloaded hickory-resolver v0.24.4
11672026-08-31T09:27:37.407Z Downloaded cargo_toml v0.22.3
11682026-08-31T09:27:37.407Z Downloaded const_format v0.2.36
11692026-08-31T09:27:37.407Z Downloaded crypto-bigint v0.5.5
11702026-08-31T09:27:37.407Z Downloaded arc-swap v1.9.2
11712026-08-31T09:27:37.407Z Downloaded unsafe-libyaml v0.2.11
11722026-08-31T09:27:37.407Z Downloaded yoke v0.8.3
11732026-08-31T09:27:37.408Z Downloaded serde_yaml v0.9.34+deprecated
11742026-08-31T09:27:37.408Z Downloaded const-oid v0.10.2
11752026-08-31T09:27:37.408Z Downloaded schemars v0.9.0
11762026-08-31T09:27:37.408Z Downloaded writeable v0.6.3
11772026-08-31T09:27:37.408Z Downloaded darling_core v0.23.0
11782026-08-31T09:27:37.408Z Downloaded thin-vec v0.2.19
11792026-08-31T09:27:37.408Z Downloaded rand v0.8.7
11802026-08-31T09:27:37.408Z Downloaded smawk v0.3.3
11812026-08-31T09:27:37.408Z Downloaded tungstenite v0.21.0
11822026-08-31T09:27:37.408Z Downloaded icu_locale_core v2.2.0
11832026-08-31T09:27:37.408Z Downloaded indexmap v2.14.0
11842026-08-31T09:27:37.408Z Downloaded qorb v0.4.1
11852026-08-31T09:27:37.408Z Downloaded hickory-resolver v0.25.2
11862026-08-31T09:27:37.408Z Downloaded rustls-webpki v0.103.14
11872026-08-31T09:27:37.408Z Downloaded rhai_codegen v3.2.0
11882026-08-31T09:27:37.408Z Downloaded pest v2.8.8
11892026-08-31T09:27:37.408Z Downloaded typed-path v0.9.3
11902026-08-31T09:27:37.408Z Downloaded chacha20poly1305 v0.10.1
11912026-08-31T09:27:37.409Z Downloaded expectorate v1.3.0
11922026-08-31T09:27:37.409Z Downloaded darling v0.23.0
11932026-08-31T09:27:37.409Z Downloaded slog v2.8.2
11942026-08-31T09:27:37.409Z Downloaded snafu v0.8.9
11952026-08-31T09:27:37.409Z Downloaded toml_edit v0.25.13+spec-1.1.0
11962026-08-31T09:27:37.409Z Downloaded toml v0.7.8
11972026-08-31T09:27:37.409Z Downloaded darling_core v0.21.3
11982026-08-31T09:27:37.409Z Downloaded schemars v1.2.2
11992026-08-31T09:27:37.409Z Downloaded jiff-core v0.1.0
12002026-08-31T09:27:37.409Z Downloaded nom v7.1.3
12012026-08-31T09:27:37.409Z Downloaded nom v8.0.0
12022026-08-31T09:27:37.409Z Downloaded similar v3.2.0
12032026-08-31T09:27:37.409Z Downloaded zerocopy-derive v0.8.56
12042026-08-31T09:27:37.409Z Downloaded crossbeam-channel v0.5.16
12052026-08-31T09:27:37.409Z Downloaded async-compression v0.4.43
12062026-08-31T09:27:37.409Z Downloaded toml_edit v0.19.15
12072026-08-31T09:27:37.409Z Downloaded dropshot-api-manager v0.7.2
12082026-08-31T09:27:37.409Z Downloaded zerovec v0.11.6
12092026-08-31T09:27:37.409Z Downloaded itertools v0.15.0
12102026-08-31T09:27:37.409Z Downloaded base64 v0.21.7
12112026-08-31T09:27:37.409Z Downloaded zerotrie v0.2.4
12122026-08-31T09:27:37.409Z Downloaded libm v0.2.16
12132026-08-31T09:27:37.409Z Downloaded steno v0.4.1
12142026-08-31T09:27:37.409Z Downloaded hashbrown v0.16.1
12152026-08-31T09:27:37.409Z Downloaded cc v1.4.2
12162026-08-31T09:27:37.409Z Downloaded goblin v0.8.2
12172026-08-31T09:27:37.409Z Downloaded h2 v0.4.15
12182026-08-31T09:27:37.409Z Downloaded hkdf v0.12.4
12192026-08-31T09:27:37.409Z Downloaded icu_properties_data v2.2.0
12202026-08-31T09:27:37.409Z Downloaded rayon v1.12.0
12212026-08-31T09:27:37.409Z Downloaded zerocopy v0.7.35
12222026-08-31T09:27:37.409Z Downloaded tough v0.22.0
12232026-08-31T09:27:37.409Z Downloaded moka v0.12.16
12242026-08-31T09:27:37.410Z Downloaded tabled v0.15.0
12252026-08-31T09:27:37.410Z Downloaded iddqd v0.4.6
12262026-08-31T09:27:37.410Z Downloaded hyper v1.11.0
12272026-08-31T09:27:37.410Z Downloaded proptest v1.11.0
12282026-08-31T09:27:37.410Z Downloaded winnow v0.5.40
12292026-08-31T09:27:37.410Z Downloaded reqwest v0.13.4
12302026-08-31T09:27:37.410Z Downloaded serde_with v3.22.0
12312026-08-31T09:27:37.410Z Downloaded blake3 v1.8.6
12322026-08-31T09:27:37.410Z Downloaded aws-lc-rs v1.18.0
12332026-08-31T09:27:37.410Z Downloaded time v0.3.55
12342026-08-31T09:27:37.410Z Downloaded quinn-proto v0.11.16
12352026-08-31T09:27:37.410Z Downloaded syn v1.0.109
12362026-08-31T09:27:37.410Z Downloaded tabled v0.21.0
12372026-08-31T09:27:37.410Z Downloaded goblin v0.10.7
12382026-08-31T09:27:37.410Z Downloaded nix v0.31.3
12392026-08-31T09:27:37.410Z Downloaded smoltcp v0.11.0
12402026-08-31T09:27:37.410Z Downloaded openapiv3 v2.2.0
12412026-08-31T09:27:37.410Z Downloaded regress v0.10.5
12422026-08-31T09:27:37.410Z Downloaded regress v0.11.1
12432026-08-31T09:27:37.410Z Downloaded dropshot v0.17.1
12442026-08-31T09:27:37.410Z Downloaded syn v3.0.3
12452026-08-31T09:27:37.410Z Downloaded hickory-proto v0.24.4
12462026-08-31T09:27:37.410Z Downloaded hickory-proto v0.25.2
12472026-08-31T09:27:37.410Z Downloaded typify-impl v0.6.2
12482026-08-31T09:27:37.410Z Downloaded sled v0.34.7
12492026-08-31T09:27:37.410Z Downloaded typify-impl v0.4.3
12502026-08-31T09:27:37.410Z Downloaded rhai v1.26.0
12512026-08-31T09:27:37.410Z Downloaded encoding_rs v0.8.35
12522026-08-31T09:27:37.410Z Downloaded jiff v0.2.35
12532026-08-31T09:27:37.410Z Downloaded petgraph v0.6.5
12542026-08-31T09:27:37.410Z Downloaded lzma-sys v0.1.20
12552026-08-31T09:27:37.410Z Downloaded chrono-tz v0.10.4
12562026-08-31T09:27:37.410Z Downloaded csv v1.4.0
12572026-08-31T09:27:37.414Z Downloaded sha3 v0.10.9
12582026-08-31T09:27:37.514Z Downloaded aws-lc-sys v0.44.0
12592026-08-31T09:27:38.439Z Compiling proc-macro2 v1.0.107
12602026-08-31T09:27:38.439Z Compiling unicode-ident v1.0.24
12612026-08-31T09:27:38.443Z Compiling quote v1.0.47
12622026-08-31T09:27:38.443Z Compiling serde_core v1.0.229
12632026-08-31T09:27:38.443Z Compiling cfg-if v1.0.4
12642026-08-31T09:27:38.443Z Compiling serde v1.0.229
12652026-08-31T09:27:38.443Z Compiling libc v0.2.189
12662026-08-31T09:27:38.443Z Compiling memchr v2.8.3
12672026-08-31T09:27:38.605Z Compiling itoa v1.0.18
12682026-08-31T09:27:38.777Z Compiling smallvec v1.15.2
12692026-08-31T09:27:38.847Z Compiling zmij v1.0.23
12702026-08-31T09:27:38.912Z Compiling autocfg v1.5.1
12712026-08-31T09:27:38.975Z Compiling libm v0.2.16
12722026-08-31T09:27:39.265Z Compiling stable_deref_trait v1.2.1
12732026-08-31T09:27:39.280Z Compiling percent-encoding v2.3.2
12742026-08-31T09:27:39.333Z Compiling writeable v0.6.3
12752026-08-31T09:27:39.421Z Compiling litemap v0.8.2
12762026-08-31T09:27:39.473Z Compiling icu_properties_data v2.2.0
12772026-08-31T09:27:39.506Z Compiling utf8_iter v1.0.4
12782026-08-31T09:27:39.529Z Compiling icu_normalizer_data v2.2.0
12792026-08-31T09:27:39.605Z Compiling iana-time-zone v0.1.65
12802026-08-31T09:27:39.650Z Compiling form_urlencoded v1.2.2
12812026-08-31T09:27:39.688Z Compiling syn v2.0.119
12822026-08-31T09:27:39.750Z Compiling syn v3.0.3
12832026-08-31T09:27:39.840Z Compiling equivalent v1.0.2
12842026-08-31T09:27:39.899Z Compiling version_check v0.9.5
12852026-08-31T09:27:39.901Z Compiling allocator-api2 v0.2.21
12862026-08-31T09:27:39.960Z Compiling serde_json v1.0.151
12872026-08-31T09:27:39.983Z Compiling dyn-clone v1.0.20
12882026-08-31T09:27:40.120Z Compiling pin-project-lite v0.2.17
12892026-08-31T09:27:40.157Z Compiling num-traits v0.2.19
12902026-08-31T09:27:40.184Z Compiling parking_lot_core v0.9.12
12912026-08-31T09:27:40.212Z Compiling scopeguard v1.2.0
12922026-08-31T09:27:40.236Z Compiling thiserror v2.0.20
12932026-08-31T09:27:40.317Z Compiling lock_api v0.4.14
12942026-08-31T09:27:40.458Z Compiling hashbrown v0.17.1
12952026-08-31T09:27:40.547Z Compiling errno v0.3.14
12962026-08-31T09:27:40.560Z Compiling log v0.4.33
12972026-08-31T09:27:40.696Z Compiling heck v0.5.0
12982026-08-31T09:27:40.743Z Compiling rand_core v0.10.1
12992026-08-31T09:27:40.761Z Compiling semver v1.0.28
13002026-08-31T09:27:40.923Z Compiling getrandom v0.4.3
13012026-08-31T09:27:40.956Z Compiling zerocopy v0.8.56
13022026-08-31T09:27:41.029Z Compiling indexmap v2.14.0
13032026-08-31T09:27:41.170Z Compiling futures-core v0.3.34
13042026-08-31T09:27:41.325Z Compiling uuid v1.26.0
13052026-08-31T09:27:41.376Z Compiling fnv v1.0.7
13062026-08-31T09:27:41.393Z Compiling schemars v0.8.22
13072026-08-31T09:27:41.466Z Compiling rustversion v1.0.23
13082026-08-31T09:27:41.628Z Compiling futures-sink v0.3.34
13092026-08-31T09:27:41.670Z Compiling slab v0.4.12
13102026-08-31T09:27:41.725Z Compiling jobserver v0.1.35
13112026-08-31T09:27:41.755Z Compiling find-msvc-tools v0.1.10
13122026-08-31T09:27:41.842Z Compiling shlex v2.0.1
13132026-08-31T09:27:41.980Z Compiling cc v1.4.2
13142026-08-31T09:27:42.020Z Compiling futures-channel v0.3.34
13152026-08-31T09:27:42.029Z Compiling bitflags v2.13.1
13162026-08-31T09:27:42.235Z Compiling socket2 v0.6.5
13172026-08-31T09:27:42.258Z Compiling futures-task v0.3.34
13182026-08-31T09:27:42.262Z Compiling portable-atomic v1.15.0
13192026-08-31T09:27:42.338Z Compiling pkg-config v0.3.33
13202026-08-31T09:27:42.386Z Compiling futures-io v0.3.34
13212026-08-31T09:27:42.426Z Compiling parking_lot v0.12.5
13222026-08-31T09:27:42.539Z Compiling synstructure v0.13.2
13232026-08-31T09:27:42.675Z Compiling serde_derive_internals v0.29.1
13242026-08-31T09:27:42.769Z Compiling signal-hook-registry v1.4.8
13252026-08-31T09:27:42.829Z Compiling mio v1.2.2
13262026-08-31T09:27:42.967Z Compiling serde_derive v1.0.229
13272026-08-31T09:27:43.019Z Compiling displaydoc v0.2.7
13282026-08-31T09:27:43.058Z Compiling thiserror-impl v2.0.20
13292026-08-31T09:27:43.241Z Compiling tokio-macros v2.7.2
13302026-08-31T09:27:43.245Z Compiling futures-macro v0.3.34
13312026-08-31T09:27:43.316Z Compiling critical-section v1.2.0
13322026-08-31T09:27:43.379Z Compiling getrandom v0.3.4
13332026-08-31T09:27:43.420Z Compiling once_cell v1.21.4
13342026-08-31T09:27:43.634Z Compiling cmake v0.1.58
13352026-08-31T09:27:43.670Z Compiling zerofrom-derive v0.1.7
13362026-08-31T09:27:43.692Z Compiling yoke-derive v0.8.2
13372026-08-31T09:27:43.779Z Compiling zerovec-derive v0.11.3
13382026-08-31T09:27:43.951Z Compiling schemars_derive v0.8.22
13392026-08-31T09:27:43.962Z Compiling zerocopy-derive v0.8.56
13402026-08-31T09:27:44.049Z Compiling zeroize_derive v1.5.0
13412026-08-31T09:27:44.416Z Compiling futures-util v0.3.34
13422026-08-31T09:27:44.731Z Compiling zeroize v1.9.0
13432026-08-31T09:27:44.785Z Compiling dunce v1.0.5
13442026-08-31T09:27:44.877Z Compiling typenum v1.20.1
13452026-08-31T09:27:44.901Z Compiling fs_extra v1.3.0
13462026-08-31T09:27:44.920Z Compiling zerofrom v0.1.8
13472026-08-31T09:27:44.940Z Compiling regex-syntax v0.8.11
13482026-08-31T09:27:45.036Z Compiling yoke v0.8.3
13492026-08-31T09:27:45.151Z Compiling aws-lc-sys v0.44.0
13502026-08-31T09:27:45.197Z Compiling zerovec v0.11.6
13512026-08-31T09:27:45.216Z Compiling zerotrie v0.2.4
13522026-08-31T09:27:45.504Z Compiling base64 v0.22.1
13532026-08-31T09:27:45.662Z Compiling strsim v0.11.1
13542026-08-31T09:27:45.736Z Compiling tinystr v0.8.3
13552026-08-31T09:27:45.832Z Compiling potential_utf v0.1.5
13562026-08-31T09:27:45.915Z Compiling icu_locale_core v2.2.0
13572026-08-31T09:27:45.993Z Compiling icu_collections v2.2.0
13582026-08-31T09:27:46.047Z Compiling bytes v1.12.1
13592026-08-31T09:27:46.107Z Compiling chrono v0.4.45
13602026-08-31T09:27:46.508Z Compiling http v1.5.0
13612026-08-31T09:27:46.680Z Compiling icu_provider v2.2.0
13622026-08-31T09:27:46.720Z Compiling tokio v1.53.1
13632026-08-31T09:27:46.962Z Compiling icu_properties v2.2.0
13642026-08-31T09:27:46.989Z Compiling icu_normalizer v2.2.0
13652026-08-31T09:27:47.466Z Compiling rustix v1.1.4
13662026-08-31T09:27:47.554Z Compiling byteorder v1.5.0
13672026-08-31T09:27:47.566Z Compiling erased-serde v0.3.31
13682026-08-31T09:27:47.578Z Compiling subtle v2.6.1
13692026-08-31T09:27:47.734Z Compiling serde_tokenstream v0.2.3
13702026-08-31T09:27:47.761Z Compiling http-body v1.1.0
13712026-08-31T09:27:47.910Z Compiling idna_adapter v1.2.2
13722026-08-31T09:27:47.981Z Compiling httparse v1.10.1
13732026-08-31T09:27:48.002Z Compiling idna v1.1.0
13742026-08-31T09:27:48.036Z Compiling ipnet v2.12.1
13752026-08-31T09:27:48.047Z Compiling atomic-waker v1.1.2
13762026-08-31T09:27:48.127Z Compiling ucd-trie v0.1.7
13772026-08-31T09:27:48.200Z Compiling tower-service v0.3.3
13782026-08-31T09:27:48.248Z Compiling ppv-lite86 v0.2.21
13792026-08-31T09:27:48.303Z Compiling url v2.5.8
13802026-08-31T09:27:48.418Z Compiling thiserror v1.0.69
13812026-08-31T09:27:48.427Z Compiling tower-layer v0.3.3
13822026-08-31T09:27:48.557Z Compiling pest v2.8.8
13832026-08-31T09:27:48.575Z Compiling thiserror-impl v1.0.69
13842026-08-31T09:27:48.747Z Compiling getrandom v0.2.17
13852026-08-31T09:27:48.877Z Compiling ryu v1.0.23
13862026-08-31T09:27:48.924Z Compiling untrusted v0.9.0
13872026-08-31T09:27:49.037Z Compiling try-lock v0.2.5
13882026-08-31T09:27:49.049Z Compiling rand_core v0.6.4
13892026-08-31T09:27:49.141Z Compiling want v0.3.1
13902026-08-31T09:27:49.145Z Compiling httpdate v1.0.3
13912026-08-31T09:27:49.300Z Compiling pretty-hex v0.4.2
13922026-08-31T09:27:49.348Z Compiling plain v0.2.3
13932026-08-31T09:27:49.447Z Compiling paste v1.0.15
13942026-08-31T09:27:49.457Z Compiling foldhash v0.2.0
13952026-08-31T09:27:49.457Z Compiling fastrand v2.5.0
13962026-08-31T09:27:49.718Z Compiling pest_meta v2.8.8
13972026-08-31T09:27:49.739Z Compiling ipnetwork v0.21.1
13982026-08-31T09:27:49.825Z Compiling tracing-attributes v0.1.31
13992026-08-31T09:27:49.837Z Compiling tracing-core v0.1.36
14002026-08-31T09:27:49.920Z Compiling slog v2.8.2
14012026-08-31T09:27:50.154Z Compiling oxnet v0.1.7
14022026-08-31T09:27:50.172Z Compiling winnow v1.0.4
14032026-08-31T09:27:50.384Z Compiling pest_generator v2.8.8
14042026-08-31T09:27:50.464Z Compiling omicron-workspace-hack v0.1.0
14052026-08-31T09:27:50.660Z Compiling ident_case v1.0.1
14062026-08-31T09:27:50.777Z Compiling serde_urlencoded v0.7.1
14072026-08-31T09:27:50.958Z Compiling http-body-util v0.1.5
14082026-08-31T09:27:50.958Z Compiling pest_derive v2.8.8
14092026-08-31T09:27:50.994Z Compiling aho-corasick v1.1.5
14102026-08-31T09:27:51.079Z Compiling tracing v0.1.44
14112026-08-31T09:27:51.252Z Compiling sync_wrapper v1.0.2
14122026-08-31T09:27:51.283Z Compiling daft-derive v0.1.8
14132026-08-31T09:27:51.353Z Compiling hashbrown v0.16.1
14142026-08-31T09:27:51.525Z Compiling scroll_derive v0.13.1
14152026-08-31T09:27:51.945Z Compiling regex-automata v0.4.18
14162026-08-31T09:27:52.007Z Compiling time-core v0.1.9
14172026-08-31T09:27:52.163Z Compiling num-conv v0.2.2
14182026-08-31T09:27:52.297Z Compiling anyhow v1.0.104
14192026-08-31T09:27:52.309Z Compiling time-macros v0.2.32
14202026-08-31T09:27:52.335Z Compiling scroll v0.13.0
14212026-08-31T09:27:52.464Z Compiling tokio-util v0.7.19
14222026-08-31T09:27:52.594Z Compiling async-trait v0.1.92
14232026-08-31T09:27:52.803Z Compiling deranged v0.5.8
14242026-08-31T09:27:53.211Z Compiling powerfmt v0.2.0
14252026-08-31T09:27:53.283Z Compiling num_threads v0.1.7
14262026-08-31T09:27:53.324Z Compiling aws-lc-rs v1.18.0
14272026-08-31T09:27:53.435Z Compiling goblin v0.10.7
14282026-08-31T09:27:53.522Z Compiling rustls-pki-types v1.15.1
14292026-08-31T09:27:53.607Z Compiling regex v1.13.1
14302026-08-31T09:27:53.738Z Compiling openssl-probe v0.2.1
14312026-08-31T09:27:53.774Z Compiling hex v0.4.3
14322026-08-31T09:27:53.921Z Compiling rand_core v0.9.5
14332026-08-31T09:27:54.001Z Compiling untrusted v0.7.1
14342026-08-31T09:27:54.021Z Compiling camino v1.2.5
14352026-08-31T09:27:54.052Z Compiling usdt-impl v0.6.0
14362026-08-31T09:27:54.116Z Compiling dtrace-parser v0.3.0
14372026-08-31T09:27:54.373Z Compiling quick-error v1.2.3
14382026-08-31T09:27:54.395Z Compiling crc32fast v1.5.0
14392026-08-31T09:27:54.445Z Compiling crossbeam-utils v0.8.22
14402026-08-31T09:27:54.456Z Compiling rustls v0.23.43
14412026-08-31T09:27:54.705Z Compiling rand_chacha v0.9.0
14422026-08-31T09:27:54.748Z Compiling h2 v0.4.15
14432026-08-31T09:27:54.811Z Compiling thread-id v5.1.0
14442026-08-31T09:27:54.909Z Compiling bit-vec v0.8.0
14452026-08-31T09:27:54.932Z Compiling rand v0.9.5
14462026-08-31T09:27:55.108Z Compiling bit-set v0.8.0
14472026-08-31T09:27:55.446Z Compiling futures-executor v0.3.34
14482026-08-31T09:27:55.487Z Compiling serde_tokenstream v0.3.0
14492026-08-31T09:27:55.627Z Compiling structmeta-derive v0.3.0
14502026-08-31T09:27:55.657Z Compiling thread_local v1.1.10
14512026-08-31T09:27:55.726Z Compiling simd-adler32 v0.3.10
14522026-08-31T09:27:55.766Z Compiling cpufeatures v0.3.0
14532026-08-31T09:27:55.836Z Compiling unarray v0.1.4
14542026-08-31T09:27:55.916Z Compiling adler2 v2.0.1
14552026-08-31T09:27:55.920Z Compiling newtype-uuid-macros v0.1.1
14562026-08-31T09:27:55.941Z Compiling futures v0.3.34
14572026-08-31T09:27:56.012Z Compiling miniz_oxide v0.8.9
14582026-08-31T09:27:56.052Z Compiling darling_core v0.23.0
14592026-08-31T09:27:56.067Z Compiling hybrid-array v0.4.14
14602026-08-31T09:27:56.513Z Compiling dof v0.4.0
14612026-08-31T09:27:56.647Z Compiling match_cfg v0.1.0
14622026-08-31T09:27:56.650Z Compiling structmeta v0.3.0
14632026-08-31T09:27:56.680Z Compiling slog-async v2.8.0
14642026-08-31T09:27:56.720Z Compiling flate2 v1.1.9
14652026-08-31T09:27:56.835Z Compiling hyper v1.11.0
14662026-08-31T09:27:57.003Z Compiling tempfile v3.27.0
14672026-08-31T09:27:57.124Z Compiling newtype-uuid v1.4.0
14682026-08-31T09:27:57.453Z Compiling take_mut v0.2.2
14692026-08-31T09:27:57.561Z Compiling term v1.2.1
14702026-08-31T09:27:57.834Z Compiling compression-core v0.4.32
14712026-08-31T09:27:57.850Z Compiling ref-cast v1.0.26
14722026-08-31T09:27:57.986Z Compiling hyper-util v0.1.20
14732026-08-31T09:27:58.087Z Compiling compression-codecs v0.4.38
14742026-08-31T09:27:58.091Z Compiling darling_macro v0.23.0
14752026-08-31T09:27:58.180Z Compiling daft v0.1.8
14762026-08-31T09:27:58.249Z Compiling crypto-common v0.2.2
14772026-08-31T09:27:58.341Z Compiling block-buffer v0.12.1
14782026-08-31T09:27:58.392Z Compiling usdt-macro v0.6.0
14792026-08-31T09:27:58.437Z Compiling usdt-attr-macro v0.6.0
14802026-08-31T09:27:58.488Z Compiling strum_macros v0.26.4
14812026-08-31T09:27:58.596Z Compiling ref-cast-impl v1.0.26
14822026-08-31T09:27:58.674Z Compiling darling v0.23.0
14832026-08-31T09:27:58.751Z Compiling serde_spanned v1.1.1
14842026-08-31T09:27:58.894Z Compiling multer v3.1.0
14852026-08-31T09:27:59.113Z Compiling toml_writer v1.1.2+spec-1.1.0
14862026-08-31T09:27:59.169Z Compiling const-oid v0.10.2
14872026-08-31T09:27:59.200Z Compiling debug-ignore v1.0.5
14882026-08-31T09:27:59.352Z Compiling digest v0.11.3
14892026-08-31T09:27:59.437Z Compiling serde_with_macros v3.22.0
14902026-08-31T09:27:59.462Z Compiling async-stream-impl v0.3.6
14912026-08-31T09:27:59.513Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
14922026-08-31T09:27:59.553Z Compiling dropshot v0.17.1
14932026-08-31T09:27:59.651Z Compiling encoding_rs v0.8.35
14942026-08-31T09:27:59.663Z Compiling mime v0.3.17
14952026-08-31T09:27:59.773Z Compiling spin v0.9.9
14962026-08-31T09:27:59.931Z Compiling sha1 v0.11.0
14972026-08-31T09:27:59.935Z Compiling derive-ex v0.1.8
14982026-08-31T09:27:59.973Z Compiling tower v0.5.3
14992026-08-31T09:28:00.093Z Compiling async-stream v0.3.6
15002026-08-31T09:28:00.134Z Compiling strum v0.26.3
15012026-08-31T09:28:00.176Z Compiling waitgroup v0.1.2
15022026-08-31T09:28:00.256Z Compiling dropshot_endpoint v0.17.1
15032026-08-31T09:28:00.256Z Compiling macaddr v1.0.1
15042026-08-31T09:28:00.309Z Compiling serde_path_to_error v0.1.20
15052026-08-31T09:28:00.574Z Compiling tower-http v0.6.11
15062026-08-31T09:28:00.748Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15072026-08-31T09:28:00.919Z Compiling time v0.3.55
15082026-08-31T09:28:00.978Z Compiling openapiv3 v2.2.0
15092026-08-31T09:28:01.148Z Compiling strum_macros v0.27.2
15102026-08-31T09:28:01.476Z Compiling test-strategy v0.4.5
15112026-08-31T09:28:01.869Z Compiling wait-timeout v0.2.1
15122026-08-31T09:28:02.166Z Compiling instant v0.1.13
15132026-08-31T09:28:02.267Z Compiling syn v1.0.109
15142026-08-31T09:28:02.402Z Compiling rusty-fork v0.3.1
15152026-08-31T09:28:02.691Z Compiling crossbeam-channel v0.5.16
15162026-08-31T09:28:02.756Z Compiling rand_xorshift v0.4.0
15172026-08-31T09:28:02.778Z Compiling rustls-native-certs v0.8.4
15182026-08-31T09:28:02.925Z Compiling strum v0.27.2
15192026-08-31T09:28:03.024Z Compiling proptest v1.11.0
15202026-08-31T09:28:03.160Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15212026-08-31T09:28:03.545Z Compiling either v1.17.0
15222026-08-31T09:28:04.203Z Compiling parse-display-derive v0.10.0
15232026-08-31T09:28:04.554Z Compiling backon v1.6.0
15242026-08-31T09:28:04.758Z Compiling rand_chacha v0.3.1
15252026-08-31T09:28:04.800Z Compiling generic-array v0.14.7
15262026-08-31T09:28:04.863Z Compiling is-terminal v0.4.17
15272026-08-31T09:28:04.917Z Compiling memmap2 v0.9.11
15282026-08-31T09:28:05.067Z Compiling usdt v0.6.0
15292026-08-31T09:28:05.139Z Compiling rand v0.8.7
15302026-08-31T09:28:05.157Z Compiling slog-term v2.9.2
15312026-08-31T09:28:05.348Z Compiling slog-json v2.6.1
15322026-08-31T09:28:05.556Z Compiling hostname v0.3.1
15332026-08-31T09:28:05.695Z Compiling toml_parser v1.1.3+spec-1.1.0
15342026-08-31T09:28:05.771Z Compiling toml_datetime v1.1.1+spec-1.1.0
15352026-08-31T09:28:05.787Z Compiling slog-bunyan v2.5.0
15362026-08-31T09:28:05.871Z Compiling serde_with v3.22.0
15372026-08-31T09:28:05.916Z Compiling async-compression v0.4.43
15382026-08-31T09:28:06.070Z Compiling toml v1.1.4+spec-1.1.0
15392026-08-31T09:28:06.219Z Compiling rustls-pemfile v2.2.0
15402026-08-31T09:28:06.352Z Compiling regress v0.10.5
15412026-08-31T09:28:06.378Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15422026-08-31T09:28:06.411Z Compiling hostname v0.4.2
15432026-08-31T09:28:06.474Z Compiling humantime v2.4.0
15442026-08-31T09:28:06.547Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15452026-08-31T09:28:06.675Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15462026-08-31T09:28:06.736Z Compiling iddqd v0.4.6
15472026-08-31T09:28:06.842Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15482026-08-31T09:28:06.943Z Compiling crypto-common v0.1.7
15492026-08-31T09:28:07.068Z Compiling reqwest v0.12.28
15502026-08-31T09:28:07.241Z Compiling parse-display v0.10.0
15512026-08-31T09:28:07.561Z Compiling backoff v0.4.0
15522026-08-31T09:28:07.571Z Compiling itertools v0.14.0
15532026-08-31T09:28:07.767Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15542026-08-31T09:28:07.962Z Compiling utf8parse v0.2.2
15552026-08-31T09:28:08.067Z Compiling progenitor-client v0.10.0
15562026-08-31T09:28:08.335Z Compiling anstyle-parse v1.0.0
15572026-08-31T09:28:08.718Z Compiling is_terminal_polyfill v1.70.2
15582026-08-31T09:28:08.777Z Compiling colorchoice v1.0.5
15592026-08-31T09:28:08.809Z Compiling anstyle v1.0.14
15602026-08-31T09:28:08.822Z Compiling anstyle-query v1.1.5
15612026-08-31T09:28:08.887Z Compiling clap_lex v1.1.0
15622026-08-31T09:28:08.919Z Compiling block-buffer v0.10.4
15632026-08-31T09:28:09.033Z Compiling anstream v1.0.0
15642026-08-31T09:28:09.061Z Compiling clap_derive v4.6.4
15652026-08-31T09:28:09.123Z Compiling digest v0.10.7
15662026-08-31T09:28:09.309Z Compiling terminal_size v0.4.4
15672026-08-31T09:28:10.055Z Compiling clap_builder v4.6.6
15682026-08-31T09:28:10.118Z Compiling regress v0.11.1
15692026-08-31T09:28:10.186Z Compiling unicode-width v0.2.2
15702026-08-31T09:28:11.257Z Compiling toml_datetime v0.6.11
15712026-08-31T09:28:11.520Z Compiling zerocopy-derive v0.7.35
15722026-08-31T09:28:11.744Z Compiling clap v4.6.6
15732026-08-31T09:28:11.823Z Compiling typify-impl v0.6.2
15742026-08-31T09:28:11.917Z Compiling cpufeatures v0.2.17
15752026-08-31T09:28:12.221Z Compiling convert_case v0.4.0
15762026-08-31T09:28:12.351Z Compiling zerocopy v0.7.35
15772026-08-31T09:28:12.559Z Compiling derive_more v0.99.20
15782026-08-31T09:28:13.618Z Compiling toml_edit v0.25.13+spec-1.1.0
15792026-08-31T09:28:14.264Z Compiling proc-macro-crate v3.5.0
15802026-08-31T09:28:14.517Z Compiling secrecy v0.10.3
15812026-08-31T09:28:14.683Z Compiling crucible-workspace-hack v0.1.0
15822026-08-31T09:28:14.827Z Compiling float-ord v0.3.2
15832026-08-31T09:28:14.852Z Compiling tinyvec_macros v0.1.1
15842026-08-31T09:28:14.912Z Compiling tinyvec v1.12.0
15852026-08-31T09:28:14.926Z Compiling num_enum_derive v0.7.6
15862026-08-31T09:28:15.524Z Compiling dtrace-parser v0.2.0
15872026-08-31T09:28:15.566Z Compiling scroll_derive v0.12.1
15882026-08-31T09:28:15.675Z Compiling num-integer v0.1.47
15892026-08-31T09:28:15.993Z Compiling rustc_version v0.4.1
15902026-08-31T09:28:16.257Z Compiling usdt-impl v0.5.0
15912026-08-31T09:28:16.372Z Compiling crossbeam-epoch v0.9.20
15922026-08-31T09:28:16.446Z Compiling scroll v0.12.0
15932026-08-31T09:28:16.593Z Compiling curve25519-dalek v4.1.3
15942026-08-31T09:28:16.643Z Compiling num_enum v0.7.6
15952026-08-31T09:28:16.830Z Compiling dof v0.3.0
15962026-08-31T09:28:16.898Z Compiling hmac v0.12.1
15972026-08-31T09:28:17.029Z Compiling inout v0.1.4
15982026-08-31T09:28:17.145Z Compiling darling_core v0.21.3
15992026-08-31T09:28:17.156Z Compiling ff v0.13.1
16002026-08-31T09:28:17.247Z Compiling thread-id v4.2.2
16012026-08-31T09:28:17.260Z Compiling group v0.13.0
16022026-08-31T09:28:17.277Z Compiling cipher v0.4.4
16032026-08-31T09:28:17.488Z Compiling hkdf v0.12.4
16042026-08-31T09:28:17.830Z Compiling goblin v0.8.2
16052026-08-31T09:28:17.943Z Compiling num-iter v0.1.46
16062026-08-31T09:28:18.058Z Compiling num-rational v0.4.2
16072026-08-31T09:28:18.095Z Compiling typify-macro v0.6.2
16082026-08-31T09:28:18.215Z Compiling universal-hash v0.5.1
16092026-08-31T09:28:18.336Z Compiling thiserror-impl-no-std v2.0.2
16102026-08-31T09:28:18.336Z Compiling hubpack_derive v0.1.1
16112026-08-31T09:28:18.657Z Compiling crypto-bigint v0.5.5
16122026-08-31T09:28:18.850Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16132026-08-31T09:28:19.218Z Compiling darling_macro v0.21.3
16142026-08-31T09:28:19.421Z Compiling half v2.7.1
16152026-08-31T09:28:19.668Z Compiling curve25519-dalek-derive v0.1.1
16162026-08-31T09:28:19.713Z Compiling num-complex v0.4.6
16172026-08-31T09:28:20.081Z Compiling memoffset v0.9.1
16182026-08-31T09:28:20.103Z Compiling base16ct v0.2.0
16192026-08-31T09:28:20.155Z Compiling base64ct v1.8.3
16202026-08-31T09:28:20.224Z Compiling typify v0.6.2
16212026-08-31T09:28:20.259Z Compiling opaque-debug v0.3.1
16222026-08-31T09:28:20.325Z Compiling cfg_aliases v0.2.2
16232026-08-31T09:28:20.332Z Compiling ciborium-io v0.2.2
16242026-08-31T09:28:20.332Z Compiling unsafe-libyaml v0.2.11
16252026-08-31T09:28:20.384Z Compiling nix v0.31.3
16262026-08-31T09:28:20.408Z Compiling ciborium-ll v0.2.2
16272026-08-31T09:28:20.451Z Compiling password-hash v0.5.0
16282026-08-31T09:28:20.718Z Compiling poly1305 v0.8.0
16292026-08-31T09:28:20.852Z Compiling serde_yaml v0.9.34+deprecated
16302026-08-31T09:28:20.881Z Compiling elliptic-curve v0.13.8
16312026-08-31T09:28:21.213Z Compiling num v0.4.3
16322026-08-31T09:28:21.447Z Compiling darling v0.21.3
16332026-08-31T09:28:21.530Z Compiling thiserror-no-std v2.0.2
16342026-08-31T09:28:21.612Z Compiling hubpack v0.1.2
16352026-08-31T09:28:21.837Z Compiling chacha20 v0.9.1
16362026-08-31T09:28:22.039Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16372026-08-31T09:28:22.082Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16382026-08-31T09:28:22.494Z Compiling blake2 v0.10.6
16392026-08-31T09:28:22.667Z Compiling aead v0.5.2
16402026-08-31T09:28:22.718Z Compiling byte-wrapper v0.1.0
16412026-08-31T09:28:22.827Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16422026-08-31T09:28:22.935Z Compiling proc-macro-error-attr v1.0.4
16432026-08-31T09:28:23.151Z Compiling heapless v0.8.0
16442026-08-31T09:28:23.154Z Compiling static_assertions v1.1.0
16452026-08-31T09:28:23.230Z Compiling rustix v0.38.44
16462026-08-31T09:28:23.276Z Compiling prettyplease v0.2.37
16472026-08-31T09:28:23.443Z Compiling keccak v0.1.6
16482026-08-31T09:28:23.678Z Compiling sha3 v0.10.9
16492026-08-31T09:28:23.976Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16502026-08-31T09:28:24.194Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16512026-08-31T09:28:24.460Z Compiling chacha20poly1305 v0.10.1
16522026-08-31T09:28:24.489Z Compiling argon2 v0.5.3
16532026-08-31T09:28:24.789Z Compiling vsss-rs v3.3.4
16542026-08-31T09:28:24.792Z Compiling ingot-macros v0.1.1
16552026-08-31T09:28:25.094Z Compiling ciborium v0.2.2
16562026-08-31T09:28:25.500Z Compiling usdt-macro v0.5.0
16572026-08-31T09:28:25.513Z Compiling usdt-attr-macro v0.5.0
16582026-08-31T09:28:26.389Z Compiling hash32 v0.3.1
16592026-08-31T09:28:26.538Z Compiling serde_spanned v0.6.9
16602026-08-31T09:28:26.633Z Compiling enum-as-inner v0.6.1
16612026-08-31T09:28:26.650Z Compiling num-derive v0.4.2
16622026-08-31T09:28:26.672Z Compiling proc-macro-error v1.0.4
16632026-08-31T09:28:26.889Z Compiling memmap v0.7.0
16642026-08-31T09:28:27.090Z Compiling smoltcp v0.11.0
16652026-08-31T09:28:27.164Z Compiling toml_write v0.1.2
16662026-08-31T09:28:27.190Z Compiling indent_write v2.2.0
16672026-08-31T09:28:27.235Z Compiling winnow v0.7.15
16682026-08-31T09:28:27.318Z Compiling data-encoding v2.11.1
16692026-08-31T09:28:27.349Z Compiling winnow v0.5.40
16702026-08-31T09:28:27.389Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16712026-08-31T09:28:27.480Z Compiling usdt v0.5.0
16722026-08-31T09:28:27.504Z Compiling ingot-types v0.1.2
16732026-08-31T09:28:27.697Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16742026-08-31T09:28:27.734Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16752026-08-31T09:28:27.889Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16762026-08-31T09:28:28.265Z Compiling tabwriter v1.4.1
16772026-08-31T09:28:28.467Z Compiling cobs v0.3.0
16782026-08-31T09:28:28.496Z Compiling serde_repr v0.1.21
16792026-08-31T09:28:28.654Z Compiling toml_edit v0.19.15
16802026-08-31T09:28:28.698Z Compiling toml_edit v0.22.27
16812026-08-31T09:28:28.701Z Compiling crossbeam-deque v0.8.7
16822026-08-31T09:28:28.959Z Compiling bytecount v0.6.9
16832026-08-31T09:28:29.004Z Compiling vcpkg v0.2.15
16842026-08-31T09:28:29.044Z Compiling bitflags v1.3.2
16852026-08-31T09:28:29.098Z Compiling managed v0.8.0
16862026-08-31T09:28:29.113Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
16872026-08-31T09:28:29.419Z Compiling postcard v1.1.3
16882026-08-31T09:28:29.591Z Compiling openssl-sys v0.9.117
16892026-08-31T09:28:29.800Z Compiling proc-macro-crate v1.3.1
16902026-08-31T09:28:30.119Z Compiling toml v0.8.23
16912026-08-31T09:28:30.132Z Compiling ingot v0.1.1
16922026-08-31T09:28:30.659Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
16932026-08-31T09:28:30.817Z Compiling foreign-types-macros v0.2.4
16942026-08-31T09:28:30.965Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16952026-08-31T09:28:31.245Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
16962026-08-31T09:28:31.266Z Compiling heck v0.4.1
16972026-08-31T09:28:31.431Z Compiling colored v3.1.1
16982026-08-31T09:28:31.460Z Compiling unicode-segmentation v1.13.3
16992026-08-31T09:28:31.471Z Compiling rayon-core v1.13.0
17002026-08-31T09:28:31.733Z Compiling semver v0.1.20
17012026-08-31T09:28:31.743Z Compiling linked-hash-map v0.5.6
17022026-08-31T09:28:31.823Z Compiling swrite v0.1.0
17032026-08-31T09:28:31.869Z Compiling resolv-conf v0.7.6
17042026-08-31T09:28:31.911Z Compiling foreign-types-shared v0.3.1
17052026-08-31T09:28:31.922Z Compiling rustc_version v0.1.7
17062026-08-31T09:28:31.944Z Compiling lru-cache v0.1.2
17072026-08-31T09:28:31.984Z Compiling foreign-types v0.5.0
17082026-08-31T09:28:31.995Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17092026-08-31T09:28:32.008Z Compiling newline-converter v0.3.0
17102026-08-31T09:28:32.118Z Compiling num_enum_derive v0.5.11
17112026-08-31T09:28:32.251Z Compiling atomicwrites v0.4.4
17122026-08-31T09:28:32.339Z Compiling hickory-proto v0.24.4
17132026-08-31T09:28:32.408Z Compiling progenitor-impl v0.14.0
17142026-08-31T09:28:32.431Z Compiling progenitor-impl v0.13.0
17152026-08-31T09:28:33.146Z Compiling rustls-webpki v0.103.14
17162026-08-31T09:28:33.353Z Compiling console v0.16.4
17172026-08-31T09:28:33.994Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17182026-08-31T09:28:34.160Z Compiling camino-tempfile v1.4.1
17192026-08-31T09:28:34.164Z Compiling chacha20 v0.10.1
17202026-08-31T09:28:34.467Z Compiling serde-big-array v0.5.1
17212026-08-31T09:28:34.483Z Compiling pin-project-internal v1.1.13
17222026-08-31T09:28:34.538Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17232026-08-31T09:28:34.607Z Compiling derive-where v1.6.1
17242026-08-31T09:28:35.073Z Compiling cstr-argument v0.1.2
17252026-08-31T09:28:35.228Z Compiling similar v3.2.0
17262026-08-31T09:28:35.579Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
17272026-08-31T09:28:35.609Z Compiling siphasher v1.0.3
17282026-08-31T09:28:35.793Z Compiling minimal-lexical v0.2.1
17292026-08-31T09:28:35.819Z Compiling phf_shared v0.12.1
17302026-08-31T09:28:35.855Z Compiling pin-project v1.1.13
17312026-08-31T09:28:35.953Z Compiling expectorate v1.3.0
17322026-08-31T09:28:35.990Z Compiling nom v7.1.3
17332026-08-31T09:28:36.003Z Compiling progenitor-macro v0.13.0
17342026-08-31T09:28:36.013Z Compiling progenitor-macro v0.14.0
17352026-08-31T09:28:36.044Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17362026-08-31T09:28:36.298Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-31T09:28:36.573Z Compiling tokio-rustls v0.26.4
17382026-08-31T09:28:36.836Z Compiling hyper-rustls v0.27.9
17392026-08-31T09:28:37.124Z Compiling rustls-platform-verifier v0.7.0
17402026-08-31T09:28:37.323Z Compiling reqwest v0.13.4
17412026-08-31T09:28:39.127Z Compiling progenitor-client v0.14.0
17422026-08-31T09:28:39.484Z Compiling progenitor-extras v0.2.0
17432026-08-31T09:28:39.895Z Compiling progenitor-client v0.13.0
17442026-08-31T09:28:40.198Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17452026-08-31T09:28:40.264Z Compiling rand v0.10.2
17462026-08-31T09:28:40.323Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17472026-08-31T09:28:40.944Z Compiling hickory-resolver v0.24.4
17482026-08-31T09:28:41.361Z Compiling num_enum v0.5.11
17492026-08-31T09:28:41.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
17502026-08-31T09:28:41.802Z Compiling newtype_derive v0.1.6
17512026-08-31T09:28:43.419Z Compiling unicode-normalization v0.1.25
17522026-08-31T09:28:43.589Z Compiling tokio-stream v0.1.19
17532026-08-31T09:28:43.885Z Compiling async-recursion v1.1.1
17542026-08-31T09:28:44.072Z Compiling snafu-derive v0.8.9
17552026-08-31T09:28:44.262Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17562026-08-31T09:28:44.563Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17572026-08-31T09:28:44.602Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-08-31T09:28:45.214Z Compiling slog-dtrace v0.3.0
17592026-08-31T09:28:45.821Z Compiling csv-core v0.1.13
17602026-08-31T09:28:45.905Z Compiling bstr v1.13.1
17612026-08-31T09:28:46.092Z Compiling unicode-xid v0.2.6
17622026-08-31T09:28:46.217Z Compiling chrono-tz v0.10.4
17632026-08-31T09:28:46.402Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17642026-08-31T09:28:46.428Z Compiling jiff-core v0.1.0
17652026-08-31T09:28:46.449Z Compiling highway v1.3.0
17662026-08-31T09:28:46.510Z Compiling same-file v1.0.6
17672026-08-31T09:28:46.665Z Compiling foldhash v0.1.5
17682026-08-31T09:28:46.689Z Compiling konst_macro_rules v0.2.19
17692026-08-31T09:28:46.824Z Compiling cancel-safe-futures v0.1.5
17702026-08-31T09:28:46.840Z Compiling owo-colors v4.3.0
17712026-08-31T09:28:46.859Z Compiling openssl v0.10.81
17722026-08-31T09:28:47.060Z Compiling foreign-types-shared v0.1.1
17732026-08-31T09:28:47.122Z Compiling unicode-width v0.1.14
17742026-08-31T09:28:47.210Z Compiling jiff v0.2.35
17752026-08-31T09:28:47.394Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17762026-08-31T09:28:47.406Z Compiling foreign-types v0.3.2
17772026-08-31T09:28:47.471Z Compiling konst v0.2.20
17782026-08-31T09:28:47.482Z Compiling hashbrown v0.15.5
17792026-08-31T09:28:47.578Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17802026-08-31T09:28:47.635Z Compiling walkdir v2.5.0
17812026-08-31T09:28:47.998Z Compiling globset v0.4.20
17822026-08-31T09:28:48.011Z Compiling const_format_proc_macros v0.2.34
17832026-08-31T09:28:48.449Z Compiling csv v1.4.0
17842026-08-31T09:28:48.798Z Compiling snafu v0.8.9
17852026-08-31T09:28:48.954Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17862026-08-31T09:28:48.996Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17872026-08-31T09:28:49.036Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17882026-08-31T09:28:49.183Z Compiling qorb v0.4.1
17892026-08-31T09:28:49.359Z Compiling progenitor v0.14.0
17902026-08-31T09:28:49.473Z Compiling olpc-cjson v0.1.4
17912026-08-31T09:28:49.498Z Compiling progenitor v0.13.0
17922026-08-31T09:28:49.648Z Compiling rayon v1.12.0
17932026-08-31T09:28:49.954Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17942026-08-31T09:28:50.300Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17952026-08-31T09:28:51.143Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-08-31T09:28:51.220Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17972026-08-31T09:28:51.309Z Compiling phf v0.12.1
17982026-08-31T09:28:51.463Z Compiling zone_cfg_derive v0.3.1
17992026-08-31T09:28:51.672Z Compiling tokio-dtrace v0.1.1
18002026-08-31T09:28:51.684Z Compiling itertools v0.12.1
18012026-08-31T09:28:51.834Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18022026-08-31T09:28:51.933Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18032026-08-31T09:28:52.026Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18042026-08-31T09:28:52.152Z Compiling libsw-core v0.3.2
18052026-08-31T09:28:52.319Z Compiling serde_plain v1.0.2
18062026-08-31T09:28:52.393Z Compiling pem v3.0.6
18072026-08-31T09:28:52.507Z Compiling openssl-macros v0.1.1
18082026-08-31T09:28:52.518Z Compiling cookie v0.18.2
18092026-08-31T09:28:52.528Z Compiling sigpipe v0.1.3
18102026-08-31T09:28:52.579Z Compiling fixedbitset v0.4.2
18112026-08-31T09:28:52.613Z Compiling typed-path v0.9.3
18122026-08-31T09:28:52.741Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18132026-08-31T09:28:52.769Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18142026-08-31T09:28:52.808Z Compiling glob v0.3.4
18152026-08-31T09:28:52.886Z Compiling fixedbitset v0.5.7
18162026-08-31T09:28:52.976Z Compiling zone v0.3.1
18172026-08-31T09:28:53.214Z Compiling petgraph v0.8.3
18182026-08-31T09:28:53.242Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-08-31T09:28:53.770Z Compiling tough v0.22.0
18202026-08-31T09:28:53.961Z Compiling petgraph v0.6.5
18212026-08-31T09:28:53.976Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18222026-08-31T09:28:55.075Z Compiling libsw v3.5.0
18232026-08-31T09:28:55.258Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18242026-08-31T09:28:55.261Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18252026-08-31T09:28:55.337Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18262026-08-31T09:28:55.505Z Compiling oxide-tokio-rt v0.1.6
18272026-08-31T09:28:55.545Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18282026-08-31T09:28:55.908Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18292026-08-31T09:28:56.391Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18302026-08-31T09:28:56.403Z Compiling const_format v0.2.36
18312026-08-31T09:28:56.678Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18322026-08-31T09:28:56.922Z Compiling papergrid v0.11.0
18332026-08-31T09:28:57.127Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18342026-08-31T09:28:57.257Z Compiling tabled_derive v0.7.0
18352026-08-31T09:28:57.716Z Compiling gethostname v0.5.0
18362026-08-31T09:28:57.763Z Compiling libscf-sys v1.2.0
18372026-08-31T09:28:57.840Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18382026-08-31T09:28:57.901Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18392026-08-31T09:28:57.929Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18402026-08-31T09:28:58.020Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-08-31T09:28:58.144Z Compiling bcs v0.1.6
18422026-08-31T09:28:58.188Z Compiling smf v0.2.3
18432026-08-31T09:28:58.220Z Compiling nom v8.0.0
18442026-08-31T09:28:58.236Z Compiling smawk v0.3.3
18452026-08-31T09:28:58.389Z Compiling whoami v1.6.1
18462026-08-31T09:28:58.458Z Compiling linear-map v1.2.0
18472026-08-31T09:28:58.643Z Compiling unicode-linebreak v0.1.5
18482026-08-31T09:28:58.671Z Compiling tagptr v0.2.0
18492026-08-31T09:28:58.674Z Compiling termtree v0.5.1
18502026-08-31T09:28:58.785Z Compiling lazy_static v1.5.0
18512026-08-31T09:28:58.820Z Compiling moka v0.12.16
18522026-08-31T09:28:58.832Z Compiling textwrap v0.16.2
18532026-08-31T09:28:58.883Z Compiling steno v0.4.1
18542026-08-31T09:28:58.886Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18552026-08-31T09:28:59.371Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-08-31T09:29:00.035Z Compiling tabled v0.15.0
18572026-08-31T09:29:00.552Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18582026-08-31T09:29:00.634Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18592026-08-31T09:29:00.653Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18602026-08-31T09:29:01.735Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18612026-08-31T09:29:02.196Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18622026-08-31T09:29:02.679Z Compiling papergrid v0.18.0
18632026-08-31T09:29:02.751Z Compiling hickory-proto v0.25.2
18642026-08-31T09:29:03.400Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18652026-08-31T09:29:03.556Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18662026-08-31T09:29:03.839Z Compiling tabled v0.21.0
18672026-08-31T09:29:04.249Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981)
18682026-08-31T09:29:04.432Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18692026-08-31T09:29:04.749Z Compiling hickory-resolver v0.25.2
18702026-08-31T09:29:05.842Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
18712026-08-31T09:29:06.183Z Compiling itertools v0.15.0
18722026-08-31T09:29:06.227Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18732026-08-31T09:29:06.293Z Compiling parking_lot_core v0.8.6
18742026-08-31T09:29:06.568Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18752026-08-31T09:29:06.726Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18762026-08-31T09:29:06.766Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18772026-08-31T09:29:07.034Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18782026-08-31T09:29:07.559Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18792026-08-31T09:29:07.796Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18802026-08-31T09:29:08.010Z Compiling crc8 v0.1.1
18812026-08-31T09:29:08.038Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18822026-08-31T09:29:08.128Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18832026-08-31T09:29:08.402Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
18842026-08-31T09:29:08.414Z Compiling parking_lot v0.11.2
18852026-08-31T09:29:08.470Z Compiling fxhash v0.2.1
18862026-08-31T09:29:08.511Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe)
18872026-08-31T09:29:08.608Z Compiling internet-checksum v0.2.1
18882026-08-31T09:29:08.745Z Compiling sled v0.34.7
18892026-08-31T09:29:08.748Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
18902026-08-31T09:29:09.507Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18912026-08-31T09:29:10.799Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18922026-08-31T09:29:17.881Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-08-31T09:29:19.479Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18942026-08-31T09:29:20.500Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18952026-08-31T09:29:21.467Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18962026-08-31T09:29:22.300Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18972026-08-31T09:29:49.962Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s
18982026-08-31T09:29:50.144Z────────────
18992026-08-31T09:29:50.144Z Nextest run ID 57fdd459-22ff-40a7-9320-16f73208b887 with nextest profile: default
19002026-08-31T09:29:50.144Z Starting 112 tests across 3 binaries
19012026-08-31T09:29:50.150Z PASS [ 0.006s] mg-api-types-versions v13::mrib::tests::unicast_rejects_non_routable_sources
19022026-08-31T09:29:50.150Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest
19032026-08-31T09:29:50.154Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest
19042026-08-31T09:29:50.154Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest
19052026-08-31T09:29:50.154Z PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts
19062026-08-31T09:29:50.157Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_same_as_equal_med
19072026-08-31T09:29:50.157Z PASS [ 0.011s] rdb bestpath::test::test_bestpath
19082026-08-31T09:29:50.157Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_med_per_as_grouping
19092026-08-31T09:29:50.163Z PASS [ 0.011s] rdb bestpath::test::test_bestpath_shutdown_preference
19102026-08-31T09:29:50.166Z PASS [ 0.010s] rdb db::test::test_prefix4_db_key_serialization
19112026-08-31T09:29:50.170Z PASS [ 0.009s] rdb db::test::test_prefix4_from_str
19122026-08-31T09:29:50.174Z PASS [ 0.009s] rdb db::test::test_prefix6_db_key_serialization
19132026-08-31T09:29:50.178Z PASS [ 0.009s] rdb db::test::test_prefix6_from_str
19142026-08-31T09:29:50.206Z PASS [ 0.056s] rdb db::test::test_ipv4_origin_crud
19152026-08-31T09:29:50.206Z PASS [ 0.056s] rdb db::test::test_ipv6_origin_crud
19162026-08-31T09:29:50.210Z PASS [ 0.054s] rdb db::test::test_mrib_static_upsert_preserves_canonical
19172026-08-31T09:29:50.216Z PASS [ 0.060s] rdb db::test::test_mrib_static_persistence
19182026-08-31T09:29:50.226Z PASS [ 0.052s] rdb db::test::test_prefix_host_bit_normalization
19192026-08-31T09:29:50.230Z PASS [ 0.052s] rdb db::test::test_rib
19202026-08-31T09:29:50.261Z PASS [ 0.055s] rdb db::test::test_static_routing_ipv4_basic
19212026-08-31T09:29:50.261Z PASS [ 0.052s] rdb db::test::test_static_routing_ipv6_basic
19222026-08-31T09:29:50.261Z PASS [ 0.055s] rdb db::test::test_set_nexthop_shutdown_replaces_path
19232026-08-31T09:29:50.266Z PASS [ 0.051s] rdb db::test::test_static_routing_ipv6_vlan_id_handling
19242026-08-31T09:29:50.273Z PASS [ 0.011s] rdb mrib::rpf::tests::pending_widens_distinct_prefixes
19252026-08-31T09:29:50.279Z PASS [ 0.053s] rdb db::test::test_static_routing_mixed_address_families
19262026-08-31T09:29:50.282Z PASS [ 0.052s] rdb db::test::test_static_routing_multiple_routes_same_prefix
19272026-08-31T09:29:50.283Z PASS [ 0.009s] rdb mrib::rpf::tests::test_nexthops_from_paths
19282026-08-31T09:29:50.292Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_default_route_linear_scan
19292026-08-31T09:29:50.295Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_ecmp_v6
19302026-08-31T09:29:50.298Z PASS [ 0.036s] rdb mrib::rpf::tests::generation_advances_on_each_rebuild
19312026-08-31T09:29:50.310Z PASS [ 0.013s] rdb mrib::rpf::tests::test_rpf_table_linear_scan
19322026-08-31T09:29:50.315Z PASS [ 0.054s] rdb db::test::test_static_routing_vlan_id_handling
19332026-08-31T09:29:50.322Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_table_linear_scan_v6
19342026-08-31T09:29:51.297Z PASS [ 1.015s] rdb mrib::rpf::tests::test_rpf_ecmp_different_priorities
19352026-08-31T09:29:51.307Z PASS [ 1.014s] rdb mrib::rpf::tests::test_rpf_lpm
19362026-08-31T09:29:51.309Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_all_shutdown
19372026-08-31T09:29:51.319Z PASS [ 0.012s] rdb mrib::rpf::tests::test_rpf_v6_lpm
19382026-08-31T09:29:51.329Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_shutdown_paths
19392026-08-31T09:29:51.331Z PASS [ 0.011s] rdb mrib::tests::test_mrib_basic
19402026-08-31T09:29:51.335Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie
19412026-08-31T09:29:51.340Z PASS [ 0.011s] rdb mrib::tests::test_mrib_in_vs_loc
19422026-08-31T09:29:51.342Z PASS [ 0.011s] rdb mrib::tests::test_mrib_ipv6_groups
19432026-08-31T09:29:51.346Z PASS [ 0.011s] rdb mrib::tests::test_mrib_watchers
19442026-08-31T09:29:51.353Z PASS [ 0.013s] rdb proptest::prop_ipv4_default_contains_all
19452026-08-31T09:29:51.359Z PASS [ 0.013s] rdb proptest::prop_ipv4_normalized_is_network_address
19462026-08-31T09:29:51.366Z PASS [ 0.013s] rdb proptest::prop_ipv4_subnet_of_self
19472026-08-31T09:29:51.372Z PASS [ 0.013s] rdb proptest::prop_ipv6_default_contains_all
19482026-08-31T09:29:51.379Z PASS [ 0.013s] rdb proptest::prop_ipv6_normalized_is_network_address
19492026-08-31T09:29:51.385Z PASS [ 0.013s] rdb proptest::prop_ipv6_subnet_of_self
19502026-08-31T09:29:51.397Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4
19512026-08-31T09:29:51.403Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6
19522026-08-31T09:29:51.414Z PASS [ 0.017s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid
19532026-08-31T09:29:51.417Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v4_rejects_link_local
19542026-08-31T09:29:51.420Z PASS [ 0.079s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19552026-08-31T09:29:51.430Z PASS [ 0.016s] rdb proptest::prop_multicast_addr_v4_rejects_unicast
19562026-08-31T09:29:51.432Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local
19572026-08-31T09:29:51.435Z PASS [ 0.018s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid
19582026-08-31T09:29:51.443Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_link_local
19592026-08-31T09:29:51.446Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_underlay_subnet
19602026-08-31T09:29:51.449Z PASS [ 0.013s] rdb proptest::prop_multicast_addr_v6_rejects_unicast
19612026-08-31T09:29:51.456Z PASS [ 0.013s] rdb proptest::prop_non_admin_local_underlay_rejected
19622026-08-31T09:29:51.463Z PASS [ 0.018s] rdb proptest::prop_route_admin_local_underlay_valid
19632026-08-31T09:29:51.471Z PASS [ 0.024s] rdb proptest::prop_route_key_arbitrary_valid
19642026-08-31T09:29:51.475Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v4
19652026-08-31T09:29:51.481Z PASS [ 0.017s] rdb proptest::prop_route_key_asm_star_g_valid_v6
19662026-08-31T09:29:51.490Z PASS [ 0.019s] rdb proptest::prop_route_key_sg_valid_v4
19672026-08-31T09:29:51.493Z PASS [ 0.018s] rdb proptest::prop_route_key_sg_valid_v6
19682026-08-31T09:29:51.496Z PASS [ 0.015s] rdb proptest::prop_route_key_ssm_requires_source_v4
19692026-08-31T09:29:51.503Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_requires_source_v6
19702026-08-31T09:29:51.510Z PASS [ 0.017s] rdb proptest::prop_route_key_ssm_with_source_valid_v4
19712026-08-31T09:29:51.513Z PASS [ 0.013s] rdb proptest::prop_route_key_ssm_with_source_valid_v6
19722026-08-31T09:29:51.522Z PASS [ 0.019s] rdb proptest::prop_route_key_valid_vni
19732026-08-31T09:29:51.525Z PASS [ 0.015s] rdb proptest::prop_static_route_key_deduplication
19742026-08-31T09:29:51.528Z PASS [ 0.019s] rdb proptest::prop_route_key_valid_vni_v6
19752026-08-31T09:29:51.540Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_idempotent
19762026-08-31T09:29:51.543Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19772026-08-31T09:29:51.546Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalization_preserves_length
19782026-08-31T09:29:51.558Z PASS [ 0.013s] rdb proptest::prop_unicast_addr_v4_rejects_class_e
19792026-08-31T09:29:51.560Z PASS [ 0.018s] rdb proptest::prop_static_route_key_normalized_is_network_address
19802026-08-31T09:29:51.564Z PASS [ 0.022s] rdb proptest::prop_static_route_key_ord_consistency
19812026-08-31T09:29:51.567Z PASS [ 0.008s] rdb types::test::bgp_path_identity
19822026-08-31T09:29:51.571Z PASS [ 0.013s] rdb proptest::prop_vni_rejects_out_of_range
19832026-08-31T09:29:51.575Z PASS [ 0.008s] rdb types::test::bgp_vs_static_ordering
19842026-08-31T09:29:51.580Z PASS [ 0.008s] rdb types::test::broadcast_source_rejected
19852026-08-31T09:29:51.583Z PASS [ 0.009s] rdb types::test::btreeset_coexistence
19862026-08-31T09:29:51.583Z PASS [ 0.008s] rdb types::test::btreeset_insert_is_noop
19872026-08-31T09:29:51.583Z PASS [ 0.008s] rdb types::test::btreeset_remove
19882026-08-31T09:29:51.587Z PASS [ 0.008s] rdb types::test::btreeset_replace
19892026-08-31T09:29:51.590Z PASS [ 0.008s] rdb types::test::ipv4_compatible_source_rejected_v6
19902026-08-31T09:29:51.593Z PASS [ 0.008s] rdb types::test::ipv4_mapped_source_rejected_v6
19912026-08-31T09:29:51.595Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v4
19922026-08-31T09:29:51.598Z PASS [ 0.008s] rdb types::test::loopback_source_rejected_v6
19932026-08-31T09:29:51.602Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v4
19942026-08-31T09:29:51.605Z PASS [ 0.008s] rdb types::test::multicast_rpf_invalid_v6
19952026-08-31T09:29:51.605Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v4
19962026-08-31T09:29:51.608Z PASS [ 0.008s] rdb types::test::multicast_source_rejected_v6
19972026-08-31T09:29:51.612Z PASS [ 0.008s] rdb types::test::nat64_well_known_source_rejected_v6
19982026-08-31T09:29:51.615Z PASS [ 0.008s] rdb types::test::ord_contract
19992026-08-31T09:29:51.615Z PASS [ 0.008s] rdb types::test::prefix_no_cross_family_within
20002026-08-31T09:29:51.621Z PASS [ 0.009s] rdb types::test::route_key_af_mismatch_v4_source_v6_group
20012026-08-31T09:29:51.623Z PASS [ 0.008s] rdb types::test::route_key_af_mismatch_v6_source_v4_group
20022026-08-31T09:29:51.623Z PASS [ 0.008s] rdb types::test::rpf_cross_af_v6_neighbor_v4_group_accepted
20032026-08-31T09:29:51.629Z PASS [ 0.008s] rdb types::test::static_path_identity
20042026-08-31T09:29:51.633Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v4
20052026-08-31T09:29:51.633Z PASS [ 0.008s] rdb types::test::unicast_rpf_valid_v6
20062026-08-31T09:29:51.637Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v4
20072026-08-31T09:29:51.640Z PASS [ 0.008s] rdb types::test::unspecified_source_rejected_v6
20082026-08-31T09:29:52.207Z PASS [ 2.057s] rdb db::test::test_mrib_any_source_vs_source_specific
20092026-08-31T09:29:52.280Z PASS [ 2.013s] rdb mrib::rpf::tests::rapid_rebuilds_converge
20102026-08-31T09:29:52.312Z PASS [ 1.015s] rdb mrib::rpf::tests::test_rpf_table_with_poptrie_v6
20112026-08-31T09:29:52.320Z PASS [ 1.013s] rdb mrib::rpf::tests::test_rpf_v6_with_nexthop_interface
20122026-08-31T09:29:54.209Z PASS [ 4.059s] rdb db::test::test_mrib_revalidation_on_rib_change
20132026-08-31T09:29:54.214Z────────────
20142026-08-31T09:29:54.214Z Summary [ 4.066s] 112 tests run: 112 passed, 0 skipped
20152026-08-31T09:29:54.222Z+ cp ./mrib_asm_ssm.log ./mrib_in_loc_test.log ./mrib_persist1.log ./mrib_persist2.log ./mrib_reval.log ./mrib_test.log ./mrib_upsert_canonical.log ./mrib_v6_test.log ./mrib_watcher_test.log ./rib.log ./rpf_all_shutdown.log ./rpf_default_route.log ./rpf_ecmp_priority.log ./rpf_ecmp_v6.log ./rpf_generation.log ./rpf_linear_scan_v6.log ./rpf_linear_scan.log ./rpf_lpm.log ./rpf_poptrie_v6.log ./rpf_poptrie.log ./rpf_rapid_rebuilds.log ./rpf_shutdown.log ./rpf_v6_interface.log ./rpf_v6_lpm.log /work/
20162026-08-31T09:29:54.225Z+ popd
20172026-08-31T09:29:54.225Z/work/oxidecomputer/maghemite
20182026-08-31T09:29:54.228Zprocess exited: duration 252754 ms, exit code 0
 
20192026-08-31T09:29:54.237Zfound 24 output files
20202026-08-31T09:29:54.242Zuploading: /work/mrib_asm_ssm.log (447 bytes)
20212026-08-31T09:29:55.250Zuploaded: /work/mrib_asm_ssm.log
20222026-08-31T09:29:55.251Zuploading: /work/mrib_in_loc_test.log (0 bytes)
20232026-08-31T09:29:56.262Zuploaded: /work/mrib_in_loc_test.log
20242026-08-31T09:29:56.262Zuploading: /work/mrib_persist1.log (0 bytes)
20252026-08-31T09:29:57.270Zuploaded: /work/mrib_persist1.log
20262026-08-31T09:29:57.270Zuploading: /work/mrib_persist2.log (0 bytes)
20272026-08-31T09:29:58.279Zuploaded: /work/mrib_persist2.log
20282026-08-31T09:29:58.279Zuploading: /work/mrib_reval.log (444 bytes)
20292026-08-31T09:29:59.290Zuploaded: /work/mrib_reval.log
20302026-08-31T09:29:59.299Zuploading: /work/mrib_test.log (0 bytes)
20312026-08-31T09:30:00.306Zuploaded: /work/mrib_test.log
20322026-08-31T09:30:00.306Zuploading: /work/mrib_upsert_canonical.log (0 bytes)
20332026-08-31T09:30:01.314Zuploaded: /work/mrib_upsert_canonical.log
20342026-08-31T09:30:01.314Zuploading: /work/mrib_v6_test.log (0 bytes)
20352026-08-31T09:30:02.322Zuploaded: /work/mrib_v6_test.log
20362026-08-31T09:30:02.325Zuploading: /work/mrib_watcher_test.log (0 bytes)
20372026-08-31T09:30:03.345Zuploaded: /work/mrib_watcher_test.log
20382026-08-31T09:30:03.345Zuploading: /work/rib.log (1119 bytes)
20392026-08-31T09:30:04.355Zuploaded: /work/rib.log
20402026-08-31T09:30:04.355Zuploading: /work/rpf_all_shutdown.log (0 bytes)
20412026-08-31T09:30:05.363Zuploaded: /work/rpf_all_shutdown.log
20422026-08-31T09:30:05.363Zuploading: /work/rpf_default_route.log (0 bytes)
20432026-08-31T09:30:06.370Zuploaded: /work/rpf_default_route.log
20442026-08-31T09:30:06.370Zuploading: /work/rpf_ecmp_priority.log (0 bytes)
20452026-08-31T09:30:07.378Zuploaded: /work/rpf_ecmp_priority.log
20462026-08-31T09:30:07.378Zuploading: /work/rpf_ecmp_v6.log (0 bytes)
20472026-08-31T09:30:08.387Zuploaded: /work/rpf_ecmp_v6.log
20482026-08-31T09:30:08.387Zuploading: /work/rpf_generation.log (0 bytes)
20492026-08-31T09:30:09.397Zuploaded: /work/rpf_generation.log
20502026-08-31T09:30:09.397Zuploading: /work/rpf_linear_scan.log (0 bytes)
20512026-08-31T09:30:10.407Zuploaded: /work/rpf_linear_scan.log
20522026-08-31T09:30:10.407Zuploading: /work/rpf_linear_scan_v6.log (0 bytes)
20532026-08-31T09:30:11.415Zuploaded: /work/rpf_linear_scan_v6.log
20542026-08-31T09:30:11.415Zuploading: /work/rpf_lpm.log (0 bytes)
20552026-08-31T09:30:12.428Zuploaded: /work/rpf_lpm.log
20562026-08-31T09:30:12.429Zuploading: /work/rpf_poptrie.log (0 bytes)
20572026-08-31T09:30:13.438Zuploaded: /work/rpf_poptrie.log
20582026-08-31T09:30:13.438Zuploading: /work/rpf_poptrie_v6.log (0 bytes)
20592026-08-31T09:30:14.450Zuploaded: /work/rpf_poptrie_v6.log
20602026-08-31T09:30:14.450Zuploading: /work/rpf_rapid_rebuilds.log (0 bytes)
20612026-08-31T09:30:15.458Zuploaded: /work/rpf_rapid_rebuilds.log
20622026-08-31T09:30:15.458Zuploading: /work/rpf_shutdown.log (0 bytes)
20632026-08-31T09:30:16.467Zuploaded: /work/rpf_shutdown.log
20642026-08-31T09:30:16.467Zuploading: /work/rpf_v6_interface.log (0 bytes)
20652026-08-31T09:30:17.475Zuploaded: /work/rpf_v6_interface.log
20662026-08-31T09:30:17.475Zuploading: /work/rpf_v6_lpm.log (0 bytes)
20672026-08-31T09:30:18.483Zuploaded: /work/rpf_v6_lpm.log